/* Hillage at Azha West — mobile-first, premium minimal */
:root {
  --color-bg: #ffffff;
  --color-text: #111111;
  --color-muted: #4a4a4a;
  --color-gold: #c8a96a;
  --color-gold-hover: #b89655;
  --color-sand: #f5f0e8;
  --color-border: #e8e2d8;
  --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --header-h: 6.85rem;
  --bottom-cta-h: 4.55rem;
  --space: clamp(1rem, 4vw, 2.5rem);
  --container: 72rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
  padding-bottom: calc(var(--bottom-cta-h) + env(safe-area-inset-bottom, 0));
}

@media (min-width: 48rem) {
  body {
    padding-bottom: 0;
  }

  :root {
    --header-h: 6.4rem;
  }
}

@media (min-width: 62rem) {
  :root {
    --header-h: 5.95rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--color-gold-hover);
}

:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

.container {
  width: min(100% - var(--space) * 2, var(--container));
  margin-inline: auto;
}

.container--md {
  max-width: 56rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  left: var(--space);
  top: var(--space);
  z-index: 2000;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: var(--color-text);
  color: var(--color-bg);
  text-decoration: none;
}

/* Typography */
h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  margin: 0 0 1rem;
}

h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  margin: 0 0 1.25rem;
}

h3 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

p {
  margin: 0 0 1rem;
  color: var(--color-muted);
}

.lead {
  font-size: 1.05rem;
  max-width: 38rem;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.site-header.is-scrolled {
  border-color: var(--color-border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.header-stack {
  padding-block: 0.18rem 0;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.45rem;
  padding-block: 0.2rem;
}

.header-disclosure {
  margin: 0.2rem 0 0;
  padding: 0.5rem 0 0.55rem;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #2c2c2c;
  background: linear-gradient(180deg, rgba(245, 240, 232, 0.65) 0%, rgba(255, 255, 255, 0.5) 100%);
  max-width: 100%;
}

@media (min-width: 40rem) {
  .header-disclosure {
    font-size: 0.78rem;
    line-height: 1.48;
    padding-block: 0.52rem 0.58rem;
  }
}

.header-brand {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  max-width: min(100%, 16rem);
}

@media (min-width: 62rem) {
  .header-brand {
    max-width: 19rem;
  }
}

.header-compliance {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--color-muted);
}

@media (min-width: 40rem) {
  .header-compliance {
    font-size: 0.65rem;
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-inline-start: auto;
  flex-shrink: 0;
}

.logo {
  font-weight: 700;
  font-size: clamp(0.82rem, 2.3vw, 1rem);
  text-decoration: none;
  color: var(--color-text);
  white-space: nowrap;
}

.header-brand .logo {
  white-space: normal;
  line-height: 1.2;
}

.logo:hover {
  color: var(--color-text);
}

.lang-toggle {
  display: inline-flex;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  overflow: hidden;
  background: var(--color-bg);
}

.lang-toggle button {
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--color-muted);
}

.lang-toggle button.is-active {
  background: var(--color-sand);
  color: var(--color-text);
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 0.8rem;
  background: var(--color-bg);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 1.1rem;
  margin-inline: auto;
  background: var(--color-text);
  border-radius: 1px;
}

@media (min-width: 62rem) {
  .nav-toggle {
    display: none;
  }
}

.site-nav {
  position: fixed;
  inset: var(--header-h) 0 auto 0;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  padding: 1rem var(--space);
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  max-height: calc(100vh - var(--header-h));
  overflow-y: auto;
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  text-decoration: none;
  padding: 0.65rem 0;
  font-weight: 500;
  border-bottom: 1px solid var(--color-sand);
}

@media (min-width: 62rem) {
  .site-nav {
    position: static;
    inset: auto;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 1.25rem;
    padding: 0;
    border: none;
    max-height: none;
    overflow: visible;
    background: transparent;
  }

  .site-nav a {
    padding: 0;
    border: none;
    font-size: 0.92rem;
  }
}

.header-ctas {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 62rem) {
  .header-ctas {
    display: flex;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 3.05rem;
  padding: 0.78rem 1.15rem;
  font: inherit;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 0.8rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: var(--color-gold);
  color: #1a1a1a;
  border-color: var(--color-gold);
}

.btn-primary:hover {
  background: var(--color-gold-hover);
  border-color: var(--color-gold-hover);
  color: #111;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(200, 169, 106, 0.28);
}

.btn-outline {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-border);
}

.btn-outline:hover {
  border-color: var(--color-gold);
  color: var(--color-text);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.06);
}

.btn-block {
  width: 100%;
}

.btn-sm {
  font-size: 0.82rem;
  padding: 0.48rem 0.8rem;
  min-height: 2.65rem;
}

/* Main offset for fixed header */
main {
  padding-top: var(--header-h);
}

.section {
  padding-block: clamp(2.5rem, 8vw, 4.5rem);
}

.section--sand {
  background: var(--color-sand);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-sub {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  color: var(--color-muted);
  line-height: 1.55;
  max-width: 42rem;
}

.hero-cta-note,
.form-compliance-note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: var(--color-muted);
  line-height: 1.45;
}

.hero-trust-line {
  margin: 0.55rem 0 0.15rem;
  max-width: 40rem;
  font-size: 0.84rem;
  line-height: 1.45;
  font-weight: 500;
  color: #5a5a5a;
}

.form-trust-micro {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  font-weight: 500;
  color: #5c5c5c;
  text-align: center;
}

/* Hero — default (inner pages may extend) */
.hero {
  position: relative;
  border-bottom: 1px solid var(--color-border);
}

/* Home — full-bleed luxury hero: one 16:9 image, overlay, Ken Burns; copy left / form right on desktop */
.hero--luxury {
  display: flex;
  flex-direction: column;
  min-height: min(82vh, 52rem);
  padding-block: 0;
  background: #141816;
  border-bottom: none;
  isolation: isolate;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1);
  will-change: transform;
  animation: heroKenBurns 32s ease-in-out infinite alternate;
}

