/* ============================================================
   West Coast Windows — "The Horizon Line" design system, v8
   DARK RE-WEIGHTING (Pass 2)
   ------------------------------------------------------------
   The system from v7 survives intact — glazing grid, horizon
   rule + rising sun, 71/29 mullion split, sharp corners with
   the pill button as the one rounded element, rationed amber.
   What changed: navy-deep now carries the page. Paper and sand
   are ACCENT bands, not the default ground. Every primitive is
   context-aware via custom properties: dark values live on
   :root, and light bands (.section--paper, .section--sand,
   .quote-panel, .pane--sand, .ctx-light) override them.

   New in v8: top utility line, scroll-triggered compact quote
   bar (.quote-bar, desktop), face avatars (.face) with zoom
   crops, blueprint-grid body texture, hero offer panel hooks,
   warranty statement scale (.statement).

   Type: Bricolage Grotesque (display, opsz 96, weights 200-800
   at extremes) / Hanken Grotesk (body) / DM Serif Display
   (logo wordmark only).
   ============================================================ */

:root {
  /* Brand color */
  --navy: #0e3a54;
  --navy-deep: #092a3e;
  --ink-navy: #0b2233;
  --sand: #f7f3ec;
  --sand-deep: #efe8db;
  --paper: #fdfbf7;
  --amber: #f2a33c;
  --amber-deep: #d97f1f;
  --seaglass: #2e7d74;
  --white: #ffffff;
  --ink: #22303b;
  --ink-soft: #52616d;

  /* Contextual palette — DARK defaults (the page ground) */
  --fg-strong: #ffffff;
  --fg: rgba(236, 243, 247, 0.87);
  --fg-soft: rgba(219, 231, 238, 0.64);
  --rule: rgba(255, 255, 255, 0.92);
  --mull: rgba(255, 255, 255, 0.18);
  --frame-c: rgba(255, 255, 255, 0.72);
  --pane-bg: #0b2233;
  --ghost-bd: rgba(255, 255, 255, 0.42);
  --ghost-fg: #ffffff;

  /* Type */
  --font-display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;

  /* Scale */
  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1.0625rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: clamp(1.7rem, 2.6vw, 2.1rem);
  --text-3xl: clamp(2.1rem, 4.2vw, 3.1rem);
  --text-head: clamp(2.5rem, 5.4vw, 4.4rem);
  --text-hero: clamp(2.85rem, 7.2vw, 5.9rem);

  /* Space & shape */
  --space-section: clamp(4.5rem, 9vw, 7.75rem);
  --sun-ratio: 71%;
  --container: 1240px;
  --header-h: 72px;
}

/* Light-context override set. Any light surface carries these. */
.section--paper, .section--sand, .quote-panel, .pane--sand, .ctx-light {
  --fg-strong: var(--ink-navy);
  --fg: var(--ink);
  --fg-soft: var(--ink-soft);
  --rule: var(--ink-navy);
  --mull: rgba(11, 34, 51, 0.16);
  --frame-c: var(--ink-navy);
  --pane-bg: var(--white);
  --ghost-bd: rgba(11, 34, 51, 0.28);
  --ghost-fg: var(--navy);
  /* Re-anchor inherited text color: descendants that never declare a
     color would otherwise inherit the body's computed light value. */
  color: var(--fg);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
  color: var(--fg);
  /* Blueprint grid over deep navy — the quiet craft cue */
  background-color: var(--navy-deep);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font: inherit; }
strong { font-weight: 650; }
p { text-wrap: pretty; }
.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;
}

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 640;
  line-height: 1.04;
  color: var(--fg-strong);
  letter-spacing: -0.025em;
  text-wrap: balance;
  font-variation-settings: "opsz" 96;
}
h1 { font-size: var(--text-head); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-xl); font-variation-settings: "opsz" 40; }

