/* ==========================================================================
   BLUE BISON CONSTRUCTION · Kitchen remodel landing page
   One stylesheet for index / thanks / privacy.

   Identity follows the client logo: brand blue #006EB5 and its tints, white,
   and deep shades of the same hue for dark bands. Type is Libre Franklin:
   heavy (800/900) for headings like the "Blue Bison" wordmark, light (300)
   uppercase and widely tracked for eyebrows and labels like "CONSTRUCTION".
   A blueprint motif (dimension-line eyebrows, a faint drafting grid on the
   dark bands) carries the design-first idea.

   Structure borrowed from the two reference builds:
     texan   → dark hero + floating form card, stepper rail, dark filmstrip,
               <details> FAQ, photo-backed final form, two-button sticky bar
     spartan → 4-up credentials strip, feature splits, silent photo band,
               FAQ split with photo panel, call bar that retracts at the
               final form, restrained parallax
   ========================================================================== */

/* ---------- Self-hosted font (latin subset, from Google Fonts) ----------
   One variable file covers weights 300 to 900. */
@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 300 900; font-display: swap;
  src: url('../fonts/libre-franklin-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* Metric-matched Arial so the swap to Libre Franklin barely reflows the H1 */
@font-face { font-family: 'Libre Franklin Fallback'; src: local('Arial'); size-adjust: 104%; ascent-override: 92%; descent-override: 24%; line-gap-override: 0%; }

:root {
  /* Colour: logo blue, logo tints, and deep shades of the same hue */
  --blue: #006eb5;         /* brand blue: CTAs, links, accents, eyebrows (5.4:1 on white) */
  --blue-hover: #005a94;   /* same hue, darker */
  --aqua: #95ccdd;         /* logo aqua: accents + small text on the dark blues only */
  --tint-1: #bfdbed;
  --tint-2: #dfedf6;
  --tint-3: #eff6fa;
  --paper: #f7fafc;        /* very cool off-white page background */
  --card: #fff;
  --dark: #0a3a63;         /* dark band: hero, pricing, cards */
  --dark-2: #0e4a7c;       /* hover on dark */
  --deep: #062744;         /* deepest: headings, gallery, footer */
  --text: #16324d;
  --muted: #45627d;        /* 6.3:1 on white */
  --hair: rgba(6, 39, 68, .13);
  --hair-soft: rgba(6, 39, 68, .07);
  --line-dk: rgba(191, 219, 237, .18);
  --on-dark: rgba(255, 255, 255, .88);
  --on-dark-mut: rgba(255, 255, 255, .72);
  --danger: #b42318;       /* functional error red, not a brand colour */

  /* Gold: the brass hardware and gold fixtures in the kitchens. An ACCENT only (rules,
     marks, numerals, nodes, hover details). Blue stays dominant; CTAs stay blue/white.
       --gold       decorative lines and marks on light or dark (2.4:1 on white, so never text there)
       --gold-light marks + small text on the dark blues (6.4:1 on #0A3A63, 8.4:1 on #062744)
       --gold-deep  the only gold allowed as TEXT on light (5.0:1 white, 4.8:1 paper, 4.6:1 #EFF6FA) */
  --gold: #c5a15a;
  --gold-light: #d9bd7e;
  --gold-deep: #8c6a2c;
  --gold-hair: rgba(197, 161, 90, .55);
  --gold-hair-dk: rgba(217, 189, 126, .4);

  /* Type */
  --display: 'Libre Franklin', 'Libre Franklin Fallback', 'Franklin Gothic Medium', Arial, sans-serif;
  --body: 'Libre Franklin', 'Libre Franklin Fallback', 'Segoe UI', system-ui, -apple-system, sans-serif;

  /* Layout */
  --maxw: 1320px;          /* every section sits in this centred container */
  --gut: clamp(1rem, 4vw, 3rem);
  /* Vertical rhythm: one section-padding scale + one set of in-section gaps */
  --band: clamp(4.75rem, 8.5vw, 9rem);        /* standard section padding (top and bottom) */
  --band-sm: clamp(2.25rem, 4vw, 3.25rem); /* thin bands: trust strip */
  --sp-eyebrow: 1rem;                      /* eyebrow → heading */
  --sp-head: 1.25rem;                      /* heading → body */
  --sp-block: 1.75rem;                     /* body → list / list → next */
  --sp-cta: 2.25rem;                       /* last text → CTA row */
  --sp-section-head: clamp(2.5rem, 4.5vw, 3.75rem); /* section header → section content */
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --ease-lux: cubic-bezier(.19, 1, .22, 1);   /* long, soft settle for reveals */
  --r: 12px;
  --r-sm: 8px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --head-h: 72px;

  --grid: linear-gradient(rgba(191, 219, 237, .05) 1px, transparent 1px),
          linear-gradient(90deg, rgba(191, 219, 237, .05) 1px, transparent 1px);
  /* Fine film grain for the dark bands only (a 160px SVG noise tile at very low alpha) */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  /* Layered soft shadows: a tight contact shadow plus a long, faint ambient one */
  --shadow-1: 0 1px 2px rgba(6, 39, 68, .05), 0 12px 28px -16px rgba(6, 39, 68, .28);
  --shadow-2: 0 1px 2px rgba(6, 39, 68, .06), 0 20px 40px -24px rgba(6, 39, 68, .35), 0 60px 100px -60px rgba(6, 39, 68, .45);
  --shadow-3: 0 2px 6px rgba(0, 0, 0, .08), 0 30px 60px -30px rgba(0, 0, 0, .45), 0 80px 140px -60px rgba(0, 0, 0, .55);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--head-h) + 12px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
figure { margin: 0; }
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 800;
  color: var(--deep);
  margin: 0;
  line-height: 1.06;
  letter-spacing: -.02em;
  text-wrap: balance;
}
h3, h4 { font-weight: 700; letter-spacing: -.012em; }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
/* On the dark blues the focus ring switches to the logo aqua so it stays visible */
.hero :focus-visible, .on-dark :focus-visible, .pricing :focus-visible, .gallery :focus-visible,
.faq-card :focus-visible, .final :focus-visible, .site-footer :focus-visible, .thanks-hero :focus-visible { outline-color: var(--aqua); }
.form-card :focus-visible { outline-color: var(--blue); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: var(--blue); color: #fff; padding: .7rem 1rem; border-radius: var(--r-sm); text-decoration: none; }
.skip-link:focus { top: 1rem; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gut); padding-right: var(--gut); }
.band { padding: var(--band) 0; position: relative; }

/* ---------- Eyebrow with a drafting dimension line ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-family: var(--body); font-weight: 500; font-size: .76rem; line-height: 1.3;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--blue); margin: 0 0 var(--sp-eyebrow);
}
.eyebrow::before {
  content: ""; flex: 0 0 36px; height: 9px;
  border-left: 1px solid var(--gold); border-right: 1px solid var(--gold);
  background: linear-gradient(var(--gold), var(--gold)) center / 100% 1px no-repeat;
}
.on-dark .eyebrow, .eyebrow.on-dark { color: var(--aqua); }
.on-dark .eyebrow::before, .hero .eyebrow::before { border-color: var(--gold-light); background-image: linear-gradient(var(--gold-light), var(--gold-light)); }

.h2 { font-size: clamp(2rem, 3.7vw, 3.3rem); line-height: 1.03; letter-spacing: -.034em; margin-bottom: var(--sp-head); }
/* The last element of any text block never adds stray space under it */
.inner > :last-child, .sec-head > :last-child, .process-intro > :last-child, .tl-body > :last-child { margin-bottom: 0; }
.lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--muted); }
.on-dark { color: var(--on-dark); }
.on-dark h2, .on-dark h3 { color: #fff; }
.on-dark .lede { color: var(--on-dark-mut); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--body); font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  text-decoration: none; line-height: 1.2;
  padding: 1rem 1.6rem; min-height: 50px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
  position: relative; overflow: hidden; isolation: isolate;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; transition: transform .35s var(--ease-out); }
/* Micro-interactions: a light sheen sweeps across, arrow icons nudge forward, press sinks.
   All transform/opacity. */
