/* ==========================================================================
   Suncity Monarch — Core Styles
   Ultra-premium luxury real estate landing page
   ========================================================================== */

@font-face {
  font-family: "SangBleu Sunrise";
  src: url("../fonts/SangBleuSunrise-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* --------------------------------------------------------------------------
   CSS Custom Properties
   -------------------------------------------------------------------------- */
:root {
  /* Palette — charcoal, champagne, ivory */
  --color-ink: #0c0c0d;
  --color-ink-soft: #141416;
  --color-charcoal: #1c1c1f;
  --color-slate: #2e2e32;
  --color-champagne: #b8975a;
  --color-champagne-light: #d4b87a;
  --color-champagne-muted: rgba(184, 151, 90, 0.18);
  --color-ivory: #f8f6f1;
  --color-warm-white: #fdfcfa;
  --color-cream: #efebe3;
  --color-muted: #8a8680;
  --color-muted-light: #b5b0a8;
  --color-border: rgba(184, 151, 90, 0.22);
  --color-border-soft: rgba(255, 255, 255, 0.08);
  --color-white: #ffffff;
  --color-success: #2d6a4f;
  --color-error: #9b2c2c;
  --color-overlay: rgba(12, 12, 13, 0.72);
  --color-navy: #0E2344;
  --color-navy-deep: #0a1a33;
  --color-glass: rgba(14, 35, 68, 0.78);
  --color-glass-light: rgba(253, 252, 250, 0.06);

  /* Typography */
  --font-heading: "SangBleu Sunrise", serif;
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  /* Type scale */
  --fs-hero: clamp(3.5rem, 8vw, 7.5rem);
  --fs-h1: clamp(2.5rem, 5vw, 4.5rem);
  --fs-h2: clamp(2rem, 4vw, 3.25rem);
  --fs-h3: clamp(1.35rem, 2.5vw, 1.85rem);
  --fs-h4: clamp(1.1rem, 1.5vw, 1.35rem);
  --fs-body: clamp(0.95rem, 1.1vw, 1.05rem);
  --fs-sm: 0.875rem;
  --fs-xs: 0.75rem;
  --lh-tight: 1.15;
  --lh-snug: 1.35;
  --lh-body: 1.7;
  --ls-wide: 0.18em;
  --ls-medium: 0.08em;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;
  --section-pad: clamp(5rem, 10vw, 8rem);
  --container: min(92%, 1240px);
  --container-wide: min(94%, 1440px);

  /* Effects */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --shadow-soft: 0 4px 24px rgba(14, 35, 68, 0.06), 0 12px 40px rgba(12, 12, 13, 0.08);
  --shadow-elevated: 0 8px 32px rgba(14, 35, 68, 0.1), 0 24px 64px rgba(12, 12, 13, 0.16);
  --shadow-premium: 0 10px 40px rgba(14, 35, 68, 0.14), 0 2px 8px rgba(12, 12, 13, 0.06);
  --shadow-gold: 0 8px 28px rgba(184, 151, 90, 0.28), 0 2px 6px rgba(184, 151, 90, 0.12);
  --shadow-float: 0 10px 28px rgba(0, 0, 0, 0.28), 0 2px 8px rgba(0, 0, 0, 0.12);
  --blur-glass: 16px;
  --transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  --transition-fast: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  --radius-btn: 6px;
  --header-h: 72px;
  --header-transition: 300ms ease;
  --z-header: 1000;
  --z-float: 1100;
  --z-popup: 1200;
  --z-lightbox: 1300;
  --z-toast: 1400;
}

/* --------------------------------------------------------------------------
   Reset & Base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: var(--header-h);
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  color: var(--color-ink);
  background: var(--color-warm-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: transparent;
}

::selection {
  background: var(--color-champagne);
  color: var(--color-ink);
}

:focus-visible {
  outline: 2px solid var(--color-champagne);
  outline-offset: 3px;
}

.u-sr-only {
  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 {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: calc(var(--z-toast) + 1);
  padding: 0.75rem 1.25rem;
  background: var(--color-champagne);
  color: var(--color-navy);
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  border-radius: var(--radius-btn);
  box-shadow: var(--shadow-gold);
  transition: top var(--transition-fast);
}

.skip-link:focus {
  top: 1rem;
  outline: 2px solid var(--color-ivory);
  outline-offset: 2px;
}

/* Honeypot — visually hidden, keep in tab order out */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Layout Utilities
   -------------------------------------------------------------------------- */
.container {
  width: var(--container);
  margin-inline: auto;
}

.container--wide {
  width: var(--container-wide);
  margin-inline: auto;
}

.section {
  padding-block: var(--section-pad);
  position: relative;
}

.section--dark {
  background: var(--color-ink);
  color: var(--color-ivory);
}

.section--ivory {
  background: var(--color-ivory);
}

.section__eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--color-champagne);
  margin-bottom: var(--space-sm);
  display: block;
}

.section__title {
  font-family: var(--font-heading);
  font-size: clamp(42px, 3vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: var(--space-sm);
  color: var(--color-ink);
}

.section__title--light {
  color: var(--color-ivory);
}

.section__lead {
  font-size: var(--fs-body);
  color: var(--color-muted);
  max-width: 36rem;
  line-height: var(--lh-body);
}

.section--dark .section__lead {
  color: var(--color-muted-light);
}

.section__header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* Gold hairline */
.section__header::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-champagne), transparent);
  margin: var(--space-md) auto 0;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1rem 2rem;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-medium);
  text-transform: uppercase;
  line-height: 1;
  border-radius: var(--radius-btn);
  transition: transform var(--transition-fast), background var(--transition-fast),
    color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  will-change: transform;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.15) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.btn:hover::before {
  transform: translateX(100%);
}

.btn--primary {
  background: var(--color-champagne);
  color: var(--color-ink);
  box-shadow: var(--shadow-gold);
}

.btn--primary:hover {
  background: var(--color-champagne-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold), 0 12px 36px rgba(184, 151, 90, 0.2);
}

.btn--secondary {
  background: transparent;
  color: var(--color-ivory);
  border: 1px solid rgba(253, 252, 250, 0.35);
}

.btn--secondary:hover {
  border-color: var(--color-champagne);
  color: var(--color-champagne-light);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
}

.btn--ghost:hover {
  border-color: var(--color-champagne);
  color: var(--color-champagne);
}

.btn--dark {
  background: var(--color-ink);
  color: var(--color-ivory);
}

.btn--dark:hover {
  background: var(--color-charcoal);
  box-shadow: var(--shadow-elevated);
  transform: translateY(-2px);
}

.btn--light {
  background: var(--color-warm-white);
  color: var(--color-ink);
}

.btn--light:hover {
  background: var(--color-champagne);
  color: var(--color-ink);
}

.btn--sm {
  padding: 0.75rem 1.35rem;
  font-size: var(--fs-xs);
}

.btn--full {
  width: 100%;
}

.btn.is-loading {
  pointer-events: none;
  opacity: 0.75;
}

.btn.is-loading .btn__text {
  opacity: 0;
}

.btn__spinner {
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
}

.btn.is-loading .btn__spinner {
  display: block;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* --------------------------------------------------------------------------
   Progress Bar
   -------------------------------------------------------------------------- */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--color-champagne), var(--color-champagne-light));
  z-index: calc(var(--z-header) + 1);
  transition: width 0.1s linear;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Header — Reference layout, premium refinement
   -------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-header);
  height: var(--header-h);
  background: transparent;
  transition:
    background-color var(--header-transition),
    backdrop-filter var(--header-transition),
    -webkit-backdrop-filter var(--header-transition),
    box-shadow var(--header-transition),
    opacity var(--header-transition);
  opacity: 0;
  animation: headerFadeIn 0.6s ease forwards;
}

@keyframes headerFadeIn {
  to { opacity: 1; }
}

.header__inner {
  width: min(94%, 1400px);
  margin-inline: auto;
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  z-index: 2;
}

.header__logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.header__logo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header__logo-text span {
  color: var(--color-champagne);
  font-style: italic;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.1rem, 1.6vw, 1.85rem);
  justify-self: center;
}

