@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/f0.woff2) format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/f1.woff2) format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/f2.woff2) format("woff2")}
/* ═══════════════════════════════════════════════════════════
   REINFORCED BUILDS — brushed titanium design system
   Palette is the brand spec, not an approximation:
     highlight #C9CDD3 · silver #8D939B · mid #6B727B
     gunmetal  #4B535C · dark edge #333E4E
     blue #1E7BFF · charcoal #111418 · white #F4F6F8
   Metal reads from three devices, used consistently:
     1. bevel      lit top edge + shadowed bottom edge
     2. brush      fine anisotropic grain across panels
     3. specular   a travelling highlight, not a static glow
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

:root {
  color-scheme: dark;

  /* brand constants — identical in both themes */
  --brand-blue:     #1E7BFF;
  --brand-silver:   #8D939B;
  --brand-gunmetal: #4B535C;
  --brand-edge:     #333E4E;
  --brand-charcoal: #111418;
  --brand-white:    #F4F6F8;

  /* ── ground ── */
  --steel-950: #080C12;
  --steel-900: #0C1119;
  --steel-850: #101722;
  --steel-800: #151E2B;
  --steel-700: #1E2836;
  --steel-600: #283445;
  --steel-500: #3A4657;

  /* ── chrome ramp for display type ── */
  --chrome-lit: #FFFFFF;
  --chrome-hi:  #DDE3EA;
  --chrome-mid: #A8B0BA;
  --chrome-low: #8D939B;
  --chrome-deep:#4B535C;

  --ink:   #F4F6F8;
  --body:  #A9B0B9;
  --muted: #8D939B;

  --blue:      #1E7BFF;
  --blue-hot:  #57A0FF;
  --blue-deep: #0B57C8;
  --blue-veil: rgba(30,123,255,.36);

  /* bevel + brush primitives */
  --bevel-lit:   rgba(201,205,211,.13);
  --bevel-shade: rgba(0,0,0,.58);
  --plate: linear-gradient(157deg, #1E2836 0%, #101722 46%, #0C1119 100%);
  --plate-hi: linear-gradient(157deg, #283445 0%, #151E2B 48%, #101722 100%);
  --grain: repeating-linear-gradient(96deg,
             rgba(201,205,211,.022) 0px, rgba(201,205,211,.022) 1px,
             rgba(0,0,0,.026)       1px, rgba(0,0,0,.026)       3px);

  --hair: rgba(201,205,211,.10);
  --hair-strong: rgba(201,205,211,.19);

  --head: "Space Grotesk", "Archivo", Inter, sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;

  --maxw: 1200px;
  --pad: clamp(20px, 4vw, 52px);
  --r: 6px;

  --band-lit: linear-gradient(180deg, #0D1828 0%, #112240 52%, #0C1626 100%);
  --band-lit: linear-gradient(180deg, #0D1828 0%, #112240 52%, #0C1626 100%);
  --shadow-plate: 0 1px 0 var(--bevel-lit) inset, 0 -1px 0 var(--bevel-shade) inset, 0 18px 40px -24px rgba(0,0,0,.92);
}

/* viewer toggle must beat the media query in both directions */
:root[data-theme="dark"] {
  color-scheme: dark;
  --steel-950: #080C12; --steel-900: #0C1119; --steel-850: #101722;
  --steel-800: #151E2B; --steel-700: #1E2836; --steel-600: #283445; --steel-500: #3A4657;
  --chrome-lit: #FFFFFF; --chrome-hi: #C9CDD3; --chrome-mid: #A8B0BA; --chrome-low: #8D939B; --chrome-deep: #4B535C;
  --ink: #F4F6F8; --body: #A9B0B9; --muted: #8D939B;
  --blue: #1E7BFF; --blue-hot: #57A0FF; --blue-deep: #0B57C8; --blue-veil: rgba(30,123,255,.36);
  --bevel-lit: rgba(201,205,211,.13); --bevel-shade: rgba(0,0,0,.58);
  --plate: linear-gradient(157deg, #1E2836 0%, #101722 46%, #0C1119 100%);
  --plate-hi: linear-gradient(157deg, #283445 0%, #151E2B 48%, #101722 100%);
  --grain: repeating-linear-gradient(96deg, rgba(201,205,211,.022) 0px, rgba(201,205,211,.022) 1px, rgba(0,0,0,.026) 1px, rgba(0,0,0,.026) 3px);
  --hair: rgba(201,205,211,.10); --hair-strong: rgba(201,205,211,.19);
  --band-lit: linear-gradient(180deg, #0D1828 0%, #112240 52%, #0C1626 100%);
  --shadow-plate: 0 1px 0 var(--bevel-lit) inset, 0 -1px 0 var(--bevel-shade) inset, 0 18px 40px -24px rgba(0,0,0,.92);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--steel-950);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--blue); }

body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(1100px 620px at 78% -8%, var(--blue-veil), transparent 68%),
    var(--grain);
  opacity: .5;
}

/* ── type ── */
h1, h2, h3, h4 { font-family: var(--head); font-weight: 700; letter-spacing: -.024em; line-height: 1.07; text-wrap: balance; }

/* satin steel: lit crown, dark waist, lit return — the metal "horizon" */
.chrome {
  background: linear-gradient(176deg,
    var(--chrome-lit) 0%, var(--chrome-hi) 29%,
    var(--chrome-mid) 48%, var(--chrome-low) 56%,
    var(--chrome-hi) 80%, var(--chrome-lit) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
@supports not ((background-clip: text) or (-webkit-background-clip: text)) {
  .chrome { color: var(--ink); -webkit-text-fill-color: currentColor; }
}

.mono { font-family: var(--mono); }

.eyebrow {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .215em;
  text-transform: uppercase; color: var(--blue);
  display: flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .55; flex: none; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); position: relative; z-index: 1; }

section { padding-block: clamp(64px, 8vw, 108px); position: relative; z-index: 1; }
.sec-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: clamp(36px, 5vw, 56px); }
.sec-head h2 { font-size: clamp(26px, 3.4vw, 40px); }
.sec-head p { color: var(--body); max-width: 60ch; }

/* ── plate: the core metal surface ── */
.plate {
  background-image: var(--plate), var(--grain);
  border: 1px solid var(--hair);
  border-radius: var(--r);
  box-shadow: var(--shadow-plate);
  position: relative; overflow: hidden;
}
.plate::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(104deg, transparent 34%, rgba(201,205,211,.14) 48%, transparent 62%);
  transform: translateX(-115%);
  transition: transform .85s cubic-bezier(.22,.61,.36,1);
}
.plate:hover::after, .plate:focus-within::after { transform: translateX(115%); }

/* ── buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11.5px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  padding: 14px 26px; border-radius: var(--r); text-decoration: none;
  position: relative; overflow: hidden; border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}
.btn:active { transform: translateY(1px); }
.btn::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(104deg, transparent 36%, rgba(255,255,255,.34) 50%, transparent 64%);
  transform: translateX(-120%);
  transition: transform .7s cubic-bezier(.22,.61,.36,1);
}
.btn:hover::after, .btn:focus-visible::after { transform: translateX(120%); }

.btn-primary {
  background-image: linear-gradient(180deg, var(--blue-hot), var(--blue) 52%, var(--blue-deep));
  color: #fff;
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 1px 0 rgba(255,255,255,.32) inset, 0 10px 26px -12px var(--blue);
}
.btn-primary:hover { box-shadow: 0 1px 0 rgba(255,255,255,.42) inset, 0 14px 34px -12px var(--blue); }

.btn-ghost {
  background-image: var(--plate);
  color: var(--ink);
  border-color: var(--hair-strong);
  box-shadow: var(--shadow-plate);
}
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }

:where(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 3px;
}

/* ═══ reveal — JS applies the hidden state, so JS-off stays visible ═══ */
.will-reveal { opacity: 0; transform: translateY(22px); }
.will-reveal.in {
  opacity: 1; transform: none;
  transition: opacity .62s cubic-bezier(.22,.61,.36,1), transform .62s cubic-bezier(.22,.61,.36,1);
  transition-delay: calc(var(--i, 0) * 68ms);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .will-reveal { opacity: 1 !important; transform: none !important; }
}

/* ═══════════ REINFORCE BUILDS — page furniture ═══════════ */

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--blue); color: #fff; padding: 12px 18px;
  font-family: var(--mono); font-size: 12px; text-decoration: none;
}
.skip:focus { left: 12px; top: 12px; }