.btn::after, .btn-submit::after, .mast-call::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .28) 50%, transparent 65%);
  transform: translateX(-110%); transition: transform .8s var(--ease-out);
}
.btn-light::after { background: linear-gradient(105deg, transparent 35%, rgba(0, 110, 181, .1) 50%, transparent 65%); }
.btn:hover::after, .btn-submit:hover::after, .mast-call:hover::after { transform: translateX(110%); }
.btn:hover svg:last-child:not(:first-child) { transform: translateX(4px); }
.btn:active, .btn-submit:active, .mast-call:active { transform: translateY(0) scale(.98); transition-duration: .12s; }
.btn { font-weight: 700; }
/* Primary: brand blue, white text (5.4:1). Used on white and light-tint sections. */
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 26px -14px rgba(0, 110, 181, .95); }
.btn-primary:hover { background: var(--blue-hover); transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--gold-light), 0 18px 32px -14px rgba(0, 110, 181, .95); }
/* Light: white with brand-blue text. The primary CTA on the dark blue bands. */
.btn-light { background: #fff; color: var(--blue); box-shadow: 0 14px 30px -16px rgba(0, 0, 0, .55); }
.btn-light:hover { background: #fff; color: var(--blue-hover); transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--gold), 0 18px 34px -16px rgba(0, 0, 0, .6); }
.btn-ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: #fff; color: var(--blue); border-color: var(--gold-light); }

.text-link {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 700; color: var(--blue); text-decoration: none;
  border-bottom: 1.5px solid var(--tint-1); padding-bottom: 3px;
  transition: gap .35s var(--ease-out), color .2s, border-color .3s;
}
.text-link svg { width: 16px; height: 16px; }
.text-link:hover { gap: .8rem; color: var(--blue-hover); border-bottom-color: var(--gold); }
.on-dark .text-link { color: #fff; border-bottom-color: var(--aqua); }
.on-dark .text-link:hover { color: #fff; border-bottom-color: var(--gold-light); }

/* ==========================================================================
   MASTHEAD (sticky, no nav)
   ========================================================================== */
/* Header shrink without layout shift: the header box keeps its height; on scroll the
   background layer scales down from the top and the contents slide up and scale a touch. */
.masthead { position: sticky; top: 0; z-index: 40; --shrink-k: .84; --shrink-y: -6px; }
.masthead::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(255, 255, 255, .96);
  -webkit-backdrop-filter: saturate(1.4) blur(10px); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--hair);
  transform-origin: 50% 0; transition: transform .45s var(--ease-out), box-shadow .45s;
}
.masthead.is-scrolled::before { transform: scaleY(var(--shrink-k)); box-shadow: 0 10px 30px -22px rgba(6, 39, 68, .55); }
.masthead-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--head-h); transition: transform .45s var(--ease-out); }
.masthead.is-scrolled .masthead-in { transform: translateY(var(--shrink-y)); }
.masthead .brand-logo { transform-origin: 0 50%; transition: transform .45s var(--ease-out); }
.masthead.is-scrolled .brand-logo { transform: scale(.84); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--deep); min-width: 0; }
/* The client logo is a 219x106 PNG: shown at 52px tall (about 2x density) and never upscaled */
.brand-logo { display: block; height: 52px; width: auto; flex: 0 0 auto; }
.brand-divider { width: 1px; height: 34px; background: var(--hair); margin: 0 .5rem 0 .7rem; }
.brand-tag { font-size: .74rem; font-weight: 300; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); white-space: nowrap; }
.mast-right { display: flex; align-items: center; gap: 1rem; }
.mast-hours { text-align: right; font-size: .74rem; line-height: 1.35; color: var(--muted); }
.mast-hours strong { display: block; color: var(--deep); font-weight: 700; font-size: .8rem; }
.mast-call {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--blue); color: #fff; text-decoration: none;
  font-weight: 700; font-size: .95rem; letter-spacing: .01em; white-space: nowrap;
  padding: .7rem 1.15rem; border-radius: 999px;
  transition: background .2s, transform .35s var(--ease-out);
  position: relative; overflow: hidden; isolation: isolate;
}
.mast-call svg { width: 16px; height: 16px; color: #fff; }
.mast-call:hover { background: var(--blue-hover); transform: translateY(-1px); box-shadow: inset 0 0 0 1px var(--gold-light); }
@media (max-width: 1080px) { .mast-hours { display: none; } }
@media (max-width: 860px) { .brand-divider, .brand-tag { display: none; } }
@media (max-width: 420px) {
  :root { --head-h: 60px; }
  .masthead { --shrink-k: .9; --shrink-y: -3px; }
  .brand-logo { height: 44px; }
  .mast-call { font-size: .84rem; padding: .6rem .85rem; gap: .35rem; }
  .mast-call svg { width: 14px; height: 14px; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; background: var(--dark); color: #fff; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-img { position: absolute; left: 0; top: -7%; width: 100%; height: 114%; object-fit: cover; object-position: 48% 62%; translate: 0 var(--p, 0px); }
/* A slow settle on the photo only. Transform on an already-painted image: it never
   delays LCP, and the copy and form render immediately with no entrance at all. */
@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .hero-media { animation: hero-settle 2.4s var(--ease-out) both; }
}
@keyframes hero-settle { from { transform: scale(1.06); } to { transform: none; } }
.hero-scrim {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(100deg, rgba(4, 29, 52, .93) 0%, rgba(6, 39, 68, .82) 34%, rgba(6, 39, 68, .2) 62%, rgba(6, 39, 68, .28) 100%),
    linear-gradient(to top, rgba(4, 29, 52, .6) 0%, transparent 40%),
    radial-gradient(ellipse 120% 90% at 55% 45%, transparent 55%, rgba(3, 20, 36, .55) 100%);
}
/* A gold hairline closes the hero at the bottom edge */
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-hair) 20%, var(--gold-hair) 80%, transparent); }
.hero-in {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(2rem, 5vw, 5rem); align-items: center;
  padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(3rem, 7vw, 5.5rem);
  min-height: calc(100svh - var(--head-h));
}
.hero-copy { max-width: 660px; }
.hero .eyebrow { color: var(--aqua); }
.hero h1 {
  color: #fff; font-weight: 900;
  font-size: clamp(2.2rem, 4.4vw, 3.9rem); line-height: 1; letter-spacing: -.038em;
  text-shadow: 0 2px 30px rgba(4, 29, 52, .35);
}
/* Light tail of the two-weight headline */
.h1-lt { display: block; font-weight: 300; letter-spacing: -.03em; color: rgba(255, 255, 255, .94); }
.hero-sub { margin: 1.4rem 0 1.6rem; max-width: 50ch; font-size: clamp(1.03rem, 1.35vw, 1.16rem); color: rgba(255,255,255,.9); }
.checks { list-style: none; display: grid; gap: .7rem; margin: 0 0 2rem; }
.checks li { display: flex; gap: .75rem; align-items: flex-start; font-weight: 600; color: #fff; line-height: 1.4; }
.checks .tick {
  flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; margin-top: -1px;
  display: grid; place-items: center; background: rgba(149, 204, 221, .18); border: 1px solid rgba(149, 204, 221, .55);
}
.checks .tick svg { width: 13px; height: 13px; color: var(--aqua); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.2rem; }
.hero-call-micro { font-size: .84rem; color: var(--on-dark-mut); }
.hero-mobile-cta, .hero-mobile-micro { display: none; }
.hero-mobile-micro { width: 100%; text-align: center; font-size: .84rem; color: var(--on-dark-mut); margin-top: -.3rem; }
.eb-short { display: none; }
@media (max-width: 600px) {
  .eb-long { display: none; } .eb-short { display: inline; }
  .eyebrow { letter-spacing: .17em; font-size: .76rem; }
}

/* ---------- Form card ---------- */
.form-card {
  position: relative; background: var(--card); color: var(--text);
  border-radius: var(--r); padding: clamp(1.5rem, 2.5vw, 2.25rem);
  box-shadow: var(--shadow-3), 0 0 0 1px rgba(6, 39, 68, .05);
}
.form-card::before { /* gold dimension rule with tick ends: the drafting motif, in brass */
  content: ""; position: absolute; left: clamp(1.5rem, 2.5vw, 2.25rem); right: clamp(1.5rem, 2.5vw, 2.25rem); top: 0; height: 9px;
  border-left: 1px solid var(--gold); border-right: 1px solid var(--gold);
  background: linear-gradient(90deg, var(--gold), var(--gold-light) 50%, var(--gold)) center top / 100% 2px no-repeat;
}
.form-card h2 { text-wrap: wrap; font-size: clamp(1.35rem, 2vw, 1.62rem); line-height: 1.12; letter-spacing: -.02em; margin: .2rem 0 .4rem; }
.form-card .form-sub { font-size: .95rem; color: var(--muted); margin-bottom: 1.2rem; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem .8rem; }
.field { display: flex; flex-direction: column; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 600; color: var(--deep); margin-bottom: .32rem; letter-spacing: .01em; }
.field .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--deep);
  background: #fff; border: 1px solid rgba(6, 39, 68, .22); border-radius: var(--r-sm);
  padding: .72rem .85rem; min-height: 48px;
  transition: border-color .25s var(--ease-out), box-shadow .25s var(--ease-out), background-color .25s;
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(6, 39, 68, .4); }
.field textarea { resize: vertical; min-height: 0; }
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 2.4rem; cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23062744'%3E%3Cpath d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E") no-repeat right .8rem center / 18px;
}
.field select:invalid, .field select option[value=""] { color: #56718b; }
.field select option { color: var(--deep); }
.field input::placeholder, .field textarea::placeholder { color: #6a8298; }
/* Focus: a 2px brand-blue edge plus a soft halo (the blue edge alone is 5.4:1 against white) */
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue), 0 0 0 5px rgba(0, 110, 181, .14); background-color: #fcfeff; }
.field [aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(180, 35, 24, .12); }
.field-error { display: none; font-size: .8rem; font-weight: 500; color: var(--danger); margin: .3rem 0 0; }
.field.has-error .field-error { display: block; }
.add-details {
  display: none; grid-column: 1 / -1; justify-self: start;
  background: none; border: 0; padding: .2rem 0; font: inherit; font-size: .9rem; font-weight: 600;
  color: var(--blue); cursor: pointer; border-bottom: 1.5px dashed var(--tint-1);
}
.hp-field { position: absolute !important; left: -9999px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; }
.btn-submit {
  grid-column: 1 / -1; margin-top: .35rem; width: 100%;
  background: var(--blue); color: #fff; border: 0; cursor: pointer;
  font: inherit; font-weight: 700; font-size: 1.02rem; letter-spacing: .01em;
  padding: 1.05rem 1rem; min-height: 54px; border-radius: 999px;
  box-shadow: 0 14px 28px -16px rgba(0, 110, 181, .95);
  transition: background .2s, transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
  position: relative; overflow: hidden; isolation: isolate;
}
.btn-submit:hover { background: var(--blue-hover); transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--gold-light), 0 18px 32px -16px rgba(0, 110, 181, .95); }
.btn-submit[disabled] { opacity: .75; cursor: progress; transform: none; }
.form-status { grid-column: 1 / -1; display: none; margin: .2rem 0 0; padding: .8rem .95rem; border-radius: var(--r-sm); font-size: .9rem; line-height: 1.45; }
.form-status.is-error { display: block; background: #fdf0ef; color: #8a1c13; border: 1px solid rgba(180, 35, 24, .3); }
.form-status.is-ok { display: block; background: var(--tint-2); color: var(--deep); border: 1px solid rgba(0, 110, 181, .35); }
.form-status a { color: inherit; font-weight: 700; }
.form-micro { font-size: .8rem; line-height: 1.5; color: var(--muted); margin: 1.1rem 0 0; padding-top: 1rem; border-top: 1px solid var(--hair-soft); }
.form-micro a { color: var(--blue); font-weight: 700; }

@media (max-width: 899px) {
  /* The photo leaves the background and sits in-flow, unscrimmed, between the copy and
     the form, so a phone visitor actually sees a Blue Bison kitchen above the fold. */
  .hero { background: var(--dark); }
  .hero-scrim { display: none; }
  .hero-in { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 1.6rem; padding-top: 1.6rem; padding-bottom: 3rem; }
  .hero-sub { margin: 1rem 0 1.2rem; }
  .checks { gap: .5rem; }
  .hero-copy { order: 1; max-width: none; }
  .hero-media { position: relative; inset: auto; z-index: auto; order: 2; height: auto; aspect-ratio: 16 / 10; margin: 0 calc(var(--gut) * -1); overflow: hidden; }
  .hero-img { position: static; width: 100%; height: 100%; object-position: 50% 60%; translate: none; }
  .hero .form-card { order: 3; margin-top: -3.2rem; }
  .hero-actions .btn-ghost, .hero-call-micro { display: none; }
  .hero-mobile-cta { display: inline-flex; width: 100%; }
  .hero-mobile-micro { display: block; }
  .checks { margin-bottom: 1.3rem; }
  .add-details { display: inline-block; }
  .msg-field[data-collapsible]:not(.is-open) { display: none; }
}
@media (max-width: 520px) {
  .lead-form { grid-template-columns: 1fr; }
}

/* ==========================================================================
   TRUST STRIP (spartan stats, 4-up → 2×2)
   ========================================================================== */
.trust { background: var(--card); border-bottom: 1px solid var(--hair); }
.stats { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .55rem; padding: var(--band-sm) .9rem; min-width: 0; position: relative; }
/* A short drafting rule under each figure draws in when the strip reveals */
.stat-num::after { content: ""; display: block; width: 32px; height: 1px; margin: .75rem auto 0; background: var(--gold); transform-origin: 50% 50%; }
.js .stats > .stat .stat-num::after { transform: scaleX(0); transition: transform .9s var(--ease-out); transition-delay: calc(var(--i, 0) * 110ms + 350ms); }
.js .stats.is-visible > .stat .stat-num::after { transform: none; }
.count { display: inline-block; min-width: 2ch; text-align: right; font-variant-numeric: tabular-nums; }
.stat + .stat { border-left: 1px solid var(--hair); }
.stat-num { font-family: var(--display); font-weight: 900; font-size: clamp(1.5rem, 2.8vw, 2.2rem); line-height: 1.05; color: var(--blue); letter-spacing: -.03em; }
.stat-num em { font-style: normal; color: var(--blue); }
.stat-label { font-size: .82rem; font-weight: 500; letter-spacing: .02em; color: var(--muted); line-height: 1.4; max-width: 22ch; text-wrap: balance; }
@media (max-width: 860px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--hair); }
  .stat:nth-child(odd) { border-left: 0; }
}

