:root {
  --green: #3d2c22;
  --green2: #271e19;
  --gold: #b98e61;
  --sand: #d8c2a7;
  --cream: #f7f4ef;
  --ink: #201c19;
  --muted: #756d66;
  --line: #e8e0d7;
}

body {
  background: var(--cream);
  color: var(--ink);
}

.site-header {
  height: 88px;
  padding: 0 5vw;
  border-bottom-color: #ffffff20;
}

.site-header.scrolled,
.site-header.solid {
  height: 72px;
  background: #211914f2;
  backdrop-filter: blur(15px);
  box-shadow: none;
}

.brand {
  width: 116px;
}

.brand img,
footer img,
.admin-shell > aside img {
  filter: brightness(0) invert(1);
}

.site-header nav {
  gap: 25px;
}

.site-header nav a {
  color: #eee;
}

.site-header nav a:hover {
  color: var(--sand);
}

.header-cta,
.button.gold {
  background: var(--gold);
  color: #fff;
}

.button,
.header-cta,
.filter-pills button,
.catalog-card,
.project-card,
.investment-calculator,
.admin-card,
.reservation-form,
.tracking-head,
.tracking-cards article {
  border-radius: 0;
}

.section-tag,
.eyebrow {
  color: var(--gold);
}

/* Company home — the same cinematic language used by Sadan. */
.brand-home .hero {
  min-height: 760px;
  background: #211914 url("assets/building-day.png") center / cover;
  padding: 120px 8vw 95px;
}

.brand-home .hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-home .hero-image {
  inset: auto auto -4% -3%;
  width: 49%;
  height: 96%;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 30px 35px #0008);
}

.brand-home .hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, #120e0c21 0%, #1b151185 42%, #1b1511f2 92%),
    linear-gradient(0deg, #120e0c7d 0%, transparent 45%);
}

.brand-home .hero-grid {
  display: none;
}

.brand-home .hero-content {
  width: 52%;
  max-width: 720px;
  margin-left: auto;
}

.brand-home .hero h1 {
  font-size: clamp(52px, 6.5vw, 96px);
  line-height: 1.04;
  font-weight: 400;
}

.brand-home .hero h1 em {
  color: var(--sand);
}

.brand-home .hero p {
  color: #d7cdc6;
}

.brand-home .hero-stats {
  right: 8vw;
  left: auto;
  bottom: 42px;
  display: flex;
  gap: 42px;
  background: none;
  border: 0;
  border-top: 1px solid #ffffff2b;
  backdrop-filter: none;
}

.brand-home .hero-stats div {
  padding: 22px 0 0 34px;
  border: 0;
  border-left: 1px solid #ffffff20;
}

.brand-home .hero-stats div:last-child {
  border-left: 0;
}

.brand-home .hero-stats strong {
  color: var(--sand);
}

.brand-home .scroll-cue {
  display: none;
}

.intro,
.services {
  background: #fff;
}

.intro-head h2,
.section-heading h2,
.project-intro h2,
.guarantees h2,
.location-panel h2 {
  font-weight: 500;
}

.image-panel {
  height: 660px;
}

.image-panel img {
  object-position: center 28%;
}

.principles {
  background: var(--brown, #3d2c22);
}

.principles > div {
  padding: 42px 38px;
}

.projects,
.catalog,
.project-gallery,
.guarantees,
.tracking-result {
  background: #f8f5f0;
}

.project-grid {
  gap: 14px;
}

.project-card,
.catalog-card {
  border-color: var(--line);
  box-shadow: none;
}

.project-card:hover,
.catalog-card:hover {
  box-shadow: none;
  transform: none;
}

.project-media {
  height: 500px;
}

.project-media img,
.catalog-image img {
  transition: transform 0.7s ease;
}

.project-card:hover .project-media img,
.catalog-card:hover .catalog-image img {
  transform: scale(1.025);
}

.project-card:nth-child(2) .project-media img,
.catalog-card:nth-child(2) .catalog-image img {
  transform: scale(1.28);
  object-position: center bottom;
}

.project-card:nth-child(2):hover .project-media img,
.catalog-card:nth-child(2):hover .catalog-image img {
  transform: scale(1.31);
}

.project-copy,
.catalog-copy {
  padding: 31px;
}

.coming-card {
  min-height: 300px;
  background: #271e19;
}

.coming-card::before,
.future::after,
.page-hero::after {
  display: none;
}

.vision {
  background: #271e19;
}

.vision-editorial {
  min-height: 740px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: #f3ede5;
  color: var(--ink);
}

.vision-editorial .vision-image {
  min-height: 740px;
  position: relative;
  overflow: hidden;
}

.vision-editorial .vision-image::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, #120e0ca6);
}

