/* ============================================================
   Merrydale Residences at Thornhill Walk — design system
   Brand-derived: Thornhill Walk green #4FC185 (surfaces / accents,
   always carrying forest ink on top), near-black ink, warm cream paper
   and a deep forest for dark sections. --green-text is the darker
   green used whenever green must be readable AS text on light paper.
   Bodoni Moda (display serif, matches the Didone wordmark) + Jost (UI).
   All text pairs verified >= 4.5:1.
   ============================================================ */

:root {
  --bg: #F5F3EC;            /* cream paper */
  --bg-2: #E7F0E8;          /* pale mint — alternating sections */
  --bg-3: #FFFFFF;          /* cards / inputs */
  --ink: #1B1F1D;           /* near-black (15:1 on cream) */
  --ink-soft: #57605A;      /* muted text (5.9:1 on cream) */
  --line: #D9E0DA;
  --green: #4FC185;         /* brand green — surfaces only */
  --green-hi: #43B679;      /* hover surface */
  --green-soft: #CDEBD9;    /* tints, chips */
  --green-text: #1C7048;    /* green AS text on light bg (5.5:1) */
  --green-ink: #14251C;     /* text on green (7.1:1) */
  --forest: #14251C;        /* dark section bg */
  --forest-2: #1B2F24;      /* dark card */
  --forest-line: #2C4234;
  --cream-text: #F5F3EC;    /* text on forest (14:1) */
  --cream-muted: #B7C4BB;   /* muted on forest (8.9:1) */
  --green-on-dark: #6FD39E; /* green text on forest (8.8:1) */
  --liberty: #104076;
  --grad-hero: linear-gradient(180deg, rgba(20, 37, 28, 0.55) 0%, rgba(20, 37, 28, 0.25) 40%, rgba(20, 37, 28, 0.78) 100%);

  --font-display: "Bodoni Moda", "Bodoni 72", Didot, "Times New Roman", serif;
  --font-body: "Jost", "Avenir Next", "Helvetica Neue", Arial, sans-serif;

  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 40px;
  --space-5: 64px;
  --space-6: 104px;
  --gutter: clamp(16px, 5vw, 64px);
  --container: 1240px;

  --radius: 4px;
  --radius-lg: 10px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(27, 31, 29, 0.08);
  --shadow-md: 0 10px 28px rgba(27, 31, 29, 0.12);
  --shadow-lg: 0 24px 60px rgba(27, 31, 29, 0.18);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ticker-h: 40px;
  --header-h: 78px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, p, ul, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.005em; }
ul { padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
sup { font-size: 0.6em; }
b, strong { font-weight: 600; }
:focus-visible { outline: 3px solid var(--green-text); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--green); color: var(--green-ink); }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 500; background: var(--ink); color: var(--cream-text); padding: 10px 16px; border-radius: 4px; text-decoration: none; }
.skip-link:focus { top: 12px; }
.center { text-align: center; }
.container { max-width: var(--container); margin: 0 auto; }

/* ---------- Icons ---------- */
.ic {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -4px;
}
.ic-lg { width: 30px; height: 30px; stroke-width: 1.4; color: var(--green-text); }
.ic-xl { width: 40px; height: 40px; stroke-width: 1.2; color: var(--green-text); }