@keyframes heroKenBurns {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

.hero-visual__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(10, 12, 14, 0.82) 0%, rgba(10, 12, 14, 0.55) 40%, rgba(10, 12, 14, 0.22) 100%),
    linear-gradient(180deg, rgba(8, 10, 12, 0.45) 0%, transparent 38%, rgba(8, 10, 12, 0.5) 100%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: clamp(1.75rem, 5vw, 3.5rem);
}

.hero-layout {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
}

.hero-layout--luxury {
  gap: clamp(1.35rem, 3.5vw, 2.25rem);
}

.hero-text {
  order: 1;
}

.hero-layout > .lead-form.hero-form {
  order: 2;
}

.hero--luxury .hero-text {
  color: rgba(255, 255, 255, 0.94);
}

.hero--luxury .hero-text h1 {
  color: #fff;
  text-shadow: 0 1px 2rem rgba(0, 0, 0, 0.25);
}

.hero--luxury .hero-lead,
.hero--luxury .hero-text .lead {
  color: rgba(255, 255, 255, 0.82);
  max-width: 36rem;
}

.hero--luxury .hero-trust-line {
  color: rgba(255, 255, 255, 0.72);
}

.hero--luxury .hero-eyebrow {
  color: #dfc9a0;
}

.hero--luxury .hero-jump {
  border-color: rgba(255, 255, 255, 0.18);
}

.hero--luxury .hero-jump a {
  color: rgba(255, 255, 255, 0.78);
}

.hero--luxury .hero-jump a:hover {
  color: #f0e6d4;
}

.hero-btn-outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.04);
}

.hero-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.hero--luxury .btn--wa.hero-btn-outline {
  border-color: rgba(120, 220, 170, 0.45);
  color: #c8f5de;
}

.hero--luxury .btn--wa.hero-btn-outline:hover {
  border-color: #5fe0a0;
  color: #fff;
}

.hero-form--on-hero {
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.97);
}

@media (min-width: 62rem) {
  .hero-layout--luxury {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 22.5rem);
    align-items: start;
    gap: 2rem 3.25rem;
  }

  .hero-text {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-layout--luxury > .lead-form.hero-form {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }
}

.hero-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hero-ctas .btn {
  min-height: 3.08rem;
}