/* ── wordmark: rebar seen end-on ── */
/* ── lockup: R mark + REINFORCED (satin steel) over BUILDS (blue) ── */
.lockup { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: none; }
.lock-mark {
  width: 30px; height: 30px; border-radius: 5px; position: relative; flex: none;
  display: grid; place-items: center;
  background-image: var(--plate-hi), var(--grain);
  border: 1px solid var(--hair-strong);
  box-shadow: 0 1px 0 var(--bevel-lit) inset, 0 -1px 0 var(--bevel-shade) inset;
  overflow: hidden;
}
.lock-mark::before {          /* the R, struck in satin steel */
  content: "R";
  font-family: var(--head); font-weight: 700; font-size: 17px; line-height: 1;
  letter-spacing: 0; padding-bottom: 1px;
  background: linear-gradient(176deg, var(--chrome-lit), var(--chrome-hi) 40%, var(--chrome-mid) 58%, var(--chrome-hi));
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.lock-mark::after {           /* blue crown bar, as on the logo */
  content: ""; position: absolute; top: 4px; left: 7px; width: 13px; height: 2.5px;
  background: var(--blue); border-radius: 1px;
}
.lock-text {
  display: flex; flex-direction: column; gap: 2px; line-height: 1;
  position: relative; overflow: hidden;
}
.lock-a {
  font-family: var(--head); font-weight: 700; font-size: 14.5px; letter-spacing: .155em;
  background: linear-gradient(176deg, var(--chrome-lit) 0%, var(--chrome-hi) 34%, var(--chrome-mid) 54%, var(--chrome-hi) 78%, var(--chrome-lit) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.lock-b {
  font-family: var(--head); font-weight: 700; font-size: 8.5px; letter-spacing: .46em;
  color: var(--blue); white-space: nowrap;
  display: flex; align-items: center; gap: 6px;
}
.lock-b::before, .lock-b::after { content: ""; height: 1px; flex: 1; background: currentColor; opacity: .5; }
@supports not ((background-clip: text) or (-webkit-background-clip: text)) {
  .lock-a, .lock-mark::before { color: var(--ink); -webkit-text-fill-color: currentColor; }
}
.lock-text::after {          /* periodic specular travel across the wordmark */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent 38%, rgba(244,246,248,.30) 50%, transparent 62%);
  transform: translateX(-120%);
  animation: lockSheen 9s ease-in-out infinite;
}
@keyframes lockSheen { 0%,72% { transform: translateX(-120%); } 88%,100% { transform: translateX(120%); } }

/* ── nav ── */
.site-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 90;
  background-image: linear-gradient(180deg, color-mix(in srgb, var(--steel-900) 92%, transparent), color-mix(in srgb, var(--steel-950) 88%, transparent)), var(--grain);
  backdrop-filter: blur(18px) saturate(1.3); -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border-bottom: 1px solid var(--hair);
  box-shadow: 0 1px 0 var(--bevel-lit) inset;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.site-nav.stuck { border-bottom-color: var(--hair-strong); box-shadow: 0 1px 0 var(--bevel-lit) inset, 0 14px 34px -22px rgba(0,0,0,.8); }
.nav-inner {
  max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.navlinks { display: flex; align-items: center; gap: 2px; }
.navlink {
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--body); text-decoration: none; padding: 9px 15px; border-radius: var(--r);
  transition: color .18s ease, background-color .18s ease;
}
.navlink:hover { color: var(--ink); background: color-mix(in srgb, var(--blue) 10%, transparent); }
.navlink[aria-current="page"] { color: var(--ink); background: color-mix(in srgb, var(--blue) 14%, transparent); }
.navlink.cta {
  margin-left: 10px; color: var(--blue);
  border: 1px solid color-mix(in srgb, var(--blue) 55%, transparent);
  background-image: var(--plate);
  box-shadow: 0 1px 0 var(--bevel-lit) inset;
}
.navlink.cta:hover { color: #fff; background-image: linear-gradient(180deg, var(--blue-hot), var(--blue-deep)); border-color: var(--blue); }

.nav-progress { height: 2px; width: 0%; background: linear-gradient(90deg, var(--blue-deep), var(--blue-hot)); transition: width .12s linear; }

.menu-btn {
  display: none; width: 40px; height: 36px; border-radius: var(--r);
  background-image: var(--plate); border: 1px solid var(--hair-strong);
  cursor: pointer; position: relative;
}
.menu-btn span { position: absolute; left: 11px; width: 18px; height: 1.5px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.menu-btn span:nth-child(1) { top: 14px; }
.menu-btn span:nth-child(2) { top: 20px; }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(3px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }

/* ── routing ── */
main { padding-top: 70px; }
.view { display: block; }
.view[hidden] { display: none !important; }
.view.entering { animation: viewIn .42s cubic-bezier(.22,.61,.36,1) both; }
@keyframes viewIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ── hero ── */
.hero { padding: 0; position: relative; min-height: min(88vh, 780px); display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: 64% 48%;
  transform: scale(1.06) translate3d(var(--px,0px), var(--py,0px), 0);
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
  filter: saturate(1.06) contrast(1.03);
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, var(--steel-950) 4%, color-mix(in srgb, var(--steel-950) 88%, transparent) 34%, color-mix(in srgb, var(--steel-950) 38%, transparent) 58%, transparent 78%),
    linear-gradient(0deg, var(--steel-950) 1%, transparent 26%);
}
.hero-grain { position: absolute; inset: 0; background: var(--grain); opacity: .5; mix-blend-mode: overlay; }
.hero-sweep {
  position: absolute; left: 0; right: 0; height: 1px; top: 0;
  background: linear-gradient(90deg, transparent, var(--blue-veil) 45%, color-mix(in srgb, var(--blue) 55%, transparent) 50%, var(--blue-veil) 55%, transparent);
  animation: heroSweep 7.5s cubic-bezier(.5,0,.5,1) infinite;
}
@keyframes heroSweep { 0% { top: -2%; opacity: 0; } 8% { opacity: 1; } 82% { opacity: .5; } 100% { top: 102%; opacity: 0; } }

.hero-body { position: relative; z-index: 2; padding-block: clamp(90px, 12vh, 140px); max-width: 820px; }
.hero-h1 { font-size: clamp(34px, 4.7vw, 64px); margin-block: 20px 20px; min-height: 2.2em; }
.caret { display: inline-block; width: 3px; height: .78em; background: var(--blue); vertical-align: -.04em; margin-left: 5px; animation: caret .9s step-end infinite; }
@keyframes caret { 50% { opacity: 0; } }
.lede { color: var(--body); font-size: clamp(15.5px, 1.5vw, 18px); max-width: 52ch; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.sector-strip {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px;
  padding-top: 26px; border-top: 1px solid var(--hair);
}
.sector-strip li {
  font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--muted); padding: 6px 12px; border: 1px solid var(--hair); border-radius: 3px;
}

/* ── inner page header ── */
.page-head { padding-block: clamp(58px, 8vw, 96px) clamp(34px, 4vw, 52px); position: relative; z-index: 1; }
.page-head h1 { font-size: clamp(34px, 4.6vw, 60px); margin-block: 18px 20px; }
.chrome .accent { -webkit-text-fill-color: var(--blue); color: var(--blue); background: none; }
.rule { height: 1px; background: linear-gradient(90deg, transparent, var(--hair-strong) 22%, var(--hair-strong) 78%, transparent); }

/* ── bands ── */
.band {
  background-image: linear-gradient(180deg, var(--steel-900), var(--steel-950)), var(--grain);
  border-block: 1px solid var(--hair);
  box-shadow: 0 1px 0 var(--bevel-lit) inset;
}

/* ── grids + cards ── */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.card { padding: clamp(22px, 2.4vw, 32px); display: flex; flex-direction: column; gap: 10px; }
.card h3 { font-size: 17px; }
.card p { color: var(--body); font-size: 14.5px; line-height: 1.66; }
.card-num { font-size: 10.5px; letter-spacing: .18em; color: var(--blue); }
.card.svc { border-top: 2px solid transparent; transition: border-top-color .3s ease, transform .3s ease; }
.card.svc:hover { border-top-color: var(--blue); transform: translateY(-3px); }

/* ── process ── */
.process { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.process::before {
  content: ""; position: absolute; top: 21px; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--hair-strong), var(--hair-strong), transparent);
}
.step { position: relative; padding-top: 60px; }
.step-num {
  position: absolute; top: 0; left: 0; width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; font-size: 11px; color: var(--blue);
  background-image: var(--plate-hi), var(--grain);
  border: 1px solid var(--hair-strong);
  box-shadow: 0 1px 0 var(--bevel-lit) inset, 0 -1px 0 var(--bevel-shade) inset;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.step:hover .step-num { border-color: var(--blue); box-shadow: 0 1px 0 var(--bevel-lit) inset, 0 0 24px -6px var(--blue); }
.step h3 { font-size: 16px; margin-bottom: 8px; }
.step p { color: var(--body); font-size: 14px; }

/* ── standard / quote ── */
.standard { text-align: center; }
.standard blockquote { font-family: var(--head); font-weight: 700; font-size: clamp(20px, 2.9vw, 34px); line-height: 1.34; letter-spacing: -.02em; max-width: 24ch; margin-inline: auto; text-wrap: balance; }
.standard .attrib { margin-top: 22px; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); }

/* ── work slots ── */
.slot { padding: 0; display: flex; flex-direction: column; }
.slot-frame {
  aspect-ratio: 4 / 3; display: grid; place-items: center;
  border-bottom: 1px dashed var(--hair-strong);
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, color-mix(in srgb, var(--blue) 5%, transparent) 11px 12px);
}
.slot-tag { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.slot h3 { font-size: 17px; padding: 24px clamp(22px,2.4vw,30px) 0; }
.slot p { color: var(--body); font-size: 14.5px; padding: 8px clamp(22px,2.4vw,30px) clamp(24px,2.6vw,30px); }
.footnote { margin-top: 22px; font-size: 11px; letter-spacing: .08em; color: var(--muted); }

/* ── prose ── */
.prose-band { padding-block: clamp(56px, 7vw, 92px); }
.prose-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.prose-label span { display: block; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }
.prose-label h2 { font-size: clamp(23px, 2.9vw, 34px); }
.prose { display: flex; flex-direction: column; gap: 18px; }
.prose p { color: var(--body); max-width: 66ch; }

/* ── comparison ── */
.compare-scroll { overflow-x: auto; }
.compare { width: 100%; border-collapse: collapse; min-width: 540px; }
.compare th, .compare td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--hair); font-size: 14.5px; vertical-align: top; }
.compare thead th { font-family: var(--mono); font-size: 10.5px; letter-spacing: .17em; text-transform: uppercase; color: var(--muted); border-bottom-color: var(--hair-strong); }
.compare thead th:last-child { color: var(--blue); }
.compare td:first-child { color: var(--muted); }
.compare td:last-child { color: var(--ink); }
.compare tbody tr:hover td { background: color-mix(in srgb, var(--blue) 6%, transparent); }