/* ==========================================================================
   DESIGN-FIRST: compare band (the intro above it is a big-photo split)
   ========================================================================== */
.design-first { background: var(--paper); }
.df-dip { margin: var(--sp-block) 0 .9rem !important; font-family: var(--display); font-weight: 800; letter-spacing: -.02em; font-size: clamp(1.2rem, 1.9vw, 1.45rem); line-height: 1.25; color: var(--deep); }
.compare-band { background: var(--paper); border-top: 1px solid var(--hair-soft); }
.photo-frame { position: relative; }
.photo-frame img { width: 100%; border-radius: var(--r); box-shadow: 0 30px 60px -36px rgba(6, 39, 68, .6); }
.compare { display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-2); }
.compare-col { padding: clamp(1.6rem, 3.2vw, 2.6rem); }
.compare-col h3 { font-size: clamp(1.25rem, 1.9vw, 1.5rem); font-weight: 800; margin-bottom: 1.2rem; display: flex; align-items: center; gap: .7rem; }
.compare-col ul { list-style: none; display: grid; gap: .85rem; }
.compare-col li { position: relative; padding-left: 2rem; line-height: 1.5; }
.compare-col li::before { position: absolute; left: 0; top: .05em; width: 1.3rem; height: 1.3rem; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 700; line-height: 1; }
.compare-usual { background: var(--tint-3); color: var(--muted); }
.compare-usual h3 { color: var(--muted); }
.compare-usual li::before { content: "?"; color: var(--muted); border: 1.5px solid rgba(63, 95, 124, .45); }
.compare-ours { background: var(--dark); color: var(--on-dark); background-image: var(--grid); background-size: 28px 28px; }
.compare-ours h3 { color: #fff; }
.compare-ours li { color: #fff; }
.compare-ours li::before { content: ""; background: var(--aqua) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23062744' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 10.5l3.2 3L15 7'/%3E%3C/svg%3E") center / 70% no-repeat; }
@media (max-width: 900px) { .compare { grid-template-columns: 1fr; } }

/* ==========================================================================
   BIG-PHOTO SPLIT (design-first, open plan, pricing, white-glove)
   The photo fills its half edge to edge: full-bleed to the viewport edge and the full
   section height. The copy column (max 580px) is centred in the other half, horizontally
   and vertically, at every width, so a 2560px screen gets two balanced halves instead of
   copy hugging one side. Paragraphs stay left-aligned inside that centred column.
   ========================================================================== */
.split {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "media text";
  min-height: clamp(600px, 46vw, 920px); position: relative;
}
.split.flip { grid-template-areas: "text media"; }
.split-media { grid-area: media; position: relative; overflow: hidden; margin: 0; background: var(--tint-2); min-height: 100%; }
.split-media img { position: absolute; left: 0; top: -6%; width: 100%; height: 112%; max-width: none; object-fit: cover; translate: 0 var(--p, 0px); }
.split-text { grid-area: text; display: flex; align-items: center; justify-content: center; padding: var(--band) var(--gut); min-width: 0; }
.split-text .inner { width: 100%; max-width: 600px; }
.split-text p { max-width: 60ch; }
.on-dark .split-media { background: var(--deep); }
.design-first { min-height: clamp(560px, 40vw, 780px); }
.design-first .split-media img { object-position: 50% 60%; }
.open-plan { background: var(--tint-3); box-shadow: inset 0 1px 0 var(--hair-soft); }
.open-plan .split-media img { object-position: 30% 70%; }
.white-glove { background: var(--card); }
.white-glove .split-media img { object-position: 50% 30%; }
.pricing .split-media img { object-position: 45% 50%; }
@media (max-width: 899px) {
  .split, .split.flip { grid-template-columns: 1fr; grid-template-areas: "media" "text"; min-height: 0; }
  .split-media { aspect-ratio: 4 / 3; min-height: 0; }
  .white-glove .split-media { aspect-ratio: 4 / 4.2; }
  .white-glove .split-media img { object-position: 50% 8%; }
  .split-text { padding: calc(var(--band) * .8) var(--gut) var(--band); }
  .split-text .inner { max-width: 640px; }
}

.mini-list { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; margin: var(--sp-block) 0 var(--sp-cta); }
.mini-list li {
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--card); border: 1px solid var(--hair); border-radius: 999px;
  padding: .55rem 1rem .55rem .65rem; font-size: .9rem; font-weight: 600; color: var(--deep);
}
.mini-list svg { width: 22px; height: 22px; color: var(--gold-deep); flex: 0 0 auto; }
.wg-list { list-style: none; display: grid; gap: 1rem; margin: var(--sp-block) 0; }
.wg-list li { position: relative; padding-left: 2.1rem; line-height: 1.55; }
.wg-list li::before {
  content: ""; position: absolute; left: 0; top: .74em; width: 1.2rem; height: 1px; background: var(--gold);
}
.wg-list strong { color: var(--deep); }
/* Pull quote: gold hairline with a small brass diamond, light display type, bold lead words */
.pull { position: relative; margin: calc(var(--sp-block) + .5rem) 0 var(--sp-block); padding: 1.75rem 0 1.5rem; border-top: 1px solid var(--gold-hair); border-bottom: 1px solid var(--hair); }
.pull::before { content: ""; position: absolute; left: 0; top: -4px; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.pull-big { font-family: var(--display); font-weight: 300; font-size: clamp(1.55rem, 2.4vw, 2.1rem); line-height: 1.15; letter-spacing: -.028em; color: var(--deep); margin: 0 0 .75rem !important; text-wrap: balance; }
.pull-big strong { font-weight: 800; }
.pull figcaption { font-size: .95rem; color: var(--muted); }
.call-line { font-weight: 500; }
.call-line a { color: var(--blue); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--tint-1); }
.call-line a:hover { color: var(--blue-hover); border-bottom-color: var(--blue); }

/* ==========================================================================
   PRICING (dark brand blue + drafting grid): big-photo split, then the fee panel
   ========================================================================== */
.gallery + .pricing { box-shadow: inset 0 1px 0 var(--gold-hair-dk); }
.pricing { background: var(--dark); color: var(--on-dark); background-image: var(--grain), var(--grid); background-size: 160px 160px, 32px 32px, 32px 32px; overflow: hidden; }
/* Three beats, each on a hairline, numbered in brass */
.pw-steps { list-style: none; margin: calc(var(--sp-block) + .25rem) 0 0; border-top: 1px solid var(--line-dk); }
.pw-step { display: grid; grid-template-columns: 2.6rem minmax(0, 1fr); column-gap: 1rem; padding: 1.35rem 0 1.4rem; border-bottom: 1px solid var(--line-dk); }
.pw-step > * { grid-column: 2; }
.pw-n { grid-column: 1; grid-row: 1 / span 3; font-family: var(--display); font-weight: 400; font-size: .9rem; letter-spacing: .14em; color: var(--gold-light); padding-top: .28rem; font-variant-numeric: tabular-nums; }
.pw-step h3 { font-size: clamp(1.1rem, 1.5vw, 1.25rem); font-weight: 700; letter-spacing: -.012em; color: #fff; margin-bottom: .45rem; }
.pw-step p { margin: 0; font-size: .98rem; line-height: 1.62; }
.pw-factors { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.4rem; margin-top: 1rem; }
.pw-factors li { position: relative; padding-left: 1.15rem; font-size: .9rem; font-weight: 500; line-height: 1.4; color: #fff; }
.pw-factors li::before { content: ""; position: absolute; left: 1px; top: .5em; width: 5px; height: 5px; border: 1px solid var(--gold-light); transform: rotate(45deg); }
.pricing-close { font-family: var(--display); font-weight: 600; letter-spacing: -.012em; font-size: clamp(1.12rem, 1.6vw, 1.28rem); line-height: 1.45; color: #fff; padding-left: 1.1rem; border-left: 1px solid var(--gold-light); margin: var(--sp-block) 0 0 !important; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.4rem; }
.pricing-cta { margin-top: var(--sp-cta); }
.cta-or { font-size: .98rem; color: var(--on-dark-mut); }
.cta-or a { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--aqua); white-space: nowrap; transition: border-color .3s; }
.cta-or a:hover { border-bottom-color: var(--gold-light); }
@media (max-width: 480px) { .pw-factors { grid-template-columns: 1fr; } .pw-step { grid-template-columns: 2.2rem minmax(0, 1fr); column-gap: .6rem; } }

/* ==========================================================================
   SILENT BAND
   ========================================================================== */
.silent { position: relative; height: clamp(22rem, 58vw, 44rem); overflow: hidden; background: var(--deep); }
.silent img { position: absolute; left: 0; right: 0; top: -9%; width: 100%; height: 118%; object-fit: cover; object-position: 50% 50%; translate: 0 var(--p, 0px); }

/* ==========================================================================
   PROCESS: sticky intro + vertical timeline with a scroll-driven rail
   ========================================================================== */
.process { background: var(--card); }
.sec-head { max-width: 760px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.process-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2.5rem, 6vw, 6.5rem); align-items: start; }
.process-intro { position: sticky; top: calc(var(--head-h) + 2.5rem); }
.process-intro .lede { max-width: 40ch; }
.tl-facts { display: grid; grid-template-columns: 1fr 1fr; margin: var(--sp-block) 0; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.tl-fact { padding: 1.25rem 0 1.3rem; }
.tl-facts { border-top-color: var(--gold-hair); }
.tl-fact + .tl-fact { border-left: 1px solid var(--hair); padding-left: clamp(1rem, 2.2vw, 1.75rem); }
.tl-fact dt { font-size: .74rem; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); margin-bottom: .35rem; }
.tl-fact dd { margin: 0; font-weight: 600; color: var(--muted); font-size: 1rem; }
.tl-big { font-family: var(--display); font-weight: 300; font-size: clamp(2.6rem, 4.4vw, 3.6rem); line-height: 1; letter-spacing: -.04em; color: var(--deep); margin-right: .2rem; }

/* Phase bar, roughly to scale: design (a few weeks) then construction (about 4 months) */
.tl-phases { display: grid; grid-template-columns: 22fr 78fr; gap: 6px; margin: 0 0 var(--sp-cta); }
.tl-ph { display: flex; flex-direction: column; gap: .6rem; min-width: 0; }
.tl-ph-bar { height: 4px; border-radius: 2px; background: var(--gold); transform-origin: 0 50%; }
.tl-ph-build .tl-ph-bar { background: linear-gradient(90deg, var(--blue), #0a5a96); }
.tl-ph-lbl { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--deep); line-height: 1.35; }
.tl-ph-lbl em { display: block; font-style: normal; font-weight: 400; letter-spacing: .02em; text-transform: none; font-size: .85rem; color: var(--muted); margin-top: .15rem; }
.js .tl-ph-bar { transform: scaleX(0); transition: transform 1.2s var(--ease-io); }
.js .tl-ph-build .tl-ph-bar { transition-delay: .45s; }
.js .is-visible .tl-ph-bar { transform: none; }

.timeline { position: relative; --tl: 0; }
/* Rail: a hairline track with a brand-blue fill scaled by scroll progress (transform only) */
.tl-rail { position: absolute; left: 11px; top: 14px; bottom: 14px; width: 2px; background: var(--tint-2); border-radius: 2px; overflow: hidden; }
.tl-fill { position: absolute; inset: 0; background: linear-gradient(var(--blue), var(--gold)); transform-origin: 50% 0; transform: scaleY(var(--tl)); will-change: transform; }
.tl-steps { list-style: none; display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.tl-step { position: relative; padding-left: clamp(2.75rem, 4vw, 3.5rem); }
.tl-dot {
  position: absolute; left: 0; top: clamp(1.6rem, 2.6vw, 2.2rem); width: 24px; height: 24px; border-radius: 50%;
  background: var(--card); border: 2px solid var(--tint-1);
  transition: border-color .5s var(--ease-out), background .5s var(--ease-out);
}
.tl-dot::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--gold); transform: scale(0); transition: transform .6s var(--ease-lux); }
.tl-step.is-reached .tl-dot { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(197, 161, 90, .12); }
.tl-step.is-reached .tl-dot::after { transform: none; }
/* Cards: deep brand-blue panels with gold detailing. Each one starts muted and "lights up"
   (gold numeral, gold top rule, lifted shadow) when the scroll rail reaches it. */
.tl-card {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: clamp(4.5rem, 7vw, 6.5rem) minmax(0, 1fr); gap: 0 clamp(1rem, 2vw, 1.75rem); align-items: start;
  background: linear-gradient(135deg, #0c4271 0%, var(--dark) 45%, var(--deep) 100%);
  border: 1px solid rgba(149, 204, 221, .14); border-radius: var(--r);
  padding: clamp(1.4rem, 2.6vw, 2.1rem) clamp(1.25rem, 2.6vw, 2.25rem);
  box-shadow: 0 10px 30px -18px rgba(6, 39, 68, .55);
  transition: border-color .5s var(--ease-out), box-shadow .5s var(--ease-out), transform .5s var(--ease-out);
}
.tl-card::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, rgba(217, 189, 126, 0) 100%);
  transform: scaleX(0); transform-origin: 0 50%; transition: transform .9s var(--ease-lux);
}
.tl-card::after {
  content: ""; position: absolute; right: -18%; top: -40%; width: 60%; height: 140%; pointer-events: none;
  background: radial-gradient(closest-side, rgba(149, 204, 221, .10), rgba(149, 204, 221, 0));
}
.tl-step.is-reached .tl-card { border-color: var(--gold-hair-dk); box-shadow: 0 22px 44px -22px rgba(6, 39, 68, .7); }
.tl-step.is-reached .tl-card::before { transform: none; }
.tl-card:hover { transform: translateX(4px); border-color: var(--gold-hair); }
.tl-n {
  position: relative; z-index: 1;
  font-family: var(--display); font-weight: 300; font-size: clamp(3rem, 5.2vw, 4.5rem); line-height: .85; letter-spacing: -.05em;
  color: rgba(149, 204, 221, .35); transition: color .6s var(--ease-out); font-variant-numeric: tabular-nums;
}
.tl-step.is-reached .tl-n { color: var(--gold-light); }
.tl-body { position: relative; z-index: 1; }
.tl-when { display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); background: rgba(217, 189, 126, .08); border: 1px solid var(--gold-hair-dk); border-radius: 999px; padding: .3rem .7rem; margin: 0 0 .75rem; }
.tl-body h3 { font-size: clamp(1.2rem, 1.8vw, 1.45rem); font-weight: 800; margin-bottom: .5rem; color: #fff; }
.tl-body p:not(.tl-when) { font-size: .98rem; line-height: 1.6; color: rgba(255, 255, 255, .8); max-width: 56ch; }
@media (max-width: 900px) {
  .process-grid { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .process-intro .lede { max-width: none; }
}
@media (max-width: 560px) {
  .tl-step { padding-left: 2.25rem; }
  .tl-rail { left: 8px; }
  .tl-dot { width: 18px; height: 18px; top: 1.45rem; }
  .tl-dot::after { inset: 3px; }
  .tl-card { grid-template-columns: 1fr; padding: 1.25rem 1.2rem 1.35rem; }
  .tl-n { font-size: 2.6rem; margin-bottom: .6rem; }
  .tl-card:hover { transform: none; }
}

/* ==========================================================================
   WHAT'S INCLUDED
   ========================================================================== */
.included { background: var(--tint-3); }
.inc-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.inc-copy { position: sticky; top: calc(var(--head-h) + 2rem); }
.inc-list { list-style: none; margin-top: 1.6rem; border-top: 1px solid var(--hair); }
.inc-list li { display: flex; align-items: baseline; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--hair); font-weight: 600; color: var(--deep); }
.inc-list .n { font-family: var(--display); font-weight: 400; letter-spacing: .1em; color: var(--gold-deep); font-size: .85rem; min-width: 1.8rem; font-variant-numeric: tabular-nums; }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(.9rem, 1.8vw, 1.4rem); }
.tile { background: var(--card); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-1); transition: transform .4s var(--ease-out), box-shadow .4s; }
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.tile-img { aspect-ratio: 4 / 5; overflow: hidden; }
.tile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.tile:hover .tile-img img { transform: scale(1.04); }
@media (min-width: 901px) { .tiles { padding-bottom: 2.4rem; } .tile:nth-child(even) { position: relative; top: 2.4rem; } }
.tile-k03 img { object-position: 50% 62%; }
.tile-k02 img { object-position: 50% 60%; }
.tile-k11 img { object-position: 40% 55%; }
.tile-k06 img { object-position: 42% 50%; }
@media (max-width: 900px) {
  .inc-grid { grid-template-columns: 1fr; }
  .inc-copy { position: static; }
}
@media (max-width: 480px) {
  .tiles { gap: .75rem; }
}