.hero-ctas .btn-primary {
  flex: 1 1 10rem;
  min-height: 3.12rem;
  font-size: 0.93rem;
}

.hero-lead {
  max-width: 40rem;
}

.hero-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.15rem;
  margin-top: 1.1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--color-border);
  font-size: 0.82rem;
}

.hero-jump a {
  font-weight: 600;
  text-decoration: none;
  color: var(--color-muted);
}

.hero-jump a:hover {
  color: var(--color-gold-hover);
}

.btn--wa {
  border-color: rgba(37, 211, 102, 0.42);
  color: #0d6b4d;
}

.btn--wa:hover {
  border-color: #25d366;
  color: #054d36;
}

/* Trust strip */
.trust-strip {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}

.trust-strip-inner {
  display: grid;
  gap: 1rem;
  padding-block: 1.25rem;
  text-align: center;
}

@media (min-width: 40rem) {
  .trust-strip-inner {
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
}

.trust-strip p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text);
}

.trust-strip--cards {
  background: var(--color-sand);
}

.trust-cards {
  display: grid;
  gap: 1rem;
  padding-block: 1.5rem;
}

@media (min-width: 40rem) {
  .trust-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 62rem) {
  .trust-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
  }
}

.trust-card {
  margin: 0;
  padding: 1.1rem 1.2rem;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 0.9rem;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.04);
  text-align: start;
}

.trust-card__title {
  font-size: 0.92rem;
  margin: 0 0 0.4rem;
  color: var(--color-text);
}

.trust-card__text {
  margin: 0 0 0.6rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.trust-card__link {
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-text);
}

.trust-card__link:hover {
  color: var(--color-gold-hover);
}

.section--emphasis {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.section--form-band {
  background: linear-gradient(180deg, #faf8f5 0%, var(--color-bg) 100%);
}

.section-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.section-cta-wrap--start {
  justify-content: flex-start;
}

.units-next-hint {
  margin-top: 1.15rem;
  text-align: center;
  max-width: 28rem;
  margin-inline: auto;
  font-size: 0.92rem;
}

.stack-actions--final {
  flex-direction: column;
  align-items: stretch;
  max-width: 22rem;
  margin-inline: auto;
}

.stack-actions--final .btn {
  width: 100%;
  min-height: 3.1rem;
}

.section--final-cta .section-sub {
  margin-inline: auto;
}

/* Cards grid */
.cards-grid {
  display: grid;
  gap: 1.35rem;
}

@media (min-width: 40rem) {
  .cards-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 52rem) {
  .cards-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  padding: 1.35rem;
  background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.08);
  border-color: #ddd2bf;
}

.card p:last-child {
  margin-bottom: 0;
}

.card .btn {
  margin-top: auto;
}

.card--media {
  padding-top: 0;
  overflow: hidden;
}

.card--media > .card-media {
  margin: -1.35rem -1.35rem 1rem -1.35rem;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.card--media > .card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-media {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 52rem) {
  .split-media {
    grid-template-columns: 1fr minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.split-media__figure,
.media-figure {
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.split-media__figure img,
.media-figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Homepage — generous vertical rhythm */
.page-home .section--luxury-spacing {
  padding-block: clamp(3.25rem, 11vw, 6.25rem);
}

.page-home .section-head--luxury {
  margin-bottom: clamp(2rem, 5vw, 3rem);
  max-width: 44rem;
}

.page-home .home-gallery-cta {
  margin-top: clamp(2rem, 5vw, 3rem);
}

/* Premium asymmetrical gallery (2fr / 1fr, inverted row) */
.home-gallery {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.35rem);
}

.home-gallery__row {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.35rem);
  grid-template-columns: 1fr;
}

@media (min-width: 52rem) {
  .home-gallery__row--alpha {
    grid-template-columns: 2fr 1fr;
    align-items: stretch;
  }

  .home-gallery__row--beta {
    grid-template-columns: 1fr 2fr;
    align-items: stretch;
  }
}

.home-gallery__stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.35rem);
  min-height: 0;
}

.home-gallery__cell {
  margin: 0;
  border-radius: 0.65rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 48px rgba(17, 17, 17, 0.1);
  transition: box-shadow 0.45s ease, transform 0.45s ease;
}

.home-gallery__cell--main {
  min-height: clamp(14rem, 42vw, 26rem);
}

.home-gallery__cell--sub {
  flex: 1;
  min-height: clamp(10rem, 28vw, 14rem);
}

.home-gallery__cell .media-pick__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-gallery__cell--main .media-pick__img {
  min-height: clamp(14rem, 42vw, 26rem);
}

.home-gallery__cell--sub .media-pick__img {
  min-height: clamp(10rem, 28vw, 14rem);
}

@media (max-width: 51.99rem) {
  .home-gallery__row--beta {
    display: flex;
    flex-direction: column;
  }

  .home-gallery__row--beta .home-gallery__cell--main {
    order: -1;
  }
}

/* Unified grading on photography */
.media-pick__img {
  filter: brightness(0.97) contrast(1.03) saturate(0.96);
  transition: transform 0.55s ease, filter 0.45s ease, box-shadow 0.45s ease;
}

.media-pick:hover .media-pick__img,
.media-pick:focus-within .media-pick__img {
  transform: scale(1.03);
  filter: brightness(1) contrast(1.04) saturate(1);
}

.media-pick:hover,
.media-pick:focus-within {
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.14);
}