/* ── industry rows ── */
.ind-row { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: clamp(18px,3vw,44px); padding-block: 26px; border-bottom: 1px solid var(--hair); align-items: start; }
.ind-row:last-child { border-bottom: 0; }
.ind-row h3 { font-size: 18px; }
.ind-row p { color: var(--body); font-size: 14.5px; margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chips span { font-family: var(--mono); font-size: 9.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--blue); border: 1px solid color-mix(in srgb, var(--blue) 28%, transparent); border-radius: 3px; padding: 5px 10px; }

/* ── service detail ── */
.svc-detail { padding: clamp(24px,2.6vw,34px); display: flex; flex-direction: column; gap: 14px; }
.svc-detail .card-num { margin-bottom: -4px; }
.svc-detail h3 { font-size: 19px; }
.svc-detail .claim { color: var(--ink); font-weight: 500; }
.svc-detail p { color: var(--body); font-size: 14.5px; }
.svc-meta { display: flex; flex-direction: column; gap: 8px; padding-top: 12px; border-top: 1px solid var(--hair); }
.svc-meta div { display: grid; grid-template-columns: 74px 1fr; gap: 10px; font-size: 13.5px; }
.svc-meta dt { font-family: var(--mono); font-size: 9.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--blue); padding-top: 4px; }
.svc-meta dd { color: var(--body); }
.deliver { list-style: none; display: flex; flex-direction: column; gap: 7px; padding-top: 12px; border-top: 1px solid var(--hair); }
.deliver li { position: relative; padding-left: 18px; font-size: 13.5px; color: var(--body); }
.deliver li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 1.5px; background: var(--blue); }