.header__link {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding-block: 0.4rem;
  white-space: nowrap;
  transition: color 200ms ease;
}

.header__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: var(--color-champagne);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header__link:hover,
.header__link.is-active {
  color: var(--color-champagne-light);
}

.header__link:hover::after,
.header__link.is-active::after {
  transform: scaleX(1);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  justify-self: end;
  z-index: 2;
}

.header__call {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: var(--fw-semibold);
  color: #ffffff;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: color 200ms ease;
}

.header__call:hover {
  color: var(--color-champagne-light);
}

.header__call svg {
  width: 15px;
  height: 15px;
  color: var(--color-champagne);
}

.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-navy);
  background: linear-gradient(135deg, var(--color-champagne-light), var(--color-champagne));
  border-radius: var(--radius-btn);
  box-shadow: 0 4px 16px rgba(184, 151, 90, 0.28);
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms ease,
    background 300ms ease;
  white-space: nowrap;
}

.header__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(184, 151, 90, 0.4);
  background: linear-gradient(135deg, #e0c58a, var(--color-champagne-light));
}

.header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.header__toggle-bar {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #ffffff;
  position: relative;
  transition: background 200ms ease;
}

.header__toggle-bar::before,
.header__toggle-bar::after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 1.5px;
  background: #ffffff;
  transition: transform 300ms ease, top 300ms ease;
}

.header__toggle-bar::before { top: -7px; }
.header__toggle-bar::after { top: 7px; }

.header.is-open .header__toggle-bar {
  background: transparent;
}

.header.is-open .header__toggle-bar::before {
  top: 0;
  transform: rotate(45deg);
}

.header.is-open .header__toggle-bar::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Scrolled: readable sticky header */
.header.is-scrolled {
  background: rgba(8, 18, 36, 0.20);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 32px rgba(14, 35, 68, 0.2);
}

/* --------------------------------------------------------------------------
   Hero — CSS background cover + single solid overlay
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #0a1223;
  background-image: url("../images/hero/hero-main.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Single solid overlay — 50% black */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}

.hero::after {
  content: none;
}

/* Decorative img layer enabled by animations.css when js-motion is active */
.hero__bg {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 5;
  width: min(94%, 1200px);
  margin-inline: auto;
  text-align: center;
  padding-top: var(--header-h);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border: none;
}

.hero__project {
  font-family: var(--font-heading);
  font-size: 72px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 auto 1rem;
  max-width: none;
  width: max-content;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.hero__config {
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 0.65rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
}

.hero__location {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: var(--fw-medium);
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 1.25rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.hero__tagline {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: var(--fw-regular);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 auto 1rem;
  max-width: 36rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Mobile-only line break for H1 — hidden on tablet/desktop */
br.hero__br-mobile {
  display: none;
}

.hero__price {
  font-family: var(--font-body);
  font-size: 30px;
  font-weight: var(--fw-medium);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #d4af5a;
  margin: 0 0 2rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.20));
}

.hero__price span + span {
  margin-left: 0.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: var(--fw-regular);
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 1rem 2rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius-btn);
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms ease,
    background 300ms ease,
    color 300ms ease,
    border-color 300ms ease;
  will-change: transform;
}

.hero__btn--primary {
  background: linear-gradient(135deg, #e0c58a, #d4af5a);
  color: var(--color-navy);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.hero__btn--primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #e8d09a, #dbb45e);
}

.hero__btn.hero__btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 35px rgba(0, 0, 0, 0.18);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    background 300ms ease,
    border-color 300ms ease;
}

.hero__btn.hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.38);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 14px 38px rgba(0, 0, 0, 0.22);
}

.hero__btn.hero__btn--secondary:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 22px rgba(0, 0, 0, 0.16);
}

/* Tablet — same composition, slightly favor mid towers */
@media (max-width: 991px) {
  .hero {
    background-size: cover;
    background-position: center center;
  }
}

/* Mobile — center on middle towers / illuminated façade */
@media (max-width: 767px) {
  .hero {
    background-size: cover;
    background-position: center 40%;
  }
}

.hero__meta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.hero__sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-champagne);
  opacity: 0.8;
}

.hero__rera,
.hero__status {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.88);
}

.hero__scroll {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: scrollFloat 2.4s ease-in-out infinite;
}

.hero__scroll-mouse {
  width: 22px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.hero__scroll-mouse span {
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: var(--color-champagne);
  animation: scrollDot 1.8s ease-in-out infinite;
}

.hero__scroll-label {
  opacity: 0.75;
}

@keyframes scrollFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

@keyframes scrollDot {
  0% { opacity: 1; transform: translateY(0); }
  80%, 100% { opacity: 0; transform: translateY(10px); }
}

/* --------------------------------------------------------------------------
   Overview — Reference grid, premium refinement
   -------------------------------------------------------------------------- */
.overview {
  background: var(--color-navy);
  color: #ffffff;
  padding-block: clamp(4.5rem, 8vw, 6.5rem);
  position: relative;
}

.overview__header {
  text-align: center;
  margin-bottom: 36px;
  max-width: 40rem;
  margin-inline: auto;
}

.overview__title {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 12px;
}

.overview__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.overview__subtitle {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}

.overview__lead {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 1rem auto 0;
  max-width: 42rem;
}

.overview__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.overview-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 2.15rem 1.25rem 1.85rem;
  text-align: center;
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  transition:
    transform 450ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 450ms ease,
    box-shadow 450ms ease,
    background 450ms ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
}

.overview-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-champagne);
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(184, 151, 90, 0.2);
}

.overview-card__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.15rem;
  color: #ffffff;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(18px);
  transition:
    color 400ms ease,
    transform 550ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.overview__grid.is-visible .overview-card__icon,
.overview-card.is-inview .overview-card__icon {
  opacity: 1;
  transform: translateY(0);
}

.overview__grid.is-visible .overview-card:nth-child(1) .overview-card__icon { transition-delay: 0.05s; }
.overview__grid.is-visible .overview-card:nth-child(2) .overview-card__icon { transition-delay: 0.1s; }
.overview__grid.is-visible .overview-card:nth-child(3) .overview-card__icon { transition-delay: 0.15s; }
.overview__grid.is-visible .overview-card:nth-child(4) .overview-card__icon { transition-delay: 0.2s; }
.overview__grid.is-visible .overview-card:nth-child(5) .overview-card__icon { transition-delay: 0.25s; }
.overview__grid.is-visible .overview-card:nth-child(6) .overview-card__icon { transition-delay: 0.3s; }
.overview__grid.is-visible .overview-card:nth-child(7) .overview-card__icon { transition-delay: 0.35s; }
.overview__grid.is-visible .overview-card:nth-child(8) .overview-card__icon { transition-delay: 0.4s; }

.overview-card:hover .overview-card__icon {
  color: var(--color-champagne-light);
}

.overview-card__icon svg {
  width: 44px;
  height: 44px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.overview-card__value {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.35vw, 1.1rem);
  font-weight: var(--fw-semibold);
  color: #ffffff;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  word-break: break-word;
}

.overview-card__label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-top: auto;
}

.overview-card:hover .overview-card__label {
  color: var(--color-champagne);
}

/* --------------------------------------------------------------------------
   Highlights — Horizontal Swiper carousel (all breakpoints)
   -------------------------------------------------------------------------- */
.highlights {
  background: #ffffff;
  padding: 56px 0 60px;
  position: relative;
  max-height: none;
  overflow: visible;
}

.highlights__header {
  text-align: center;
  margin: 0 auto 36px;
  max-width: 36rem;
}

.highlights__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.highlights__title {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--color-navy);
  margin: 0 0 12px;
}

.highlights__subtitle {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: var(--fw-regular);
  line-height: 1.6;
  color: var(--color-muted);
  margin: 0;
}

.highlights__carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.highlights-swiper {
  display: block;
  width: 100%;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.highlights-swiper .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: ease-in-out !important;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.highlights-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
  backface-visibility: hidden;
}

/* Desktop slide: 4×2 */
.highlights-swiper__slide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 4px 2px 12px;
  width: 100%;
  min-height: 420px;
  box-sizing: border-box;
}