/* Weight-contrast headline spans: same family, two voices */
.wt-light { font-weight: 270; letter-spacing: -0.02em; }
.wt-bold { font-weight: 760; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.section { padding: var(--space-section) 0; }
.section--tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.section--paper { background: var(--paper); }
.section--sand { background: var(--sand); }
.section--ink { background: var(--ink-navy); }

.lede { font-size: var(--text-lg); color: var(--fg-soft); max-width: 56ch; }

/* ============================================================
   THE HORIZON — 2px sill rule + rising amber half-disc.
   Context-aware: white rule on dark, ink rule on light.
   ============================================================ */
.horizon { position: relative; height: 12px; margin-bottom: 1.75rem; }
.horizon::before {
  content: ""; position: absolute; left: 0; right: 0; top: 8px; height: 2px;
  background: var(--rule); transform-origin: left;
}
.horizon::after {
  content: ""; position: absolute; top: 1px; left: 2px;
  width: 16px; height: 8px; background: var(--amber);
  border-radius: 16px 16px 0 0;
}
.horizon--sun::after { left: var(--sun-ratio); }
.horizon--short { max-width: 220px; }

/* Full-bleed structural horizon between page bands (dusk line) */
.horizon-edge { position: relative; height: 1px; background: rgba(255, 255, 255, 0.34); }
.horizon-edge::after {
  content: ""; position: absolute; top: -9px; left: var(--sun-ratio);
  transform: translateX(-50%);
  width: 20px; height: 9px; background: var(--amber);
  border-radius: 20px 20px 0 0;
}

/* ---------- Buttons (the one rounded element) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.95rem 1.9rem; border-radius: 999px;
  font-weight: 650; font-size: var(--text-sm); letter-spacing: 0.01em;
  transition: transform 0.2s cubic-bezier(0.32, 0.72, 0, 1),
              box-shadow 0.2s cubic-bezier(0.32, 0.72, 0, 1),
              background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(0.97); }
.btn:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }
.btn--primary { background: var(--amber); color: var(--ink-navy); box-shadow: 0 6px 18px -8px rgba(242, 163, 60, 0.7); }
.btn--primary:hover { background: #f5b055; box-shadow: 0 10px 24px -8px rgba(242, 163, 60, 0.75); }
.btn--ghost { border: 1.5px solid var(--ghost-bd); color: var(--ghost-fg); background: transparent; }
.btn--ghost:hover { border-color: var(--ghost-fg); background: rgba(255, 255, 255, 0.07); }
.section--paper .btn--ghost:hover, .section--sand .btn--ghost:hover { background: rgba(14, 58, 84, 0.05); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-deep); }
.btn--lg { padding: 1.15rem 2.4rem; font-size: var(--text-base); }

/* ---------- Top utility line ---------- */
.utility-line {
  background: #061a26; color: rgba(224, 235, 242, 0.72);
  font-size: var(--text-xs); letter-spacing: 0.02em;
}
.utility-line__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.45rem 0;
}
.utility-line a { color: var(--white); font-weight: 650; font-variant-numeric: tabular-nums; }
.utility-line a:hover { color: var(--amber); }
@media (max-width: 560px) { .utility-line__span { display: none; } .utility-line__inner { justify-content: center; } }