/* ---------- Type ---------- */
.kicker {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--green-text);
  margin-bottom: var(--space-2);
  display: flex;
  align-items: center;
  gap: 12px;
}
.kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.7; }
.kicker.center-k { justify-content: center; }
.kicker.center-k::after { content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.7; }
.kicker.light { color: var(--green-on-dark); }
.heading {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: var(--space-3);
  max-width: 22ch;
}
.heading em, .display em, .hero-title em, .cta-band-title em { font-style: italic; font-weight: 400; }
.heading.light { color: var(--cream-text); }
.heading.center-h { margin-left: auto; margin-right: auto; text-align: center; }
.section-copy { max-width: 62ch; color: var(--ink-soft); margin-bottom: var(--space-4); font-size: 18px; }
.section-copy.light { color: var(--cream-muted); }
.section-copy.center-h { margin-left: auto; margin-right: auto; text-align: center; }
.fineline { font-size: 12.5px; color: var(--ink-soft); margin: var(--space-3) 0 0; }
.fineline.light { color: var(--cream-muted); }
.lede { font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.35; font-style: italic; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 26px;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s var(--ease), box-shadow 0.2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn-lg { min-height: 56px; padding: 14px 32px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-green { background: var(--green); color: var(--green-ink); border-color: var(--green); box-shadow: 0 8px 22px rgba(79, 193, 133, 0.28); }
.btn-green:hover { background: var(--green-hi); border-color: var(--green-hi); }
.btn-ink { background: var(--ink); color: var(--cream-text); border-color: var(--ink); }
.btn-ink:hover { background: #2C3430; border-color: #2C3430; }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(27, 31, 29, 0.35); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(27, 31, 29, 0.04); }
.btn-outline-light { background: transparent; color: var(--cream-text); border-color: rgba(245, 243, 236, 0.5); }
.btn-outline-light:hover { border-color: var(--cream-text); background: rgba(245, 243, 236, 0.08); }
.btn-cream { background: var(--cream-text); color: var(--ink); border-color: var(--cream-text); }
.btn-cream:hover { background: #fff; }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: none; color: var(--green-text); letter-spacing: 0.02em; }
.link-arrow .ic { transition: transform 0.2s var(--ease); }
.link-arrow:hover .ic { transform: translateX(4px); }

/* ---------- Ticker ---------- */
.ticker {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 120;
  height: var(--ticker-h);
  display: flex;
  align-items: center;
  background: var(--green);
  color: var(--green-ink);
  overflow: hidden;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 34s linear infinite;
  white-space: nowrap;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ticker-track span { padding-right: 56px; }
.ticker-track .tick-dot { opacity: 0.6; }
.ticker-track u { text-decoration-color: var(--green-ink); text-underline-offset: 3px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-close {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;
  border: 0; border-radius: 50%; background: var(--green); color: var(--green-ink); opacity: 0.75;
}
.ticker-close:hover { opacity: 1; }
body.no-ticker .ticker { display: none; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: var(--ticker-h);
  left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  height: var(--header-h);
  padding: 0 var(--gutter);
  transition: background 0.35s var(--ease), box-shadow 0.35s, top 0.3s;
}
body.no-ticker .site-header { top: 0; }
.header-logo { display: inline-flex; align-items: center; margin-right: auto; }
.header-logo img { width: clamp(130px, 14vw, 178px); height: auto; }
.site-header .logo-dark { display: none; }
.site-header.scrolled {
  background: rgba(245, 243, 236, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.site-header.scrolled .logo-dark { display: block; }
.site-header.scrolled .logo-white { display: none; }
.header-nav { display: flex; gap: clamp(8px, 1.3vw, 24px); }
.header-nav a {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: var(--cream-text);
  padding: 8px 2px;
  border-bottom: 1.5px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.site-header.scrolled .header-nav a { color: var(--ink); }
.header-nav a:hover { border-color: var(--green); }
.header-cta { display: flex; gap: 10px; }
.header-cta .btn { min-height: 44px; padding: 10px 20px; font-size: 12.5px; }
.site-header:not(.scrolled) .btn-ghost { color: var(--cream-text); border-color: rgba(245, 243, 236, 0.45); }
.site-header:not(.scrolled) .btn-ghost:hover { border-color: var(--cream-text); background: rgba(245, 243, 236, 0.08); }
.header-burger {
  display: none; flex-direction: column; gap: 6px; width: 46px; height: 46px;
  align-items: center; justify-content: center; background: transparent; border: 0;
}
.header-burger span { width: 24px; height: 2px; background: var(--cream-text); transition: transform 0.25s var(--ease), background 0.25s; }
.site-header.scrolled .header-burger span { background: var(--ink); }
.header-burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.header-burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu {
  position: fixed;
  inset: calc(var(--ticker-h) + var(--header-h)) 0 auto 0;
  z-index: 99;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: var(--space-3) var(--gutter) var(--space-4);
  max-height: calc(100dvh - var(--header-h));
  overflow-y: auto;
}
body.no-ticker .mobile-menu { inset: var(--header-h) 0 auto 0; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 10px; }
.mobile-menu a {
  font-family: var(--font-display); font-size: 24px; text-decoration: none;
  padding: 8px 0; border-bottom: 1px solid var(--line);
}
.mobile-menu .btn { margin-top: 8px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  color: var(--cream-text);
  padding: calc(var(--ticker-h) + var(--header-h) + 40px) var(--gutter) 0;
  overflow: hidden;
  isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%; transform: scale(1.04); animation: heroZoom 9s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20, 37, 28, 0.5) 0%, rgba(20, 37, 28, 0.05) 28%, rgba(20, 37, 28, 0.88) 100%), linear-gradient(90deg, rgba(20, 37, 28, 0.86) 0%, rgba(20, 37, 28, 0.55) 46%, rgba(20, 37, 28, 0.08) 100%); }
.hero-inner { width: 100%; max-width: var(--container); margin: 0 auto; }
.hero-content { max-width: 720px; padding-bottom: var(--space-4); }
.hero-presents { display: inline-flex; align-items: center; gap: 12px; font-size: 11.5px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; color: rgba(245, 243, 236, 0.85); margin-bottom: 18px; }
.hero-presents img { width: 40px; height: 40px; }
.hero-wordmark { width: min(64vw, 300px); height: auto; margin-bottom: 18px; filter: drop-shadow(0 6px 22px rgba(0, 0, 0, 0.35)); }
.hero-title {
  font-size: clamp(2rem, 3.7vw, 3.2rem);
  line-height: 1.06;
  max-width: 19ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  margin-bottom: var(--space-3);
  text-wrap: balance;
}
.hero-sub { font-size: clamp(1rem, 1.25vw, 1.1rem); line-height: 1.6; max-width: 56ch; color: rgba(245, 243, 236, 0.9); margin-bottom: var(--space-3); text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3); }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--space-3); }
.hero-chips li {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: var(--radius-pill);
  background: rgba(245, 243, 236, 0.1); border: 1px solid rgba(245, 243, 236, 0.28);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-size: 13px; font-weight: 500; letter-spacing: 0.02em;
}
.hero-chips .ic { width: 17px; height: 17px; color: var(--green); }
.hero-count { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(245, 243, 236, 0.88); margin-bottom: var(--space-3); }
.proof-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(79, 193, 133, 0.7); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(79, 193, 133, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(79, 193, 133, 0); } 100% { box-shadow: 0 0 0 0 rgba(79, 193, 133, 0); } }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(245, 243, 236, 0.22);
  width: 100%;
}
.hero-bar > div { padding: 18px 26px 22px 0; border-right: 1px solid rgba(245, 243, 236, 0.16); }
.hero-bar > div:not(:first-child) { padding-left: 26px; }
.hero-bar > div:last-child { border-right: 0; }
.hero-bar-label { display: block; font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245, 243, 236, 0.66); margin-bottom: 4px; }
.hero-bar-value { display: block; font-family: var(--font-display); font-size: clamp(1.15rem, 1.7vw, 1.5rem); line-height: 1.2; }
.hero-bar-value small { font-family: var(--font-body); font-size: 12.5px; display: block; color: rgba(245, 243, 236, 0.72); margin-top: 2px; }

/* ---------- Booking band ---------- */
.book-band { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.book-band-inner {
  max-width: var(--container); margin: 0 auto; padding: 22px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); flex-wrap: wrap;
}
.book-band-copy { flex: 1 1 420px; }
.book-band-title { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.35rem; }
.book-band-title .ic { color: var(--green-text); }
.book-band-sub { font-size: 15px; color: var(--ink-soft); margin-top: 4px; max-width: 72ch; }

/* ---------- Sections ---------- */
.section { padding: var(--space-6) var(--gutter); }
.section > .container { position: relative; }
.section-head { margin-bottom: var(--space-4); }
.section-head.split { display: flex; justify-content: space-between; align-items: flex-end; gap: var(--space-3); flex-wrap: wrap; }
.section-head.split .section-copy { margin-bottom: 0; }
.bg-photo { position: relative; isolation: isolate; }
.bg-photo::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: var(--bg-img); background-size: cover; background-position: var(--bg-pos, center);
  opacity: 0; transition: opacity 1s var(--ease);
}
.bg-photo.bg-in::before { opacity: 1; }
.bg-photo::after { content: ""; position: absolute; inset: 0; z-index: -1; }
.bg-dark { background: var(--forest); color: var(--cream-text); }
.bg-dark::after { background: linear-gradient(180deg, rgba(20, 37, 28, 0.94) 0%, rgba(20, 37, 28, 0.88) 60%, rgba(20, 37, 28, 0.95) 100%); }
.bg-light { background: var(--bg); }
.bg-light::after { background: linear-gradient(180deg, rgba(245, 243, 236, 0.95) 0%, rgba(245, 243, 236, 0.9) 100%); }
.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.rv.in { opacity: 1; transform: none; }

