
@font-face { font-family: 'Font Awesome 6 Free'; font-display: swap; }
@font-face { font-family: 'Font Awesome 6 Brands'; font-display: swap; }
@font-face { font-family: 'Phosphor-Thin'; font-display: swap; }
/* ============================================================
   ALIXIRNOVA REAL ESTATE — "Gulf Luxury Editorial"
   Palette : Peacock Teal · Warm Gold · Obsidian
   Fonts   : Alike (display) · Outfit (UI)
   ============================================================ */

/* ── Fonts ────────────────────────────────────────────────── */
@font-face {
  font-family: 'Alike';
  src: url('fonts/alike-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/outfit-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/outfit-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/outfit-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/outfit-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/outfit-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── Variables ─────────────────────────────────────────────── */
:root {
  /* Teal depth scale */
  --peacock:     #00334e;
  --peacock-lt:  #004b73;
  --peacock-dk:  #001e33;
  --surface:     #003d5c;
  --surface-2:   #00496e;
  --mid:         #002d47;
  --obsidian:    #00131f;

  /* Gold scale */
  --gold:        #d4af37;
  --gold-lt:     #f0cb5a;
  --gold-shine:  #ffe099;
  --gold-dk:     #9a7d26;
  --gold-muted:  rgba(212,175,55,0.12);
  --gold-border: rgba(212,175,55,0.22);

  /* Text */
  --white:      #ffffff;
  --body-txt:   #d8edf7;
  --muted:      #8ab0c4;
  --dim:        #4d7a94;

  /* Fonts */
  --font-display: 'Alike', serif;
  --font-serif:   'Alike', serif;
  --font-ui:      'Outfit', sans-serif;

  /* Type scale */
  --text-2xs:  0.68rem;
  --text-xs:   0.78rem;
  --text-sm:   0.9rem;
  --text-base: 1.05rem;
  --text-md:   1.2rem;
  --text-lg:   1.45rem;
  --text-xl:   1.85rem;
  --text-2xl:  2.4rem;
  --text-3xl:  3.2rem;

  /* Spacing */
  --section-pad: 6rem 0;
  --max: 1240px;

  /* Letter spacing */
  --ls-display: -0.02em;
  --ls-logo:     0.04em;
  --ls-ui:       0.015em;
  --ls-label:    0.14em;
  --ls-caps:     0.18em;

  /* Line heights */
  --lh-tight:   1.1;
  --lh-snug:    1.25;
  --lh-normal:  1.65;
  --lh-relaxed: 1.82;

  /* Misc */
  --r:    3px;
  --r-md: 8px;
  --r-lg: 14px;
  --shadow-sm: 0 4px 24px rgba(0,0,0,0.4);
  --shadow:    0 16px 56px rgba(0,0,0,0.55);
  --shadow-lg: 0 28px 80px rgba(0,0,0,0.7);
  --gold-glow: 0 8px 32px rgba(212,175,55,0.25);
  --ease:     cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --t: all 0.4s var(--ease);
}

/* ── Global Animations ─────────────────────────────────────── */
@keyframes fadeSlideUp   { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn        { from { opacity:0; } to { opacity:1; } }
@keyframes goldShimmer   { 0%,100% { background-position:0% 50%; } 50% { background-position:100% 50%; } }
@keyframes scrollPulse   { 0%,100% { opacity:1; transform:scaleY(1); } 50% { opacity:0.3; transform:scaleY(0.5); } }
@keyframes loaderBar     { to { width: 100%; } }
@keyframes loaderAppear  { to { opacity:1; } }
@keyframes loaderShimmer { 0%,100% { filter: brightness(1) saturate(1); } 50% { filter: brightness(1.4) saturate(1.3); } }
@keyframes heroZoom      { from { transform:scale(1.04); } to { transform:scale(1.1); } }
@keyframes drawLine      { from { transform:scaleX(0); } to { transform:scaleX(1); } }
@keyframes pulseGold     { 0%,100% { box-shadow:0 0 0 0 rgba(212,175,55,0.4); } 70% { box-shadow:0 0 0 10px rgba(212,175,55,0); } }

/* ── Selection ──────────────────────────────────────────────── */
::selection { background: var(--gold); color: var(--obsidian); }

/* ── Noise grain overlay ────────────────────────────────────── */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Custom scrollbar ───────────────────────────────────────── */
::-webkit-scrollbar        { width: 6px; }
::-webkit-scrollbar-track  { background: var(--obsidian); }
::-webkit-scrollbar-thumb  { background: var(--peacock); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-dk); }

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html   { scroll-behavior: smooth; font-size: 16px; }
body   {
  font-family: var(--font-ui);
  font-size: var(--text-base);
  background: var(--peacock-dk);
  color: var(--body-txt);
  line-height: var(--lh-normal);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img    { display: block; max-width: 100%; height: auto; }
a      { text-decoration: none; color: inherit; }
ul     { list-style: none; }
em     { font-family: var(--font-serif); font-style: italic; color: var(--gold-lt); }

/* ── Container ──────────────────────────────────────────────── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; }

/* ── Section base ───────────────────────────────────────────── */
.section { padding: var(--section-pad); }

/* ── Section label / eyebrow ────────────────────────────────── */
.section__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-family: var(--font-ui);
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.section__eyebrow::before {
  content: '';
  display: block;
  width: 28px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
  flex-shrink: 0;
}

/* ── Section title ──────────────────────────────────────────── */
.section__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 400;
  color: var(--white);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-display);
  margin-bottom: 1.25rem;
}
.section__title em { color: var(--gold-lt); font-size: 1.05em; }

/* ── Section subtitle ───────────────────────────────────────── */
.section__subtitle {
  color: var(--muted);
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  max-width: 520px;
}

/* ── Section header (centered) ──────────────────────────────── */
.section__header {
  text-align: center;
  margin-bottom: 4rem;
}
.section__header .section__eyebrow  { justify-content: center; }
.section__header .section__eyebrow::before { display: none; }
.section__header .section__subtitle { margin: 0 auto; }

/* ── Gold rule divider ──────────────────────────────────────── */
.section__header::after {
  content: '';
  display: block;
  width: 48px; height: 1px;
  background: var(--gold);
  margin: 1.75rem auto 0;
  opacity: 0.5;
}

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 2.4rem;
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  border-radius: var(--r);
  border: none;
  cursor: pointer;
  transition: var(--t);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100%);
  transform: translateX(-100%) skewX(-20deg);
  transition: transform 0.6s var(--ease);
}
.btn:hover::before { transform: translateX(200%) skewX(-20deg); }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-lt), var(--gold) 50%, var(--gold-dk));
  color: var(--obsidian);
  box-shadow: var(--gold-glow);
}
.btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(212,175,55,0.4);
}

