:root {
  color-scheme: dark;
  --bg: #05070b;
  --bg-deep: #020305;
  --bg-elevated: #090d15;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.082);
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.23);
  --text: #f6f0e4;
  --muted: rgba(246, 240, 228, 0.72);
  --soft: rgba(246, 240, 228, 0.54);
  --faint: rgba(246, 240, 228, 0.62);
  --gold: #e6c16a;
  --gold-soft: #fff1b8;
  --mint: #7df0c8;
  --cyan: #76f4ff;
  --lavender: #d9c7ff;
  --blue: #97b9ff;
  --danger: #ff8f82;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.52);
  --radius: 24px;
  --max: 1200px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(940px 560px at 72% 4%, rgba(118, 244, 255, 0.12), transparent 64%),
    radial-gradient(880px 620px at 12% 18%, rgba(230, 193, 106, 0.1), transparent 62%),
    radial-gradient(820px 720px at 52% 86%, rgba(137, 110, 255, 0.09), transparent 66%),
    linear-gradient(180deg, var(--bg-deep), var(--bg) 42%, #080b12 100%);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Pretendard", "SUIT", "Noto Sans KR", "Apple SD Gothic Neo", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  word-break: keep-all;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 80%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
/* Research remains a preserved source route, but is retired from the public navigation. */
a[href="/research/"] { display: none !important; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.skipLink {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 999;
  transform: translateY(-150%);
  padding: 11px 16px;
  border-radius: 12px;
  color: #05070b;
  background: var(--gold-soft);
  font-weight: 900;
}
.skipLink:focus { transform: none; }
.anchorAlias { position: relative; top: -96px; display: block; height: 0; visibility: hidden; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px var(--gold);
}
.gradientText {
  color: transparent;
  background: linear-gradient(90deg, #fff6dd 0%, #f7efe4 34%, #9af7ff 70%, #d9c7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.muted { color: var(--muted); }
.eyebrow { color: var(--soft); font-size: 12px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(5, 7, 11, 0.93), rgba(5, 7, 11, 0.72));
  backdrop-filter: blur(22px);
}
.headerInner { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 11px; box-shadow: 0 0 28px rgba(118, 244, 255, 0.18); }
.brand strong { display: block; font-size: 13px; letter-spacing: 0.16em; }
.brand small { display: block; margin-top: 3px; color: var(--soft); font-size: 10px; letter-spacing: 0.03em; }
.publicNav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; color: var(--muted); font-size: 13px; font-weight: 750; }
.publicNav a { position: relative; padding: 10px 0; }
.publicNav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: linear-gradient(90deg, var(--gold), var(--cyan)); transition: right 180ms ease; }
.publicNav a:hover { color: var(--text); }
.publicNav a:hover::after { right: 0; }
.headerCta { margin-left: 4px; white-space: nowrap; }
.mobileMenu { display: none; margin-left: auto; position: relative; }
.mobileMenu summary { list-style: none; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; font-size: 12px; font-weight: 850; }
.mobileMenu summary::-webkit-details-marker { display: none; }
.mobileMenu nav { position: absolute; top: 56px; right: 0; width: min(290px, calc(100vw - 32px)); padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(8, 11, 18, 0.98); box-shadow: var(--shadow); }
.mobileMenu nav a { display: flex; align-items: center; min-height: 48px; padding: 0 14px; border-radius: 12px; color: var(--muted); font-weight: 800; }
.mobileMenu nav a:hover { color: var(--text); background: var(--panel); }
.mobileMenu .mobileConsult { color: #080906; background: linear-gradient(135deg, var(--gold-soft), var(--gold), var(--cyan)); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); border-color: var(--line-strong); }
.buttonPrimary { border: 0; color: #070807; background: linear-gradient(135deg, var(--gold-soft), var(--gold) 48%, var(--cyan) 110%); box-shadow: 0 14px 44px rgba(230, 193, 106, 0.21); }
.buttonSecondary { background: rgba(255, 255, 255, 0.045); }
.buttonQuiet { color: var(--muted); background: rgba(255, 255, 255, 0.025); }
.buttonArrow { transition: transform 180ms ease; }
.button:hover .buttonArrow { transform: translateX(3px); }

.hero { padding: 92px 0 84px; }
.heroGrid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr); align-items: center; gap: 58px; }
.hero h1 { max-width: 760px; margin: 0 0 26px; font-size: clamp(40px, 5vw, 70px); line-height: 1.03; letter-spacing: -0.058em; white-space: nowrap; }
.heroLead { max-width: 830px; margin: 0; padding-left: 16px; border-left: 2px solid rgba(118, 244, 255, 0.46); color: rgba(246, 240, 228, 0.78); font-size: clamp(15px, 1.24vw, 18px); line-height: 1.78; }
html[data-landing-variant="B"] .hero h1 { font-size: clamp(39px, 4.7vw, 66px); }
.heroMicro { margin: 18px 0 0; color: var(--soft); font-size: 13px; line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.storyFrame { position: relative; padding: 14px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 31px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.032)); box-shadow: var(--shadow); }
.storyFrame::before { content: ""; position: absolute; inset: -2px; background: radial-gradient(520px 260px at 44% 0%, rgba(118, 244, 255, 0.17), transparent 72%); pointer-events: none; }
.storyPanel { position: relative; padding: 23px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 23px; background: rgba(3, 6, 12, 0.78); }
.storyTop { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.storyTop strong { max-width: 290px; line-height: 1.42; }
.badge { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 9px; border: 1px solid rgba(230, 193, 106, 0.31); border-radius: 999px; color: var(--gold-soft); background: rgba(230, 193, 106, 0.09); font-size: 10px; font-weight: 900; white-space: nowrap; }
.miniStory { display: grid; gap: 10px; }
.miniStory article { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 13px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; background: rgba(255, 255, 255, 0.038); }
.miniStory article > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: var(--cyan); background: rgba(118, 244, 255, 0.09); font-size: 11px; font-weight: 900; }
.miniStory b { display: block; margin-bottom: 4px; font-size: 14px; }
.miniStory p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.storyNote { position: relative; margin: 12px 2px 2px; color: var(--soft); font-size: 11px; line-height: 1.55; }
.decisionBrief { padding: 22px; border-radius: 26px; background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(8, 13, 22, 0.94)); }
.briefChrome { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.briefChrome > span:first-child { color: var(--soft); font-size: 10px; font-weight: 900; letter-spacing: 0.16em; }
.briefVerdict { position: relative; display: grid; gap: 5px; padding: 24px 0 20px; }
.briefVerdict > span, .briefCondition span { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; }
.briefVerdict strong { color: var(--gold-soft); font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -0.045em; line-height: 1; }
.briefVerdict p { margin: 0; color: var(--muted); font-size: 12px; }
.briefSignal { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 15px; }
.briefSignal > div { display: grid; min-height: 122px; padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255, 255, 255, 0.035); }
.briefSignal > div:last-child { border-color: rgba(125, 240, 200, 0.25); background: rgba(125, 240, 200, 0.06); }
.briefSignal span { color: var(--soft); font-size: 9px; font-weight: 900; letter-spacing: 0.12em; }
.briefSignal strong { align-self: end; font-size: 42px; line-height: 0.9; letter-spacing: -0.07em; }
.briefSignal small { margin-left: 3px; color: var(--soft); font-size: 11px; letter-spacing: 0; }
.briefSignal i { margin-top: 7px; color: var(--muted); font-size: 10px; font-style: normal; }
.briefSignal > b { color: var(--cyan); font-size: 18px; }
.briefCondition { position: relative; display: grid; gap: 7px; margin-top: 12px; padding: 14px 15px; border: 1px solid rgba(255, 143, 130, 0.2); border-radius: 14px; background: rgba(255, 143, 130, 0.055); }
.briefCondition span { color: #ffb2a8; }
.briefCondition strong { font-size: 12px; line-height: 1.5; }
.briefChecks { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.briefChecks span { padding: 9px; border-radius: 10px; color: var(--soft); background: rgba(255, 255, 255, 0.04); font-size: 9px; text-align: center; }
.briefChecks b { display: block; margin-bottom: 2px; color: var(--mint); font-size: 12px; }

.section { padding: 92px 0; border-top: 1px solid rgba(255, 255, 255, 0.075); }
.sectionHead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr); align-items: end; gap: 40px; margin-bottom: 34px; }
.sectionHead h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -0.048em; text-wrap: balance; }
.sectionHead p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.workflow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; counter-reset: workflow; }
.workflow article { position: relative; min-height: 218px; padding: 21px 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(180deg, var(--panel), rgba(255, 255, 255, 0.024)); }
.workflow article::after { content: ""; position: absolute; width: 140px; height: 140px; right: -72px; bottom: -72px; border-radius: 50%; background: var(--node-color, var(--gold)); opacity: 0.14; filter: blur(28px); }
.workflow article + article::before { content: "→"; position: absolute; left: -11px; top: 31px; z-index: 2; color: var(--gold); font-weight: 900; }
.workflow .step { display: block; margin-bottom: 40px; color: var(--node-color, var(--gold)); font-size: 11px; font-weight: 900; letter-spacing: 0.12em; }
.workflow h3 { margin: 0 0 9px; font-size: 17px; line-height: 1.35; }
.workflow p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.workflow article:nth-child(1) { --node-color: #c7c8ca; }
.workflow article:nth-child(2) { --node-color: var(--gold); }
.workflow article:nth-child(3) { --node-color: var(--mint); }
.workflow article:nth-child(4) { --node-color: var(--cyan); }
.workflow article:nth-child(5) { --node-color: var(--blue); }
.workflow article:nth-child(6) { --node-color: #d68daf; }

.cardGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--panel), rgba(255, 255, 255, 0.024)); box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24); }
.cardNumber { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border: 1px solid rgba(230, 193, 106, 0.22); border-radius: 14px; color: var(--gold); background: rgba(230, 193, 106, 0.1); font-size: 12px; font-weight: 900; }
.card h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -0.025em; }
.card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.compatibility { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.026); }
.compatibility span { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 780; }
.positioningNote { margin-top: 16px; color: var(--soft); font-size: 13px; line-height: 1.6; }