/* ---------- At a glance ---------- */
.glance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.glance-tile {
  background: rgba(245, 243, 236, 0.05);
  border: 1px solid rgba(245, 243, 236, 0.14);
  border-radius: var(--radius-lg);
  padding: 22px 22px 20px;
  display: flex; flex-direction: column; gap: 6px;
  transition: border-color 0.25s, background 0.25s, transform 0.25s var(--ease);
}
.glance-tile:hover { border-color: rgba(79, 193, 133, 0.55); background: rgba(245, 243, 236, 0.08); transform: translateY(-2px); }
.glance-label { font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-on-dark); font-weight: 600; }
.glance-value { font-family: var(--font-display); font-size: 1.3rem; line-height: 1.25; }

/* ---------- Story (the walk) ---------- */
.story { background: var(--bg); }
.story-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--space-5); align-items: center; }
.story-quote { font-family: var(--font-display); font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1.18; font-style: italic; margin: var(--space-3) 0; padding-left: 28px; border-left: 2px solid var(--green); }
.story-copy p { color: var(--ink-soft); font-size: 18px; margin-bottom: var(--space-2); }
.story-media { position: relative; }
.story-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; object-fit: cover; }
.story-seal { position: absolute; left: -26px; bottom: -26px; width: 132px; height: 132px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); animation: spin 40s linear infinite; }
.story-seal img { width: 100px; height: 100px; }
@keyframes spin { to { transform: rotate(360deg); } }
.story-caption { font-size: 13px; color: var(--ink-soft); margin-top: 12px; text-align: right; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: var(--space-5); }
.card {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 26px; display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-soft); }
.card h3 { font-size: 1.35rem; }
.card p { color: var(--ink-soft); font-size: 15.5px; }

