/* ==========================================================================
   Elevated Imagery — elevatedimagery.net
   Homepage redesign 14-09-2026 by Felix (BUILD), from the Claude Design handoff
   `_design-handoff/design_handoff_homepage_redesign/` (README + `Elevated Imagery.dc.html`).
   Ten pages, one stylesheet, no build step, Vercel cleanUrls.

   RE-PALETTED 14-09-2026 (later same day, Brock's direction — "keep the website the way that it
   is, but use the new colour palette"): a :root token swap ONLY. Layout, structure, copy,
   imagery, interactions and the typeface (Archivo) are untouched. The 14-09 handoff's red ramp
   (#ec3013 / Bowen-as-#201e1d / Dust-as-#f3f2f2) is replaced by the 13-09 palette proper — Dust
   #F4F1EC, Bowen #0F1419, Hi-Vis Orange #FF6B1A — rebuilt onto the SAME bones (Archivo, radius 0,
   the ten-band structure) rather than reverting to the retired Space Grotesk/mono skin.

   RECONCILED against GL-003 §2.8.2-bis (Iris, SYSTEM, same evening, Brock-directed — the logo/
   brand-sheet dispatch running in parallel): `--color-surface` (#EBE8E3), the 9-step neutral ramp
   and `--color-accent-700` (#AD3D00, GL-003's `--color-accent-ink`) all take Iris's numbers
   verbatim so the mark, the brand sheet and the site agree on the exact hex — this file no longer
   re-derives those three.

   RULED 14-09-2026 (evening, Jarvis — GL-003 §2.8.2-bis "the button/fill question, resolved"):
   the five-role ramp this file invented earlier the same day (`--color-accent-600` fill-with-
   white-text, `--color-accent-500` text-on-dark, `--color-accent-800` hover/active) is OVERRULED
   and retired. Iris's simpler two-token model stands: **any large fill of raw `--color-accent`
   (#FF6B1A) carries Bowen ink text, never white** — identical to FIELD's #FFB300 rule, and the
   same true Hi-Vis Orange people actually see on buttons/poster/badges rather than a duller
   invented burnt-orange. `--color-accent-ring` (#B84100) is the one derivation kept — it solves a
   different problem (raw accent fails the 3:1 non-text floor on light grounds) and is untouched.
   Hover/active states on an accent-filled control are a `color-mix()` of the raw accent itself
   (never a new named hex), verified below.

   CONTRAST (WCAG 2.2 AA; every pair below is probed in-browser by _gate/probe.mjs):
     --color-text #0F1419 (Bowen) on --color-bg #F4F1EC (Dust) ... 16.4:1  body / headings
     --color-neutral-700 #5B5B5A on bg / surface ........ 6.0 / 5.6  small grey (design-system rule)
     --color-accent-700 #AD3D00 on bg / surface ......... 5.4 / 5.0  small accent text (ink on light;
                                                                     = GL-003's --color-accent-ink, Iris's value)
     --color-neutral-100 #F7F4EF on --color-text ........ 16.9:1  ink on dark bands
     --color-neutral-300 #D5D3CE on --color-text ........ 12.4:1  body on dark
     --color-neutral-400 #B8B5B2 on --color-text ........  9.1:1  hero kicker
     --color-neutral-500 #989693 on --color-text ........  6.3:1  11-13px labels on dark
     --color-accent (raw #FF6B1A) on --color-text ........ 6.5:1  accent TEXT on a dark (Bowen) ground —
                                                                     GL-003 §2.8.2-bis's own row; no derived
                                                                     tint needed here, so --color-accent-500
                                                                     is retired and every former consumer now
                                                                     reads the raw token directly.
     --color-neutral-600 #797876 on --color-text ........  4.2:1  border only on dark, NEVER text (same rule
                                                                     as before — needs -700, not -600; 4.2 still
                                                                     clears 3:1 for a border, not 4.5 for text)
     --color-text (Bowen ink) on raw --color-accent (#FF6B1A) .. 6.5:1  ✓ → every accent surface that CARRIES
                                                                     TEXT (primary button, skip link, poster,
                                                                     comparator THERMAL chip, sticky bar) is
                                                                     painted --color-accent-fill = raw
                                                                     --color-accent, with --color-accent-fill-on
                                                                     (= --color-text) as the label colour.
                                                                     --color-accent-600/-800 are retired —
                                                                     nothing invents a darker fill any more.
     white on raw --color-accent (#FF6B1A) ............... 2.85:1  ✗ FAILS, always did, never carries text —
                                                                     this is exactly the bug the retired
                                                                     accent-600 shade was invented to dodge;
                                                                     ink text on the raw fill is the real fix.
     accent-fill-hover: color-mix(--color-accent 90%, white 10%) = #ff7a31; ink on it 7.12:1
     accent-fill-active: color-mix(--color-accent 88%, black 12%) = #e05e17; ink on it 5.10:1
       — both derived from the raw accent itself (never a new named hex) so hover/active keep real
       visual feedback without reintroducing a fixed darker-shade token.
     link-hover ink (light grounds): color-mix(--color-accent-ink 85%, black 15%) = #933400;
       6.82:1 on bg, 6.29:1 on surface — replaces the retired --color-accent-800 on the base `a:hover`.
     raw Hi-Vis #FF6B1A on bg / surface .................. 2.5 / 2.3  ✗ FAILS 3:1 — Hi-Vis is lighter
                                                                     (L 55%) than the retired red base was
                                                                     (L 50%), so the raw accent still cannot
                                                                     carry the global focus ring or any
                                                                     functional (non-decorative) UI boundary
                                                                     on a light ground. --color-accent-ring
                                                                     #B84100 (same hue, L 36%) carries every
                                                                     functional outline/border use instead —
                                                                     4.9/4.5/3.3 on bg/surface/dark, clearing
                                                                     3:1 (2.4.13, 1.4.11) everywhere at once.
                                                                     KEPT verbatim — a different problem, per
                                                                     Jarvis's ruling. Raw --color-accent keeps
                                                                     every purely decorative use (hero brackets,
                                                                     scan line, blink square, comparator split
                                                                     line, range thumb, underline colours).
   ========================================================================== */