.btn--ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.18);
}
.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(212,175,55,0.06);
  transform: translateY(-2px);
}

.btn--whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 2rem;
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  background: #25d366;
  color: #fff;
  border-radius: var(--r);
  cursor: pointer;
  transition: var(--t);
}
.btn--whatsapp:hover { background: #1fb858; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.35); }

.btn--full { width: 100%; justify-content: center; }

/* ── Fade-in scroll reveal ──────────────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   PAGE LOADER
   ============================================================ */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--obsidian);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.8s var(--ease), visibility 0.8s;
}
.loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__inner { text-align: center; }

.loader__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  animation: loaderAppear 0.7s var(--ease-out) 0.2s forwards;
}
.loader__img {
  height: 220px;
  width: auto;
  aspect-ratio: 437 / 571;
  object-fit: contain;
  animation: loaderShimmer 2s ease-in-out infinite;
}
.loader__sub {
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--dim);
  opacity: 0;
  animation: loaderAppear 0.6s var(--ease-out) 0.55s forwards;
}
.loader__bar {
  width: 160px;
  height: 1px;
  background: rgba(255,255,255,0.07);
  margin: 2.5rem auto 0;
  overflow: hidden;
  opacity: 0;
  animation: loaderAppear 0.4s ease 0.75s forwards;
}
.loader__progress {
  height: 100%;
  width: 0;
  background: linear-gradient(to right, transparent, var(--gold-lt), var(--gold));
  animation: loaderBar 1.1s var(--ease) 0.9s forwards;
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.header__top {
  background: var(--obsidian);
  border-bottom: 1px solid var(--gold-border);
  padding: 0.4rem 0;
}
.header__top-inner {
  display: flex;
  justify-content: flex-end;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  color: var(--gold);
}
.header__rera {
  margin-left: auto;
  padding-right: 1.25rem;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  color: var(--gold);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header__rera { display: none; }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 2.5rem;
  transition: padding 0.4s var(--ease);
}
.header.scrolled {
  background: rgba(0,19,31,0.92);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  box-shadow: 0 1px 0 var(--gold-border), 0 8px 32px rgba(0,0,0,0.5);
}
.header.scrolled .header__top { display: none; }
.header.scrolled .header__inner { padding-top: 0.7rem; padding-bottom: 0.7rem; }

/* Logo */
.logo { display: flex; align-items: center; }
.logo__img {
  height: 60px;
  width: auto;
  aspect-ratio: 437 / 571;
  object-fit: contain;
}
.logo--footer .logo__img { height: 120px; }

/* Nav */
.nav__list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav__link {
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.5rem 0.9rem;
  border-radius: var(--r);
  transition: var(--t);
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%; height: 1px;
  background: var(--gold);
  transition: transform 0.3s var(--ease-out);
  transform-origin: center;
}
.nav__link:hover, .nav__link.active { color: var(--white); }
.nav__link:hover::after, .nav__link.active::after { transform: translateX(-50%) scaleX(1); }

.nav__link--cta {
  background: var(--gold-muted);
  border: 1px solid var(--gold-border);
  color: var(--gold) !important;
  padding: 0.5rem 1.25rem;
}
.nav__link--cta::after { display: none; }
.nav__link--cta:hover {
  background: var(--gold);
  color: var(--obsidian) !important;
  border-color: var(--gold);
  transform: translateY(-1px);
  box-shadow: var(--gold-glow);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none; border: none;
  cursor: pointer; padding: 6px;
}
.hamburger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--t);
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

/* ============================================================
   HERO — "Grand Entrance"
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__photo {
  position: absolute;
  inset: 0;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% top;
  animation: heroZoom 20s ease-in-out infinite alternate;
}

/* Multi-layer gradient: dark left, partial right, dark bottom vignette */
.hero__gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(0,19,31,0.96) 38%, rgba(0,19,31,0.55) 70%, rgba(0,19,31,0.2) 100%),
    linear-gradient(to top, rgba(0,19,31,0.85) 0%, transparent 35%);
}


.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.hero__main {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4rem;
}

/* Left: logo as tall vertical anchor */
.hero__logo-wrap {
  display: flex;
  justify-content: center;
  animation: fadeSlideUp 0.9s var(--ease-out) 1.8s both;
}
.hero__logo {
  height: 300px;
  width: auto;
  aspect-ratio: 437 / 571;
  object-fit: contain;
}

/* Right: content */
.hero__content { max-width: 700px; }

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.75rem;
  animation: fadeSlideUp 0.8s var(--ease-out) 1.9s both;
}
.eyebrow__line {
  display: block;
  width: 32px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  font-weight: 400;
  color: var(--white);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-display);
  margin-bottom: 2rem;
}

.hero__word { display: inline-block; animation: fadeSlideUp 0.9s var(--ease-out) both; }
.hero__word:nth-child(1) { animation-delay: 2.0s; }
.hero__word:nth-child(2) { animation-delay: 2.1s; }
.hero__word:nth-child(3) { animation-delay: 2.2s; }
.hero__word:nth-child(4) { animation-delay: 2.3s; }