/* ==========================================================================
   GALLERY: centred scroll-snap filmstrip + progress + lightbox
   ========================================================================== */
.gallery { background: var(--deep) var(--grain); background-size: 160px 160px; color: var(--on-dark); overflow: hidden; }
.gallery-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem 2rem; }
.gallery-head .sec-head { margin: 0; }
.gallery-head .lede { margin: 0; }
.gallery-ctrl { display: flex; align-items: center; gap: .6rem; }
.g-count { display: flex; align-items: center; gap: .7rem; margin: 0 .9rem 0 0; font-family: var(--display); font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.g-cur { font-weight: 700; color: #fff; font-size: 1.05rem; min-width: 2ch; }
.g-sep { width: 34px; height: 1px; background: var(--gold-light); }
.g-tot { font-weight: 300; color: var(--on-dark-mut); font-size: 1.05rem; }
.slider-btn {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto;
  background: transparent; color: #fff; border: 1px solid rgba(149, 204, 221, .6); cursor: pointer;
  transition: background .25s, border-color .25s, color .25s, opacity .2s, transform .35s var(--ease-out);
}
.slider-btn svg { width: 20px; height: 20px; transition: transform .35s var(--ease-out); }
.slider-btn:hover:not([disabled]) { background: #fff; border-color: var(--gold-light); color: var(--deep); box-shadow: 0 0 0 3px rgba(217, 189, 126, .18); }
.slider-btn[data-slide="1"]:hover svg, .lb-next:hover svg { transform: translateX(3px); }
.slider-btn[data-slide="-1"]:hover svg, .lb-prev:hover svg { transform: translateX(-3px); }
.slider-btn:active { transform: scale(.94); }
.slider-btn[disabled] { opacity: .3; cursor: default; }
.slider-btn[hidden] { display: none; }
/* Play / pause glyph drawn in CSS */
.g-play { width: 44px; height: 44px; border-color: rgba(149, 204, 221, .35); }
.g-play-i { width: 12px; height: 14px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.g-play[aria-pressed="true"] .g-play-i { width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 12px; border-color: transparent transparent transparent currentColor; margin-left: 3px; }

/* The strip: slides snap to the centre, so the active photo sits mid-screen at any width. */
.slider-track {
  --slide-h: min(64vh, 560px);
  position: relative; list-style: none; margin: var(--sp-section-head) 0 0;
  display: flex; align-items: center; gap: clamp(12px, 1.6vw, 24px);
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
  /* Ends line up with the container edge; the first and last photos snap there (their centre
     snap is clamped to the scroll range), every photo in between snaps to the centre. */
  padding: 8px max(var(--gut), calc((100% - var(--maxw)) / 2 + var(--gut)));
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.slider-track::-webkit-scrollbar { display: none; }
.slider-track:focus-visible { outline-offset: -3px; }
.slider-track.is-dragging { scroll-snap-type: none; cursor: grabbing; }
.slider-track.is-dragging .film-open { pointer-events: none; }
.film-slide { flex: 0 0 auto; scroll-snap-align: center; margin: 0; }
.film-open {
  display: block; position: relative; padding: 0; border: 0; margin: 0; cursor: zoom-in; background: var(--dark);
  height: var(--slide-h); border-radius: var(--r); overflow: hidden; color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.film-slide.land .film-open { aspect-ratio: 3 / 2; }
.film-slide.port .film-open { aspect-ratio: 2 / 3; }
.film-open img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.001); transition: transform 1.4s var(--ease-out); }
/* Inactive slides recede; the active slide gets a slow Ken Burns push */
.film-open::after { content: ""; position: absolute; inset: 0; background: var(--deep); opacity: .5; transition: opacity .8s var(--ease-out); pointer-events: none; }
.film-slide.is-active .film-open::after { opacity: 0; }
.film-slide:not(.is-active) .film-open:hover::after { opacity: .25; }
.film-slide:not(.is-active) .film-open:hover img { transform: scale(1.035); }
.film-slide.is-active .film-open img { transform: scale(1.07); transition: transform 9s cubic-bezier(.25, .1, .25, 1); }
.film-open:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }
/* Expand hint on the active slide */
.film-open::before {
  content: ""; position: absolute; right: 1rem; bottom: 1rem; z-index: 2; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(6, 39, 68, .55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M4 9V4h5M20 9V4h-5M4 15v5h5M20 15v5h-5'/%3E%3C/svg%3E") center / 20px no-repeat;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; transform: scale(.8); transition: opacity .4s var(--ease-out), transform .4s var(--ease-out);
}
.film-slide.is-active .film-open:hover::before, .film-slide.is-active .film-open:focus-visible::before { opacity: 1; transform: none; }
@media (hover: none) { .film-slide.is-active .film-open::before { opacity: 1; transform: none; } }

/* Progress: one segment per photo. Past = full, current = fills over the autoplay interval. */
.g-progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; max-width: 420px; margin: clamp(1.75rem, 3vw, 2.25rem) auto 0; }
.g-seg { position: relative; height: 2px; background: rgba(149, 204, 221, .22); border-radius: 2px; overflow: hidden; }
.g-fill { position: absolute; inset: 0; background: var(--gold-light); transform-origin: 0 50%; transform: scaleX(0); transition: transform .5s var(--ease-out); }
.g-seg.is-done .g-fill, .g-seg.is-current .g-fill { transform: scaleX(1); }
.g-progress.is-playing .g-seg.is-current .g-fill { transition: none; animation: g-fill var(--g-dur, 6s) linear both; }
.g-progress.is-paused .g-seg.is-current .g-fill { animation-play-state: paused; }
@keyframes g-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.gallery-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 1.5rem; margin-top: var(--sp-section-head); padding-top: var(--sp-cta); border-top: 1px solid var(--line-dk); }

/* Staggered entrance: each slide wipes up out of a mask */
.js .slider-track[data-reveal-group] > .film-slide { opacity: 1; transform: none; clip-path: inset(100% 0 0 0 round 12px); transition: clip-path 1.3s var(--ease-lux); transition-delay: calc(var(--i, 0) * 120ms); }
.js .slider-track[data-reveal-group].is-visible > .film-slide { clip-path: inset(0 0 0 0 round 12px); }

@media (max-width: 700px) {
  .gallery-ctrl .slider-btn[data-slide] { display: none; }
  .slider-track { padding: 8px 8vw; }
  .film-open { height: auto; width: 84vw; }
  .film-slide.land .film-open, .film-slide.port .film-open { aspect-ratio: 1 / 1.05; }
  .g-count { margin-right: .25rem; }
}

/* ---------- Lightbox (native <dialog>, built by main.js) ---------- */
.lb { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: #fff; overflow: hidden; opacity: 0; transition: opacity .35s var(--ease-out); }
.lb::backdrop { background: rgba(4, 22, 39, .94); }
.lb.is-open { opacity: 1; }
.lb-stage { position: absolute; inset: 0; display: grid; place-items: center; padding: clamp(4.5rem, 9vh, 6rem) clamp(1rem, 7vw, 7rem); touch-action: pan-y; background: rgba(4, 22, 39, .94); }
.lb-img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 6px;
  box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .8); user-select: none; -webkit-user-drag: none;
  opacity: 0; transform: scale(.97); transition: opacity .45s var(--ease-out), transform .6s var(--ease-out);
}
.lb-img.is-loaded { opacity: 1; transform: none; }
.lb-img.is-out-next { opacity: 0; transform: translateX(-36px); transition-duration: .2s; }
.lb-img.is-out-prev { opacity: 0; transform: translateX(36px); transition-duration: .2s; }
.lb-bar { position: absolute; left: 0; right: 0; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 1rem clamp(1rem, 3vw, 2rem); z-index: 2; }
.lb-count { font-family: var(--display); font-variant-numeric: tabular-nums; letter-spacing: .1em; color: var(--on-dark-mut); font-size: .95rem; margin: 0; }
.lb-count b { color: #fff; font-weight: 700; }
.lb .slider-btn { background: rgba(6, 39, 68, .5); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lb .slider-btn:hover { background: #fff; border-color: var(--gold-light); color: var(--deep); }
.lb-close svg { width: 18px; height: 18px; }
.lb-nav { position: absolute; top: 50%; z-index: 2; margin-top: -26px; }
.lb-prev { left: clamp(.5rem, 2vw, 1.75rem); }
.lb-next { right: clamp(.5rem, 2vw, 1.75rem); }
.lb :focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }
@media (max-width: 700px) { .lb-nav { top: auto; bottom: 1.25rem; margin: 0; } .lb-stage { padding: 4.5rem .75rem 5.5rem; } }
html.lb-lock { overflow: hidden; }

/* ==========================================================================
   REVIEWS: Google-style cards in masonry columns (light band between the
   dark gallery and the dark pricing band)
   ========================================================================== */
.reviews { background: var(--tint-3); overflow: hidden; }
.reviews::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(60% 50% at 85% 0%, rgba(0, 110, 181, .08), transparent 70%), radial-gradient(45% 40% at 0% 100%, rgba(197, 161, 90, .10), transparent 70%); pointer-events: none; }
.reviews .wrap { position: relative; }
.rv-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem 2rem; margin-bottom: var(--sp-section-head); }
.rv-head .sec-head { margin: 0; }
.rv-badge { display: inline-flex; align-items: center; gap: .85rem; margin: 0; padding: .8rem 1.2rem .8rem 1rem; background: var(--card); border-radius: 999px; box-shadow: var(--shadow-1); }
.rv-badge-txt { display: flex; flex-direction: column; gap: .2rem; line-height: 1; }
.rv-badge-l { font-weight: 700; font-size: .92rem; color: var(--deep); letter-spacing: -.005em; }
.rv-g { width: 20px; height: 20px; flex: none; }
.rv-g-lg { width: 30px; height: 30px; }
.rv-stars { display: inline-flex; gap: 1px; color: #fbbc04; }
.rv-stars svg { width: 15px; height: 15px; }

.rv-grid { list-style: none; columns: 3 320px; column-gap: clamp(1rem, 1.8vw, 1.5rem); }
.rv-card { break-inside: avoid; margin-bottom: clamp(1rem, 1.8vw, 1.5rem); }
.rv-card figure { position: relative; background: var(--card); border-radius: var(--r); padding: 1.5rem 1.5rem 1.6rem; box-shadow: var(--shadow-1); border: 1px solid var(--hair-soft); overflow: hidden; transition: transform .4s var(--ease-out), box-shadow .4s; }
/* Gold rule draws across the top edge on hover */
.rv-card figure::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease-out); }
/* Big faint quote mark behind the text */
.rv-card figure::after { content: "\201C"; position: absolute; right: 1.1rem; bottom: -2.6rem; font-family: Georgia, 'Times New Roman', serif; font-size: 9rem; line-height: 1; color: var(--tint-2); pointer-events: none; }
.rv-card:hover figure { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.rv-card:hover figure::before { transform: scaleX(1); }
.rv-top { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.rv-avatar { width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--av, var(--blue)); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 1.15rem; line-height: 1; }
.rv-who { display: flex; flex-direction: column; gap: .3rem; min-width: 0; margin-right: auto; }
.rv-name { font-weight: 700; color: var(--deep); font-size: 1rem; line-height: 1.2; }
.rv-text { position: relative; z-index: 1; margin: 0; font-size: .98rem; line-height: 1.65; color: var(--text); }
.rv-text p { margin: 0 0 .75em; }
.rv-text p:last-child { margin-bottom: 0; }
@media (max-width: 600px) {
  .rv-card figure { padding: 1.25rem 1.2rem 1.35rem; }
  .rv-badge { padding: .7rem 1rem .7rem .85rem; }
}
@media (hover: none) { .rv-card:hover figure { transform: none; } }
/* Phones: one card at a time, swipe sideways, next card peeks in. The track runs
   full-bleed so cards slide to the screen edge; scroll-padding keeps the gutter. */
.rv-dots, .rv-more { display: none; }
@media (max-width: 700px) {
  .rv-grid { position: relative; columns: auto; display: flex; align-items: flex-start; gap: .9rem; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none;
    margin: 0 calc(var(--gut) * -1); padding: .4rem var(--gut) 1.4rem; scroll-padding: 0 var(--gut); }
  .rv-grid::-webkit-scrollbar { display: none; }
  .rv-grid { align-items: stretch; }
  .rv-card { flex: 0 0 86%; margin: 0; scroll-snap-align: start; display: flex; }
  .rv-card figure { width: 100%; }
  /* Long reviews are capped at ~10 lines with a fade so every card is the same height;
     main.js adds a Read more toggle only to the ones that overflow. */
  .rv-text { max-height: calc(1.65em * 10); overflow: hidden; }
  .rv-text.is-clipped { -webkit-mask-image: linear-gradient(#000 70%, transparent); mask-image: linear-gradient(#000 70%, transparent); }
  .rv-card.is-open .rv-text { max-height: none; -webkit-mask-image: none; mask-image: none; }
  .rv-more { position: relative; z-index: 1; margin-top: .6rem; padding: .2rem 0; border: 0; background: none; font: inherit; font-size: .92rem; font-weight: 700; color: var(--blue); cursor: pointer; border-bottom: 1px solid var(--gold); }
  .rv-grid:focus-visible { outline-offset: -3px; }
  .rv-more { display: inline-block; }
  .rv-more[hidden] { display: none; }
  .rv-dots { display: flex; justify-content: center; gap: .5rem; margin-top: .4rem; }
  .rv-dots[hidden] { display: none; }
  .rv-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: var(--tint-1); cursor: pointer; transition: width .35s var(--ease-out), background-color .35s; }
  .rv-dot.is-on { width: 24px; background: var(--gold); }
  /* Enlarge the tap target without changing the dot's look */
  .rv-dot { position: relative; }
  .rv-dot::after { content: ""; position: absolute; inset: -10px -4px; }
}

/* ==========================================================================
   FAQ SPLIT
   ========================================================================== */
.faq { background: var(--paper); box-shadow: inset 0 1px 0 var(--hair-soft); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.faq-list { margin-top: 1.4rem; border-top: 1px solid var(--hair); }
.faq-item { border-bottom: 1px solid var(--hair); }
.faq-item summary {
  list-style: none; cursor: pointer; position: relative;
  padding: 1.25rem 3rem 1.25rem 0; font-family: var(--display); font-weight: 700;
  font-size: clamp(1.03rem, 1.5vw, 1.18rem); line-height: 1.35; letter-spacing: -.01em; color: var(--deep);
  transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--blue); }
.faq-item summary::after {
  content: ""; position: absolute; right: .2rem; top: 50%; width: 30px; height: 30px; margin-top: -15px;
  border-radius: 50%; border: 1px solid var(--tint-1);
  background:
    linear-gradient(var(--blue), var(--blue)) center / 12px 2px no-repeat,
    linear-gradient(var(--blue), var(--blue)) center / 2px 12px no-repeat;
  transition: transform .3s var(--ease-out), background-color .2s;
}
.faq-item summary:hover::after { border-color: var(--gold); }
.faq-item[open] summary::after { transform: rotate(45deg); background-color: var(--tint-2); border-color: var(--gold); }
.faq-item[open] summary { color: var(--blue); }
.faq-a { padding: 0 3rem 1.4rem 0; max-width: 68ch; color: var(--text); }
.faq-a p { margin: 0; }
.faq-aside { position: sticky; top: calc(var(--head-h) + 2rem); }
.faq-photo { border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 4.6; box-shadow: var(--shadow-1); }
.faq-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; }
.faq-card { position: relative; margin: -4.5rem 1.1rem 0; background: var(--dark); color: var(--on-dark); border-radius: var(--r); padding: 1.75rem 1.6rem 1.6rem; box-shadow: var(--shadow-2); background-image: var(--grain), var(--grid); background-size: 160px 160px, 24px 24px, 24px 24px; }
.faq-card::before { content: ""; position: absolute; left: 1.6rem; right: 1.6rem; top: 0; height: 1px; background: linear-gradient(90deg, var(--gold-light), rgba(217, 189, 126, 0)); }
.faq-card h3 { color: #fff; font-size: 1.4rem; font-weight: 800; margin-bottom: .45rem; }
.faq-card p { font-size: .95rem; margin-bottom: 1.1rem; }
.faq-card .btn { width: 100%; }
.faq-card .micro { display: block; margin-top: .7rem; font-size: .8rem; color: var(--on-dark-mut); text-align: center; }
@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; }
  .faq-aside { position: static; max-width: 520px; }
  .faq-photo { aspect-ratio: 16 / 10; }
  .faq-card { margin-top: -2.5rem; }
}
@media (max-width: 480px) {
  .faq-item summary { padding-right: 2.6rem; }
  .faq-a { padding-right: 0; }
}