/* ── CTA band ── */
.band-cta { padding-block: clamp(40px, 5vw, 68px); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding: clamp(28px, 3.4vw, 46px); max-width: var(--maxw); }
.cta-inner h2 { font-size: clamp(21px, 2.6vw, 31px); }
.cta-inner p { color: var(--body); margin-top: 10px; max-width: 52ch; font-size: 15px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── contact ── */
.contact-band { padding-bottom: clamp(64px, 8vw, 108px); }
.contact-grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,.75fr); gap: 20px; align-items: start; }
.form { padding: clamp(26px, 3vw, 38px); display: flex; flex-direction: column; gap: 22px; }
.form h2 { font-size: clamp(20px, 2.3vw, 27px); }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; grid-column: 1 / -1; }
.field.half { grid-column: span 1; }
.field label { font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.field abbr { color: var(--blue); text-decoration: none; }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background-image: linear-gradient(180deg, color-mix(in srgb, var(--steel-950) 70%, transparent), transparent);
  background-color: color-mix(in srgb, var(--steel-950) 55%, transparent);
  border: 1px solid var(--hair-strong); border-radius: var(--r);
  padding: 12px 14px; width: 100%;
  box-shadow: 0 1px 0 var(--bevel-lit) inset;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; min-height: 116px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 22%, transparent);
}
.field.consent { flex-direction: row; align-items: flex-start; gap: 11px; }
.field.consent input { width: 17px; height: 17px; flex: none; margin-top: 2px; accent-color: var(--blue); }
.field.consent label { text-transform: none; letter-spacing: 0; font-family: var(--sans); font-size: 14px; color: var(--body); }
.form button { align-self: flex-start; }
.form-note { font-size: 11px; color: var(--muted); letter-spacing: .06em; }
.form-note.sent { color: var(--blue); }