.hero__em {
  font-style: italic;
  padding-right: 0.05em;
  color: transparent;
  background: linear-gradient(90deg,
    var(--gold-dk) 0%, var(--gold) 25%,
    var(--gold-shine) 50%, var(--gold) 75%, var(--gold-dk) 100%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation:
    fadeSlideUp  0.9s var(--ease-out) 2.2s both,
    goldShimmer  6s   linear          3s    infinite;
}

.hero__sub {
  font-size: var(--text-md);
  color: var(--muted);
  line-height: var(--lh-relaxed);
  max-width: 480px;
  margin-bottom: 2.5rem;
  animation: fadeSlideUp 0.9s var(--ease-out) 2.4s both;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeSlideUp 0.9s var(--ease-out) 2.55s both;
}

/* Stats panel — full width bottom band */
.hero__panel {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(0,19,31,0.6);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid var(--gold-border);
  border-radius: var(--r-md);
  padding: 1.75rem 0;
  width: 100%;
  max-width: 700px;
  animation: fadeSlideUp 1s var(--ease-out) 2.7s both;
}

.hero__stat {
  flex: 1;
  text-align: center;
  padding: 0 2rem;
}
.hero__stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
}
.hero__stat-label {
  display: block;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.5rem;
}
.hero__stat-sep {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--gold-border), transparent);
  flex-shrink: 0;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.scroll__label {
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--dim);
  writing-mode: vertical-rl;
}
.scroll__line {
  display: block;
  width: 1px; height: 56px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  transform-origin: top;
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  background: var(--peacock);
  position: relative;
  overflow: hidden;
}

/* Subtle diagonal hatch texture */
.about__geo {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(212,175,55,0.018) 0px,
      rgba(212,175,55,0.018) 1px,
      transparent 1px,
      transparent 22px
    );
  pointer-events: none;
}

.about__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.about__text .section__eyebrow::before { background: linear-gradient(to right, transparent, var(--gold)); }

.about__body {
  color: var(--muted);
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin-bottom: 1.1rem;
}

.about__checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.25rem;
  margin: 2rem 0;
}
.about__check {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: var(--text-sm);
  color: var(--body-txt);
  font-weight: 500;
}
.about__check i {
  color: var(--gold);
  font-size: 0.65rem;
  background: var(--gold-muted);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.about__cta { margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.06); }

.about__phone {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: var(--t);
}
.about__phone:hover { transform: translateX(4px); }
.phone__icon {
  width: 50px; height: 50px;
  background: var(--gold-muted);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  transition: var(--t);
}
.about__phone:hover .phone__icon { background: var(--gold); color: var(--obsidian); }
.phone__label {
  display: block;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 0.25rem;
}
.phone__num {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--gold-lt);
  letter-spacing: 0.02em;
}

/* About image frame */
.about__visual { position: relative; }
.about__frame {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.about__frame img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  filter: brightness(0.85) saturate(0.9);
  transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
}
.about__frame:hover img { transform: scale(1.03); filter: brightness(0.9) saturate(1.05); }

/* Corner frame decoration */
.about__frame::before {
  content: '';
  position: absolute;
  top: -16px; right: -16px;
  width: 50%; height: 50%;
  border: 1px solid var(--gold-border);
  border-radius: var(--r-lg);
  pointer-events: none;
  z-index: 2;
}

/* Badge */
.about__badge {
  position: absolute;
  bottom: -1.5rem; left: -1.5rem;
  background: linear-gradient(135deg, var(--gold-lt), var(--gold), var(--gold-dk));
  color: var(--obsidian);
  border-radius: var(--r-lg);
  padding: 1.5rem 2rem;
  text-align: center;
  box-shadow: var(--shadow);
  z-index: 3;
}
.badge__num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.badge__txt {
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0.35rem;
  display: block;
}

/* Location tag */
.about__tag {
  position: absolute;
  top: 1.25rem; right: 1.25rem;
  background: rgba(0,19,31,0.75);
  backdrop-filter: blur(10px);
  border: 1px solid var(--gold-border);
  color: var(--gold);
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  display: flex; align-items: center; gap: 0.4rem;
  z-index: 3;
}

.text-nowrap { white-space: nowrap; }

/* ============================================================
   OUR STORY
   ============================================================ */
.story { background: var(--obsidian); position: relative; overflow: hidden; }

.story__inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 5rem;
  align-items: start;
}

/* Left column: label + vertical rule */
.story__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding-top: 0.5rem;
}
.story__label .section__eyebrow { flex-direction: row; align-items: center; }
.story__label .section__eyebrow::before { width: 28px; }
.story__line {
  width: 1px;
  height: 120px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  opacity: 0.4;
}

/* Right column: content */
.story__content .section__title { margin-bottom: 1.75rem; }

.story__body {
  color: var(--muted);
  font-size: var(--text-base);
  line-height: var(--lh-relaxed);
  margin-bottom: 1.5rem;
  max-width: 680px;
}

.story__quote {
  position: relative;
  padding: 0.5rem 0 0.5rem 4.5rem;
  margin: 2.75rem 0;
  background: none;
  border: none;
  border-radius: 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  color: var(--white);
  line-height: 1.55;
  max-width: 640px;
}
.story__quote::after {
  content: '';
  display: block;
  width: 52px;
  height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin-top: 1.75rem;
}
.story__quote em { color: var(--gold-lt); font-style: italic; }
.story__legacy {
  display: block;
  margin-top: 0.5rem;
  white-space: nowrap;
  text-align: center;
  margin-left: -4.5rem;
  width: calc(100% + 4.5rem);
}
.story__quote-mark {
  font-family: var(--font-display);
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.16;
  line-height: 0.85;
  position: absolute;
  top: 0;
  left: -0.5rem;
  margin: 0;
  pointer-events: none;
}
.story__quote-mark--close {
  top: auto;
  left: auto;
  bottom: -2rem;
  right: -1rem;
  transform: rotate(180deg);
}

/* ============================================================
   MISSION & VISION
   ============================================================ */
.mission {
  background: var(--mid);
  position: relative;
  overflow: hidden;
}