.highlights-swiper .swiper-pagination {
  position: relative;
  margin-top: 1.35rem;
  bottom: 0 !important;
}

.highlights-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  opacity: 1;
  transition: background 300ms ease, transform 300ms ease;
}

.highlights-swiper .swiper-pagination-bullet-active {
  background: var(--color-champagne);
  transform: scale(1.15);
}

/* Premium circular nav — outside carousel */
.highlights-nav {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--color-navy);
  box-shadow: 0 8px 24px rgba(14, 35, 68, 0.08);
  cursor: pointer;
  z-index: 3;
  transition:
    background 300ms ease,
    border-color 300ms ease,
    color 300ms ease,
    box-shadow 300ms ease,
    transform 300ms ease;
}

.highlights-nav--prev {
  margin-right: 18px;
}

.highlights-nav--next {
  margin-left: 18px;
}

.highlights-nav:hover {
  background: var(--color-champagne);
  border-color: var(--color-champagne);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(184, 151, 90, 0.35);
  transform: scale(1.04);
}

.highlights-nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.highlights-nav.swiper-button-lock {
  visibility: hidden;
  pointer-events: none;
}

.highlight-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
  max-height: none;
  padding: 26px 28px 24px;
  background: #ffffff;
  border: 1px solid rgba(20, 40, 74, 0.08);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  overflow: hidden;
  box-sizing: border-box;
}

.highlight-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 164, 92, 0.25);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
}

.highlight-card__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  color: var(--color-navy);
  display: grid;
  place-items: start;
  transition: color 0.35s ease;
  flex-shrink: 0;
}

.highlight-card__icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.highlight-card:hover .highlight-card__icon {
  color: var(--color-champagne);
}

.highlight-card__title {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #14284A;
  margin: 0;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.highlight-card__desc {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: var(--fw-regular);
  line-height: 1.45;
  color: #6B7280;
  margin: 10px 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

.highlight-card__divider {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: auto;
  background: var(--color-champagne);
  border-radius: 1px;
  transition: width 0.35s ease;
  flex-shrink: 0;
}

.highlight-card:hover .highlight-card__divider {
  width: 72px;
}

/* Laptop: keep card polish, tighten nav margins only */
@media (max-width: 1439px) and (min-width: 1024px) {
  .highlights-swiper__slide-grid {
    gap: 18px;
    min-height: 400px;
  }

  .highlights-nav--prev {
    margin-right: 12px;
  }

  .highlights-nav--next {
    margin-left: 12px;
  }
}

/* Tablet: 2×2 per slide */
@media (max-width: 1023px) and (min-width: 768px) {
  .highlights {
    max-height: none;
    padding: 52px 0 56px;
  }

  .highlights-swiper__slide-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
    min-height: 420px;
  }

  .highlight-card {
    height: 100%;
    min-height: 190px;
    max-height: none;
    padding: 24px 26px 22px;
  }

  .highlights-nav {
    width: 42px;
    height: 42px;
  }

  .highlights-nav--prev {
    margin-right: 10px;
  }

  .highlights-nav--next {
    margin-left: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .highlight-card,
  .highlight-card__icon,
  .highlight-card__divider,
  .highlights-nav {
    transition: none;
  }

  .highlight-card:hover {
    transform: none;
  }

  .highlights-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
}

/* Mobile: 2×2, pagination only */
@media (max-width: 767px) {
  .highlights {
    padding: 48px 0 56px;
    max-height: none;
  }

  .highlights__header {
    margin-bottom: 24px;
  }

  .highlights-nav {
    display: none;
  }

  .highlights-swiper__slide-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 12px;
    min-height: 360px;
    padding: 2px 0 8px;
  }

  .highlight-card {
    height: 100%;
    min-height: 168px;
    max-height: none;
    padding: 20px 18px 18px;
  }

  .highlight-card:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  }

  .highlight-card__title {
    font-size: 15px;
  }

  .highlight-card__desc {
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    margin: 8px 0 14px;
  }

  .highlight-card__icon,
  .highlight-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .highlight-card__icon {
    margin-bottom: 12px;
  }
}


/* --------------------------------------------------------------------------
   Gallery - Premium coverflow showcase
   -------------------------------------------------------------------------- */
.gallery {
  position: relative;
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(184, 151, 90, 0.06), transparent 55%),
    linear-gradient(180deg, #f7f5f1 0%, #ffffff 42%, #f8f6f2 100%);
  overflow: hidden;
}

.gallery__container {
  width: min(100% - 2rem, 1400px);
  margin-inline: auto;
}

.gallery__header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 36px;
}

.gallery__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--color-navy);
}

.gallery__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.gallery__subtitle {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(14, 35, 68, 0.62);
  letter-spacing: 0.01em;
}

.gallery__carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 100%;
}

.gallery-swiper {
  width: 100%;
  overflow: visible;
  padding-block: 0.5rem 2.25rem;
}

.gallery-swiper .swiper-wrapper {
  align-items: center;
}

.gallery-swiper .swiper-slide {
  width: 75%;
  height: auto;
  transition: opacity 500ms ease;
}

.gallery-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.52;
}

.gallery-swiper .swiper-slide-active {
  opacity: 1;
  z-index: 2;
}

.gallery__slide {
  position: relative;
  margin: 0;
  width: 100%;
  height: 520px;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
  background: #0E2344;
  box-shadow: 0 28px 70px rgba(8, 18, 36, 0.22);
  transform: translateZ(0);
  transition: box-shadow 400ms ease;
}

.gallery-swiper .swiper-slide-active .gallery__slide {
  box-shadow: 0 36px 90px rgba(8, 18, 36, 0.28);
}

.gallery-swiper .swiper-slide:not(.swiper-slide-active) .gallery__slide {
  filter: blur(0.6px);
  box-shadow: 0 16px 40px rgba(8, 18, 36, 0.14);
}

.gallery__slide picture,
.gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery__slide img {
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.gallery__slide:hover img {
  transform: scale(1.04);
}

.gallery__zoom {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(8, 18, 36, 0.18);
  opacity: 0;
  transition: opacity 350ms ease;
  pointer-events: none;
}

.gallery__slide:hover .gallery__zoom {
  opacity: 1;
}

.gallery__zoom svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.gallery-nav {
  flex-shrink: 0;
  z-index: 5;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--color-navy);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(14, 35, 68, 0.1);
  box-shadow: 0 12px 32px rgba(8, 18, 36, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 300ms ease, background 300ms ease, border-color 300ms ease, color 300ms ease, box-shadow 300ms ease;
}

.gallery-nav--prev {
  margin-right: -12px;
}

.gallery-nav--next {
  margin-left: -12px;
}

.gallery-nav:hover {
  color: var(--color-navy);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(184, 151, 90, 0.55);
  box-shadow: 0 14px 36px rgba(184, 151, 90, 0.22);
  transform: scale(1.05);
}

.gallery-nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.gallery-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 0.5rem;
}

.gallery-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(14, 35, 68, 0.22);
  opacity: 1;
  transition: transform 300ms ease, background 300ms ease, width 300ms ease;
}

.gallery-swiper .swiper-pagination-bullet-active {
  background: var(--color-champagne);
  transform: scale(1.2);
  width: 22px;
  border-radius: 999px;
}