.media-pick__img--pos-north {
  object-position: center 28%;
}

.media-pick__img--pos-east {
  object-position: 72% center;
}

.media-pick__img--pos-sky {
  object-position: center 18%;
}

.media-pick__img--pos-soft {
  object-position: center 45%;
}

.media-pick__img--heroish {
  object-position: center 35%;
}

/* Villa story — tall image column */
.split-media--tall {
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: stretch;
}

@media (min-width: 52rem) {
  .split-media--tall {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .split-media--tall .split-media__figure--tall {
    min-height: min(70vh, 36rem);
  }

  .split-media--tall .split-media__figure--tall img {
    height: 100%;
    min-height: min(70vh, 36rem);
    object-fit: cover;
  }
}

.split-media--story-alt {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 52rem) {
  .split-media--story-alt {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 5vw, 4rem);
    align-items: center;
  }
}

.section--story .split-media__copy {
  align-self: center;
}

.section--story .split-media__figure {
  border-radius: 0.65rem;
}

.page-home .trust-strip--cards .trust-cards {
  padding-block: clamp(1.75rem, 4vw, 2.75rem);
}

.location-gallery {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 40rem) {
  .location-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Forms */
.lead-form {
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.08);
}

.form-card-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--color-text);
}

.lead-form label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.35rem;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  font: inherit;
  border: 1px solid var(--color-border);
  border-radius: 0.8rem;
  margin-bottom: 1rem;
  background: #fff;
}

.lead-form textarea {
  min-height: 4.75rem;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  border-color: #d2b57a;
  box-shadow: 0 0 0 4px rgba(200, 169, 106, 0.14);
  outline: none;
}

.lead-form button {
  margin-top: 0.25rem;
}

.lead-form.is-submitting button[type="submit"] {
  cursor: wait;
  opacity: 0.85;
}

.form-msg {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  line-height: 1.45;
}

.form-msg--validation {
  color: #6b4800;
  font-weight: 600;
  padding: 0.5rem 0.65rem;
  border-radius: 0.65rem;
  background: rgba(200, 169, 106, 0.12);
  border: 1px solid rgba(200, 169, 106, 0.35);
}

.form-msg--error-wrap {
  margin: 0.5rem 0 0;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  background: rgba(155, 28, 28, 0.06);
  border: 1px solid rgba(155, 28, 28, 0.2);
}

.form-msg--error-wrap p {
  margin: 0.15rem 0 0;
  font-size: 0.85rem;
  line-height: 1.45;
}

.form-msg--error-wrap p:first-child {
  margin-top: 0;
  color: #9b1c1c;
}

.form-msg--error-wrap .form-msg__retry {
  color: var(--color-muted);
  font-size: 0.8rem;
}