.mission::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(212,175,55,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.mission__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
}

.mission__card {
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mission__card:first-child {
  border-right: none;
}

.mission__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--gold-muted);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--gold);
  flex-shrink: 0;
}

.mission__label {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  color: var(--white);
  letter-spacing: var(--ls-display);
  line-height: var(--lh-snug);
}

.mission__text {
  font-family: var(--font-ui);
  font-size: var(--text-base);
  color: var(--body-txt);
  line-height: var(--lh-relaxed);
}

.mission__divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold-border) 20%, var(--gold-border) 80%, transparent);
  margin: 2rem 0;
  flex-shrink: 0;
}

/* ============================================================
   CONSULT BANNER
   ============================================================ */
.consult-banner {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.consult-banner__bg {
  position: absolute;
  inset: 0;
  background: url('https://images.pexels.com/photos/3573383/pexels-photo-3573383.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat;
}
.consult-banner__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0,19,31,0.96) 50%, rgba(0,51,78,0.85) 100%);
}

/* Gold diagonal accent */
.consult-banner__veil::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(212,175,55,0.06) 100%);
}

.consult-banner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}
.consult-banner__text .section__eyebrow { justify-content: flex-start; }
.consult-banner__text h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--white);
  line-height: var(--lh-snug);
  margin-bottom: 2rem;
  letter-spacing: var(--ls-display);
}
.consult-banner__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 520px;
}
.consult-banner__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--text-sm);
  color: var(--body-txt);
  line-height: var(--lh-snug);
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.3s;
}
.consult-banner__list li:last-child { border-bottom: none; }
.consult-banner__list li:hover { color: var(--white); }
.consult-banner__list li i {
  color: var(--gold);
  font-size: 0.7rem;
  flex-shrink: 0;
  background: var(--gold-muted);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
}

/* ============================================================
   WHY CHOOSE US — ghost numeral cards
   ============================================================ */
.why { background: var(--peacock-dk); }

.why__tagline {
  text-align: center;
  font-family: 'Alike', serif;
  font-size: var(--text-lg);
  color: var(--gold);
  margin-top: 1.25rem;
  letter-spacing: 0.02em;
}

.why__grid {
  counter-reset: why-count;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.why__card {
  counter-increment: why-count;
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr 1.5fr;
  align-items: center;
  gap: 3.5rem;
  padding: 2.5rem 2rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(212,175,55,0.1);
  border-radius: 0;
  overflow: visible;
  transition: background 0.4s var(--ease);
}
.why__card:first-child { border-top: 1px solid rgba(212,175,55,0.1); }

/* Ghost numeral watermark */
.why__card::before {
  content: counter(why-count, decimal-leading-zero);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 9rem;
  font-weight: 400;
  color: rgba(212,175,55,0.05);
  line-height: 1;
  pointer-events: none;
  transition: color 0.4s var(--ease);
  user-select: none;
}

/* Left gold bar reveal on hover */
.why__card::after {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.4s var(--ease-out);
}
.why__card:hover { background: rgba(212,175,55,0.025); }
.why__card:hover::after { transform: scaleY(1); }
.why__card:hover::before { color: rgba(212,175,55,0.1); }

.why__icon {
  width: 56px; height: 56px;
  background: var(--gold-muted);
  border: 1px solid var(--gold-border);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1.65rem;
  flex-shrink: 0;
  transition: var(--t);
  margin-bottom: 0;
}
.why__card:hover .why__icon { background: var(--gold); color: var(--obsidian); border-color: var(--gold); }

.why__card h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--white);
  line-height: var(--lh-snug);
}
.why__card p {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: var(--lh-relaxed);
}

/* ============================================================
   SERVICES
   ============================================================ */
.services { background: var(--peacock); }

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service__card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--gold-border);
  background: var(--peacock-dk);
  transition: var(--t);
  display: flex;
  flex-direction: column;
}
.service__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: rgba(212,175,55,0.4);
}

.service__img-wrap {
  height: 300px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.service__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.75s var(--ease), filter 0.75s var(--ease);
  filter: brightness(0.8) saturate(0.85);
}
.service__card:hover .service__img-wrap img {
  transform: scale(1.08);
  filter: brightness(0.9) saturate(1);
}
.service__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,19,31,0.85) 0%, transparent 55%);
}

.service__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* Icon floats up from image bottom */
.service__icon {
  width: 52px; height: 52px;
  background: var(--gold);
  color: var(--obsidian);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem;
  margin-top: -3.5rem;
  position: relative;
  z-index: 2;
  box-shadow: var(--gold-glow);
  flex-shrink: 0;
  align-self: flex-start;
}

.service__body h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 400;
  color: var(--white);
  line-height: var(--lh-snug);
}
.service__body p {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: var(--lh-relaxed);
  flex: 1;
}
.service__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.5rem;
  transition: gap 0.3s var(--ease), color 0.3s;
}
.service__link:hover { gap: 0.9rem; color: var(--gold-lt); }

/* ============================================================
   DEVELOPER PARTNERS MARQUEE
   ============================================================ */
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.partners {
  background: var(--obsidian);
  padding: 5rem 0 4rem;
  overflow: hidden;
  position: relative;
}

.partners::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 15% 50%, rgba(212,175,55,0.04) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 85% 50%, rgba(0,75,115,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.partners .section__header {
  margin-bottom: 3rem;
}

/* Fade edges with modern mask-image */
.partners__track-wrap {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

/* Moving track */
.partners__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 4rem;
  animation: marquee-scroll 40s linear infinite;
  will-change: transform;
}

.partners__track-wrap:hover .partners__track {
  animation-play-state: paused;
}

/* Logo images */
.partners__track img {
  height: 44px;
  width: 140px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.75;
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: brightness(0) invert(1);
}

.partners__track img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.partners__track img[src*="binghatti"] {
  filter: invert(1);
}

.partners__track img[src*="gfs"] {
  filter: none;
  opacity: 0.85;
}

/* ============================================================
   FEATURED PROPERTIES — true masonry hero
   ============================================================ */
.properties { background: var(--peacock-dk); }

.properties__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(280px, auto);
  gap: 1.25rem;
}