/* ---------- Header (dark chrome) ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(8, 33, 47, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.site-header.is-scrolled { box-shadow: 0 14px 34px -18px rgba(0, 0, 0, 0.55); background: rgba(7, 28, 40, 0.94); }
.site-header__inner {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.site-logo { display: flex; align-items: center; gap: 0.75rem; }
.site-logo__icon { width: 42px; height: 42px; flex-shrink: 0; }
.site-logo__word {
  font-family: "DM Serif Display", Georgia, serif; font-weight: 400;
  font-size: 1.34rem; color: var(--white); line-height: 0.98;
  letter-spacing: 0.005em;
}
@media (max-width: 560px) {
  .site-logo__icon { width: 36px; height: 36px; }
  .site-logo__word { font-size: 1.14rem; }
  .site-header__inner { gap: 0.75rem; }
  .header-actions { gap: 0.5rem; }
  .header-actions .btn { padding: 0.65rem 1rem; font-size: var(--text-xs); }
  .nav-toggle { padding: 6px; }
}
.site-nav { display: flex; gap: 1.9rem; }
.site-nav a {
  font-size: var(--text-sm); font-weight: 550; color: rgba(224, 235, 242, 0.72);
  padding: 0.4rem 0; position: relative;
}
.site-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;
  background: var(--amber); transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.32, 0.72, 0, 1);
}
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 1.1rem; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.header-phone a { font-weight: 700; color: var(--white); font-size: 1.02rem; font-variant-numeric: tabular-nums; }
.header-phone a:hover { color: var(--amber); }
.header-phone small { font-size: 0.72rem; color: rgba(224, 235, 242, 0.55); letter-spacing: 0.04em; text-transform: uppercase; }
.nav-toggle { display: none; }

/* Compress header spacing before collapsing to mobile nav */
@media (max-width: 1200px) {
  .site-nav { gap: 1.3rem; }
  .header-actions { gap: 0.8rem; }
  .site-header__inner { gap: 1rem; }
}

/* Mobile nav */
@media (max-width: 1023px) {
  .site-nav { display: none; position: fixed; inset: var(--header-h) 0 auto 0;
    background: var(--ink-navy); flex-direction: column; gap: 0;
    padding: 0.5rem 1.5rem 1.5rem; border-bottom: 2px solid var(--amber);
    box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.6);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 0.85rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .site-nav a::after { display: none; }
  .header-phone { display: none; }
  .nav-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px; }
  .nav-toggle span { width: 22px; height: 2px; background: var(--white); transition: transform 0.25s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.2s; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ============================================================
   HERO — full-bleed photography burning against dark chrome,
   weight-contrast headline, offer panel, ONE button.
   ============================================================ */
.hero {
  position: relative; min-height: min(90svh, 860px);
  display: flex; align-items: flex-end; overflow: hidden;
  background: var(--ink-navy);
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(76deg, rgba(7, 26, 37, 0.9) 0%, rgba(7, 26, 37, 0.52) 46%, rgba(7, 26, 37, 0.06) 78%);
}
.hero__content {
  position: relative; z-index: 2; max-width: 760px; color: var(--white);
  padding: clamp(5rem, 10vw, 7.5rem) 0 clamp(3.25rem, 6.5vw, 5rem);
}
.hero__content h1 {
  color: var(--white); margin: 0 0 1.5rem;
  font-size: var(--text-hero); line-height: 0.99;
}
/* Offer panel: the promotion IS the hero's second act */
.hero-offer {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid var(--amber);
  background: rgba(8, 30, 43, 0.72);
  backdrop-filter: blur(8px);
  padding: 1.3rem 1.6rem 1.4rem;
  max-width: 520px; margin-bottom: 1.9rem;
}
.hero-offer strong {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: var(--text-lg); color: var(--amber); margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}
.hero-offer p { font-size: var(--text-sm); color: rgba(236, 243, 247, 0.88); margin-bottom: 0.85rem; }
.hero-offer ul { display: flex; flex-direction: column; gap: 0.4rem; }
.hero-offer li { position: relative; padding-left: 1.5rem; font-size: var(--text-xs); color: rgba(219, 231, 238, 0.78); }
.hero-offer li::before {
  content: ""; position: absolute; left: 0; top: 0.45em;
  width: 13px; height: 6.5px; background: var(--amber); border-radius: 13px 13px 0 0;
}
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }

@media (prefers-reduced-motion: no-preference) {
  .hero__bg img { animation: heroSettle 1.8s cubic-bezier(0.22, 1, 0.36, 1) both; }
  .hero__content > * { opacity: 0; transform: translateY(24px); animation: rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
  .hero__content > *:nth-child(2) { animation-delay: 0.12s; }
  .hero__content > *:nth-child(3) { animation-delay: 0.24s; }
}
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes heroSettle { from { transform: scale(1.05); } to { transform: scale(1); } }

/* ============================================================
   LEDGER — company facts as an editorial frieze (light-on-dark)
   ============================================================ */
.ledger {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: clamp(1.8rem, 4vw, 2.75rem) 0;
}
.ledger > div { padding: 0.25rem clamp(1rem, 2.5vw, 2rem); }
.ledger > div + div { border-left: 1px solid var(--mull); }
.ledger strong {
  display: block; font-family: var(--font-display); font-weight: 260;
  font-variation-settings: "opsz" 96;
  font-size: clamp(2.1rem, 4.4vw, 3.6rem); line-height: 1.05;
  letter-spacing: -0.03em; color: var(--fg-strong);
  font-variant-numeric: tabular-nums;
}
.ledger span { font-size: var(--text-xs); color: var(--fg-soft); letter-spacing: 0.02em; }
.ledger .stars { color: var(--amber); letter-spacing: 1px; font-size: 0.6em; vertical-align: 0.35em; }
@media (max-width: 920px) {
  .ledger { grid-template-columns: 1fr 1fr; row-gap: 1.5rem; }
  .ledger > div:nth-child(3) { border-left: 0; }
}
@media (max-width: 480px) {
  .ledger { grid-template-columns: 1fr; }
  .ledger > div { border-left: 0 !important; padding-left: 0; }
  .ledger > div + div { border-top: 1px solid var(--mull); padding-top: 1.25rem; }
}
.stars { color: var(--amber); letter-spacing: 2px; }
.section--paper .stars, .section--sand .stars, .pane--sand .stars, .ctx-light .stars { color: var(--amber-deep); }

/* ============================================================
   GLAZE — the signature primitive, now light-on-dark by default.
   ============================================================ */
.glaze {
  display: grid; gap: 1px;
  background: var(--mull);
  border: 2px solid var(--frame-c);
}
.glaze > * { background: var(--pane-bg); padding: clamp(1.5rem, 3vw, 2.2rem); min-width: 0; }
.glaze--12 { grid-template-columns: repeat(12, 1fr); }
.glaze--2 { grid-template-columns: repeat(2, 1fr); }
.glaze--3 { grid-template-columns: repeat(3, 1fr); }
.glaze--4 { grid-template-columns: repeat(4, 1fr); }
.pane--img { padding: 0; position: relative; }
.pane--img img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }
.pane--navy { background: var(--navy) !important; }
.pane--sand { background: var(--sand-deep) !important; }
.pane h3 { margin-bottom: 0.5rem; }
.pane p { font-size: var(--text-sm); color: var(--fg-soft); }
.pane__link {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.1rem;
  font-weight: 650; font-size: var(--text-sm); color: var(--fg-strong);
}
.pane__link::after { content: "→"; transition: transform 0.25s cubic-bezier(0.32, 0.72, 0, 1); color: var(--amber); }
.pane__link:hover::after { transform: translateX(4px); }
/* Span utilities (12-col glaze) */
.sp-3 { grid-column: span 3; } .sp-4 { grid-column: span 4; }
.sp-5 { grid-column: span 5; } .sp-6 { grid-column: span 6; }
.sp-7 { grid-column: span 7; } .sp-8 { grid-column: span 8; }
.rs-2 { grid-row: span 2; }
@media (max-width: 920px) {
  .glaze--12, .glaze--3, .glaze--4 { grid-template-columns: 1fr 1fr; }
  .sp-3, .sp-4, .sp-5, .sp-6, .sp-7, .sp-8 { grid-column: span 2; }
  .rs-2 { grid-row: auto; }
}
@media (max-width: 600px) {
  .glaze--12, .glaze--2, .glaze--3, .glaze--4 { grid-template-columns: 1fr; }
  .sp-3, .sp-4, .sp-5, .sp-6, .sp-7, .sp-8 { grid-column: auto; }
}
/* Pane glazing-in: quick opacity stagger once the frame is visible */
@media (prefers-reduced-motion: no-preference) {
  .glaze > * { opacity: 0; transition: opacity 0.55s ease; }
  .glaze.is-visible > * { opacity: 1; }
  .glaze.is-visible > *:nth-child(2) { transition-delay: 0.07s; }
  .glaze.is-visible > *:nth-child(3) { transition-delay: 0.14s; }
  .glaze.is-visible > *:nth-child(4) { transition-delay: 0.21s; }
  .glaze.is-visible > *:nth-child(5) { transition-delay: 0.28s; }
  .glaze.is-visible > *:nth-child(6) { transition-delay: 0.35s; }
  .glaze.is-visible > *:nth-child(7) { transition-delay: 0.42s; }
  .glaze.is-visible > *:nth-child(8) { transition-delay: 0.49s; }
  .glaze.is-visible > *:nth-child(9) { transition-delay: 0.56s; }
}