/* ---------- Design tokens (13-09 palette, rebuilt onto the 14-09 handoff's bones) ---------- */
:root {
  --color-bg: #F4F1EC;
  --color-surface: #EBE8E3;
  --color-text: #0F1419;
  --color-accent: #FF6B1A;
  --color-accent-2: #e15b47;
  --color-divider: color-mix(in srgb, var(--color-text) 40%, transparent);

  --color-neutral-100: #F7F4EF;
  --color-neutral-200: #E9E6E2;
  --color-neutral-300: #D5D3CE;
  --color-neutral-400: #B8B5B2;
  --color-neutral-500: #989693;
  --color-neutral-600: #797876;
  --color-neutral-700: #5B5B5A;
  --color-neutral-800: #3D3E3E;
  --color-neutral-900: #232527;

  --color-accent-100: #FFF5EF;
  --color-accent-200: #FFE6D9;
  --color-accent-300: #FFD1B8;
  --color-accent-400: #FFAF83;
  --color-accent-700: #AD3D00;         /* = GL-003 §2.8.2-bis --color-accent-ink (Iris, Brock-directed) */
  --color-accent-900: #4D240E;
  --color-accent-ink: var(--color-accent-700);  /* GL-003's name for this exact value — alias, not a new colour */
  --color-accent-ring: #B84100;        /* FELIX SUBSTITUTION 14-09 (re-palette pass) — see header comment */
  /* --color-accent-500/-600/-800 RETIRED 14-09-2026 evening (Jarvis's ruling, GL-003 §2.8.2-bis) —
     do not reintroduce. Fills use raw --color-accent with --color-accent-fill-on (ink) text;
     text-on-dark uses raw --color-accent directly (6.5:1); hover/active are color-mix()s of the
     raw accent (below), not fixed darker shades. */

  --color-accent-2-100: #fff2ef;
  --color-accent-2-200: #ffe0da;
  --color-accent-2-300: #ffc4b9;
  --color-accent-2-400: #ff9784;
  --color-accent-2-500: #ef6853;
  --color-accent-2-600: #c94b39;
  --color-accent-2-700: #9e3526;
  --color-accent-2-800: #71261b;
  --color-accent-2-900: #471d16;

  --font-heading: "Archivo", "Helvetica Neue", Arial, system-ui, sans-serif;
  --font-heading-weight: 800;
  --font-body: "Archivo", "Helvetica Neue", Arial, system-ui, sans-serif;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;

  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;

  --shadow-sm: 0 1px 2px color-mix(in srgb, var(--color-neutral-900) 14%, transparent);
  --shadow-md: 0 3px 10px color-mix(in srgb, var(--color-neutral-900) 16%, transparent);
  --shadow-lg: 0 12px 32px color-mix(in srgb, var(--color-neutral-900) 22%, transparent);

  /* ---- Site semantics built from the tokens above (no new colour values) ---- */
  --color-accent-fill: var(--color-accent);            /* accent surfaces that carry text — raw fill, see header */
  --color-accent-fill-on: var(--color-text);           /* the label colour on that fill — always ink, never white */
  --color-accent-fill-hover: color-mix(in srgb, var(--color-accent) 90%, white 10%);
  --color-accent-fill-active: color-mix(in srgb, var(--color-accent) 88%, black 12%);
  --rule-dark: rgba(255,255,255,.16);                  /* 2px section rules on dark grounds (README) */
  --rule-dark-soft: rgba(255,255,255,.1);
  --ease: cubic-bezier(.16,1,.3,1);
  --container: 1360px;
  --gutter: clamp(20px, 4vw, 56px);
  --section: clamp(72px, 9vw, 130px);
  --tap: 44px;

  /* Status colours — RAG chips on /services and /sample-report. Registered GL-003 §2.8.2; not brand. */
  --ok: #2d7d46;
  --warn: #ffb300;
  --bad: #b5231c;

  /* ---- Legacy aliases: the inner pages and the credentials SVG map reference these names ---- */
  --c-bowen-black: var(--color-text);
  --c-dust: var(--color-bg);
  --c-white: var(--color-bg);
  --c-iron: var(--color-text);
  --c-steel: var(--color-neutral-500);
  --c-khaki: var(--color-neutral-700);
  --c-orange: var(--color-accent);
  --c-orange-ink: var(--color-accent-700);
  --bg-page: var(--color-bg);
  --bg-dark: var(--color-text);
  --bg-card: var(--color-surface);
  --text-heading: var(--color-text);
  --text-body: var(--color-text);
  --text-on-dark: var(--color-neutral-100);
  --text-muted-on-dark: var(--color-neutral-500);
  --accent: var(--color-accent);
  --brand-ink: var(--color-accent-700);
  --divider: var(--color-divider);
  --font-mono: var(--font-body);
  --fs-caption: 13px;
  --fs-label: 11px;
  --sp-1: var(--space-1); --sp-2: var(--space-2); --sp-3: var(--space-4); --sp-4: var(--space-6);
  --sp-5: 40px; --sp-6: 64px; --sp-7: 96px;
  --radius: var(--radius-md);
}

/* ---------- Keyframes (handoff) ---------- */
@keyframes ei-scan { 0% { transform: translateY(-10vh); opacity: 0; } 12% { opacity: .75; } 88% { opacity: .75; } 100% { transform: translateY(105vh); opacity: 0; } }
@keyframes ei-blink { 0%, 100% { opacity: 1; } 50% { opacity: .15; } }
@keyframes ei-drift { 0% { transform: scale(1.08) translate3d(0,0,0); } 100% { transform: scale(1.18) translate3d(-1.5%,-1.5%,0); } }
@keyframes ei-nudge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0; background: var(--color-bg); color: var(--color-text);
  font-family: var(--font-body); font-size: 15px; line-height: 1.55; font-weight: 400;
  overflow-x: clip;
}
body.has-bar { padding-bottom: 62px; }
img { display: block; max-width: 100%; height: auto; }
svg { max-width: 100%; }
figure { margin: 0; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading); font-weight: var(--font-heading-weight);
  line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 var(--space-2); color: var(--color-text);
}
h1 { font-size: 42px; }
h2 { font-size: clamp(28px, 3.6vw, 48px); letter-spacing: -.03em; text-transform: uppercase; line-height: 1; margin: 0 0 22px; text-wrap: balance; }
h3 { font-size: clamp(20px, 1.9vw, 26px); letter-spacing: -.02em; line-height: 1.15; margin: 0 0 var(--space-3); }
h4 { font-size: 17px; letter-spacing: -.01em; margin: 0 0 var(--space-2); }
p { margin: 0 0 var(--space-3); text-wrap: pretty; }
ul, ol { margin: 0 0 var(--space-4); padding-left: 1.2em; }
li { margin-bottom: var(--space-2); }
strong { font-weight: 800; }
a { color: var(--color-accent-700); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: color-mix(in srgb, var(--color-accent-ink) 85%, black 15%); } /* retired accent-800; derived from the kept accent-ink, 6.8:1 on bg / 6.3:1 on surface */
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--color-accent-ring); outline-offset: 2px; }
::selection { background: color-mix(in srgb, var(--color-accent) 30%, transparent); }
table { border-collapse: collapse; width: 100%; }
.num { font-variant-numeric: tabular-nums; }
.mono { font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.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; }
.caption { font-size: 13px; color: var(--color-neutral-700); }
.max-prose { max-width: 66ch; }
.mt-0 { margin-top: 0; } .mt-3 { margin-top: var(--space-4); } .mt-4 { margin-top: var(--space-6); } .mt-5 { margin-top: 40px; }
.mb-0 { margin-bottom: 0; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.grayscale { filter: grayscale(1) contrast(1.08); }
.hr { height: 2px; border: 0; margin: var(--space-4) 0; background: var(--color-divider); }

/* Dark contexts: everything inherits light ink; links and kickers lift to the raw accent (6.5:1 on Bowen). */
.on-dark, .hero, .section-dark, .site-footer, .creds, .scope-panel, .drawer {
  color: var(--color-neutral-100);
}
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4, .hero h1, .hero h2, .section-dark h2, .section-dark h3, .section-dark h4, .site-footer h2 { color: inherit; }
.on-dark a, .hero a:not(.btn), .section-dark a:not(.btn), .site-footer a { color: var(--color-neutral-100); text-decoration-color: var(--color-accent); }
.on-dark a:hover, .hero a:not(.btn):hover, .section-dark a:not(.btn):hover, .site-footer a:hover { color: var(--color-accent); }

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute; left: var(--gutter); top: -100px; z-index: 120;
  background: var(--color-accent-fill); color: var(--color-accent-fill-on); padding: 10px 14px;
  font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
}
.skip-link:focus { top: var(--space-4); }
/* The skip link surfaces over the dark hero (the header is transparent at scroll 0): white ring, dark halo for light grounds. */
.skip-link:focus-visible { outline: 2px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 5px var(--color-text); }