.vision-editorial .vision-image img {
  width: 100%;
  height: 100%;
  min-height: 740px;
  object-fit: cover;
  object-position: center 54%;
  opacity: 1;
}

.vision-editorial .vision-image span {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 30px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.vision-editorial .vision-content {
  padding: 95px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-editorial .vision-statement {
  margin: 24px 0 58px;
  max-width: 620px;
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 400;
  line-height: 1.2;
}

.vision-editorial .vision-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #d9ccbe;
}

.vision-editorial .vision-points article {
  display: block;
  padding: 30px 0 0 30px;
  border: 0;
  border-left: 1px solid #d9ccbe;
}

.vision-editorial .vision-points article:last-child {
  padding-right: 30px;
  padding-left: 0;
  border-left: 0;
}

.vision-editorial .vision-points b {
  color: var(--gold);
  font-size: 12px;
}

.vision-editorial .vision-points h3 {
  margin: 10px 0 14px;
  font-size: 24px;
  font-weight: 600;
}

.vision-editorial .vision-points p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.trust {
  background: var(--gold);
}

.contact,
footer {
  background: #120e0c;
}

.quick-form {
  background: #fff;
}

/* Projects archive. */
.page-hero {
  min-height: 520px;
  padding: 115px 8vw 85px;
  background: radial-gradient(circle at 18% 15%, #594336, #2b211b 55%, #181310);
}

.page-hero h1 {
  font-size: clamp(52px, 6.5vw, 92px);
  font-weight: 400;
}

.page-hero p {
  color: #cec2ba;
}

.catalog-tools {
  border-bottom: 1px solid var(--line);
  padding-bottom: 25px;
}

.filter-pills button {
  border-color: #d6c9bb;
  color: #5a463a;
}

.filter-pills button.active {
  background: #3d2c22;
}

.catalog-grid {
  gap: 14px;
}

.catalog-image {
  height: 470px;
}

.future,
.future.f2,
.future.f3,
.future.f4 {
  background: #30251f;
}

.future.f2 {
  background: #4a382e;
}

.future.f3 {
  background: #6e5947;
}

.future.f4 {
  background: #1f1a17;
}

/* Project detail — split hero matching Sadan, without stretching PDF pages. */
.brand-project-detail .project-hero {
  height: calc(100vh - 72px);
  min-height: 760px;
  padding: 110px 8vw 155px;
  background: radial-gradient(circle at 24% 24%, #5a4437, #2b211b 48%, #181310);
  overflow: hidden;
}

.brand-project-detail .project-hero > img {
  inset: -25% auto auto 0;
  width: 52%;
  height: 125%;
  object-fit: cover;
  object-position: center bottom;
  filter: brightness(0.82) saturate(0.72);
}

.brand-project-detail .project-hero-shade {
  background: linear-gradient(90deg, transparent 34%, #1b1511 72%);
}

.brand-project-detail .project-hero-copy {
  max-width: 650px;
  margin-left: auto;
}

.brand-project-detail .project-hero-copy h1 {
  font-size: clamp(55px, 6.4vw, 94px);
  font-weight: 400;
}

.project-hero-facts {
  right: 8vw;
  left: 8vw;
  box-shadow: none;
}

.project-hero-facts div {
  padding: 26px;
  border-color: var(--line);
}

.project-hero-facts b {
  color: #4a362a;
}

.project-intro,
.project-facts,
.units-section {
  background: #fff;
}

.project-gallery-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 14px;
}

.project-gallery-grid button {
  height: 540px;
}

.project-gallery-grid img {
  transform: scale(1.28);
  object-position: center bottom;
}

.project-gallery-grid button:hover img {
  transform: scale(1.31);
}

.unit-list article {
  min-height: 270px;
}

.calculator-section {
  background: #271e19;
}

.investment-calculator {
  color: var(--ink);
  box-shadow: none;
}

.calc-plans button.active {
  background: #3d2c22;
}

.calc-summary .highlight {
  background: #efe5d9;
}

.location-panel {
  background: #fff;
}

.project-cta {
  background: #b98e61;
}

/* Customer journey pages and management area use the same brand palette. */
.form-hero,
.track-hero {
  background:
    linear-gradient(110deg, #211914f2, #3d2c22e9),
    url("assets/neighborhood.png") center 68% / cover;
}

.booking-aside,
.deposit-box,
.admin-shell > aside {
  background: #271e19;
}

.booking-aside > a {
  background: #25d366;
}

.admin-login {
  background:
    linear-gradient(110deg, #211914ed, #3d2c22e8),
    url("assets/building-night.png") center 35% / cover;
}

.admin-login > div {
  border-top: 4px solid var(--gold);
}

.admin-shell aside button.active {
  border-right-color: var(--gold);
}

@media (max-width: 1100px) {
  .brand-home .hero-image {
    width: 54%;
    opacity: 0.82;
  }

  .brand-home .hero-content {
    width: 62%;
  }

  .brand-project-detail .project-hero > img {
    width: 58%;
  }
}

@media (max-width: 760px) {
  .brand-home .hero,
  .brand-project-detail .project-hero {
    height: auto;
    min-height: 820px;
    padding: 105px 20px 300px;
  }

  .brand-home .hero {
    min-height: 760px;
    padding-bottom: 175px;
  }

  .brand-home .hero-image,
  .brand-project-detail .project-hero > img {
    inset: auto 0 0 0;
    width: 100%;
    height: 47%;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.72;
  }

  .brand-home .hero-video {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.72;
    object-position: center;
  }

  .brand-home .hero-overlay,
  .brand-project-detail .project-hero-shade {
    background: linear-gradient(#1b1511 35%, #1b1511dd 63%, transparent);
  }

  .brand-home .hero-content,
  .brand-project-detail .project-hero-copy {
    width: 100%;
    margin: 0;
  }

  .brand-home .hero-stats {
    right: 20px;
    left: 20px;
    bottom: 18px;
    gap: 18px;
  }

  .brand-home .hero-stats div {
    padding-left: 12px;
  }

  .image-panel,
  .project-media,
  .catalog-image {
    height: 390px;
  }

  .project-gallery-grid {
    grid-template-columns: 1fr;
  }

  .project-gallery-grid button,
  .project-gallery-grid button:first-child {
    height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-home .hero-video {
    display: none;
  }
}

/* Khuzama project and brochure actions. */
.brochure-link,
.brochure-inline,
.brochure-unit a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #5a4031;
  font-weight: 700;
}

.project-meta .brochure-link {
  margin-right: 0;
  border-right: 1px solid var(--line);
  padding-right: 16px;
}

.catalog-card {
  position: relative;
}

.catalog-card > .brochure-link {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 18px;
  padding: 9px 12px;
  background: #f3ece4;
}

.catalog-card.has-brochure {
  padding-bottom: 50px;
}

.khuzama-card-image img,
.project-card:nth-child(3) .project-media img {
  object-position: center 43%;
}

.brand-khuzama .project-hero > img {
  inset: 0 auto 0 0;
  height: 100%;
  object-position: center 46%;
  transform: scale(1.1);
}

.brand-khuzama .project-gallery-grid img {
  transform: none;
  object-position: center 38%;
}

.brand-khuzama .project-gallery-grid button:hover img {
  transform: scale(1.015);
}

.brand-khuzama .project-gallery-grid .sheet img {
  object-fit: contain;
  object-position: center;
  background: #f8f5f0;
}

.khuzama-units .brochure-unit {
  background: #3d2c22;
  color: #fff;
}

.khuzama-units .brochure-unit span,
.khuzama-units .brochure-unit p {
  color: #d8c9bd;
}

.khuzama-units .brochure-unit a {
  margin-top: 28px;
  padding: 13px 18px;
  background: var(--gold);
  color: #fff;
}

.khuzama-map-image {
  min-height: 650px;
  overflow: hidden;
  background: #fff;
}

.khuzama-map-image img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center 36%;
}

.brand-khuzama .guarantee-grid {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 760px) {
  .brand-khuzama .project-hero > img {
    transform: none;
    object-position: center 43%;
  }

  .project-meta .brochure-link {
    border-right: 0;
    padding-right: 0;
  }

  .khuzama-map-image,
  .khuzama-map-image img {
    min-height: 430px;
  }

  .brand-khuzama .guarantee-grid {
    grid-template-columns: 1fr;
  }

  .vision-editorial {
    grid-template-columns: 1fr;
  }

  .vision-editorial .vision-image,
  .vision-editorial .vision-image img {
    min-height: 460px;
  }

  .vision-editorial .vision-content {
    padding: 65px 20px;
  }

  .vision-editorial .vision-statement {
    margin-bottom: 40px;
  }

  .vision-editorial .vision-points {
    grid-template-columns: 1fr;
  }

  .vision-editorial .vision-points article,
  .vision-editorial .vision-points article:last-child {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid #d9ccbe;
  }
}