.gallery__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.gallery__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 2.25rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-navy);
  background: transparent;
  border: 1px solid rgba(184, 151, 90, 0.55);
  border-radius: 999px;
  transition: background 300ms ease, border-color 300ms ease, color 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.gallery__cta-btn:hover {
  background: linear-gradient(135deg, #e0c58a, #d4af5a);
  border-color: transparent;
  color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(184, 151, 90, 0.28);
}

/* Laptop */
@media (max-width: 1399px) {
  .gallery-swiper .swiper-slide {
    width: 80%;
  }

  .gallery__slide {
    height: 480px;
  }
}

/* Tablet */
@media (max-width: 1023px) {
  .gallery-swiper .swiper-slide {
    width: 90%;
  }

  .gallery-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.45;
  }

  .gallery__slide {
    height: 420px;
  }

  .gallery__carousel-wrap {
    position: relative;
  }

  .gallery-swiper {
    padding-block: 0.5rem 0;
  }

  .gallery-swiper .swiper-pagination {
    display: none !important;
  }

  .gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 46px;
    height: 46px;
    margin: 0;
    color: var(--color-navy);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 10px 28px rgba(8, 18, 36, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(-50%);
  }

  .gallery-nav--prev {
    left: 10px;
    margin-right: 0;
  }

  .gallery-nav--next {
    right: 10px;
    margin-left: 0;
  }

  .gallery-nav:hover,
  .gallery-nav:focus-visible {
    color: var(--color-navy);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(184, 151, 90, 0.5);
    box-shadow: 0 12px 32px rgba(8, 18, 36, 0.22);
    transform: translateY(-50%) scale(1.05);
  }

  .gallery-nav:active {
    transform: translateY(-50%) scale(0.97);
  }
}

/* Mobile — single image + overlay arrows (no dots) */
@media (max-width: 767px) {
  .gallery {
    padding-block: 3.5rem 4rem;
  }

  .gallery__container {
    width: min(100% - 1.25rem, 1400px);
  }

  .gallery__header {
    margin-bottom: 1.75rem;
  }

  .gallery-swiper {
    padding-block: 0;
  }

  .gallery-swiper .swiper-slide {
    width: 95%;
  }

  .gallery-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
  }

  .gallery-swiper .swiper-slide:not(.swiper-slide-active) .gallery__slide {
    filter: none;
  }

  .gallery__slide {
    height: 280px;
    border-radius: 14px;
  }

  .gallery-nav {
    display: grid;
    width: 44px;
    height: 44px;
  }

  .gallery-nav--prev {
    left: 6px;
  }

  .gallery-nav--next {
    right: 6px;
  }

  .gallery__cta-btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery__slide img,
  .gallery-swiper .swiper-slide {
    transition: none;
  }

  .gallery__slide:hover img {
    transform: none;
  }
}

/* Lightbox */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--z-lightbox);
  background: rgba(8, 14, 28, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease, visibility 400ms ease;
  padding: 1.5rem 1.5rem 7.5rem;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}



.lightbox__backdrop {

  position: absolute;

  inset: 0;

}



.lightbox__stage {

  position: relative;

  z-index: 1;

  max-width: min(92vw, 1200px);

  max-height: calc(100vh - 11rem);

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;

  touch-action: none;

}



.lightbox__img {

  max-width: 100%;

  max-height: calc(100vh - 11rem);

  object-fit: contain;

  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);

  transform: translate3d(0, 0, 0) scale(1);

  transition: transform 200ms ease-out, opacity 350ms ease;

  cursor: grab;

  user-select: none;

  opacity: 1;

}



.lightbox__img.is-zoomed {

  cursor: grabbing;

}



.lightbox__close,

.lightbox__prev,

.lightbox__next {

  position: absolute;

  z-index: 2;

  width: 48px;

  height: 48px;

  display: grid;

  place-items: center;

  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.25);

  background: rgba(14, 35, 68, 0.45);

  border-radius: 50%;

  transition: border-color 300ms ease, color 300ms ease, background 300ms ease;

}



.lightbox__close:hover,

.lightbox__prev:hover,

.lightbox__next:hover {

  border-color: var(--color-champagne);

  color: var(--color-champagne-light);

  background: rgba(184, 151, 90, 0.18);

}



.lightbox__close {

  top: 1.5rem;

  right: 1.5rem;

}



.lightbox__prev { left: 1.5rem; }

.lightbox__next { right: 1.5rem; }



.lightbox__meta {

  position: absolute;

  bottom: 5.75rem;

  left: 50%;

  transform: translateX(-50%);

  z-index: 2;

  text-align: center;

  width: min(90vw, 640px);

  pointer-events: none;

}



.lightbox__caption {

  margin: 0 0 0.25rem;

  font-size: 0.95rem;

  font-weight: var(--fw-medium);

  color: #ffffff;

}



.lightbox__category {

  margin: 0 0 0.35rem;

  font-size: 0.7rem;

  letter-spacing: 0.12em;

  text-transform: uppercase;

  color: var(--color-champagne-light);

}



.lightbox__counter {

  font-size: var(--fs-sm);

  letter-spacing: var(--ls-medium);

  color: rgba(255, 255, 255, 0.7);

}



.lightbox__thumbs {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 2;

  display: flex;

  gap: 0.55rem;

  padding: 0.85rem 1rem 1.1rem;

  overflow-x: auto;

  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));

  -webkit-overflow-scrolling: touch;

  scrollbar-width: thin;

}



.lightbox__thumb {

  flex: 0 0 auto;

  width: 72px;

  height: 52px;

  border-radius: 8px;

  overflow: hidden;

  border: 1px solid transparent;

  opacity: 0.55;

  cursor: pointer;

  padding: 0;

  background: transparent;

  transition: opacity 250ms ease, border-color 250ms ease, transform 250ms ease;

}



.lightbox__thumb img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.lightbox__thumb.is-active,

.lightbox__thumb:hover {

  opacity: 1;

  border-color: var(--color-champagne);

  transform: translateY(-2px);

}



@media (max-width: 767px) {

  .lightbox {

    padding: 1rem 0.75rem 6.5rem;

  }



  .lightbox__prev,

  .lightbox__next {

    width: 40px;

    height: 40px;

  }



  .lightbox__prev { left: 0.65rem; }

  .lightbox__next { right: 0.65rem; }



  .lightbox__meta {

    bottom: 5.1rem;

  }



  .lightbox__thumb {

    width: 64px;

    height: 46px;

  }

}


/* --------------------------------------------------------------------------
   Price List — Reference table, premium refinement
   -------------------------------------------------------------------------- */
.price-list {
  background: #ffffff;
  padding-block: clamp(4.5rem, 8vw, 6.5rem);
  position: relative;
}

.price-list__header {
  text-align: center;
  margin-bottom: 36px;
  max-width: 36rem;
  margin-inline: auto;
}

.price-list__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.price-list__title {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--color-navy);
  margin: 0 0 12px;
}

.price-list__subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-muted);
  margin: 0;
  letter-spacing: 0.02em;
}

.price-list__scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6e6e6;
  background: #ffffff;
}

.price-list__scroll::-webkit-scrollbar {
  height: 6px;
}

.price-list__scroll::-webkit-scrollbar-thumb {
  background: rgba(184, 151, 90, 0.45);
  border-radius: 3px;
}

.price-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #ffffff;
}

.price-table thead th {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-navy);
  text-align: left;
  padding: 1.15rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
  white-space: nowrap;
}

.price-table thead th:last-child {
  text-align: center;
}

.price-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
  transition: background 350ms ease;
}

.price-table tbody tr:last-child {
  border-bottom: none;
}

.price-table tbody tr:hover {
  background: rgba(184, 151, 90, 0.08);
}

.price-table td {
  padding: 1.5rem 1.5rem;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
}

.price-table td:last-child {
  text-align: center;
}

.price-table__type {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: var(--fw-semibold);
  color: var(--color-navy);
  letter-spacing: 0.02em;
}

.price-table__size {
  font-family: var(--font-body);
  color: #6b6b6b;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-table__price {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: var(--fw-semibold);
  color: var(--color-champagne);
  letter-spacing: 0.02em;
}

.price-table__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-navy);
  border-radius: 6px;
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    background 300ms ease,
    box-shadow 300ms ease;
  white-space: nowrap;
}

.price-table__btn:hover {
  background: var(--color-champagne);
  color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(184, 151, 90, 0.3);
}

.price-list__note {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: var(--color-muted);
  text-align: center;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Amenities — Premium portrait Swiper carousel
   -------------------------------------------------------------------------- */
.amenities {
  background: var(--color-navy);
  color: #ffffff;
  padding: 70px 0;
  position: relative;
}

.amenities__header {
  text-align: center;
  margin-bottom: 40px;
  max-width: 36rem;
  margin-inline: auto;
}

.amenities__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.amenities__title {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 12px;
}

.amenities__subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  letter-spacing: 0.03em;
}