/* ---------- Residence / gallery ---------- */
.residence { background: var(--bg-2); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 14px; }
.gallery-item { position: relative; border: 0; padding: 0; background: var(--forest); border-radius: var(--radius-lg); overflow: hidden; cursor: zoom-in; text-align: left; color: var(--cream-text); }
.gallery-item.span-2 { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-cap {
  position: absolute; inset: auto 0 0 0; padding: 40px 18px 16px;
  background: linear-gradient(180deg, rgba(20, 37, 28, 0) 0%, rgba(20, 37, 28, 0.82) 100%);
  display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; font-size: 14px;
}
.gallery-cap b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; }
.gallery-cap span { color: rgba(245, 243, 236, 0.8); }
.gallery-cap .ic { opacity: 0.8; }
.gallery-item:focus-visible { outline-offset: -4px; }

/* ---------- Amenities ---------- */
.amenities-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--space-5); align-items: center; }
.amenity-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.amenity {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px;
  border: 1px solid rgba(245, 243, 236, 0.14); border-radius: var(--radius-lg); background: rgba(245, 243, 236, 0.04);
  transition: border-color 0.25s, background 0.25s;
}
.amenity:hover { border-color: rgba(79, 193, 133, 0.55); background: rgba(245, 243, 236, 0.07); }
.amenity .ic-lg { color: var(--green-on-dark); margin-top: 2px; }
.amenity b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; margin-bottom: 2px; }
.amenity span { font-size: 14.5px; color: var(--cream-muted); }
.amenity-media { position: relative; }
.amenity-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 16 / 10; object-fit: cover; }
.amenity-badge {
  position: absolute; top: 18px; left: 18px; padding: 8px 14px; border-radius: var(--radius-pill);
  background: var(--green); color: var(--green-ink); font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
}