.contact-aside { display: flex; flex-direction: column; gap: 18px; }
.aside-label { display: block; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.aside-value { font-family: var(--head); font-weight: 700; font-size: 17px; color: var(--ink); text-decoration: none; letter-spacing: -.01em; word-break: break-word; }
a.aside-value:hover { color: var(--blue); }

/* ── footer ── */
.site-foot {
  background-image: linear-gradient(180deg, var(--steel-900), var(--steel-950)), var(--grain);
  border-top: 1px solid var(--hair);
  box-shadow: 0 1px 0 var(--bevel-lit) inset;
  padding-block: clamp(44px, 5vw, 66px) 26px; position: relative; z-index: 1;
}
.foot-grid { display: grid; grid-template-columns: minmax(0,1.5fr) repeat(3, minmax(0,1fr)); gap: 34px; padding-bottom: 32px; border-bottom: 1px solid var(--hair); }
.foot-brand p { color: var(--muted); font-size: 13.5px; margin-top: 16px; max-width: 40ch; }
.foot-col { display: flex; flex-direction: column; gap: 9px; }
.foot-col h4 { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin-bottom: 5px; font-weight: 700; }
.foot-col a, .foot-static { color: var(--muted); text-decoration: none; font-size: 13.5px; }
.foot-col a:hover { color: var(--ink); }
.foot-base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; }
.foot-base span { font-size: 10.5px; letter-spacing: .1em; color: var(--muted); }

/* ── ambient dust ── */
#dust { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .5; }

/* ── responsive ── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process::before { display: none; }
  .foot-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .menu-btn { display: block; }
  .navlinks {
    position: absolute; inset: 68px 0 auto 0; flex-direction: column; align-items: stretch; gap: 4px;
    padding: 14px var(--pad) 22px;
    background-image: linear-gradient(180deg, var(--steel-900), var(--steel-950)), var(--grain);
    border-bottom: 1px solid var(--hair-strong);
    transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: transform .26s ease, opacity .26s ease;
  }
  .navlinks.open { transform: none; opacity: 1; pointer-events: auto; }
  .navlink { padding: 13px 14px; font-size: 12px; }
  .navlink.cta { margin-left: 0; margin-top: 8px; text-align: center; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .prose-grid, .contact-grid, .ind-row { grid-template-columns: 1fr; }
  .hero-body { max-width: none; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .grid-4 { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .fields { grid-template-columns: 1fr; }
  .field.half { grid-column: 1 / -1; }
  .foot-grid { grid-template-columns: 1fr; }
  .lock-text { font-size: 12px; letter-spacing: .14em; }
  .hero-h1 { min-height: 3.1em; }
}

.foot-tag { font-size: 9.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--blue); margin-top: 12px; }

/* ═══════════ industry picture cards ═══════════ */
.ind-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ind-card {
  position: relative; border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--hair); box-shadow: var(--shadow-plate);
  aspect-ratio: 5 / 4; display: block; isolation: isolate;
}
.ind-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.02); transition: transform .6s cubic-bezier(.22,.61,.36,1), filter .4s ease;
  filter: saturate(1.12) contrast(1.04) brightness(1.06);
}
.ind-card:hover img { transform: scale(1.08); filter: saturate(1.24) contrast(1.06) brightness(1.16); }
.ind-card::before {          /* readability scrim, blue-biased so photos stay on-brand */
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(18,24,32,.04) 0%, rgba(18,24,32,.20) 30%, rgba(14,20,30,.72) 58%, rgba(10,15,23,.96) 100%),
    linear-gradient(180deg, transparent 52%, rgba(30,123,255,.20) 100%);
}
.ind-card::after {           /* blue rim on hover */
  content: ""; position: absolute; inset: 0; z-index: 3; border-radius: var(--r);
  border: 1px solid transparent; transition: border-color .35s ease; pointer-events: none;
}
.ind-card:hover::after, .ind-card:focus-visible::after { border-color: color-mix(in srgb, var(--blue) 62%, transparent); }
.ind-meta { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px 20px 18px; }
.ind-bar { display: block; width: 34px; height: 3px; border-radius: 2px; background: var(--blue); margin-bottom: 12px;
  box-shadow: 0 0 14px var(--blue); transition: width .35s cubic-bezier(.22,.61,.36,1); }
.ind-card:hover .ind-bar { width: 62px; }
.ind-meta h3 { font-size: 14.5px; letter-spacing: .045em; text-transform: uppercase; color: #FFF;
  text-shadow: 0 2px 14px rgba(0,0,0,.75); }