/* Hero card: 2 cols × 2 rows */
.prop__card--hero {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.prop__card--hero .prop__img-wrap { height: 100%; min-height: 420px; }
.prop__card--hero .prop__body {
  padding: 2rem;
  background: linear-gradient(to top, rgba(0,19,31,0.95) 0%, rgba(0,19,31,0.5) 70%, transparent 100%);
}
.prop__card--hero .prop__name { font-size: var(--text-2xl); }
.prop__card--hero .prop__desc { display: block; }
.prop__card--hero .prop__meta { opacity: 1; transform: none; }
.prop__card--hero .prop__cta  { opacity: 1; transform: none; }

.prop__card {
  background: var(--peacock);
  border: 1px solid var(--gold-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: var(--t);
  display: flex;
  flex-direction: column;
  position: relative;
}
.prop__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212,175,55,0.4);
}

.prop__img-wrap {
  height: 200px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.prop__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.75s var(--ease);
}
.prop__card:hover .prop__img-wrap img { transform: scale(1.07); }

.prop__badge {
  position: absolute;
  top: 1rem; left: 1rem;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  z-index: 3;
}
.prop__badge--featured { background: var(--gold); color: var(--obsidian); }
.prop__badge--new      { background: #2ecc71; color: #fff; }
.prop__badge--off-plan { background: #3498db; color: #fff; }
.prop__badge--hot      { background: #e74c3c; color: #fff; }

.prop__type {
  position: absolute;
  top: 1rem; right: 1rem;
  background: rgba(0,19,31,0.72);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--muted);
  font-size: var(--text-2xs);
  font-weight: 600;
  padding: 0.25rem 0.7rem;
  border-radius: 100px;
  z-index: 3;
}

.prop__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.prop__location {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.prop__name {
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 400;
  color: var(--white);
  line-height: var(--lh-snug);
  margin-bottom: 0.3rem;
}
.prop__desc {
  display: none;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: var(--lh-normal);
  margin-bottom: 0.75rem;
}
.prop__price {
  font-family: var(--font-ui);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--gold);
  margin: 0.75rem 0;
  letter-spacing: -0.01em;
}
.prop__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: var(--text-xs);
  color: var(--muted);
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--t);
}
.prop__meta i { color: var(--gold); }
.prop__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.85rem;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--t);
  transition-delay: 0.05s;
}
.prop__card:hover .prop__meta,
.prop__card:hover .prop__cta  { opacity: 1; transform: translateY(0); }

.prop__photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.prop__photo-item {
  display: block;
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid var(--gold-border);
  aspect-ratio: 4 / 3;
}
.prop__photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prop__photo-item:hover img { transform: scale(1.05); }

@media (max-width: 900px) {
  .prop__photo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .prop__photo-grid { grid-template-columns: 1fr; }
}

.properties__footer {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.properties__note {
  font-size: var(--text-xs);
  color: var(--dim);
  letter-spacing: 0.04em;
}

/* ============================================================
   DESTINATIONS — PHOTO GRID
   ============================================================ */
.destinations {
  background: var(--navy);
  padding-bottom: 2rem;
}

.dest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px;
  gap: 3px;
  margin-top: 3rem;
}

a.dest-cell {
  display: block;
  text-decoration: none;
  color: inherit;
}

.dest-cell {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.dest-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
  display: block;
}

.dest-cell:hover img { transform: scale(1.07); }

.dest-cell__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5,12,25,0.85) 0%,
    rgba(5,12,25,0.35) 50%,
    rgba(5,12,25,0.1) 100%
  );
  transition: background 0.4s ease;
}

.dest-cell:hover .dest-cell__overlay {
  background: linear-gradient(
    to top,
    rgba(5,12,25,0.9) 0%,
    rgba(5,12,25,0.5) 55%,
    rgba(11,22,40,0.2) 100%
  );
}

.dest-cell__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem 1.75rem;
  z-index: 2;
}

.dest-cell__num {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.18);
  line-height: 1;
  display: block;
  transition: color 0.4s ease;
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  z-index: 3;
}

.dest-cell:hover .dest-cell__num { color: rgba(201,168,76,0.4); }

.dest-cell__content h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.dest-cell__content p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  max-width: 280px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.dest-cell:hover .dest-cell__content p {
  opacity: 1;
  transform: translateY(0);
}

.dest-cell::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 3px;
  background: linear-gradient(90deg, #c9a84c, #e2c47a);
  transition: width 0.5s ease;
  z-index: 3;
}
.dest-cell:hover::after { width: 100%; }

/* ============================================================
   HOME ARTICLES SECTION
   ============================================================ */
.home-articles { background: var(--peacock); }

/* Featured card */
.ha-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--gold-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 2.5rem;
  transition: var(--t);
}
.ha-featured:hover { box-shadow: var(--shadow-lg); border-color: var(--gold); }

.ha-featured__img-wrap { overflow: hidden; min-height: 400px; }
.ha-featured__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.85) saturate(0.9);
  transition: transform 0.9s var(--ease), filter 0.9s;
}
.ha-featured:hover .ha-featured__img-wrap img { transform: scale(1.05); filter: brightness(0.95) saturate(1); }

.ha-featured__body {
  background: var(--peacock-dk);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

.ha-featured__badge {
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--gold);
}

.ha-featured__title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 400;
  color: var(--white);
  line-height: var(--lh-snug);
}

.ha-featured__excerpt {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: var(--lh-relaxed);
}

.ha-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: var(--text-2xs);
  color: var(--dim);
}
.ha-featured__meta i { color: var(--gold); margin-right: 0.3rem; }

.ha-read-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--gold);
  transition: var(--t);
  margin-top: auto;
}
.ha-read-link:hover,
.ha-featured:hover .ha-read-link,
.ha-card:hover .ha-read-link { gap: 0.9rem; color: var(--gold-lt); }