/* ============================================================
   SPLIT — the 71/29 mullion ratio as a layout grid.
   ============================================================ */
.split {
  display: grid; grid-template-columns: minmax(0, 71fr) minmax(0, 29fr);
  gap: clamp(2rem, 5vw, 4.5rem); align-items: start;
}
.split--rev { grid-template-columns: minmax(0, 29fr) minmax(0, 71fr); }
.split--half { grid-template-columns: 1fr 1fr; align-items: center; }
.split--center { align-items: center; }
@media (max-width: 920px) {
  .split, .split--rev, .split--half { grid-template-columns: 1fr; }
}

/* ---------- Framed image (window joinery, context-aware sill) ---------- */
.frame {
  border: 1px solid var(--mull);
  border-bottom: 6px solid var(--frame-c);
  overflow: hidden; background: var(--ink-navy);
}
.frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.frame--43 { aspect-ratio: 4 / 3; }
.frame--169 { aspect-ratio: 16 / 9; }

/* ---------- Hairline list (editorial rows, top rules only) ---------- */
.rowlist > * { border-top: 1px solid var(--mull); padding: 1.3rem 0 0.35rem; }
.rowlist > * + * { margin-top: 1.1rem; }
.rowlist h3 { margin-bottom: 0.35rem; }
.rowlist p { font-size: var(--text-sm); color: var(--fg-soft); }

/* ============================================================
   SILLLINE — the process treatment (drawn sill + sun markers)
   ============================================================ */
.sillline { position: relative; padding-top: 10px; }
.sillline::before {
  content: ""; position: absolute; top: 8px; left: 0; right: 0; height: 2px;
  background: var(--rule); transform-origin: left;
}
.sillline ol {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.sillline--3 ol { grid-template-columns: repeat(3, 1fr); }
.sillline li { position: relative; padding-top: 1.9rem; }
.sillline li::before {
  content: ""; position: absolute; top: -9px; left: 2px;
  width: 16px; height: 8px; background: var(--amber);
  border-radius: 16px 16px 0 0;
}
.sillline h3 { font-size: var(--text-lg); margin-bottom: 0.45rem; }
.sillline p { font-size: var(--text-sm); color: var(--fg-soft); }
@media (max-width: 700px) {
  .sillline { padding-top: 0; padding-left: 22px; }
  .sillline::before { top: 4px; bottom: 4px; left: 6px; right: auto; width: 2px; height: auto; transform-origin: top; }
  .sillline ol, .sillline--3 ol { grid-template-columns: 1fr; gap: 2rem; }
  .sillline li { padding-top: 0; }
  .sillline li::before { top: 4px; left: -24px; width: 8px; height: 16px; border-radius: 0 16px 16px 0; }
}
@media (prefers-reduced-motion: no-preference) {
  .sillline::before { transform: scaleX(0); transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1); }
  .sillline li { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
  .sillline.is-visible::before { transform: scaleX(1); }
  .sillline.is-visible li { opacity: 1; transform: none; }
  .sillline.is-visible li:nth-child(2) { transition-delay: 0.22s; }
  .sillline.is-visible li:nth-child(3) { transition-delay: 0.44s; }
  .sillline.is-visible li:nth-child(4) { transition-delay: 0.66s; }
  @media (max-width: 700px) {
    .sillline::before { transform: scaleY(0); }
    .sillline.is-visible::before { transform: scaleY(1); }
  }
}

/* ============================================================
   FACES — every review shows a face (hard client directive).
   Zoom crops push staged-image edge artifacts out of the circle.
   ============================================================ */
.face {
  width: 52px; height: 52px; border-radius: 50%; overflow: hidden;
  flex-shrink: 0; position: relative;
  box-shadow: 0 0 0 2px var(--mull);
  background: var(--ink-navy);
}
.face img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); transform-origin: 50% 42%; }
.face--zoom-hi img { transform: scale(1.55); transform-origin: 50% 32%; }
.face--zoom-lo img { transform: scale(1.55); transform-origin: 50% 62%; }
.face--lg { width: 72px; height: 72px; }