/* ---------- Film & reels ---------- */
.film { background: var(--bg); }
.film-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: var(--space-4); align-items: stretch; }
.film-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--forest); aspect-ratio: 16 / 9; box-shadow: var(--shadow-lg); }
.film-frame video { width: 100%; height: 100%; object-fit: cover; }
.film-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film-frame video:not([hidden]) ~ .film-poster { display: none; }
.film-play {
  position: absolute; inset: 0; width: 100%; border: 0; background: linear-gradient(180deg, rgba(20, 37, 28, 0.15), rgba(20, 37, 28, 0.55));
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--cream-text); cursor: pointer;
}
.film-play .play-ring {
  width: 84px; height: 84px; border-radius: 50%; background: var(--green); color: var(--green-ink);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); transition: transform 0.25s var(--ease);
}
.film-play .play-ring .ic { width: 30px; height: 30px; fill: currentColor; stroke: none; margin-left: 4px; }
.film-play:hover .play-ring { transform: scale(1.07); }
.film-play span { font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; }
.film-caption { font-size: 14.5px; color: var(--ink-soft); margin-top: 14px; }
.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.reel { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--forest); aspect-ratio: 9 / 16; box-shadow: var(--shadow-md); }
.reel video { width: 100%; height: 100%; object-fit: cover; }
.reel-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 12px 12px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream-text); background: linear-gradient(180deg, rgba(20, 37, 28, 0), rgba(20, 37, 28, 0.75)); }
.reels-note { font-size: 13px; color: var(--ink-soft); margin-top: 12px; }

/* ---------- Master plan ---------- */
.masterplan { background: var(--bg-2); }
.plan-figure { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 0; padding: 0; width: 100%; cursor: zoom-in; background: #6DB25A; }
.plan-figure img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.plan-zoom { position: absolute; right: 16px; bottom: 16px; padding: 10px 14px; border-radius: var(--radius-pill); background: rgba(20, 37, 28, 0.8); color: var(--cream-text); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; display: inline-flex; gap: 8px; align-items: center; backdrop-filter: blur(6px); }
.phase-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: var(--space-3); }
.phase { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 22px 20px; border-top: 3px solid var(--line); }
.phase.is-current { border-top-color: var(--green); }
.phase-tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-text); font-weight: 600; display: block; margin-bottom: 6px; }
.phase b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; margin-bottom: 4px; }
.phase p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- Location ---------- */
.location { background: var(--bg); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); align-items: start; }
.map-card { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.map-card img { width: 100%; }
.map-card figcaption { padding: 14px 18px; font-size: 13.5px; color: var(--ink-soft); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 10px; align-items: center; flex-wrap: wrap; }
.transit-list { display: grid; gap: 12px; margin: var(--space-3) 0; }
.transit-list li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.transit-list .ic-lg { flex: 0 0 auto; }
.transit-list b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; }
.transit-list span { font-size: 14.5px; color: var(--ink-soft); }
.gmap { margin-top: var(--space-5); }
.gmap-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); aspect-ratio: 21 / 9; min-height: 300px; }
.gmap-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.gmap-load { position: absolute; inset: 0; width: 100%; border: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--ink); }
.gmap-load .ic-xl { color: var(--green-text); }
.gmap-load span { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.gmap-load small { color: var(--ink-soft); font-size: 13px; }
.transit-figure { margin-top: var(--space-4); }
.transit-figure button { display: block; width: 100%; padding: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #F1F2E6; cursor: zoom-in; }
.transit-figure img { width: 100%; }

/* ---------- Downloads ---------- */
.downloads-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); align-items: center; }
.downloads-vault { background: rgba(245, 243, 236, 0.06); border: 1px solid rgba(245, 243, 236, 0.16); border-radius: var(--radius-lg); padding: 26px; backdrop-filter: blur(8px); }
.vault-title { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.35rem; margin-bottom: 14px; }
.vault-list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(245, 243, 236, 0.12); font-size: 15px; }
.vault-list li > span:first-child { display: flex; align-items: center; gap: 10px; }
.vault-state { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-muted); }
.vault-state.open { color: var(--green-on-dark); }
.vault-note { display: flex; gap: 8px; align-items: center; margin-top: 14px; font-size: 13px; color: var(--cream-muted); }

/* ---------- Why band ---------- */
.why { background: var(--green); color: var(--green-ink); }
.why .kicker { color: var(--green-ink); }
.why .heading { color: var(--green-ink); }
.why-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: var(--space-5); align-items: center; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.45; padding: 12px 14px; background: rgba(20, 37, 28, 0.08); border-radius: var(--radius-lg); }
.check-list .ic { width: 22px; height: 22px; flex: 0 0 auto; background: var(--green-ink); color: var(--green); border-radius: 50%; padding: 4px; stroke-width: 2.4; }
.why .btn-ink { box-shadow: 0 10px 26px rgba(20, 37, 28, 0.25); }