/* Supporting cards grid */
.ha-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.ha-card {
  background: var(--peacock-dk);
  border: 1px solid var(--gold-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--t);
}
.ha-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--gold); }

.ha-card__img-wrap { height: 200px; overflow: hidden; }
.ha-card__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.8) saturate(0.8);
  transition: transform 0.8s var(--ease), filter 0.8s;
}
.ha-card:hover .ha-card__img-wrap img { transform: scale(1.07); filter: brightness(0.9) saturate(1); }

.ha-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.6rem;
}

.ha-card__cat {
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--gold);
}

.ha-card__title {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 400;
  color: var(--white);
  line-height: var(--lh-snug);
}

.ha-card__excerpt {
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: var(--lh-relaxed);
  flex: 1;
}

/* Footer CTA */
.ha-footer { text-align: center; }

/* Responsive */
@media (max-width: 1024px) {
  .ha-featured { grid-template-columns: 1fr; }
  .ha-featured__img-wrap { min-height: 280px; }
  .ha-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .ha-featured__body { padding: 2rem; }
  .ha-featured__title { font-size: var(--text-xl); }
  .ha-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   TEAM
   ============================================================ */
.team { background: var(--peacock-dk); padding-top: 3rem; }

.team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.team__card {
  background: var(--peacock);
  border: 1px solid var(--gold-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: var(--t);
}
.team__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: rgba(212,175,55,0.4);
}

.team__img-wrap {
  height: 420px;
  overflow: hidden;
  position: relative;
}
.team__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,19,31,0.6) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.team__card:hover .team__img-wrap::after { opacity: 1; }

.team__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(20%) brightness(0.88);
  transition: transform 0.75s var(--ease), filter 0.75s var(--ease);
}
.team__card:hover .team__img-wrap img {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(0.95);
}

.team__body {
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
  border-top: 2px solid var(--gold);
  background: linear-gradient(to bottom, rgba(212,175,55,0.04), transparent);
}
.team__body h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0.35rem;
  letter-spacing: var(--ls-display);
}
.team__role {
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.team__socials { display: flex; justify-content: center; gap: 0.6rem; }
.team__socials a {
  width: 34px; height: 34px;
  background: var(--gold-muted);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 0.78rem;
  transition: var(--t);
}
.team__socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--obsidian);
  transform: translateY(-3px);
}

/* ============================================================
   STATS — immersive parallax band
   ============================================================ */
.stats {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
}
.stats__photo {
  position: absolute;
  inset: 0;
  background: url('https://images.pexels.com/photos/2044434/pexels-photo-2044434.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat;
  background-attachment: fixed;
}
.stats__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,19,31,0.94) 0%, rgba(0,51,78,0.88) 100%);
}

.stats__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.stat__item {
  text-align: center;
  padding: 4rem 2rem;
  border-right: 1px solid rgba(212,175,55,0.12);
  transition: var(--t);
  position: relative;
}
.stat__item:last-child { border-right: none; }
.stat__item:hover { background: rgba(212,175,55,0.035); }
.stat__item::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 32px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: 0.5;
}

.stat__number {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  display: block;
  letter-spacing: -0.02em;
  min-height: 1.1em;
}
.stat__suf {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 400;
  color: var(--gold-lt);
  line-height: 1;
  vertical-align: super;
  opacity: 0.7;
}
.stat__label {
  display: block;
  font-size: var(--text-2xs);
  font-weight: 700;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 1.1rem;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--peacock-dk); }

.faq__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 3rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.faq__item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(212,175,55,0.12);
  overflow: visible;
  transition: var(--t);
  position: relative;
  min-height: 80px;
}
.faq__item:first-child { border-top: 1px solid rgba(212,175,55,0.12); }

/* Left gold bar on open */
.faq__item[open]::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}

.faq__question {
  font-family: var(--font-display);
  font-size: var(--text-md);
  color: var(--white);
  padding: 1.75rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  list-style: none;
  user-select: none;
  transition: color 0.3s var(--ease);
}

.faq__question::-webkit-details-marker { display: none; }

.faq__question::after {
  content: '+';
  font-family: var(--font-ui);
  font-size: 1.6rem;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.35s var(--ease), color 0.3s;
  line-height: 1;
  width: 28px;
  text-align: center;
}

.faq__item[open] .faq__question { color: var(--gold-lt); }
.faq__item[open] .faq__question::after { transform: rotate(45deg); }

.faq__answer {
  padding: 0 0 2rem;
  border-top: 1px solid rgba(212,175,55,0.08);
}

.faq__answer p {
  font-family: var(--font-ui);
  font-size: var(--text-base);
  color: var(--muted);
  line-height: var(--lh-relaxed);
  margin-top: 1.25rem;
  max-width: 720px;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: var(--peacock); }

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.contact__text {
  text-align: left;
}

.contact__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 2rem 0;
  text-align: left;
}

.contact__list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: var(--muted);
  font-size: var(--text-base);
  line-height: var(--lh-snug);
}

.contact__list li i {
  color: var(--gold);
  width: 18px;
  text-align: center;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.contact__map-sq {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-md);
  border: 1px solid var(--gold-border);
  overflow: hidden;
}

@media (max-width: 900px) {
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .contact__map-sq { aspect-ratio: 16 / 9; }
}
.contact__list a { color: var(--muted); transition: var(--t); }
.contact__list a:hover { color: var(--gold-lt); }

/* ============================================================
   FOOTER
   ============================================================ */