.ind-meta p { font-size: 13px; color: rgba(233,240,248,.82); margin-top: 7px; line-height: 1.55;
  text-shadow: 0 1px 10px rgba(0,0,0,.7); }

/* ═══════════ lit band — the brighter, bluer section ═══════════ */
.band-lit {
  background-image: var(--band-lit), var(--grain);
  border-block: 1px solid color-mix(in srgb, var(--blue) 26%, transparent);
  box-shadow: 0 1px 0 rgba(201,205,211,.16) inset, 0 -1px 0 rgba(0,0,0,.35) inset;
  position: relative; z-index: 1; overflow: hidden;
}
.band-lit::before {          /* soft blue bloom behind the headline */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(760px 300px at 50% 0%, rgba(87,160,255,.20), transparent 70%);
}
.band-lit .sec-head { align-items: center; text-align: center; }
.band-lit .sec-head p { text-align: center; }

/* two-tone headline: satin steel then brand blue */
.split-blue {
  -webkit-text-fill-color: var(--blue-hot); color: var(--blue-hot);
  background: none; text-shadow: 0 0 34px rgba(87,160,255,.35);
}

.band-lit .slot { background-image: linear-gradient(157deg, rgba(47,59,75,.72), rgba(25,33,44,.86)), var(--grain); }
.band-lit .slot-frame { border-bottom-color: color-mix(in srgb, var(--blue) 34%, transparent);
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, rgba(87,160,255,.09) 11px 12px); }

@media (max-width: 1024px) { .ind-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .ind-cards { grid-template-columns: 1fr; } }

/* ═══════════ value props with line-icon marks ═══════════ */
.card.prop { flex-direction: row; align-items: flex-start; gap: 15px; }
.prop-mark {
  flex: none; width: 40px; height: 40px; border-radius: 7px;
  display: grid; place-items: center;
  background-image: var(--plate-hi), var(--grain);
  border: 1px solid var(--hair-strong);
  box-shadow: 0 1px 0 var(--bevel-lit) inset, 0 -1px 0 var(--bevel-shade) inset;
  color: var(--blue-hot);
  transition: color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card.prop:hover .prop-mark {
  border-color: color-mix(in srgb, var(--blue) 60%, transparent);
  box-shadow: 0 1px 0 var(--bevel-lit) inset, 0 0 20px -4px var(--blue);
}
.prop-icon { width: 20px; height: 20px; display: block; }
.prop-body { display: flex; flex-direction: column; gap: 7px; min-width: 0; }

.card.prop { gap: 13px; }
.card.prop .prop-mark { width: 36px; height: 36px; border-radius: 6px; }
.card.prop .prop-icon { width: 18px; height: 18px; }
.card.prop h3 { font-size: 15px; letter-spacing: -.015em; text-wrap: nowrap; }
@media (max-width: 1180px) { .card.prop h3 { text-wrap: balance; } }

/* marked card: icon sits above the title so long headings keep the full column */
.card.marked { gap: 14px; }
.card.marked .prop-mark { margin-bottom: 2px; }

/* ── 390px pass: legible micro-labels and honest tap targets ── */
@media (max-width: 620px) {
  .eyebrow, .sec-label { font-size: 11.5px; letter-spacing: .18em; }
  .slot-tag, .card-num, .svc-id, .prop-num, .industry-num,
  .footnote, .attrib, .foot-col a, .foot-static, .foot-base span { font-size: 11.5px; }
  .chips span, .sector-strip li, .svc-tag { font-size: 11px; letter-spacing: .1em; }
  .svc-meta dt, .aside-label, .field label, .foot-col h4 { font-size: 11px; }
  .compare thead th { font-size: 11.5px; }

  /* phone / email are the whole point on a phone — give them a real target */
  .contact-aside .aside-value { display: block; padding-block: 10px; min-height: 44px; }
  .foot-col a { padding-block: 6px; }
  .field.consent { align-items: center; gap: 14px; }
  .field.consent input { width: 22px; height: 22px; margin-top: 0; }
  .navlink { padding-block: 14px; }
}

/* these two lost to higher-specificity base rules — match the specificity to win */
@media (max-width: 620px) {
  .standard .attrib { font-size: 11.5px; }
  .prose-label span { font-size: 11.5px; }
}

/* ═══════════════════════════════════════════════════════════
   KINETIC TYPE + GRAPHICS
   Motion is applied by JS-added classes only, so with JS off
   every heading, ticker and diagram renders complete and static.
   ═══════════════════════════════════════════════════════════ */

/* ── 1. light travelling across the metal ── */
.chrome { background-size: 100% 280%; background-position: 0% 50%; }
.chrome.lit { animation: chromeSweep 2.6s cubic-bezier(.32,0,.18,1) both; }
@keyframes chromeSweep {
  from { background-position: 0% 108%; }
  to   { background-position: 0% 34%; }
}

/* ── 2. headline wipes in from the left, colour untouched ── */
.wipe { clip-path: inset(0 100% 0 0); }
.wipe.lit { clip-path: inset(0 0 0 0); transition: clip-path .82s cubic-bezier(.22,.61,.36,1); }

/* ── 3. mono ticker — an industrial readout strip ── */
.ticker {
  position: relative; overflow: hidden;
  border-block: 1px solid var(--hair);
  background-image: linear-gradient(180deg, var(--steel-900), var(--steel-950)), var(--grain);
  box-shadow: 0 1px 0 var(--bevel-lit) inset;
  padding-block: 15px; z-index: 1;
}
.ticker::before, .ticker::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.ticker::before { left: 0;  background: linear-gradient(90deg, var(--steel-950), transparent); }
.ticker::after  { right: 0; background: linear-gradient(270deg, var(--steel-950), transparent); }
.ticker-track { display: flex; width: max-content; will-change: transform; }
.ticker.rolling .ticker-track { animation: roll 46s linear infinite; }
.ticker:hover .ticker-track, .ticker:focus-within .ticker-track { animation-play-state: paused; }
@keyframes roll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
.ticker-item {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); padding-inline: 26px; display: flex; align-items: center; gap: 26px; white-space: nowrap;
}
.ticker-item::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex: none; }