.evidenceFigureShell { position: relative; margin: 0; padding: clamp(18px, 3vw, 32px); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 32px; background: radial-gradient(620px 360px at 8% 0%, rgba(230, 193, 106, 0.14), transparent 72%), radial-gradient(620px 360px at 100% 100%, rgba(118, 244, 255, 0.12), transparent 72%), rgba(5, 8, 14, 0.9); box-shadow: 0 28px 110px rgba(0, 0, 0, 0.4); }
.evidenceFigureHeader { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.evidenceFigureHeader > span { color: var(--gold-soft); font-size: 11px; font-weight: 900; letter-spacing: 0.14em; }
.evidenceFigureHeader p { margin: 0; color: var(--soft); font-size: 12px; }
.evidenceFigure { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.evidenceFigure > li { min-width: 0; }
.evidencePanel { display: flex; min-height: 330px; height: 100%; padding: clamp(23px, 3vw, 34px); overflow: hidden; flex-direction: column; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 23px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.evidencePanel:hover { transform: translateY(-3px); border-color: var(--line-strong); background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.036)); }
.evidenceStep { color: var(--panel-accent, var(--gold)); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; }
.evidencePanel h3 { margin: 13px 0 17px; font-size: clamp(25px, 2.6vw, 37px); line-height: 1.08; letter-spacing: -0.045em; }
.evidencePanel p { margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.68; }
.evidencePanel > b { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 22px; color: var(--cyan); font-size: 11px; }
.evidencePanelFailure { --panel-accent: #ff9c91; }
.evidencePanelPatch { --panel-accent: var(--cyan); }
.evidencePanelVerified { --panel-accent: var(--mint); border-color: rgba(120, 242, 194, 0.25); }
.evidenceScore { display: flex; align-items: end; gap: 9px; }
.evidenceScore strong { font-size: clamp(68px, 8vw, 102px); line-height: 0.88; letter-spacing: -0.075em; }
.evidenceScore span { padding-bottom: 8px; color: var(--gold-soft); font-size: 12px; font-weight: 900; }
.evidenceCondition { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.evidenceCondition span { padding: 7px 9px; border: 1px solid rgba(255, 156, 145, 0.25); border-radius: 999px; color: #ffd0ca; background: rgba(255, 156, 145, 0.08); font-size: 11px; font-weight: 800; }
.evidenceCondition i, .evidenceCompare > i { color: var(--soft); font-style: normal; font-size: 10px; }
.evidenceCompare { display: flex; align-items: end; gap: 15px; margin-top: 18px; }
.evidenceCompare > span { display: grid; gap: 2px; }
.evidenceCompare small { color: var(--soft); font-size: 9px; }
.evidenceCompare strong { font-size: 37px; line-height: 1; }
.evidenceCompare > span:first-child strong { color: #ff9c91; }
.evidenceCompare > span:last-child strong { color: var(--mint); }
.evidenceRoute { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; }
.evidenceRoute span { display: grid; gap: 7px; min-height: 84px; padding: 15px; place-content: center; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.035); font-size: 13px; font-weight: 850; text-align: center; }
.evidenceRoute small { color: var(--soft); font-size: 9px; letter-spacing: 0.1em; }
.evidenceRoute i { color: var(--cyan); font-style: normal; font-weight: 900; }
.evidenceDelta { display: flex; align-items: center; gap: 12px; font-size: clamp(50px, 6.5vw, 78px); line-height: 0.94; letter-spacing: -0.065em; }
.evidenceDelta span { color: var(--soft); }
.evidenceDelta i { color: var(--cyan); font-style: normal; font-size: 24px; }
.evidenceDelta strong { color: var(--mint); }
.evidenceRegression { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: 13px; padding: 8px 11px; border: 1px solid rgba(120, 242, 194, 0.23); border-radius: 999px; color: var(--mint); background: rgba(120, 242, 194, 0.07); }
.evidenceRegression span { color: #cfe9df; font-size: 10px; }
.evidenceFigureShell figcaption { margin-top: 16px; color: var(--soft); font-size: 11px; line-height: 1.6; }
.demoDisclosure { display: inline-flex; margin: -10px 0 22px; padding: 7px 11px; border: 1px solid rgba(230, 193, 106, 0.28); border-radius: 999px; color: var(--gold-soft); background: rgba(230, 193, 106, 0.07); font-size: 11px; font-weight: 850; }
.fixtureInline { color: var(--cyan); font-weight: 850; white-space: nowrap; }
.galleryFooter { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; }
.galleryFooter p { max-width: 640px; margin: 0; color: var(--soft); font-size: 12px; line-height: 1.6; }
.demoConsole { display: block; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 27px; background: #090e17; box-shadow: 0 28px 110px rgba(0, 0, 0, 0.42); transition: transform 180ms ease, border-color 180ms ease; }
.demoConsole:hover { transform: translateY(-3px); border-color: rgba(118, 244, 255, 0.34); }
.demoConsoleBar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; min-height: 48px; padding: 0 18px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.035); }
.demoConsoleBar > span { display: flex; gap: 6px; }
.demoConsoleBar i { width: 7px; height: 7px; border-radius: 50%; background: var(--soft); }
.demoConsoleBar i:first-child { background: #ff8f82; }
.demoConsoleBar i:nth-child(2) { background: var(--gold); }
.demoConsoleBar i:nth-child(3) { background: var(--mint); }
.demoConsoleBar strong { color: var(--gold-soft); font-size: 9px; letter-spacing: 0.14em; }
.demoConsoleBar b { color: var(--cyan); font-size: 10px; }
.demoConsoleBody { display: grid; grid-template-columns: 205px minmax(0, 1fr); min-height: 480px; }
.demoRail { padding: 24px 14px; border-right: 1px solid var(--line); background: rgba(2, 5, 10, 0.72); }
.demoRail > span { display: block; margin: 0 9px 16px; color: var(--soft); font-size: 9px; font-weight: 900; letter-spacing: 0.08em; }
.demoRail ol { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.demoRail li { padding: 10px 12px; border-radius: 10px; color: var(--muted); font-size: 11px; font-weight: 750; }
.demoRail li.active { color: #071016; background: linear-gradient(135deg, var(--gold-soft), var(--gold) 48%, var(--cyan)); }
.demoStage { margin: 22px; overflow: hidden; border: 1px solid #dde3ec; border-radius: 20px; color: #172433; background: #fff; box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3); }
.demoStage > header { padding: 25px 28px 22px; border-bottom: 1px solid #e1e6ee; background: radial-gradient(400px 190px at 92% 0%, rgba(102, 88, 211, 0.13), transparent 72%), linear-gradient(135deg, #fff, #f4f6fa); }
.demoStage > header span { color: #6558ce; font-size: 9px; font-weight: 900; letter-spacing: 0.08em; }
.demoStage > header h3 { margin: 8px 0 5px; font-size: clamp(25px, 3vw, 38px); letter-spacing: -0.045em; line-height: 1.1; }
.demoStage > header p { margin: 0; color: #667487; font-size: 12px; }
.demoMetrics { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 10px; padding: 22px 24px 12px; }
.demoMetrics > div { display: grid; min-height: 102px; align-content: space-between; padding: 14px; border: 1px solid #e2e7ee; border-radius: 13px; background: #fafbfd; }
.demoMetrics span, .demoVerification span { color: #6a7789; font-size: 9px; font-weight: 800; letter-spacing: 0.04em; }
.demoMetrics strong { font-size: 27px; letter-spacing: -0.05em; }
.demoMetrics strong i { padding: 0 5px; color: #8a94a2; font-size: 13px; font-style: normal; }
.demoMetrics strong b { color: #168b78; }
.demoVerification { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin: 0 24px 24px; padding: 16px; border-radius: 14px; background: #f0f5f8; }
.demoVerification > div { display: grid; gap: 3px; text-align: center; }
.demoVerification > div strong { font-size: 22px; }
.demoVerification > i { color: #6558ce; font-style: normal; }
.demoVerification > p { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 4px 0 0; padding-top: 12px; border-top: 1px solid #d9e1e8; }
.demoVerification > p b { color: #127565; font-size: 10px; }
.demoVerification > p span { font-size: 9px; }

.resultPreview { padding-top: 112px; border-top: 1px solid rgba(255, 255, 255, 0.07); background: radial-gradient(700px 430px at 78% 22%, rgba(118, 244, 255, 0.07), transparent 72%); }
.resultPreview .sectionHead { align-items: end; }
.resultPreview .sectionHead h2 { margin-top: 10px; }
.evidence-story { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 24px; background: #101b25; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34); }
.evidence-story > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 25px 28px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.evidence-story h3 { margin: 8px 0 0; font-size: 18px; }
.fixture-badge, .decision-badge { display: inline-flex; width: fit-content; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: 0.06em; }
.fixture-badge { color: var(--gold-soft); background: rgba(230, 193, 106, 0.12); }
.decision-badge { color: #97f1da; background: rgba(125, 240, 200, 0.11); }
.evidence-chapters { display: grid; grid-template-columns: 1fr 1fr; }
.evidence-chapter { min-height: 330px; padding: clamp(24px, 3.5vw, 38px); border-right: 1px solid rgba(255, 255, 255, 0.09); border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
.evidence-chapter:nth-child(2n) { border-right: 0; }
.evidence-chapter:nth-last-child(-n+2) { border-bottom: 0; }
.chapter-heading span { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: 0.1em; }
.chapter-heading h4 { max-width: 500px; margin: 8px 0 0; font-size: 19px; line-height: 1.35; }
.incident-layout { display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 24px; margin-top: 30px; }
.incident-number { display: flex; align-items: baseline; gap: 5px; padding: 21px 16px; border: 1px solid rgba(255, 143, 130, 0.26); border-radius: 18px; background: rgba(255, 143, 130, 0.1); }
.incident-number strong { color: #ffaaa9; font-size: 48px; line-height: 1; }
.incident-number span { color: #e5c2c5; font-size: 11px; }
.incident-copy b { font-size: 14px; }
.incident-copy p { margin: 8px 0 0; color: var(--soft); font-size: 12px; }
.signal-strip { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 24px; padding: 12px 16px; border-radius: 13px; color: var(--muted); background: rgba(255, 255, 255, 0.055); font-size: 11px; }
.signal-strip i { color: var(--soft); font-style: normal; }
.signal-strip strong { color: #ffaaa9; }
.surface-bars, .candidate-chart { display: grid; gap: 14px; margin-top: 30px; }
.surface-bars > div, .candidate-chart > div { display: grid; grid-template-columns: minmax(140px, 0.9fr) minmax(150px, 1.2fr) 52px; align-items: center; gap: 12px; }
.surface-bars span, .candidate-chart span { color: var(--muted); font-size: 11px; }
.surface-bars i, .candidate-chart i { display: block; height: 11px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, 0.08); }
.surface-bars b, .candidate-chart b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #5fc3cc, #716ab9); }
.surface-bars strong, .candidate-chart strong { color: var(--text); font-size: 12px; text-align: right; }
.surface-bars .bar-75 { width: 75%; background: linear-gradient(90deg, #e99088, #c6535c); }
.surface-bars .bar-8 { width: 8%; }
.diagnosis-line { display: grid; gap: 6px; margin: 26px 0 0; padding: 16px; border: 1px solid rgba(118, 244, 255, 0.19); border-radius: 14px; background: rgba(118, 244, 255, 0.06); }
.diagnosis-line span { color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: 0.09em; }
.diagnosis-line strong { font-size: 12px; }
.candidate-chart .candidate-12 { width: 100%; background: #8b939a; }
.candidate-chart .candidate-9 { width: 75%; }
.candidate-chart .candidate-3 { width: 25%; background: linear-gradient(90deg, #72d9c7, #30a98f); }
.candidate-chart .winner { margin: 0 -10px; padding: 10px; border: 1px solid rgba(125, 240, 200, 0.22); border-radius: 12px; background: rgba(125, 240, 200, 0.07); }
.candidate-chart .winner span, .candidate-chart .winner strong { color: #9bebdc; font-weight: 850; }
.tradeoff-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tradeoff-row span, .tradeoff-row b { padding: 7px 9px; border-radius: 9px; color: var(--muted); background: rgba(255, 255, 255, 0.07); font-size: 10px; }
.tradeoff-row span { color: #97f1da; background: rgba(125, 240, 200, 0.11); font-weight: 850; }
.verdict-layout { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 28px; margin-top: 27px; }
.confidence-ring { display: grid; width: 142px; height: 142px; place-items: center; align-content: center; border-radius: 50%; background: radial-gradient(circle at center, #101b25 57%, transparent 59%), conic-gradient(var(--mint) 0 82%, rgba(255, 255, 255, 0.09) 82% 100%); box-shadow: 0 0 40px rgba(125, 240, 200, 0.12); }
.confidence-ring span { color: var(--soft); font-size: 9px; }
.confidence-ring strong { color: var(--mint); font-size: 41px; line-height: 1; }
.confidence-ring small { color: var(--soft); font-size: 10px; }
.verdict-copy > p { margin: 15px 0; color: var(--muted); font-size: 12px; }
.verdict-copy dl { display: grid; gap: 8px; margin: 0; }
.verdict-copy dl div { display: grid; grid-template-columns: 68px 1fr; gap: 10px; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.verdict-copy dt { color: var(--cyan); font-size: 10px; }
.verdict-copy dd { margin: 0; color: var(--muted); font-size: 11px; }
.evidence-story > footer { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 22px 28px; border-top: 1px solid rgba(255, 255, 255, 0.09); background: rgba(0, 0, 0, 0.1); }
.evidence-story footer p { margin: 0; color: var(--muted); font-size: 12px; }
.resultActions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.resultActions button { font: inherit; cursor: pointer; }

.contactPanel { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr); align-items: start; gap: clamp(32px, 5vw, 68px); padding: 42px; border: 1px solid rgba(230, 193, 106, 0.28); border-radius: 32px; background: radial-gradient(640px 330px at 88% 0%, rgba(230, 193, 106, 0.18), transparent 72%), linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)); box-shadow: var(--shadow); }
.contactPanel h2 { margin: 8px 0 12px; font-size: clamp(31px, 4vw, 52px); line-height: 1.08; letter-spacing: -0.046em; }
.contactPanel p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.72; }
.contactIntro { position: sticky; top: 110px; }
.contactIntro > a { display: inline-flex; margin-top: 22px; color: var(--cyan); font-size: 13px; font-weight: 850; }
.contactActions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; min-width: 0; }
.contactOption { display: grid; min-height: 220px; align-content: end; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); transition: transform 160ms ease, border-color 160ms ease, background 160ms ease; }
.contactOption:hover { transform: translateY(-2px); border-color: rgba(118,244,255,.34); background: rgba(118,244,255,.055); }
.contactOption.primary { border-color: rgba(118,244,255,.28); background: radial-gradient(380px 190px at 92% 0%, rgba(118,244,255,.13), transparent 72%), rgba(255,255,255,.035); }
.contactOption span { margin-bottom: auto; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.contactOption strong { margin-top: 38px; font-size: 20px; }
.contactOption small { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.contactForm { display: grid; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(2, 5, 10, 0.38); }
.contactFormGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contactForm label { display: grid; gap: 8px; }
.contactForm label > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.contactForm input, .contactForm select, .contactForm textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: rgba(255, 255, 255, 0.045); font: inherit; font-size: 14px; outline: none; }
.contactForm input, .contactForm select { min-height: 48px; padding: 0 13px; }
.contactForm textarea { min-height: 130px; padding: 13px; resize: vertical; }
.contactForm input::placeholder, .contactForm textarea::placeholder { color: var(--soft); }
.contactForm input:focus, .contactForm select:focus, .contactForm textarea:focus { border-color: rgba(118, 244, 255, 0.55); box-shadow: 0 0 0 3px rgba(118, 244, 255, 0.08); }
.contactFormWide { grid-column: 1 / -1; }
.contactIntent { min-width: 0; margin: 0; padding: 0; border: 0; }
.contactIntent legend { margin-bottom: 9px; color: var(--muted); font-size: 11px; font-weight: 800; }
.contactIntent > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.contactIntent label { position: relative; display: flex; align-items: center; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: rgba(255, 255, 255, 0.035); cursor: pointer; transition: border-color 160ms ease, background 160ms ease, color 160ms ease; }
.contactIntent label:hover { border-color: rgba(118, 244, 255, 0.32); background: rgba(118, 244, 255, 0.055); color: var(--text); }
.contactIntent input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.contactIntent label:has(input:checked) { border-color: rgba(230, 193, 106, 0.58); color: var(--text); background: rgba(230, 193, 106, 0.11); box-shadow: inset 0 0 0 1px rgba(230, 193, 106, 0.12); }
.contactIntent label:has(input:focus-visible) { outline: 2px solid rgba(118, 244, 255, 0.7); outline-offset: 2px; }
.contactIntent label > span { color: inherit; font-size: 12px; font-weight: 750; }
.contactConsent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; }
.contactConsent input { width: 17px; min-height: 17px; margin: 2px 0 0; accent-color: var(--gold); }
.contactConsent span { line-height: 1.6; }
.contactConsent a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.contactSubmit { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; }
.contactSubmit p { font-size: 11px; line-height: 1.55; }
.contactHoneypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.homeContactApiGate { display: grid; gap: 14px; }
.homeContactApiGate[hidden] { display: none; }
.contactTransferNotice { padding: 14px; border: 1px dashed rgba(239, 199, 99, 0.32); border-radius: 12px; background: rgba(239, 199, 99, 0.045); }
.contactTransferNotice strong { color: var(--gold); font-size: 12px; }
.contactTransferNotice p { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.contactBot { min-height: 72px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 12px; color: var(--soft); font-size: 11px; }

.teamLayout { display: grid; grid-template-columns: minmax(190px, 290px) minmax(0, 1fr); gap: 26px; align-items: start; }
.teamLayout:not(.hasPortrait) { grid-template-columns: 1fr; }
.portraitSlot { position: relative; width: 100%; max-width: 290px; aspect-ratio: 7 / 8; overflow: hidden; justify-self: center; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(150deg, rgba(230, 193, 106, 0.12), rgba(118, 244, 255, 0.07), rgba(217, 199, 255, 0.08)); box-shadow: 0 18px 64px rgba(0, 0, 0, 0.3); }
.portraitSlot::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 72%, rgba(5, 7, 11, 0.2)); }
.portraitSlot img { width: 100%; height: 100%; object-fit: cover; }
.teamCopy { padding: 38px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(180deg, var(--panel), rgba(255, 255, 255, 0.024)); }
.teamCopy h2 { margin: 10px 0 5px; font-size: clamp(36px, 4.3vw, 58px); letter-spacing: -0.05em; }
.teamRole { margin: 0 0 22px; color: var(--gold-soft); font-size: 15px; font-weight: 800; }
.teamBio { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.82; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; }
.chip { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: rgba(255, 255, 255, 0.78); background: rgba(255, 255, 255, 0.035); font-size: 12px; }
.externalLinks { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.researchRow { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); gap: 14px; margin-top: 18px; }
.researchRow article { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.033); }
.researchRow h3 { margin: 8px 0 9px; }
.researchRow p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.teamInvitation { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; margin-top: 20px; padding: 28px 30px; border: 1px solid rgba(118, 244, 255, 0.2); border-radius: 24px; background: radial-gradient(480px 220px at 100% 0%, rgba(118, 244, 255, 0.11), transparent 72%), rgba(255, 255, 255, 0.032); }
.teamInvitation h3 { margin: 8px 0 8px; font-size: clamp(23px, 2.5vw, 32px); letter-spacing: -0.035em; }
.teamInvitation p { max-width: 760px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.teamInvitation .actions { justify-content: flex-end; margin-top: 0; }

.teamSectionHead { grid-template-columns: 1fr; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.principles article { min-height: 185px; padding: 25px 23px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.034); }
.principles span { display: block; margin-bottom: 30px; color: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; }
.principles h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.42; }
.principles p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.principleContact { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px 18px; margin-top: 16px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.026); }
.principleContact span { color: var(--soft); font-size: 11px; font-weight: 800; }
.principleContact a { color: var(--cyan); font-size: 12px; font-weight: 850; }
.principleContact p { justify-self: end; margin: 0; color: var(--soft); font-size: 11px; }
.privacyInline { margin-top: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.026); scroll-margin-top: 100px; }
.privacyInline summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 20px; cursor: pointer; list-style: none; }
.privacyInline summary::-webkit-details-marker { display: none; }
.privacyInline summary span { color: var(--text); font-size: 13px; font-weight: 850; }
.privacyInline summary small { color: var(--cyan); font-size: 10px; font-weight: 800; }
.privacyInlineGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: 1px; border-top: 1px solid var(--line); background: var(--line); }
.privacyInlineGrid article { min-height: 132px; padding: 20px; background: #080c13; }
.privacyInlineGrid span { color: var(--gold-soft); font-size: 10px; font-weight: 850; letter-spacing: 0.08em; }
.privacyInlineGrid p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.privacyInlineFooter { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 20px; border-top: 1px solid var(--line); }
.privacyInlineFooter p { margin: 0; color: var(--soft); font-size: 11px; line-height: 1.65; }
.privacyInlineFooter a { flex: 0 0 auto; color: var(--cyan); font-size: 11px; font-weight: 850; }
.privacyInlineFooter a:hover { color: var(--text); }

.finalCta { padding: 64px 44px; text-align: center; border: 1px solid rgba(230, 193, 106, 0.28); border-radius: 34px; background: radial-gradient(620px 320px at 78% 0%, rgba(230, 193, 106, 0.17), transparent 72%), linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.033)); box-shadow: var(--shadow); }
.finalCta h2 { max-width: 800px; margin: 10px auto 14px; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.09; letter-spacing: -0.048em; }
.finalCta p { max-width: 730px; margin: 0 auto; color: var(--muted); line-height: 1.75; }
.finalCta .actions { justify-content: center; }

.siteFooter { padding: 42px 0 50px; border-top: 1px solid rgba(255, 255, 255, 0.075); color: var(--soft); }
.footerGrid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: start; }
.footerBrand strong { color: var(--text); letter-spacing: 0.14em; }
.footerBrand p { max-width: 510px; margin: 10px 0 8px; font-size: 13px; line-height: 1.65; }
.footerBrand small { color: var(--faint); }
.footerNav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 22px; font-size: 12px; }
.footerNav a:hover { color: var(--text); }

.contactNoScript { margin-top: 14px; color: var(--danger); font-size: 12px; line-height: 1.65; }
.errorPage { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 15% 10%, rgba(118, 244, 255, .09), transparent 34%), var(--bg); }
.errorShell { width: min(760px, calc(100% - 40px)); padding: 70px 0; }
.errorBrand { width: fit-content; margin-bottom: 70px; }
.errorShell h1 { margin: 14px 0 20px; font-size: clamp(44px, 8vw, 86px); line-height: .98; letter-spacing: -.055em; }
.errorShell > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.errorActions { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0 24px; }
.errorShell > small { color: var(--faint); }

.policyPage, .bridgePage { min-height: calc(100vh - 76px); padding: 86px 0 100px; }
.policyHero, .bridgeCard { padding: 42px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(180deg, var(--panel), rgba(255, 255, 255, 0.024)); box-shadow: var(--shadow); }
.policyHero h1, .bridgeCard h1 { max-width: 860px; margin: 10px 0 16px; font-size: clamp(36px, 5vw, 62px); line-height: 1.07; letter-spacing: -0.05em; }
.policyHero > p, .bridgeCard > p { max-width: 820px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.statusBadge { display: inline-flex; margin-top: 22px; padding: 8px 11px; border: 1px solid rgba(255, 143, 130, 0.28); border-radius: 999px; color: #ffc1b9; background: rgba(255, 143, 130, 0.07); font-size: 11px; font-weight: 850; }
.policyGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.policyGrid article { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, 0.034); }
.policyGrid h2 { margin: 0 0 14px; font-size: 23px; }
.policyGrid p, .policyGrid li { color: var(--muted); line-height: 1.72; }
.policyGrid ul { margin: 0; padding-left: 20px; }
.policyGrid li + li { margin-top: 8px; }
.policyActions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.bridgeCard { max-width: 760px; margin: 0 auto; }
.bridgeMeta { margin-top: 22px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; color: var(--soft); background: rgba(255, 255, 255, 0.03); font-size: 13px; line-height: 1.65; }

@media (max-width: 1100px) {
  .publicNav { gap: 16px; }
  .headerCta { display: none; }
  .workflow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workflow article + article::before { display: none; }
}

@media (max-width: 900px) {
  .hero { padding-top: 62px; }
  .heroGrid, .sectionHead, .contactPanel { grid-template-columns: 1fr; }
  .heroGrid { gap: 34px; }
  .publicNav { display: none; }
  .mobileMenu { display: block; }
  .cardGrid { grid-template-columns: 1fr; }
  .teamLayout { grid-template-columns: minmax(180px, 230px) minmax(0, 1fr); gap: 20px; }
  .teamInvitation { grid-template-columns: 1fr; }
  .teamInvitation .actions { justify-content: flex-start; }
  .teamCopy { padding: 30px; }
  .contactIntro { position: static; }
  .contactActions { min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evidence-chapters { grid-template-columns: 1fr 1fr; }
  .demoConsoleBody { grid-template-columns: 160px minmax(0, 1fr); }
  .demoMetrics { grid-template-columns: 1fr 1fr; }
  .demoMetrics > div:first-child { grid-column: 1 / -1; }
  .principleContact { grid-template-columns: auto 1fr; }
  .principleContact p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  .wrap { width: min(var(--max), calc(100% - 30px)); }
  .headerInner { min-height: 66px; }
  .brand img { width: 34px; height: 34px; }
  .brand small { display: none; }
  .hero { padding: 48px 0 58px; }
  .hero h1 { font-size: clamp(34px, 9.5vw, 43px); }
  html[data-landing-variant="B"] .hero h1 { font-size: clamp(33px, 9.1vw, 41px); }
  .heroLead { font-size: 15px; line-height: 1.72; }
  .heroLead br { display: none; }
  .actions, .contactActions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 50px; }
  .storyFrame { padding: 9px; border-radius: 25px; }
  .storyPanel { padding: 18px; }
  .storyTop { display: grid; }
  .badge { width: fit-content; }
  .briefChrome { align-items: flex-start; flex-direction: column; }
  .briefSignal { grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .briefSignal > div { min-height: 108px; padding: 13px; }
  .briefSignal strong { font-size: 34px; }
  .section { padding: 66px 0; }
  .sectionHead { gap: 18px; margin-bottom: 26px; }
  .sectionHead h2 { font-size: 35px; }
  .workflow { grid-template-columns: 1fr; }
  .workflow article { min-height: 0; }
  .workflow .step { margin-bottom: 24px; }
  .demoConsoleBar { grid-template-columns: auto 1fr; }
  .demoConsoleBar > b { display: none; }
  .demoConsoleBody { grid-template-columns: 1fr; min-height: 0; }
  .demoRail { display: none; }
  .demoStage { margin: 12px; }
  .demoStage > header { padding: 22px 19px; }
  .demoMetrics { grid-template-columns: 1fr; padding: 16px 16px 10px; }
  .demoMetrics > div:first-child { grid-column: auto; }
  .demoMetrics > div { min-height: 82px; }
  .demoVerification { margin: 0 16px 16px; }
  .demoVerification > p { display: grid; }
  .teamLayout { grid-template-columns: 1fr; }
  .portraitSlot { max-width: 220px; justify-self: start; }
  .teamInvitation { padding: 24px 21px; }
  .galleryFooter { display: grid; }
  .contactPanel, .teamCopy, .policyHero, .bridgeCard { padding: 28px 22px; }
  .contactForm { padding: 19px; }
  .contactFormGrid, .evidence-chapters { grid-template-columns: 1fr; }
  .contactIntent > div { grid-template-columns: 1fr; }
  .contactSubmit { grid-template-columns: 1fr; }
  .evidence-story > header, .evidence-story > footer { grid-template-columns: 1fr; align-items: flex-start; flex-direction: column; }
  .evidence-chapter { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
  .evidence-chapter:nth-child(2n), .evidence-chapter:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
  .evidence-chapter:last-child { border-bottom: 0; }
  .incident-layout, .verdict-layout { grid-template-columns: 1fr; }
  .incident-number { width: fit-content; }
  .surface-bars > div, .candidate-chart > div { grid-template-columns: minmax(105px, 0.8fr) minmax(80px, 1fr) 42px; }
  .confidence-ring { width: 124px; height: 124px; }
  .resultActions { display: grid; }
  .researchRow, .policyGrid { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 0; }
  .principles span { margin-bottom: 22px; }
  .principleContact { grid-template-columns: 1fr; }
  .principleContact p { grid-column: auto; }
  .privacyInlineGrid { grid-template-columns: 1fr; }
  .privacyInlineFooter { align-items: flex-start; flex-direction: column; gap: 10px; }
  .finalCta { padding: 46px 20px; }
  .footerGrid { grid-template-columns: 1fr; }
  .footerNav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
}


/* v0.8.5-b: keep the five-stage heading on one line on desktop only. */
@media (min-width: 981px) {
  #workflow .sectionHead { grid-template-columns: 1fr; gap: 18px; }
  #workflow .sectionHead h2 { max-width: none; white-space: nowrap; font-size: clamp(34px, 3.15vw, 48px); }
  #workflow .sectionHead h2 br { display: none; }
  #workflow .sectionHead p { max-width: 860px; }
}
