/* ============================================================
   Hiranandani Maitri Park — Stylesheet
   1. Brand webfonts (Zona Pro)
   2. Design tokens (:root)
   3. Base + typography
   4. Reusable brand utilities
   5. Layout: navbar, hero banner, sections
   6. Components: buttons, cards, drawer, modal
   7. Animation helpers (reveal / count-up)
   8. Responsive overrides
   ============================================================ */

/* ----------------------------------------------------------
   1. Brand webfonts — Zona Pro (9 weights + italics)
   ---------------------------------------------------------- */
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-100-italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-200.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-200-italic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-300-italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-400-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-600-italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-700-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-800-italic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-900-italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-950.ttf") format("truetype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/zona-pro-950-italic.ttf") format("truetype");
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}

/* ----------------------------------------------------------
   2. Design tokens — colour, type, spacing, motion
   ---------------------------------------------------------- */
:root {
  /* Foundation — warm paper, never pure white */
  --bg-ivory: #f6f1e7;
  --bg-bone: #ece5d5;
  --bg-paper: #fbf8f1;
  --bg-sand: #f5e4cf; /* highlights strip + footer */
  --bg-forest: #1f3d2f;
  --bg-forest-deep: #16291f;
  --bg-charcoal: #1c1a16;

  /* Ink */
  --fg1: #1c1a16;
  --fg2: #4a4439;
  --fg3: #7a7363;
  --fg-muted: #a89e89;
  --fg-on-dark: #f6f1e7;
  --fg-on-dark-2: #c6bea9;

  /* Accents — gilded brass */
  --accent-brass: #a8884b;
  --accent-brass-hover: #8e7036;
  --accent-brass-soft: #d8c58f;
  --accent-burgundy: #6e1f2e; /* hero + headline ink */

  /* Lines */
  --line-soft: #dcd3bd;
  --line-on-dark: rgba(246, 241, 231, 0.18);

  /* Status */
  --status-error: #8b3a2f;

  /* Type families */
  --ff-display:
    "Zona Pro", "Helvetica Neue", system-ui, -apple-system, "Segoe UI",
    sans-serif;
  --ff-sans:
    "Zona Pro", "Helvetica Neue", system-ui, -apple-system, "Segoe UI",
    sans-serif;

  /* Type scale */
  --fs-body: 16px;

  /* Weights */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi: 600;
  --fw-bold: 700;

  /* Spacing */
  --section-pad-y: clamp(80px, 10vw, 160px);
  --container-max: 1320px;
  --container-pad: clamp(20px, 4vw, 64px);

  /* Radii */
  --r-1: 2px;

  /* Shadows */
  --shadow-paper:
    0 1px 2px rgba(28, 26, 22, 0.04), 0 4px 16px rgba(28, 26, 22, 0.06);
  --shadow-rise: 0 12px 40px rgba(28, 26, 22, 0.1);
  --shadow-deep: 0 24px 64px rgba(28, 26, 22, 0.16);

  /* Motion */
  --ease-gentle: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-base: 320ms;
  --dur-slow: 600ms;
  --dur-luxury: 900ms;
}

/* ----------------------------------------------------------
   3. Base + typography
   ---------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* The `hidden` attribute must win over component display rules
   (e.g. .drawer-success sets display:flex) so JS can toggle states. */
[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--ff-sans);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--fg1);
  background: var(--bg-ivory);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  font-family: var(--ff-display);
  color: var(--fg1);
  margin: 0;
  text-wrap: balance;
}
p {
  margin: 0;
  color: var(--fg2);
  text-wrap: pretty;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: var(--accent-brass);
  color: var(--bg-paper);
}

:focus-visible {
  outline: 1.5px solid var(--accent-brass);
  outline-offset: 2px;
}

.container-brand {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

/* ----------------------------------------------------------
   4. Reusable brand utilities
   ---------------------------------------------------------- */
.eyebrow {
  display: inline-block;
  font-family: var(--ff-sans);
  font-size: 12px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-brass);
}
.eyebrow--ink {
  color: var(--fg2);
}
.eyebrow--cream {
  color: var(--fg-on-dark-2);
}

.rule-brass {
  border: 0;
  border-top: 1px solid var(--accent-brass);
  width: 56px;
  margin: 22px 0 30px;
  opacity: 1;
}
.rule-brass--soft {
  border-top-color: var(--accent-brass-soft);
}
.rule-brass--center {
  margin-inline: auto;
}