/* ── 4. lead-path schematic ── */
.schema-band { padding-block: clamp(56px, 7vw, 92px); position: relative; z-index: 1; }
.schema {
  width: 100%; height: auto; display: block; overflow: visible;
  font-family: var(--mono);
}
.schema .track { stroke: var(--hair-strong); stroke-width: 1.4; fill: none; }
.schema .flow {
  stroke: var(--blue); stroke-width: 2; fill: none; stroke-linecap: round;
  stroke-dasharray: 10 14; opacity: .95;
}
.schema.rolling .flow { animation: flow 2.6s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -48; } }
.schema .node {
  fill: var(--steel-800); stroke: var(--hair-strong); stroke-width: 1.2;
}
.schema .node-hot { stroke: var(--blue); }
.schema .n-label { fill: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.schema .n-sub   { fill: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.schema .leak    { fill: none; stroke: #C46A4A; stroke-width: 1.4; stroke-dasharray: 4 6; opacity: .75; }
.schema .leak-label { fill: #C4785C; font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; }
.schema-note {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .07em; color: var(--muted);
  margin-top: 22px; max-width: 74ch;
}
.schema-scroll { overflow-x: auto; }
@media (max-width: 760px) { .schema { min-width: 660px; } }

@media (prefers-reduced-motion: reduce) {
  .chrome.lit { animation: none; background-position: 0% 50%; }
  .wipe, .wipe.lit { clip-path: none; transition: none; }
  .ticker.rolling .ticker-track { animation: none; }
  .schema.rolling .flow { animation: none; }
}

/* ═══════════ work: industry filter ═══════════ */
.work-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.work-chip {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--silver); background-image: var(--plate), var(--grain);
  border: 1px solid var(--hair); border-radius: 999px; padding: 9px 16px;
  cursor: pointer; transition: color .2s, border-color .2s, box-shadow .2s;
}
.work-chip:hover { color: var(--white); border-color: var(--hair-strong); }
.work-chip[aria-pressed="true"] {
  color: var(--white); border-color: color-mix(in srgb, var(--blue) 62%, transparent);
  box-shadow: 0 0 20px -6px var(--blue), 0 1px 0 var(--bevel-lit) inset;
}
.work-chip:focus-visible { outline: 2px solid var(--blue-hot); outline-offset: 2px; }
.work-count { font-size: 11.5px; color: var(--spec); margin-bottom: 26px; }
.slot[hidden] { display: none; }
.slot-industry { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue-hot); margin-bottom: 8px; }
@media (max-width: 620px) { .work-chip { font-size: 11px; padding: 10px 14px; } }

/* the number the site tells everyone else not to bury */
.hero-call { font-size: 12.5px; letter-spacing: .06em; color: var(--spec);
  width: 100%; margin-top: 2px; }
.hero-call a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--hair-strong);
  padding-bottom: 2px; transition: color .2s, border-color .2s; }
.hero-call a:hover { color: var(--blue-hot); border-color: var(--blue); }
@media (max-width: 620px) { .hero-call { font-size: 13px; }
  .hero-call a { display: inline-block; padding-block: 8px; } }

/* ═══ Our Work cards, site-wide (also fixes undefined --silver/--white/--spec vars used by .work-chip, .work-count, .hero-call) ═══ */
:root { --silver: var(--brand-silver); --white: var(--brand-white); --spec: var(--muted); }
.slot-link { display: flex; flex-direction: column; flex: 1; text-decoration: none; color: inherit; }
.slot--live { transition: transform .3s ease; }
.slot--live:hover { transform: translateY(-3px); }
.slot-link:hover .slot-visit { border-color: var(--blue); color: var(--blue); }
.slot--live .slot-frame { position: relative; border-bottom: 1px solid color-mix(in srgb, var(--blue) 34%, transparent); background-image: linear-gradient(157deg, rgba(40,52,69,.62), rgba(12,17,25,.92)), var(--grain); }
.slot-shot { position: absolute; inset: 0; margin: auto; width: calc(100% - 40px); height: calc(100% - 32px); object-fit: cover; object-position: top center; border-radius: 8px; border: 1px solid var(--hair-strong); box-shadow: 0 18px 40px -20px rgba(0,0,0,.95); }
.slot-nameplate { display: flex; flex-direction: column; align-items: center; gap: 11px; text-align: center; padding-inline: 20px; }
.slot--live .slot-tag { color: var(--blue-hot); }
.slot-domain { font-size: 13px; letter-spacing: .1em; color: var(--chrome-mid); }
.slot-visit { align-self: flex-start; margin-top: auto; margin-inline: clamp(22px, 2.4vw, 30px); margin-bottom: clamp(24px, 2.6vw, 30px); }
.slot--live .slot-desc { padding-bottom: 18px; }
@media (max-width: 620px) { .slot-domain { font-size: 12.5px; } }
@media (prefers-reduced-motion: reduce) { .slot--live:hover { transform: none; } }