/* ── Pre-footer CTA band ── */
.footer-cta {
  background: linear-gradient(135deg, var(--peacock-dk) 0%, #0a2a2a 60%, var(--peacock-dk) 100%);
  border-top: 1px solid rgba(212,175,55,0.2);
  border-bottom: 1px solid rgba(212,175,55,0.2);
  padding: 3.5rem 0;
  position: relative;
  overflow: hidden;
}
.footer-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(212,175,55,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.footer-cta__sub {
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.footer-cta__title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.3;
}
.footer-cta__title em { color: var(--gold-lt); font-style: italic; }
.footer-cta__inner .btn { flex-shrink: 0; }

.footer {
  background: var(--obsidian);
  border-top: none;
  position: relative;
}
.footer::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, var(--gold) 20%, var(--gold-lt) 50%, var(--gold) 80%, transparent 100%);
}
.footer__top { padding: 4.5rem 0 3rem; }
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: start;
  gap: 3rem;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__brand .logo--footer {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}

.footer__tagline {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-lt);
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  text-align: center;
}

.footer__about {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--text-sm);
  line-height: var(--lh-relaxed);
  max-width: 420px;
  margin-bottom: 1.75rem;
  text-align: center;
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
  text-align: left;
}

.footer__socials { display: flex; gap: 0.6rem; justify-content: center; }
.footer__socials a {
  width: 36px; height: 36px;
  background: var(--peacock-dk);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 0.78rem;
  transition: var(--t);
}
.footer__socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--obsidian);
  transform: translateY(-3px);
  box-shadow: var(--gold-glow);
}

.footer__title {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--text-md);
  font-weight: 400;
  color: var(--white);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--gold-border);
  display: block;
}