.section-title {
  font-weight: var(--fw-light);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.lead-display {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  color: var(--fg2);
}

.icon-brass {
  color: var(--accent-brass);
}

/* Section background helpers */
.bg-ivory {
  background: var(--bg-ivory);
}
.bg-bone {
  background: var(--bg-bone);
}
.bg-sand {
  background: var(--bg-sand);
}
.section {
  padding-block: var(--section-pad-y);
}
.border-line-top {
  border-top: 1px solid var(--line-soft);
}

/* ----------------------------------------------------------
   5a. Top navigation
   ---------------------------------------------------------- */
.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background var(--dur-slow) var(--ease-luxury),
    border-color var(--dur-slow) var(--ease-luxury);
}
.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 26px;
  transition: padding var(--dur-slow) var(--ease-luxury);
}
.site-nav.is-scrolled {
  background: rgba(246, 241, 231, 0.97);
  border-bottom-color: var(--line-soft);
}
.site-nav.is-scrolled .site-nav__inner {
  padding-block: 16px;
}

/* Wordmark */
.wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  user-select: none;
}
.wordmark__name {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: 23px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding-left: 0.22em;
  color: var(--fg-on-dark);
  transition:
    color var(--dur-slow) var(--ease-luxury),
    font-size var(--dur-slow) var(--ease-luxury);
}
.wordmark__sub {
  margin-top: 6px;
  font-family: var(--ff-sans);
  font-weight: var(--fw-semi);
  font-size: 8.5px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  padding-left: 0.4em;
  color: var(--fg-on-dark-2);
  transition: color var(--dur-slow) var(--ease-luxury);
}
.site-nav.is-scrolled .wordmark__name {
  color: var(--fg1);
  font-size: 20px;
}
.site-nav.is-scrolled .wordmark__sub {
  color: var(--fg3);
}

/* Nav links */
.site-nav__menu {
  display: flex;
  align-items: center;
  gap: 36px;
}
.site-nav__link {
  position: relative;
  font-family: var(--ff-sans);
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-on-dark);
  transition: color var(--dur-slow) var(--ease-luxury);
}
.site-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--accent-brass);
  transition: width var(--dur-base) var(--ease-gentle);
}
.site-nav__link:hover::after {
  width: 100%;
}
.site-nav.is-scrolled .site-nav__link {
  color: var(--fg1);
}

.nav-enquire {
  font-family: var(--ff-sans);
  font-size: 11.5px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 11px 22px;
  border: 1px solid var(--accent-brass);
  border-radius: var(--r-1);
  background: transparent;
  color: var(--fg-on-dark);
  cursor: pointer;
  transition:
    color var(--dur-slow) var(--ease-luxury),
    background var(--dur-base),
    color var(--dur-base);
}
.nav-enquire:hover {
  background: var(--accent-brass);
  color: var(--bg-paper);
}
.site-nav.is-scrolled .nav-enquire {
  color: var(--fg1);
}
.site-nav.is-scrolled .nav-enquire:hover {
  color: var(--bg-paper);
}

/* ----------------------------------------------------------
   5b. Elevation banner (full-screen hero)
   ---------------------------------------------------------- */
.elevation {
  position: relative;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(160deg, #213e30 0%, #16291f 55%, #1c1a16 100%);
}
.elevation__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elevation__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(22, 41, 31, 0.62) 0%,
    rgba(22, 41, 31, 0.42) 22%,
    rgba(22, 41, 31, 0.24) 40%,
    rgba(22, 41, 31, 0.05) 58%,
    rgba(22, 41, 31, 0) 72%
  );
}
.elevation__headline {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(80px, 19vh, 225px) clamp(20px, 5vw, 64px) 0;
  text-align: center;
  pointer-events: none;
}
.elevation__headline h1 {
  font-weight: var(--fw-light);
  font-size: clamp(28px, 4.4vw, 62px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 20ch;
  text-shadow: 0 2px 24px rgba(20, 30, 24, 0.45);
}
.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.scroll-cue__label {
  font-family: var(--ff-sans);
  font-size: 10px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--fg-on-dark-2);
}
.scroll-cue__line {
  width: 1px;
  height: 32px;
  background: linear-gradient(var(--accent-brass-soft), transparent);
}

/* ----------------------------------------------------------
   5c. Hero / Overview
   ---------------------------------------------------------- */