/* ═══════════════════════════════════════════════════════════
   HOME v2 — aisle hero, merged process section, services bar
   ═══════════════════════════════════════════════════════════ */

/* Hero: copy anchored top-left, welder walking up the right of frame. */
.hero { align-items: flex-start; }
.hero-media img { object-position: center 22%; transform: none; }
.hero-body { padding-block: 52px 76px; }
@media (min-width: 881px) {
  .hero { min-height: 660px; }
  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(8,12,18,.94) 0%, rgba(8,12,18,.80) 26%, rgba(8,12,18,.38) 50%, rgba(8,12,18,.06) 70%, transparent 82%),
      linear-gradient(0deg, #080C12 1%, transparent 24%);
  }
  .hero-body { max-width: 620px; }
}
@media (max-width: 880px) {
  .hero { min-height: 94vh; }
  .hero-media img { object-position: 70% 32%; }
  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(8,12,18,.90) 0%, rgba(8,12,18,.72) 40%, rgba(8,12,18,.52) 66%, rgba(8,12,18,.86) 100%),
      linear-gradient(0deg, #080C12 1%, transparent 20%);
  }
  .hero-body { padding-block: 24px 44px; }
  .hero-h1 { min-height: 0; }
}

/* Process steps and the four claims share one treatment — no card boxes,
   circular badges — so the merged section reads as a single idea. */
.merged-wm { padding-block: clamp(50px, 5.6vw, 74px); }
.merged-wm .sec-head { margin-bottom: 30px; }
.merged-wm .process { gap: 16px; }
.merged-wm .step { padding-top: 50px; }
.merged-wm .step-num { width: 36px; height: 36px; }
.merged-wm .step h3 { font-size: 15px; }
.merged-wm .step p { font-size: 13.5px; }
.wm-rule {
  height: 1px; margin-block: 30px;
  background: linear-gradient(90deg, transparent, var(--hair-strong) 20%, var(--hair-strong) 80%, transparent);
}
.merged-wm .card.prop.plate {
  background-image: none; border: 0; box-shadow: none; padding: 0;
}
.merged-wm .card.prop.plate::after { display: none; }
/* .card.prop .prop-mark is (0,3,0); match it or the square corners win */
.merged-wm .card.prop .prop-mark { border-radius: 50%; width: 36px; height: 36px; }
.merged-wm .grid-4 { gap: 26px 20px; }
.merged-wm .card.prop h3 { font-size: 15px; }
.merged-wm .card.prop p { font-size: 13.5px; color: var(--body); }
@media (max-width: 560px) {
  /* steps pair up; the claims do not — two columns shreds their copy into
     two-word lines and costs more height than it saves */
  .merged-wm .process { grid-template-columns: repeat(2, 1fr); }
  .merged-wm .grid-4 { grid-template-columns: 1fr; gap: 20px; }
  .merged-wm .step { padding-top: 44px; }
  .merged-wm .card.prop { padding: 0; }
}

/* Closing CTA: photo holds the right column, copy and buttons the left. */
.band-cta .cta-inner.plate {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0, 360px);
  grid-template-areas: "copy photo" "actions photo";
  gap: 20px 34px; align-items: center;
}
.band-cta .cta-inner > div:first-of-type { grid-area: copy; }
.band-cta .cta-actions { grid-area: actions; }
.cta-photo {
  grid-area: photo; width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 8px; border: 1px solid var(--hair-strong);
  box-shadow: 0 22px 46px -24px rgba(0,0,0,.95);
}
@media (max-width: 880px) {
  .band-cta .cta-inner.plate {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "photo" "actions";
    gap: 20px;
  }
  .cta-photo { aspect-ratio: 16 / 10; }
}

/* Services bar, fixed so the offer is visible before any scrolling. */
.svc-ticker {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: #1556B2;
  border-top: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 -10px 30px -18px rgba(0,0,0,.9);
  overflow: hidden; padding-block: 13px;
}
.svc-track { display: flex; width: max-content; animation: svcRoll 38s linear infinite; }
.svc-ticker:hover .svc-track, .svc-ticker:focus-within .svc-track { animation-play-state: paused; }
@keyframes svcRoll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
.svc-item {
  font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase;
  color: #FFFFFF; font-weight: 700;
  padding-inline: 20px; display: flex; align-items: center; gap: 20px; white-space: nowrap;
}
.svc-item::after {
  content: ""; width: 4px; height: 4px; border-radius: 50%;
  background: rgba(255,255,255,.85); flex: none;
}
body { padding-bottom: 48px; }
@media (prefers-reduced-motion: reduce) { .svc-track { animation: none; } }

/* Footer trimmed ~30%: two link columns on phones instead of four stacked. */
.site-foot { padding-block: clamp(34px, 3.8vw, 50px) 18px; }
.foot-grid { gap: 22px; padding-bottom: 22px; }
.foot-col { gap: 6px; }
.foot-col h4 { margin-bottom: 2px; }
.foot-col a, .foot-static { font-size: 13px; }
.foot-brand p { margin-top: 10px; font-size: 12.5px; }
.foot-tag { margin-top: 8px; }
.foot-base { padding-top: 16px; }
@media (max-width: 620px) {
  .foot-col a { padding-block: 4px; }
  .foot-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Typed headings: reserve the finished height so the page does not jump as the
   letters land, and keep the caret on the baseline of the last line. */
.type-out { min-height: calc(2em * 1.07); }
.page-head .type-out { min-height: calc(2em * 1.07); }
.typed-body { display: inline; }
@media (prefers-reduced-motion: reduce) { .type-out { min-height: 0; } }