/* ---------- Buttons (handoff .btn, flush-left labels) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: flex-start; gap: 6px;
  cursor: pointer; text-decoration: none; text-align: left;
  font-family: var(--font-heading); font-weight: var(--font-heading-weight);
  font-size: 14px; line-height: 1.2; color: var(--color-text);
  background: transparent; border: 1px solid transparent;
  padding: var(--space-2) calc(var(--space-3) * 1.2);
  border-radius: var(--radius-md); min-height: var(--tap);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.btn:disabled { opacity: 0.45; cursor: not-allowed; }
.btn-primary { background: var(--color-accent-fill); color: var(--color-accent-fill-on); border-color: var(--color-accent-fill); }
.btn-primary:hover { background: var(--color-accent-fill-hover); border-color: var(--color-accent-fill-hover); color: var(--color-accent-fill-on); }
.btn-primary:active { background: var(--color-accent-fill-active); border-color: var(--color-accent-fill-active); color: var(--color-accent-fill-on); }
.btn-secondary, .btn-secondary-light { border-color: var(--color-divider); color: inherit; }
.btn-secondary:hover, .btn-secondary-light:hover { background: color-mix(in srgb, var(--color-text) 7%, transparent); color: inherit; }
.btn-secondary:active, .btn-secondary-light:active { background: color-mix(in srgb, var(--color-text) 14%, transparent); }
.hero .btn-secondary, .section-dark .btn-secondary, .on-dark .btn-secondary { color: var(--color-neutral-100); border-color: var(--color-neutral-600); }
.hero .btn-secondary:hover, .section-dark .btn-secondary:hover, .on-dark .btn-secondary:hover { background: rgba(255,255,255,.1); color: var(--color-neutral-100); }
.btn-lg { padding: 17px 26px; font-size: 15px; letter-spacing: .06em; }
.btn-block { width: 100%; margin-top: var(--space-2); }

/* ---------- Fixed header (README §1) ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  padding: 18px 0; border-bottom: 2px solid transparent; color: var(--color-neutral-100);
  transition: background .45s ease, border-color .45s ease, padding .45s ease, color .45s ease;
}
.site-header.is-solid { background: var(--color-bg); border-bottom-color: var(--color-text); padding: 12px 0; color: var(--color-text); }
.site-header > .container { display: flex; align-items: center; gap: clamp(16px, 4vw, 48px); }
.logo { position: relative; display: block; height: 34px; width: 222px; flex: none; }
.logo img { position: absolute; inset: 0; height: 100%; width: auto; max-width: none; transition: opacity .4s ease; }
.logo .logo-onlight { opacity: 0; }
.is-solid .logo .logo-onlight { opacity: 1; }
.is-solid .logo .logo-ondark { opacity: 0; }
.site-nav {
  margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 1.8vw, 30px);
  font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
}
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(14px, 1.8vw, 30px); }
.site-nav li { margin: 0; }
.site-nav a:not(.btn) { color: inherit; text-decoration: none; padding: 6px 0; display: inline-block; }
.site-nav a:not(.btn):hover { color: var(--color-accent); }
.is-solid .site-nav a:not(.btn):hover { color: var(--color-accent-700); }
.site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; text-decoration-color: var(--color-accent); }
.site-nav .nav-cta { padding: 11px 18px; letter-spacing: .1em; font-size: 12px; min-height: 0; }
.menu-toggle {
  display: none; margin-left: auto; background: transparent; border: 2px solid currentColor; color: inherit;
  font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  padding: 10px 14px; cursor: pointer; min-height: var(--tap); transition: color .45s ease;
}
.header-cta { display: none; }
@media (max-width: 1080px) {
  .js .menu-toggle { display: inline-flex; align-items: center; }
  .js .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--color-text); color: var(--color-neutral-100);
    margin: 0; padding: 8px var(--gutter) 28px; max-height: calc(100vh - 100%); overflow: auto;
    white-space: normal; letter-spacing: 0; text-transform: none;
  }
  .js .site-nav.open { display: block; }
  .js .site-nav ul { display: grid; gap: 2px; }
  .js .site-nav li a:not(.btn) {
    display: block; color: var(--color-neutral-100); font-family: var(--font-heading); font-weight: 800; font-size: 22px;
    padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .js .site-nav li:last-child a:not(.btn) { border-bottom: 0; }
  .js .site-nav a[aria-current="page"] { text-underline-offset: 5px; }
  .js .site-nav .nav-cta { display: inline-flex; margin-top: 18px; }
  .js .site-nav .drawer-more { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.14); }
  .js .site-nav .drawer-more a { font-size: 14px; font-weight: 600; color: var(--color-neutral-400); text-decoration: none; padding: 6px 0; }
  .js .site-nav .drawer-more a:hover { color: var(--color-accent); }
  /* No JS at narrow widths: the nav stays a wrapping row; the MENU button never renders. */
  html:not(.js) .site-nav { flex-wrap: wrap; row-gap: 4px; margin-left: 0; width: 100%; }
  html:not(.js) .site-nav ul { flex-wrap: wrap; row-gap: 4px; }
  html:not(.js) .site-header > .container { flex-wrap: wrap; }
}
.site-nav .drawer-more { display: none; }
.site-nav .drawer-more ul { display: contents; }

/* ---------- Hero (README §2) ---------- */
.hero {
  position: relative; min-height: 92svh; background: var(--color-text); color: var(--color-neutral-100);
  display: flex; align-items: flex-end; overflow: hidden; isolation: isolate;
}
.hero-bg { position: absolute; inset: -8% -4%; z-index: -3; animation: ei-drift 26s ease-in-out infinite alternate; will-change: transform; }
.hero-bg .grayscale { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(180deg, rgba(32,30,29,.88) 0%, rgba(32,30,29,.55) 42%, rgba(32,30,29,.94) 100%); }
.hero-scan { position: absolute; left: 0; right: 0; top: 0; height: 2px; z-index: -1; pointer-events: none; background: linear-gradient(90deg, transparent, var(--color-accent), transparent); animation: ei-scan 9s linear infinite; }
.hero-bracket { position: absolute; top: 96px; width: 28px; height: 28px; border-top: 2px solid var(--color-accent); pointer-events: none; }
.hero-bracket.tl { left: var(--gutter); border-left: 2px solid var(--color-accent); }
.hero-bracket.tr { right: var(--gutter); border-right: 2px solid var(--color-accent); }
.hero-content { position: relative; width: 100%; max-width: var(--container); margin: 0 auto; padding: 168px var(--gutter) clamp(40px, 6vw, 72px); }
.hero-kicker, .cred-line, .kicker-dark {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-400);
  margin: 0 0 clamp(20px, 3vw, 34px);
}
.hero-kicker .blink { width: 8px; height: 8px; background: var(--color-accent); animation: ei-blink 2.4s ease-in-out infinite; }
.hero-kicker .sep, .cred-line .sep { color: var(--color-neutral-500); }
.hero h1 {
  font-size: clamp(52px, 11.5vw, 168px); line-height: .88; letter-spacing: -.035em; text-transform: uppercase;
  color: var(--color-neutral-100); margin: 0 0 clamp(22px, 3vw, 38px); max-width: 16ch; text-wrap: balance;
}
.hero h1 .accent { color: var(--color-accent); }
.hero-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(24px, 4vw, 56px); align-items: end; }
.hero .lede { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; color: var(--color-neutral-300); max-width: 54ch; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-cue { display: flex; align-items: center; gap: 12px; margin-top: clamp(36px, 5vw, 64px); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--color-neutral-500); }
.hero-cue .rule { display: block; width: 1px; height: 30px; background: var(--color-neutral-600); animation: ei-nudge 2.6s ease-in-out infinite; }
.hero-sentinel { position: absolute; left: 0; bottom: 0; width: 1px; height: 1px; pointer-events: none; }
@media (max-width: 1080px) {
  .hero-cinematic { min-height: calc(92svh - 62px); }
  .hero-cinematic .hero-content { padding-top: 128px; padding-bottom: 84px; }
}
@media (max-width: 1080px) and (max-height: 719px) {
  .hero-cinematic .hero-content { padding-top: 96px; }
  .hero-cinematic .hero-cue { display: none; }
}

/* Inner-page hero (14-09 second pass): the cinematic hero's grammar — kicker row, brackets, display H1,
   lede + actions on one row — without the photograph. Every inner page opens with it. */
.page-hero { min-height: 0; }
.page-hero .hero-content { padding-top: clamp(140px, 15vw, 196px); padding-bottom: clamp(44px, 6vw, 76px); }
.page-hero h1 { font-size: clamp(40px, 6.6vw, 96px); line-height: .92; letter-spacing: -.035em; text-transform: uppercase; color: var(--color-neutral-100); max-width: 15ch; margin: 0 0 clamp(22px, 3vw, 38px); text-wrap: balance; }
.page-hero .lede { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; color: var(--color-neutral-300); max-width: 54ch; margin: 0; }
.page-hero .hero-note { font-size: 14px; line-height: 1.55; color: var(--color-neutral-400); max-width: 54ch; margin: 18px 0 0; }
.page-hero .hero-note a { color: var(--color-neutral-100); text-decoration-color: var(--color-accent); }
.page-hero .hero-actions { margin: 0; }
.page-hero .hero-plates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: clamp(36px, 5vw, 64px); }
.page-hero .hero-plates figure { margin: 0; background: var(--color-neutral-900); border: 1px solid var(--color-neutral-700); }
.page-hero .hero-plates img { width: 100%; height: auto; }
.page-hero .hero-plates figcaption { padding: 9px 10px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-neutral-400); }
@media (max-width: 559px) { .page-hero .hero-plates figcaption { font-size: 10px; letter-spacing: .08em; padding: 7px 6px; } }

/* ---------- Credentials strip (README §3) ---------- */
.creds { background: var(--color-text); color: var(--color-neutral-300); border-top: 2px solid var(--rule-dark); }
.creds ul { list-style: none; margin: 0; padding: 0 var(--gutter); max-width: var(--container); margin-inline: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.creds li { margin: 0; padding: 26px 0; border-right: 1px solid rgba(255,255,255,.14); padding-right: 16px; }
.creds li:last-child { border-right: 0; }
.t-label { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-500); margin-bottom: 8px; }
.t-value { display: block; font-family: var(--font-heading); font-weight: 800; font-size: clamp(18px, 1.8vw, 24px); color: var(--color-neutral-100); letter-spacing: -.01em; }
.t-value a { color: inherit; text-decoration-color: var(--color-accent); }