.hero {
  background: #fff;
  overflow: hidden;
}
.hero__inner {
  padding-block: clamp(76px, 8vh, 100px) clamp(56px, 8vh, 88px);
}
.hero__title {
  font-weight: var(--fw-regular);
  font-size: clamp(38px, 4.8vw, 74px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--accent-burgundy);
  max-width: 14ch;
  margin-bottom: 26px;
}
.hero__sub {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.5;
  color: #141414;
  max-width: 48ch;
}
.hero__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1110 / 598;
  object-fit: cover;
  display: block;
  box-shadow: var(--shadow-paper);
}

/* ----------------------------------------------------------
   5d. Highlights strip (stats)
   ---------------------------------------------------------- */
.highlights {
  background: var(--bg-sand);
  border-block: 1px solid rgba(110, 31, 46, 0.12);
}
.stat {
  padding: clamp(30px, 3.6vw, 46px) clamp(16px, 3vw, 40px);
  text-align: center;
  border-left: 1px solid rgba(110, 31, 46, 0.16);
}
.stat__value {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--accent-burgundy);
}
.stat__label {
  margin-top: 12px;
  font-family: var(--ff-sans);
  font-size: 9px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg2);
  white-space: nowrap;
}

/* ----------------------------------------------------------
   5e. Section header (eyebrow + rule + title + lead)
   ---------------------------------------------------------- */
.section-head {
  margin-bottom: clamp(40px, 5vw, 64px);
}
.section-head__title {
  font-weight: var(--fw-light);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  margin-bottom: 16px;
  max-width: 20ch;
}
.section-head__lead {
  max-width: 56ch;
}

/* ----------------------------------------------------------
   6a. Buttons
   ---------------------------------------------------------- */
.btn-brand {
  --_bg: var(--fg1);
  --_fg: var(--bg-ivory);
  --_bd: var(--fg1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ff-sans);
  font-size: 12px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 30px;
  border-radius: var(--r-1);
  border: 1px solid var(--_bd);
  background: var(--_bg);
  color: var(--_fg);
  cursor: pointer;
  transition:
    background var(--dur-base) var(--ease-gentle),
    border-color var(--dur-base) var(--ease-gentle),
    color var(--dur-base) var(--ease-gentle);
}
.btn-brand:hover {
  background: var(--accent-brass-hover);
  border-color: var(--accent-brass-hover);
}

.btn-brass {
  --_bg: var(--accent-brass);
  --_fg: var(--bg-paper);
  --_bd: var(--accent-brass);
}
.btn-outline-brass {
  --_bg: transparent;
  --_fg: var(--fg1);
  --_bd: var(--accent-brass);
}
.btn-outline-brass:hover {
  background: var(--accent-brass);
  color: var(--bg-paper);
  border-color: var(--accent-brass);
}
.btn-cream {
  --_bg: transparent;
  --_fg: var(--fg-on-dark);
  --_bd: var(--accent-brass-soft);
}
.btn-cream:hover {
  background: var(--accent-brass-soft);
  color: var(--fg1);
  border-color: var(--accent-brass-soft);
}
.btn-block {
  width: 100%;
}

/* ----------------------------------------------------------
   6b. Residence cards
   ---------------------------------------------------------- */
.residence {
  height: 100%;
  background: var(--bg-paper);
  border: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  transition:
    box-shadow var(--dur-base),
    border-color var(--dur-base);
}
.residence:hover {
  border-color: var(--accent-brass);
  box-shadow: var(--shadow-paper);
}
.residence__body {
  padding: clamp(24px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.residence__name {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
  margin-bottom: 18px;
}
.residence__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--line-soft);
}
.residence__row--last {
  border-bottom: 1px solid var(--line-soft);
}
.residence__key {
  font-family: var(--ff-sans);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg3);
}
.residence__val {
  font-family: var(--ff-sans);
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--fg1);
}
.residence__price {
  font-family: var(--ff-display);
  font-size: 17px;
  color: var(--accent-brass);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

/* ----------------------------------------------------------
   6c. Amenity cards
   ---------------------------------------------------------- */
.amenity {
  height: 100%;
  background: var(--bg-paper);
  border: 1px solid var(--line-soft);
  padding: clamp(22px, 2vw, 30px) clamp(18px, 1.8vw, 24px);
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  transition: border-color var(--dur-base);
}
.amenity:hover {
  border-color: var(--accent-brass);
}
.amenity__icon {
  color: var(--fg1);
  transition: color var(--dur-base);
}
.amenity:hover .amenity__icon {
  color: var(--accent-brass);
}
.amenity__name {
  font-family: var(--ff-sans);
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--fg1);
  line-height: 1.3;
}