/* ---------- Quotes (reviews) ---------- */
.review-pane { display: flex; flex-direction: column; gap: 0.9rem; }
.review-pane .stars { font-size: 0.8rem; }
.review-pane blockquote { font-size: var(--text-base); color: var(--fg); }
.review-pane footer {
  margin-top: auto; padding-top: 0.95rem; border-top: 1px solid var(--mull);
  font-size: var(--text-sm);
  display: flex; align-items: center; gap: 0.85rem;
}
.review-pane cite { font-style: normal; font-weight: 650; color: var(--fg-strong); display: block; }
.review-pane footer span { color: var(--fg-soft); }

.pullquote blockquote {
  font-family: var(--font-display); font-weight: 300;
  font-variation-settings: "opsz" 96;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem); line-height: 1.35;
  letter-spacing: -0.01em; color: var(--fg-strong);
}
.pullquote footer {
  margin-top: 1.5rem; font-size: var(--text-sm); color: var(--fg-soft);
  display: flex; align-items: center; gap: 0.9rem;
}
.pullquote cite { font-style: normal; font-weight: 700; color: var(--fg-strong); }

/* ============================================================
   STATEMENT — one giant display-scale line (warranty block)
   ============================================================ */
.statement {
  font-family: var(--font-display); font-variation-settings: "opsz" 96;
  font-size: clamp(2.1rem, 5.6vw, 4.4rem); line-height: 1.06;
  letter-spacing: -0.028em; color: var(--fg-strong);
  text-wrap: balance; max-width: 18ch;
}
.statement .wt-light { color: var(--fg-soft); }
.statement-note { margin-top: 1.5rem; font-size: var(--text-base); color: var(--fg-soft); max-width: 52ch; }

/* ---------- Forms ---------- */
.form-field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.15rem; }
.form-field label { font-size: var(--text-sm); font-weight: 600; color: var(--fg-strong); }
.form-field input, .form-field select, .form-field textarea {
  padding: 0.85rem 1.05rem; border: 1.5px solid rgba(11, 34, 51, 0.2); border-radius: 2px;
  background: var(--white); color: var(--ink); width: 100%;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--amber-deep); box-shadow: 0 0 0 3px rgba(242, 163, 60, 0.28);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-note { font-size: var(--text-xs); color: var(--fg-soft); margin-top: 0.9rem; }

/* The quote panel is a window that GLOWS against the dark page */
.quote-panel {
  background: var(--white);
  border: 2px solid var(--ink-navy);
  border-top: 6px solid var(--amber);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.55);
  padding: clamp(1.75rem, 4vw, 2.4rem);
}
.quote-panel h3 { font-size: var(--text-xl); margin-bottom: 0.4rem; color: var(--ink-navy); }
.quote-panel > p { font-size: var(--text-sm); color: var(--ink-soft); margin-bottom: 1.6rem; }

/* ============================================================
   COMPACT QUOTE BAR — scroll-triggered, desktop only. A slim
   hairline bar docked at the bottom; same we-quote-form contract.
   ============================================================ */