/* ---------- Builder ---------- */
.builder { background: var(--bg); }
.builder-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: var(--space-5); align-items: center; }
.builder-logos { display: flex; align-items: center; gap: var(--space-4); }
.builder-logos img { height: auto; }
.builder-liberty { width: 190px; box-shadow: var(--shadow-md); border-radius: var(--radius); }
.builder-seal { width: 150px; }
.builder-copy p { color: var(--ink-soft); font-size: 17px; margin-bottom: var(--space-2); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: var(--space-3); }
.stat { border-top: 2px solid var(--green); padding-top: 12px; }
.stat b { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 500; line-height: 1; }
.stat span { font-size: 13px; color: var(--ink-soft); letter-spacing: 0.06em; text-transform: uppercase; }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-2); }
.faq-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 4px; font-family: var(--font-display); font-size: 1.25rem; line-height: 1.3;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .ic { flex: 0 0 auto; width: 22px; height: 22px; color: var(--green-text); transition: transform 0.25s var(--ease); }
.faq-list details[open] summary .ic { transform: rotate(45deg); }
.faq-list details p { padding: 0 4px 22px; color: var(--ink-soft); max-width: 70ch; }

/* ---------- Register ---------- */
.register { background: var(--forest); color: var(--cream-text); }
.register-inner { max-width: 940px; margin: 0 auto; text-align: center; }
.register .kicker { color: var(--green-on-dark); }
.register-sub { max-width: 58ch; margin: 0 auto var(--space-4); color: var(--cream-muted); font-size: 18px; }
.reg-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: var(--space-4); }
.reg-benefit { background: var(--forest-2); border: 1px solid var(--forest-line); border-radius: var(--radius-lg); padding: 20px 16px; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.reg-benefit .ic-lg { color: var(--green-on-dark); }
.reg-benefit b { font-family: var(--font-display); font-weight: 500; font-size: 1.2rem; margin-top: 6px; }
.reg-benefit span { font-size: 13.5px; color: var(--cream-muted); }
.reg-form {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2) var(--space-3); text-align: left;
  background: var(--bg); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); box-shadow: var(--shadow-lg);
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.field label sup { color: var(--green-text); }
.field input, .field select {
  font: inherit; color: var(--ink); background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  min-height: 50px; padding: 10px 14px; transition: border-color 0.2s, box-shadow 0.2s; width: 100%;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--green-text); box-shadow: 0 0 0 3px rgba(79, 193, 133, 0.28); }