/* ----------------------------------------------------------
   6d. Location & connectivity
   ---------------------------------------------------------- */
.loc-map {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  border: 0;
  box-shadow: var(--shadow-paper);
}
.loc-title {
  font-weight: var(--fw-light);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.12;
  margin-bottom: 36px;
  max-width: 16ch;
}
.connect-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line-soft);
}
.connect-row:last-child {
  border-bottom: 1px solid var(--line-soft);
}
.connect-row__icon {
  color: var(--accent-brass);
  flex-shrink: 0;
}
.connect-row__place {
  flex: 1;
  font-family: var(--ff-sans);
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--fg1);
}
.connect-row__dist {
  font-family: var(--ff-display);
  font-size: 17px;
  color: var(--fg2);
  white-space: nowrap;
}

/* ----------------------------------------------------------
   6e. Legacy
   ---------------------------------------------------------- */
.legacy {
  background: var(--bg-ivory);
}
.legacy__title {
  font-weight: 200;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.1;
  margin-bottom: 28px;
}
.legacy__lead {
  max-width: 50ch;
}
.legacy__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.legacy__stat {
  background: var(--bg-ivory);
  padding: clamp(28px, 3vw, 40px);
}
.legacy__stat-value {
  font-family: var(--ff-display);
  font-weight: 200;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  color: var(--fg1);
}
.legacy__stat-label {
  margin-top: 12px;
  font-family: var(--ff-sans);
  font-size: 11.5px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg3);
}

/* ----------------------------------------------------------
   6f. Footer
   ---------------------------------------------------------- */
.site-footer {
  background: var(--bg-sand);
  color: #3a352c;
}
.site-footer__inner {
  padding: clamp(40px, 5vw, 64px) var(--container-pad) clamp(36px, 4vw, 52px);
}
.site-footer__copy {
  text-align: center;
  font-family: var(--ff-sans);
  font-size: 14px;
  margin-bottom: clamp(22px, 2.8vw, 32px);
}
.site-footer__divider {
  height: 1px;
  background: rgba(58, 53, 44, 0.18);
  margin-bottom: clamp(22px, 2.8vw, 32px);
}
.site-footer__legal {
  font-family: var(--ff-sans);
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(58, 53, 44, 0.78);
  text-align: center;
  max-width: 120ch;
  margin-inline: auto;
}

/* ----------------------------------------------------------
   6g. Floating enquire button
   ---------------------------------------------------------- */
.floating-enquire {
  position: fixed;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-sans);
  font-size: 12px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 26px;
  border: 0;
  border-radius: var(--r-1);
  background: var(--accent-brass);
  color: var(--bg-paper);
  box-shadow: var(--shadow-rise);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition:
    opacity var(--dur-slow) var(--ease-luxury),
    transform var(--dur-slow) var(--ease-luxury),
    background var(--dur-base);
}
.floating-enquire.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floating-enquire:hover {
  background: var(--accent-brass-hover);
}
.floating-enquire__arrow {
  transition: transform var(--dur-base);
}
.floating-enquire:hover .floating-enquire__arrow {
  transform: translateX(4px);
}

/* ----------------------------------------------------------
   6h. Enquire drawer (Bootstrap offcanvas overrides)
   ---------------------------------------------------------- */
.enquire-drawer {
  width: min(520px, 100vw);
  background: var(--bg-paper);
  border-left: 0;
}
.enquire-drawer .offcanvas-header {
  padding: clamp(22px, 3vw, 30px) clamp(28px, 4vw, 44px);
  border-bottom: 1px solid var(--line-soft);
}
.enquire-drawer .offcanvas-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.drawer-form {
  padding: clamp(32px, 4vw, 44px);
  overflow: auto;
  flex: 1;
}
.drawer-title {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: clamp(30px, 4.4vw, 42px);
  line-height: 1.08;
  margin-bottom: 14px;
}
.drawer-sub {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: 18px;
  color: var(--fg2);
  margin-bottom: 40px;
  max-width: 38ch;
}
.drawer-foot {
  padding: clamp(20px, 3vw, 28px) clamp(28px, 4vw, 44px);
  border-top: 1px solid var(--line-soft);
}
.drawer-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--ff-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg2);
}
.drawer-success {
  padding: clamp(56px, 9vw, 90px) clamp(28px, 4vw, 44px);
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.drawer-fineprint {
  font-family: var(--ff-sans);
  font-size: 11px;
  color: var(--fg3);
  margin-top: 28px;
  line-height: 1.7;
}

/* Brand form fields */
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field__label {
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg3);
}
.field__label .req {
  color: var(--accent-brass);
}
.field__input {
  font-family: var(--ff-sans);
  font-size: 17px;
  padding: 13px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--fg1);
  outline: none;
  transition: border-color var(--dur-base);
}
.field__input:focus {
  border-bottom: 1.5px solid var(--accent-brass);
}

