/* ==========================================================================
   Volga Task Services / v8 — "Architectural Operations"
   New York commercial architecture + institutional facility operations.

   Layered last, after site.css / v2.css / v5.css / v7.css. Everything is
   scoped to html.v8 / body.v8 so the earlier sheets remain intact and this
   file is the single authority for the v8 art direction.

   Principles
     1. Two grounds only: carbon (near-black) and paper (architectural
        off-white). No mid-grey soft surfaces, no pastel.
     2. Zero radius. 1px hairline rules replace shadows.
     3. One controlled accent, used as a signal — never as decoration.
     4. Oversized editorial display type + condensed uppercase micro labels.
     5. Asymmetric editorial grids. Centring is the exception.
   ========================================================================== */

/* -------------------------------------------------------------------------
   1. TYPE
   ------------------------------------------------------------------------- */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('/assets/fonts/archivo-latin-var.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 fallback so the swap does not move the oversized display. */
@font-face {
  font-family: 'ArchivoFallback';
  src: local('Arial'), local('Helvetica Neue'), local('Liberation Sans');
  size-adjust: 97%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* -------------------------------------------------------------------------
   2. TOKENS
   ------------------------------------------------------------------------- */
html.v8 body.v8 {
  /* grounds */
  --paper:#f1efe9;
  --paper-2:#e7e4dc;
  --bone:#faf9f5;
  --carbon:#0a0d0c;
  --carbon-2:#111614;
  --carbon-3:#1b2220;
  --carbon-4:#28312e;

  /* mapped onto the inherited v5/v7 token names */
  --bg:var(--paper);
  --bg-subtle:var(--paper-2);
  --bg-sunken:var(--paper-2);
  --surface:var(--bone);
  --surface-2:#efece4;
  --ink:#0b0f0e;
  --ink-2:#3d4644;
  --ink-3:#5a635f;
  --line:#c9c6bc;
  --line-2:#a6a29a;
  --brand:var(--carbon);
  --brand-ink:#f4f2ec;

  --accent:#0a5350;
  --accent-2:#0d6b67;
  --accent-ink:#ffffff;
  --focus:#0a5350;
  --v2-accent:#0a5350;
  --color-accent:#0a5350;

  /* primary action = carbon / paper inversion, accent reserved as a signal */
  --button-primary-bg:#0b0f0e;
  --button-primary-bg-hover:#0a5350;
  --button-primary-text:#f6f5f0;
  --button-primary-border:#0b0f0e;

  /* type */
  --font-sans:'Archivo','ArchivoFallback',-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;
  --font-display:'Archivo','ArchivoFallback','Helvetica Neue',Arial,sans-serif;

  --fs-900:clamp(2.9rem,1.5rem + 4.5vw,5.9rem);
  --fs-800:clamp(2.85rem,1.5rem + 5.1vw,6.5rem);
  --fs-700:clamp(2.2rem,1.35rem + 3.2vw,4.4rem);
  --fs-600:clamp(1.55rem,1.2rem + 1.3vw,2.5rem);
  --fs-500:clamp(1.1rem,1rem + .42vw,1.34rem);
  --fs-400:1rem;
  --fs-300:.875rem;
  --fs-200:.7rem;
  --lh-tight:.9;
  --lh-snug:1.06;
  --lh:1.62;

  /* geometry — architectural, not soft */
  --r-sm:0;--r-md:0;--r-lg:0;--r-xl:0;--r-pill:0;
  --sh-1:none;--sh-2:none;--sh-3:none;
  --hair:1px solid var(--line);
  --hair-dark:1px solid rgba(255,255,255,.16);

  --container:1560px;
  --container-narrow:760px;
  --band:clamp(4.5rem,3rem + 5vw,9rem);

  background:var(--paper);
  color:var(--ink);
  font-family:var(--font-sans);
  font-synthesis-weight:none;
  -webkit-font-smoothing:antialiased;
}
html.v8 { background:var(--paper); }

html.v8[data-theme="dark"] body.v8 {
  /* The two grounds invert as well as the semantic tokens — without this the
     header, cards and form surfaces keep their light-mode paint in dark mode. */
  --paper:#0a0d0c;
  --paper-2:#141a18;
  --bone:#111614;
  --bg:var(--carbon);
  --bg-subtle:var(--carbon-2);
  --bg-sunken:#070a09;
  --surface:var(--carbon-2);
  --surface-2:var(--carbon-3);
  --ink:#f2f1ec;
  --ink-2:#c2c7c4;
  --ink-3:#98a09d;
  --line:#2b3432;
  --line-2:#45514e;
  --brand:#060908;
  --brand-ink:#f4f2ec;
  --accent:#63c9c1;
  --accent-2:#8ddbd4;
  --accent-ink:#05100f;
  --focus:#8ddbd4;
  --v2-accent:#63c9c1;
  --color-accent:#63c9c1;
  --button-primary-bg:#f2f1ec;
  --button-primary-bg-hover:#63c9c1;
  --button-primary-text:#0a0d0c;
  --button-primary-border:#f2f1ec;
  --hair:1px solid var(--line);
  background:var(--carbon);
}
html.v8[data-theme="dark"] { background:var(--carbon); }

/* -------------------------------------------------------------------------
   3. GLOBAL RESET OF SOFTNESS
   ------------------------------------------------------------------------- */
html.v8 body.v8 :where(
  .card,.v2-card,.v5-card,.btn,.v2-btn,.v5-btn,.v2-tag,.badge,.v2-chip,.v2-filter,
  .v2-callout,.proof-card,.v5-proof-card,.article-card,.v5-article-card,.nav-pop,
  .drawer-panel,.v2-form-card,form.form,.market-card,.bento>*,.operations-card,
  .step,.qf-item,input,select,textarea,img,picture,figure,.collage>*,.v2-theme-toggle,
  .trust-bar,.trust-bar__item,.market-status,details,summary,.lightbox-inner,.v2-hero
){ border-radius:0 !important; box-shadow:none !important; }

html.v8 body.v8 :where(h1,h2,h3,h4,h5) {
  font-family:var(--font-display);
  font-weight:700;
  letter-spacing:-.022em;
  font-stretch:96%;
  text-wrap:balance;
}
html.v8 body.v8 h1 { font-size:var(--fs-800); line-height:var(--lh-tight); letter-spacing:-.035em; font-weight:760; }
html.v8 body.v8 h2 { font-size:var(--fs-700); line-height:var(--lh-snug); letter-spacing:-.028em; }
html.v8 body.v8 h3 { font-size:var(--fs-600); line-height:1.14; }
html.v8 body.v8 p, html.v8 body.v8 li { line-height:var(--lh); }
html.v8 body.v8 .lead, html.v8 body.v8 .v2-lead {
  font-size:var(--fs-500); color:var(--ink-2); line-height:1.55; max-width:60ch; font-stretch:100%;
}

/* Micro label system: condensed uppercase, tracked, hairline-led */
html.v8 body.v8 :where(.eyebrow,.v8-label,.market-card__number,.v2-callout-label,
  .footer-col h3,.trust-bar__item,.hero-v7__index,.v2-est-progress .seg,.capability-index__n) {
  font-family:var(--font-display);
  font-stretch:80%;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:650;
  font-size:var(--fs-200);
}
html.v8 body.v8 .v8-label {
  display:flex; align-items:center; gap:.7em; color:var(--accent);
  margin:0 0 1.4rem;
}
html.v8 body.v8 .v8-label::before {
  content:""; width:2.4rem; height:1px; background:currentColor; flex:none; opacity:.7;
}
html.v8 body.v8 .v8-label--plain::before { display:none; }
html.v8 body.v8 .v8-label--onDark { color:#8ddbd4; }

/* Numeric / operational data face */
html.v8 body.v8 .v8-num {
  font-family:var(--font-display); font-stretch:78%; font-weight:700;
  font-variant-numeric:tabular-nums; letter-spacing:.01em;
}

/* -------------------------------------------------------------------------
   4. CONTAINERS, BANDS, GRID
   ------------------------------------------------------------------------- */
html.v8 body.v8 .container { max-width:var(--container); padding-inline:clamp(1.15rem,3.2vw,3.5rem); }
html.v8 body.v8 .section { padding-block:var(--band); }
html.v8 body.v8 .section--tight { padding-block:calc(var(--band) * .58); }

html.v8 body.v8 .v8-band { padding-block:var(--band); position:relative; }
html.v8 body.v8 .v8-band--tight { padding-block:calc(var(--band) * .55); }
html.v8 body.v8 .v8-band--paper { background:var(--paper); }
html.v8 body.v8 .v8-band--bone { background:var(--bone); border-block:var(--hair); }
html.v8 body.v8 .v8-band--carbon {
  background:var(--carbon); color:#e9e7e1; border-block:1px solid rgba(255,255,255,.09);
}
html.v8[data-theme="dark"] body.v8 .v8-band--bone { background:var(--carbon-2); }
html.v8[data-theme="dark"] body.v8 .v8-band--paper { background:var(--carbon); }
html.v8 body.v8 .v8-band--carbon :where(h1,h2,h3,h4) { color:#f7f6f2; }
html.v8 body.v8 .v8-band--carbon :where(p,li,dd,.lead) { color:#b6bcb9; }
html.v8 body.v8 .v8-band--carbon .v8-label { color:#8ddbd4; }
html.v8 body.v8 .v8-band--carbon a:not(.btn):not(.v2-btn):not(.v5-btn) { color:#8ddbd4; }

/* 12-column editorial grid */
html.v8 body.v8 .v8-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:clamp(1.5rem,2.6vw,3.2rem); }
html.v8 body.v8 .v8-c3 { grid-column:span 12; }
html.v8 body.v8 .v8-c4 { grid-column:span 12; }
html.v8 body.v8 .v8-c5 { grid-column:span 12; }
html.v8 body.v8 .v8-c6 { grid-column:span 12; }
html.v8 body.v8 .v8-c7 { grid-column:span 12; }
html.v8 body.v8 .v8-c8 { grid-column:span 12; }
@media (min-width:900px) {
  html.v8 body.v8 .v8-c3 { grid-column:span 3; }
  html.v8 body.v8 .v8-c4 { grid-column:span 4; }
  html.v8 body.v8 .v8-c5 { grid-column:span 5; }
  html.v8 body.v8 .v8-c6 { grid-column:span 6; }
  html.v8 body.v8 .v8-c7 { grid-column:span 7; }
  html.v8 body.v8 .v8-c8 { grid-column:span 8; }
}

/* Section heading, editorial */
html.v8 body.v8 .section-heading { max-width:none; }
html.v8 body.v8 .section-heading h2 { max-width:22ch; }
html.v8 body.v8 .section-heading .lead { margin-top:1.1rem; }
html.v8 body.v8 .v8-head {
  display:grid; gap:clamp(1.2rem,2.4vw,3rem); align-items:end;
  padding-bottom:1.8rem; margin-bottom:clamp(2rem,3.4vw,3.6rem);
  border-bottom:var(--hair);
}
@media (min-width:960px) { html.v8 body.v8 .v8-head { grid-template-columns:minmax(0,7fr) minmax(0,4fr); } }
html.v8 body.v8 .v8-head h2 { margin:0; max-width:24ch; }
html.v8 body.v8 .v8-head > div > .lead { margin:0; }
html.v8 body.v8 .v8-band--carbon .v8-head { border-bottom-color:rgba(255,255,255,.16); }

/* -------------------------------------------------------------------------
   5. BUTTONS + LINKS
   ------------------------------------------------------------------------- */
html.v8 body.v8 :where(.btn,.v2-btn,.v5-btn) {
  font-family:var(--font-display); font-stretch:88%;
  text-transform:uppercase; letter-spacing:.1em; font-weight:680;
  font-size:var(--fs-300); border-radius:0; border-width:1px;
  padding:1.05em 1.6em; transition:background-color .2s,color .2s,border-color .2s;
}
html.v8 body.v8 :where(.btn-lg,.v2-btn-lg,.v5-btn--lg) { padding:1.2em 2.1em; font-size:.83rem; }
html.v8 body.v8 :where(.btn:not(.btn-primary),.v2-btn:not(.v2-btn-primary),.v5-btn:not(.v5-btn--primary)) {
  background:transparent; color:var(--ink); border:1px solid var(--line-2);
}
html.v8 body.v8 :where(.btn:not(.btn-primary),.v5-btn:not(.v5-btn--primary)):hover {
  background:var(--ink); color:var(--bone); border-color:var(--ink);
}
html.v8 body.v8 .v8-onDark :where(.btn:not(.btn-primary),.v5-btn:not(.v5-btn--primary)),
html.v8 body.v8 .v8-band--carbon :where(.btn:not(.btn-primary),.v5-btn:not(.v5-btn--primary)) {
  color:#f4f2ec; border-color:rgba(255,255,255,.55);
}
html.v8 body.v8 .v8-onDark :where(.btn:not(.btn-primary),.v5-btn:not(.v5-btn--primary)):hover,
html.v8 body.v8 .v8-band--carbon :where(.btn:not(.btn-primary),.v5-btn:not(.v5-btn--primary)):hover {
  background:#f4f2ec; color:#0a0d0c; border-color:#f4f2ec;
}
html.v8 body.v8 .v8-onDark :where(.btn-primary,.v5-btn--primary) {
  background:#f4f2ec; color:#0a0d0c; border-color:#f4f2ec;
}
html.v8 body.v8 .v8-onDark :where(.btn-primary,.v5-btn--primary):hover {
  background:#63c9c1; color:#05100f; border-color:#63c9c1;
}
html.v8 body.v8 :where(a,button,summary,input,select,textarea):focus-visible {
  outline:2px solid var(--focus); outline-offset:3px; border-radius:0;
}
html.v8 body.v8 .v8-onDark :where(a,button):focus-visible,
html.v8 body.v8 .v8-band--carbon :where(a,button):focus-visible { outline-color:#8ddbd4; }

/* -------------------------------------------------------------------------
   6. HEADER — transparent over hero, solid on scroll
   ------------------------------------------------------------------------- */
html.v8 body.v8 .site-header {
  position:sticky; top:0; z-index:60; background:var(--bone);
  border-bottom:var(--hair); box-shadow:none;
  transition:background-color .28s ease, border-color .28s ease, color .28s ease;
}
html.v8 body.v8 .market-rail {
  background:var(--carbon); color:#c8cecb; border-bottom:1px solid rgba(255,255,255,.08);
}
html.v8 body.v8 .market-rail__inner {
  display:flex; justify-content:space-between; gap:1rem; align-items:center;
  font-family:var(--font-display); font-stretch:80%; text-transform:uppercase;
  letter-spacing:.13em; font-size:.66rem; font-weight:640; padding-block:.62rem;
}
html.v8 body.v8 .market-rail a { color:#8ddbd4; display:inline-flex; align-items:center; gap:.45em; }
html.v8 body.v8 .site-nav { padding-block:.95rem; gap:clamp(1rem,2vw,2.4rem); }
html.v8 body.v8 .brand img { height:34px; width:auto; }
html.v8 body.v8 .nav-main { gap:clamp(.4rem,1.4vw,1.5rem); }
html.v8 body.v8 :where(.nav-main>a,.nav-item>button) {
  font-family:var(--font-display); font-stretch:86%; text-transform:uppercase;
  letter-spacing:.1em; font-size:.735rem; font-weight:660; color:var(--ink);
  padding:.55rem .1rem;
}
html.v8 body.v8 .nav-pop {
  background:var(--carbon); border:1px solid rgba(255,255,255,.14); padding:.4rem 0; min-width:20rem;
}
html.v8 body.v8 .nav-pop a { color:#e6e4de; border-bottom:1px solid rgba(255,255,255,.07); padding:.8rem 1.1rem; }
html.v8 body.v8 .nav-pop a small { color:#8f9895; text-transform:none; letter-spacing:0; }
html.v8 body.v8 .nav-pop a:hover { background:var(--carbon-3); color:#fff; }
html.v8 body.v8 .nav-pop a:hover small { color:#8ddbd4; }
html.v8 body.v8 .nav-phone {
  font-family:var(--font-display); font-stretch:82%; letter-spacing:.09em;
  font-weight:660; font-size:.78rem; color:var(--ink);
}
html.v8 body.v8 .v2-nav-cta { padding:.95em 1.35em; }
html.v8 body.v8 .v2-theme-toggle { border:1px solid var(--line-2); background:transparent; }

/* Transparent-over-hero state (set by v8.js when the page opens on a city hero) */
html.v8 body.v8.has-cityhero .site-header {
  position:fixed; left:0; right:0; background:transparent; border-bottom-color:transparent; color:#fff;
}
html.v8 body.v8.has-cityhero .site-header .market-rail { background:rgba(6,9,8,.42); border-bottom-color:rgba(255,255,255,.14); }
html.v8 body.v8.has-cityhero .site-header :where(.nav-main>a,.nav-item>button,.nav-phone) { color:#f4f2ec; }
html.v8 body.v8.has-cityhero .site-header .v2-theme-toggle { border-color:rgba(255,255,255,.4); color:#f4f2ec; }
html.v8 body.v8.has-cityhero .site-header .btn-primary {
  background:#f4f2ec; color:#0a0d0c; border-color:#f4f2ec;
}
html.v8 body.v8.has-cityhero .site-header .nav-burger { color:#f4f2ec; }
html.v8 body.v8.has-cityhero .site-header .brand img { filter:brightness(0) invert(1); }
/* …until scrolled past the hero */
html.v8 body.v8.has-cityhero.header-solid .site-header {
  background:var(--bone); border-bottom-color:var(--line); color:var(--ink);
}
html.v8 body.v8.has-cityhero.header-solid .site-header .market-rail { background:var(--carbon); }
html.v8 body.v8.has-cityhero.header-solid .site-header :where(.nav-main>a,.nav-item>button,.nav-phone) { color:var(--ink); }
html.v8 body.v8.has-cityhero.header-solid .site-header .v2-theme-toggle { border-color:var(--line-2); color:var(--ink); }
html.v8 body.v8.has-cityhero.header-solid .site-header .btn-primary {
  background:var(--button-primary-bg); color:var(--button-primary-text); border-color:var(--button-primary-border);
}
html.v8 body.v8.has-cityhero.header-solid .site-header .nav-burger { color:var(--ink); }
html.v8 body.v8.has-cityhero.header-solid .site-header .brand img { filter:none; }
html.v8[data-theme="dark"] body.v8.has-cityhero.header-solid .site-header .brand img { filter:brightness(0) invert(1); }
html.v8[data-theme="dark"] body.v8 .brand img { filter:brightness(0) invert(1); }

/* -------------------------------------------------------------------------
   7. CITY HERO — full-bleed media, hard gradient, smoked-glass plate
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-hero {
  position:relative; isolation:isolate; background:var(--carbon); color:#f4f2ec;
  min-height:clamp(560px,84svh,940px);
  display:grid; align-items:end;
  padding-top:clamp(7rem,13vh,11rem);
  padding-bottom:clamp(2rem,4vh,3.5rem);
}
html.v8 body.v8 .v8-hero--short { min-height:clamp(440px,62svh,680px); }
html.v8 body.v8 .v8-hero__media { position:absolute; inset:0; z-index:-2; overflow:hidden; }
html.v8 body.v8 .v8-hero__media img {
  width:100%; height:100%; object-fit:cover; object-position:center 42%; display:block;
  filter:saturate(.86) contrast(1.04);
}
html.v8 body.v8 .v8-hero__shade {
  position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:
    linear-gradient(180deg, rgba(6,9,8,.88) 0%, rgba(6,9,8,.46) 17%, rgba(6,9,8,.26) 46%, rgba(6,9,8,.82) 100%),
    linear-gradient(90deg, rgba(6,9,8,.80) 0%, rgba(6,9,8,.46) 48%, rgba(6,9,8,.10) 100%);
}
html.v8 body.v8 .v8-hero__inner {
  display:grid; gap:clamp(1.6rem,3vw,3rem); align-items:end; width:100%;
}
@media (min-width:1080px) {
  html.v8 body.v8 .v8-hero__inner { grid-template-columns:minmax(0,7fr) minmax(0,4fr); }
}
html.v8 body.v8 .v8-hero .breadcrumbs { margin:0 0 1.4rem; color:#cdd2d0; }
html.v8 body.v8 .v8-hero .breadcrumbs a { color:#eceae4; }

/* the smoked architectural glass plate */
html.v8 body.v8 .v8-plate {
  background:rgba(7,11,10,.62);
  -webkit-backdrop-filter:blur(9px) saturate(120%);
  backdrop-filter:blur(9px) saturate(120%);
  border:1px solid rgba(255,255,255,.16);
  border-top-color:rgba(255,255,255,.3);
  padding:clamp(1.6rem,2.6vw,2.9rem);
}
@supports not (backdrop-filter: blur(4px)) {
  html.v8 body.v8 .v8-plate { background:rgba(7,11,10,.86); }
}
html.v8 body.v8 .v8-plate--copy { padding-inline:clamp(1.4rem,2.4vw,2.6rem); }
html.v8 body.v8 .v8-hero h1 {
  color:#fff; margin:0; font-size:var(--fs-900); max-width:17ch;
  text-shadow:0 1px 30px rgba(0,0,0,.45);
}
html.v8 body.v8 .v8-hero .lead {
  color:#dfe2e0; margin:1.5rem 0 0; max-width:48ch; font-size:var(--fs-500);
}
html.v8 body.v8 .v8-hero__cta { display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2.1rem; }
html.v8 body.v8 .v8-hero__note { margin:1.35rem 0 0; font-size:var(--fs-300); color:#b9c0bd; }
html.v8 body.v8 .v8-hero__note a { color:#8ddbd4; }

/* hero-side operational brief (dl) */
html.v8 body.v8 .v8-brief dl { margin:0; display:grid; gap:0; }
html.v8 body.v8 .v8-brief dl > div {
  display:flex; justify-content:space-between; gap:1rem; align-items:baseline;
  padding:.86rem 0; border-bottom:1px solid rgba(255,255,255,.14);
}
html.v8 body.v8 .v8-brief dl > div:first-child { border-top:1px solid rgba(255,255,255,.14); }
html.v8 body.v8 .v8-brief dt {
  font-family:var(--font-display); font-stretch:80%; text-transform:uppercase;
  letter-spacing:.13em; font-size:.64rem; font-weight:650; color:#98a09d; margin:0;
}
html.v8 body.v8 .v8-brief dd {
  margin:0; text-align:right; color:#f2f1ec; font-family:var(--font-display);
  font-stretch:88%; font-weight:600; font-size:.92rem;
}
html.v8 body.v8 .v8-brief > p { margin:1.2rem 0 0; font-size:var(--fs-300); color:#a8b0ad; }
html.v8 body.v8 .v8-brief .v8-status {
  display:flex; align-items:center; gap:.6em; margin:0 0 1.35rem;
  font-family:var(--font-display); font-stretch:80%; text-transform:uppercase;
  letter-spacing:.13em; font-size:.66rem; font-weight:650; color:#f2f1ec;
}
html.v8 body.v8 .v8-status__dot {
  width:.5rem; height:.5rem; background:#63c9c1; flex:none;
  box-shadow:0 0 0 3px rgba(99,201,193,.22);
}
html.v8 body.v8 .v8-status__dot--pending { background:#e6b455; box-shadow:0 0 0 3px rgba(230,180,85,.22); }

/* image provenance credit */
html.v8 body.v8 .v8-credit {
  position:absolute; right:clamp(1.15rem,3.2vw,3.5rem); bottom:.55rem; z-index:1; margin:0;
  font-size:.6rem; letter-spacing:.09em; text-transform:uppercase;
  color:rgba(255,255,255,.5); font-family:var(--font-display); font-stretch:80%;
}
html.v8 body.v8 .v8-credit a { color:rgba(255,255,255,.7); }

/* -------------------------------------------------------------------------
   8. OPERATIONAL BAR — the data strip under a hero
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-ops { background:var(--carbon); color:#e9e7e1; border-bottom:1px solid rgba(255,255,255,.09); }
html.v8 body.v8 .v8-ops__grid {
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (min-width:820px) { html.v8 body.v8 .v8-ops__grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
html.v8 body.v8 .v8-ops__cell {
  padding:1.5rem clamp(1rem,1.8vw,2rem) 1.6rem 0;
  border-left:1px solid rgba(255,255,255,.12); padding-left:clamp(1rem,1.8vw,2rem);
}
html.v8 body.v8 .v8-ops__cell:first-child { border-left:0; padding-left:0; }
@media (max-width:819px) {
  html.v8 body.v8 .v8-ops__cell:nth-child(odd) { border-left:0; padding-left:0; }
  html.v8 body.v8 .v8-ops__cell:nth-child(n+3) { border-top:1px solid rgba(255,255,255,.12); }
}
html.v8 body.v8 .v8-ops__k {
  display:block; font-family:var(--font-display); font-stretch:80%;
  text-transform:uppercase; letter-spacing:.14em; font-size:.63rem; font-weight:650;
  color:#8ddbd4; margin-bottom:.55rem;
}
html.v8 body.v8 .v8-ops__v {
  display:block; font-family:var(--font-display); font-stretch:88%; font-weight:640;
  font-size:clamp(.95rem,.85rem + .3vw,1.15rem); color:#f4f2ec; line-height:1.25;
}
html.v8 body.v8 .v8-ops__s { display:block; margin-top:.35rem; font-size:.76rem; color:#909a96; }

/* -------------------------------------------------------------------------
   9. MARKET FIGURE — atmosphere vs. proof, always labelled
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-figure { margin:0; position:relative; }
html.v8 body.v8 .v8-figure img { width:100%; height:100%; display:block; object-fit:cover; }
html.v8 body.v8 .v8-figure--fill { height:100%; }
html.v8 body.v8 .v8-figure figcaption {
  display:flex; gap:.8rem; align-items:baseline; margin-top:.85rem;
  font-size:.74rem; color:var(--ink-3); line-height:1.45;
}
html.v8 body.v8 .v8-figure figcaption b {
  font-family:var(--font-display); font-stretch:80%; text-transform:uppercase;
  letter-spacing:.13em; font-size:.62rem; font-weight:650; color:var(--accent); flex:none;
}
html.v8 body.v8 .v8-band--carbon .v8-figure figcaption { color:#8f9895; }
html.v8 body.v8 .v8-band--carbon .v8-figure figcaption b { color:#8ddbd4; }

/* full-bleed image strip */
html.v8 body.v8 .v8-strip { position:relative; background:var(--carbon); overflow:hidden; }
html.v8 body.v8 .v8-strip img {
  width:100%; display:block; height:clamp(220px,34vw,460px); object-fit:cover;
  filter:saturate(.88) contrast(1.03);
}
html.v8 body.v8 .v8-strip__over {
  position:absolute; inset:0; display:flex; align-items:flex-end;
  background:linear-gradient(90deg,rgba(6,9,8,.82),rgba(6,9,8,.24) 60%,rgba(6,9,8,.5));
}
html.v8 body.v8 .v8-strip__over .container { padding-block:clamp(1.5rem,3vw,3rem); width:100%; }
html.v8 body.v8 .v8-strip h2 { color:#fff; margin:0; max-width:20ch; }
html.v8 body.v8 .v8-strip p { color:#cfd4d2; margin:.9rem 0 0; max-width:44ch; }

/* -------------------------------------------------------------------------
   10. NUMBERED EDITORIAL INDEX — replaces card soup
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-index { list-style:none; margin:0; padding:0; border-top:var(--hair); }
html.v8 body.v8 .v8-index > li {
  display:grid; gap:.4rem clamp(1rem,2.4vw,3rem); align-items:start;
  padding:clamp(1.4rem,2.2vw,2.3rem) 0; border-bottom:var(--hair);
  grid-template-columns:auto 1fr;
  transition:background-color .2s;
}
@media (min-width:880px) {
  html.v8 body.v8 .v8-index > li { grid-template-columns:5.5rem minmax(0,22ch) minmax(0,1fr) auto; align-items:baseline; }
}
html.v8 body.v8 .v8-index__n {
  font-family:var(--font-display); font-stretch:76%; font-weight:700;
  font-variant-numeric:tabular-nums; font-size:.82rem; letter-spacing:.1em;
  color:var(--ink-3); padding-top:.25em;
}
html.v8 body.v8 .v8-index h3 { margin:0; font-size:clamp(1.15rem,1rem + .7vw,1.6rem); letter-spacing:-.02em; }
html.v8 body.v8 .v8-index h3 a { color:inherit; text-decoration:none; background:none; }
html.v8 body.v8 .v8-index p { margin:0; color:var(--ink-2); font-size:var(--fs-300); grid-column:2/-1; }
@media (min-width:880px) { html.v8 body.v8 .v8-index p { grid-column:auto; max-width:52ch; } }
html.v8 body.v8 .v8-index__go {
  grid-column:2/-1; color:var(--accent); font-size:.72rem; letter-spacing:.12em;
  text-transform:uppercase; font-family:var(--font-display); font-stretch:82%; font-weight:650;
  opacity:0; transform:translateX(-6px); transition:opacity .2s,transform .2s;
}
@media (min-width:880px) { html.v8 body.v8 .v8-index__go { grid-column:auto; white-space:nowrap; } }
html.v8 body.v8 .v8-index > li:hover { background:var(--bone); }
html.v8 body.v8 .v8-index > li:hover .v8-index__n { color:var(--accent); }
html.v8 body.v8 .v8-index > li:hover .v8-index__go,
html.v8 body.v8 .v8-index > li:focus-within .v8-index__go { opacity:1; transform:none; }
html.v8 body.v8 .v8-band--carbon .v8-index,
html.v8 body.v8 .v8-band--carbon .v8-index > li { border-color:rgba(255,255,255,.14); }
html.v8 body.v8 .v8-band--carbon .v8-index > li:hover { background:rgba(255,255,255,.035); }
html.v8 body.v8 .v8-band--carbon .v8-index__n { color:#98a09d; }
html.v8 body.v8 .v8-band--carbon .v8-index > li:hover .v8-index__n,
html.v8 body.v8 .v8-band--carbon .v8-index__go { color:#8ddbd4; }

/* -------------------------------------------------------------------------
   11. ASYMMETRIC SPLIT PANEL
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-split { display:grid; gap:0; align-items:stretch; }
@media (min-width:960px) {
  html.v8 body.v8 .v8-split { grid-template-columns:minmax(0,7fr) minmax(0,5fr); }
  html.v8 body.v8 .v8-split--flip { grid-template-columns:minmax(0,5fr) minmax(0,7fr); }
  html.v8 body.v8 .v8-split--flip > :first-child { order:2; }
}
html.v8 body.v8 .v8-split__copy {
  padding:clamp(2rem,4vw,5rem) clamp(1.4rem,3vw,4rem);
  display:flex; flex-direction:column; justify-content:center;
}
html.v8 body.v8 .v8-split__media { position:relative; min-height:clamp(280px,42vw,620px); }
html.v8 body.v8 .v8-split__media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
html.v8 body.v8 .v8-split__cap {
  position:absolute; left:0; bottom:0; right:0; padding:1rem 1.2rem;
  background:linear-gradient(0deg,rgba(6,9,8,.88),rgba(6,9,8,0));
  color:#c4cac7; font-size:.72rem; line-height:1.4;
}
html.v8 body.v8 .v8-split__cap b {
  display:block; color:#8ddbd4; font-family:var(--font-display); font-stretch:80%;
  text-transform:uppercase; letter-spacing:.13em; font-size:.6rem; margin-bottom:.3rem;
}

/* -------------------------------------------------------------------------
   12. DATA TABLE / SPEC ROWS
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-spec { border-top:var(--hair); }
html.v8 body.v8 .v8-spec > div {
  display:grid; gap:.35rem 2rem; padding:1.05rem 0; border-bottom:var(--hair);
  grid-template-columns:1fr;
}
@media (min-width:720px) { html.v8 body.v8 .v8-spec > div { grid-template-columns:minmax(0,16rem) minmax(0,1fr); } }
html.v8 body.v8 .v8-spec dt {
  font-family:var(--font-display); font-stretch:80%; text-transform:uppercase;
  letter-spacing:.13em; font-size:.64rem; font-weight:650; color:var(--ink-3); margin:0;
}
html.v8 body.v8 .v8-spec dd { margin:0; color:var(--ink); }
html.v8 body.v8 .v8-band--carbon .v8-spec,
html.v8 body.v8 .v8-band--carbon .v8-spec > div { border-color:rgba(255,255,255,.14); }
html.v8 body.v8 .v8-band--carbon .v8-spec dt { color:#8f9895; }
html.v8 body.v8 .v8-band--carbon .v8-spec dd { color:#e9e7e1; }

/* stat block */
html.v8 body.v8 .v8-stats { display:grid; gap:0; grid-template-columns:repeat(2,1fr); border-top:var(--hair); }
@media (min-width:880px) { html.v8 body.v8 .v8-stats { grid-template-columns:repeat(4,1fr); } }
html.v8 body.v8 .v8-stat { padding:1.7rem clamp(.8rem,1.6vw,1.6rem) 1.7rem 0; border-bottom:var(--hair); border-left:var(--hair); padding-left:clamp(.8rem,1.6vw,1.6rem); }
html.v8 body.v8 .v8-stat:first-child { border-left:0; padding-left:0; }
html.v8 body.v8 .v8-stat strong {
  display:block; font-family:var(--font-display); font-stretch:80%; font-weight:720;
  font-size:clamp(2rem,1.3rem + 2.1vw,3.4rem); line-height:.95; letter-spacing:-.03em; color:var(--ink);
}
html.v8 body.v8 .v8-stat span {
  display:block; margin-top:.6rem; font-family:var(--font-display); font-stretch:80%;
  text-transform:uppercase; letter-spacing:.13em; font-size:.63rem; font-weight:650; color:var(--ink-3);
}

/* -------------------------------------------------------------------------
   13. REAL WORK — quarantined proof, editorial treatment
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-work__note {
  display:flex; flex-wrap:wrap; gap:.5rem 1.1rem; align-items:center;
  margin:0 0 clamp(1.6rem,3vw,2.6rem); padding:.85rem 1.1rem;
  border:1px solid var(--accent); color:var(--accent); background:transparent;
  font-family:var(--font-display); font-stretch:82%; text-transform:uppercase;
  letter-spacing:.12em; font-size:.66rem; font-weight:650;
}
html.v8 body.v8 .v8-band--carbon .v8-work__note { border-color:#3c6a68; color:#8ddbd4; }
html.v8 body.v8 .v8-work {
  display:grid; gap:clamp(.8rem,1.4vw,1.3rem);
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (min-width:900px) { html.v8 body.v8 .v8-work { grid-template-columns:repeat(4,minmax(0,1fr)); } }
html.v8 body.v8 .v8-work > figure { margin:0; position:relative; overflow:hidden; }
html.v8 body.v8 .v8-work > figure img {
  width:100%; aspect-ratio:4/5; object-fit:cover; display:block;
  transition:transform .6s cubic-bezier(.2,.7,.2,1);
}
html.v8 body.v8 .v8-work > figure:hover img { transform:scale(1.035); }
html.v8 body.v8 .v8-work figcaption {
  display:flex; justify-content:space-between; gap:.8rem; margin-top:.7rem;
  font-family:var(--font-display); font-stretch:82%; text-transform:uppercase;
  letter-spacing:.11em; font-size:.62rem; font-weight:640; color:var(--ink-3);
}
html.v8 body.v8 .v8-work figcaption b { color:var(--ink-3); }
html.v8 body.v8 .v8-band--carbon .v8-work figcaption,
html.v8 body.v8 .v8-band--carbon .v8-work figcaption b { color:#98a09d; }

/* -------------------------------------------------------------------------
   14. PROCESS AS AN OPERATING SYSTEM
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-proc { display:grid; gap:0; border-top:1px solid rgba(255,255,255,.16); }
@media (min-width:900px) { html.v8 body.v8 .v8-proc { grid-template-columns:repeat(4,1fr); } }
html.v8 body.v8 .v8-proc > div {
  padding:clamp(1.5rem,2.4vw,2.4rem) clamp(1rem,1.8vw,2rem) clamp(1.8rem,3vw,3rem) 0;
  border-bottom:1px solid rgba(255,255,255,.16);
}
@media (min-width:900px) {
  html.v8 body.v8 .v8-proc > div { border-left:1px solid rgba(255,255,255,.16); padding-left:clamp(1rem,1.8vw,2rem); border-bottom:0; }
  html.v8 body.v8 .v8-proc > div:first-child { border-left:0; padding-left:0; }
}
html.v8 body.v8 .v8-proc__n {
  display:block; font-family:var(--font-display); font-stretch:76%; font-weight:720;
  font-size:2.4rem; line-height:1; letter-spacing:-.02em; color:#3d4a47; margin-bottom:1.1rem;
}
html.v8 body.v8 .v8-proc h3 { font-size:1.1rem; margin:0 0 .6rem; }
html.v8 body.v8 .v8-proc p { margin:0; font-size:var(--fs-300); }

/* -------------------------------------------------------------------------
   15. FORMS — commercial project intake
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v2-form-section { background:var(--carbon); color:#e9e7e1; border-block:1px solid rgba(255,255,255,.09); }
html.v8 body.v8 .v2-form-section :where(h2,h3,legend) { color:#f7f6f2; }
html.v8 body.v8 .v2-form-section :where(p,li) { color:#b6bcb9; }
html.v8 body.v8 .v2-form-aside .eyebrow { color:#8ddbd4; }
html.v8 body.v8 :where(.v2-form-card,form.form) {
  background:var(--bone); border:1px solid rgba(255,255,255,.2); padding:clamp(1.4rem,2.6vw,2.8rem);
  color:var(--ink);
}
html.v8[data-theme="dark"] body.v8 :where(.v2-form-card,form.form) { background:var(--carbon-2); }
html.v8 body.v8 .v2-form-section :where(.v2-form-card,form.form) :where(h2,h3,h4,legend,label,strong) { color:var(--ink); }
html.v8 body.v8 .v2-form-section :where(.v2-form-card,form.form)
  :where(p,li,dd,small,.v2-form-note,.hint,.note,.visually-hidden,.field-msg) { color:var(--ink-2); }
html.v8 body.v8 :where(.v2-form-card,form.form) :where(h2,h3,h4,legend,label,strong) { color:var(--ink); }
html.v8 body.v8 :where(.v2-form-card,form.form)
  :where(p,li,dd,small,.v2-form-note,.hint,.note,.visually-hidden,.field-msg) { color:var(--ink-2); }
html.v8 body.v8 :where(.v2-field label,.form-row label) {
  font-family:var(--font-display); font-stretch:100%; text-transform:none;
  letter-spacing:0; font-size:.875rem; font-weight:660; color:var(--ink-2);
  margin-bottom:.5rem; display:block;
}
html.v8 body.v8 :where(.v2-field input,.v2-field select,.v2-field textarea,
  .form-row input,.form-row select,.form-row textarea) {
  border:1px solid var(--line-2); background:transparent; border-radius:0;
  padding:.95rem 1rem; font-size:1rem; color:var(--ink); min-height:3rem;
  transition:border-color .18s, box-shadow .18s;
}
html.v8 body.v8 :where(.v2-field input,.v2-field select,.v2-field textarea,
  .form-row input,.form-row select,.form-row textarea):focus {
  outline:none; border-color:var(--accent); box-shadow:inset 0 -2px 0 0 var(--accent) !important;
}
html.v8 body.v8 :where(.v2-form-card,form.form) fieldset { border:0; border-top:var(--hair); padding:1.6rem 0 0; margin:1.8rem 0 0; }
html.v8 body.v8 :where(.v2-form-card,form.form) legend {
  font-family:var(--font-display); font-stretch:80%; text-transform:uppercase;
  letter-spacing:.06em; font-size:.875rem; font-weight:660; color:var(--accent); padding:0;
}
html.v8 body.v8 .v2-est-progress .seg { border-radius:0; }

/* -------------------------------------------------------------------------
   16. EDITORIAL ARTICLE TEMPLATE
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-article-hero {
  background:var(--carbon); color:#f2f1ec; padding-block:clamp(3.4rem,7vw,7rem) clamp(2.4rem,4vw,4rem);
  border-bottom:1px solid rgba(255,255,255,.1);
}
html.v8 body.v8 .v8-article-hero .breadcrumbs { color:#c4cac7; margin-bottom:1.8rem; }
html.v8 body.v8 .v8-article-hero .breadcrumbs a { color:#c4cac7; }
html.v8 body.v8 .v8-article-hero h1 { color:#fff; max-width:26ch; margin:0; font-size:var(--fs-700); }
html.v8 body.v8 .v8-article-hero .lead { color:#c4cac7; max-width:56ch; margin-top:1.5rem; }
html.v8 body.v8 .v8-article-hero__meta {
  display:flex; flex-wrap:wrap; gap:.6rem 1.6rem; margin-top:2rem; padding-top:1.2rem;
  border-top:1px solid rgba(255,255,255,.16);
  font-family:var(--font-display); font-stretch:80%; text-transform:uppercase;
  letter-spacing:.13em; font-size:.63rem; font-weight:650; color:#8f9895;
}
html.v8 body.v8 .v8-article-hero__meta b { color:#8ddbd4; font-weight:650; }
html.v8 body.v8 .v8-toc { border-top:var(--hair); border-bottom:var(--hair); padding:1.4rem 0; margin:0 0 2.6rem; }
html.v8 body.v8 .v8-toc > b {
  display:block; font-family:var(--font-display); font-stretch:80%; text-transform:uppercase;
  letter-spacing:.14em; font-size:.62rem; font-weight:660; color:var(--ink-3); margin-bottom:.9rem;
}
html.v8 body.v8 .v8-toc ol { list-style:none; margin:0; padding:0; display:grid; gap:.45rem; counter-reset:toc; }
html.v8 body.v8 .v8-toc li { counter-increment:toc; display:flex; gap:.8rem; font-size:.92rem; }
html.v8 body.v8 .v8-toc li::before {
  content:counter(toc,decimal-leading-zero); flex:none; color:var(--ink-3);
  font-family:var(--font-display); font-stretch:76%; font-weight:700; font-size:.72rem; padding-top:.25em;
}
html.v8 body.v8 .prose { max-width:70ch; }
html.v8 body.v8 .prose > h2 {
  font-size:clamp(1.45rem,1.15rem + 1.1vw,2.15rem); margin-top:2.6em; padding-top:.9em;
  border-top:var(--hair); letter-spacing:-.025em;
}
html.v8 body.v8 .prose > h3 { margin-top:2em; font-size:1.2rem; }
html.v8 body.v8 .prose > p { font-size:1.06rem; line-height:1.72; color:var(--ink-2); }
html.v8 body.v8 .prose > ul, html.v8 body.v8 .prose > ol { font-size:1.02rem; line-height:1.68; color:var(--ink-2); }
html.v8 body.v8 .prose > blockquote {
  margin:2em 0; padding:1.4rem 0 1.4rem 1.6rem; border-left:2px solid var(--accent);
  border-radius:0; background:none; font-size:1.12rem; color:var(--ink); font-style:normal;
}
html.v8 body.v8 .prose strong { color:var(--ink); }

/* -------------------------------------------------------------------------
   17. FOOTER — closing brand moment
   ------------------------------------------------------------------------- */
html.v8 body.v8 .site-footer { background:var(--carbon); color:#b6bcb9; border-top:0; margin-top:0; }
html.v8 body.v8 .site-footer > .container { max-width:1600px; margin-inline:auto; }
html.v8 body.v8 .footer-lead { padding-block:clamp(2.5rem,4vw,4rem); border-bottom:1px solid #34403d; }
html.v8 body.v8 .footer-lead__grid { gap:3rem; }
html.v8 body.v8 .footer-lead h2 { color:#fff; font-size:clamp(2rem,3vw,3rem); max-width:22ch; }
html.v8 body.v8 .footer-lead .eyebrow { color:#8ddbd4; }
html.v8 body.v8 .footer-lead .btn-primary { background:#f2f1eb; color:#0b100e; border-color:#f2f1eb; }
html.v8 body.v8 .footer-grid { padding-block:3rem; gap:2rem; grid-template-columns:1.15fr .9fr 1fr .9fr 1.1fr; }
html.v8 body.v8 .footer-col { min-width:0; }
html.v8 body.v8 .footer-col h3 { color:#aab5b0; letter-spacing:.08em; font-size:.82rem; text-transform:uppercase; margin:0 0 1rem; }
html.v8 body.v8 .footer-col ul { display:grid; gap:.65rem; }
html.v8 body.v8 .footer-col li { margin:0; line-height:1.5; }
html.v8 body.v8 .footer-col a { color:#d7dcd9; }
html.v8 body.v8 .footer-col a:hover { color:#8ddbd4; }
html.v8 body.v8 .footer-phone { display:block; font-family:var(--font-display); font-weight:700; color:#fff; font-size:1.35rem; white-space:nowrap; }
html.v8 body.v8 .footer-contact .office-hours { font-size:.85rem; }
html.v8 body.v8 .footer-bottom { margin-top:1.4rem; padding-block:1.3rem; border-top:1px solid #34403d; font-size:.85rem; }
html.v8 body.v8 .footer-bottom :is(p,a) { color:#b6bcb9; }
html.v8 body.v8 .v8-wordmark { border-top:1px solid #34403d; padding-top:1.5rem; margin-top:0; }
html.v8 body.v8 .v8-wordmark > span { display:block; font-family:var(--font-display); font-stretch:62%; font-weight:800; font-size:clamp(2rem,6.6vw,6.5rem); line-height:1; letter-spacing:-.035em; color:#8a9590; white-space:normal; user-select:none; }
html.v8 body.v8 .v8-wordmark small { display:flex; flex-wrap:wrap; gap:.6rem 1.5rem; margin-top:1rem; text-transform:uppercase; letter-spacing:.06em; font-size:.72rem; color:#aab5b0; }
html.v8 body.v8 .v8-wordmark small span { color:inherit; }
.office-hours { margin-block:1.25rem; }
.office-hours > div { margin-bottom:.7rem; }
.office-hours dt { font-weight:650; }
.office-hours dd { margin:0; }
html.v8 body.v8 .confirmation-page { padding-block:clamp(3rem,7vw,6rem); }
.confirmation-layout { display:grid; grid-template-columns:1.5fr 1fr; gap:clamp(2rem,6vw,6rem); align-items:start; }
html.v8 body.v8 .confirmation-page h1 { font-size:clamp(2.4rem,4.5vw,4.5rem); line-height:1.06; max-width:16ch; margin-bottom:1.5rem; }
.confirmation-hours { padding:2rem; border:var(--hair); background:var(--surface); }
html.v8 body.v8 .confirmation-hours h2 { font-size:1.4rem; line-height:1.3; }
.confirmation-actions,.confirmation-return { display:flex; flex-wrap:wrap; gap:1rem 1.5rem; align-items:center; margin-top:2rem; }
@media(max-width:1100px) { html.v8 body.v8 .footer-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } html.v8 body.v8 .footer-brand { grid-column:span 2; } }
@media(max-width:800px) { .confirmation-layout { grid-template-columns:1fr; } html.v8 body.v8 .footer-lead__grid { grid-template-columns:1fr; gap:1.5rem; } html.v8 body.v8 .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:480px) { html.v8 body.v8 .footer-grid { grid-template-columns:1fr; padding-block:2rem; gap:2rem; } html.v8 body.v8 .footer-brand { grid-column:auto; } html.v8 body.v8 .footer-lead__actions { flex-direction:column; align-items:flex-start; } .confirmation-hours { padding:1.4rem; } }

/* -------------------------------------------------------------------------
   18. UTILITY / LEGACY SURFACES BROUGHT INTO LINE
   ------------------------------------------------------------------------- */
html.v8 body.v8 .trust-bar { background:var(--bone); border-block:var(--hair); }
html.v8[data-theme="dark"] body.v8 .trust-bar { background:var(--carbon-2); }
html.v8 body.v8 .trust-bar__items { border:0; }
html.v8 body.v8 .trust-bar__item { border-left:var(--hair); color:var(--ink-2); }
html.v8 body.v8 .trust-bar__item:first-child { border-left:0; }
html.v8 body.v8 :where(.card,.v2-card,.article-card,.v5-article-card) {
  background:var(--bone); border:var(--hair);
}
html.v8[data-theme="dark"] body.v8 :where(.card,.v2-card,.article-card,.v5-article-card) { background:var(--carbon-2); }
html.v8 body.v8 :where(.card,.v2-card):hover { border-color:var(--accent); transform:none; }
html.v8 body.v8 .v2-callout { border:0; border-left:2px solid var(--accent); background:var(--bone); padding:1.3rem 1.5rem; }
html.v8[data-theme="dark"] body.v8 .v2-callout { background:var(--carbon-2); }
html.v8 body.v8 .v2-callout-label { color:var(--accent); }
html.v8 body.v8 :where(.v2-filter) {
  border:1px solid var(--line-2); background:transparent; border-radius:0;
  font-family:var(--font-display); font-stretch:84%; text-transform:uppercase;
  letter-spacing:.1em; font-size:.68rem; font-weight:640; padding:.62em 1em;
}
html.v8 body.v8 .v2-filter:hover { background:var(--ink); color:var(--bone); border-color:var(--ink); }
html.v8 body.v8 .v2-faq details { border:0; border-bottom:var(--hair); background:transparent; }
html.v8 body.v8 .v2-faq summary {
  font-family:var(--font-display); font-stretch:92%; font-weight:660;
  font-size:clamp(1rem,.95rem + .3vw,1.18rem); padding:1.15rem 0; letter-spacing:-.012em;
}
html.v8 body.v8 .breadcrumbs {
  font-family:var(--font-display); font-stretch:82%; text-transform:uppercase;
  letter-spacing:.12em; font-size:.62rem; font-weight:640;
  display:flex; flex-wrap:wrap; gap:.35rem .55rem; align-items:center;
}
html.v8 body.v8 .breadcrumbs ol { display:flex; flex-wrap:wrap; gap:.35rem .55rem; align-items:center; margin:0; padding:0; list-style:none; }
html.v8 body.v8 .breadcrumbs li { display:flex; align-items:center; gap:.55rem; white-space:nowrap; }
/* Every remaining page hero adopts the same carbon treatment, so utility
   pages, hubs and article pages all open in one visual language. */
html.v8 body.v8 .v2-hero {
  background:var(--carbon); color:#e9e7e1; border-bottom:1px solid rgba(255,255,255,.1);
  padding-block:clamp(3rem,6vw,6rem) clamp(2.6rem,4.5vw,4.5rem);
}
html.v8 body.v8 .v2-hero::after { display:none; }
html.v8 body.v8 .v2-hero h1 { color:#fff; max-width:24ch; font-size:var(--fs-700); }
html.v8 body.v8 .v2-hero :where(h2,h3) { color:#f7f6f2; }
html.v8 body.v8 .v2-hero :where(p,li,.v2-lead,.lead) { color:#c4cac7; }
html.v8 body.v8 .v2-hero .eyebrow { color:#8ddbd4; }
html.v8 body.v8 .v2-hero .breadcrumbs { color:#c4cac7; margin-bottom:clamp(1.4rem,2.6vw,2.4rem); }
html.v8 body.v8 .v2-hero .breadcrumbs a { color:#c4cac7; }
html.v8 body.v8 .v2-hero a:not(.btn):not(.v2-btn):not(.v5-btn) { color:#8ddbd4; }
html.v8 body.v8 .v2-hero .v2-chip {
  border:1px solid rgba(255,255,255,.28); background:transparent; color:#c4cac7;
}
html.v8 body.v8 .v2-hero .v2-chip a { color:#8ddbd4; }
html.v8 body.v8 .v2-hero :where(.btn:not(.btn-primary),.v5-btn:not(.v5-btn--primary)) {
  color:#f4f2ec; border-color:rgba(255,255,255,.55);
}
html.v8 body.v8 .v2-hero :where(.btn:not(.btn-primary),.v5-btn:not(.v5-btn--primary)):hover {
  background:#f4f2ec; color:#0a0d0c; border-color:#f4f2ec;
}
html.v8 body.v8 .v2-hero :where(.btn-primary,.v5-btn--primary) {
  background:#f4f2ec; color:#0a0d0c; border-color:#f4f2ec;
}
html.v8 body.v8 .v2-hero :where(.btn-primary,.v5-btn--primary):hover {
  background:#63c9c1; color:#05100f; border-color:#63c9c1;
}
html.v8 body.v8 .v2-hero :where(a,button):focus-visible { outline-color:#8ddbd4; }
html.v8 body.v8 .v2-hero .v2-callout { background:rgba(255,255,255,.05); border-left-color:#63c9c1; }
html.v8 body.v8 .v2-hero .v2-callout-label { color:#8ddbd4; }
html.v8 body.v8 .v2-hero .v2-callout p { color:#c4cac7; }
html.v8 body.v8 .drawer-panel { background:var(--carbon); color:#e9e7e1; }
html.v8 body.v8 .drawer-panel a { color:#dcdad4; border-bottom:1px solid rgba(255,255,255,.08); }
html.v8 body.v8 .drawer-panel a.is-sub { color:#98a09d; }
html.v8 body.v8 .drawer-panel .v2-nav-phone { display:block; }
html.v8 body.v8 .drawer-head strong { color:#fff; font-family:var(--font-display); font-stretch:84%; }
html.v8 body.v8 .drawer-head { background:var(--carbon); }
html.v8 body.v8 .drawer-close { background:var(--carbon-3); color:#fff; border-color:#8f9895; }
html.v8 body.v8 .nav-burger { color:var(--ink); }
html.v8 body.v8 .skip-link { border-radius:0; }
html.v8 body.v8 .market-status { border:var(--hair); background:var(--bone); border-radius:0; }
html.v8[data-theme="dark"] body.v8 .market-status { background:var(--carbon-2); }

/* proof cards + before/after keep sharp edges and an editorial caption */
html.v8 body.v8 :where(.proof-card,.v5-proof-card) { border:var(--hair); background:var(--bone); }
html.v8[data-theme="dark"] body.v8 :where(.proof-card,.v5-proof-card) { background:var(--carbon-2); }
html.v8 body.v8 :where(.before-after,.v5-before-after) { border:var(--hair); }

/* -------------------------------------------------------------------------
   19. MOTION — precise, not animated
   ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  html.v8 body.v8 [data-reveal] { opacity:0; transform:translateY(14px); }
  html.v8 body.v8 [data-reveal].is-in {
    opacity:1; transform:none;
    transition:opacity .7s cubic-bezier(.22,.7,.2,1), transform .7s cubic-bezier(.22,.7,.2,1);
  }
  html.v8 body.v8 [data-reveal][data-reveal-delay="1"].is-in { transition-delay:.09s; }
  html.v8 body.v8 [data-reveal][data-reveal-delay="2"].is-in { transition-delay:.18s; }
  html.v8 body.v8 [data-reveal][data-reveal-delay="3"].is-in { transition-delay:.27s; }
  html.v8 body.v8 .v8-hero__media img { transform:scale(1.045); transition:transform 1.6s cubic-bezier(.2,.7,.2,1); }
  html.v8 body.v8.hero-ready .v8-hero__media img { transform:none; }
}
@media (prefers-reduced-motion: reduce) {
  html.v8 body.v8 [data-reveal] { opacity:1 !important; transform:none !important; }
  html.v8 body.v8 * { animation-duration:.001ms !important; transition-duration:.001ms !important; }
}

/* -------------------------------------------------------------------------
   20. NARROW SCREENS
   ------------------------------------------------------------------------- */
@media (max-width:640px) {
  html.v8 body.v8 { --band:3.4rem; }
  html.v8 body.v8 .v8-hero { min-height:clamp(500px,78svh,720px); padding-top:9rem; }
  /* On one column the horizontal scrim would black out the architecture, so
     narrow screens rely on the vertical scrim alone. */
  html.v8 body.v8 .v8-hero__shade {
    background:linear-gradient(180deg, rgba(6,9,8,.9) 0%, rgba(6,9,8,.62) 20%, rgba(6,9,8,.58) 48%, rgba(6,9,8,.9) 100%);
  }
  html.v8 body.v8 .v8-hero h1 { font-size:clamp(2.5rem,10vw,3.5rem); }
  html.v8 body.v8 .v8-hero__cta { flex-direction:column; align-items:stretch; }
  html.v8 body.v8 .v8-hero__cta > a { text-align:center; justify-content:center; }
  html.v8 body.v8 .v8-plate { padding:1.25rem 1.15rem; }
  html.v8 body.v8 .v8-wordmark > span { font-size:8vw; }
  html.v8 body.v8 .footer-phone { font-size:1.3rem; }
}
@media (max-width:380px) {
  html.v8 body.v8 :where(.btn,.v2-btn,.v5-btn) { font-size:.72rem; padding:1em 1.1em; letter-spacing:.07em; }
  html.v8 body.v8 .v8-ops__v { font-size:.9rem; }
}

/* -------------------------------------------------------------------------
   21. MARKET PAIR (homepage) — two siblings, equal weight
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-market {
  display:block; text-decoration:none; color:inherit; background:none;
  border-top:2px solid var(--ink); padding-top:1.4rem;
}
html.v8 body.v8 .v8-market .v8-figure { margin:0 0 1.5rem; overflow:hidden; }
html.v8 body.v8 .v8-market .v8-figure img {
  aspect-ratio:3/2; transition:transform .7s cubic-bezier(.2,.7,.2,1); filter:saturate(.9) contrast(1.03);
}
html.v8 body.v8 .v8-market:hover .v8-figure img { transform:scale(1.04); }
html.v8 body.v8 .v8-market h3 { margin:.35rem 0 .8rem; font-size:clamp(1.6rem,1.15rem + 1.5vw,2.6rem); }
html.v8 body.v8 .v8-market > p { color:var(--ink-2); margin:0; max-width:52ch; }
html.v8 body.v8 .v8-market .v8-label { margin:0; color:var(--ink-3); }
html.v8 body.v8 .v8-market--next .v8-label { color:var(--accent); }
html.v8 body.v8 .v8-market__go {
  display:inline-flex; align-items:center; gap:.5em; margin-top:1.3rem;
  font-family:var(--font-display); font-stretch:82%; text-transform:uppercase;
  letter-spacing:.12em; font-size:.7rem; font-weight:660; color:var(--accent);
}
html.v8 body.v8 .v8-market:hover .v8-market__go { gap:.9em; }
html.v8 body.v8 .v8-market__cred { margin:.9rem 0 0; font-size:.7rem; color:var(--ink-3); line-height:1.5; max-width:52ch; }

/* figure credit inside captions */
html.v8 body.v8 .v8-figure__credit { color:var(--line-2); }
html.v8 body.v8 .v8-band--carbon .v8-figure__credit { color:#6d7774; }

/* Print + no-JS: reveal targets are always visible. */
@media print { html.v8 body.v8 [data-reveal] { opacity:1 !important; transform:none !important; } }
html:not(.js).v8 body.v8 [data-reveal] { opacity:1 !important; transform:none !important; }

/* -------------------------------------------------------------------------
   22. SHARED PAGE HERO (services, service pages, city pages, utility pages)
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-page-hero {
  background:var(--carbon); color:#e9e7e1;
  padding-block:clamp(3rem,6vw,6rem) clamp(2.6rem,4.5vw,4.5rem);
  border-bottom:1px solid rgba(255,255,255,.1);
}
html.v8 body.v8 .v8-page-hero .breadcrumbs { color:#c4cac7; margin-bottom:clamp(1.6rem,3vw,2.6rem); }
html.v8 body.v8 .v8-page-hero .breadcrumbs a { color:#c4cac7; }
html.v8 body.v8 .v8-page-hero h1 { color:#fff; margin:0; max-width:22ch; font-size:var(--fs-700); }
html.v8 body.v8 .v8-page-hero .lead { color:#c4cac7; margin-top:1.4rem; }
html.v8 body.v8 .v8-page-hero__cta { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:2rem; }
html.v8 body.v8 .v8-spec--onDark { border-top-color:rgba(255,255,255,.2); }
html.v8 body.v8 .v8-spec--onDark > div { border-bottom-color:rgba(255,255,255,.14); }
html.v8 body.v8 .v8-spec--onDark dt { color:#8f9895; }
html.v8 body.v8 .v8-spec--onDark dd { color:#f2f1ec; }
@media (max-width:640px) {
  html.v8 body.v8 .v8-page-hero__cta { flex-direction:column; align-items:stretch; }
  html.v8 body.v8 .v8-page-hero__cta > a { text-align:center; justify-content:center; }
}

/* -------------------------------------------------------------------------
   23. ARTICLE LAYOUT
   ------------------------------------------------------------------------- */
html.v8 body.v8 .v8-article-figure { margin:0; background:var(--carbon); }
html.v8 body.v8 .v8-article-figure img {
  width:100%; height:clamp(200px,30vw,420px); object-fit:cover; display:block;
}
html.v8 body.v8 .v8-article-figure figcaption {
  max-width:var(--container); margin-inline:auto; padding:.7rem clamp(1.15rem,3.2vw,3.5rem);
  font-size:.72rem; color:#8f9895; background:var(--carbon);
}
html.v8 body.v8 .v8-article { display:grid; gap:clamp(2rem,4vw,4.5rem); align-items:start; }
@media (min-width:1080px) {
  html.v8 body.v8 .v8-article { grid-template-columns:minmax(0,1fr) minmax(0,19rem); }
  html.v8 body.v8 .v8-article-aside { position:sticky; top:8.5rem; }
}
html.v8 body.v8 .v8-article-aside .v8-figure { margin-bottom:1.6rem; }
html.v8 body.v8 .v8-article-aside .v8-spec { margin-bottom:1.6rem; }
html.v8 body.v8 .v8-article-aside__cta { display:grid; gap:.9rem; justify-items:start; margin:0; }
html.v8 body.v8 .v8-article-aside__cta .btn { width:100%; text-align:center; justify-content:center; }
html.v8 body.v8 .v2-takeaways { border:0; border-left:2px solid var(--accent); border-radius:0; background:var(--paper-2); }
html.v8[data-theme="dark"] body.v8 .v2-takeaways { background:var(--carbon-3); }
html.v8 body.v8 .v2-related { list-style:none; padding:0; display:grid; gap:0; border-top:var(--hair); }
html.v8 body.v8 .v2-related li { border-bottom:var(--hair); }
html.v8 body.v8 .v2-related li a {
  display:flex; flex-wrap:wrap; justify-content:space-between; gap:.4rem 1.5rem;
  padding:1.05rem 0; text-decoration:none; background:none; color:var(--ink);
  font-family:var(--font-display); font-stretch:92%; font-weight:640;
}
html.v8 body.v8 .v2-related li a small {
  color:var(--ink-3); font-weight:400; font-stretch:100%; font-family:var(--font-sans); font-size:.8rem;
}
html.v8 body.v8 .v2-related li a:hover { color:var(--accent); }
html.v8 body.v8 .capability-index { border-top:var(--hair); }
html.v8 body.v8 .capability-index > li { border-bottom:var(--hair); }
html.v8 body.v8 .capability-index h2 { font-size:clamp(1.2rem,1rem + .8vw,1.75rem); letter-spacing:-.022em; }
html.v8 body.v8 .capability-index > li:hover { background:var(--bone); }

/* -------------------------------------------------------------------------
   24. LEGACY DARK SURFACES ADOPT THE CARBON CONTRACT
   The v2/v5 sheets ship their own dark panels (.v5-cta-panel, .v2-cta-strip,
   .section--brand, .bento-item.dark). v8 repaints them carbon and re-derives
   every foreground on them, so no inherited light-surface colour can land on
   a dark ground.
   ------------------------------------------------------------------------- */
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark) {
  background:var(--carbon) !important; border:1px solid rgba(255,255,255,.14); border-radius:0;
}
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)::before,
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)::after { display:none; }
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)
  :where(h1,h2,h3,h4,legend,strong,b) { color:#f7f6f2; }
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)
  :where(p,li,dd,small,.lead,.v2-lead,.note,.more,.operations-card__copy) { color:#c4cac7; }
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark) .eyebrow,
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark) .v8-label { color:#8ddbd4; }
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)
  a:not(.btn):not(.v2-btn):not(.v5-btn) { color:#8ddbd4; }
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)
  :where(.btn:not(.btn-primary),.v2-btn:not(.v2-btn-primary),.v5-btn:not(.v5-btn--primary)) {
  color:#f4f2ec !important; border-color:rgba(255,255,255,.55); background:transparent;
}
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)
  :where(.btn:not(.btn-primary),.v2-btn:not(.v2-btn-primary),.v5-btn:not(.v5-btn--primary)):hover {
  background:#f4f2ec; color:#0a0d0c !important; border-color:#f4f2ec;
}
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)
  :where(.btn-primary,.v2-btn-primary,.v5-btn--primary) {
  background:#f4f2ec; color:#0a0d0c !important; border-color:#f4f2ec;
}
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)
  :where(.btn-primary,.v2-btn-primary,.v5-btn--primary):hover {
  background:#63c9c1; color:#05100f !important; border-color:#63c9c1;
}
html.v8 body.v8 :where(.v5-cta-panel,.v2-cta-strip,.section--brand,.bento-item.dark)
  :where(a,button):focus-visible { outline-color:#8ddbd4; }

/* .lead / .v2-lead are set globally with two class levels, so the dark-surface
   override above ties on specificity; these repeat it with the surface class
   unwrapped so the later, more specific rule wins on every dark panel. */
html.v8 body.v8 .section--brand :where(p,li,dd,.lead,.v2-lead,.note),
html.v8 body.v8 .v5-cta-panel :where(p,li,dd,.lead,.v2-lead,.note),
html.v8 body.v8 .v2-cta-strip :where(p,li,dd,.lead,.v2-lead,.note),
html.v8 body.v8 .bento-item.dark :where(p,li,dd,.lead,.v2-lead,.note),
html.v8 body.v8 .v8-band--carbon :where(p,li,dd,.lead,.v2-lead,.note),
html.v8 body.v8 .v8-hero :where(.lead,.v2-lead),
html.v8 body.v8 .v8-page-hero :where(p,.lead,.v2-lead,.note),
html.v8 body.v8 .v8-article-hero :where(p,.lead,.v2-lead),
html.v8 body.v8 .v2-hero :where(p,li,.lead,.v2-lead,.note) { color:#c4cac7; }
html.v8 body.v8 .v8-hero .lead { color:#dfe2e0; }

/* -------------------------------------------------------------------------
   25. FOREGROUND CONTRACT CORRECTIONS
   Legacy sheets paint some inline chips (.note) with their own light
   background, and a few v8 micro-labels were derived from line tokens that
   are decorative rather than text-safe. Both are corrected here so every
   string on the site clears AA in both themes.
   ------------------------------------------------------------------------- */

/* .note is a typographic aside, not a chip: no surface of its own. */
html.v8 body.v8 .note {
  background:transparent !important; border:0; border-left:1px solid var(--line);
  padding:.15rem 0 .15rem .9rem; color:var(--ink-3); font-size:.84rem;
}
html.v8 body.v8 :where(.v8-band--carbon,.section--brand,.v5-cta-panel,.v2-cta-strip,
  .v8-hero,.v8-page-hero,.v8-article-hero,.v2-hero,.bento-item.dark) .note {
  border-left-color:rgba(255,255,255,.28); color:#b6bcb9;
}

/* Provenance credits must be readable, not whispered. */
html.v8 body.v8 .v8-figure__credit { color:var(--ink-3); }
html.v8 body.v8 .v8-band--carbon .v8-figure__credit,
html.v8 body.v8 .v8-hero .v8-figure__credit { color:#98a09d; }

/* Process numerals on carbon. */
html.v8 body.v8 .v8-proc__n { color:#8a938f; }

/* Cards keep their own light surface inside a carbon band, so they must also
   keep their own foregrounds — a dark-band heading colour on a bone card is
   invisible. */
html.v8 body.v8 .v8-band--carbon :where(.card,.v2-card,.article-card,.v5-article-card,
  .v2-form-card,form.form,.v2-callout,.market-status,.proof-card,.v5-proof-card)
  :where(h1,h2,h3,h4,strong,b,dt,legend,label) { color:var(--ink); }
html.v8 body.v8 .v8-band--carbon :where(.card,.v2-card,.article-card,.v5-article-card,
  .v2-form-card,form.form,.v2-callout,.market-status,.proof-card,.v5-proof-card)
  :where(p,li,dd,small,.lead,.v2-lead,.note,.excerpt) { color:var(--ink-2); }
html.v8 body.v8 .v8-band--carbon :where(.card,.v2-card,.article-card,.v5-article-card)
  a:not(.btn):not(.v2-btn):not(.v5-btn) { color:var(--accent); }

/* Breadcrumbs sit on carbon on every hero variant. Cover the anchors, the
   current-page span and the separators in one place, above the legacy
   accent-coloured breadcrumb rules. */
html.v8 body.v8 :where(.v8-hero,.v8-page-hero,.v8-article-hero,.v2-hero) .breadcrumbs,
html.v8 body.v8 :where(.v8-hero,.v8-page-hero,.v8-article-hero,.v2-hero) .breadcrumbs :where(li,span,ol) {
  color:#c4cac7;
}
html.v8 body.v8 :where(.v8-hero,.v8-page-hero,.v8-article-hero,.v2-hero) .breadcrumbs a,
html.v8 body.v8 :where(.v8-hero,.v8-page-hero,.v8-article-hero,.v2-hero) .breadcrumbs a:visited {
  color:#eceae4;
}

/* Every form surface owns its foregrounds outright. */
html.v8 body.v8 :where(.v2-form-card,form.form) :where(h1,h2,h3,h4,legend,label,strong,b,dt) { color:var(--ink); }
html.v8 body.v8 :where(.v2-form-card,form.form)
  :where(p,li,dd,small,span,.v2-form-note,.hint,.note,.visually-hidden,.field-msg,.form-status) { color:var(--ink-2); }
html.v8 body.v8 :where(.v2-form-card,form.form) a:not(.btn):not(.v2-btn):not(.v5-btn) { color:var(--accent); }

/* The partner capability page keeps its own navy screen palette; v8 must not
   drop a carbon-era ink colour onto it. */
html.v8 body.v8 .partner-btn--dark { color:#f4f2ec !important; }

/* Breadcrumbs render as <nav><p class="eyebrow">…</p></nav>, so on carbon
   heroes the eyebrow rule — not a .breadcrumbs rule — is what paints them. */
html.v8 body.v8 :where(.v8-hero,.v8-page-hero,.v8-article-hero,.v2-hero,.v8-band--carbon)
  nav[aria-label="Breadcrumb"] .eyebrow { color:#c4cac7; }
html.v8 body.v8 :where(.v8-hero,.v8-page-hero,.v8-article-hero,.v2-hero,.v8-band--carbon)
  nav[aria-label="Breadcrumb"] :where(a,a:visited) { color:#eceae4; }
html.v8 body.v8 :where(.v8-hero,.v8-page-hero,.v8-article-hero,.v2-hero,.v8-band--carbon)
  nav[aria-label="Breadcrumb"] span[aria-current] { color:#c4cac7; }
html.v8 body.v8 nav[aria-label="Breadcrumb"] { margin-bottom:clamp(1.4rem,2.6vw,2.4rem); }

/* Callouts inside the carbon form band stay on the dark ground rather than
   dropping a bone chip into it. */
html.v8 body.v8 .v2-form-section .v2-form-aside .v2-callout {
  background:transparent; border-left:2px solid #63c9c1;
}
html.v8 body.v8 .v2-form-section .v2-form-aside .v2-callout p { color:#c4cac7; }
html.v8 body.v8 .v2-form-section .v2-form-aside .v2-callout .v2-callout-label { color:#8ddbd4; }
/* Lead forms: keep essential fields visible, qualify further when useful. */
html.v8 body.v8 .lead-market-field { margin-bottom:1.5rem; }
html.v8 body.v8 .lead-market-label { font-weight:600; margin:0 0 1.5rem; }
html.v8 body.v8 .lead-details { border-top:1px solid currentColor; margin:0 0 1.5rem; }
html.v8 body.v8 .lead-details summary { padding:1rem 0; min-height:48px; cursor:pointer; font-size:1rem; font-weight:600; }
html.v8 body.v8 .lead-details summary span { font-weight:400; }
html.v8 body.v8 .lead-details .v2-fields { padding:.5rem 0 1rem; }
html.v8 body.v8 .v2-field input,
html.v8 body.v8 .v2-field select,
html.v8 body.v8 .v2-field textarea { font-size:1rem; min-height:48px; }
html.v8 body.v8 .v2-form-card > button[type="submit"] { width:100%; }
html.v8 body.v8 .lead-details summary:focus-visible { outline:2px solid currentColor; outline-offset:4px; }

html.v8 body.v8 .contact-markets { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.5rem; margin:1.5rem 0 2.5rem; }
@media(max-width:640px) { html.v8 body.v8 .contact-markets { grid-template-columns:1fr; } }

/* Core navigation and hero content remain immediately legible. */
html.js.v8 body.v8 .nav-item:not([data-open]) .nav-pop { opacity:0; visibility:hidden; pointer-events:none; }
html.v8 body.v8.has-cityhero:not(.header-solid) .site-header .nav-burger { background:transparent; border-color:rgba(255,255,255,.55); color:#f4f2ec; }
html.v8 body.v8 .v8-hero [data-reveal],
html.v8 body.v8 .v8-hero [data-reveal].is-in { opacity:1; transform:none; transition:none; }
html.v8 body.v8 .v8-hero__media img { transform:none; transition:none; }