.quote-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 58;
  background: rgba(6, 24, 35, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  transform: translateY(110%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  display: none;
}
.quote-bar::before {
  content: ""; position: absolute; top: -8px; left: var(--sun-ratio);
  transform: translateX(-50%);
  width: 18px; height: 8px; background: var(--amber);
  border-radius: 18px 18px 0 0;
}
.quote-bar.is-visible { transform: translateY(0); }
.quote-bar__inner {
  display: flex; align-items: center; gap: 1.1rem;
  padding-top: 0.7rem; padding-bottom: 0.7rem;
}
.quote-bar__label {
  font-family: var(--font-display); font-weight: 650; font-size: var(--text-base);
  color: var(--white); white-space: nowrap; letter-spacing: -0.01em;
}
.quote-bar form { display: flex; align-items: center; gap: 0.7rem; flex: 1; }
.quote-bar input {
  flex: 1; min-width: 0; padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 2px;
  background: rgba(255, 255, 255, 0.08); color: var(--white);
  font-size: var(--text-sm);
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.quote-bar input::placeholder { color: rgba(219, 231, 238, 0.55); }
.quote-bar input:focus { outline: none; border-color: var(--amber); background: rgba(255, 255, 255, 0.12); }
.quote-bar .btn { padding: 0.6rem 1.4rem; }
.quote-bar__close {
  color: rgba(219, 231, 238, 0.6); font-size: 1.3rem; line-height: 1;
  padding: 0.5rem 0.6rem; flex-shrink: 0;
}
.quote-bar__close:hover { color: var(--white); }
.quote-bar [role="status"] { color: var(--white); flex: 1; }
@media (min-width: 1024px) { .quote-bar { display: block; } }

/* ============================================================
   CTA HORIZON — closing band. On the dark page the band is a
   deeper ink field under a dusk hairline; the sun still rises
   at the 71% mark.
   ============================================================ */
.cta-horizon {
  position: relative; background: var(--ink-navy); color: var(--white);
  margin-top: 64px;
}
.cta-horizon::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: rgba(255, 255, 255, 0.34);
}
.cta-horizon::before {
  content: ""; position: absolute; top: -46px; left: var(--sun-ratio);
  transform: translateX(-50%); z-index: 1;
  width: 92px; height: 46px; background: var(--amber);
  border-radius: 92px 92px 0 0;
}
.cta-horizon__inner {
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  display: flex; align-items: center; justify-content: space-between;
  gap: 2.5rem; flex-wrap: wrap;
}
.cta-horizon h2 { color: var(--white); font-size: var(--text-2xl); margin-bottom: 0.5rem; max-width: 22ch; }
.cta-horizon p { color: rgba(236, 243, 247, 0.72); max-width: 44ch; }
.cta-horizon__promo {
  margin-top: 0.8rem; font-size: var(--text-xs); color: rgba(219, 231, 238, 0.6);
}
.cta-horizon__promo strong { color: var(--amber); font-weight: 700; }
.cta-horizon__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 700px) {
  .cta-horizon::before { left: 78%; width: 68px; height: 34px; top: -34px; }
}

/* ============================================================
   PAGE HEAD — interior pages open dark and editorial.
   ============================================================ */