/* ---------- Sections ---------- */
.section { padding: var(--section) 0; }
.section-tight { padding: clamp(28px, 4vw, 52px) 0; }
main > .section + .section, main > .section + .section-tight, main > .section-tight + .section, main > .cta-block + .section, main > nav + .section, main > .doors + .section, main > .creds + .section { border-top: 2px solid var(--color-divider); }
.section-dark { background: var(--color-text); color: var(--color-neutral-100); }
main > .section-dark + .section, main > .section + .section-dark { border-top-color: var(--rule-dark); }
.section-white { background: var(--color-surface); }
.section-head { max-width: 66ch; margin-bottom: clamp(28px, 4vw, 52px); }
.section-head .lede { font-size: 17px; line-height: 1.62; }
.band-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-bottom: 2px solid var(--color-divider); padding-bottom: 18px; }
.band-head h2 { font-size: clamp(32px, 4.6vw, 62px); margin: 0; }
.band-head .note-r { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-700); }
.section-dark .band-head { border-bottom: 0; margin-bottom: clamp(28px, 4vw, 52px); padding-bottom: 0; }
.section-dark .band-head .note-r { color: var(--color-neutral-500); }
.kicker { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--color-accent-700); margin: 0 0 16px; }
.section-dark .kicker, .hero .kicker, .on-dark .kicker { color: var(--color-accent); }
.lede { font-size: 17px; line-height: 1.62; max-width: 52ch; }
.prose-17 p { font-size: 17px; line-height: 1.62; max-width: 52ch; }

/* ---------- Four doors (README §4) ---------- */
.doors { padding: clamp(72px, 9vw, 128px) 0 0; }
.doors-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); }
.door {
  display: flex; flex-direction: column; gap: 14px; text-decoration: none; color: var(--color-text);
  padding: clamp(28px, 3vw, 44px) clamp(22px, 2.2vw, 32px) clamp(28px, 3vw, 44px) 0; border-right: 1px solid var(--color-divider);
  transition: background .45s var(--ease), color .35s ease, padding-left .45s var(--ease);
}
.door:last-child { border-right: 0; }
.door:hover, .door:focus-visible { background: var(--color-text); color: var(--color-neutral-100); padding-left: 24px; }
.door .door-num { font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: .18em; color: var(--color-accent-700); }
.door:hover .door-num, .door:focus-visible .door-num { color: var(--color-accent); }
.door h3 { font-size: clamp(21px, 1.9vw, 27px); margin: 0; letter-spacing: -.02em; color: inherit; }
.door p { font-size: 15px; line-height: 1.6; margin: 0; color: inherit; opacity: .8; }
.door .door-go { margin-top: auto; padding-top: 18px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: inherit; }
@media (max-width: 767px) { .door { border-right: 0; border-bottom: 1px solid var(--color-divider); } .door:last-child { border-bottom: 0; } }

/* ---------- Method + comparator (README §5) ---------- */
.method-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: clamp(36px, 5vw, 80px); align-items: start; }
.method h2 { font-size: clamp(34px, 4.4vw, 58px); margin: 0 0 24px; }
.pillars { display: grid; gap: 0; margin-top: 34px; border-top: 2px solid var(--color-divider); list-style: none; padding: 0; }
.pillars li { display: grid; grid-template-columns: 26px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--color-divider); margin: 0; }
.pillars .p-num { font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: .1em; color: var(--color-accent-700); padding-top: 3px; }
.pillars .p-title { font-family: var(--font-heading); font-weight: 800; font-size: 16px; letter-spacing: -.01em; margin-bottom: 4px; display: block; }
.pillars .p-body { font-size: 14.5px; line-height: 1.58; color: var(--color-neutral-700); }

.ba { position: relative; aspect-ratio: 4 / 3; background: var(--color-neutral-300); overflow: hidden; user-select: none; border: 2px solid var(--color-text); }
.ba-layer { position: absolute; inset: 0; }
.ba-layer img { width: 100%; height: 100%; object-fit: cover; }
.ba-top { clip-path: inset(0 50% 0 0); }
.ba-label { position: absolute; top: 14px; font-size: 11px; font-weight: 600; letter-spacing: .16em; padding: 7px 11px; pointer-events: none; }
.ba-label.visual { left: 14px; background: var(--color-text); color: var(--color-neutral-100); }
.ba-label.thermal { right: 14px; background: var(--color-accent-fill); color: var(--color-accent-fill-on); }
.ba-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--color-accent); pointer-events: none; }
.ba-handle {
  position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; margin: -26px 0 0 -26px;
  background: var(--color-accent-fill); color: var(--color-accent-fill-on); display: flex; align-items: center; justify-content: center; gap: 5px;
  cursor: ew-resize; touch-action: none; font-family: var(--font-heading); font-weight: 800; font-size: 15px; box-shadow: var(--shadow-md); border: 0;
}
/* Ring over two photographs: dark ring with a white inner halo reads on both the mono and the thermal frame. */
.ba-handle:focus-visible { outline: 2px solid var(--color-text); outline-offset: 2px; box-shadow: 0 0 0 2px #fff, var(--shadow-md); }
.ba-caption { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 14px; font-size: 12px; color: var(--color-neutral-700); }
.ba-caption .fig { letter-spacing: .14em; text-transform: uppercase; }

/* ---------- Services accordion (README §6) ---------- */
.services { background: var(--color-text); color: var(--color-neutral-100); }
.acc { border-top: 2px solid rgba(255,255,255,.24); }
.acc-item { border-bottom: 1px solid var(--rule-dark); }
.acc-btn {
  width: 100%; background: transparent; border: 0; cursor: pointer; display: grid; grid-template-columns: 64px 1fr 44px; gap: 12px; align-items: center;
  text-align: left; padding: clamp(20px, 2.4vw, 30px) 0; color: var(--color-neutral-100); font-family: var(--font-heading);
  transition: padding-left .4s var(--ease), color .3s ease;
}
.acc-btn:hover { padding-left: 14px; color: var(--color-accent-400); }
.acc-btn .acc-num { font-size: 13px; font-weight: 800; letter-spacing: .12em; color: var(--color-accent); }
.acc-btn .acc-title { font-size: clamp(20px, 2.4vw, 34px); font-weight: 800; letter-spacing: -.025em; color: inherit; }
.acc-btn .acc-sign { font-size: 26px; font-weight: 400; text-align: right; color: inherit; }
.acc-btn .acc-sign::before { content: "+"; }
.acc-btn[aria-expanded="true"] .acc-sign::before { content: "−"; }
.acc-panel { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 0 0 clamp(26px, 3vw, 38px); }
.acc-panel[hidden] { display: none; }
.acc-panel-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(20px, 3vw, 48px); }
.acc-panel p { font-size: 16px; line-height: 1.6; color: var(--color-neutral-300); margin: 0; max-width: 48ch; }
.acc-label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-500); margin-bottom: 12px; }
.acc-list { list-style: none; margin: 0; padding: 0; }
.acc-list li { display: flex; gap: 10px; align-items: baseline; padding: 7px 0; border-bottom: 1px solid var(--rule-dark-soft); font-size: 14.5px; color: var(--color-neutral-200); margin: 0; }
.acc-list li::before { content: "—"; color: var(--color-accent); }
.acc-more { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--color-neutral-100); text-decoration-color: var(--color-accent); }
.services .disclaimer { margin-top: 26px; font-size: 13px; line-height: 1.6; color: var(--color-neutral-500); max-width: 88ch; }
@media (max-width: 560px) { .acc-btn { grid-template-columns: 44px 1fr 32px; } .acc-panel { grid-template-columns: 44px 1fr; } }

