:root {
  color-scheme: dark;
  --night: #03070d;
  --ink: #061321;
  --ink-2: #0a2033;
  --paper: #f5fbff;
  --mist: #bed2dd;
  --muted: #87a6b7;
  --line: rgba(145, 206, 232, 0.18);
  --line-strong: rgba(107, 226, 241, 0.45);
  --cyan: #55e5e9;
  --blue: #2d8cff;
  --violet: #6f70ff;
  --red: #ff3947;
  --coral: #ff746a;
  --soft-blue: #e5f9ff;
  --max: 1320px;
  --gutter: clamp(1.1rem, 4vw, 3.4rem);
  --shadow: 0 28px 90px rgba(0, 5, 14, 0.4);
  --page-bg:
    radial-gradient(circle at 84% 12%, rgba(45, 140, 255, .2), transparent 28rem),
    radial-gradient(circle at 8% 32%, rgba(85, 229, 233, .08), transparent 30rem),
    linear-gradient(180deg, #061321 0%, #03070d 56%, #06101c 100%);
  --page-text: #f5fbff;
  --page-muted: #a9c2ce;
  --header-bg: rgba(4, 13, 23, .9);
  --header-text: #bed4df;
  --section-bg:
    radial-gradient(circle at 95% 0, rgba(85, 229, 233, .08), transparent 26rem),
    linear-gradient(180deg, #081a29, #06131f);
  --section-warm-bg:
    radial-gradient(circle at 92% 8%, rgba(255, 116, 106, .09), transparent 25rem),
    linear-gradient(180deg, #111b25, #07131e);
  --section-text: #f1f9fc;
  --section-muted: #a6bdc8;
  --section-border: rgba(121, 190, 215, .2);
  --section-accent: #55e5e9;
  --card-bg: rgba(9, 31, 49, .84);
  --card-warm-bg: rgba(41, 28, 34, .82);
  --card-accent-bg: linear-gradient(180deg, rgba(37, 85, 135, .78), rgba(14, 35, 55, .9));
  --card-hover-bg: #113d5b;
  --card-text: #f3faff;
  --card-muted: #a1bac6;
  --card-border: rgba(121, 190, 215, .22);
  --card-accent: #55e5e9;
  --visual-bg: linear-gradient(180deg, rgba(15, 50, 75, .9), rgba(3, 12, 22, .97));
  --visual-warm-bg: linear-gradient(180deg, rgba(48, 45, 75, .9), rgba(10, 24, 38, .97));
  --visual-green-bg: linear-gradient(180deg, rgba(25, 64, 64, .9), rgba(7, 25, 35, .97));
  --visual-text: #f5fbff;
  --visual-border: rgba(107, 226, 241, .42);
  --band-bg: linear-gradient(180deg, #124b63, #12334e);
  --band-text: #f5fbff;
  --footer-bg: #02070d;
  --footer-text: #a6bfcb;
  --footer-heading: #f5fbff;
  --instrument-bg: rgba(4, 18, 31, .9);
  --instrument-text: #f5fbff;
  --instrument-muted: #9eb8c5;
  --instrument-border: rgba(107, 226, 241, .32);
  --brand-filter: none;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }

body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  isolation: isolate;
  color: var(--paper);
  background:
    radial-gradient(circle at 84% 12%, rgba(45, 140, 255, 0.2), transparent 28rem),
    radial-gradient(circle at 8% 32%, rgba(85, 229, 233, 0.08), transparent 30rem),
    linear-gradient(180deg, #061321 0%, var(--night) 56%, #06101c 100%);
}

body::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(134, 205, 234, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(134, 205, 234, 0.075) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

body::after {
  display: none;
}

a { color: inherit; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }

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

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 200;
  padding: .75rem 1rem;
  color: var(--ink);
  background: var(--cyan);
  border-radius: .55rem;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 5.4rem;
  margin-inline: 0;
  padding-inline: var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(4, 13, 23, .84);
  backdrop-filter: blur(20px) saturate(135%);
}

.site-header::before,
.site-header::after {
  position: absolute;
  bottom: -1px;
  width: 3.6rem;
  height: 1px;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 1.5rem var(--cyan);
}

.site-header::before { left: 0; }
.site-header::after { right: 0; background: var(--red); box-shadow: 0 0 1.5rem var(--red); }

.brand {
  display: block;
  width: clamp(11.5rem, 20vw, 15.5rem);
  line-height: 0;
}

.brand img { width: 100%; height: auto; }

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(.7rem, 1.8vw, 1.55rem);
}

.site-header nav a {
  position: relative;
  padding: .75rem 0;
  color: #bed4df;
  font-size: .69rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: .34rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after,
.site-header nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header nav .nav-cta {
  padding: .72rem 1rem;
  color: #061522;
  background: linear-gradient(100deg, var(--cyan), #74c7ff);
  border-radius: 999px;
  box-shadow: 0 0 2rem rgba(85, 229, 233, .17);
}

.site-header nav .nav-cta::after { display: none; }
.menu-toggle { display: none; }

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

[data-reveal-delay="1"] { transition-delay: 120ms; }
[data-reveal-delay="2"] { transition-delay: 240ms; }
[data-reveal].is-revealed { opacity: 1; transform: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(33rem, 1.1fr);
  gap: clamp(2.8rem, 5vw, 6rem);
  align-items: center;
  min-height: calc(100vh - 5.4rem);
  padding-block: clamp(4.5rem, 8vw, 7.2rem);
}
.hero > *, .page-hero > * { min-width: 0; }

.eyebrow {
  display: flex;
  gap: .75rem;
  align-items: center;
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-family: "Arial Narrow", "Roboto Condensed", ui-sans-serif, sans-serif;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow span { color: var(--cyan); }
.eyebrow::before {
  width: 2rem;
  height: 1px;
  content: "";
  background: var(--red);
  box-shadow: 0 0 .9rem var(--red);
}

h1, h2, h3, p { text-wrap: pretty; }

h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4rem, 7.3vw, 7.2rem);
  font-weight: 610;
  letter-spacing: -.068em;
  line-height: .87;
}

h1 span {
  display: block;
  padding-bottom: .36em;
  margin-bottom: -.28em;
  color: transparent;
  background: linear-gradient(92deg, var(--cyan), #55aaff 48%, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-thesis {
  margin: 1rem 0 1.5rem;
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  font-style: italic;
}

.hero-lede {
  max-width: 42rem;
  margin: 0;
  color: #bdd1dd;
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
  line-height: 1.72;
}

.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }

.button {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: .8rem 1.2rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover, .button:focus-visible { border-color: var(--cyan); }
.button-primary { color: #061522; background: linear-gradient(105deg, var(--cyan), #72bdff); border-color: transparent; box-shadow: 0 12px 38px rgba(45,140,255,.2); }
.button-secondary { color: var(--paper); background: rgba(9,31,48,.72); }

.boundary-strip { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.boundary-strip li {
  display: flex;
  gap: .55rem;
  align-items: center;
  padding: .42rem .7rem;
  color: #a8c1cf;
  background: rgba(9,26,40,.58);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: .62rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.boundary-strip li::before { width: .38rem; height: .38rem; content: ""; background: var(--red); border-radius: 50%; box-shadow: 0 0 .7rem var(--red); }

.future-stage {
  position: relative;
  min-height: 40rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(85,229,233,.08), transparent 30%),
    linear-gradient(180deg, rgba(13,44,67,.88), rgba(3,12,21,.96));
  border: 1px solid rgba(104,213,238,.38);
  border-radius: 1.5rem;
  box-shadow: var(--shadow), inset 0 0 90px rgba(43,151,236,.07);
  transform: none;
}

.future-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(rgba(119,203,228,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(119,203,228,.09) 1px, transparent 1px);
  background-size: 2.8rem 2.8rem;
  mask-image: radial-gradient(circle at center, black, transparent 90%);
}

.future-stage::after {
  display: none;
}

.stage-bar, .stage-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.25rem;
  padding: 0 1.35rem;
  color: #91b7c9;
  background: rgba(3,13,23,.62);
  border-bottom: 1px solid var(--line);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: .61rem;
  letter-spacing: .11em;
}

.stage-footer { position: absolute; right: 0; bottom: 0; left: 0; border-top: 1px solid var(--line); border-bottom: 0; }
.stage-footer b { color: var(--cyan); }
.live-indicator { display: flex; gap: .5rem; align-items: center; color: #a5cbd8; }
.live-indicator i { width: .42rem; height: .42rem; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 .8rem var(--cyan); }

.scanner-rail {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: .3rem;
  height: 1.35rem;
  padding: .35rem 18%;
  overflow: hidden;
  background: #02060b;
  border-bottom: 1px solid rgba(255,57,71,.33);
  box-shadow: inset 0 -8px 18px rgba(255,0,26,.08);
}

.scanner-rail span { background: #36060b; border-radius: .1rem; box-shadow: inset 0 0 .25rem #0e0001; }
.scanner-rail i {
  position: absolute;
  top: .26rem;
  left: 44%;
  width: 12%;
  height: .8rem;
  background: linear-gradient(90deg, transparent, rgba(85,229,233,.45) 32%, #d8fbff 50%, rgba(45,140,255,.45) 68%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 .45rem rgba(85,229,233,.45), 0 0 1.4rem rgba(45,140,255,.25);
  opacity: .72;
}

.stage-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(10rem,.78fr) minmax(15rem,1.22fr);
  gap: 1.4rem;
  align-items: center;
  min-height: 33rem;
  padding: 1.5rem 2rem 4.5rem;
}

.seal-console, .care-file {
  position: relative;
  padding: 1rem;
  background: rgba(5,20,33,.74);
  border: 1px solid rgba(116,213,233,.28);
  border-radius: .8rem;
  backdrop-filter: blur(12px);
}

.seal-console::before, .care-file::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2.3rem;
  height: 2.3rem;
  content: "";
  border-top: 2px solid var(--cyan);
  border-left: 2px solid var(--cyan);
}

.seal-console > p, .care-file > p {
  margin: 0 0 .6rem;
  color: var(--cyan);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: .58rem;
  letter-spacing: .08em;
}

.seal-console img { display: block; width: min(100%, 13.5rem); margin: 0 auto; filter: drop-shadow(0 0 1.2rem rgba(53,183,236,.18)); }
.seal-console dl { display: grid; gap: .35rem; margin: .2rem 0 0; }
.seal-console dl div { display: flex; justify-content: space-between; padding-top: .42rem; border-top: 1px solid var(--line); font-size: .6rem; text-transform: uppercase; }
.seal-console dt { color: var(--muted); }
.seal-console dd { margin: 0; color: #d9f8ff; }

.future-branches { position: relative; height: 19rem; }
.origin-dot {
  position: absolute;
  top: calc(50% - .5rem);
  left: 4%;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  background: var(--red);
  border: 3px solid #ffd4d7;
  border-radius: 50%;
  box-shadow: 0 0 0 .6rem rgba(255,57,71,.12), 0 0 2.5rem var(--red);
}

.branch {
  position: absolute;
  top: 50%;
  left: 7%;
  width: 73%;
  height: 1px;
  background: linear-gradient(90deg, var(--red), var(--cyan));
  transform-origin: left;
  box-shadow: 0 0 .9rem rgba(85,229,233,.7);
}

.branch::after { position: absolute; top: -.32rem; right: -.3rem; width: .65rem; height: .65rem; content: ""; background: var(--cyan); border: 2px solid #c7fbff; border-radius: 50%; box-shadow: 0 0 1rem var(--cyan); }
.branch-a { transform: rotate(-28deg); }
.branch-b { transform: rotate(0); }
.branch-c { transform: rotate(28deg); }

.future-node {
  position: absolute;
  right: 0;
  padding: .3rem .45rem;
  color: #c7f9ff;
  background: rgba(8,30,46,.82);
  border: 1px solid var(--line-strong);
  border-radius: .3rem;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: .53rem;
  letter-spacing: .09em;
}

.node-a { top: 15%; }
.node-b { top: calc(50% - .8rem); }
.node-c { bottom: 15%; }

.care-file { position: absolute; right: 2rem; bottom: 5rem; z-index: 4; max-width: 18rem; border-color: rgba(255,57,71,.36); }
.care-file::before { border-color: var(--red); }
.care-file strong { display: block; margin-bottom: .55rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; }
.care-file > span { display: block; color: #9eb8c7; font-size: .75rem; line-height: 1.55; }

.system-story {
  position: relative;
  padding-block: clamp(6rem,9vw,9rem);
  color: #071522;
  background: radial-gradient(circle at 8% 100%, rgba(76,125,255,.16), transparent 24rem), linear-gradient(180deg,#f5fbff 0%,#eaf8fc 100%);
  border-block: 1px solid rgba(80,145,170,.16);
}

.system-story::after { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(22,103,148,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(22,103,148,.12) 1px,transparent 1px); background-size: 3.8rem 3.8rem; mask-image: linear-gradient(90deg,black,transparent 72%); }
.system-story > * { position: relative; z-index: 1; }

.section-heading { margin-bottom: 2.6rem; }
.split-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(19rem,.65fr); gap: 3rem; align-items: end; }
.section-heading h2 { margin: 0; font-size: clamp(2.6rem,5vw,5.3rem); font-weight: 620; letter-spacing: -.055em; line-height: .98; }
.section-heading h2 em { color: var(--blue); font-family: Georgia,"Times New Roman",serif; font-weight: 400; }
.section-heading > p, .split-heading > p { margin: 0; color: #526f80; font-size: 1rem; line-height: 1.7; }
.system-story .eyebrow { color: #678696; }
.system-story .eyebrow span { color: #176ca2; }

.story-flow { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem; }
.story-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(15rem,1fr) auto;
  min-height: 33rem;
  padding: 1.2rem;
  overflow: hidden;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(32,110,155,.22);
  border-radius: 1.5rem;
  box-shadow: 0 18px 45px rgba(24,88,122,.09);
}

.story-card::after { position: absolute; top: 1.2rem; right: 1.2rem; width: 3.2rem; height: 1px; content: ""; background: var(--blue); }
.story-index { position: absolute; top: 1.05rem; left: 1.2rem; z-index: 2; color: #4b7f99; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .65rem; }
.story-card > div:last-child { padding: 1.25rem .5rem .5rem; border-top: 1px solid rgba(25,91,128,.16); }
.story-card p { margin: 0 0 .5rem; color: #1f7aaa; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 800; letter-spacing: .11em; }
.story-card h3 { margin: 0 0 .8rem; color: #071522; font-size: clamp(1.4rem,2vw,2rem); line-height: 1.08; }
.story-card > div:last-child > span { color: #557081; font-size: .85rem; line-height: 1.6; }

.phone-frame {
  place-self: center;
  position: relative;
  display: grid;
  gap: .65rem;
  align-content: end;
  width: 9.6rem;
  height: 17.5rem;
  padding: 4.2rem 1rem 1.3rem;
  background: linear-gradient(165deg,#123a55,#071827);
  border: 4px solid #17374d;
  border-radius: 1.9rem;
  box-shadow: 0 18px 35px rgba(13,53,76,.2),inset 0 0 0 1px rgba(136,229,245,.18);
}

.phone-speaker { position: absolute; top: .75rem; left: calc(50% - 1.5rem); width: 3rem; height: .26rem; background: #416277; border-radius: 1rem; }
.check-in-orb { position: absolute; top: 3.15rem; left: calc(50% - 2.7rem); width: 5.4rem; aspect-ratio: 1; background: radial-gradient(circle at 40% 35%,#d3fbff 0 5%,#58d7e8 6% 14%,rgba(62,168,238,.32) 15% 48%,transparent 49%); border: 1px solid rgba(102,220,240,.38); border-radius: 50%; box-shadow: 0 0 2.2rem rgba(62,201,239,.35); }
.phone-frame i { display: block; height: .42rem; background: #24485e; border-radius: 1rem; }
.phone-frame i:nth-of-type(2) { width: 75%; }
.phone-frame i:nth-of-type(3) { width: 45%; background: var(--cyan); }

.story-signal { color: white; background: linear-gradient(155deg,#102f47,#061624 72%); border-color: rgba(85,229,233,.35); }
.story-signal h3 { color: white; }
.story-signal > div:last-child > span { color: #a9c4d2; }
.story-signal > div:last-child { border-color: rgba(139,215,233,.18); }

.signal-mark { place-self: center; position: relative; display: grid; place-items: center; width: 14rem; aspect-ratio: 1; border: 1px solid rgba(85,229,233,.27); border-radius: 50%; box-shadow: inset 0 0 0 2.2rem rgba(71,172,232,.025),0 0 3rem rgba(51,166,232,.12); }
.signal-mark::before, .signal-mark::after, .signal-mark i { position: absolute; content: ""; border: 1px dashed rgba(85,229,233,.3); border-radius: 50%; }
.signal-mark::before { inset: 1.5rem; }
.signal-mark::after { inset: 3.2rem; border-style: solid; }
.signal-mark i:nth-child(1) { inset: -.4rem 6.5rem; border-radius: 0; border-width: 0 1px; }
.signal-mark i:nth-child(2) { inset: 6.5rem -.4rem; border-radius: 0; border-width: 1px 0; }
.signal-mark i:nth-child(3) { inset: 4.8rem; background: rgba(85,229,233,.08); box-shadow: 0 0 1.8rem rgba(85,229,233,.4); }
.signal-mark b { position: relative; z-index: 2; color: var(--cyan); font-size: 1.3rem; letter-spacing: .08em; }

.story-care { background: linear-gradient(180deg,#fff9f6,#ffe9e3); border-color: rgba(220,92,82,.24); }
.story-care::after { background: var(--red); }
.review-frame { place-self: center; position: relative; width: 86%; aspect-ratio: 1.25; padding: 1rem; background: rgba(255,255,255,.72); border: 1px solid rgba(207,96,84,.25); border-radius: .7rem; box-shadow: 0 18px 35px rgba(144,68,55,.11); }
.review-frame span { display: block; height: 48%; background: linear-gradient(135deg,rgba(45,140,255,.13),rgba(85,229,233,.16)); border-radius: .35rem; }
.review-frame span::after { display: block; width: 2.6rem; aspect-ratio: 1; margin: 1.1rem auto 0; content: ""; background: var(--red); border: .65rem solid #ffd8d0; border-radius: 50%; box-shadow: 0 0 0 1px rgba(198,79,69,.24); }
.review-frame i { display: block; height: .42rem; margin-top: .75rem; background: #d2a59d; border-radius: 1rem; }
.review-frame i:nth-of-type(2) { width: 62%; }
.review-frame b { position: absolute; right: .75rem; bottom: .65rem; color: #ae5147; font-size: .54rem; letter-spacing: .08em; }

.route-section { padding-block: clamp(6rem,10vw,10rem); }
.route-section .split-heading > p { color: #93aebb; }
.route-section .section-heading h2 em { color: var(--cyan); }
.route-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route-card {
  position: relative;
  min-height: 15rem;
  padding: 1.6rem;
  overflow: hidden;
  background: rgba(7,24,39,.56);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.route-card::before { position: absolute; right: -3rem; bottom: -3rem; width: 8rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(85,229,233,.11); border-radius: 50%; box-shadow: 0 0 0 1.4rem rgba(85,229,233,.025),0 0 0 2.8rem rgba(85,229,233,.025); }
.route-card:hover, .route-card:focus-visible { z-index: 2; background: rgba(15,48,72,.92); transform: none; outline: 1px solid var(--cyan); }
.route-card > span { display: block; margin-bottom: 2.4rem; color: var(--red); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .68rem; }
.route-card b { display: block; margin-bottom: .55rem; font-size: 1.55rem; letter-spacing: -.025em; }
.route-card p { max-width: 18rem; margin: 0; color: #92aeba; font-size: .84rem; line-height: 1.55; }
.route-card > i { position: absolute; top: 1.4rem; right: 1.4rem; color: var(--cyan); font-size: 1.15rem; font-style: normal; }
.route-accent { background: linear-gradient(180deg,rgba(37,85,135,.76),rgba(14,35,55,.8)); }

.reversal-band { padding-block: 2.5rem; color: #071522; background: linear-gradient(180deg,#bceff4,#a8dff4); border-block: 1px solid rgba(80,145,170,.18); }
.reversal-band .shell { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.reversal-band p { max-width: 66rem; margin: 0; font-size: clamp(1rem,1.6vw,1.25rem); line-height: 1.6; }
.reversal-band p span { display: block; margin-bottom: .25rem; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.reversal-band a { padding: .8rem 1rem; border: 1px solid rgba(5,29,42,.33); border-radius: 999px; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.site-footer { padding-top: 4.6rem; color: #9cb6c4; background: #03080f; }
.footer-grid { display: grid; grid-template-columns: minmax(15rem,1.6fr) repeat(3,minmax(9rem,.8fr)); gap: clamp(2rem,4vw,5rem); padding-bottom: 3.5rem; }
.footer-brand img { width: min(15rem,90%); }
.footer-brand p { max-width: 27rem; margin: 1rem 0 0; font-family: Georgia,"Times New Roman",serif; font-size: 1.05rem; font-style: italic; line-height: 1.55; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .55rem; }
.footer-grid a { width: fit-content; color: #9cb6c4; font-size: .79rem; line-height: 1.45; text-decoration-color: rgba(156,182,196,.35); text-underline-offset: .2rem; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--cyan); }
.footer-label { margin: 0 0 .4rem; color: var(--paper); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-small { margin: 0; font-size: .76rem; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 1.25rem; border-top: 1px solid var(--line); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .63rem; letter-spacing: .05em; }
.footer-bottom a { color: var(--cyan); }

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, .86fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  min-height: calc(82vh - 5.4rem);
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.page-hero h1 {
  max-width: 11ch;
  font-size: clamp(3.8rem, 6.8vw, 7rem);
}

.page-lede {
  max-width: 46rem;
  margin: 2rem 0 0;
  color: #b7ccd8;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.page-visual {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(15, 50, 75, .86), rgba(3, 12, 22, .96));
  border: 1px solid var(--line-strong);
  border-radius: 1.5rem;
  box-shadow: var(--shadow), inset 0 0 4rem rgba(45, 140, 255, .08);
}

.page-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .58;
  background-image: linear-gradient(rgba(119, 203, 228, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(119, 203, 228, .1) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem;
  mask-image: radial-gradient(circle, black, transparent 90%);
}

.product-visual { padding: 4rem 2rem 2rem; }
.product-visual .scanner-rail { position: absolute; top: 0; right: 0; left: 0; }

.stack-panel {
  position: relative;
  z-index: 2;
  width: 82%;
  min-height: 7.4rem;
  padding: 1rem 1.2rem;
  background: rgba(6, 22, 36, .85);
  border: 1px solid rgba(101, 219, 239, .3);
  border-radius: .65rem;
  box-shadow: 0 1.2rem 3rem rgba(0, 7, 15, .32);
  backdrop-filter: blur(12px);
}

.stack-panel + .stack-panel { margin-top: .75rem; }
.stack-person, .stack-signal, .stack-support { width: 100%; margin-left: 0; transform: none; }
.stack-support { border-color: rgba(255, 116, 106, .42); }
.stack-panel > span { display: block; margin-bottom: .48rem; color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .58rem; letter-spacing: .1em; }
.stack-support > span { color: #ff8b94; }
.stack-panel b { display: block; font-size: 1.25rem; }
.stack-panel p { margin: .35rem 0 0; color: #9bb8c8; font-size: .76rem; line-height: 1.5; }
.visual-caption { position: relative; z-index: 2; margin: 1.25rem 0 0; color: #7fa1b4; font-family: Georgia, "Times New Roman", serif; font-size: .9rem; font-style: italic; text-align: right; }

.content-section { padding-block: clamp(5rem, 8vw, 8rem); }
.light-section {
  position: relative;
  color: #071522;
  background: radial-gradient(circle at 95% 0, rgba(85, 229, 233, .2), transparent 26rem), linear-gradient(180deg, #f5fbff, #e9f7fb);
  border-block: 1px solid rgba(80,145,170,.16);
}
.light-section::before { position: absolute; inset: 0; content: ""; opacity: .2; background-image: linear-gradient(rgba(20, 102, 145, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 102, 145, .12) 1px, transparent 1px); background-size: 3.8rem 3.8rem; mask-image: linear-gradient(90deg, black, transparent 80%); }
.light-section > .shell { position: relative; z-index: 1; }
.light-section .eyebrow { color: #668292; }
.light-section .eyebrow span { color: #176ca2; }

.principle-grid { display: grid; gap: 1rem; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.five-up { grid-template-columns: repeat(5, 1fr); }
.principle-grid article {
  position: relative;
  min-height: 17rem;
  padding: 1.4rem;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(26, 101, 140, .18);
  border-radius: 1.25rem;
  box-shadow: 0 16px 38px rgba(21, 78, 108, .08);
}
.content-section.shell .principle-grid article { color: var(--paper); background: rgba(8, 29, 46, .66); border-color: var(--line); }
.principle-grid article > span { color: #1679ac; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.content-section.shell .principle-grid article > span { color: var(--red); }
.principle-grid article h3 { margin: 2.4rem 0 .75rem; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.08; }
.principle-grid article p { margin: 0; color: #567384; font-size: .84rem; line-height: 1.62; }
.content-section.shell .principle-grid article p { color: #93adbb; }

.lifecycle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}
.lifecycle-grid li { min-height: 16rem; padding: 1.4rem; background: rgba(7, 25, 41, .55); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lifecycle-grid li > span { color: var(--red); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .65rem; }
.lifecycle-grid li b { display: block; margin: 3.2rem 0 .6rem; color: var(--paper); font-size: 1.5rem; }
.lifecycle-grid li p { margin: 0; color: #91abb9; font-size: .82rem; line-height: 1.6; }

.practice-visual { display: grid; place-items: center; padding: 2rem; }
.radar-ring { position: relative; z-index: 2; display: grid; place-items: center; width: 17rem; aspect-ratio: 1; border: 1px solid rgba(85, 229, 233, .35); border-radius: 50%; box-shadow: inset 0 0 0 2.5rem rgba(85, 229, 233, .025), 0 0 3rem rgba(45, 140, 255, .18); }
.radar-ring::before, .radar-ring::after, .radar-ring i { position: absolute; content: ""; border: 1px dashed rgba(85, 229, 233, .28); border-radius: 50%; }
.radar-ring::before { inset: 2rem; }
.radar-ring::after { inset: 4.3rem; border-style: solid; }
.radar-ring i:nth-child(1) { inset: 8.45rem -.7rem; border-width: 1px 0 0; border-radius: 0; }
.radar-ring i:nth-child(2) { inset: -.7rem 8.45rem; border-width: 0 0 0 1px; border-radius: 0; }
.radar-ring i:nth-child(3) { inset: 6rem; background: radial-gradient(circle, var(--red) 0 12%, rgba(255, 57, 71, .12) 13% 45%, transparent 46%); box-shadow: 0 0 1.8rem rgba(255, 57, 71, .35); }
.radar-ring b { position: relative; z-index: 2; color: var(--cyan); font-size: .7rem; letter-spacing: .1em; line-height: 1.4; text-align: center; }
.practice-status { position: absolute; right: 1.3rem; bottom: 1.3rem; z-index: 3; width: 16rem; padding: 1rem; background: rgba(4, 17, 29, .88); border: 1px solid rgba(255, 57, 71, .42); border-radius: .5rem; }
.practice-status span { display: block; color: #ff8c94; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .58rem; letter-spacing: .1em; }
.practice-status b { display: block; margin: .35rem 0; font-size: 1rem; }
.practice-status p { margin: 0; color: #91aebd; font-size: .7rem; line-height: 1.5; }

.care-path { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 0; list-style: none; }
.care-path li { position: relative; min-height: 20rem; padding: 1.4rem; background: rgba(255, 255, 255, .66); border-top: 1px solid rgba(27, 104, 144, .2); border-bottom: 1px solid rgba(27, 104, 144, .2); border-left: 1px solid rgba(27, 104, 144, .15); }
.care-path li:last-child { border-right: 1px solid rgba(27, 104, 144, .15); }
.care-path li::after { position: absolute; top: 2.1rem; right: -.35rem; z-index: 2; width: .68rem; aspect-ratio: 1; content: ""; background: #2b8fd1; border: 4px solid #dff7ff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(28, 103, 143, .35); }
.care-path li:last-child::after { background: var(--red); }
.care-path li > span { color: #176fa0; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .65rem; }
.care-path li b { display: block; margin: 3.8rem 0 .65rem; font-size: 1.45rem; }
.care-path li p { margin: 0; color: #577485; font-size: .8rem; line-height: 1.58; }

.quote-band { padding-block: clamp(4rem, 7vw, 6.5rem); color: #071522; background: linear-gradient(180deg, #a9eef0, #9dcff6); border-block: 1px solid rgba(80,145,170,.18); }
.quote-band p { max-width: 24ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4.3vw, 4.3rem); font-style: italic; line-height: 1.08; }
.quote-band span { display: block; margin-top: 1.5rem; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .65rem; font-weight: 900; letter-spacing: .12em; }

.seal-visual { display: grid; place-items: center; padding: 1.2rem; }
.seal-visual img { position: relative; z-index: 2; width: min(78%, 22rem); filter: drop-shadow(0 0 1.8rem rgba(65, 193, 244, .2)); }
.seal-visual > p { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 3; display: grid; gap: .2rem; margin: 0; padding: .75rem; background: rgba(3, 13, 23, .82); border: 1px solid var(--line); }
.seal-visual > p b { color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .58rem; letter-spacing: .1em; }
.seal-visual > p span { color: #8faebb; font-size: .67rem; line-height: 1.45; }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trust-grid article { min-height: 15rem; padding: 1.35rem; background: rgba(255, 255, 255, .7); border: 1px solid rgba(30, 109, 149, .18); border-radius: 1.25rem; }
.trust-grid article > span { color: #1978a8; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .62rem; font-weight: 900; }
.trust-grid h3 { margin: 2.2rem 0 .65rem; font-size: 1.45rem; }
.trust-grid p { margin: 0; color: #567383; font-size: .82rem; line-height: 1.6; }

.trust-console { padding: 1px; background: linear-gradient(180deg, rgba(85, 229, 233, .65), rgba(45, 140, 255, .18), rgba(255, 116, 106, .35)); border-radius: 1.25rem; box-shadow: var(--shadow); }
.console-title, .console-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; align-items: center; padding: 1.05rem 1.4rem; background: rgba(4, 16, 28, .96); border-bottom: 1px solid var(--line); }
.console-title { border-radius: 1.2rem 1.2rem 0 0; color: #8fb0c1; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .62rem; letter-spacing: .1em; }
.console-title i { grid-column: 3; color: var(--cyan); font-style: normal; text-align: right; }
.console-row:last-child { border: 0; border-radius: 0 0 1.2rem 1.2rem; }
.console-row > span { color: #9db8c5; font-size: .78rem; }
.console-row b { color: var(--paper); font-size: .84rem; }
.console-row em { color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .62rem; font-style: normal; text-align: right; }

.constellation-visual { min-height: 34rem; }
.constellation-core { position: absolute; top: 50%; left: 50%; z-index: 3; display: grid; place-items: center; width: 10rem; aspect-ratio: 1; padding: .8rem; background: rgba(4, 17, 29, .9); border: 1px solid var(--line-strong); border-radius: 50%; box-shadow: 0 0 0 1.7rem rgba(85, 229, 233, .025), 0 0 0 3.4rem rgba(85, 229, 233, .025), 0 0 3rem rgba(45, 140, 255, .2); transform: translate(-50%, -50%); }
.constellation-core img { width: 7.2rem; opacity: .96; }
.constellation-core b { color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .52rem; line-height: 1.3; text-align: center; }
.constellation-node { position: absolute; z-index: 4; display: grid; place-items: center; width: 3.2rem; aspect-ratio: 1; color: #d8faff; background: #0b2a40; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 1.2rem rgba(85, 229, 233, .22); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .63rem; font-weight: 900; transform: translate(-50%, -50%); }
.node-jz { top: 18%; left: 22%; }
.node-roshi { top: 15%; left: 79%; }
.node-henderson { top: 52%; left: 88%; }
.node-erich { top: 83%; left: 72%; }
.node-doug { top: 81%; left: 20%; }
.constellation-lines { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.constellation-lines line { stroke: rgba(85, 229, 233, .38); stroke-width: 1; vector-effect: non-scaling-stroke; }
.constellation-visual > p { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 4; margin: 0; padding: .75rem; color: #8db0c0; background: rgba(3, 13, 23, .8); border: 1px solid var(--line); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .56rem; letter-spacing: .1em; text-align: center; }

.people-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.person-card { display: grid; grid-template-columns: minmax(10rem, .72fr) minmax(0, 1.28fr); min-height: 22rem; overflow: hidden; background: rgba(255, 255, 255, .74); border: 1px solid rgba(24, 100, 140, .2); border-radius: 1.5rem; box-shadow: 0 16px 45px rgba(22, 75, 103, .08); }
.person-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc(50% - .55rem); justify-self: center; }
.person-photo { display: block; min-height: 100%; overflow: hidden; background: #122c40; }
.person-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform 400ms ease, filter 400ms ease; }
.person-card:hover .person-photo img { transform: none; filter: saturate(1) contrast(1.04); }
.person-card > div { padding: 1.4rem; }
.person-card > div > p:first-child { margin: 0 0 1.4rem; color: #1976a5; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .57rem; font-weight: 900; letter-spacing: .09em; }
.person-card h3 { margin: 0 0 .4rem; font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.05; }
.person-card > div > span { display: block; color: #b84349; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.person-card > div > p:not(:first-child) { margin: 1.2rem 0; color: #587484; font-size: .83rem; line-height: 1.6; }
.person-card > div > a { color: #176fa0; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.record-visual { display: grid; gap: .75rem; align-content: center; padding: 3rem 2rem; }
.record-line { position: relative; z-index: 2; display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; align-items: center; min-height: 4.5rem; padding: .8rem 1rem; background: rgba(4, 18, 31, .82); border: 1px solid var(--line); transform: none; }
.record-line:nth-child(1) { --offset: 0; }
.record-line:nth-child(2) { --offset: 1; }
.record-line:nth-child(3) { --offset: 2; }
.record-line:nth-child(4) { --offset: 3; }
.record-line span { color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .63rem; }
.record-line b { font-size: 1.05rem; }
.record-line.current { border-color: rgba(255, 57, 71, .52); box-shadow: -5px 0 0 var(--red), 0 0 1.5rem rgba(255, 57, 71, .11); }
.record-visual > p { position: relative; z-index: 2; margin: .5rem 0 0; color: #7f9faf; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .56rem; letter-spacing: .1em; text-align: right; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; }
.timeline li { position: relative; min-height: 19rem; padding: 1.4rem; background: rgba(255, 255, 255, .68); border-top: 1px solid rgba(25, 100, 140, .2); border-bottom: 1px solid rgba(25, 100, 140, .2); border-left: 1px solid rgba(25, 100, 140, .15); }
.timeline li:last-child { border-right: 1px solid rgba(25, 100, 140, .15); }
.timeline li > span { color: #176fa0; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .64rem; font-weight: 900; }
.timeline h3 { margin: 3.4rem 0 .65rem; font-size: 1.5rem; }
.timeline p { margin: 0; color: #587484; font-size: .8rem; line-height: 1.6; }

.link-ledger { border-top: 1px solid var(--line); }
.link-ledger a { display: grid; grid-template-columns: 3rem 1fr auto; gap: 1rem; align-items: center; min-height: 7.2rem; padding: 1rem 1.2rem; background: rgba(7, 25, 41, .54); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.link-ledger a:hover, .link-ledger a:focus-visible { background: rgba(14, 49, 74, .9); transform: none; outline: 1px solid var(--cyan); }
.link-ledger a > span { color: var(--red); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .64rem; }
.link-ledger b { display: block; margin-bottom: .3rem; font-size: 1.2rem; }
.link-ledger p { margin: 0; color: #8eaab8; font-size: .78rem; }
.link-ledger i { color: var(--cyan); font-size: 1.15rem; font-style: normal; }

.contact-visual { display: grid; place-items: center; padding: 2rem; }
.contact-prompt { position: relative; z-index: 2; width: min(100%, 24rem); padding: 1.6rem; background: rgba(4, 18, 31, .88); border: 1px solid var(--line-strong); border-radius: 1.25rem; box-shadow: 0 1.6rem 4rem rgba(0, 6, 13, .35); }
.contact-prompt > span { color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .58rem; letter-spacing: .1em; }
.contact-prompt > b { display: block; margin: 1.6rem 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 500; }
.contact-prompt ul { display: grid; gap: .55rem; padding: 0; margin: 0 0 1.5rem; list-style: none; }
.contact-prompt li { padding: .55rem .7rem; color: #9cb7c5; background: rgba(28, 64, 86, .45); border-left: 2px solid var(--blue); font-size: .75rem; }
.contact-prompt > a { display: flex; justify-content: space-between; padding-top: .9rem; color: #d6faff; border-top: 1px solid var(--line); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .67rem; text-decoration: none; }
.contact-prompt > a span { color: var(--red); }

.urgent-section { position: relative; padding-block: clamp(5rem, 8vw, 7rem); color: #151718; background: linear-gradient(180deg, #fff4e8, #ffe9e5); border-block: 1px solid rgba(168,57,67,.16); }
.urgent-grid { display: grid; grid-template-columns: 1fr minmax(22rem, .7fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.urgent-section .eyebrow { color: #8b635e; }
.urgent-section .eyebrow span { color: #a62632; }
.urgent-section h2 { margin: 0 0 1rem; font-size: clamp(3rem, 5vw, 5.4rem); letter-spacing: -.055em; line-height: .95; }
.urgent-section h2 em { color: #ba343e; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.urgent-section > .shell > div:first-child > p:last-child { max-width: 38rem; margin: 0; color: #735c58; line-height: 1.7; }
.urgent-card { padding: 1.6rem; background: rgba(255, 255, 255, .68); border: 1px solid rgba(168, 57, 67, .22); border-radius: 1.25rem; box-shadow: 0 20px 50px rgba(129, 57, 52, .1); }
.urgent-card > span { color: #a62632; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.urgent-card b { display: block; margin: 1.5rem 0 .7rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.urgent-card p { margin: 0 0 1.3rem; color: #6f5a56; font-size: .84rem; line-height: 1.62; }
.urgent-card a { color: #8f1f2b; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.boundary-note { display: grid; grid-template-columns: 10rem 1fr; gap: 2rem; align-items: center; padding: 2rem; background: rgba(7, 25, 41, .7); border: 1px solid var(--line); border-radius: 1.25rem; }
.boundary-note img { width: 100%; }
.boundary-note p { margin: 0 0 .8rem; color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .6rem; letter-spacing: .1em; }
.boundary-note h2 { margin: 0 0 .6rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; }
.boundary-note span { display: block; max-width: 50rem; color: #91adbb; font-size: .82rem; line-height: 1.6; }

.profile-hero { display: grid; grid-template-columns: minmax(20rem, .78fr) minmax(0, 1.22fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; min-height: calc(100vh - 5.4rem); padding-block: clamp(4rem, 7vw, 7rem); }
.profile-photo { position: relative; min-height: 39rem; overflow: hidden; background: #0c2437; border: 1px solid var(--line-strong); border-radius: 1.5rem; box-shadow: var(--shadow); }
.profile-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 60%, rgba(3, 10, 18, .8)); pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; min-height: 39rem; object-fit: cover; }
.profile-photo > span { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; z-index: 2; padding: .75rem; color: var(--cyan); background: rgba(4, 16, 28, .78); border: 1px solid var(--line); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .59rem; letter-spacing: .1em; text-align: center; }
.cyber-photo { border-color: rgba(99, 255, 156, .45); box-shadow: var(--shadow), 0 0 2.5rem rgba(31, 255, 128, .1); }
.profile-copy h1 { max-width: 10ch; font-size: clamp(3.8rem, 7vw, 7.1rem); }
.profile-role { margin: 1.35rem 0 1.8rem; color: var(--coral); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .76rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.profile-copy > p:not(.eyebrow):not(.profile-role) { max-width: 47rem; margin: 0 0 1rem; color: #aec5d1; font-size: .96rem; line-height: 1.72; }
.profile-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.profile-nav { display: flex; justify-content: space-between; padding-block: 1.2rem 4rem; border-top: 1px solid var(--line); }
.profile-nav a { color: #9db6c4; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .66rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.profile-nav a:hover, .profile-nav a:focus-visible { color: var(--cyan); }

.policy-hero { min-height: calc(72vh - 5.4rem); }
.privacy-visual, .accessibility-visual { display: grid; place-items: center; padding: 2rem; }
.privacy-status, .access-console { position: relative; z-index: 2; display: grid; gap: .7rem; width: min(100%, 23rem); padding: 1.6rem; background: rgba(4, 18, 31, .88); border: 1px solid var(--line-strong); border-radius: 1.25rem; box-shadow: var(--shadow); }
.privacy-status > span, .access-console > span { margin-bottom: 1rem; color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .59rem; letter-spacing: .1em; }
.privacy-status b { padding: .7rem; color: #d8f7ff; background: rgba(38, 84, 109, .38); border-left: 2px solid var(--blue); font-size: .82rem; }
.privacy-status em { margin-top: .6rem; color: #8daab9; font-family: Georgia, "Times New Roman", serif; font-size: .82rem; line-height: 1.5; }
.access-console { grid-template-columns: 1fr auto; gap: 0; }
.access-console > span { grid-column: 1 / -1; }
.access-console b, .access-console i { padding: .7rem 0; border-top: 1px solid var(--line); font-size: .72rem; }
.access-console b { color: #bfd4df; }
.access-console i { color: var(--cyan); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .56rem; font-style: normal; text-align: right; }
.policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.policy-grid article { min-height: 15rem; padding: 1.4rem; background: rgba(255, 255, 255, .72); border: 1px solid rgba(27, 104, 144, .18); border-radius: 1.25rem; }
.policy-grid article > span { color: #176fa0; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.policy-grid h3 { margin: 2rem 0 .65rem; font-size: 1.45rem; }
.policy-grid p { margin: 0; color: #567383; font-size: .82rem; line-height: 1.62; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 52rem; }
  .future-stage { min-height: 37rem; transform: none; }
  .page-hero { grid-template-columns: 1fr; min-height: auto; }
  .page-hero-copy { max-width: 58rem; }
  .page-visual { width: min(100%, 48rem); }
  .five-up { grid-template-columns: repeat(3, 1fr); }
  .care-path { grid-template-columns: repeat(3, 1fr); }
  .care-path li { border-right: 1px solid rgba(27, 104, 144, .15); }
  .timeline { grid-template-columns: 1fr 1fr; }
  .profile-hero { grid-template-columns: minmax(18rem, .8fr) 1.2fr; gap: 3rem; }
  .profile-photo, .profile-photo img { min-height: 32rem; }
  .site-header nav { gap: .75rem; }
  .site-header nav a:not(.nav-cta) { font-size: .65rem; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); }
}

@media (max-width: 960px) {
  .site-header { min-height: 4.6rem; }
  .brand { width: 12rem; }
  .menu-toggle { display: grid; grid-template-columns: repeat(3,1.1rem) auto; gap: .3rem; align-items: center; padding: .65rem 0; color: var(--paper); background: transparent; border: 0; cursor: pointer; }
  .menu-toggle span { grid-row: 1; width: 1.1rem; height: 1px; background: var(--cyan); }
  .menu-toggle b { grid-row: 1; margin-left: .2rem; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
  .site-header nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem var(--gutter); background: rgba(4,15,26,.98); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a, .site-header nav .nav-cta { padding: .9rem; border-bottom: 1px solid var(--line); border-radius: 0; }
}

@media (max-width: 820px) {
  .split-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .story-flow, .route-grid { grid-template-columns: 1fr; }
  .three-up, .five-up, .trust-grid { grid-template-columns: 1fr 1fr; }
  .lifecycle-grid { grid-template-columns: 1fr 1fr; }
  .care-path { grid-template-columns: 1fr 1fr; }
  .people-grid { grid-template-columns: 1fr; }
  .person-card:last-child:nth-child(odd) { grid-column: auto; width: 100%; }
  .urgent-grid { grid-template-columns: 1fr; }
  .profile-hero { grid-template-columns: 1fr; min-height: auto; }
  .profile-photo { width: min(100%, 31rem); }
  .policy-grid { grid-template-columns: 1fr; }
  .story-card { grid-template-columns: minmax(11rem,.8fr) 1.2fr; grid-template-rows: 1fr; min-height: 24rem; align-items: end; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .hero { padding-top: 3.2rem; }
  .eyebrow { flex-wrap: wrap; }
  h1 { font-size: clamp(3.45rem,18vw,5rem); }
  .stage-grid { grid-template-columns: 1fr; align-content: start; min-height: 42rem; padding: 1rem; }
  .seal-console { width: 10.5rem; }
  .future-branches { position: absolute; top: 14rem; right: 1rem; left: 7.8rem; }
  .care-file { right: 1rem; bottom: 4.3rem; left: 1rem; max-width: none; }
  .stage-bar span:first-child, .stage-footer span { display: none; }
  .scanner-rail { padding-inline: 8%; }
  .scanner-rail i { left: 7%; }
  .story-card { grid-template-columns: 1fr; grid-template-rows: minmax(15rem,auto) auto; min-height: 31rem; }
  .route-card { min-height: 12rem; }
  .page-hero h1 { max-width: 100%; font-size: clamp(3rem, 14vw, 4.2rem); overflow-wrap: anywhere; }
  .page-visual { min-height: 27rem; }
  .three-up, .five-up, .trust-grid, .lifecycle-grid, .care-path { grid-template-columns: 1fr; }
  .principle-grid article, .trust-grid article { min-height: 13rem; }
  .care-path li { min-height: 14rem; }
  .care-path li b { margin-top: 2.4rem; }
  .care-path li::after { display: none; }
  .console-title, .console-row { grid-template-columns: 1fr; gap: .4rem; }
  .console-title i, .console-row em { grid-column: auto; text-align: left; }
  .person-card { grid-template-columns: 1fr; }
  .person-photo { min-height: 23rem; }
  .timeline { grid-template-columns: 1fr; }
  .record-line { transform: none; }
  .link-ledger a { grid-template-columns: 2rem 1fr auto; }
  .boundary-note { grid-template-columns: 1fr; }
  .boundary-note img { width: 8rem; }
  .profile-photo, .profile-photo img { min-height: 28rem; }
  .profile-copy h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .reversal-band .shell { grid-template-columns: 1fr; }
  .reversal-band a { width: fit-content; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .6rem; }
}

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

/* 2026 calm care-path system */
.boundary-strip li::before { background: var(--cyan); box-shadow: 0 0 .7rem rgba(85,229,233,.6); }
.calm-stage-grid { grid-template-columns: minmax(10rem,.52fr) minmax(0,1.48fr); align-items: stretch; min-height: 33rem; }
.calm-stage-grid .seal-console { align-self: center; }
.calm-stage-grid .seal-console img { width: min(100%, 10.5rem); padding-block: 1rem; }
.care-path-visual { display: grid; gap: .7rem; align-content: center; }
.care-path-visual article { position: relative; padding: 1.15rem 1.2rem 1.15rem 1.45rem; background: rgba(7,28,45,.8); border: 1px solid rgba(113,211,234,.24); border-radius: 1rem; box-shadow: 0 12px 28px rgba(0,9,18,.16); }
.care-path-visual article::before { position: absolute; top: .9rem; bottom: .9rem; left: .72rem; width: 2px; content: ""; background: var(--cyan); border-radius: 1rem; }
.care-path-visual article:nth-child(2)::before { background: var(--coral); }
.care-path-visual article:nth-child(3)::before { background: var(--violet); }
.care-path-visual span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.care-path-visual b { display: block; margin: .35rem 0; font-size: 1rem; }
.care-path-visual p { margin: 0; color: #a3bdca; font-size: .72rem; line-height: 1.55; }

.pilot-strip { color: #082033; background: linear-gradient(180deg,#fffaf0 0%,#eef8f2 100%); border-block: 1px solid rgba(57,122,143,.18); }
.pilot-grid { display: grid; grid-template-columns: minmax(11rem,.4fr) minmax(0,1.35fr) auto; gap: clamp(1.5rem,4vw,4rem); align-items: center; padding-block: clamp(2.5rem,5vw,4.8rem); }
.pilot-price { padding: 1.25rem; color: #082033; background: rgba(255,255,255,.72); border: 1px solid rgba(34,117,140,.2); border-radius: 1.4rem; box-shadow: 0 18px 42px rgba(27,87,105,.09); }
.pilot-price span { display: block; color: #176e8f; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.pilot-price b { display: block; margin-top: .25rem; color: #0b6d8c; font-family: Georgia,"Times New Roman",serif; font-size: clamp(4rem,7vw,6.6rem); font-weight: 400; line-height: .9; }
.pilot-price p { margin: .35rem 0 0; color: #557585; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.pilot-copy .eyebrow { margin-bottom: .65rem; color: #567585; }
.pilot-copy .eyebrow span { color: #1b7b98; }
.pilot-copy h2 { margin: 0 0 .7rem; font-size: clamp(1.8rem,3vw,3rem); letter-spacing: -.04em; }
.pilot-copy > p:not(.eyebrow) { max-width: 56rem; margin: .45rem 0; color: #436272; line-height: 1.62; }
.pilot-partners a { color: #0c718f; font-weight: 750; }
.pilot-strip .button-primary { white-space: nowrap; }
.pilot-actions { display: grid; gap: .65rem; min-width: 12rem; }
.pilot-actions .button { justify-content: center; margin: 0; }

.dip-card { grid-template-rows: minmax(13rem,1fr) auto; }
.dip-symbol { place-self: center; position: relative; display: grid; place-items: center; width: min(72%,13rem); aspect-ratio: 1.15; border: 1px solid rgba(35,119,153,.2); border-radius: 1.4rem; background: rgba(228,248,251,.55); }
.story-signal .dip-symbol { background: rgba(15,50,71,.62); border-color: rgba(85,229,233,.25); }
.dip-symbol b { position: absolute; right: .8rem; bottom: .65rem; color: #166f92; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .58rem; letter-spacing: .1em; }
.story-signal .dip-symbol b { color: var(--cyan); }
.dip-detection { grid-template-columns: repeat(3,1fr); gap: .75rem; align-items: end; padding: 2.4rem 2.6rem 2.7rem; }
.dip-detection i { display: block; height: 38%; background: #45b9d0; border-radius: 1rem 1rem .25rem .25rem; }
.dip-detection i:nth-child(2) { height: 72%; background: #268fe5; }
.dip-detection i:nth-child(3) { height: 55%; background: #6f70df; }
.dip-intervention img { width: 75%; max-height: 10rem; }
.dip-prevention span { width: 58%; height: 62%; border: .45rem solid #6a75df; border-top-color: transparent; border-radius: 1rem 1rem 4rem 4rem; }
.dip-prevention span::after { display: block; width: 48%; height: .55rem; margin: 52% auto 0; content: ""; background: var(--coral); border-radius: 1rem; }
.route-grid { grid-template-columns: repeat(4,1fr); }
.dip-lifecycle { grid-template-columns: repeat(3,1fr); }

.care-mark-visual { display: grid; grid-template-columns: minmax(8rem,.7fr) minmax(13rem,1.3fr); gap: 1.25rem; align-content: center; padding: clamp(1.4rem,4vw,3rem); }
.care-mark-visual > img { width: min(100%,15rem); place-self: center; }
.care-mark-key { display: grid; gap: .7rem; align-content: center; }
.care-mark-key span { display: flex; gap: .8rem; align-items: center; padding: .9rem 1rem; color: #c7dde7; background: rgba(4,20,33,.7); border: 1px solid var(--line); border-radius: .9rem; font-size: .78rem; }
.care-mark-key b { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .62rem; }
.care-mark-visual > p { grid-column: 1 / -1; margin: 0; color: #93aeba; font-family: Georgia,"Times New Roman",serif; font-style: italic; text-align: center; }

.network-visual { display: grid; gap: 1.4rem; place-items: center; align-content: center; padding: clamp(1.5rem,4vw,3rem); }
.network-visual > img { width: min(42%,12rem); }
.network-role-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: .45rem; align-items: center; width: 100%; }
.network-role-row span { padding: .75rem .45rem; color: #c9e3ec; background: rgba(8,31,48,.78); border: 1px solid var(--line); border-radius: .8rem; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .55rem; font-weight: 800; letter-spacing: .07em; text-align: center; }
.network-role-row i { color: var(--cyan); font-style: normal; }
.network-visual > p { margin: 0; color: #93afbd; font-size: .72rem; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.notification-path { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 0; list-style: none; }
.notification-path li { min-height: 15rem; padding: 1.3rem; background: rgba(255,255,255,.72); border: 1px solid rgba(31,107,143,.18); border-radius: 1.25rem; }
.notification-path li > span { color: #17769c; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.notification-path b { display: block; margin: 2.2rem 0 .6rem; font-size: 1.25rem; }
.notification-path p { margin: 0; color: #557181; font-size: .82rem; line-height: 1.62; }
.notification-boundary { margin-top: 1rem; padding: 1.2rem 1.4rem; color: #143249; background: #fff7ee; border: 1px solid rgba(188,112,74,.18); border-radius: 1.2rem; }
.notification-boundary b { display: block; color: #9b5541; }
.notification-boundary p { margin: .35rem 0 0; line-height: 1.6; }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.definition-grid article { min-height: 18rem; padding: 1.5rem; background: rgba(8,29,46,.66); border: 1px solid var(--line); border-radius: 1.35rem; }
.definition-grid article > span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.definition-grid h3 { margin: 2.5rem 0 .7rem; font-size: 1.65rem; }
.definition-grid p { color: #a0b8c5; font-size: .86rem; line-height: 1.65; }
.definition-grid a { color: var(--cyan); font-size: .72rem; font-weight: 800; }
.care-area-section { color: #092033; background: linear-gradient(180deg,#f9fcfa 0%,#eef7f5 100%); border-block: 1px solid rgba(44,111,137,.16); }
.care-area-section .section-heading > p { color: #526f80; }
.care-area-section .eyebrow { color: #667f8c; }
.care-area-section .eyebrow span { color: #15789b; }
.care-area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.care-area-grid article { min-height: 14rem; padding: 1.35rem; background: rgba(255,255,255,.78); border: 1px solid rgba(30,108,144,.16); border-radius: 1.2rem; }
.care-area-grid article > span { color: #16759a; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; }
.care-area-grid h3 { margin: 1.8rem 0 .6rem; font-size: 1.2rem; line-height: 1.2; }
.care-area-grid p { margin: 0; color: #567281; font-size: .8rem; line-height: 1.62; }
.care-area-grid a { display: inline-block; margin-top: .75rem; color: #106f92; font-size: .7rem; font-weight: 850; }
.maturity-strip { color: #0a2435; background: #e9f5f2; border-block: 1px solid rgba(44,111,137,.16); }
.maturity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding-block: 1.2rem; background: rgba(37,109,130,.16); }
.maturity-grid > div { padding: 1rem 1.3rem; background: #edf7f4; }
.maturity-grid span { color: #147793; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.maturity-grid p { margin: .4rem 0 0; color: #557181; font-size: .78rem; line-height: 1.6; }

.licensing-hero { min-height: calc(86vh - 5.4rem); }
.pilot-visual { display: grid; align-content: center; padding: clamp(1.5rem,4vw,3rem); }
.pilot-visual > span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.pilot-amount { display: flex; gap: 1rem; align-items: end; padding-block: 1rem .3rem; }
.pilot-amount b { color: #aef6f1; font-family: Georgia,"Times New Roman",serif; font-size: clamp(6rem,12vw,10rem); font-weight: 400; line-height: .8; }
.pilot-amount p { margin: 0 0 .75rem; color: #abc5d2; font-size: 1rem; }
.pilot-visual > strong { color: #fff6e6; font-family: Georgia,"Times New Roman",serif; font-size: 1.45rem; font-weight: 400; }
.pilot-visual ul { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; padding: 1.2rem 0 0; margin: 1.2rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.pilot-visual li { color: #aac1cc; font-size: .72rem; }
.pilot-visual li::before { margin-right: .45rem; color: var(--cyan); content: "✓"; }
.pilot-detail-section { color: #0a2233; background: linear-gradient(180deg,#fffaf0,#f2faf5); border-block: 1px solid rgba(45,110,137,.16); }
.pilot-detail-section .eyebrow { color: #6a7d80; }
.pilot-detail-section .eyebrow span { color: #16799b; }
.pilot-detail-section .section-heading > p { color: #516f7f; }
.pilot-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.pilot-detail-grid article { min-height: 18rem; padding: 1.4rem; background: rgba(255,255,255,.7); border: 1px solid rgba(31,107,143,.15); border-radius: 1.25rem; }
.pilot-detail-grid article > span { color: #16779a; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.pilot-detail-grid h3 { margin: 2.4rem 0 .7rem; font-size: 1.45rem; line-height: 1.12; }
.pilot-detail-grid p { color: #557181; font-size: .82rem; line-height: 1.62; }
.pilot-detail-grid a { color: #116e8f; font-weight: 780; }
.pilot-checkout { scroll-margin-top: 7rem; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(18rem,.75fr); gap: clamp(1.5rem,4vw,4rem); align-items: center; margin-top: 1rem; padding: clamp(1.5rem,4vw,3rem); color: var(--card-text); background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.4rem; box-shadow: 0 1.5rem 4rem rgba(0,8,18,.14); }
.pilot-checkout .eyebrow { margin-bottom: .75rem; }
.pilot-checkout h3 { max-width: 15ch; margin: 0; font-size: clamp(2rem,4vw,3.5rem); line-height: 1; letter-spacing: -.04em; }
.pilot-checkout-copy > p:not(.eyebrow) { max-width: 46rem; margin: 1rem 0; color: var(--card-muted); font-size: .9rem; line-height: 1.65; }
.pilot-checkout-copy > a { color: var(--card-accent); font-size: .76rem; font-weight: 800; line-height: 1.5; text-decoration-thickness: .08em; text-underline-offset: .2em; }
.pilot-checkout-copy > a span { overflow-wrap: anywhere; }
.pilot-link-shell { display: grid; gap: 1rem; align-content: center; min-width: 0; min-height: 12.5rem; padding: 1.25rem; color: var(--card-text); background: var(--section-bg); border: 1px solid var(--card-border); border-radius: 1rem; }
.pilot-link-shell > span { color: var(--card-accent); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.pilot-link-shell .button { width: 100%; justify-content: center; }
.pilot-link-shell small { color: var(--card-muted); font-size: .64rem; }
.pricing-section { color: var(--section-text); background: var(--section-bg); border-block: 1px solid var(--section-border); }
.pricing-section .section-heading > p { color: var(--section-muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 1rem; }
.pricing-card { grid-column: span 2; display: flex; flex-direction: column; min-height: 29rem; padding: 1.45rem; color: var(--card-text); background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.25rem; box-shadow: 0 1rem 3rem rgba(0,8,18,.12); }
.pricing-card.pricing-wide { grid-column: span 3; min-height: 23rem; }
.pricing-card > span { color: var(--card-accent); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.pricing-card h3 { max-width: 18ch; margin: 1.5rem 0 0; font-size: 1.45rem; line-height: 1.14; }
.pricing-amount { display: flex; gap: .9rem; align-items: end; margin: 2rem 0 1.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--card-border); }
.pricing-amount b { color: var(--card-text); font-family: Georgia,"Times New Roman",serif; font-size: clamp(3rem,5vw,5rem); font-weight: 400; letter-spacing: -.055em; line-height: .78; white-space: nowrap; }
.pricing-amount > span { display: grid; gap: .2rem; color: var(--card-text); font-size: .75rem; font-weight: 800; line-height: 1.2; }
.pricing-amount small { color: var(--card-muted); font-size: .66rem; font-weight: 550; }
.pricing-amount-words b { font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: clamp(1.65rem,3vw,2.7rem); font-weight: 900; letter-spacing: .05em; }
.pricing-card > p:not(.pricing-amount) { color: var(--card-muted); font-size: .8rem; line-height: 1.65; }
.pricing-card-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: auto; padding-top: 1.2rem; }
.pricing-card-actions .button { flex: 1 1 12rem; justify-content: center; min-height: 3.15rem; padding-inline: .85rem; font-size: .64rem; text-align: center; }
.pricing-community { background: var(--card-warm-bg); }
.pricing-volume { display: grid; gap: .35rem; padding: 0; margin: 0 0 1.2rem; list-style: none; }
.pricing-volume li { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem .65rem; color: var(--card-muted); background: rgba(85,229,233,.045); border: 1px solid var(--card-border); border-radius: .6rem; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .65rem; }
.pricing-volume b { color: var(--card-text); }
.pricing-basis { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.2rem; margin-top: 1rem; padding: 1.3rem 1.45rem; color: var(--card-muted); background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.1rem; }
.pricing-basis p { margin: 0; font-size: .75rem; line-height: 1.65; }
.pricing-basis b { color: var(--card-text); }
.pricing-basis a { color: var(--card-accent); font-weight: 750; }
.audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.audience-grid article { display: flex; flex-direction: column; min-height: 16rem; padding: 1.35rem; background: rgba(255,255,255,.76); border: 1px solid rgba(31,107,143,.17); border-radius: 1.2rem; }
.audience-grid article > span { color: #16779a; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.audience-grid h3 { margin: 1.7rem 0 .6rem; font-size: 1.35rem; }
.audience-grid p { margin: 0; color: #557181; font-size: .82rem; line-height: 1.62; }
.audience-grid a { display: inline-block; margin-top: .8rem; color: #0d6f93; font-size: .72rem; font-weight: 850; }
.card-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; padding-top: 1.15rem; }
.audience-grid .card-action { display: inline-flex; align-items: center; justify-content: center; min-height: 2.65rem; padding: .65rem .8rem; margin: 0; color: var(--card-text); background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 999px; font-size: .64rem; text-align: center; text-decoration: none; }
.audience-grid .card-action-primary { color: #061522; background: linear-gradient(100deg,var(--cyan),#74c7ff); border-color: transparent; }
.civic-memory-note { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(12rem,.65fr); gap: 1.5rem; align-items: center; margin-top: 1rem; padding: 1.4rem; color: var(--card-text); background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.1rem; }
.civic-memory-note p { margin: 0; color: var(--card-muted); font-size: .82rem; line-height: 1.65; }
.civic-memory-note b { color: var(--card-text); }
.civic-memory-note div { display: flex; flex-direction: column; gap: .6rem; }
.civic-memory-note a { color: var(--card-accent); font-size: .72rem; font-weight: 850; }
.pricing-breaks-hero { min-height: calc(78vh - 5.4rem); }
.pricing-math-visual { display: grid; gap: .8rem; align-content: center; padding: clamp(1.5rem,4vw,3rem); }
.pricing-math-visual > span { position: relative; z-index: 1; margin-bottom: .6rem; color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .62rem; font-weight: 900; letter-spacing: .11em; }
.pricing-math-visual > div { position: relative; z-index: 1; display: grid; grid-template-columns: 6rem 1fr auto; gap: .8rem; align-items: center; padding: 1rem; background: rgba(5,23,38,.8); border: 1px solid var(--line); border-radius: .85rem; }
.pricing-math-visual b { color: var(--paper); font-size: 1.05rem; }
.pricing-math-visual p { margin: 0; color: #a8c0cc; font-size: .76rem; }
.pricing-math-visual em { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .7rem; font-style: normal; font-weight: 900; }
.pricing-table-grid { display: grid; grid-template-columns: minmax(20rem,.8fr) minmax(30rem,1.2fr); gap: 1rem; }
.price-table-wrap { min-width: 0; overflow-x: auto; color: var(--card-text); background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.15rem; box-shadow: 0 1rem 3rem rgba(0,8,18,.08); }
.price-table { width: 100%; min-width: 32rem; border-collapse: collapse; }
.price-table caption { padding: 1.2rem 1.15rem; color: var(--card-text); font-size: 1rem; font-weight: 850; text-align: left; }
.price-table th, .price-table td { padding: .9rem 1.15rem; border-top: 1px solid var(--card-border); font-size: .76rem; text-align: left; white-space: nowrap; }
.price-table thead th { color: var(--card-accent); background: rgba(85,229,233,.045); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .59rem; letter-spacing: .07em; text-transform: uppercase; }
.price-table tbody th { color: var(--card-text); }
.price-table td { color: var(--card-muted); }
.boundary-table td:last-child { color: var(--card-accent); font-weight: 900; }
.license-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 0; list-style: none; }
.license-steps li { min-height: 14rem; padding: 1.3rem; background: rgba(8,29,46,.64); border: 1px solid var(--line); border-radius: 1.2rem; }
.license-steps li > span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .62rem; font-weight: 900; }
.license-steps b { display: block; margin: 2rem 0 .55rem; font-size: 1.25rem; }
.license-steps p { margin: 0; color: #9ab3c0; font-size: .8rem; line-height: 1.62; }
.centered-actions { justify-content: center; margin-top: 2rem; }

@media (max-width: 1100px) {
  .route-grid { grid-template-columns: repeat(2,1fr); }
  .calm-stage-grid { grid-template-columns: minmax(10rem,.55fr) minmax(0,1.45fr); }
  .care-area-grid, .notification-path, .license-steps { grid-template-columns: repeat(2,1fr); }
  .pricing-card, .pricing-card.pricing-wide { grid-column: span 3; }
  .pricing-table-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .pilot-grid { grid-template-columns: 1fr; }
  .pilot-strip .button-primary { width: fit-content; }
  .route-grid, .definition-grid, .audience-grid, .pilot-detail-grid { grid-template-columns: 1fr; }
  .pilot-checkout { grid-template-columns: 1fr; }
  .pricing-card, .pricing-card.pricing-wide { grid-column: 1 / -1; min-height: auto; }
  .pricing-basis { grid-template-columns: 1fr; }
  .civic-memory-note { grid-template-columns: 1fr; }
  .calm-stage-grid { grid-template-columns: 1fr; min-height: auto; padding-bottom: 4.5rem; }
  .calm-stage-grid .seal-console { width: min(100%,18rem); justify-self: center; }
  .care-mark-visual { grid-template-columns: 1fr; }
  .network-role-row { grid-template-columns: 1fr; }
  .network-role-row i { transform: rotate(90deg); }
  .maturity-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .care-area-grid, .notification-path, .license-steps, .dip-lifecycle { grid-template-columns: 1fr; }
  .pilot-visual ul { grid-template-columns: 1fr; }
  .pilot-amount { align-items: center; }
  .pilot-amount b { font-size: 7rem; }
  .pilot-checkout { padding-inline: 0; }
  .pilot-checkout-copy { padding-inline: 1rem; }
  .pilot-link-shell { justify-self: center; width: 100%; }
  .pricing-math-visual > div { grid-template-columns: 1fr auto; }
  .pricing-math-visual p { grid-column: 1 / -1; grid-row: 2; }
}

/* Specialty pathways, privacy, and professional workspaces */
.data-visual, .clinician-visual, .insight-visual, .spiritual-visual, .pathway-visual, .coaching-visual { padding: clamp(1.5rem,4vw,3rem); }
.data-visual { display: grid; gap: 1rem; align-content: center; }
.device-vault { display: grid; place-items: center; padding: 1.4rem; background: rgba(4,20,33,.78); border: 1px solid var(--line-strong); border-radius: 1.35rem; }
.device-vault > span { justify-self: start; color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; letter-spacing: .1em; }
.device-vault img { width: 8rem; margin-block: 1.2rem; }
.device-vault b { font-size: 1.25rem; }
.device-vault p { margin: .25rem 0 0; color: #9eb8c5; font-size: .72rem; }
.data-choice-row { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; }
.data-choice-row span { padding: .75rem; color: #b8d2dd; background: rgba(8,30,47,.7); border: 1px solid var(--line); border-radius: .8rem; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .55rem; text-align: center; }
.data-map-grid, .feature-grid, .security-grid, .coaching-grid, .provider-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.data-map-grid article, .feature-grid article, .security-grid article, .coaching-grid article, .provider-grid article { min-height: 15rem; padding: 1.35rem; border-radius: 1.2rem; }
.data-map-grid article, .provider-grid article { background: rgba(255,255,255,.74); border: 1px solid rgba(31,107,143,.17); }
.feature-grid article, .security-grid article, .coaching-grid article { background: rgba(8,29,46,.64); border: 1px solid var(--line); }
.data-map-grid article > span, .provider-grid article > span { color: #16779a; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.feature-grid article > span, .security-grid article > span, .coaching-grid article > span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.data-map-grid h3, .feature-grid h3, .security-grid h3, .coaching-grid h3, .provider-grid h3 { margin: 2rem 0 .6rem; font-size: 1.3rem; line-height: 1.16; }
.data-map-grid p, .provider-grid p { margin: 0; color: #557181; font-size: .82rem; line-height: 1.62; }
.feature-grid p, .security-grid p, .coaching-grid p { margin: 0; color: #9db5c1; font-size: .82rem; line-height: 1.62; }
.portable-path, .insight-path { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; padding: 0; list-style: none; }
.portable-path li, .insight-path li { min-height: 15rem; padding: 1.3rem; background: rgba(8,29,46,.64); border: 1px solid var(--line); border-radius: 1.2rem; }
.portable-path li > span, .insight-path li > span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .62rem; font-weight: 900; }
.portable-path b, .insight-path b { display: block; margin: 2.1rem 0 .55rem; font-size: 1.2rem; }
.portable-path p, .insight-path p { margin: 0; color: #9bb3c0; font-size: .8rem; line-height: 1.62; }
.security-section, .coaching-boundary-section { color: #0a2233; background: linear-gradient(180deg,#f5fbf9,#edf7f4); border-block: 1px solid rgba(44,111,137,.16); }
.security-section .section-heading > p, .coaching-boundary-section .section-heading > p { color: #526f80; }
.security-section .eyebrow, .coaching-boundary-section .eyebrow { color: #687f8b; }
.security-section .eyebrow span, .coaching-boundary-section .eyebrow span { color: #16799b; }
.security-section .security-grid article { color: var(--paper); }
.source-note { margin: 1.2rem 0 0; color: #7f9aa8; font-size: .72rem; line-height: 1.6; }
.security-section .source-note, .clinician-boundary-section .source-note, .prohibited-section .source-note, .coaching-boundary-section .source-note { color: #557181; }
.source-note a { color: currentColor; font-weight: 780; }
.compact-routes { padding-block: clamp(4rem,7vw,7rem); }
.compact-routes .route-card { min-height: 13rem; }

.clinician-visual { display: grid; gap: .8rem; align-content: center; }
.clinician-file, .clinician-review { padding: 1.3rem; background: rgba(5,23,38,.8); border: 1px solid var(--line); border-radius: 1.2rem; }
.clinician-file > span, .clinician-review > span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .58rem; letter-spacing: .1em; }
.clinician-file b, .clinician-review b { display: block; margin: 1.2rem 0 .5rem; font-size: 1.35rem; }
.clinician-file ul { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: 0; list-style: none; }
.clinician-file li { color: #9db6c2; font-size: .72rem; }
.clinician-file li::before { margin-right: .4rem; color: var(--cyan); content: "✓"; }
.clinician-review { margin-left: 12%; border-color: rgba(238,125,116,.34); }
.clinician-review > span { color: #f6a29a; }
.clinician-review p { margin: 0; color: #a1b8c4; font-size: .74rem; }
.clinician-boundary-section { color: #0a2233; background: linear-gradient(180deg,#fffaf1,#f3f8f4); border-block: 1px solid rgba(44,111,137,.16); }
.clinician-boundary-section .eyebrow { color: #697e86; }
.clinician-boundary-section .eyebrow span { color: #16799b; }
.clinician-boundary-section .section-heading > p { color: #526f80; }
.clinician-boundary-section .trust-grid article { color: #0a2233; background: rgba(255,255,255,.72); }
.clinician-boundary-section .trust-grid article p { color: #557181; }

.insight-visual { display: grid; gap: .8rem; align-content: center; }
.insight-person, .insight-group { padding: 1.35rem; background: rgba(5,23,38,.8); border: 1px solid var(--line); border-radius: 1.2rem; }
.insight-person > span, .insight-group > span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .58rem; letter-spacing: .1em; }
.insight-person b, .insight-group b { display: block; margin: 1rem 0 .4rem; font-size: 1.2rem; }
.insight-person p { margin: 0; color: #9bb3c0; font-size: .72rem; }
.insight-visual > i { color: #f3a39a; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; font-style: normal; text-align: center; }
.insight-group { border-color: rgba(85,229,233,.34); }
.insight-group > div { display: grid; grid-template-columns: repeat(4,1fr); gap: .45rem; align-items: end; height: 6rem; margin-top: 1rem; }
.insight-group em { display: block; height: 45%; background: #2eb2ce; border-radius: .35rem .35rem 0 0; }
.insight-group em:nth-child(2) { height: 72%; background: #278fe8; }
.insight-group em:nth-child(3) { height: 58%; background: #6e76e8; }
.insight-group em:nth-child(4) { height: 82%; background: #ee7d74; }
.insight-path { grid-template-columns: repeat(3,1fr); }
.prohibited-section { color: #0a2233; background: linear-gradient(180deg,#fff9f3,#f7f3ed); border-block: 1px solid rgba(151,91,69,.14); }
.prohibited-section .eyebrow { color: #7f7770; }
.prohibited-section .eyebrow span { color: #a85b46; }
.prohibited-section .section-heading > p { color: #66767a; }
.prohibited-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.prohibited-grid article { min-height: 12rem; padding: 1.3rem; background: rgba(255,255,255,.72); border: 1px solid rgba(165,91,65,.16); border-radius: 1.2rem; }
.prohibited-grid b { font-size: 1.15rem; }
.prohibited-grid p { color: #657477; font-size: .8rem; line-height: 1.6; }

.spiritual-visual, .pathway-visual { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; place-items: center; align-content: center; }
.spiritual-visual > img, .pathway-visual > img { grid-column: 1 / -1; width: min(42%,11rem); margin-bottom: .7rem; }
.spiritual-visual > div { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; width: 100%; }
.spiritual-visual span, .pathway-visual > span { width: 100%; padding: .72rem .45rem; color: #cbe2eb; background: rgba(7,30,47,.76); border: 1px solid var(--line); border-radius: .8rem; font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .55rem; text-align: center; }
.spiritual-visual > p, .pathway-visual > p { grid-column: 1 / -1; margin: .4rem 0 0; color: #9cb4c0; font-family: Georgia,"Times New Roman",serif; font-style: italic; text-align: center; }
.warm-pathway { background: linear-gradient(180deg,rgba(48,45,75,.88),rgba(10,24,38,.95)); }
.green-pathway { background: linear-gradient(180deg,rgba(25,64,64,.86),rgba(7,25,35,.95)); }
.chaplain-pathway { background: linear-gradient(180deg,rgba(51,53,85,.85),rgba(7,24,38,.95)); }
.role-boundary { display: grid; grid-template-columns: 9rem 1fr; gap: 1.5rem; align-items: center; padding: 1.5rem; background: rgba(8,29,46,.66); border: 1px solid var(--line); border-radius: 1.35rem; }
.role-boundary img { width: 8rem; }
.role-boundary p { margin: 0 0 .45rem; color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .6rem; letter-spacing: .1em; }
.role-boundary h2 { margin: 0 0 .55rem; font-size: clamp(1.6rem,3vw,2.5rem); }
.role-boundary span { color: #9db5c1; font-size: .85rem; line-height: 1.65; }
.pathway-nav { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.5rem 5rem; }
.pathway-nav a { color: var(--cyan); font-size: .72rem; font-weight: 850; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }

.coaching-visual { display: grid; gap: .75rem; align-content: center; }
.coaching-step { padding: 1.1rem; background: rgba(5,23,38,.78); border: 1px solid var(--line); border-radius: 1rem; }
.coaching-step span { color: var(--cyan); font-family: ui-monospace,"SFMono-Regular",Consolas,monospace; font-size: .58rem; letter-spacing: .1em; }
.coaching-step b { display: block; margin-top: .6rem; font-size: 1.15rem; }
.coaching-visual > p { margin: .4rem 0 0; color: #9bb3c0; font-size: .7rem; text-align: center; text-transform: uppercase; letter-spacing: .07em; }
.coaching-grid { grid-template-columns: repeat(3,1fr); }
.coaching-boundary-section .role-boundary { color: var(--paper); }

@media (max-width: 1100px) {
  .data-map-grid, .feature-grid, .security-grid, .coaching-grid, .provider-grid { grid-template-columns: repeat(2,1fr); }
  .portable-path { grid-template-columns: repeat(2,1fr); }
  .prohibited-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .insight-path { grid-template-columns: repeat(2,1fr); }
  .role-boundary { grid-template-columns: 1fr; }
  .role-boundary img { width: 7rem; }
}

@media (max-width: 600px) {
  .data-map-grid, .feature-grid, .security-grid, .coaching-grid, .provider-grid, .portable-path, .insight-path, .prohibited-grid { grid-template-columns: 1fr; }
  .clinician-file ul { grid-template-columns: 1fr; }
  .spiritual-visual, .pathway-visual { grid-template-columns: 1fr; }
  .spiritual-visual > img, .pathway-visual > img, .spiritual-visual > div, .spiritual-visual > p, .pathway-visual > p { grid-column: 1; }
  .spiritual-visual > div { grid-template-columns: 1fr; }
  .pathway-nav { flex-direction: column; }
}

/* Semantic appearance layer: page chrome follows the system; consoles stay instruments. */
body {
  color: var(--page-text);
  background: var(--page-bg);
}

.site-header {
  background: var(--header-bg);
  border-color: var(--section-border);
}

.site-header nav a,
.menu-toggle { color: var(--header-text); }

.button-secondary,
.boundary-strip li {
  color: var(--card-text);
  background: var(--card-bg);
  border-color: var(--card-border);
}

.system-story,
.light-section,
.care-area-section,
.maturity-strip,
.security-section,
.coaching-boundary-section {
  color: var(--section-text);
  background: var(--section-bg);
  border-color: var(--section-border);
}

.pilot-strip,
.pilot-detail-section,
.clinician-boundary-section,
.prohibited-section,
.urgent-section {
  color: var(--section-text);
  background: var(--section-warm-bg);
  border-color: var(--section-border);
}

.reversal-band,
.quote-band {
  color: var(--band-text);
  background: var(--band-bg);
  border-color: var(--section-border);
}

.reversal-band a { border-color: currentColor; }

.system-story .eyebrow,
.light-section .eyebrow,
.care-area-section .eyebrow,
.pilot-strip .eyebrow,
.pilot-detail-section .eyebrow,
.clinician-boundary-section .eyebrow,
.security-section .eyebrow,
.coaching-boundary-section .eyebrow,
.prohibited-section .eyebrow,
.urgent-section .eyebrow { color: var(--section-muted); }

.system-story .eyebrow span,
.light-section .eyebrow span,
.care-area-section .eyebrow span,
.pilot-strip .eyebrow span,
.pilot-detail-section .eyebrow span,
.clinician-boundary-section .eyebrow span,
.security-section .eyebrow span,
.coaching-boundary-section .eyebrow span,
.prohibited-section .eyebrow span { color: var(--section-accent); }

.section-heading > p,
.split-heading > p,
.hero-lede,
.page-lede,
.profile-copy > p:not(.eyebrow):not(.profile-role),
.profile-nav a,
.source-note,
.route-section .split-heading > p,
.pilot-copy > p:not(.eyebrow),
.urgent-section > .shell > div:first-child > p:last-child,
.security-section .section-heading > p,
.coaching-boundary-section .section-heading > p,
.clinician-boundary-section .section-heading > p,
.prohibited-section .section-heading > p,
.security-section .source-note,
.clinician-boundary-section .source-note,
.prohibited-section .source-note,
.coaching-boundary-section .source-note { color: var(--section-muted); }

.story-card:not(.story-signal),
.principle-grid article,
.care-path li,
.trust-grid article,
.person-card,
.timeline li,
.urgent-card,
.policy-grid article,
.pilot-price,
.notification-path li,
.notification-boundary,
.care-area-grid article,
.maturity-grid > div,
.pilot-detail-grid article,
.audience-grid article,
.data-map-grid article,
.provider-grid article,
.prohibited-grid article,
.review-frame,
.dip-symbol,
.route-card,
.content-section.shell .principle-grid article,
.lifecycle-grid li,
.definition-grid article,
.license-steps li,
.feature-grid article,
.security-grid article,
.coaching-grid article,
.portable-path li,
.insight-path li,
.role-boundary,
.boundary-note,
.link-ledger a {
  color: var(--card-text);
  background: var(--card-bg);
  border-color: var(--card-border);
}

.story-card.story-care { background: var(--card-warm-bg); }
.route-card.route-accent { background: var(--card-accent-bg); }
.maturity-grid { background: var(--card-border); }

.route-card:hover,
.route-card:focus-visible,
.link-ledger a:hover,
.link-ledger a:focus-visible {
  background: var(--card-hover-bg);
}

.story-card:not(.story-signal) h3,
.lifecycle-grid li b { color: var(--card-text); }

.clinician-boundary-section .trust-grid article,
.security-section .security-grid article,
.coaching-boundary-section .role-boundary {
  color: var(--card-text);
  background: var(--card-bg);
  border-color: var(--card-border);
}

.story-card:not(.story-signal) > div:last-child > span,
.principle-grid article p,
.route-card p,
.lifecycle-grid li p,
.care-path li p,
.trust-grid p,
.person-card > div > p:not(:first-child),
.timeline p,
.link-ledger p,
.urgent-card p,
.boundary-note span,
.policy-grid p,
.pilot-price p,
.notification-path p,
.notification-boundary p,
.definition-grid p,
.care-area-grid p,
.maturity-grid p,
.pilot-detail-grid p,
.audience-grid p,
.license-steps p,
.data-map-grid p,
.provider-grid p,
.feature-grid p,
.security-grid p,
.coaching-grid p,
.portable-path p,
.insight-path p,
.clinician-boundary-section .trust-grid article p,
.prohibited-grid p,
.role-boundary span { color: var(--card-muted); }

.story-card:not(.story-signal) p,
.principle-grid article > span,
.care-path li > span,
.trust-grid article > span,
.person-card > div > p:first-child,
.timeline li > span,
.policy-grid article > span,
.pilot-price span,
.pilot-price b,
.notification-path li > span,
.care-area-grid article > span,
.maturity-grid span,
.pilot-detail-grid article > span,
.audience-grid article > span,
.data-map-grid article > span,
.provider-grid article > span,
.definition-grid article > span,
.feature-grid article > span,
.security-grid article > span,
.coaching-grid article > span,
.portable-path li > span,
.insight-path li > span,
.role-boundary p,
.boundary-note p { color: var(--card-accent); }

.page-visual {
  color: var(--visual-text);
  background: var(--visual-bg);
  border-color: var(--visual-border);
}

.page-visual.warm-pathway,
.page-visual.chaplain-pathway { background: var(--visual-warm-bg); }
.page-visual.green-pathway { background: var(--visual-green-bg); }

.future-stage,
.stage-bar,
.stage-footer,
.scanner-rail,
.seal-console,
.care-file,
.future-node,
.phone-frame,
.story-signal,
.stack-panel,
.practice-status,
.seal-visual > p,
.trust-console,
.console-title,
.console-row,
.constellation-core,
.constellation-node,
.constellation-visual > p,
.record-line,
.contact-prompt,
.privacy-status,
.access-console,
.care-path-visual article,
.care-mark-key span,
.network-role-row span,
.device-vault,
.data-choice-row span,
.clinician-file,
.clinician-review,
.insight-person,
.insight-group,
.spiritual-visual span,
.pathway-visual > span,
.coaching-step,
.profile-photo > span {
  color: var(--instrument-text);
  border-color: var(--instrument-border);
}

.site-footer {
  color: var(--footer-text);
  background: var(--footer-bg);
}

.footer-grid a { color: var(--footer-text); }
.footer-label { color: var(--footer-heading); }
.footer-brand img { filter: var(--brand-filter); }

/* Follow the visitor's system appearance while preserving dark instrument panels. */
@media (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
    --line: rgba(18, 80, 108, .18);
    --line-strong: rgba(0, 110, 130, .4);
    --shadow: 0 24px 70px rgba(32, 75, 98, .16);
    --page-bg:
      radial-gradient(circle at 84% 12%, rgba(45, 140, 255, .12), transparent 28rem),
      radial-gradient(circle at 8% 32%, rgba(0, 110, 130, .09), transparent 30rem),
      linear-gradient(180deg, #f8fbfd 0%, #f1f7fa 56%, #eaf3f7 100%);
    --page-text: #102a3b;
    --page-muted: #4d6979;
    --header-bg: rgba(247, 251, 253, .94);
    --header-text: #264c60;
    --section-bg:
      radial-gradient(circle at 95% 0, rgba(85, 229, 233, .2), transparent 26rem),
      linear-gradient(180deg, #f7fcfe, #eaf6fa);
    --section-warm-bg:
      radial-gradient(circle at 94% 4%, rgba(255, 116, 106, .13), transparent 24rem),
      linear-gradient(180deg, #fffaf3, #f3f8f4);
    --section-text: #102a3b;
    --section-muted: #4f6d7d;
    --section-border: rgba(18, 80, 108, .18);
    --section-accent: #08718b;
    --card-bg: rgba(255, 255, 255, .82);
    --card-warm-bg: rgba(255, 248, 244, .88);
    --card-accent-bg: linear-gradient(180deg, #d9eef8, #f7fcfe);
    --card-hover-bg: #e3f3f8;
    --card-text: #102a3b;
    --card-muted: #506d7c;
    --card-border: rgba(24, 96, 132, .2);
    --card-accent: #08718b;
    --visual-bg: linear-gradient(180deg, #f7fcfe, #e3f2f7);
    --visual-warm-bg: linear-gradient(180deg, #f7f2ff, #eaf2f8);
    --visual-green-bg: linear-gradient(180deg, #eef9f5, #e2f1f1);
    --visual-text: #102a3b;
    --visual-border: rgba(18, 104, 136, .32);
    --band-bg: linear-gradient(180deg, #b7eef1, #acd8f3);
    --band-text: #092437;
    --footer-bg: #e4eff4;
    --footer-text: #3d6072;
    --footer-heading: #102a3b;
    --brand-filter: saturate(1.15) brightness(.76);
  }

  body::before {
    opacity: .42;
    background-image:
      linear-gradient(rgba(20, 102, 145, .07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(20, 102, 145, .07) 1px, transparent 1px);
  }

  .site-header { box-shadow: 0 .7rem 2rem rgba(32, 75, 98, .07); }
  .site-header .brand img { filter: var(--brand-filter); }
  .future-stage { color: var(--instrument-text); }

  h1 span {
    background: linear-gradient(92deg, #006e82, #0a5ea8 48%, #5149b8);
    background-clip: text;
  }

  .eyebrow { color: var(--page-muted); }
  .eyebrow span { color: #006e82; }
  .eyebrow::before { background: #b3263d; box-shadow: none; }
  .hero-thesis,
  .profile-role { color: #a54047; }

  .section-heading h2 em { color: #0a5ea8; }
  .route-section .section-heading h2 em,
  .pathway-nav a,
  .profile-nav a:hover,
  .profile-nav a:focus-visible { color: #006e82; }
}

@media (prefers-color-scheme: light) and (max-width: 960px) {
  .site-header nav {
    background: var(--header-bg);
    border-color: var(--section-border);
  }
}