/* ==========================================================================
   TABLET (700 to 900px): two columns instead of one 15,000px stack
   ========================================================================== */
@media (min-width: 700px) and (max-width: 900px) {
  .faq-aside { max-width: none; }
  .faq-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: end; }
  .faq-card { margin: 0; }
}

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final { position: relative; color: #fff; overflow: hidden; isolation: isolate; background: var(--dark); }
.final-bg { position: absolute; left: 0; right: 0; top: -8%; width: 100%; height: 116%; object-fit: cover; object-position: 50% 60%; z-index: -2; translate: 0 var(--p, 0px); }
/* Brand-blue duotone: multiply can only darken, so every pixel ends up at or below #006EB5
   and white text keeps at least 5.4:1. The gradient deepens the side the copy sits on. */
.final-scrim { position: absolute; inset: 0; z-index: -1; background: var(--blue); mix-blend-mode: multiply; }
.final-scrim::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(4, 29, 52, .82) 0%, rgba(6, 39, 68, .5) 45%, rgba(6, 39, 68, .12) 100%); }
.final-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.final .form-card h2 { color: var(--deep); font-size: clamp(1.35rem, 2vw, 1.62rem); margin-bottom: .4rem; }
#final-title { color: #fff; font-weight: 900; letter-spacing: -.038em; line-height: 1; font-size: clamp(2.2rem, 4.5vw, 3.9rem); margin-bottom: 1.1rem; }
.final .lede { color: rgba(255,255,255,.88); max-width: 44ch; }
.call-big { position: relative; margin-top: 2.4rem; padding-top: 1.7rem; border-top: 1px solid var(--gold-hair-dk); }
.call-big::before { content: ""; position: absolute; left: 0; top: -4px; width: 7px; height: 7px; background: var(--gold-light); transform: rotate(45deg); }
.call-big .lbl { display: block; font-size: .76rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-light); }
.call-big a { display: inline-block; font-family: var(--display); font-weight: 900; font-size: clamp(2.1rem, 4.4vw, 3.3rem); color: #fff; text-decoration: none; letter-spacing: -.03em; line-height: 1.1; margin: .3rem 0 .4rem; transition: color .2s; }
.call-big a:hover { color: var(--gold-light); }
.call-big .hours { display: block; font-size: .95rem; color: var(--on-dark-mut); }
@media (max-width: 900px) { .final-in { grid-template-columns: 1fr; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--deep) var(--grain); background-size: 160px 160px; color: var(--on-dark-mut); font-size: .95rem; }
.footer-rule { height: 1px; background: linear-gradient(90deg, transparent, var(--gold) 12%, var(--gold-light) 50%, var(--gold) 88%, transparent); }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 2.5rem clamp(2rem, 4vw, 4rem); align-items: start; padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(2.75rem, 4.5vw, 3.75rem); }
.site-footer .brand { color: #fff; }
.site-footer .brand-logo { height: 58px; }
.footer-tag { margin: 1.2rem 0 0; max-width: 30ch; line-height: 1.6; }
.footer-h { font-size: .72rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-light); margin: .35rem 0 1rem; padding-bottom: .85rem; border-bottom: 1px solid var(--line-dk); }
.footer-col p:not(.footer-h) { margin: 0; line-height: 1.6; }
.footer-info { font-style: normal; display: flex; flex-direction: column; align-items: flex-start; gap: .3rem; line-height: 1.55; }
.footer-phone { font-family: var(--display); font-weight: 800; font-size: 1.3rem; letter-spacing: -.01em; color: #fff; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .3s; white-space: nowrap; }
.footer-phone:hover { border-bottom-color: var(--gold-light); }
.footer-list { list-style: none; display: grid; gap: .35rem; line-height: 1.5; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; border-top: 1px solid var(--line-dk); padding: 1.4rem 0; font-size: .82rem; letter-spacing: .02em; color: rgba(255, 255, 255, .62); }
.footer-bottom a { color: rgba(255, 255, 255, .85); text-decoration: none; border-bottom: 1px solid var(--gold-hair-dk); transition: color .2s, border-color .3s; }
.footer-bottom a:hover { color: #fff; border-bottom-color: var(--gold-light); }
@media (max-width: 960px) { .footer-main { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-main { grid-template-columns: 1fr; } }

/* ==========================================================================
   STICKY MOBILE BAR (<900px)
   ========================================================================== */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .97); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-top: 1px solid var(--hair); box-shadow: 0 -12px 30px -14px rgba(6, 39, 68, .35);
  transform: translateY(110%); transition: transform .4s var(--ease-out);
}
.sticky-bar.is-shown { transform: none; }
.sticky-bar.single { grid-template-columns: 1fr; }
.sticky-bar a {
  display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 50px;
  border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .95rem; letter-spacing: .01em;
}
.sticky-bar svg { width: 17px; height: 17px; }
.sticky-call { background: #fff; color: var(--blue); border: 2px solid var(--blue); }
.sticky-form { background: var(--blue); color: #fff; }
.sticky-bar.single .sticky-call { background: var(--blue); color: #fff; }
@media (min-width: 900px) { .sticky-bar { display: none; } }
@media (max-width: 899px) { body.has-bar .site-footer { padding-bottom: 72px; } }

/* ==========================================================================
   THANKS + PRIVACY
   ========================================================================== */
.thanks-hero { position: relative; background: var(--dark); color: var(--on-dark); background-image: var(--grain), var(--grid); background-size: 160px 160px, 32px 32px, 32px 32px; padding: clamp(3.4rem, 8vw, 6.5rem) 0 clamp(3rem, 7vw, 5.5rem); }
.thanks-hero h1 { color: #fff; font-weight: 900; letter-spacing: -.038em; font-size: clamp(2.3rem, 5vw, 4rem); max-width: 18ch; line-height: 1; }
.thanks-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-hair) 20%, var(--gold-hair) 80%, transparent); }
.thanks-hero .lede { color: rgba(255,255,255,.88); margin: 1.3rem 0 2rem; max-width: 48ch; }
.thanks-hero .micro { display: block; margin-top: .8rem; font-size: .88rem; color: var(--on-dark-mut); }
.thanks-banner { height: clamp(14rem, 30vw, 24rem); overflow: hidden; }
.thanks-banner img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.next-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; margin-top: 2rem; }
.next-steps { list-style: none; counter-reset: s; display: grid; gap: 0; }
.next-steps li { counter-increment: s; position: relative; padding: 0 0 1.8rem 4.4rem; }
.next-steps li::before {
  content: counter(s); position: absolute; left: 0; top: -.2rem; width: 50px; height: 50px; border-radius: 50%;
  display: grid; place-items: center; border: 1px solid var(--gold); background: var(--card);
  font-family: var(--display); font-weight: 300; font-size: 1.35rem; color: var(--gold-deep);
}
.next-steps li:not(:last-child)::after { content: ""; position: absolute; left: 24px; top: 54px; bottom: 6px; width: 2px; background: var(--hair); }
.next-steps h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: .35rem; }
.next-steps p { margin: 0; color: var(--muted); }
.ready-box { position: relative; background: var(--tint-3); border-radius: var(--r); padding: 1.75rem 1.6rem 1.6rem; box-shadow: var(--shadow-1); }
.ready-box::before { content: ""; position: absolute; left: 1.6rem; right: 1.6rem; top: 0; height: 9px; border-left: 1px solid var(--gold); border-right: 1px solid var(--gold); background: linear-gradient(var(--gold), var(--gold)) center top / 100% 2px no-repeat; }
.ready-box h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: .8rem; }
.ready-box ul { list-style: none; display: grid; gap: .6rem; margin-bottom: 1rem; }
.ready-box li { position: relative; padding-left: 1.6rem; }
.ready-box li::before { content: ""; position: absolute; left: 0; top: .74em; width: .9rem; height: 1px; background: var(--gold-deep); }
.ready-box p { font-size: .9rem; color: var(--muted); margin: 0; }
.back-link { display: inline-flex; margin-top: 2.6rem; }
@media (max-width: 860px) { .next-grid { grid-template-columns: 1fr; } }

