/* Consultaix — styles
   Tokens, type roles and motion system per DESIGN.md */

:root {
  --navy: #0B1F3B;
  --navy-deep: #071528;
  --amber: #FFB000;
  --teal: #009E73;
  --stone: #F4F4F4;
  --ink: #1B2430;
  --rule: rgba(11, 31, 59, 0.16);
  --rule-strong: rgba(11, 31, 59, 0.55);
  --rule-inverse: rgba(255, 255, 255, 0.18);
  --muted: rgba(27, 36, 48, 0.72);
  --muted-inverse: rgba(255, 255, 255, 0.72);

  --ease: cubic-bezier(0.22, 0.72, 0.08, 1);
  --t-micro: 240ms;
  --t-reveal: 560ms;
  --t-hero: 1100ms;

  --font: "Montserrat", "Segoe UI", Arial, sans-serif;
  --measure: 62ch;
  --gutter: clamp(20px, 4vw, 56px);
  --max: 1280px;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--stone);
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; max-width: var(--measure); }
h1, h2, h3, h4 { margin: 0; color: var(--navy); font-weight: 700; }

.display {
  font-weight: 800;
  font-size: clamp(40px, 5.8vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}
.h2 {
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.h3 { font-weight: 600; font-size: clamp(19px, 1.6vw, 22px); line-height: 1.3; }
.label { font-weight: 600; font-size: 13px; line-height: 1.4; }
.tagline {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.tagline .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin: 0 0.5em 0 0.15em; vertical-align: middle; }
.tagline .dot.amber { background: var(--amber); }
.tagline .dot.teal { background: var(--teal); }

.lede { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.5; }
.muted { color: var(--muted); }

.wrap { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }

/* Plates */
.plate { padding-block: clamp(72px, 9vw, 128px); scroll-margin-top: 72px; }
.plate--navy { background: var(--navy); color: #fff; }
.plate--navy h1, .plate--navy h2, .plate--navy h3, .plate--navy h4 { color: #fff; }
.plate--navy .muted { color: var(--muted-inverse); }
.plate--navy .rule { border-color: var(--rule-inverse); }

.rule { border: 0; border-top: 1px solid var(--rule); margin: 0; }
.rule--strong { border-top: 2px solid var(--navy); }

/* Section heading row: number-free, a rule with the heading sitting on it */
.head {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(20px, 4vw, 64px);
  padding-top: 24px;
  border-top: 2px solid currentColor;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.plate--navy .head { border-top-color: rgba(255,255,255,0.6); }
.head p { margin-bottom: 0; }
@media (max-width: 860px) { .head { grid-template-columns: 1fr; } }

/* Buttons: rectangular, no arrows, one hover language */
.btn {
  display: inline-block;
  white-space: nowrap;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 16px 22px;
  border: 2px solid var(--navy);
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--t-micro) var(--ease), color var(--t-micro) var(--ease), border-color var(--t-micro) var(--ease);
}
.btn:hover { background: var(--navy-deep); border-color: var(--navy-deep); }
.btn--ghost { background: transparent; color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: #fff; }
.plate--navy .btn { background: #fff; color: var(--navy); border-color: #fff; }
.plate--navy .btn:hover { background: var(--stone); border-color: var(--stone); }
.plate--navy .btn--ghost { background: transparent; color: #fff; }
.plate--navy .btn--ghost:hover { background: #fff; color: var(--navy); }
.btn:focus-visible, a:focus-visible, button:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

/* ---------- Wordmark ---------- */
.wordmark { display: inline-flex; align-items: flex-end; gap: 0; text-decoration: none; line-height: 1; }
.wordmark--lockup { display: inline-flex; flex-direction: column; align-items: flex-start; }
.wordmark__row { display: inline-flex; align-items: flex-end; }
.wordmark--lockup .wordmark__tag { white-space: nowrap; align-self: stretch; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: 0.14em; color: var(--navy); margin-top: 4px; padding: 0 2px 0 3px; }
.wordmark--lockup .wordmark__tag .dot { width: 4px; height: 4px; margin: 0 0 1px 0.25em; vertical-align: baseline; }
.wordmark--lockup .wordmark__x { height: calc(var(--wm, 26px) * 1.22); margin-bottom: calc(var(--wm, 26px) * 0.14); }
.wordmark__text { font-weight: 800; letter-spacing: -0.03em; font-size: var(--wm, 26px); color: var(--navy); }
.wordmark__text .ai { color: var(--amber); }
.wordmark__x { height: calc(var(--wm, 26px) * 1.02); width: auto; flex: none; color: var(--teal); margin-left: calc(var(--wm, 26px) * -0.04); margin-bottom: calc(var(--wm, 26px) * 0.16); }
.wordmark--inverse .wordmark__text { color: #fff; }
.wordmark--inverse .wordmark__text .ai { color: var(--amber); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--stone);
  border-bottom: 1px solid var(--rule);
}
.nav__row { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 40px; }
.nav__links { display: flex; gap: clamp(14px, 2vw, 32px); list-style: none; margin: 0; padding: 0; }
.nav__links a { white-space: nowrap; font-weight: 600; font-size: 14px; text-decoration: none; color: var(--navy); position: relative; padding: 4px 0; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--navy);
  transform: scaleX(0); transform-origin: left; transition: transform var(--t-micro) var(--ease);
}
.nav__links a:hover::after, .nav__links a[aria-current="true"]::after { transform: scaleX(1); }
.nav__cta { padding: 12px 16px; font-size: 14px; }
.nav__toggle { display: none; background: none; border: 2px solid var(--navy); font: inherit; font-weight: 600; font-size: 14px; padding: 8px 12px; cursor: pointer; color: var(--navy); }
@media (max-width: 1100px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: inline-block; }
  .nav.is-open .nav__links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; left: 0; right: 0; top: 72px;
    background: var(--stone); border-bottom: 1px solid var(--rule);
    padding: 8px var(--gutter) 16px;
  }
  .nav.is-open .nav__links a { display: block; padding: 12px 0; border-top: 1px solid var(--rule); }
}

/* ---------- Hero ---------- */
.hero { padding-block: clamp(48px, 7vw, 96px) clamp(56px, 8vw, 112px); overflow: hidden; }
/* Two-row grid: headline + ladder on row one, placer + readout aligned on row two */
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: clamp(32px, 5vw, 80px);
  row-gap: 0;
  align-items: start;
}
.hero__intro, .ladder-panel { display: contents; }
.hero__lead   { grid-column: 1; grid-row: 1; }
.ladder-svg   { grid-column: 2; grid-row: 1; align-self: end; margin-bottom: 28px; }
.placer       { grid-column: 1; grid-row: 2; }
.readout      { grid-column: 2; grid-row: 2; }
.hero__actions{ grid-column: 1; grid-row: 3; }
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto auto; }
  .hero__lead { grid-row: 1; }
  .ladder-svg { grid-column: 1; grid-row: 2; margin: 24px 0; }
  .placer     { grid-row: 3; }
  .readout    { grid-column: 1; grid-row: 4; margin-top: 32px; }
  .hero__actions { grid-row: 5; }
}

.hero__intro .display { margin-bottom: 28px; }
.hero__intro .display em { font-style: normal; color: var(--teal); }
.hero__q { font-weight: 600; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.35; color: var(--navy); margin: 0 0 14px; max-width: 26em; }
.hero__pre { font-weight: 600; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.4; color: var(--navy); margin: 0 0 18px; padding-left: 16px; border-left: 3px solid var(--amber); }
.hero__pre em { font-style: normal; color: var(--teal); }
.hero--full .display { max-width: 16ch; }

.placer { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--navy); }
.placer__item { border-bottom: 1px solid var(--rule); }
.placer__btn {
  width: 100%; display: grid; grid-template-columns: 28px 130px 1fr; gap: 14px; align-items: baseline;
  text-align: left; background: none; border: 0; font: inherit; color: var(--ink);
  padding: 16px 8px 16px 0; cursor: pointer;
  transition: background var(--t-micro) var(--ease);
}
.placer__btn:hover { background: rgba(11,31,59,0.045); }
.placer__mark {
  width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--navy); align-self: center;
  transition: background var(--t-micro) var(--ease), border-color var(--t-micro) var(--ease);
}
.placer__btn[aria-pressed="true"] .placer__mark { background: var(--amber); border-color: var(--amber); }
.placer__name { font-weight: 700; color: var(--navy); }
.placer__desc { font-size: 15px; color: var(--muted); line-height: 1.45; }
.placer__btn[aria-pressed="true"] .placer__desc { color: var(--ink); }
@media (max-width: 520px) {
  .placer__btn { grid-template-columns: 28px 1fr; }
  .placer__desc { grid-column: 2; }
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__note { font-size: 14px; color: var(--muted); margin-top: 16px; max-width: 48ch; }

/* Ladder panel */
.ladder-panel { position: relative; }
.ladder-svg { width: 100%; height: auto; }
.ladder-svg .tread { stroke: var(--navy); stroke-width: 6; fill: none; stroke-linecap: butt; }
.ladder-svg .riser { stroke: var(--navy); stroke-width: 6; fill: none; }
.ladder-svg .base { stroke: var(--rule-strong); stroke-width: 1.5; }
.ladder-svg .arrow-shaft { stroke: var(--teal); stroke-width: 10; fill: none; }
.ladder-svg .arrow-head { fill: var(--teal); }
.ladder-svg .rung-label { font-family: var(--font); font-weight: 600; font-size: 15px; fill: var(--navy); }
.ladder-svg .rung-sub { font-family: var(--font); font-weight: 500; font-size: 12px; fill: var(--muted); }
.ladder-svg .marker { fill: var(--amber); }
.ladder-svg .marker-ring { fill: none; stroke: var(--amber); stroke-width: 2; opacity: 0; }
.ladder-svg .hit { fill: transparent; cursor: pointer; }
.ladder-svg .rung-label.is-active { fill: var(--navy); font-weight: 800; }

/* readout: what the stage measures */
.readout {
  border-top: 2px solid var(--navy);
  margin-top: 0;
  padding-top: 16px;
}
.readout__title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.readout__title h3 { font-weight: 700; font-size: 17px; }
.readout__title .label { color: var(--muted); }
.readout__stage { color: var(--navy); }
.readout__stage b { color: var(--amber); }
.readout__list { list-style: none; margin: 0; padding: 0; }
.readout__row {
  display: grid; grid-template-columns: 110px 1fr; gap: 14px;
  padding: 10px 0; border-top: 1px solid var(--rule); font-size: 15px; line-height: 1.45;
}
.readout__row dt { font-weight: 700; color: var(--navy); }
.readout__row dd { margin: 0; }
.readout__empty { color: var(--muted); font-size: 15px; }
@media (max-width: 480px) { .readout__row { grid-template-columns: 1fr; gap: 2px; } }

/* Hero orchestration (the one bold moment) */
.motion .ladder-svg .draw {
  stroke-dasharray: var(--len, 200);
  stroke-dashoffset: var(--len, 200);
  animation: draw var(--t-hero) var(--ease) forwards;
  animation-delay: calc(var(--i, 0) * 110ms);
}
.motion .ladder-svg .arrow-head { opacity: 0; animation: appear 400ms var(--ease) forwards; animation-delay: 980ms; }
.motion .ladder-svg .rung-label, .motion .ladder-svg .rung-sub { opacity: 0; animation: appear 400ms var(--ease) forwards; animation-delay: calc(360ms + var(--i, 0) * 110ms); }
.motion .placer__item { opacity: 0; transform: translateY(6px); animation: rise var(--t-reveal) var(--ease) forwards; animation-delay: calc(700ms + var(--i, 0) * 70ms); }
.motion .ladder-svg .marker { transition: transform 620ms var(--ease); }
.motion .ladder-svg .marker-ring { transition: opacity var(--t-micro) var(--ease), transform 620ms var(--ease); }
.motion .readout.is-live .readout__row { opacity: 0; transform: translateY(4px); }
.motion .readout.is-live .readout__row { animation: rise 420ms var(--ease) forwards; animation-delay: calc(var(--i, 0) * 70ms); }
.motion .readout__stage { transition: opacity var(--t-micro) var(--ease); }

@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes appear { to { opacity: 1; } }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Problem (comparison) ---------- */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  border-top: 1px solid var(--rule-inverse);
}
.compare__col { padding: 28px clamp(16px, 2vw, 32px) 32px 0; border-right: 1px solid var(--rule-inverse); }
.compare__col + .compare__col { padding-left: clamp(16px, 2vw, 32px); }
.compare__col:last-child { border-right: 0; background: var(--navy-deep); padding-right: clamp(16px, 2vw, 32px); }
.compare__col h3 { font-size: 15px; font-weight: 600; color: var(--muted-inverse); margin-bottom: 10px; }
.compare__col .big { font-weight: 700; font-size: clamp(20px, 1.9vw, 26px); line-height: 1.25; color: #fff; margin-bottom: 14px; }
.compare__col p { font-size: 15px; color: var(--muted-inverse); max-width: 40ch; }
.compare__col ul { margin: 0; padding: 0; list-style: none; font-size: 15px; color: var(--muted-inverse); }
.compare__col li { padding: 8px 0; border-top: 1px solid var(--rule-inverse); }
.compare__col:last-child .big { color: var(--amber); }
.compare__col:last-child p, .compare__col:last-child li { color: #fff; }
@media (max-width: 860px) {
  .compare { grid-template-columns: 1fr; }
  .compare__col { border-right: 0; border-bottom: 1px solid var(--rule-inverse); padding-left: 0 !important; }
  .compare__col:last-child { padding-left: clamp(16px, 2vw, 32px) !important; border-bottom: 0; }
}

/* ---------- Method strip ---------- */
.method { position: relative; }
.method__track { position: relative; height: 2px; background: var(--rule); margin-bottom: 36px; }
.method__track::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: calc(var(--progress, 0) * 100%); background: var(--teal);
}
.method__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 48px); }
.stage { position: relative; }
.stage::before {
  content: ""; position: absolute; top: -37px; left: 0; width: 2px; height: 14px; background: var(--navy);
}
.stage__name { font-weight: 800; font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -0.02em; color: var(--navy); line-height: 1; }
.stage__name small { display: block; font-weight: 600; font-size: 14px; letter-spacing: 0; margin-top: 8px; color: var(--muted); }
.stage p { font-size: 15.5px; margin: 16px 0 0; }
.stage dl { margin: 18px 0 0; font-size: 14.5px; }
.stage dt { font-weight: 700; color: var(--navy); border-top: 1px solid var(--rule); padding-top: 10px; margin-top: 10px; }
.stage dd { margin: 2px 0 0; }
.stage dd a { color: var(--navy); font-weight: 600; text-decoration-color: var(--teal); text-underline-offset: 3px; }
@media (max-width: 860px) {
  .method__grid { grid-template-columns: 1fr; gap: 40px; }
  .method__track { display: none; }
  .stage::before { display: none; }
  .stage { border-top: 2px solid var(--navy); padding-top: 20px; }
}