.field.invalid input, .field.invalid select { border-color: #A8362A; }
.field .field-err { display: none; font-size: 13px; color: #A8362A; }
.field.invalid .field-err { display: block; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-actions { grid-column: 1 / -1; text-align: center; margin-top: var(--space-1); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.form-or { font-size: 12px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.14em; }
.form-msg { min-height: 22px; font-size: 14.5px; }
.form-msg.error { color: #A8362A; font-weight: 600; }
.casl { grid-column: 1 / -1; font-size: 11.5px; line-height: 1.55; color: var(--ink-soft); text-align: center; }
.reg-success { background: var(--bg); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(32px, 5vw, 56px); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; align-items: center; gap: var(--space-2); }
.reg-success h3 { font-style: italic; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.reg-success p { max-width: 44ch; color: var(--ink-soft); }

/* ---------- Footer ---------- */
.site-footer { background: #0F1C15; color: var(--cream-text); padding: var(--space-6) var(--gutter) var(--space-4); border-top: 1px solid var(--forest-line); }
.footer-grid { max-width: var(--container); margin: 0 auto var(--space-5); display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: var(--space-5); }
.footer-brand img.footer-wordmark { width: 280px; }
.footer-tag { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; margin-top: 14px; color: var(--cream-muted); }
.footer-blurb { font-size: 14.5px; color: var(--cream-muted); margin-top: 10px; max-width: 52ch; }
.footer-builders { display: flex; align-items: center; gap: 22px; margin-top: var(--space-3); }
.footer-builders img { height: auto; }
.footer-links-title { font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green-on-dark); font-weight: 600; margin-bottom: 14px; }
.footer-links a { display: block; text-decoration: none; color: var(--cream-muted); padding: 5px 0; font-size: 15px; transition: color 0.2s; }
.footer-links a:hover { color: var(--cream-text); }
.footer-legal { max-width: var(--container); margin: 0 auto; border-top: 1px solid var(--forest-line); padding-top: var(--space-3); }
.footer-legal p { font-size: 12px; line-height: 1.6; color: rgba(183, 196, 187, 0.8); margin-bottom: 10px; }
.footer-copy { color: var(--cream-muted); }
.footer-copy a { color: var(--cream-text); }

/* ---------- Floating CTA ---------- */
.floating-cta {
  position: fixed; z-index: 90; inset: auto 0 0 0; display: none; gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(245, 243, 236, 0.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line);
}
.floating-cta .btn { flex: 1; min-height: 48px; padding: 10px 12px; font-size: 12.5px; }

/* ---------- Modals ---------- */
.modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 18px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15, 28, 21, 0.66); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); animation: fadeIn 0.25s both; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal-card {
  position: relative; z-index: 1; width: min(580px, 100%); max-height: min(92dvh, 880px); overflow-y: auto;
  background: var(--bg); border-radius: var(--radius-lg); box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: modalIn 0.35s var(--ease) both; overscroll-behavior: contain;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(30px) scale(0.97); } to { opacity: 1; transform: none; } }
.modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 2; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  border: 0; border-radius: 50%; background: rgba(245, 243, 236, 0.16); color: var(--cream-text); transition: background 0.2s, transform 0.2s;
}
.modal-close:hover { background: rgba(245, 243, 236, 0.3); transform: rotate(90deg); }
.modal-card-text .modal-close, .modal-card-light .modal-close { background: rgba(27, 31, 29, 0.08); color: var(--ink); }
.modal-head { background: var(--forest); padding: 32px 28px 24px; text-align: center; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.modal-head img { width: min(60%, 250px); height: auto; }
.modal-head p { color: var(--green-on-dark); font-size: 11.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
.modal-body { padding: 26px 28px 30px; }
.modal-body h3 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin-bottom: 4px; }
.modal-sub { font-size: 15px; color: var(--ink-soft); margin-bottom: var(--space-3); }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2); margin-bottom: var(--space-2); }
.modal-grid .wide { grid-column: 1 / -1; }
.modal .casl { margin-top: 12px; display: block; }
.modal .reg-success { box-shadow: none; padding: 22px 0 6px; text-align: center; }
.modal-card-text { max-width: 680px; }
.modal-card-text .modal-body { padding-top: 40px; }
.legal-body h4 { margin: var(--space-2) 0 6px; font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-text); font-family: var(--font-body); font-weight: 600; }
.legal-body p { font-size: 14.5px; color: var(--ink-soft); }
/* lightbox */
.lightbox .modal-card { width: min(1400px, 100%); max-height: 94dvh; background: transparent; box-shadow: none; overflow: visible; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lightbox img { max-width: 100%; max-height: calc(94dvh - 70px); width: auto; height: auto; border-radius: var(--radius-lg); box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5); background: var(--forest); }
.lightbox figcaption { color: var(--cream-text); font-size: 14px; text-align: center; }
.lightbox .modal-close { position: fixed; top: 18px; right: 18px; background: rgba(245, 243, 236, 0.2); }

/* ---------- Booking picker ---------- */
.picker-label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.picker-label sup { color: var(--green-text); }
.date-strip { display: grid; grid-auto-flow: column; grid-auto-columns: 76px; gap: 8px; overflow-x: auto; padding-bottom: 8px; margin-bottom: var(--space-2); scrollbar-width: thin; }
.date-chip {
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-3); padding: 10px 4px;
  display: flex; flex-direction: column; align-items: center; gap: 2px; transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.date-chip:hover { transform: translateY(-2px); border-color: var(--green-text); }