.footer__links { display: flex; flex-direction: column; gap: 0.8rem; align-items: flex-start; }
.footer__links li a {
  color: var(--dim);
  font-size: var(--text-sm);
  transition: var(--t);
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.footer__links li a::before {
  content: '→';
  color: var(--gold);
  font-size: 0.75rem;
  opacity: 0;
  transform: translateX(-8px);
  transition: var(--t);
  margin-right: 0;
  display: inline-block;
}
.footer__links li a:hover { color: var(--gold-lt); gap: 0.4rem; }
.footer__links li a:hover::before { opacity: 1; transform: translateX(0); }

.footer__contact-bar {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 3rem;
  padding-top: 2rem;
}
.footer__info { display: flex; flex-direction: row; flex-wrap: wrap; gap: 1rem 2.5rem; align-items: center; justify-content: center; }
.footer__info li {
  display: flex; align-items: flex-start; gap: 0.85rem;
  color: var(--dim); font-size: var(--text-sm); line-height: var(--lh-snug);
}
.footer__info li i { color: var(--gold); font-size: 0.78rem; margin-top: 0.2rem; flex-shrink: 0; }
.footer__info a { color: var(--dim); transition: var(--t); }
.footer__info a:hover { color: var(--white); }

.footer__bottom {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.footer__copy-group { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.footer__copy { color: var(--dim); font-size: var(--text-xs); }
.footer__rera {
  display: flex; align-items: center; gap: 0.4rem;
  color: var(--gold); font-size: var(--text-xs);
  border: 1px solid rgba(212,175,55,0.3);
  padding: 0.2rem 0.6rem; border-radius: 4px;
  letter-spacing: 0.04em;
}
.footer__legal { display: flex; align-items: center; gap: 1.25rem; }
.footer__legal a { color: var(--dim); font-size: var(--text-xs); transition: var(--t); }
.footer__legal a:hover { color: var(--muted); }
.footer__legal .sep {
  width: 3px; height: 3px;
  background: var(--dim); border-radius: 50%; opacity: 0.4;
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.93);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.lightbox.is-open { display: flex; }
.lightbox__img-wrap {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__img-wrap img {
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--r-md);
  box-shadow: 0 8px 60px rgba(0,0,0,0.7);
  display: block;
}
.lightbox__close {
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: var(--white);
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  z-index: 10000;
}
.lightbox__close:hover { opacity: 1; }
.lightbox__prev,
.lightbox__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  font-size: 2.5rem;
  line-height: 1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10000;
}
.lightbox__prev { left: 1.25rem; }
.lightbox__next { right: 1.25rem; }
.lightbox__prev:hover,
.lightbox__next:hover { background: rgba(212,175,55,0.25); border-color: var(--gold); color: var(--gold); }
.lightbox__counter {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--dim);
  font-size: var(--text-xs);
  font-family: var(--font-ui);
  letter-spacing: 0.08em;
}

/* ============================================================
   BACK TO TOP + WHATSAPP FLOAT
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 6.5rem; right: 1.75rem;
  width: 42px; height: 42px;
  background: var(--peacock);
  border: 1px solid var(--gold-border);
  color: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  opacity: 0; visibility: hidden;
  transform: translateY(10px);
  transition: var(--t);
  z-index: 500;
}
.back-to-top.visible {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.back-to-top:hover {
  background: var(--gold);
  color: var(--obsidian);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: var(--gold-glow);
}

.whatsapp-float {
  position: fixed;
  bottom: 1.75rem; right: 1.75rem;
  width: 50px; height: 50px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  z-index: 500;
  transition: var(--t);
  animation: pulseGold 3s ease infinite;
}
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 12px 36px rgba(37,211,102,0.55);
}

/* ============================================================
   RESPONSIVE — TABLET (≤1024px)
   ============================================================ */
@media (max-width: 1024px) {
  :root { --section-pad: 4.5rem 0; }

  .about__inner        { grid-template-columns: 1fr; gap: 3rem; }
  .about__visual       { display: none; }

  .services__grid      { grid-template-columns: repeat(2, 1fr); }

  .properties__grid    { grid-template-columns: repeat(2, 1fr); }
  .prop__card--hero    { grid-column: 1 / 3; grid-row: auto; }

  .destinations__grid  { grid-template-columns: repeat(2, 1fr); }

  .team__grid          { grid-template-columns: repeat(2, 1fr); }
  .stats__grid         { grid-template-columns: repeat(2, 1fr); }
  .stat__item          { border-right: none; border-bottom: 1px solid rgba(212,175,55,0.1); }
  .stat__item:last-child { border-bottom: none; }

  .footer__grid        { grid-template-columns: 1fr 1fr; gap: 2.25rem; }
  .footer__brand       { grid-column: span 2; align-items: center; }
  .footer__brand .logo--footer { justify-content: center; }
  .footer__socials     { justify-content: center; }
  .footer__about { max-width: 100%; text-align: center; }
  .footer__links       { align-items: center; }

  .why__card { grid-template-columns: 56px 1fr; gap: 1.75rem; }
  .why__card p { grid-column: 1 / -1; padding-left: calc(56px + 1.75rem); }

  .consult-banner__inner { flex-direction: column; gap: 2rem; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤768px)
   ============================================================ */
@media (max-width: 768px) {
  :root { --section-pad: 3.5rem 0; }

  .container { padding: 0 1.25rem; }

  /* Header */
  .header__inner  { padding: 0.75rem 1.25rem; }
  .hamburger      { display: flex; }
  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 300px);
    background: var(--obsidian);
    border-left: 1px solid var(--gold-border);
    padding: 5rem 1.75rem 2rem;
    transform: translateX(100%);
    transition: transform 0.38s var(--ease-out);
    z-index: 999;
    box-shadow: -8px 0 48px rgba(0,0,0,0.6);
    overflow-y: auto;
  }
  .nav.open    { transform: translateX(0); }
  .nav__list   { flex-direction: column; align-items: flex-start; gap: 0.25rem; }
  .nav__link   { font-size: var(--text-sm); width: 100%; padding: 0.75rem 1rem; }

  /* Hero */
  .hero__inner   { padding-top: 5.5rem; gap: 2rem; }
  .hero__main    { grid-template-columns: 1fr; gap: 1.5rem; justify-items: center; text-align: center; }
  .hero__logo    { height: 180px; }
  .hero__eyebrow { justify-content: center; }
  .hero__sub     { margin: 0 auto 2rem; }
  .hero__actions { justify-content: center; }
  .hero__panel   { flex-direction: column; gap: 0; max-width: 100%; padding: 1.25rem 0; }
  .hero__stat    { padding: 1rem 2rem; }
  .hero__stat-sep { width: 60px; height: 1px; }

  /* About */
  .about__checks { grid-template-columns: 1fr; }

  /* Story */
  .story__inner  { grid-template-columns: 1fr; gap: 2rem; }
  .story__line   { display: none; }

  /* Why */
  .why__card { grid-template-columns: 52px 1fr; gap: 1.25rem; padding: 1.75rem 0; }
  .why__card p { grid-column: 1 / -1; padding-left: 0; }
  .why__card h3 { font-size: var(--text-lg); }

  /* Services */
  .services__grid { grid-template-columns: 1fr; }

  /* Partners */
  .partners { padding: 3.5rem 0 3rem; }
  .partners .section__header { margin-bottom: 2rem; }
  .partners__track-wrap { -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
  .partners__track { gap: 2.5rem; animation-duration: 25s; }
  .partners__track img { height: 32px; width: 100px; }

  /* Properties */
  .properties__grid  { grid-template-columns: 1fr; }
  .prop__card--hero  { grid-column: 1; grid-row: auto; }
  .prop__card--hero .prop__img-wrap { min-height: 280px; }
  .prop__card--hero .prop__meta,
  .prop__card--hero .prop__cta { opacity: 1; transform: none; }

  /* Destinations */
  .destinations__grid  { grid-template-columns: 1fr; }

  /* Team */
  .team__grid  { grid-template-columns: 1fr; }

  /* Stats */
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .stat__item  { border-right: 1px solid rgba(212,175,55,0.1); border-bottom: 1px solid rgba(212,175,55,0.1); padding: 2rem 1.25rem; }
  .stat__item:nth-child(2n) { border-right: none; }
  .stat__item:nth-last-child(-n+2) { border-bottom: none; }

  /* Mission & Vision */
  .mission__inner { grid-template-columns: 1fr; }
  .mission__divider { width: 100%; height: 1px; margin: 0; background: linear-gradient(to right, transparent, var(--gold-border) 20%, var(--gold-border) 80%, transparent); }
  .mission__card { padding: 2.5rem 1.5rem; }

  /* Consult */
  .consult-banner__inner { text-align: center; }
  .consult-banner__list li { text-align: left; }

  /* FAQ */
  .faq__item[open]::before { display: none; }
  .faq__question { padding: 1.25rem 0; font-size: var(--text-base); }

  /* Footer */
  .footer-cta__inner     { flex-direction: column; text-align: center; }
  .footer__grid          { grid-template-columns: 1fr; }
  .footer__brand         { grid-column: span 1; align-items: center; }
  .footer__brand .logo--footer { justify-content: center; }
  .footer__about { text-align: center; border-left: none; padding-left: 0; border-top: 2px solid var(--gold); padding-top: 1rem; }
  .footer__socials       { justify-content: center; }
  .footer__links         { align-items: center; }
  .footer__info          { flex-direction: column; align-items: center; }
  .footer__bottom-inner  { flex-direction: column; text-align: center; }
  .footer__copy-group    { justify-content: center; }

  /* Floating buttons */
  .whatsapp-float { bottom: 1.25rem; right: 1.25rem; width: 46px; height: 46px; font-size: 1.2rem; }
  .back-to-top    { bottom: 5rem; right: 1.25rem; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (≤480px)
   ============================================================ */
@media (max-width: 480px) {
  .container        { padding: 0 1rem; }
  .section__title   { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .hero__logo       { height: 130px; }
  .hero__title      { font-size: clamp(2rem, 9vw, 2.8rem); }
  .btn              { padding: 0.8rem 1.6rem; font-size: var(--text-2xs); }
  .hero__actions    { flex-direction: column; align-items: center; }
  .stats__grid      { grid-template-columns: 1fr 1fr; }
  .stat__number     { font-size: clamp(2.5rem, 8vw, 3.5rem); }
  .prop__img-wrap   { height: 180px; }
  .team__img-wrap   { height: 280px; }
  .loader__img      { height: 110px; }
  .footer__grid     { gap: 2rem; }
}

.footer a { color: rgba(255, 255, 255, 0.85); }