.amenities__carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.amenities-swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0;
}

.amenities-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.amenities-swiper .swiper-pagination {
  display: none !important;
}

.amenities-nav {
  flex-shrink: 0;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    color 0.35s ease;
}

.amenities-nav:hover {
  background: rgba(201, 164, 92, 0.18);
  border-color: rgba(201, 164, 92, 0.85);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.amenities-nav.swiper-button-disabled,
.amenities-nav.amenities-nav--at-edge,
.amenities-nav.amenities-nav--locked,
.amenities-nav.swiper-button-lock {
  opacity: 1;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer;
}

.amenity-card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.amenity-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 164, 92, 0.45);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(201, 164, 92, 0.22);
}

.amenity-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 400px;
  overflow: hidden;
  border-radius: 22px;
}

.amenity-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
  will-change: transform;
}

.amenity-card:hover .amenity-card__media img {
  transform: scale(1.04);
}

.amenity-card__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 20%,
    rgba(7, 18, 38, 0.72) 100%
  );
  pointer-events: none;
}

.amenity-card__name {
  position: absolute;
  left: 1.15rem;
  right: 1rem;
  bottom: 1.1rem;
  z-index: 1;
  margin: 0;
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1023px) {
  .amenities {
    padding: 56px 0;
  }

  .amenities__header {
    margin-bottom: 32px;
  }

  .amenities-nav {
    width: 48px;
    height: 48px;
  }

  .amenity-card__name {
    font-size: 18px;
  }

  .amenity-card__media {
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  .amenities {
    padding: 48px 0;
  }

  .amenities__header {
    margin-bottom: 28px;
  }

  .amenities__carousel-wrap {
    gap: 0.35rem;
  }

  .amenities-nav {
    width: 42px;
    height: 42px;
  }

  .amenity-card__media {
    max-height: 340px;
  }

  .amenity-card__name {
    font-size: 17px;
    left: 0.95rem;
    bottom: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amenity-card,
  .amenity-card__media img,
  .amenities-nav {
    transition: none;
  }

  .amenity-card:hover {
    transform: none;
  }

  .amenity-card:hover .amenity-card__media img {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Location Advantage — Reference split layout, premium refinement
   -------------------------------------------------------------------------- */
.location {
  background: #ffffff;
  padding-block: clamp(4.5rem, 8vw, 6.5rem);
  position: relative;
}

.location__header {
  text-align: center;
  margin-bottom: 36px;
  max-width: 36rem;
  margin-inline: auto;
}

.location__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.location__title {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--color-navy);
  margin: 0 0 12px;
}

.location__subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-muted);
  margin: 0;
  letter-spacing: 0.02em;
}

.location__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.location__map {
  position: relative;
  grid-column: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-premium);
  background: #f0f0f0;
  border: 1px solid #e8e8e8;
  align-self: start;
  justify-self: stretch;
  box-sizing: border-box;
}

.location__map-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
}

.location__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease;
}

.location__map:hover iframe,
.location__map:focus-within iframe {
  opacity: 1;
  pointer-events: auto;
}

.location__places {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.85rem;
  align-content: start;
  grid-column: 2;
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.location-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.15rem 1.1rem;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  border-radius: 8px;
  min-width: 0;
  transition:
    border-color 400ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 400ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 400ms ease,
    background 400ms ease;
  position: relative;
}

.location-card:hover {
  border-color: rgba(184, 151, 90, 0.55);
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(14, 35, 68, 0.1);
  background: #fffcf7;
}

.location-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--color-navy);
  transition: color 400ms ease;
}

.location-card__icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-card:hover .location-card__icon {
  color: var(--color-champagne);
}

.location-card__body {
  min-width: 0;
}

.location-card__time {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: var(--fw-semibold);
  color: var(--color-navy);
  line-height: 1.2;
  margin-bottom: 0.3rem;
  letter-spacing: 0.02em;
  transition: color 400ms ease;
}

.location-card:hover .location-card__time {
  color: var(--color-champagne);
}

.location-card__place {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: #6b6b6b;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* --------------------------------------------------------------------------
   Floor Plans — Reference blur cards, premium refinement
   -------------------------------------------------------------------------- */
.floorplan {
  background: var(--color-navy);
  color: #ffffff;
  padding-block: clamp(4.5rem, 8vw, 6.5rem);
  position: relative;
}

.floorplan__header {
  text-align: center;
  margin-bottom: 36px;
  max-width: 40rem;
  margin-inline: auto;
}

.floorplan__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.floorplan__title {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 12px;
}

.floorplan__subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  letter-spacing: 0.03em;
}

.floorplan__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.floorplan-card {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition:
    transform 450ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 450ms ease,
    border-color 450ms ease;
}

.floorplan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 151, 90, 0.4);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(184, 151, 90, 0.2);
}

.floorplan-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(1.5px) brightness(0.92);
  transform: scale(1.04);
  transition:
    filter 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, filter;
}

.floorplan-card:hover .floorplan-card__img {
  filter: blur(1px) brightness(0.95);
  transform: scale(1.08);
}

.floorplan-card__veil {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 36, 0.28);
  pointer-events: none;
}

.floorplan-card__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 2rem 1.5rem;
  text-align: center;
}

.floorplan-card__title {
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: var(--fw-semibold);
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
}

.floorplan-card__size {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 0.75rem;
}

.floorplan-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 0.85rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-navy);
  background: linear-gradient(135deg, var(--color-champagne-light), var(--color-champagne));
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(184, 151, 90, 0.35);
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms ease,
    background 300ms ease;
}

.floorplan-card__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(184, 151, 90, 0.45);
  background: linear-gradient(135deg, #e0c58a, var(--color-champagne-light));
}

/* --------------------------------------------------------------------------
   About Builder — Two-column reference layout, premium refinement
   -------------------------------------------------------------------------- */
.about {
  background: var(--color-navy);
  color: #ffffff;
  padding-block: clamp(4.5rem, 8vw, 6.5rem);
  position: relative;
}

.about__header {
  text-align: center;
  margin-bottom: 36px;
  max-width: 40rem;
  margin-inline: auto;
}

.about__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.about__title {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 12px;
}

.about__subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  letter-spacing: 0.02em;
}

.about__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.about__text p {
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: var(--fw-regular);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.25rem;
}

.about__logo {
  display: block;
  height: 48px;
  width: auto;
  max-width: 220px;
  margin: 0 0 1.5rem;
  object-fit: contain;
}

.about__text p:last-of-type {
  margin-bottom: 0;
}

.about__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.about-info {
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  text-align: center;
  transition:
    border-color 400ms ease,
    transform 400ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 400ms ease;
  position: relative;
  overflow: hidden;
}

.about-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-champagne), var(--color-champagne-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-info:hover {
  border-color: rgba(184, 151, 90, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.about-info:hover::before {
  transform: scaleX(1);
}

.about-info__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.85rem;
  color: var(--color-champagne);
  display: grid;
  place-items: center;
}

.about-info__icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-info__value {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.5vw, 2.15rem);
  font-weight: var(--fw-regular);
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 0.35rem;
  letter-spacing: 0.01em;
}

.about-info__label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

/* --------------------------------------------------------------------------
   Briefing — Merged Project Video + Enquiry (55/45)
   -------------------------------------------------------------------------- */
.briefing {
  background:
    linear-gradient(180deg, #f7f5f1 0%, #ffffff 45%, #f8f6f2 100%);
  padding-block: clamp(2.5rem, 4vw, 3.5rem);
  position: relative;
}

.briefing__container {
  width: min(94%, 1240px);
  margin-inline: auto;
}

.briefing__grid {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.briefing__media {
  position: relative;
  height: 620px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 28px 70px rgba(8, 18, 36, 0.22);
  background: #0E2344;
}

.briefing__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.briefing__media:hover img {
  transform: scale(1.04);
}

.briefing__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 18, 36, 0.15) 0%,
    rgba(8, 18, 36, 0.45) 100%
  );
  pointer-events: none;
}

.briefing__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  transition:
    transform 300ms ease,
    background 300ms ease,
    border-color 300ms ease;
}