/* ---------- Work gallery (README §7) ---------- */
.work-head { align-items: flex-end; padding-bottom: 20px; margin-bottom: clamp(24px, 3vw, 38px); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  background: transparent; color: var(--color-text); border: 1px solid var(--color-divider);
  font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 9px 14px; text-align: left; white-space: nowrap; cursor: pointer; transition: background .3s ease, color .3s ease;
}
.chip:hover { background: color-mix(in srgb, var(--color-text) 7%, transparent); }
.chip[aria-pressed="true"], .chip.is-active { background: var(--color-text); color: var(--color-bg); border-color: var(--color-text); }
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 2px; background: transparent; list-style: none; margin: 0; padding: 0; }
.tile { margin: 0; background: var(--color-bg); position: relative; box-shadow: inset -2px -2px 0 0 var(--color-divider); }
.tile[hidden] { display: none; }
.tile-img { position: relative; aspect-ratio: 4 / 3; background: var(--color-neutral-300); overflow: hidden; }
.tile-img img { width: 100%; height: 100%; object-fit: cover; }
.tile figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; font-size: 13px; color: var(--color-text); margin: 0; }
.tile .tag { color: var(--color-accent-700); font-weight: 600; }
.tile .view {
  background: transparent; border: 1px solid var(--color-divider); color: var(--color-text); font-family: var(--font-heading); font-weight: 800;
  font-size: 11px; letter-spacing: .12em; padding: 7px 10px; cursor: pointer; transition: background .3s ease, color .3s ease; min-height: 32px;
}
.tile .view:hover { background: var(--color-text); color: var(--color-bg); }
.work-note { margin-top: 20px; font-size: 13px; color: var(--color-neutral-700); }
.lightbox { border: 0; padding: clamp(16px, 4vw, 56px); background: transparent; max-width: none; max-height: none; width: 100%; height: 100%; color: var(--color-neutral-300); }
.lightbox::backdrop { background: rgba(32,30,29,.94); }
.lightbox[open] { display: flex; align-items: center; justify-content: center; cursor: zoom-out; }
.lightbox-inner { max-width: 1100px; width: 100%; cursor: default; }
.lightbox-frame { position: relative; aspect-ratio: 4 / 3; background: var(--color-neutral-800); display: flex; align-items: center; justify-content: center; }
.lightbox-frame img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-cap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 16px; font-size: 14px; color: var(--color-neutral-300); }
.lightbox-cap .tag { color: var(--color-accent); font-weight: 600; }
.lightbox-cap .close { background: transparent; border: 1px solid rgba(255,255,255,.3); color: var(--color-neutral-300); font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; padding: 7px 12px; cursor: pointer; }
.lightbox-cap .close:hover { background: rgba(255,255,255,.1); }
.lightbox :focus-visible { outline-color: #fff; }

/* ---------- Scope builder (README §8) ---------- */
.scope { background: var(--color-surface); border-top: 2px solid var(--color-divider); }
.scope-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(32px, 4vw, 72px); align-items: start; }
.scope h2 { font-size: clamp(32px, 4.4vw, 56px); margin: 0 0 20px; }
.scope .intro { font-size: 16.5px; line-height: 1.62; max-width: 48ch; }
.scope-group { margin-top: 28px; }
.scope-group:first-of-type { margin-top: 34px; }
.scope-label { display: flex; justify-content: space-between; align-items: baseline; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-700); margin-bottom: 10px; }
.scope-label .val { font-family: var(--font-heading); font-weight: 800; font-size: 18px; letter-spacing: 0; text-transform: none; color: var(--color-text); }
.scope .chips { gap: 2px; }
.scope-rows { display: grid; gap: 2px; }
.row-btn {
  display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; text-align: left; cursor: pointer;
  background: var(--color-bg); color: var(--color-text); border: 1px solid var(--color-divider); padding: 14px 16px;
  font-family: var(--font-body); font-size: 14.5px; transition: background .3s ease, color .3s ease; min-height: var(--tap);
}
.row-btn .mark { font-family: var(--font-heading); font-weight: 800; }
.row-btn[aria-pressed="true"], .row-btn[aria-checked="true"] { background: var(--color-text); color: var(--color-neutral-100); border-color: var(--color-text); }
input[type="range"].range { width: 100%; accent-color: var(--color-accent); height: 26px; cursor: pointer; margin: 0; }
.scope-panel { position: sticky; top: 108px; background: var(--color-text); color: var(--color-neutral-100); padding: clamp(26px, 3vw, 40px); }
.scope-panel-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 14px; margin-bottom: 20px; }
.scope-panel-head .lbl { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--color-neutral-500); }
.scope-panel-head .turn { font-size: 11px; letter-spacing: .12em; color: var(--color-accent); }
.scope-band { font-family: var(--font-heading); font-weight: 800; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.035em; line-height: 1; margin-bottom: 8px; }
.scope-note { font-size: 13px; color: var(--color-neutral-400); margin-bottom: 24px; }
.scope-lines { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.18); margin: 0; }
.scope-lines > div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--rule-dark-soft); font-size: 14px; }
.scope-lines dt { color: var(--color-neutral-400); }
.scope-lines dd { margin: 0; text-align: right; color: var(--color-neutral-100); }
.scope-panel .btn-primary { margin-top: 24px; width: 100%; padding: 16px 20px; font-size: 15px; }
.scope-caveat { margin: 14px 0 0; font-size: 12px; line-height: 1.55; color: var(--color-neutral-500); }
.scope-caveat a { color: var(--color-neutral-300); }

/* ---------- Coverage (README §9) ---------- */
.coverage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(28px, 4vw, 64px); }
.coverage h2 { font-size: clamp(32px, 4.4vw, 58px); margin: 0 0 22px; }
.axis { margin-top: clamp(40px, 5vw, 72px); }
.axis-rule { height: 2px; background: var(--color-text); }
.stops { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); list-style: none; margin: 0; padding: 0; }
.stops li { margin: 0; }
.stops .dot { width: 10px; height: 10px; background: var(--color-text); margin: -6px 0 14px; }
.stops .name { font-family: var(--font-heading); font-weight: 800; font-size: 15px; letter-spacing: -.01em; color: var(--color-text); }
.stops .stop-note { font-size: 12px; color: var(--color-neutral-700); margin-top: 3px; }
.stops .home .dot { width: 18px; height: 18px; margin-top: -10px; background: var(--color-accent-700); }
.stops .home .name { color: var(--color-accent-700); }
.proofs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2px; margin-top: clamp(40px, 5vw, 72px); background: var(--color-divider); list-style: none; padding: 0; }
.proofs li { background: var(--color-bg); padding: clamp(24px, 2.6vw, 34px); margin: 0; }
.proofs .p-title { font-family: var(--font-heading); font-weight: 800; font-size: 18px; letter-spacing: -.015em; margin-bottom: 10px; display: block; }
.proofs .p-body { font-size: 14.5px; line-height: 1.6; color: var(--color-neutral-700); }
.proofs a { color: inherit; }

/* ---------- Contact poster (README §10) + inner-page CTA block ---------- */
/* Fill is raw --color-accent, label colour is --color-accent-fill-on (ink) — Jarvis's ruling, GL-003 §2.8.2-bis.
   Dividers move from a white-based tint to an ink-based one (var(--color-divider)) to match: the ground is
   now light-ish orange, not a dark band, so a white hairline read as muddy. */
.poster, .cta-block { background: var(--color-accent-fill); color: var(--color-accent-fill-on); padding: clamp(64px, 8vw, 116px) 0; text-align: left; }
.poster-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(32px, 5vw, 80px); align-items: start; }
.poster h2, .cta-block h2 { font-size: clamp(36px, 5.4vw, 78px); letter-spacing: -.035em; line-height: .95; margin: 0 0 22px; color: var(--color-accent-fill-on); }
.poster p, .cta-block p { font-size: 17px; line-height: 1.6; max-width: 46ch; color: var(--color-accent-fill-on); }
.poster-rows { border-top: 2px solid var(--color-divider); }
.poster-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--color-divider); color: var(--color-accent-fill-on); text-decoration: none; transition: padding-left .4s var(--ease); }
.poster-row:last-child { border-bottom: 0; }
a.poster-row:hover { padding-left: 12px; color: var(--color-accent-fill-on); }
.poster-row .lbl { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--color-accent-fill-on); }
.poster-row .val { font-family: var(--font-heading); font-weight: 800; font-size: clamp(20px, 2.4vw, 30px); letter-spacing: -.02em; text-align: right; }
.poster-row .val.mail { font-size: clamp(16px, 1.8vw, 24px); word-break: break-all; }
.poster-row .sub { display: block; font-size: 13px; margin-top: 2px; font-family: var(--font-body); font-weight: 400; letter-spacing: 0; }
.poster :focus-visible, .cta-block :focus-visible { outline-color: var(--color-accent-fill-on); }
.cta-block .btn-primary { background: var(--color-text); border-color: var(--color-text); color: var(--color-neutral-100); }
.cta-block .btn-primary:hover { background: var(--color-neutral-900); border-color: var(--color-neutral-900); }
/* .cta-block .btn-primary sits on an INK background nested inside the orange block, so its own focus ring
   needs a light outline, not the block-wide ink one above — dead code today (no page uses .cta-block; the
   ten shipped pages all close with .poster) but kept correct in case it is ever wired up. */