.date-chip .dw { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.date-chip .dn { font-family: var(--font-display); font-size: 22px; line-height: 1.1; }
.date-chip .dm { font-size: 11px; color: var(--ink-soft); }
.date-chip[aria-checked="true"] { background: var(--green); border-color: var(--green); }
.date-chip[aria-checked="true"] .dw, .date-chip[aria-checked="true"] .dn, .date-chip[aria-checked="true"] .dm { color: var(--green-ink); }
.time-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--space-3); }
.time-chip { border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--bg-3); padding: 9px 16px; font-size: 13.5px; font-weight: 600; transition: border-color 0.2s, background 0.2s, color 0.2s; }
.time-chip:hover { border-color: var(--green-text); }
.time-chip[aria-checked="true"] { background: var(--green); border-color: var(--green); color: var(--green-ink); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--forest-2); color: var(--cream-text); border-top: 1px solid var(--forest-line); border-bottom: 1px solid var(--forest-line); }
.cta-band-inner { max-width: var(--container); margin: 0 auto; padding: var(--space-5) var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); flex-wrap: wrap; }
.cta-band-kicker { font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green-on-dark); font-weight: 600; margin-bottom: 8px; }
.cta-band-title { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.15; max-width: 24ch; }
.cta-band-sub { margin-top: 8px; color: var(--cream-muted); font-size: 16px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .header-nav { display: none; }
  .glance-grid { grid-template-columns: repeat(3, 1fr); }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .story-grid, .amenities-grid, .film-grid, .location-grid, .downloads-grid, .why-grid, .builder-grid { grid-template-columns: 1fr; }
  .story-media { margin-left: 26px; }
  .story-seal { left: -26px; }
  .gallery-grid { grid-auto-rows: 220px; }
  .phase-grid { grid-template-columns: 1fr 1fr; }
  .hero-bar { grid-template-columns: repeat(2, 1fr); }
  .hero-bar > div:nth-child(2) { border-right: 0; }
  .hero-bar > div:nth-child(3) { padding-left: 0; }
  .hero-bar > div { border-bottom: 1px solid rgba(245, 243, 236, 0.12); }
  .hero-bar > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .reels { max-width: 620px; }
}
@media (max-width: 860px) {
  .header-cta { display: none; }
  .header-burger { display: flex; }
  .floating-cta { display: flex; }
  .site-footer { padding-bottom: 130px; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-4); }
  .check-list { grid-template-columns: 1fr; }
  .cta-band-inner, .book-band-inner { flex-direction: column; align-items: flex-start; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .gallery-item.span-2 { grid-column: span 2; grid-row: span 1; }
  .amenity-list { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  :root { --space-6: 72px; --space-5: 48px; --header-h: 64px; }
  body { font-size: 16px; }
  .glance-grid { grid-template-columns: 1fr 1fr; }
  .cards-grid, .phase-grid { grid-template-columns: 1fr; }
  .reg-form, .modal-grid, .reg-benefits { grid-template-columns: 1fr; }
  .modal { padding: 0; align-items: flex-end; }
  .modal-card { width: 100%; max-height: 94dvh; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
  .lightbox { padding: 12px; align-items: center; }
  .hero { padding-top: calc(var(--ticker-h) + var(--header-h) + 16px); }
  .hero-content { padding-bottom: 28px; }
  .hero-presents { font-size: 10.5px; letter-spacing: 0.2em; margin-bottom: 12px; }
  .hero-presents img { width: 32px; height: 32px; }
  .hero-wordmark { width: min(54vw, 210px); margin-bottom: 14px; }
  .hero-title { font-size: 1.85rem; margin-bottom: 14px; }
  .hero-sub { font-size: 15px; line-height: 1.5; margin-bottom: 16px; }
  .hero-chips { gap: 6px; margin-bottom: 18px; }
  .hero-chips li:nth-child(n + 4) { display: none; }
  .hero-ctas .btn { width: 100%; }
  .hero-chips li { font-size: 12px; padding: 7px 11px; }
  .hero-bar { grid-template-columns: 1fr 1fr; }
  .hero-bar > div { padding: 14px 12px 14px 0; }
  .hero-bar > div:not(:first-child) { padding-left: 12px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .gallery-item.span-2 { grid-column: span 1; grid-row: span 1; grid-auto-rows: 240px; }
  .story-media { margin-left: 0; margin-bottom: 30px; }
  .story-seal { left: auto; right: -10px; width: 104px; height: 104px; }
  .story-seal img { width: 80px; height: 80px; }
  .story-quote { padding-left: 18px; }
  .reels { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .reel-label { font-size: 10px; padding: 20px 8px 8px; }
  .builder-logos { gap: var(--space-3); }
  .builder-liberty { width: 140px; }
  .builder-seal { width: 110px; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .faq-list summary { font-size: 1.1rem; }
  .section-head.split { align-items: flex-start; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .rv { opacity: 1; transform: none; }
  .ticker-track { animation: none; }
  .hero-media img { animation: none; transform: none; }
  .story-seal { animation: none; }
}