.briefing__play svg {
  margin-left: 3px;
}

.briefing__media:hover .briefing__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(184, 151, 90, 0.7);
}

.briefing__caption {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  color: #ffffff;
  max-width: 34rem;
  pointer-events: none;
}

.briefing__label {
  margin: 0 0 0.45rem;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-semibold);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-champagne-light);
}

.briefing__video-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: none;
  white-space: normal;
}

.briefing__video-text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.briefing__form-wrap {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.briefing__panel {
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 24px 60px rgba(8, 18, 36, 0.12);
  border: 1px solid rgba(14, 35, 68, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.briefing__eyebrow {
  margin: 0 0 0.65rem;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-semibold);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-champagne);
}

.briefing__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: var(--color-navy);
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  max-width: 100%;
}

.briefing__subtitle {
  margin: 0 0 1.35rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(14, 35, 68, 0.65);
}

.briefing__form {
  width: 100%;
}

.briefing .form-group--briefing {
  position: relative;
  margin-bottom: 0.85rem;
}

.briefing .form-group--briefing input {
  width: 100%;
  height: 52px;
  padding: 0 1rem;
  border: 1px solid rgba(14, 35, 68, 0.14);
  border-radius: 10px;
  background: #ffffff;
  color: var(--color-navy);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}

.briefing .form-group--briefing input::placeholder {
  color: rgba(14, 35, 68, 0.42);
}

.briefing .form-group--briefing input:focus {
  outline: none;
  border-color: var(--color-champagne);
  box-shadow: 0 0 0 3px rgba(184, 151, 90, 0.12);
}

.briefing .form-group--briefing.is-invalid input {
  border-color: #c0392b;
}

.briefing .form-group__error {
  position: absolute;
  left: 2px;
  top: calc(100% + 1px);
  font-size: 0.65rem;
  line-height: 1.2;
}

.briefing .form-group--briefing.is-invalid {
  margin-bottom: 1.1rem;
}

.briefing__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.15rem 0 1rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(14, 35, 68, 0.7);
  cursor: pointer;
}

.briefing__consent input {
  margin-top: 0.1rem;
  accent-color: var(--color-champagne);
  flex-shrink: 0;
}

.briefing__consent a {
  color: var(--color-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.briefing__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-navy);
  background: linear-gradient(135deg, #e0c58a, #d4af5a);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(184, 151, 90, 0.3);
  transition: transform 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.briefing__submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(184, 151, 90, 0.4);
  background: linear-gradient(135deg, #e8d09a, #dbb45e);
}

.briefing__submit.is-loading {
  pointer-events: none;
  opacity: 0.9;
}

.briefing__submit.is-loading .btn__text {
  opacity: 0;
}

.briefing__submit .btn__spinner {
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid rgba(14, 35, 68, 0.2);
  border-top-color: var(--color-navy);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
}

.briefing__submit.is-loading .btn__spinner {
  display: block;
}

@media (max-width: 1199px) {
  .briefing__media {
    height: 560px;
  }

  .briefing__title {
    font-size: 20px;
  }

  .briefing__panel {
    padding: 30px 26px;
  }
}

@media (max-width: 1023px) {
  .briefing__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .briefing__media {
    height: auto;
    aspect-ratio: 5 / 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .briefing__media > img,
  .briefing__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .briefing__media > img {
    object-fit: cover;
    object-position: center;
  }

  .briefing__play {
    width: 70px;
    height: 70px;
  }

  .briefing__caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: min(90%, 28rem);
    margin: 0;
    padding: 0 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .briefing__label,
  .briefing__video-title,
  .briefing__video-text {
    text-align: center;
  }

  .briefing__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .briefing {
    padding-block: 2.25rem 2.5rem;
  }

  .briefing__media {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .briefing__play {
    width: 60px;
    height: 60px;
  }

  .briefing__caption {
    padding: 0 0.85rem;
  }

  .briefing__video-title {
    font-size: 24px;
  }

  .briefing__video-text {
    font-size: 0.82rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .briefing__panel {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .briefing__title {
    font-size: 18px;
    white-space: normal;
  }

  .briefing .form-group--briefing input,
  .briefing__submit {
    height: 50px;
  }
}















/* Shared form-group primitives (popup / legacy) */
.form-group {
  position: relative;
  margin-bottom: 1.65rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1.2rem 0 0.55rem;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  transition: border-color 300ms ease;
  background: transparent;
  color: var(--color-navy);
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
}

.form-group textarea {
  min-height: 96px;
  resize: vertical;
}

.form-group label {
  position: absolute;
  left: 0;
  top: 1.15rem;
  font-size: 0.95rem;
  color: #8a8a8a;
  pointer-events: none;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), font-size 300ms ease, color 300ms ease;
  transform-origin: left top;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group input:not(:placeholder-shown),
.form-group textarea:not(:placeholder-shown) {
  border-bottom-color: var(--color-champagne);
  outline: none;
}

.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  transform: translateY(-1.25rem) scale(0.82);
  color: var(--color-champagne);
}

.form-group.is-invalid input,
.form-group.is-invalid textarea {
  border-bottom-color: var(--color-error);
}

.form-group__error {
  display: none;
  font-size: 0.75rem;
  color: var(--color-error);
  margin-top: 0.4rem;
}

.form-group.is-invalid .form-group__error {
  display: block;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.form-consent input {
  margin-top: 0.15rem;
  accent-color: var(--color-champagne);
  flex-shrink: 0;
  width: auto;
}

.form-consent a {
  color: var(--color-champagne);
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* Premium Error Popup */
.error-popup {
  position: fixed;
  inset: 0;
  z-index: var(--z-toast);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease, visibility 350ms ease;
}

.error-popup.is-open {
  opacity: 1;
  visibility: visible;
}

.error-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 35, 68, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.error-popup__dialog {
  position: relative;
  width: min(100%, 400px);
  background: #ffffff;
  padding: 2.25rem 1.75rem 1.75rem;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(14, 35, 68, 0.25);
  text-align: center;
  transform: translateY(16px) scale(0.97);
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.error-popup.is-open .error-popup__dialog {
  transform: translateY(0) scale(1);
}

.error-popup__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #8a8a8a;
}

.error-popup__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 1.5px solid var(--color-error);
  color: var(--color-error);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.error-popup__title {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  color: var(--color-navy);
  margin: 0 0 0.5rem;
}

.error-popup__message {
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.55;
  margin: 0 0 1.5rem;
}

.error-popup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  font-size: 0.75rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-navy);
  border-radius: 6px;
  transition: background 300ms ease, transform 300ms ease;
}

.error-popup__btn:hover {
  background: var(--color-champagne);
  color: var(--color-navy);
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   Footer — Dark navy, premium finish
   -------------------------------------------------------------------------- */
.footer {
  background: var(--color-navy);
  color: rgba(255, 255, 255, 0.72);
  padding-top: clamp(3.5rem, 6vw, 4.5rem);
  padding-bottom: 0;
}

.footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__logo {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  flex-shrink: 0;
}

.footer__logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.footer__logo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem 1.75rem;
  flex-wrap: wrap;
  margin-left: auto;
}

.footer__privacy {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  transition: color 300ms ease;
}

.footer__privacy:hover {
  color: var(--color-champagne-light);
}

.footer__rera-line {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.footer__rera-line a {
  color: var(--color-champagne);
  transition: color 300ms ease;
}

.footer__rera-line a:hover {
  color: var(--color-champagne-light);
}

@media (max-width: 767px) {
  .footer__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .footer__meta {
    margin-left: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .footer__rera-line {
    white-space: normal;
    line-height: 1.45;
  }
}

.footer__disclaimer {
  font-size: 0.7rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 2rem;
  max-width: 920px;
}

.footer__strip {
  background: rgba(0, 0, 0, 0.28);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}

.footer__strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.65rem 1.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer__strip-dev {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer__strip-dev:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* --------------------------------------------------------------------------
   Floating: WhatsApp · Call · Back to Top
   -------------------------------------------------------------------------- */
.float-actions {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: var(--z-float);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-end;
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-float);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease;
}

.float-btn:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38), 0 4px 12px rgba(0, 0, 0, 0.16);
}

.float-btn svg {
  width: 22px;
  height: 22px;
}

.float-btn--whatsapp {
  background: #25d366;
  color: #fff;
}

.float-btn--whatsapp svg {
  width: 28px;
  height: 28px;
}

.float-btn--call {
  background: var(--color-navy);
  color: var(--color-champagne-light);
  border: 1px solid rgba(184, 151, 90, 0.45);
}

.float-btn--top {
  background: #ffffff;
  color: var(--color-navy);
  border: 1px solid #e8e8e8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 350ms ease, visibility 350ms ease, transform 300ms ease;
}

.float-btn--top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.float-btn--top svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* Sticky Mobile CTA */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-float);
  background: var(--color-navy);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.55rem 0.65rem;
  gap: 0.45rem;
  padding-bottom: max(0.55rem, env(safe-area-inset-bottom));
}

.mobile-cta__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.4rem;
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-btn);
  transition: background 300ms ease, color 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.mobile-cta__btn:hover,
.mobile-cta__btn:focus-visible {
  transform: translateY(-1px);
}

.mobile-cta__btn--call {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-cta__btn--wa {
  background: #25d366;
  color: #ffffff;
}

.mobile-cta__btn--enq {
  background: var(--color-champagne);
  color: var(--color-navy);
  border: none;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Popup Modal — Clean luxury lead capture
   -------------------------------------------------------------------------- */
.popup {
  position: fixed;
  inset: 0;
  z-index: var(--z-popup);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.popup.is-open {
  opacity: 1;
  visibility: visible;
}

.popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 44, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.popup.is-open .popup__backdrop {
  opacity: 1;
}

.popup__dialog {
  position: relative;
  width: min(100%, 900px);
  height: 560px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
  transform: translate3d(0, 30px, 0) scale(0.97);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.popup.is-open .popup__dialog {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--color-navy);
  background: #ffffff;
  border: 1px solid rgba(14, 35, 68, 0.12);
  box-shadow: 0 6px 20px rgba(8, 18, 36, 0.28);
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}

.popup__close svg {
  stroke-width: 2;
}

.popup__close:hover {
  background: #ffffff;
  color: var(--color-navy);
  border-color: rgba(184, 151, 90, 0.55);
  box-shadow: 0 8px 24px rgba(8, 18, 36, 0.32);
  transform: scale(1.05);
}

.popup__layout {
  display: grid;
  grid-template-columns: 52% 48%;
  height: 100%;
}

.popup__main {
  background: #ffffff;
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}

.popup__eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-semibold);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-champagne);
}

.popup__title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--color-navy);
  text-transform: none;
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: visible;
  text-wrap: nowrap;
}