.cta-block .btn-primary:focus-visible { outline-color: var(--color-neutral-100); }
.cta-block .alt { margin-top: var(--space-6); font-size: 15px; }
.cta-block a { color: var(--color-accent-fill-on); text-decoration-color: var(--color-accent-fill-on); }
.cta-block strong { color: var(--color-accent-fill-on); }

/* ---------- Footer (README §11) ---------- */
.site-footer { background: var(--color-text); color: var(--color-neutral-300); padding: clamp(52px, 6vw, 88px) 0 0; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(28px, 4vw, 56px); padding-bottom: clamp(36px, 4vw, 60px); }
.footer-logo { width: 260px; max-width: 100%; margin-bottom: 20px; }
.site-footer p { font-size: 14px; line-height: 1.6; color: var(--color-neutral-400); max-width: 36ch; }
.site-footer h2 { font-family: var(--font-body); font-size: 11px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-500); margin: 0 0 14px; line-height: 1.4; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer li { margin: 0; color: var(--color-neutral-400); }
.site-footer a { color: var(--color-neutral-300); text-decoration: none; }
.site-footer a:hover { color: var(--color-accent); }
.site-footer a.mail { word-break: break-all; }
.footer-legal { border-top: 1px solid var(--rule-dark); padding: 20px 0 var(--space-8); font-size: 12px; line-height: 1.7; color: var(--color-neutral-500); max-width: none; }
.footer-legal a { color: var(--color-neutral-300); }
body.has-bar .footer-legal { padding-bottom: 96px; }

/* ---------- Mobile sticky bar (README §12; homepage only, JS-gated) ---------- */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--color-text); }
.sticky-bar[hidden] { display: none; }
.sticky-bar a { font-family: var(--font-heading); font-weight: 800; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; padding: 19px 20px; text-align: left; text-decoration: none; }
.sticky-bar .call { background: var(--color-text); color: var(--color-neutral-100); }
.sticky-bar .quote { background: var(--color-accent-fill); color: var(--color-accent-fill-on); }
.sticky-bar .quote:focus-visible { outline-color: var(--color-accent-fill-on); outline-offset: -4px; }
.sticky-bar .call:focus-visible { outline-offset: -4px; }
@media (min-width: 1081px) { .sticky-bar { display: none; } body.has-bar { padding-bottom: 0; } }

/* ---------- Scroll reveals (README §Interactions) ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js [data-reveal="sm"] { transform: translateY(18px); transition-duration: .8s; }
.js [data-reveal="lg"] { transform: translateY(30px); transition-duration: 1s; }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- Reduced motion (README asks for it explicitly) ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-bg, .hero-scan, .hero-cue .rule, .hero-kicker .blink { animation: none !important; }
  .hero-scan { display: none; }
  .hero-bg, .hero-content { translate: none !important; }
  .hero-content { opacity: 1 !important; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: .01ms !important; transition-delay: 0ms !important; }
}

/* ==========================================================================
   Inner-page components — restyled onto the handoff tokens. Markup unchanged.
   ========================================================================== */

/* Grids / cards */
.grid { display: grid; grid-template-columns: 1fr; gap: 2px; background: var(--color-divider); }
.grid > * { background: var(--color-bg); }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 760px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 640px) and (max-width: 899px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
.card { display: flex; flex-direction: column; gap: var(--space-2); padding: clamp(22px, 2.4vw, 32px); background: var(--color-surface); border-top: 2px solid var(--color-text); }
.section-white .card { background: var(--color-bg); }
.card h3 { margin: 0; }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card-num { font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: .18em; color: var(--color-accent-700); display: block; margin-bottom: var(--space-2); }
.card-link { margin-top: auto; padding-top: var(--space-4); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--color-text); text-decoration-color: var(--color-accent); }
.card-link:hover { color: var(--color-accent-700); }
.section-dark .card { background: var(--color-neutral-900); border-top-color: var(--color-neutral-100); }
.section-dark .card-num { color: var(--color-accent); }
.section-dark .card-link { color: var(--color-neutral-100); text-decoration-color: var(--color-accent); }
.status-flag { display: inline-block; align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--color-neutral-100); background: var(--color-text); padding: 5px 9px; margin-bottom: var(--space-3); }
.section-dark .status-flag { background: var(--color-neutral-100); color: var(--color-text); }

/* Spec lists */
.spec-list { list-style: none; padding: 0; margin: 0 0 var(--space-4); border-top: 2px solid var(--color-divider); }
.spec-list li { padding: 18px 0; border-bottom: 1px solid var(--color-divider); margin: 0; font-size: 14.5px; line-height: 1.58; }
.spec-list strong { font-family: var(--font-heading); font-weight: 800; font-size: 16px; letter-spacing: -.01em; display: block; margin-bottom: 4px; }
.section-dark .spec-list { border-top-color: rgba(255,255,255,.24); }
.section-dark .spec-list li { border-color: var(--rule-dark); color: var(--color-neutral-300); }
.section-dark .spec-list strong { color: var(--color-neutral-100); }

/* Definition pairs */
.def { display: grid; grid-template-columns: 1fr; gap: var(--space-1) var(--space-6); margin: 0 0 var(--space-4); border-top: 2px solid var(--color-divider); padding-top: 14px; }
.def dt { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-700); padding-top: 3px; }
.def dd { margin: 0 0 14px; min-width: 0; overflow-wrap: break-word; }
@media (min-width: 640px) { .def { grid-template-columns: 12rem 1fr; } }
.section-dark .def { border-top-color: rgba(255,255,255,.24); }
.section-dark .def dt { color: var(--color-neutral-500); }

/* Split */
.split { display: grid; grid-template-columns: 1fr; gap: clamp(32px, 5vw, 72px); }
@media (min-width: 860px) { .split { grid-template-columns: 1fr 1fr; align-items: start; } .split-3-2 { grid-template-columns: 3fr 2fr; } }

/* Do / do not box */
.boundary { display: grid; grid-template-columns: 1fr; gap: 2px; margin: var(--space-6) 0; background: var(--color-divider); }
@media (min-width: 640px) { .boundary { grid-template-columns: 1fr 1fr; } }
.boundary > div { background: var(--color-surface); padding: clamp(20px, 2.4vw, 28px); border-top: 2px solid var(--color-text); }
.section-white .boundary > div { background: var(--color-bg); }
.boundary h3, .boundary h4 { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--color-text); }
.boundary h3::before, .boundary h4::before { content: ""; width: 10px; height: 10px; flex: none; background: var(--ok); }
.boundary .dont h3::before, .boundary .dont h4::before { background: var(--bad); }
.boundary ul { margin-bottom: 0; font-size: 14.5px; }
.section-dark .boundary > div { background: var(--color-neutral-900); }
.section-dark .boundary h4 { color: var(--color-neutral-100); }

/* Credential rows / badges */
.cred-row { background: var(--color-surface); border-left: 4px solid var(--ok); padding: clamp(20px, 2.4vw, 28px); margin-bottom: 2px; }
.cred-row h3 { margin-bottom: var(--space-2); font-size: 18px; }
.cred-row p:last-child { margin-bottom: 0; }
.cred-row.pending { border-left-color: var(--color-neutral-500); }
.badge-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 2px; margin: 0 0 var(--space-4); }
.badge-list li { font-size: 13px; font-weight: 600; color: #fff; background: var(--ok); padding: 6px 12px; margin: 0; }

/* RAG chips — status, not brand */
.rag { display: inline-block; font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; white-space: nowrap; }
.rag-red { background: var(--bad); color: #fff; }
.rag-amber { background: var(--warn); color: var(--color-text); }
.rag-green { background: var(--ok); color: #fff; }

/* Tables */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 var(--space-6); border-top: 2px solid var(--color-text); background: var(--color-surface); }
.table th, .table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--color-divider); vertical-align: top; font-size: 14.5px; }
.table th { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--color-neutral-700); }
.table tbody tr:last-child td { border-bottom: 0; }
.table tbody tr:hover { background: color-mix(in srgb, var(--color-text) 4%, transparent); }
.table td.num, .table th.num { text-align: right; white-space: nowrap; }
.table caption { text-align: left; padding: 14px; font-family: var(--font-heading); font-weight: 800; caption-side: top; }