/* Config picker */
.config-label {
  display: block;
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: var(--fw-semi);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-bottom: 12px;
}
.config-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.config-chip {
  font-family: var(--ff-sans);
  font-size: 13px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.04em;
  padding: 10px 18px;
  border-radius: var(--r-1);
  border: 1px solid var(--line-soft);
  background: transparent;
  color: var(--fg2);
  cursor: pointer;
  transition: all 240ms;
}
.config-chip.is-active {
  border-color: var(--accent-brass);
  background: var(--accent-brass);
  color: var(--bg-paper);
}

.form-error {
  color: var(--status-error);
  font-size: 13px;
  margin-top: 18px;
}
.success-title {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: clamp(34px, 5vw, 44px);
  line-height: 1.1;
  margin: 28px 0 16px;
}
.success-text {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: 19px;
  color: var(--fg2);
  margin-inline: auto;
  max-width: 34ch;
}

/* ----------------------------------------------------------
   6i. Lead modal (Bootstrap modal overrides)
   ---------------------------------------------------------- */
.lead-modal .modal-content {
  width: min(440px, 92vw);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  background: var(--bg-paper);
  border: 0;
  border-top: 3px solid var(--accent-brass);
  border-radius: 0;
  box-shadow: var(--shadow-deep);
  display: flex;
  justify-content: center;
}
.lead-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-1);
  cursor: pointer;
  color: var(--fg2);
  font-size: 16px;
  line-height: 1;
}
.lead-modal__body {
  padding: clamp(30px, 5vw, 44px);
}
.lead-modal__title {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: clamp(25px, 3.6vw, 32px);
  line-height: 1.1;
  margin: 12px 0 22px;
  color: var(--accent-burgundy);
}
.lead-modal__success {
  padding: clamp(28px, 5vw, 40px);
  text-align: center;
}
.lead-modal__success-title {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: clamp(28px, 4.4vw, 36px);
  line-height: 1.1;
  margin: 20px 0 12px;
  color: var(--accent-burgundy);
}

/* ----------------------------------------------------------
   7. Animation helpers
   ---------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity var(--dur-luxury) var(--ease-luxury),
    transform var(--dur-luxury) var(--ease-luxury);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}

/* ----------------------------------------------------------
   6h. Duplicate-lead popup
   Sits above Bootstrap's modal (1055) and offcanvas (1045)
   layers so it can appear over either form.
   ---------------------------------------------------------- */
.dup-popup {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(28, 26, 22, 0.55);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--dur-base) var(--ease-gentle),
    visibility var(--dur-base) var(--ease-gentle);
}
.dup-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.dup-popup__card {
  width: 100%;
  max-width: 420px;
  background: var(--bg-paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-1);
  box-shadow: var(--shadow-deep);
  padding: 44px 36px 40px;
  text-align: center;
  transform: translateY(14px);
  transition: transform var(--dur-slow) var(--ease-luxury);
}
.dup-popup.is-open .dup-popup__card {
  transform: translateY(0);
}
.dup-popup__icon {
  display: block;
  margin: 0 auto 18px;
  color: var(--accent-brass);
}
.dup-popup__title {
  font-weight: var(--fw-light);
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.dup-popup__text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg2);
  margin-bottom: 28px;
}

/* ----------------------------------------------------------
   8. Responsive
   ---------------------------------------------------------- */
@media (max-width: 991.98px) {
  .stat:nth-child(odd) {
    border-left: 0;
  }
  .stat:nth-child(n + 3) {
    border-top: 1px solid rgba(110, 31, 46, 0.16);
  }
}
@media (max-width: 900px) {
  .site-nav__menu {
    gap: 18px;
  }
  .site-nav__link {
    display: none;
  }
  .loc-map {
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 575.98px) {
  .stat {
    border-left: 0;
  }
  .stat:nth-child(n + 2) {
    border-top: 1px solid rgba(110, 31, 46, 0.16);
  }
}