.popup--exit .popup__title {
  font-size: 28px;
  white-space: normal;
  text-wrap: balance;
  line-height: 1.15;
}

@media (max-width: 1199px) {
  .popup__title {
    font-size: 30px;
  }
}

.popup__subtitle {
  margin: 0 0 1.5rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: var(--fw-regular);
  line-height: 1.55;
  color: rgba(14, 35, 68, 0.68);
  max-width: 36ch;
}

.popup__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.popup .form-group--popup {
  position: relative;
  margin-bottom: 0.85rem;
}

.popup .form-group--popup input {
  width: 100%;
  height: 56px;
  padding: 0 1rem;
  border: 1px solid rgba(14, 35, 68, 0.14);
  border-radius: 10px;
  background: #ffffff;
  color: var(--color-navy);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.3;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}

.popup .form-group--popup input::placeholder {
  color: rgba(14, 35, 68, 0.42);
}

.popup .form-group--popup input:focus {
  border-color: var(--color-champagne);
  box-shadow: 0 0 0 3px rgba(184, 151, 90, 0.12);
  outline: none;
}

.popup .form-group--popup label:not(.u-sr-only) {
  display: none;
}

.popup .form-group--popup.is-invalid input {
  border-color: #c0392b;
}

.popup .form-group__error {
  position: absolute;
  left: 2px;
  right: 2px;
  top: calc(100% + 1px);
  font-size: 0.65rem;
  min-height: 0;
  margin-top: 0;
  line-height: 1.2;
  z-index: 1;
}

.popup .form-group--popup.is-invalid {
  margin-bottom: 1.15rem;
}

.popup__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.15rem 0 1rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(14, 35, 68, 0.7);
  cursor: pointer;
}

.popup__consent input {
  margin-top: 0.1rem;
  accent-color: var(--color-champagne);
  flex-shrink: 0;
}

.popup__consent a {
  color: var(--color-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.popup__cta {
  position: relative;
  width: 100%;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #e0c58a, #d4af5a);
  color: var(--color-navy);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(184, 151, 90, 0.28);
  transition: transform 250ms ease, box-shadow 250ms ease, background 250ms ease;
  overflow: hidden;
}

.popup__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(184, 151, 90, 0.36);
  background: linear-gradient(135deg, #e8d09a, #dbb45e);
}

.popup__cta.is-loading {
  pointer-events: none;
  opacity: 0.9;
}

.popup__cta .btn__spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(14, 35, 68, 0.2);
  border-top-color: var(--color-navy);
  border-radius: 50%;
  animation: popupSpin 0.7s linear infinite;
}

.popup__cta.is-loading .btn__text {
  opacity: 0;
}

.popup__cta.is-loading .btn__spinner {
  display: block;
  position: absolute;
}

@keyframes popupSpin {
  to { transform: rotate(360deg); }
}

.popup__media {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #0E2344;
}

.popup__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 980px) {
  .popup__dialog {
    width: min(94vw, 520px);
    height: auto;
    max-height: 92vh;
  }

  .popup__layout {
    grid-template-columns: 1fr;
  }

  .popup__media {
    display: none;
  }

  .popup__close {
    color: var(--color-navy);
    background: #ffffff;
    border-color: rgba(14, 35, 68, 0.12);
    box-shadow: 0 4px 16px rgba(8, 18, 36, 0.14);
  }

  .popup__close:hover {
    background: #ffffff;
    border-color: rgba(184, 151, 90, 0.55);
    box-shadow: 0 6px 20px rgba(8, 18, 36, 0.2);
  }

  .popup__main {
    padding: 36px 32px 28px;
  }

  .popup__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .popup {
    padding: 0.75rem;
    align-items: center;
  }

  .popup__dialog {
    width: min(92vw, 420px);
    height: auto;
    max-height: 94vh;
    border-radius: 16px;
  }

  .popup__main {
    padding: 28px 22px 22px;
  }

  .popup__eyebrow {
    font-size: 11px;
    letter-spacing: 2.5px;
    margin-bottom: 0.55rem;
  }

  .popup__title {
    font-size: 26px;
    margin-bottom: 12px;
    white-space: nowrap;
  }

  .popup--exit .popup__title {
    font-size: 24px;
    white-space: normal;
  }

  .popup__subtitle {
    font-size: 0.88rem;
    margin-bottom: 1.15rem;
    max-width: none;
  }

  .popup .form-group--popup {
    margin-bottom: 0.7rem;
  }

  .popup .form-group--popup input,
  .popup__cta {
    height: 52px;
  }

  .popup__consent {
    margin: 0.1rem 0 0.85rem;
    font-size: 0.72rem;
  }
}