/* ---------- Ladder in depth (matrix) ---------- */
.matrix-wrap { overflow-x: auto; }
.matrix { border-collapse: collapse; width: 100%; min-width: 820px; font-size: 14.5px; }
.matrix th, .matrix td { text-align: left; vertical-align: top; padding: 14px 16px 16px 0; border-top: 1px solid var(--rule-inverse); }
.matrix thead th { border-top: 0; padding-top: 0; padding-bottom: 18px; vertical-align: bottom; }
.matrix thead th .stage-name { font-weight: 800; font-size: 22px; letter-spacing: -0.02em; display: block; line-height: 1; }
.matrix thead th .stage-desc { display: block; font-weight: 500; font-size: 13px; color: var(--muted-inverse); margin-top: 8px; max-width: 22ch; }
.matrix tbody th { font-weight: 700; width: 130px; color: #fff; }
.matrix tbody th small { display: block; font-weight: 500; font-size: 12.5px; color: var(--muted-inverse); margin-top: 3px; }
.matrix td { color: var(--muted-inverse); transition: color var(--t-micro) var(--ease), background var(--t-micro) var(--ease); position: relative; padding-left: 12px; }
.matrix thead th { padding-left: 12px; }
.matrix thead th:first-child, .matrix tbody th { padding-left: 0; }
.matrix .col-active td, .matrix td.is-active { color: #fff; background: var(--navy-deep); }
.matrix thead th.is-active .stage-name { color: var(--amber); }
.matrix__hint { font-size: 14px; color: var(--muted-inverse); margin: 18px 0 0; }
.matrix__hint b { color: #fff; font-weight: 600; }

/* ---------- Why: ownership diagram ---------- */
.own { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
@media (max-width: 960px) { .own { grid-template-columns: 1fr; } }
.tree { border-top: 2px solid var(--navy); padding-top: 20px; }
.tree__root { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; }
.tree__root .label { color: var(--muted); }
.tree__branches { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; padding-top: 20px; }
.tree__branches::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--rule-strong); }
.tree__branches > div::before { content: ""; display: block; width: 1px; height: 20px; background: var(--rule-strong); margin: -20px 0 12px; }
.tree__branches h3 { font-size: 17px; font-weight: 700; }
.tree__branches .domain { font-size: 14px; color: var(--muted); font-weight: 600; text-decoration: none; }
.tree__branches .domain:hover { color: var(--navy); }
.tree__branches p { font-size: 14.5px; margin: 8px 0 0; }
.tree__branches .endorse { font-size: 12px; font-weight: 600; color: var(--teal); margin-top: 10px; }
@media (max-width: 480px) { .tree__branches { grid-template-columns: 1fr; } }

.claims { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--navy); }
.claims li { padding: 18px 0; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: minmax(180px, 2fr) 3fr; gap: 20px; }
.claims b { color: var(--navy); font-weight: 700; }
.claims p { margin: 0; font-size: 15.5px; }
@media (max-width: 640px) { .claims li { grid-template-columns: 1fr; gap: 4px; } }

/* ---------- Engagement ---------- */
.modes { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 4vw, 56px); margin-bottom: clamp(40px, 5vw, 64px); }
.mode { border-top: 2px solid #fff; padding-top: 18px; }
.mode h3 { font-size: 22px; font-weight: 700; }
.mode p { color: var(--muted-inverse); font-size: 15.5px; }
.mode .fit { font-size: 14px; color: #fff; margin: 0; }
.mode .fit b { color: var(--amber); font-weight: 600; }
@media (max-width: 720px) { .modes { grid-template-columns: 1fr; } }

.deliver { width: 100%; border-collapse: collapse; font-size: 15px; }
.deliver th, .deliver td { text-align: left; padding: 14px 16px 14px 0; border-top: 1px solid var(--rule-inverse); vertical-align: top; }
.deliver thead th { border-top: 0; font-weight: 600; color: var(--muted-inverse); padding-top: 0; font-size: 13px; }
.deliver tbody th { font-weight: 700; width: 34%; }
.deliver tbody th small { display: block; font-weight: 500; color: var(--muted-inverse); font-size: 13px; }
.deliver td { color: var(--muted-inverse); }
.deliver-note { font-size: 14px; color: var(--muted-inverse); margin-top: 16px; }

/* ---------- Leadership ---------- */
.lead { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px); }
@media (max-width: 860px) { .lead { grid-template-columns: 1fr; } }
.lead__name { font-weight: 800; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.02em; line-height: 1.05; }
.lead__role { font-weight: 600; color: var(--muted); margin: 8px 0 0; }
.lead__built { list-style: none; margin: 24px 0 0; padding: 0; border-top: 2px solid var(--navy); }
.lead__built li { padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: 15px; display: grid; grid-template-columns: 96px 1fr; gap: 12px; }
.lead__built li b { color: var(--navy); font-weight: 700; }
.lead__photo {
  margin-top: 28px; aspect-ratio: 4 / 5; max-width: 320px;
  border: 1px dashed var(--rule-strong); display: grid; place-items: center;
  font-size: 13px; color: var(--muted); text-align: center; padding: 16px;
}

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px); }
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; } }
.contact__details { list-style: none; margin: 24px 0 0; padding: 0; border-top: 2px solid #fff; font-size: 15px; }
.contact__details li { padding: 12px 0; border-bottom: 1px solid var(--rule-inverse); display: grid; grid-template-columns: 90px 1fr; gap: 12px; }
.contact__details b { font-weight: 600; color: var(--muted-inverse); }
.contact__details a { color: #fff; text-decoration-color: var(--teal); text-underline-offset: 3px; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.form .full { grid-column: 1 / -1; }
.form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; color: var(--muted-inverse); }
.form input, .form select, .form textarea {
  width: 100%; font: inherit; font-size: 15px; color: #fff;
  background: var(--navy-deep); border: 1px solid var(--rule-inverse); border-radius: 0;
  padding: 12px 14px;
  transition: border-color var(--t-micro) var(--ease);
}
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--amber); }
.form select option { color: var(--ink); }
.form textarea { min-height: 140px; resize: vertical; }
.form__foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form__foot .muted { font-size: 13.5px; margin: 0; }
@media (max-width: 560px) { .form { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: var(--muted-inverse); padding-block: 40px; font-size: 14px; }
.footer__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.footer .tagline { color: #fff; margin-top: 12px; }
.footer__links { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.footer__links a { color: var(--muted-inverse); text-decoration: none; }
.footer__links a:hover { color: #fff; }
.footer__sub { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--rule-inverse); display: flex; gap: 24px; flex-wrap: wrap; }
.footer__sub span b { color: #fff; font-weight: 600; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion .ladder-svg .draw { stroke-dashoffset: 0; }
  .motion .ladder-svg .arrow-head, .motion .ladder-svg .rung-label, .motion .ladder-svg .rung-sub,
  .motion .placer__item, .motion .readout__row { opacity: 1; transform: none; }
}

/* ---------- Tighter rhythm after restructure ---------- */
.hero { padding-block: clamp(40px, 6vw, 80px) clamp(48px, 6vw, 88px); }
.plate { padding-block: clamp(60px, 7vw, 104px); }
.hero__actions { margin-top: 24px; }
.hero--page .lede { margin-bottom: 20px; }

/* ---------- About (rebuilt) ---------- */
.about2 { background: var(--stone); padding-top: clamp(64px, 8vw, 120px); overflow: hidden; scroll-margin-top: 72px; }
.about2__content, .about2__visual { min-width: 0; }
.about2__grid {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  padding-bottom: clamp(56px, 7vw, 104px);
}
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-weight: 500; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--navy); margin: 0 0 22px;
}
.eyebrow__line { width: 28px; height: 2px; background: var(--amber); }
.about2__title {
  font-weight: 800; color: var(--navy);
  font-size: clamp(34px, 4.4vw, 62px); line-height: 1.06; letter-spacing: -0.02em;
  margin: 0 0 26px; max-width: 14ch;
}
.about2__title .hl { color: var(--amber); }
.about2__copy p { font-size: clamp(17px, 1.35vw, 19px); line-height: 1.6; color: rgba(11,31,59,0.78); max-width: 620px; margin: 0 0 16px; }

/* journey */
.journey { list-style: none; margin: clamp(36px, 4vw, 56px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.journey::before { content: ""; position: absolute; left: 34px; right: 34px; top: 34px; height: 1px; background: var(--rule-strong); opacity: 0.5; }
.stagej { position: relative; padding: 0 20px 0 0; }
.stagej__icon {
  position: relative; width: 68px; height: 68px; border-radius: 50%;
  display: grid; place-items: center; background: #fff;
  border: 2px solid var(--c); color: var(--c);
  transition: transform 250ms ease, box-shadow 250ms ease, border-width 250ms ease;
}
.stagej__icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.stagej:hover .stagej__icon, .stagej:focus-within .stagej__icon { transform: translateY(-4px); box-shadow: 0 6px 0 -2px var(--c); }
.stagej__num { position: absolute; top: -4px; right: -6px; font-size: 11px; font-weight: 700; color: var(--c); background: var(--stone); padding: 0 4px; }
.stagej__chev { position: absolute; right: 8px; top: 27px; width: 14px; height: 14px; color: var(--rule-strong); }
.stagej:last-child .stagej__chev { display: none; }
.stagej h3 { margin: 18px 0 8px; font-size: 20px; font-weight: 700; color: var(--navy); }
.stagej h3 small { display: block; font-size: 12.5px; font-weight: 600; color: rgba(11,31,59,0.6); margin-top: 3px; }
.stagej__receive { margin-top: 10px !important; padding-top: 10px; border-top: 1px solid var(--rule); font-size: 13.5px !important; }
.stagej__receive b { color: var(--navy); font-weight: 700; }
.anchor { display: block; height: 0; scroll-margin-top: 72px; }
.stagej p { margin: 0; font-size: 14.5px; line-height: 1.5; color: rgba(11,31,59,0.78); max-width: 26ch; }

/* visual */
.about2__visual { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: stretch; align-self: stretch; }
.about2__motif { position: absolute; right: -8%; top: -14%; width: 78%; height: auto; pointer-events: none; opacity: 0.06; }
.about2__motif line, .about2__motif polygon { stroke: var(--navy); fill: none; stroke-width: 6; }
.pillars { list-style: none; margin: 0; padding: 0 20px 0 0; border-right: 1px solid var(--rule-strong); align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; gap: 14px; }
.pillars li { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--navy); writing-mode: vertical-rl; transform: rotate(180deg); }
.about2__figure { margin: 0; position: relative; border-radius: 24px; overflow: hidden; height: 100%; min-height: 560px; background: var(--navy); }
.about2__figure img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 45%; transform: scale(1.12); transform-origin: 72% 45%; display: block; }
.about2__figure::after { content: ""; position: absolute; inset: 0; background: rgba(11,31,59,0.12); }
.about2__statement {
  position: absolute; right: 24px; bottom: 22px; z-index: 1;
  font-weight: 700; font-size: 15px; line-height: 1.3; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; text-align: right;
}
.about2__rule { display: block; width: 44px; height: 3px; background: var(--teal); margin: 10px 0 0 auto; }

/* value strip */
.values { background: var(--navy); color: #fff; }
.values__grid { list-style: none; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.value { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; padding: 32px 28px 32px 0; border-left: 1px solid rgba(255,255,255,0.14); }
.value:first-child { border-left: 0; }
.value + .value { padding-left: 28px; }
.value svg { width: 28px; height: 28px; stroke: #fff; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; }
.value svg .acc { stroke: var(--amber); }
.value svg .acc2 { stroke: var(--teal); }
.value h3 { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; margin: 0 0 6px; }
.value p { font-size: 14px; line-height: 1.5; color: rgba(244,244,244,0.75); margin: 0; }

/* entrance */
.motion .about2__reveal { opacity: 0; transform: translateY(20px); transition: opacity 640ms var(--ease), transform 640ms var(--ease); transition-delay: var(--d, 0ms); }
.motion .about2__reveal--right { transform: translateX(28px); }
.motion .about2.in .about2__reveal { opacity: 1; transform: none; }
.motion .stagej { opacity: 0; transform: translateY(16px); transition: opacity 560ms var(--ease), transform 560ms var(--ease); transition-delay: calc(240ms + var(--i, 0) * 100ms); }
.motion .about2.in .stagej { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  .about2__grid { grid-template-columns: minmax(0, 55fr) minmax(0, 45fr); }
  .values__grid { grid-template-columns: 1fr 1fr; }
  .value:nth-child(3) { border-left: 0; padding-left: 0; }
  .value:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.14); }
}
@media (max-width: 960px) {
  .about2__grid { grid-template-columns: minmax(0, 1fr); }
  .about2__visual { grid-template-columns: minmax(0, 1fr); }
  .about2__figure { aspect-ratio: 4 / 5; min-height: 0; height: auto; }
  .pillars { flex-direction: row; border-right: 0; border-top: 1px solid var(--rule-strong); padding: 14px 0 0; order: 2; gap: 24px; justify-content: flex-start; }
  .pillars li { writing-mode: horizontal-tb; transform: none; }
  .about2__motif { display: none; }
  .journey { grid-template-columns: 1fr; gap: 28px; }
  .journey::before { display: none; }
  .stagej__chev { display: none; }
  .stagej p { max-width: 48ch; }
}
@media (max-width: 640px) {
  .values__grid { grid-template-columns: 1fr; }
  .value { border-left: 0; padding-left: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .value:last-child { border-bottom: 0; }
}

/* ---------- Image bands ---------- */
.band { margin: 0 0 clamp(40px, 5vw, 64px); }
.band img { width: 100%; height: clamp(220px, 30vw, 400px); object-fit: cover; }
.highlight__figure { margin: 0; }
.highlight__figure img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.rungs { list-style: none; margin: 0 0 28px; padding: 0; display: flex; border-top: 1px solid rgba(255,255,255,0.6); }
.rungs li { flex: 1; padding: 12px 0; font-weight: 700; font-size: 15px; color: #fff; position: relative; }
.rungs li::before { content: ""; position: absolute; top: -1px; left: 0; width: 2px; height: 10px; background: var(--teal); }
.rungs li:nth-child(1) { padding-top: 30px; } .rungs li:nth-child(2) { padding-top: 24px; } .rungs li:nth-child(3) { padding-top: 18px; }

.engine { border-top: 2px solid #fff; padding-top: 20px; }
.engine__line { font-weight: 700; font-size: clamp(18px, 1.6vw, 22px); color: #fff; max-width: none; margin: 0 0 18px; }
.engine__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 48px); }
.engine__grid a { font-weight: 700; color: var(--amber); text-decoration: none; border-bottom: 2px solid var(--teal); }
.engine__grid a:hover { color: #fff; }
.engine__grid p { font-size: 14.5px; color: var(--muted-inverse); margin: 8px 0 0; }
@media (max-width: 640px) { .engine__grid { grid-template-columns: 1fr; } }

/* ---------- Ladder highlight ---------- */
.highlight__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 80px); align-items: stretch; }
.highlight .lede { margin: 18px 0 32px; }
.highlight__rungs { list-style: none; margin: 0; padding: 0; }
.highlight__rungs li { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 14px 0; border-top: 2px solid #fff; }
.highlight__rungs li:nth-child(1) { margin-left: 30%; }
.highlight__rungs li:nth-child(2) { margin-left: 20%; }
.highlight__rungs li:nth-child(3) { margin-left: 10%; }
.highlight__rungs b { color: #fff; font-weight: 800; font-size: 18px; }
.highlight__rungs span { color: var(--muted-inverse); font-size: 14.5px; line-height: 1.4; }
@media (max-width: 860px) { .highlight__grid { grid-template-columns: 1fr; } .highlight__rungs li { margin-left: 0 !important; } }

/* ---------- Engagement + contact on stone ---------- */
.modes--light .mode { border-top-color: var(--navy); }
.modes--light .mode p { color: var(--ink); }
.modes--light .mode .fit { color: var(--muted); }
.modes--light .mode .fit b { color: var(--navy); }
.contact--light .contact__details { border-top-color: var(--navy); }
.contact--light .contact__details li { border-bottom-color: var(--rule); }
.contact--light .contact__details b { color: var(--muted); }
.contact--light .contact__details a { color: var(--navy); }
.contact--light .form label { color: var(--muted); }
.contact--light .form input, .contact--light .form select, .contact--light .form textarea { background: #fff; color: var(--ink); border-color: var(--rule-strong); }
.contact--light .form__foot .muted { color: var(--muted); }

/* ---------- Front-page hero: gist instead of placer ---------- */
.hero__gist { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55; color: rgba(11,31,59,0.8); max-width: 34em; margin: 0 0 4px; grid-column: 1; grid-row: 2; }
.ladder-hint { grid-column: 2; grid-row: 2; font-size: 14px; color: var(--muted); margin: 0; }
.ladder-hint a { color: var(--navy); font-weight: 600; text-decoration-color: var(--teal); text-underline-offset: 3px; }
.hero:not(.hero--page) .ladder-svg { margin-bottom: 12px; }
.hero:not(.hero--page) .hero__actions { grid-row: 3; margin-top: 20px; }
@media (max-width: 960px) {
  .hero__gist { grid-row: 3; margin-top: 8px; }
  .ladder-hint { grid-column: 1; grid-row: 4; margin-top: 8px; }
  .hero:not(.hero--page) .hero__actions { grid-row: 5; }
}

/* ---------- Full-height hero + hand-off to About ---------- */
.hero--full { min-height: calc(100svh - 72px); display: flex; flex-direction: column; justify-content: center; position: relative; padding-bottom: 96px; }
.hero--full .hero__grid { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
.hero--full > .hero__grid { transform: translateY(calc(var(--hy, 0) * 1px)); opacity: var(--ho, 1); will-change: transform, opacity; }
.scrollcue { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: var(--muted); }
.scrollcue__text { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.scrollcue__line { display: block; width: 2px; height: 44px; background: var(--rule); position: relative; overflow: hidden; }
.scrollcue__line::after { content: ""; position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: var(--teal); }
.motion .scrollcue__line::after { animation: cue 1800ms var(--ease) infinite; }
@keyframes cue { 0% { top: -100%; } 60% { top: 100%; } 100% { top: 100%; } }
.hero--full::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--navy); }
.about2 { background: #fff; }
@media (max-width: 960px) { .hero--full { min-height: 0; padding-bottom: 72px; } .scrollcue { display: none; } .hero--full::after { display: none; } }



/* ---------- Navy nav (reversed lockup) ---------- */
.nav { background: var(--navy); border-bottom: 1px solid rgba(255,255,255,0.12); }
.nav .wordmark__text { color: #fff; }
.nav .wordmark__text .ai { color: var(--amber); }
.nav .wordmark--lockup .wordmark__tag { color: rgba(255,255,255,0.85); }
.nav__links a { color: #fff; }
.nav__links a::after { background: var(--amber); }
.nav__cta { background: #fff; color: var(--navy); border-color: #fff; }
.nav__cta:hover { background: var(--amber); border-color: var(--amber); color: var(--navy); }
.nav__toggle { color: #fff; border-color: rgba(255,255,255,0.6); }
@media (max-width: 1100px) {
  .nav.is-open .nav__links { background: var(--navy); border-bottom-color: rgba(255,255,255,0.12); }
  .nav.is-open .nav__links a { border-top-color: rgba(255,255,255,0.12); }
}
@media (max-width: 420px) { .wordmark--lockup .wordmark__tag { font-size: 8px; letter-spacing: 0.18em; } }

/* ---------- Engagement (rebuilt) ---------- */
.modes2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 32px); margin-bottom: 0; }
.mode2 { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; }
.mode2--navy { background: var(--navy); color: #fff; }
.mode2--line { background: #fff; border: 2px solid var(--navy); color: var(--ink); }
.mode2__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mode2__top svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.mode2--navy .mode2__top svg { color: var(--amber); }
.mode2--line .mode2__top svg { color: var(--teal); }
.mode2__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.8; }
.mode2 h3 { font-size: clamp(22px, 2vw, 28px); font-weight: 800; letter-spacing: -0.01em; color: inherit; margin: 0 0 10px; }
.mode2__desc { font-size: 15.5px; line-height: 1.55; margin: 0 0 22px; max-width: 40ch; opacity: 0.88; }
.mode2__spec { margin: auto 0 0; }
.mode2__spec > div { display: grid; grid-template-columns: 78px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,0.16); font-size: 14.5px; line-height: 1.45; }
.mode2--line .mode2__spec > div { border-top-color: var(--rule); }
.mode2__spec dt { font-weight: 700; }
.mode2--navy .mode2__spec dt { color: var(--amber); }
.mode2--line .mode2__spec dt { color: var(--navy); }
.mode2__spec dd { margin: 0; }
.mode2--navy .mode2__spec dd { color: rgba(255,255,255,0.86); }
.deliver2__title { font-size: 16px; font-weight: 700; color: var(--navy); margin: 0 0 12px; }
.deliver--light th, .deliver--light td { border-top-color: var(--rule); }
.deliver--light thead th { color: var(--muted); }
.deliver--light tbody th { color: var(--navy); }
.deliver--light tbody th small { color: var(--muted); }
.deliver--light td { color: var(--ink); }
.deliver2__cta { margin: 20px 0 0; font-size: 15px; color: var(--muted); }
.deliver2__cta a { color: var(--navy); font-weight: 600; text-decoration-color: var(--teal); text-underline-offset: 3px; }
@media (max-width: 1000px) { .modes2 { grid-template-columns: 1fr; } }

/* ---------- About: offer panel replaces the photo ---------- */
.offer { background: var(--navy); color: #fff; padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; align-self: stretch; min-width: 0; }
.offer__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); margin: 0 0 10px; }
.offer__title { font-size: clamp(22px, 2vw, 28px); font-weight: 800; letter-spacing: -0.01em; color: #fff; margin: 0 0 18px; }
.offer__list { list-style: none; margin: 0 0 24px; padding: 0; flex: 1; }
.offer__item { padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.16); }
.offer__head { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: baseline; }
.offer__num { font-size: 12px; font-weight: 700; color: var(--amber); }
.offer__head h4 { margin: 0; font-size: 19px; font-weight: 800; color: #fff; }
.offer__head h4 small { display: block; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.7); margin-top: 3px; }
.offer__text { margin: 10px 0 0 46px; font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.86); max-width: none; }
.offer__receive { margin: 8px 0 0 46px; font-size: 13.5px; line-height: 1.45; color: rgba(255,255,255,0.72); max-width: none; }
.offer__receive b { color: var(--amber); font-weight: 700; }
.offer__cta { align-self: flex-start; background: #fff; color: var(--navy); border-color: #fff; }
.offer__cta:hover { background: var(--amber); border-color: var(--amber); color: var(--navy); }
.about2__grid { align-items: stretch; }
.motion .offer__item { opacity: 0; transform: translateY(12px); transition: opacity 520ms var(--ease), transform 520ms var(--ease); transition-delay: calc(360ms + var(--i, 0) * 100ms); }
.motion .about2.in .offer__item { opacity: 1; transform: none; }
@media (max-width: 640px) { .offer__text, .offer__receive { margin-left: 0; } }

/* ---------- About: engine-behind block ---------- */
.about2__content { display: flex; flex-direction: column; }
.engine2 { margin-top: auto; padding-top: 28px; }
.engine2__lead { font-weight: 700; font-size: 15px; color: var(--navy); margin: 0 0 6px; }
.engine2__list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--navy); }
.engine2__item { display: grid; grid-template-columns: 150px 1fr; gap: 18px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--rule); text-decoration: none; color: var(--ink); transition: background var(--t-micro) var(--ease); }
.engine2__item:hover { background: rgba(11,31,59,0.035); }
.engine2__logo { display: grid; place-items: center; height: 60px; padding: 10px 12px; background: #fff; border: 1px solid var(--rule); overflow: hidden; }
.engine2__logo--dark { background: var(--navy); border-color: var(--navy); }
.engine2__logo img, .engine2__logo svg { display: block; width: 100%; height: 100%; object-fit: contain; }
.engine2__text { font-size: 13.5px; line-height: 1.45; color: var(--muted); }
.engine2__text b { display: block; font-size: 14.5px; color: var(--navy); font-weight: 700; margin-bottom: 2px; }
.engine2__sign { margin: 22px 0 0; font-weight: 800; font-size: clamp(17px, 1.4vw, 20px); letter-spacing: -0.01em; color: var(--navy); padding-left: 16px; border-left: 3px solid var(--amber); }
@media (max-width: 480px) { .engine2__item { grid-template-columns: 1fr; gap: 10px; } }

/* ---------- Leadership ---------- */
.leader { padding-bottom: 0; overflow: hidden; }
.leader__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 72px); align-items: end; }
.leader__portrait { margin: 0; position: relative; align-self: stretch; min-height: 560px; }
.leader__portrait img { position: absolute; left: 0; right: 0; bottom: 0; top: 32px; width: 100%; height: calc(100% - 32px); object-fit: cover; object-position: 50% 0; display: block; z-index: 1; }
.leader__motif { position: absolute; left: -6%; bottom: 8%; width: 110%; height: auto; opacity: 0.06; pointer-events: none; }
.leader__motif line, .leader__motif polygon { stroke: #fff; fill: none; stroke-width: 5; }
.leader__body { padding-bottom: clamp(56px, 7vw, 96px); }
.eyebrow--inverse { color: #fff; }
.leader__name { font-weight: 800; font-size: clamp(32px, 3.6vw, 48px); letter-spacing: -0.02em; line-height: 1.02; color: #fff; margin: 0 0 8px; }
.leader__role { font-weight: 700; font-size: 16px; color: var(--amber); margin: 0 0 4px; }
.leader__descriptor { font-size: 14px; color: rgba(255,255,255,0.7); margin: 0 0 24px; }
.leader__copy p { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.88); max-width: 62ch; margin: 0 0 14px; }
.leader__facts { margin: 24px 0 0; border-top: 1px solid rgba(255,255,255,0.35); }
.leader__facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.14); font-size: 14.5px; line-height: 1.5; }
.leader__facts dt { font-weight: 700; color: var(--amber); }
.leader__facts dd { margin: 0; color: rgba(255,255,255,0.86); }
.leader__links { margin: 22px 0 0; display: flex; gap: 22px; font-size: 14.5px; font-weight: 600; }
.leader__links a { color: #fff; text-decoration: none; border-bottom: 2px solid var(--teal); padding-bottom: 2px; }
.leader__links a:hover { color: var(--amber); }
@media (max-width: 900px) {
  .leader__grid { grid-template-columns: 1fr; }
  .leader__portrait { order: 2; min-height: 0; }
  .leader__portrait img { position: static; width: min(100%, 340px); height: auto; margin: 12px 0 0; }
  .leader__body { padding-bottom: 0; }
}
@media (max-width: 480px) { .leader__facts > div { grid-template-columns: 1fr; gap: 4px; } }

.mode2--teal { background: #fff; border: 2px solid var(--teal); color: var(--ink); }
.mode2--teal .mode2__top svg { color: var(--teal); }
.mode2--teal .mode2__spec > div { border-top-color: var(--rule); }
.mode2--teal .mode2__spec dt { color: var(--teal); }
.mode2__spec > div { grid-template-columns: 64px 1fr; }

/* Engagement panels: shared rows so titles, copy and spec lists align across the three */
.modes2 { grid-template-rows: auto auto auto auto; align-items: stretch; }
.mode2 { display: grid; grid-template-rows: subgrid; grid-row: span 4; row-gap: 0; }
.mode2__top { margin-bottom: 18px; }
.mode2 h3 { font-size: clamp(21px, 1.7vw, 24px); margin: 0 0 8px; white-space: nowrap; }
.mode2__desc { margin: 0 0 18px; }
.mode2__spec { margin: 0; align-self: end; }
@media (max-width: 1000px) { .modes2 { grid-template-rows: none; } .mode2 { display: flex; flex-direction: column; } .mode2 h3 { white-space: normal; } }

/* ---------- Legal pages ---------- */
.legal { padding-top: clamp(48px, 6vw, 80px); }
.legal__wrap { max-width: 760px; margin-inline: auto; }
.legal h1 { margin: 0 0 8px; }
.legal__meta { font-size: 14px; color: var(--muted); margin: 0 0 32px; padding-bottom: 20px; border-bottom: 2px solid var(--navy); }
.legal__body h2 { font-size: 20px; font-weight: 700; color: var(--navy); margin: 32px 0 10px; }
.legal__body h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin: 20px 0 6px; }
.legal__body p { font-size: 16.5px; line-height: 1.65; max-width: none; margin: 0 0 14px; }
.legal__body a { color: var(--navy); font-weight: 600; text-decoration-color: var(--teal); text-underline-offset: 3px; }

/* =====================================================================
   Cycle 1: dark photographic hero with an opening sequence
   ===================================================================== */
.hero--dark { background: var(--navy-deep); color: #fff; position: relative; isolation: isolate; }
.hero--dark::after { background: rgba(255,255,255,0.25); }
.hero__photo { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.hero__photo img {
  position: absolute; right: 0; top: 0; height: 100%; width: 68%; object-fit: cover; object-position: 62% 40%;
  filter: saturate(0.72) brightness(0.62) contrast(1.05);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 42%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 42%, #000 100%);
}
.hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,21,40,0.85) 0%, rgba(7,21,40,0.15) 45%, rgba(7,21,40,0) 100%); }
.hero--dark .hero__pre { color: rgba(255,255,255,0.88); border-left-color: var(--amber); }
.hero--dark .hero__pre em { color: var(--amber); }
.hero--dark .display { color: #fff; }
.hero--dark .display em { color: var(--teal); }
.hero--dark .hero__gist { color: rgba(255,255,255,0.8); }
.hero--dark .btn { background: #fff; color: var(--navy); border-color: #fff; }
.hero--dark .btn:hover { background: var(--amber); border-color: var(--amber); }
.hero--dark .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.hero--dark .btn--ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
.hero--dark .ladder-hint { color: rgba(255,255,255,0.7); }
.hero--dark .ladder-hint a { color: #fff; }
.hero--dark .scrollcue { color: rgba(255,255,255,0.7); }
.hero--dark .scrollcue__line { background: rgba(255,255,255,0.25); }
.hero--dark .ladder-svg .tread, .hero--dark .ladder-svg .riser { stroke: #fff; }
.hero--dark .ladder-svg .base { stroke: rgba(255,255,255,0.35); }
.hero--dark .ladder-svg .rung-label { fill: #fff; }
.hero--dark .ladder-svg .rung-sub { fill: rgba(255,255,255,0.7); }
.hero--dark .ladder-svg .rung-label.is-active { fill: var(--amber); }

/* opening sequence (only with .motion; reduced motion shows the final state) */
.motion .hero__photo img { animation: photoIn 1100ms var(--ease) both, photoDrift 26s ease-in-out 1100ms infinite alternate; }
@keyframes photoIn { from { opacity: 0; transform: scale(1.06) translateX(2%); } to { opacity: 1; transform: none; } }
@keyframes photoDrift { from { transform: scale(1); } to { transform: scale(1.035); } }
.motion .hero__pre { opacity: 0; transform: translateY(10px); animation: rise 600ms var(--ease) 420ms forwards; }
.motion .display .w { display: inline-block; opacity: 0; transform: translateY(0.35em); animation: wordIn 620ms var(--ease) forwards; animation-delay: calc(560ms + var(--i, 0) * 55ms); }
@keyframes wordIn { to { opacity: 1; transform: none; } }
.motion .hero__gist { opacity: 0; transform: translateY(10px); animation: rise 640ms var(--ease) 1350ms forwards; }
.motion .hero__actions { opacity: 0; transform: translateY(10px); animation: rise 640ms var(--ease) 1650ms forwards; }
.motion .ladder-hint { opacity: 0; animation: appear 500ms var(--ease) 1900ms forwards; }
.motion .hero--dark .ladder-svg .draw { animation-delay: calc(900ms + var(--i, 0) * 95ms); }
.motion .hero--dark .ladder-svg .arrow-head { animation-delay: 1700ms; }
.motion .hero--dark .ladder-svg .rung-label, .motion .hero--dark .ladder-svg .rung-sub { animation-delay: calc(1100ms + var(--i, 0) * 95ms); }
.motion .scrollcue { opacity: 0; animation: appear 600ms var(--ease) 2300ms forwards; }

@media (max-width: 960px) {
  .hero__photo img { width: 100%; height: 58%; top: auto; bottom: 0; object-position: 60% 30%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 40%); mask-image: linear-gradient(to bottom, transparent 0%, #000 40%); }
  .hero__photo::after { background: linear-gradient(to top, rgba(7,21,40,0.9) 0%, rgba(7,21,40,0.35) 60%, rgba(7,21,40,0) 100%); }
}

/* =====================================================================
   Cycle 1: type scale — one heavy weight in the hero, 700 elsewhere,
   ledes lighter; long headings get a tighter measure
   ===================================================================== */
.h2 { font-weight: 700; letter-spacing: -0.02em; }
.about2__title { font-weight: 700; }
.leader__name { font-weight: 700; }
.mode2 h3 { font-weight: 700; }
.offer__title { font-weight: 700; }
.offer__head h4 { font-weight: 700; }
.lede { font-weight: 400; color: rgba(27,36,48,0.85); }
.plate--navy .lede { color: rgba(255,255,255,0.85); }
.head .h2 { max-width: 14ch; }

/* =====================================================================
   Cycle 1: mobile overflow fixes
   ===================================================================== */
.footer__links { flex-wrap: wrap; row-gap: 8px; }
.footer__row { align-items: flex-start; }
.hero--full { overflow: hidden; }
.matrix-wrap { max-width: 100%; }
@media (max-width: 960px) {
  .hero--full { min-height: 0; padding: 40px 0 64px; }
  .hero--full .display { font-size: clamp(34px, 9.5vw, 48px); }
  .hero__pre { font-size: 15px; }
  .ladder-svg { max-width: 520px; }
}
@media (max-width: 400px) {
  .wrap { width: calc(100% - 2 * 18px); }
  .hero--full .display { font-size: clamp(30px, 9.6vw, 38px); letter-spacing: -0.02em; }
  .hero__actions .btn { width: 100%; text-align: center; }
  .about2__title { font-size: 30px; }
  .h2 { font-size: 28px; }
}

/* Cycle 1b: keep the subject clear of the ladder; hover copy only where hover exists */
.hero__photo img { width: 60%; object-position: 100% 38%; -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 38%, #000 100%); mask-image: linear-gradient(to right, transparent 0%, #000 38%, #000 100%); }
.hero--dark .ladder-svg { max-width: 84%; }
@media (hover: none) { .ladder-hint__hover { display: none; } }
/* AA contrast: amber on white fails for text, teal passes for large text */
.about2__title .hl { color: var(--teal); }

/* =====================================================================
   Cycle 2: Perspectives (editorial list), page intro, matrix overflow
   ===================================================================== */
.persp { background: #fff; }
.persp__list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--navy); }
.persp__item a { display: grid; grid-template-columns: 180px 1fr; gap: 12px clamp(20px, 3vw, 48px); padding: 26px 0; border-bottom: 1px solid var(--rule); text-decoration: none; color: var(--ink); transition: background var(--t-micro) var(--ease); }
.persp__item a:hover { background: rgba(11,31,59,0.035); }
.persp__meta { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--muted); }
.persp__tag { font-weight: 700; color: var(--teal); font-size: 12px; letter-spacing: 0.04em; }
.persp__title { display: block; font-weight: 700; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.3; color: var(--navy); letter-spacing: -0.01em; }
.persp__sum { display: block; margin-top: 8px; font-size: 15px; line-height: 1.55; color: var(--muted); max-width: 64ch; }
.persp__title, .persp__sum { grid-column: 2; }
.persp__meta { grid-row: 1 / span 2; }
.persp__more { margin: 20px 0 0; font-size: 15px; }
.persp__more a { color: var(--navy); font-weight: 600; text-decoration-color: var(--teal); text-underline-offset: 3px; }
@media (max-width: 640px) {
  .persp__item a { grid-template-columns: 1fr; gap: 6px; }
  .persp__meta { grid-row: auto; flex-direction: row; gap: 14px; }
  .persp__title, .persp__sum { grid-column: 1; }
}

.pagehead { background: var(--navy); color: #fff; padding: clamp(48px, 6vw, 88px) 0 clamp(40px, 5vw, 72px); }
.pagehead__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(20px, 4vw, 64px); align-items: end; }
.pagehead__title { font-weight: 700; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.02; letter-spacing: -0.02em; color: #fff; margin: 0; }
.pagehead__lede { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55; color: rgba(255,255,255,0.85); margin: 0; max-width: none; }
@media (max-width: 860px) { .pagehead__grid { grid-template-columns: 1fr; } }
.hero--page { padding-top: clamp(40px, 5vw, 64px); }
.hero--page .hero__q { margin-top: 0; }

.matrix-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.plate > .wrap { min-width: 0; }
@media (max-width: 860px) { .matrix { min-width: 720px; } }

/* Cycle 2b: tablet/mobile photo crop must win over the desktop crop */
@media (max-width: 960px) {
  .hero__photo img { width: 100%; height: 62%; top: auto; bottom: 0; object-position: 62% 30%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 45%); mask-image: linear-gradient(to bottom, transparent 0%, #000 45%); }
  .hero--dark .ladder-svg { max-width: 100%; }
}
/* Ladder page: question sits directly above the list; smaller diagram */
.hero--page .hero__grid { align-items: end; }
.hero--page .hero__lead { align-self: end; padding-bottom: 8px; }
.hero--page .ladder-svg { max-width: 88%; margin-left: auto; }
@media (max-width: 960px) { .hero--page .ladder-svg { max-width: 100%; margin-left: 0; } }

/* =====================================================================
   Cycle 3: hero ladder drops below the subject's head; page composition
   ===================================================================== */
@media (min-width: 961px) {
  .hero--dark .ladder-svg { grid-row: 1 / span 3; align-self: end; margin-bottom: 0; max-width: 78%; }
  .hero--dark .ladder-hint { grid-column: 2; grid-row: 4; margin-top: 10px; }
  .hero--dark .hero__grid { grid-template-rows: auto auto auto auto; }
  .hero__photo img { transform: translateX(5%); }
  .motion .hero__photo img { animation: photoIn 1100ms var(--ease) both, photoDrift 26s ease-in-out 1100ms infinite alternate; }
  @keyframes photoIn { from { opacity: 0; transform: translateX(7%) scale(1.06); } to { opacity: 1; transform: translateX(5%) scale(1); } }
  @keyframes photoDrift { from { transform: translateX(5%) scale(1); } to { transform: translateX(5%) scale(1.035); } }
}
.hero--page .hero__lead { align-self: start; }
.hero--page .hero__grid { align-items: start; }
.hero__how { font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 52ch; margin: 0 0 28px; }
.hero--page .ladder-svg { align-self: start; }

/* =====================================================================
   Cycle 5: polish
   ===================================================================== */
@media (max-width: 960px) {
  .hero--page .ladder-svg { max-width: 560px; margin: 0 auto 8px; }
  .pagehead { padding-top: clamp(40px, 6vw, 64px); }
}
.mode2 { transition: transform var(--t-micro) var(--ease), box-shadow var(--t-micro) var(--ease); }
.mode2:hover { transform: translateY(-3px); }
.mode2--navy:hover { box-shadow: 0 6px 0 -2px var(--amber); }
.mode2--line:hover { box-shadow: 0 6px 0 -2px var(--navy); }
.mode2--teal:hover { box-shadow: 0 6px 0 -2px var(--teal); }
.offer__item { transition: background var(--t-micro) var(--ease); margin: 0 -12px; padding-left: 12px; padding-right: 12px; }
.offer__item:hover { background: rgba(255,255,255,0.04); }
.scrollcue__text { letter-spacing: 0.16em; font-size: 10.5px; }
.nav__cta { padding: 12px 18px; }
.hero--full .display { text-wrap: balance; }
.head .h2, .about2__title, .leader__name, .pagehead__title { text-wrap: balance; }

/* =====================================================================
   Cycle 6: approach section, unified heading system
   ===================================================================== */
.head .eyebrow { margin-bottom: 14px; }
.head { border-top: 2px solid currentColor; }

.approach { background: var(--stone); }
.approach__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 80px); align-items: center; margin-bottom: clamp(48px, 6vw, 88px); }
.approach__figure { margin: 0; overflow: hidden; }
.approach__figure img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 45%; display: block; transition: transform 900ms var(--ease); }
.approach__figure:hover img { transform: scale(1.025); }
.approach__body .h2 { margin-bottom: 16px; max-width: 16ch; }
.approach__body .lede { margin-bottom: 22px; }
.approach__fails { list-style: none; margin: 0; padding: 0; counter-reset: fail; border-top: 2px solid var(--navy); }
.approach__fails li { counter-increment: fail; position: relative; padding: 14px 0 14px 44px; border-bottom: 1px solid var(--rule); font-size: 15px; line-height: 1.55; color: var(--muted); }
.approach__fails li::before { content: counter(fail, decimal-leading-zero); position: absolute; left: 0; top: 16px; font-weight: 700; font-size: 12px; color: var(--amber); }
.approach__fails b { display: block; color: var(--navy); font-weight: 700; margin-bottom: 2px; }

.method__lead { font-weight: 600; color: var(--navy); margin: 0 0 18px; max-width: none; }
.method__row { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr) 96px; gap: 0 clamp(16px, 2.5vw, 40px); position: relative; }
.method__row::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--navy); }
.method__stage { position: relative; padding-top: 22px; display: grid; gap: 8px; }
.method__stage::before { content: ""; position: absolute; left: 0; top: -2px; width: 44px; height: 6px; background: var(--c); }
.method__name { font-weight: 700; font-size: clamp(22px, 2vw, 28px); letter-spacing: -0.02em; color: var(--navy); line-height: 1; }
.method__what { font-size: 15px; line-height: 1.5; color: var(--ink); }
.method__out { font-size: 13.5px; line-height: 1.5; color: var(--muted); padding-top: 8px; border-top: 1px solid var(--rule); }
.method__end { padding-top: 14px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; color: var(--teal); }
.method__end svg { width: 44px; height: 44px; }
.method__end span { font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); }
@media (max-width: 960px) {
  .approach__grid { grid-template-columns: 1fr; }
  .approach__figure img { aspect-ratio: 16 / 10; }
  .method__row { grid-template-columns: 1fr; gap: 28px; }
  .method__row::before { display: none; }
  .method__stage { border-top: 2px solid var(--navy); }
  .method__end { flex-direction: row; align-items: center; padding-top: 0; }
}

/* Cycle 7: editorial weight contrast. Headlines 700, sub-headings 600, labels 700 small. */
.mode2 h3, .offer__head h4, .persp__title, .about2__facts h3, .method__name, .leader__facts dt { font-weight: 600; }
.h2 { line-height: 1.02; letter-spacing: -0.025em; }
.lede { color: rgba(27,36,48,0.8); }

/* Hero ladder: full column width, heavier strokes, larger labels */
@media (min-width: 961px) {
  .hero--dark .ladder-svg { max-width: 100%; }
  .hero__photo img { transform: translateX(9%); width: 62%; }
  @keyframes photoIn { from { opacity: 0; transform: translateX(11%) scale(1.06); } to { opacity: 1; transform: translateX(9%) scale(1); } }
  @keyframes photoDrift { from { transform: translateX(9%) scale(1); } to { transform: translateX(9%) scale(1.035); } }
}
.hero--dark .ladder-svg .tread, .hero--dark .ladder-svg .riser { stroke-width: 8; }
.hero--dark .ladder-svg .arrow-shaft { stroke-width: 12; }
.hero--dark .ladder-svg .rung-label { font-size: 18px; font-weight: 700; }
.hero--dark .ladder-svg .rung-sub { font-size: 13.5px; }

/* =====================================================================
   Service pages
   ===================================================================== */
.svc__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.svc__main p { font-size: 17px; line-height: 1.65; max-width: 64ch; }
.svc__main p a, .svc__list a, .svc__steps a { color: var(--navy); font-weight: 600; text-decoration-color: var(--teal); text-underline-offset: 3px; }
.svc__h2 { font-size: clamp(22px, 2vw, 28px); font-weight: 700; letter-spacing: -0.015em; color: var(--navy); margin: 36px 0 12px; padding-top: 18px; border-top: 2px solid var(--navy); }
.svc__h2:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
.svc__list { list-style: none; margin: 0; padding: 0; }
.svc__list li { padding: 10px 0 10px 22px; border-bottom: 1px solid var(--rule); position: relative; font-size: 16px; line-height: 1.5; }
.svc__list li::before { content: ""; position: absolute; left: 0; top: 19px; width: 10px; height: 2px; background: var(--amber); }
.svc__steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.svc__steps li { counter-increment: step; position: relative; padding: 14px 0 14px 48px; border-bottom: 1px solid var(--rule); font-size: 16px; line-height: 1.55; color: var(--muted); }
.svc__steps li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 16px; font-weight: 700; font-size: 13px; color: var(--teal); }
.svc__steps b { display: block; color: var(--navy); font-weight: 700; margin-bottom: 2px; }
.svc__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.svc__side { position: sticky; top: 96px; display: grid; gap: 24px; }
.svc__facts { background: var(--navy); color: #fff; padding: 22px 24px; }
.svc__facts-h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); margin: 0 0 12px; }
.svc__facts dl { margin: 0; }
.svc__facts dl > div { display: grid; grid-template-columns: 96px 1fr; gap: 10px; padding: 9px 0; border-top: 1px solid rgba(255,255,255,0.16); font-size: 14px; line-height: 1.45; }
.svc__facts dt { font-weight: 700; color: rgba(255,255,255,0.85); }
.svc__facts dd { margin: 0; color: rgba(255,255,255,0.9); }
.svc__related { list-style: none; margin: 0; padding: 0; }
.svc__related li { border-top: 1px solid rgba(255,255,255,0.16); }
.svc__related a { display: block; padding: 10px 0; color: #fff; font-weight: 600; font-size: 14.5px; text-decoration: none; }
.svc__related a:hover { color: var(--amber); }
@media (max-width: 900px) { .svc__grid { grid-template-columns: 1fr; } .svc__side { position: static; } }

.method__name { text-decoration: none; }
a.method__name:hover { color: var(--teal); }
.mode2__link { color: inherit; text-decoration: none; border-bottom: 2px solid var(--teal); }
.defs h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin: 0 0 8px; }
.defs h3 + p { margin-bottom: 22px; font-size: 16.5px; line-height: 1.6; max-width: 62ch; }

.defs-links { margin: 16px 0 0; font-size: 15px; color: var(--muted); }
.defs-links a { color: var(--navy); font-weight: 600; text-decoration-color: var(--teal); text-underline-offset: 3px; }

@media (max-width: 900px) { .svc__grid { grid-template-columns: minmax(0, 1fr); } .svc__main { min-width: 0; } }
@media (max-width: 480px) { .svc__cta .btn { width: 100%; text-align: center; white-space: normal; } .svc__facts dl > div { grid-template-columns: 1fr; gap: 2px; } }

/* Nav lockup tagline: breathing room around the dots */
.wordmark--lockup .wordmark__tag { letter-spacing: 0.12em; gap: 0.9em; justify-content: flex-start; font-size: 8.6px; }
.wordmark--lockup .wordmark__tag .dot { margin: 0 0 1px 0.35em; }

/* =====================================================================
   Insights: article pages
   ===================================================================== */
.post__head .wrap { max-width: 900px; }
.post__title { max-width: 22ch; }
.post__meta { color: rgba(255,255,255,0.75); font-size: 14.5px; margin: 16px 0 0; }
.post__meta a { color: #fff; text-decoration-color: var(--teal); text-underline-offset: 3px; }
.crumb { color: #fff; text-decoration: none; }
.crumb:hover { color: var(--amber); }
.post__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(32px, 5vw, 80px); align-items: start; padding-block: clamp(48px, 6vw, 88px); }
.post__body { max-width: 72ch; font-size: 17px; line-height: 1.7; }
.post__body > p:first-of-type { font-size: 19px; line-height: 1.6; color: var(--navy); }
.post__body h2 { font-size: clamp(22px, 2vw, 28px); font-weight: 700; letter-spacing: -0.015em; color: var(--navy); margin: 44px 0 12px; padding-top: 18px; border-top: 2px solid var(--navy); }
.post__body h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin: 26px 0 8px; }
.post__body p { margin: 0 0 16px; max-width: none; }
.post__body ul, .post__body ol { margin: 0 0 18px; padding-left: 22px; }
.post__body li { margin-bottom: 8px; }
.post__body strong { color: var(--navy); }
.post__body a { color: var(--navy); font-weight: 600; text-decoration-color: var(--teal); text-underline-offset: 3px; }
.post__body blockquote { margin: 20px 0; padding: 12px 0 12px 20px; border-left: 3px solid var(--amber); color: var(--muted); }
.tablewrap { overflow-x: auto; margin: 18px 0 24px; -webkit-overflow-scrolling: touch; }
.post__body table { border-collapse: collapse; width: 100%; min-width: 680px; font-size: 14.5px; margin: 0; }
.post__body th, .post__body td { text-align: left; vertical-align: top; padding: 10px 12px 10px 0; border-top: 1px solid var(--rule); }
.post__body th { font-weight: 700; color: var(--navy); border-top: 2px solid var(--navy); }
.post__body code { font: inherit; background: rgba(11,31,59,0.06); padding: 0 4px; }
.post__fits { margin-top: 44px; padding: 24px 28px; background: var(--navy); color: #fff; }
.post__fits h2 { margin: 0 0 10px; padding: 0; border: 0; color: #fff; font-size: 18px; }
.post__fits p { color: rgba(255,255,255,0.9); }
.post__fits a { color: var(--amber); text-decoration-color: var(--teal); }
.post__sources h2 { font-size: 18px; margin-top: 36px; }
.post__sources ul { list-style: none; padding: 0; }
.post__sources li { font-size: 14px; color: var(--muted); padding: 8px 0; border-bottom: 1px solid var(--rule); margin: 0; word-break: break-word; }
.post__sources a { font-weight: 500; }
.post__side { position: sticky; top: 96px; display: grid; gap: 20px; }
.post__service a { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--teal); }
.post__author p { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.88); margin: 0 0 8px; }
.post__author a { color: var(--amber); }
@media (max-width: 900px) { .post__grid { grid-template-columns: minmax(0, 1fr); } .post__side { position: static; } }

@media (max-width: 360px) {
  .nav__row { gap: 12px; }
  .wordmark--lockup { --wm: 21px; }
  .wordmark--lockup .wordmark__tag { font-size: 7.4px; letter-spacing: 0.1em; gap: 0.7em; }
  .nav__toggle { padding: 7px 10px; font-size: 13px; }
}