.business-identity {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.business-identity .footer-title {
  margin-bottom: 0.65rem;
}

.business-identity p {
  margin: 0.35rem 0 0;
}

.business-identity p:first-of-type {
  margin-top: 0;
}

.business-identity strong {
  color: var(--color-text);
  font-weight: 600;
}

.business-identity [data-lang="en"],
.business-identity [data-lang="ar"] {
  display: block;
}

html[lang="ar"] .business-identity [data-lang="en"],
html[lang="en"] .business-identity [data-lang="ar"] {
  display: none !important;
}

.section--business-identity {
  padding-block: clamp(1.75rem, 4vw, 2.5rem);
}

.business-identity--inline {
  margin-top: 0.5rem;
  padding-top: 0;
  border-top: none;
}

/* Bilingual */
[data-lang="en"],
[data-lang="ar"] {
  display: inline;
}

html[lang="ar"] [data-lang="en"],
html[lang="en"] [data-lang="ar"] {
  display: none !important;
}

/* Mobile sticky CTA */
.mobile-sticky-cta {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1050;
  display: flex;
  gap: 0.5rem;
  padding: 0.55rem var(--space);
  padding-bottom: max(0.55rem, env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
}

.mobile-sticky-cta .btn {
  flex: 1;
  min-height: 3.35rem;
  font-weight: 700;
  font-size: 0.86rem;
}

@media (min-width: 48rem) {
  .mobile-sticky-cta {
    display: none;
  }
}

/* Footer */
.site-footer {
  background: var(--color-text);
  color: #e8e8e8;
  padding-block: 2.5rem;
  margin-top: 0;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--color-gold);
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 48rem) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.footer-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.45rem;
}

.footer-disclaimer {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #b0b0b0;
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid #333;
}

.footer-disclaimer--embedded {
  border: none;
  padding: 0;
  margin: 0 0 1rem;
  color: #b0b0b0;
  font-size: 0.85rem;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.social-row a {
  font-size: 0.85rem;
  font-weight: 600;
}

/* Page hero inner */
.page-hero {
  padding-block: clamp(1.75rem, 4vw, 2.6rem);
  background: var(--color-sand);
  border-bottom: 1px solid var(--color-border);
}

.page-hero h1 {
  margin-bottom: 0.5rem;
}

/* Thank you / simple pages */
.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.stack-actions--center {
  justify-content: center;
}

/* Privacy lists */
.policy-list {
  padding-inline-start: 1.25rem;
  color: var(--color-muted);
}

.policy-list li {
  margin-bottom: 0.5rem;
}

/* Privacy policy — bilingual columns */
.policy-privacy-grid {
  width: min(100% - var(--space) * 2, 56rem);
  margin-inline: auto;
  display: grid;
  gap: 2.25rem;
}

@media (min-width: 52rem) {
  .policy-privacy-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
    align-items: start;
  }
}

.policy-column-title {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-border);
}

.policy-column {
  font-size: 0.98rem;
  line-height: 1.65;
}

.policy-column p {
  margin: 0 0 1rem;
  color: var(--color-muted);
}

.policy-column p:last-child {
  margin-bottom: 0;
}

/* Utilities */
.mt-0 {
  margin-top: 0;
}

.text-center {
  text-align: center;
}

.max-prose {
  max-width: 42rem;
}

.max-prose--center {
  margin-inline: auto;
}

.container--form {
  max-width: 32rem;
}

.section.section--thank {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}

.section.section--thank .stack-actions {
  margin-top: 1.25rem;
}

.contact-cta-block {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.contact-direct-card {
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05);
}

.contact-channel-stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

.contact-email-line {
  margin: 0.35rem 0 0;
  text-align: center;
  font-size: 0.95rem;
}

.contact-email-line a {
  font-weight: 600;
}

.noscript-banner {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  background: var(--color-sand);
  border: 1px solid var(--color-border);
  border-radius: 0.8rem;
}

.hero--luxury .noscript-banner {
  position: relative;
  z-index: 2;
  margin-top: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}


body.nav-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual__img {
    animation: none;
  }

  .media-pick__img {
    transition-duration: 0.01ms;
  }

  .media-pick:hover .media-pick__img,
  .media-pick:focus-within .media-pick__img {
    transform: none;
  }
}

@media (max-width: 47.99rem) {
  .section {
    padding-block: 2.2rem;
  }

  .hero-text .lead {
    font-size: 0.98rem;
  }

  .site-nav {
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
  }

}