.legal { background: var(--paper); padding: clamp(3rem, 7vw, 5.5rem) 0; }
.legal .wrap { max-width: 820px; }
.legal h1 { font-weight: 900; letter-spacing: -.038em; font-size: clamp(2.3rem, 4.8vw, 3.6rem); margin-bottom: .6rem; }
.legal .updated { color: var(--muted); font-size: .9rem; margin-bottom: 2.4rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--gold-hair); }
.legal h2 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); margin: 2.2rem 0 .7rem; }
.legal p { max-width: 68ch; }
.legal a { color: var(--blue); font-weight: 700; }

/* ==========================================================================
   MOTION (spartan-style reveal; only hides content once JS has run)
   ========================================================================== */
.js [data-reveal] { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity 1.1s var(--ease-lux), transform 1.3s var(--ease-lux); transition-delay: var(--reveal-delay, 0ms); }
/* Split copy columns: the column stays put and its lines rise in one after another */
.js .split-text .inner[data-reveal] { opacity: 1; transform: none; }
.js .split-text .inner[data-reveal] > * { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity 1s var(--ease-lux), transform 1.2s var(--ease-lux); }
.js .split-text .inner[data-reveal] > :nth-child(2) { transition-delay: 90ms; }
.js .split-text .inner[data-reveal] > :nth-child(3) { transition-delay: 180ms; }
.js .split-text .inner[data-reveal] > :nth-child(4) { transition-delay: 270ms; }
.js .split-text .inner[data-reveal] > :nth-child(5) { transition-delay: 360ms; }
.js .split-text .inner[data-reveal] > :nth-child(6) { transition-delay: 440ms; }
.js .split-text .inner[data-reveal] > :nth-child(n+7) { transition-delay: 520ms; }
.js .split-text .inner[data-reveal].is-visible > * { opacity: 1; transform: none; }
.js [data-reveal="fade"] { transform: none; }
/* Mask wipe: the clip lives on the IMAGE, never on the observed element (IntersectionObserver
   treats a fully clipped target as non-intersecting, so it would never reveal). */