@media (max-height: 640px) and (max-width: 767px) {
  .popup__main {
    padding: 22px 18px 18px;
  }

  .popup__title {
    font-size: 26px;
  }

  .popup__subtitle {
    font-size: 0.82rem;
    margin-bottom: 0.85rem;
  }

  .popup .form-group--popup {
    margin-bottom: 0.55rem;
  }

  .popup .form-group--popup input,
  .popup__cta {
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .popup,
  .popup__dialog {
    transition: none;
  }
}

/* Toast / Error */
.toast {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: var(--z-toast);
  background: var(--color-ink);
  color: var(--color-ivory);
  padding: 1rem 1.35rem;
  border-left: 3px solid var(--color-error);
  box-shadow: var(--shadow-elevated);
  max-width: 360px;
  transform: translateX(120%);
  transition: transform var(--transition);
  font-size: var(--fs-sm);
}

.toast.is-visible {
  transform: translateX(0);
}

.toast--success {
  border-left-color: var(--color-success);
}

/* --------------------------------------------------------------------------
   Thank You / Privacy pages shared
   -------------------------------------------------------------------------- */
.page-hero {
  min-height: 40vh;
  display: flex;
  align-items: flex-end;
  background: var(--color-ink);
  color: var(--color-ivory);
  padding: calc(var(--header-h) + 3rem) 0 3rem;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(184, 151, 90, 0.15), transparent 50%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.thank-you {
  text-align: center;
  padding-block: var(--space-3xl);
}

.thank-you__check {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-lg);
  border-radius: 50%;
  border: 1.5px solid var(--color-champagne);
  display: grid;
  place-items: center;
  animation: checkPop 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.thank-you__check svg {
  width: 36px;
  height: 36px;
  stroke: var(--color-champagne);
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: checkDraw 0.5s 0.3s ease forwards;
}

@keyframes checkPop {
  from { transform: scale(0.6); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes checkDraw {
  to { stroke-dashoffset: 0; }
}

.thank-you__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: var(--space-lg);
}

.thank-you__redirect {
  margin-top: var(--space-md);
  font-size: var(--fs-sm);
  color: var(--color-muted);
}

.privacy-content {
  max-width: 780px;
  margin-inline: auto;
  padding-block: var(--space-xl);
}

.privacy-content h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  margin: var(--space-lg) 0 var(--space-sm);
  color: var(--color-ink);
}

.privacy-content h3 {
  font-size: var(--fs-h4);
  margin: var(--space-md) 0 var(--space-xs);
}

.privacy-content p,
.privacy-content li {
  color: var(--color-slate);
  margin-bottom: var(--space-sm);
}

.privacy-content ul {
  padding-left: 1.25rem;
  list-style: disc;
  margin-bottom: var(--space-md);
}

/* --------------------------------------------------------------------------
   Image fallbacks (gradient placeholders until real assets added)
   -------------------------------------------------------------------------- */
.img-fallback {
  background:
    linear-gradient(135deg, var(--color-charcoal) 0%, var(--color-slate) 50%, var(--color-ink) 100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__bg .img-fallback,
.briefing__media .img-fallback {
  position: absolute;
  inset: 0;
}

/* SVG icon defaults */
.icon {
  display: inline-block;
  vertical-align: middle;
}

/* --------------------------------------------------------------------------
   Main section headings — refined editorial scale (SangBleu Sunrise)
   -------------------------------------------------------------------------- */
.overview__header,
.highlights__header,
.gallery__header,
.price-list__header,
.amenities__header,
.lifestyle__header,
.location__header,
.floorplan__header,
.specifications__header,
.about__header,
.enquiry__header {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  padding-inline: 20px;
  text-align: center;
}

.overview__title,
.highlights__title,
.gallery__title,
.price-list__title,
.amenities__title,
.lifestyle__title,
.location__title,
.floorplan__title,
.specifications__title,
.about__title,
.video-banner__title,
.enquiry__title,
.section__title {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.08;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto 12px;
  max-width: none;
  font-size: clamp(42px, 3vw, 58px);
  white-space: nowrap;
  text-wrap: nowrap;
}

.overview__header,
.highlights__header,
.gallery__header,
.price-list__header,
.amenities__header,
.location__header,
.floorplan__header,
.about__header,
.enquiry__header,
.video-banner__content {
  text-align: center;
}

.overview__accent,
.highlights__accent,
.gallery__accent,
.price-list__accent,
.amenities__accent,
.lifestyle__accent,
.location__accent,
.floorplan__accent,
.specifications__accent,
.about__accent,
.enquiry__accent {
  display: block;
  width: 70px;
  height: 3px;
  border-radius: 999px;
  margin: 0 auto 12px;
  background: #C9A45C;
}

.overview__subtitle,
.highlights__subtitle,
.gallery__subtitle,
.price-list__subtitle,
.amenities__subtitle,
.lifestyle__subtitle,
.location__subtitle,
.floorplan__subtitle,
.specifications__subtitle,
.about__subtitle,
.enquiry__subtitle {
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1439px) {
  .overview__title,
  .highlights__title,
  .gallery__title,
  .price-list__title,
  .amenities__title,
  .lifestyle__title,
  .location__title,
  .floorplan__title,
  .specifications__title,
  .about__title,
  .video-banner__title,
  .enquiry__title,
  .section__title {
    font-size: 48px;
  }

  .hero__project {
    font-size: 64px;
  }
}

@media (max-width: 1199px) {
  .overview__title,
  .highlights__title,
  .gallery__title,
  .price-list__title,
  .amenities__title,
  .lifestyle__title,
  .location__title,
  .floorplan__title,
  .specifications__title,
  .about__title,
  .video-banner__title,
  .enquiry__title,
  .section__title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .overview__title,
  .highlights__title,
  .gallery__title,
  .price-list__title,
  .amenities__title,
  .lifestyle__title,
  .location__title,
  .floorplan__title,
  .specifications__title,
  .about__title,
  .video-banner__title,
  .enquiry__title,
  .section__title {
    font-size: 36px;
  }

  .overview__subtitle,
  .highlights__subtitle,
  .gallery__subtitle,
  .price-list__subtitle,
  .amenities__subtitle,
  .lifestyle__subtitle,
  .location__subtitle,
  .floorplan__subtitle,
  .specifications__subtitle,
  .about__subtitle,
  .enquiry__subtitle {
    font-size: 16px;
  }

  .hero__project {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .overview__title,
  .highlights__title,
  .gallery__title,
  .price-list__title,
  .amenities__title,
  .lifestyle__title,
  .location__title,
  .floorplan__title,
  .specifications__title,
  .about__title,
  .video-banner__title,
  .enquiry__title,
  .section__title {
    font-size: 30px;
    white-space: normal;
    text-wrap: wrap;
  }

  .overview__subtitle,
  .highlights__subtitle,
  .gallery__subtitle,
  .price-list__subtitle,
  .amenities__subtitle,
  .lifestyle__subtitle,
  .location__subtitle,
  .floorplan__subtitle,
  .specifications__subtitle,
  .about__subtitle,
  .enquiry__subtitle {
    font-size: 15px;
  }

  .hero__project {
    font-size: 34px;
    line-height: 1.02;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
  }

  .overview__title {
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .overview__title,
  .highlights__title,
  .gallery__title,
  .price-list__title,
  .amenities__title,
  .lifestyle__title,
  .location__title,
  .floorplan__title,
  .specifications__title,
  .about__title,
  .video-banner__title,
  .enquiry__title,
  .section__title {
    font-size: 26px;
  }
}

/* Amenities section spacing — sit closer under subtitle */
.amenities__header {
  margin-bottom: 40px;
}

/* --------------------------------------------------------------------------
   Lifestyle + Specifications — highlight-card grids
   -------------------------------------------------------------------------- */
.lifestyle,
.specifications {
  background: #ffffff;
  padding-block: clamp(4rem, 7vw, 5.5rem);
}

.lifestyle__header,
.specifications__header {
  text-align: center;
  margin: 0 auto 36px;
  max-width: 40rem;
}

.lifestyle__accent,
.specifications__accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto 12px;
  background: #C9A45C;
  border-radius: 999px;
}

.lifestyle__title,
.specifications__title {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: var(--fw-semibold);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--color-navy);
  margin: 0 0 12px;
}

.lifestyle__subtitle,
.specifications__subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

.lifestyle__grid,
.specifications__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.specifications__grid {
  grid-template-columns: repeat(3, 1fr);
}

/* --------------------------------------------------------------------------
   Trust strip — slim assurance bar before footer
   -------------------------------------------------------------------------- */
.trust-strip {
  background: var(--color-navy);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-block: 1.35rem;
}

.trust-strip__inner {
  width: min(94%, 1200px);
  margin-inline: auto;
}

.trust-strip__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.85rem 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}

.trust-strip__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(201, 164, 92, 0.15);
  color: var(--color-champagne);
  flex-shrink: 0;
}