/* Price list */
.price-list { list-style: none; padding: 0; margin: 0 0 var(--space-6); border-top: 2px solid var(--color-divider); }
.price-list li { display: grid; grid-template-columns: 1fr auto; gap: var(--space-1) var(--space-6); padding: 18px 0; border-bottom: 1px solid var(--color-divider); margin: 0; align-items: start; }
.price-list .what strong { display: block; font-family: var(--font-heading); font-weight: 800; font-size: 16px; letter-spacing: -.01em; margin-bottom: 4px; }
.price-list .what span { font-size: 14.5px; line-height: 1.58; color: var(--color-neutral-700); }
.price-list .from { font-family: var(--font-heading); font-weight: 800; font-size: 24px; letter-spacing: -.02em; line-height: 1; white-space: nowrap; text-align: right; }
.price-list .from small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-neutral-700); margin-top: 6px; }
@media (max-width: 479px) { .price-list li { grid-template-columns: 1fr; } .price-list .from { text-align: left; } }

/* Proof / notes */
.proof-line { border-left: 4px solid var(--color-text); padding: 18px 22px; background: var(--color-surface); }
.note { background: var(--color-surface); border-left: 4px solid var(--color-accent); padding: 18px 22px; margin: 0 0 var(--space-6); font-size: 14.5px; line-height: 1.58; }
.note p:last-child { margin-bottom: 0; }
.section-white .note, .section-white .proof-line { background: var(--color-bg); }
.section-dark .note { background: var(--color-neutral-900); color: var(--color-neutral-100); }

/* Photo placeholders (no stock; hidden in production until filled) */
.photo-placeholder { display: none !important; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0 0 var(--space-6); counter-reset: step; display: grid; gap: 2px; background: var(--color-divider); }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(4, 1fr); } .steps-5 { grid-template-columns: repeat(5, 1fr); } }
.steps li { counter-increment: step; background: var(--color-surface); padding: clamp(20px, 2.4vw, 28px); margin: 0; min-width: 0; overflow-wrap: break-word; }
.section-white .steps li { background: var(--color-bg); }
.steps li::before { content: counter(step, decimal-leading-zero); display: block; font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: .18em; color: var(--color-accent-700); margin-bottom: 14px; }
.steps strong { display: block; font-family: var(--font-heading); font-weight: 800; font-size: 16px; letter-spacing: -.01em; margin-bottom: 4px; }
.steps p { margin: 0; font-size: 14.5px; line-height: 1.58; color: var(--color-neutral-700); }
.section-dark .steps li { background: var(--color-neutral-900); }
.section-dark .steps li::before { color: var(--color-accent); }
.section-dark .steps p { color: var(--color-neutral-300); }
.steps-1 { grid-template-columns: 1fr !important; }
.boundary-1 { grid-template-columns: 1fr !important; margin-top: 0; }

/* Coverage map (credentials) */
.map-wrap { background: var(--color-surface); padding: var(--space-4); }
.map-wrap svg { display: block; width: 100%; height: auto; max-height: 560px; margin: 0 auto; }
.map-legend { list-style: none; padding: 0; margin: var(--space-4) 0 0; display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-6); font-size: 13px; }
.map-legend li { margin: 0; display: inline-flex; align-items: center; gap: var(--space-2); }
.map-legend .sw { width: 12px; height: 12px; display: inline-block; border: 2px solid var(--color-text); }
.map-legend .sw.base { background: var(--color-accent); }
.map-legend .sw.town { background: var(--color-bg); }

/* Forms (handoff .input / .field) */
.form { max-width: 720px; }
.fieldset { border: 0; padding: clamp(20px, 2.4vw, 32px); margin: 0 0 2px; background: var(--color-surface); min-width: 0; }
.fieldset legend { float: left; width: 100%; font-family: var(--font-heading); font-weight: 800; font-size: 20px; letter-spacing: -.02em; padding: 0; margin: 0 0 var(--space-4); }
.fieldset > legend + * { clear: both; }
.field { margin-bottom: var(--space-6); }
.field:last-child { margin-bottom: 0; }
.field label, .field .legend { display: block; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-700); margin: 0 0 8px; }
.field .hint { font-size: 13px; line-height: 1.5; color: var(--color-neutral-700); margin: 0 0 var(--space-2); }
.field input:not([type="checkbox"]):not([type="radio"]), .field select, .field textarea, .input {
  width: 100%; min-height: var(--tap); padding: 8px 12px; font: inherit; font-size: 15px; color: var(--color-text); caret-color: var(--color-accent);
  background: var(--color-bg); border: 1px solid var(--color-divider); border-radius: var(--radius-md);
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: color-mix(in srgb, var(--color-text) 45%, transparent); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: var(--color-accent-ring); outline-offset: 0; }
.field textarea { min-height: 8rem; resize: vertical; }
.field input[type="file"] { padding: 9px 12px; }
.field .req { color: var(--bad); font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: 1fr; gap: 2px; }
@media (min-width: 560px) { .choice-grid { grid-template-columns: 1fr 1fr; } }
.field .choice, .choice {
  display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; background: var(--color-bg); border: 1px solid var(--color-divider);
  min-height: var(--tap); cursor: pointer; font-size: 14.5px; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--color-text); margin: 0;
  transition: background .3s ease, color .3s ease;
}
.choice input { width: 18px; height: 18px; margin: 2px 0 0; flex: none; accent-color: var(--color-accent-ring); }
.choice:has(input:checked) { background: var(--color-text); color: var(--color-neutral-100); border-color: var(--color-text); }
.choice:has(input:focus-visible) { outline: 2px solid var(--color-accent-ring); outline-offset: 2px; }
.two-up { display: grid; grid-template-columns: 1fr; gap: 0 var(--space-4); }
@media (min-width: 560px) { .two-up { grid-template-columns: 1fr 1fr; } }
.cond[hidden] { display: none; }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; flex-wrap: wrap; gap: var(--space-4); align-items: center; margin-top: var(--space-6); }
.form-status { margin-top: var(--space-6); }
.form-status[hidden] { display: none; }
.js .nojs-only { display: none; }
html:not(.js) .js-only { display: none; }
.copy-box { width: 100%; font: inherit; font-size: 13px; border: 1px solid var(--color-divider); padding: 12px; background: var(--color-bg); color: var(--color-text); }

/* Contact page */
.contact-details { list-style: none; padding: 0; margin: 0 0 var(--space-4); border-top: 2px solid var(--color-divider); }
.contact-details li { padding: 16px 0; margin: 0; border-bottom: 1px solid var(--color-divider); }
.contact-details .label { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-700); display: block; margin-bottom: 4px; }
.contact-details a.big { font-family: var(--font-heading); font-size: clamp(20px, 2.4vw, 30px); font-weight: 800; letter-spacing: -.02em; color: var(--color-text); text-decoration-color: var(--color-accent); word-break: break-all; }
.contact-details a.big:hover { color: var(--color-accent-700); }

/* Sample report preview */
.report-preview { background: var(--color-surface); padding: clamp(20px, 2.4vw, 32px); border-top: 2px solid var(--color-text); }
.report-preview ol { padding-left: 1.4rem; margin: 0; }
.report-preview li { margin-bottom: var(--space-2); font-size: 14.5px; }
.report-preview li strong { font-family: var(--font-heading); font-weight: 800; }
.report-pages { margin: clamp(32px, 4vw, 56px) 0 0; }
.report-pages .pages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; text-decoration: none; }
.report-pages img { display: block; width: 100%; height: auto; border: 1px solid var(--color-text); background: #fff; }
.report-pages figcaption { margin-top: 14px; font-size: 13px; color: var(--color-neutral-700); }
.report-pages a.pages:hover img, .report-pages a.pages:focus-visible img { border-color: var(--color-accent-ring); }
.section-dark .report-pages img { border-color: var(--color-neutral-700); }
.section-dark .report-pages figcaption { color: var(--color-neutral-400); }
@media (max-width: 559px) { .report-pages .pages { grid-template-columns: 1fr 1fr; } .report-pages img:nth-child(3) { display: none; } }

/* In-page nav (services) */
.page-nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.page-nav li { margin: 0; }
.page-nav a {
  display: inline-flex; align-items: center; min-height: 36px; padding: 9px 14px;
  font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--color-text); background: transparent; border: 1px solid var(--color-divider); text-decoration: none; white-space: nowrap;
  transition: background .3s ease, color .3s ease;
}
.page-nav a:hover { background: var(--color-text); color: var(--color-bg); }