.js [data-reveal="mask"] { opacity: 1; transform: none; }
.js [data-reveal="mask"] img { clip-path: inset(100% 0 0 0); transform: scale(1.12); transition: clip-path 1.3s var(--ease-io), transform 1.8s var(--ease-out); }
/* Big split photos wipe in from the viewport edge toward the copy */
.js .split > [data-reveal="mask"] img { clip-path: inset(0 100% 0 0); transition: clip-path 1.5s var(--ease-io), transform 2s var(--ease-out); }
.js .split.flip > [data-reveal="mask"] img { clip-path: inset(0 0 0 100%); }
@media (max-width: 899px) { .js .split > [data-reveal="mask"] img, .js .split.flip > [data-reveal="mask"] img { clip-path: inset(100% 0 0 0); } }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js [data-reveal="mask"].is-visible img, .js .split > [data-reveal="mask"].is-visible img { clip-path: inset(0 0 0 0); transform: none; }
.js [data-reveal-group] > * { opacity: 0; transform: translate3d(0, 20px, 0); transition: opacity 1s var(--ease-lux), transform 1.2s var(--ease-lux); transition-delay: calc(var(--i, 0) * 120ms); }
.js [data-reveal-group].is-visible > * { opacity: 1; transform: none; }
/* The staggered tiles keep their desktop offsets while revealing */
.js .tiles[data-reveal-group] > .tile:hover { transition-delay: 0ms; }

/* The hero has no entrance animation on purpose: paid traffic should see the offer at first paint. */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
  .js [data-reveal], .js [data-reveal-group] > *, .js .split-text .inner[data-reveal] > * { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .js [data-reveal="mask"] img { transform: none !important; clip-path: none !important; }
  .js .slider-track[data-reveal-group] > .film-slide { clip-path: none !important; }
  .film-slide.is-active .film-open img { transform: none !important; }
  .timeline { --tl: 1 !important; }
  .js .tl-ph-bar { transform: none !important; }
  .hero-img, .silent img, .final-bg, [data-parallax] { translate: none !important; }
  .hero-media { animation: none !important; }
}

@media (max-width: 400px) { .btn-submit { font-size: .95rem; padding-left: .6rem; padding-right: .6rem; } }
.btn .bb-phone, .mast-call .bb-phone { white-space: nowrap; }

/* 404 page (reuses the legal layout on the light background) */
.nf { min-height: 60vh; }
.nf .updated { max-width: 52ch; }
.nf .btn-primary { color: #fff; }
.nf .cta-or { color: var(--muted); }
.nf .cta-or a { color: var(--blue); border-bottom-color: var(--gold); }