.page-head { padding: clamp(3.25rem, 6.5vw, 5.5rem) 0 0; }
.page-head__grid {
  display: grid; grid-template-columns: minmax(0, 71fr) minmax(0, 29fr);
  gap: clamp(2rem, 5vw, 4rem); align-items: end;
  padding-bottom: clamp(2.25rem, 4.5vw, 3.5rem);
}
.page-head h1 { max-width: 16ch; }
.page-head .lede { margin-top: 1.4rem; }
.page-head__aside { font-size: var(--text-sm); color: var(--fg-soft); }
.page-head__aside .frame { margin-bottom: 1rem; }
@media (max-width: 920px) {
  .page-head__grid { grid-template-columns: 1fr; align-items: start; }
  .page-head__aside { max-width: 480px; }
}
@media (prefers-reduced-motion: no-preference) {
  .page-head h1, .page-head .lede { opacity: 0; transform: translateY(18px); animation: rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
  .page-head .lede { animation-delay: 0.1s; }
  .page-head__aside { opacity: 0; animation: rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards; }
}

/* ---------- Footer ---------- */
.site-footer {
  background: #071c29; color: rgba(224, 235, 242, 0.72); font-size: var(--text-sm);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer a:hover { color: var(--amber); }
.site-footer__main {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 2.5rem;
  padding: 4rem 0 3rem;
}
@media (max-width: 920px) { .site-footer__main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__main { grid-template-columns: 1fr; } }
.site-footer h4 {
  font-family: var(--font-body); font-size: var(--text-xs); font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(224, 235, 242, 0.45);
  margin-bottom: 1.1rem;
}
.site-footer li { margin-bottom: 0.6rem; }
.footer-logo__icon { width: 52px; height: 52px; margin-bottom: 1rem; }
.footer-brand p { max-width: 34ch; font-size: var(--text-sm); }
.site-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.4rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: var(--text-xs); color: rgba(224, 235, 242, 0.45);
}

/* ---------- Scroll reveal (generic) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
  .reveal.is-visible { opacity: 1; transform: none; }
  .reveal-stagger > * { opacity: 0; transform: translateY(24px); transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
  .reveal-stagger.is-visible > * { opacity: 1; transform: none; }
  .reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.08s; }
  .reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.16s; }
  .reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.24s; }
  .reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.32s; }
  .reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.4s; }
  /* Horizon draw */
  .horizon::before { transform: scaleX(0); transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }
  .horizon::after { opacity: 0; transform: translateY(5px); transition: opacity 0.5s ease 0.55s, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.55s; }
  .horizon.is-visible::before { transform: scaleX(1); }
  .horizon.is-visible::after { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .glaze > *, .sillline::before, .sillline li { opacity: 1; transform: none; }
  .quote-bar { transition: none; }
}

/* ---------- Mobile sticky call bar ---------- */
.mobile-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 55;
  background: #061a26; border-top: 2px solid var(--amber);
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  gap: 0.8rem;
}
.mobile-cta a { flex: 1; text-align: center; padding: 0.8rem; border-radius: 999px; font-weight: 700; font-size: var(--text-sm); }
.mobile-cta__call { background: rgba(255, 255, 255, 0.1); color: var(--white); border: 1px solid rgba(255, 255, 255, 0.25); }
.mobile-cta__quote { background: var(--amber); color: var(--ink-navy); }
@media (max-width: 700px) { .mobile-cta { display: flex; } body { padding-bottom: 64px; } }

/* Phone links stay readable on every dark surface */
.cta-horizon a[href^="tel:"], .site-footer a[href^="tel:"], .hero a[href^="tel:"] { color: var(--white); }
.cta-horizon a[href^="tel:"]:hover, .site-footer a[href^="tel:"]:hover { color: var(--amber); }

/* ---------- Misc ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  border: 1px solid var(--mull); color: var(--fg);
  padding: 0.3rem 0.8rem;
  font-size: var(--text-xs); font-weight: 650; letter-spacing: 0.04em;
}
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.section-head { max-width: 720px; margin-bottom: clamp(2.25rem, 5vw, 3.5rem); }
.section-head--right { margin-left: auto; text-align: left; }
.section-head .lede { margin-top: 0.9rem; }

/* FAQ: hairline rows, no boxes */
.faq { max-width: 760px; }
.faq details { border-top: 1px solid var(--mull); padding: 1.1rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--mull); }
.faq summary {
  cursor: pointer; font-weight: 650; font-size: var(--text-base); color: var(--fg-strong);
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--font-display); font-size: 1.4rem;
  color: var(--amber); flex-shrink: 0; transition: transform 0.25s cubic-bezier(0.32, 0.72, 0, 1);
}
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin-top: 0.9rem; font-size: var(--text-sm); color: var(--fg-soft); max-width: 62ch; }