/* ---------- Print (site pages) ---------- */
@media print {
  .site-header, .site-footer, .cta-block, .poster, .menu-toggle, .skip-link, .sticky-bar, .hero-bg, .hero-scan, .hero-bracket { display: none !important; }
  body { background: #fff; color: #000; padding: 0; }
  .section-dark, .hero, .services, .creds, .scope-panel { background: #fff; color: #000; }
  .section-dark h2, .section-dark h3, .section-dark p, .section-dark li, .hero h1, .hero .lede { color: #000; }
  a { color: #000; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* ==========================================================================
   Inner pages — band rhythm (14-09-2026, second pass). Every inner page is the handoff's sequence
   of bands: dark hero with the kicker row and brackets, light / surface bands opened by a
   .band-head, the contact poster to close. Everything below reuses the homepage's geometry and
   tokens; no colour value appears here that is not a token in :root.
   ========================================================================== */

/* Doors used as an on-page index (links) or as static tiles (about page). */
.doors-index { padding: clamp(40px, 5vw, 64px) 0 0; }
.door.is-static { cursor: default; }
.door.is-static:hover { background: transparent; color: var(--color-text); padding-left: 0; }
.door.is-static:hover .door-num { color: var(--color-accent-700); }
.door .door-meta { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-neutral-700); }
.door .door-list { list-style: none; margin: 0; padding: 0; font-size: 14.5px; line-height: 1.55; }
.door .door-list li { padding: 6px 0; border-bottom: 1px solid var(--color-divider); margin: 0; }
.door .door-list li:last-child { border-bottom: 0; }
.door .door-list strong { font-family: var(--font-heading); font-weight: 800; }
.door.is-static .caption { color: var(--color-neutral-700); font-size: 13px; }
.doors-grid.doors-5 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* Service bands — the accordion row, expanded: number column, display title, two columns of what it is /
   what comes back, a mono plate where a capture exists, and the do / do-not box. */
.section-svc { padding: clamp(56px, 7vw, 100px) 0; }
.svc-inner { display: grid; grid-template-columns: 64px 1fr; gap: 12px; }
.svc-num { font-family: var(--font-heading); font-weight: 800; font-size: 13px; letter-spacing: .12em; color: var(--color-accent-700); padding-top: .6em; }
.svc-body { min-width: 0; }
.section-svc h2 { font-size: clamp(28px, 4vw, 54px); letter-spacing: -.03em; margin: 0 0 18px; }
.section-svc .lede { font-size: 17px; line-height: 1.62; max-width: 60ch; margin: 0 0 clamp(28px, 3vw, 40px); }
.svc-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(24px, 3vw, 48px); align-items: start; }
.svc-label { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--color-neutral-700); margin: 0 0 12px; }
.svc-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--color-divider); }
.svc-list li { display: flex; gap: 10px; align-items: baseline; padding: 9px 0; border-bottom: 1px solid var(--color-divider); font-size: 14.5px; line-height: 1.5; margin: 0; }
.svc-list li::before { content: "\2014"; color: var(--color-accent-700); flex: none; }
.svc-more { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--color-text); text-decoration-color: var(--color-accent); }
.svc-more:hover { color: var(--color-accent-700); }
.svc-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--color-neutral-300); border: 2px solid var(--color-text); margin: 0; }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; }
.svc-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 12px; padding: 9px 12px; background: var(--color-text); color: var(--color-neutral-300); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.svc-photo figcaption .tag { color: var(--color-accent); }
.section-svc .boundary { margin-bottom: 0; }
.svc-note { margin: var(--space-6) 0 0; font-size: 13px; line-height: 1.6; color: var(--color-neutral-700); max-width: 88ch; }
@media (max-width: 1000px) { .svc-photo { grid-column: 1 / -1; aspect-ratio: 16 / 9; } }
@media (max-width: 560px) { .svc-inner { grid-template-columns: 44px 1fr; } }

/* Audience bands (who we work for): the door's head, then the instruction flow and the file. */
.aud-head { display: grid; grid-template-columns: 64px 1fr; gap: 12px; margin-bottom: clamp(28px, 3vw, 44px); }
.aud-head .door-num { padding-top: .6em; }
.aud-head h2 { font-size: clamp(28px, 4vw, 54px); letter-spacing: -.03em; margin: 0 0 18px; }
.aud-head .lede { font-size: 17px; line-height: 1.62; max-width: 60ch; margin: 0; }
.aud-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(28px, 4vw, 64px); align-items: start; }
@media (max-width: 560px) { .aud-head { grid-template-columns: 44px 1fr; } }

/* Price table: two columns so it never overflows at 375. */
.price-table .svc-name { display: block; font-family: var(--font-heading); font-weight: 800; font-size: 16px; letter-spacing: -.01em; margin-bottom: 4px; }
.price-table .inc { display: block; font-size: 14px; line-height: 1.55; color: var(--color-neutral-700); max-width: 62ch; }
.price-table .from { font-family: var(--font-heading); font-weight: 800; font-size: 20px; letter-spacing: -.02em; white-space: nowrap; }
.price-table .from small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-neutral-700); margin-top: 5px; white-space: normal; }
.price-table tr.is-new .svc-name::after { content: "New"; font-family: var(--font-body); font-weight: 600; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-accent-700); margin-left: 10px; vertical-align: 2px; }
.section-white .table-wrap { background: var(--color-bg); }

/* Form chips: a native radio inside a chip-styled label — keyboard, screen reader and no-JS all native. */
.chip-set { display: flex; flex-wrap: wrap; gap: 2px; }
.field label.chip { position: relative; display: inline-flex; align-items: center; min-height: 40px; margin: 0; padding: 9px 14px; font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-text); background: transparent; border: 1px solid var(--color-divider); cursor: pointer; white-space: normal; }
.field label.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.field label.chip:hover { background: color-mix(in srgb, var(--color-text) 7%, transparent); }
.field label.chip:has(input:checked) { background: var(--color-text); color: var(--color-bg); border-color: var(--color-text); }
.field label.chip:has(input:focus-visible) { outline: 2px solid var(--color-accent-ring); outline-offset: 2px; }

/* Contact / credentials: the credentials strip reused on a light page ground. */
.creds.creds-light { background: var(--color-surface); color: var(--color-text); border-top: 0; }
.creds.creds-light li { border-right-color: var(--color-divider); }
.creds.creds-light .t-label { color: var(--color-neutral-700); }
.creds.creds-light .t-value { color: var(--color-text); }
.creds.creds-light .t-value a { color: inherit; text-decoration-color: var(--color-accent); }
.creds .t-value.small { font-size: clamp(15px, 1.4vw, 18px); word-break: break-word; }
@media (max-width: 767px) { .creds li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 16px 0; } .creds li:last-child { border-bottom: 0; } .creds.creds-light li { border-bottom-color: var(--color-divider); } }

/* Poster on inner pages. */
.poster-row .val .sub { color: var(--color-accent-fill-on); }
.poster .kicker { color: var(--color-accent-fill-on); }

/* Coverage axis beside the credentials map. */
.axis-compact .stops { grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)); }
.map-wrap { border-top: 2px solid var(--color-text); }

/* Static doors on a dark band (about page: the stack). */
.section-dark .door { color: inherit; border-right-color: var(--rule-dark); }
.section-dark .door .door-num { color: var(--color-accent); }
.section-dark .door.is-static:hover { color: inherit; }
.section-dark .door.is-static:hover .door-num { color: var(--color-accent); }
.section-dark .door .door-meta { color: var(--color-neutral-500); }
.section-dark .door p { opacity: 1; color: var(--color-neutral-300); }
.section-dark .door p strong { color: var(--color-neutral-100); }
.section-dark .door.is-static .caption { color: var(--color-neutral-400); }
.section-dark .door .door-list li { border-bottom-color: var(--rule-dark); color: var(--color-neutral-300); }
.section-dark .door .door-list strong { color: var(--color-neutral-100); }
@media (max-width: 767px) { .section-dark .door { border-bottom-color: var(--rule-dark); } }

/* A long inner-page H1 (about) steps down one size so it holds to five lines or fewer. */
.page-hero h1.h1-long { font-size: clamp(30px, 4.6vw, 66px); max-width: 24ch; letter-spacing: -.03em; line-height: .96; }

/* Inner-page hero actions sit beside the lede on wide screens, as on the homepage. */
.page-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* The "Request this" link inside a service band carries the accent underline like .acc-more on dark. */
.svc-more + .svc-more { margin-left: 18px; }
