:root {
  color-scheme: light;
  --ink: var(--kr-color-brand-ink);
  --blue: var(--kr-color-brand-ridge);
  --blue-deep: var(--kr-color-brand-ridge-deep);
  --blue-tint: var(--kr-color-brand-ridge-soft);
  --blue-pale: var(--kr-color-brand-ridge-pale);
  --fog: var(--kr-color-neutral-canvas);
  --white: var(--kr-color-neutral-surface);
  --steel: var(--kr-color-neutral-text-muted);
  --line: var(--kr-color-neutral-line);
  --line-dark: var(--kr-color-brand-ink);
  --success: var(--kr-color-semantic-positive);
  --data-positive: var(--kr-color-data-positive);
  --data-critical: var(--kr-color-data-critical);
  --data-line: var(--kr-color-data-secondary);
  --max: 1180px;
  --shadow: var(--kr-shadow-panel);
  --shadow-soft: var(--kr-shadow-quiet);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--white); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--kr-type-family-body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p { margin: 0; color: var(--steel); font-size: 17px; line-height: 1.68; }
h1, h2, h3 { margin: 0; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.35rem, 6vw, 6.65rem); font-weight: 600; line-height: 0.94; }
h2 { font-size: clamp(2.25rem, 4.1vw, 4rem); font-weight: 600; line-height: 1.03; }
h3 { font-size: 1.35rem; font-weight: 600; line-height: 1.22; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 4px; color: white; background: var(--ink); text-decoration: none; transition: top .18s ease; }
.skip-link:focus { top: 16px; }
.mono { font-family: var(--kr-type-family-data); letter-spacing: .055em; }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin-bottom: 20px; color: var(--blue); font-family: var(--kr-type-family-data); font-size: 12px; font-weight: 500; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(216,222,229,.85); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.nav-shell { width: min(var(--max), calc(100% - 48px)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; text-decoration: none; }
.brand-lockup img { display: block; width: 178px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { position: relative; color: var(--steel); font-size: 14px; font-weight: 500; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--blue); transition: right .18s ease; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-cta { display: inline-flex; min-height: 42px; align-items: center; border: 1px solid var(--ink); border-radius: 5px; padding: 0 15px; color: var(--white); background: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--blue); background: var(--blue); transform: translateY(-1px); }
.nav-toggle { display: none; }

.button-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 5px; padding: 0 19px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { border-color: var(--blue); color: var(--white); background: var(--blue); }
.button.primary:hover, .button.primary:focus-visible { border-color: var(--blue-deep); background: var(--blue-deep); }
.button.secondary { border-color: var(--line); color: var(--ink); background: var(--white); }
.button.secondary:hover, .button.secondary:focus-visible { border-color: var(--ink); }
.button.on-dark { margin-top: 30px; border-color: rgba(255,255,255,.25); color: var(--white); background: transparent; }
.button.on-dark:hover, .button.on-dark:focus-visible { border-color: var(--white); background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--ink); font-weight: 600; text-decoration: none; }
.text-link span { color: var(--blue); transition: transform .18s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(4px); }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); gap: 72px; align-items: center; padding: 86px 0 96px; }
.hero h1 span { color: var(--blue); }
.hero-lede { max-width: 700px; margin-top: 28px; font-size: clamp(18px, 1.8vw, 21px); line-height: 1.62; }
.quiet-proof { display: flex; align-items: center; gap: 10px; margin-top: 25px; font-size: 14px; font-weight: 500; }
.quiet-proof span { width: 24px; height: 2px; background: var(--blue); }
.hero-instrument { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--white); box-shadow: var(--shadow); }
.instrument-top { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--line); background: var(--fog); color: var(--steel); font-size: 10px; }
.window-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--line); }
.window-dot:first-child { background: var(--blue); }
.instrument-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border-bottom: 1px solid var(--line); padding: 8px 10px 0; background: var(--fog); }
.instrument-tab { min-height: 40px; border: 0; border-bottom: 2px solid transparent; padding: 0 8px; color: var(--steel); background: transparent; font-size: 11px; font-weight: 600; cursor: pointer; }
.instrument-tab:hover { color: var(--ink); }
.instrument-tab[aria-selected="true"] { border-color: var(--blue); color: var(--ink); background: var(--white); }
.instrument-tab:focus-visible { outline: 0; box-shadow: inset var(--kr-shadow-focus); }
.instrument-body { padding: 25px; }
.instrument-panel[hidden] { display: none; }
.instrument-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.instrument-heading div { display: grid; gap: 8px; }
.instrument-heading .mono { color: var(--steel); font-size: 9px; }
.instrument-heading strong { font-size: 23px; letter-spacing: -.02em; }
.status-chip { display: inline-flex; min-height: 27px; align-items: center; border: 1px solid #a7d4bf; border-radius: 99px; padding: 0 9px; color: #1f694a; background: #eef8f3; font-size: 11px; font-weight: 600; white-space: nowrap; }
.instrument-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 21px; }
.instrument-stat { display: grid; gap: 3px; border: 1px solid var(--line); border-radius: var(--kr-radius-control); padding: 13px 14px; background: var(--fog); }
.instrument-stat span, .instrument-stat small { color: var(--steel); font-size: 10px; }
.instrument-stat strong { font-size: 22px; letter-spacing: -.025em; }
.instrument-stat small { color: var(--success); font-weight: 600; }
.signal-list { margin-top: 14px; border-top: 1px solid var(--line); }
.signal-row { min-height: 68px; display: grid; grid-template-columns: 10px 1fr 20px; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); }
.signal-row.active { margin: 0 -25px; padding: 0 25px; background: var(--blue-pale); }
.signal-state { width: 7px; height: 7px; border-radius: 50%; background: var(--kr-color-neutral-line-strong); }
.signal-state.positive { background: var(--kr-color-semantic-positive); }
.signal-state.attention { background: var(--kr-color-semantic-attention); }
.signal-row div { display: grid; gap: 5px; }
.signal-row strong { font-size: 14px; }
.signal-row small { color: var(--steel); font-size: 12px; line-height: 1.35; }
.signal-arrow { color: var(--blue); }
.source-bar { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 19px; color: var(--steel); font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 9px; letter-spacing: .035em; }
.source-bar span { display: inline-flex; align-items: center; gap: 6px; }
.source-mark { width: 7px; height: 7px; display: inline-block; border-radius: 2px; }
.source-mark.blue { background: var(--blue); }.source-mark.ink { background: var(--ink); }.source-mark.pale { background: #aeb7c1; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--fog); }
.proof-strip-inner { width: min(var(--max), calc(100% - 48px)); min-height: 78px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-strip span { min-height: 30px; display: flex; align-items: center; border-right: 1px solid var(--line); padding: 0 23px; color: var(--steel); font-size: 13px; font-weight: 500; text-align: center; justify-content: center; }
.proof-strip span:first-child { padding-left: 0; }.proof-strip span:last-child { border-right: 0; padding-right: 0; }

.split-intro { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: start; padding: 126px 0 84px; }
.split-intro h2 { max-width: 700px; }
.split-intro > div:last-child { display: grid; gap: 19px; padding-top: 33px; }
.evidence-map-section { padding: 32px 0 120px; }
.evidence-map { display: grid; grid-template-columns: 1fr 170px 1fr; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 39px; background: var(--fog); }
.map-label { display: block; margin-bottom: 13px; color: var(--steel); font-size: 10px; }
.map-sources, .map-outputs { display: grid; gap: 10px; }
.source-card { min-height: 72px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 5px; padding: 11px 14px; background: var(--white); }
.source-glyph { width: 34px; height: 34px; flex: 0 0 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; color: var(--blue-deep); background: var(--blue-tint); font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 11px; font-weight: 500; }
.source-card div, .output-card { display: grid; gap: 3px; }
.source-card strong, .output-card strong { font-size: 14px; }.source-card small, .output-card small { color: var(--steel); font-size: 11px; }
.map-bridge { min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.map-bridge span { width: 1px; height: 45px; background: var(--line); }
.map-bridge strong { margin: 11px 0 3px; color: var(--blue); font-size: 16px; }
.map-bridge small { margin-bottom: 11px; color: var(--steel); font-size: 10px; }
.output-card { min-height: 96px; justify-content: center; border-radius: 5px; padding: 16px 18px; color: var(--white); }
.output-card.dark { background: var(--ink); }.output-card.blue { background: var(--blue); }
.output-card .mono { font-size: 9px; opacity: 1; }.output-card strong { font-size: 17px; }.output-card small { color: var(--white); }

.audience-section { padding: 100px 0 130px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }.section-heading.compact { max-width: 820px; }.section-heading p:not(.eyebrow) { margin-top: 23px; }
.card-number { margin-bottom: auto; color: var(--blue); font-size: 10px; }
.check-list { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 22px; color: var(--steel); font-size: 14px; line-height: 1.5; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 4px; border-left: 1.5px solid var(--blue); border-bottom: 1.5px solid var(--blue); transform: rotate(-45deg); }

.dark-section { color: var(--white); background: var(--ink); }
.dark-section .eyebrow { color: var(--blue-tint); }
.dark-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: center; padding: 120px 0; }
.section-heading.light { margin: 0; }.section-heading.light h2 { color: var(--white); }.section-heading.light p:not(.eyebrow) { color: #b8c0c7; }
.boundary-list { border-top: 1px solid var(--line-dark); }
.boundary-list div { min-height: 94px; display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.boundary-list span { color: #84909b; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.boundary-list strong { font-size: 16px; font-weight: 500; line-height: 1.4; }

.process-section { padding: 130px 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-grid li { min-height: 260px; border-right: 1px solid var(--line); padding: 27px 25px 20px; }.process-grid li:first-child { padding-left: 0; }.process-grid li:last-child { border: 0; padding-right: 0; }
.process-grid .mono { color: var(--blue); font-size: 10px; }.process-grid h3 { margin-top: 58px; }.process-grid p { margin-top: 12px; font-size: 14px; }

.faq-section { padding: 15px 0 125px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: 18px; font-weight: 500; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--blue); font-size: 26px; font-weight: 400; transition: transform .18s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 820px; padding: 0 40px 27px 0; }
/* Where a note answers the question at length, the answer tightens up and the link takes the space
   below it. Without :has the answer keeps its full padding and the link simply sits further down,
   which is a spacing difference rather than a broken layout. */
.faq-list details p:has(+ .faq-note-link) { padding-bottom: 12px; }
.faq-list .faq-note-link { margin-top: 0; margin-bottom: 27px; font-size: 15px; }

.closing-cta { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; margin-bottom: 125px; border: 1px solid var(--line); border-radius: 8px; padding: 50px; background: var(--blue-pale); }
.closing-cta h2 { font-size: clamp(2rem, 3.4vw, 3.3rem); }.closing-cta p { margin-bottom: 24px; }

.page-hero { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 86px; align-items: center; padding: 88px 0 100px; }
.page-hero-copy h1 { font-size: clamp(3rem, 5.3vw, 5.35rem); }.page-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 31px; font-size: 20px; }.owner-review-card, .worklist-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.review-card-head, .worklist-head { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); padding: 0 20px; background: var(--fog); }.review-card-head .mono, .worklist-head .mono { color: var(--steel); font-size: 10px; }
.review-question { min-height: 104px; display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); padding: 0 22px; }.review-question > span { color: var(--blue); font-family: "IBM Plex Mono", monospace; font-size: 10px; }.review-question div { display: grid; gap: 7px; }.review-question small { color: var(--steel); font-size: 12px; }
.review-card-foot { padding: 16px 22px; color: var(--steel); background: var(--blue-pale); font-size: 9px; }

.product-showcase { padding: 20px 0 130px; }
.product-showcase-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.product-showcase-heading h2 { max-width: 720px; }
.product-showcase-heading > p { padding-bottom: 5px; font-size: 15px; }
.product-preview { overflow: hidden; border: 1px solid var(--kr-product-shell-line); border-radius: var(--kr-product-shape-panel-radius); color: var(--kr-product-shell-text); background: var(--kr-product-shell-canvas); box-shadow: var(--shadow); }
.preview-window-bar { min-height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--kr-product-shell-line); padding: 0 16px; color: var(--kr-product-shell-text-muted); background: var(--kr-product-shell-rail); }
.preview-window-bar > span { display: flex; gap: 6px; }.preview-window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #52606c; }.preview-window-bar i:first-child { background: var(--kr-product-shell-action); }
.preview-window-bar strong { color: var(--kr-product-shell-rail-text); font-size: 9px; font-weight: 500; letter-spacing: .06em; }.preview-window-bar em { justify-self: end; color: var(--kr-product-shell-rail-text-muted); font-size: 9px; font-style: normal; }
.preview-toolbar { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--kr-product-shell-line); padding: 22px 28px; background: var(--kr-product-shell-surface); }
.preview-toolbar > div { display: grid; gap: 7px; }.preview-toolbar .mono { color: var(--kr-product-shell-text-muted); font-size: 9px; }.preview-toolbar h3 { font-size: 25px; }
.preview-status { display: inline-flex; min-height: 30px; align-items: center; gap: 8px; border: 1px solid #a7d4bf; border-radius: var(--kr-radius-round); padding: 0 11px; color: var(--kr-color-semantic-positive); background: var(--kr-color-semantic-positive-soft); font-size: 11px; font-weight: 600; white-space: nowrap; }.preview-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }.preview-status.scoped { border-color: #b9c5ec; color: var(--kr-product-shell-action-hover); background: var(--kr-product-shell-surface-selected); }
.scene-metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 20px 28px; }
.scene-metric-grid article { min-height: 124px; display: grid; align-content: center; gap: 7px; border: 1px solid var(--kr-product-shell-line); border-radius: var(--kr-product-shape-control-radius); padding: 18px 20px; background: var(--kr-product-shell-surface); }
.scene-metric-grid span { color: var(--kr-product-shell-text-muted); font-size: 12px; }.scene-metric-grid strong { font-size: clamp(1.65rem, 3vw, 2.3rem); letter-spacing: -.035em; }.scene-metric-grid small { font-size: 11px; font-weight: 600; }.scene-metric-grid small.positive { color: var(--kr-color-semantic-positive); }.scene-metric-grid small.information { color: var(--kr-product-shell-action-hover); }.scene-metric-grid small.attention { color: var(--kr-color-semantic-attention); }.scene-metric-grid small.neutral { color: var(--kr-product-shell-text-muted); }
.scene-workspace { display: grid; grid-template-columns: 1.12fr .88fr; gap: 12px; padding: 0 28px 28px; }
.scene-panel { overflow: hidden; border: 1px solid var(--kr-product-shell-line); border-radius: var(--kr-product-shape-control-radius); background: var(--kr-product-shell-surface); }
.scene-panel-head { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--kr-product-shell-line); padding: 16px 20px; }
.scene-panel-head > div:first-child { display: grid; gap: 7px; }.scene-panel-head .mono { color: var(--kr-product-shell-action); font-size: 9px; }.scene-panel-head h3 { font-size: 18px; letter-spacing: -.02em; }.scene-panel-head > span { color: var(--kr-product-shell-text-muted); font-size: 10px; white-space: nowrap; }
.bridge-bars { display: grid; gap: 17px; padding: 25px 20px; }.bridge-bars > div { display: grid; grid-template-columns: 156px 1fr 62px; gap: 14px; align-items: center; }.bridge-bars span { color: var(--kr-product-shell-text-muted); font-size: 11px; }.bridge-bars i { height: 7px; overflow: hidden; border-radius: var(--kr-radius-round); background: var(--kr-product-chart-grid); }.bridge-bars b { width: var(--width); height: 100%; display: block; border-radius: inherit; background: var(--kr-product-chart-series3); }.bridge-bars b.booked { background: var(--kr-product-chart-series1); }.bridge-bars strong { font-size: 11px; text-align: right; }
.scene-panel footer { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--kr-product-shell-line); padding: 0 20px; color: var(--kr-product-shell-text-muted); background: var(--kr-product-shell-surface-subtle); font-size: 9px; }.scene-panel footer strong { color: var(--kr-product-shell-action-hover); font-weight: 600; }
.attention-queue ul, .book-queue ul { margin: 0; padding: 0; list-style: none; }.attention-queue li { min-height: 91px; display: grid; grid-template-columns: 8px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--kr-product-shell-line); padding: 13px 18px; }.attention-queue li:last-child { border-bottom: 0; }.attention-queue li > i { width: 7px; height: 7px; border-radius: 50%; background: var(--kr-color-neutral-line-strong); }.attention-queue li > i.positive { background: var(--kr-color-semantic-positive); }.attention-queue li > i.attention { background: var(--kr-color-semantic-attention); }.attention-queue li > i.information { background: var(--kr-product-shell-action); }.attention-queue li div { display: grid; gap: 5px; }.attention-queue li strong { font-size: 12px; }.attention-queue li span { color: var(--kr-product-shell-text-muted); font-size: 10px; line-height: 1.4; }.attention-queue li em { border-radius: var(--kr-radius-round); padding: 5px 7px; color: var(--kr-product-shell-text-muted); background: var(--kr-product-shell-surface-subtle); font-size: 9px; font-style: normal; }
.scene-source-footer { min-height: 46px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; border-top: 1px solid var(--kr-product-shell-line); padding: 0 28px; color: var(--kr-product-shell-text-muted); background: var(--kr-product-shell-surface); font-family: var(--kr-type-family-data); font-size: 8px; letter-spacing: .04em; }.scene-source-footer span::before { content: ""; width: 5px; height: 5px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--kr-product-shell-action); }
.team-showcase { padding-top: 5px; }.book-queue { margin: 0 28px 28px; }.queue-filters { display: flex !important; gap: 4px !important; padding: 3px; border-radius: var(--kr-radius-control); background: var(--kr-product-shell-surface-subtle); }.queue-filters span { border-radius: 3px; padding: 6px 8px; color: var(--kr-product-shell-text-muted); font-size: 9px; }.queue-filters .selected { color: var(--kr-product-shell-text); background: var(--kr-product-shell-surface); box-shadow: 0 1px 4px rgba(23,32,41,.08); }
.book-queue-head, .book-queue li { display: grid; grid-template-columns: 100px 1fr 120px; gap: 18px; align-items: center; }.book-queue-head { min-height: 36px; padding: 0 20px; color: var(--kr-product-shell-text-muted); background: var(--kr-product-shell-surface-subtle); font-family: var(--kr-type-family-data); font-size: 8px; text-transform: uppercase; }.book-queue li { min-height: 78px; border-top: 1px solid var(--kr-product-shell-line); padding: 12px 20px; }.book-queue li:first-child { border-top: 0; }.queue-time { color: var(--kr-product-shell-text-muted); font-family: var(--kr-type-family-data); font-size: 9px; }.book-queue li div { display: grid; gap: 5px; }.book-queue li strong { font-size: 13px; }.book-queue li small { color: var(--kr-product-shell-text-muted); font-size: 10px; }.book-queue li em { justify-self: end; border-radius: var(--kr-radius-round); padding: 6px 9px; color: var(--kr-product-shell-text-muted); background: var(--kr-product-shell-surface-subtle); font-size: 9px; font-style: normal; font-weight: 600; }.book-queue li em.attention { color: var(--kr-color-semantic-attention); background: var(--kr-color-semantic-attention-soft); }.book-queue li em.information { color: var(--kr-product-shell-action-hover); background: var(--kr-product-shell-surface-selected); }.book-queue li em.positive { color: var(--kr-color-semantic-positive); background: var(--kr-color-semantic-positive-soft); }

.capability-section { padding: 95px 0 130px; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.capability-grid article { min-height: 260px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }.capability-grid .mono { color: var(--blue); font-size: 10px; }.capability-grid h3 { margin-top: 48px; }.capability-grid p { margin-top: 13px; font-size: 14px; }
.pale-section { background: var(--fog); }.decision-flow { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; padding: 115px 0; }.decision-steps { border-top: 1px solid var(--line); }.decision-steps div { min-height: 75px; display: grid; grid-template-columns: 125px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); }.decision-steps span { color: var(--blue); font-family: "IBM Plex Mono", monospace; font-size: 10px; text-transform: uppercase; }.decision-steps strong { font-size: 16px; font-weight: 500; }
.two-column-boundary { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; padding: 125px 0; }.plain-list { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.plain-list li { display: grid; gap: 7px; border-bottom: 1px solid var(--line); padding: 22px 0; }.plain-list strong { font-size: 16px; }.plain-list span { color: var(--steel); font-size: 14px; line-height: 1.55; }

.worklist-head { padding: 15px 20px; }.worklist-head > div { display: grid; gap: 6px; }.worklist-head strong { font-size: 20px; }.count-badge { border-radius: 99px; padding: 6px 9px; color: var(--blue); background: var(--blue-tint); font-size: 11px; font-weight: 600; }
.work-item { min-height: 110px; display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); padding: 13px 20px; }.work-item.priority { border-left: 3px solid var(--blue); background: var(--blue-pale); padding-left: 17px; }.work-date { width: 48px; height: 55px; display: grid; align-content: center; justify-items: center; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }.work-date strong { font-size: 18px; }.work-date small { color: var(--steel); font-family: "IBM Plex Mono", monospace; font-size: 7px; }.work-item > div { display: grid; grid-template-columns: 1fr auto; gap: 5px 10px; align-items: center; }.work-item div > strong { font-size: 14px; }.work-item div > small { color: var(--steel); font-size: 11px; }.tag { grid-column: 2; grid-row: 1 / span 2; border-radius: 99px; padding: 5px 7px; color: var(--blue-deep); background: var(--blue-tint); font-size: 9px; font-weight: 600; }.tag.quiet { color: var(--steel); background: var(--fog); }.worklist-foot { display: flex; justify-content: space-between; gap: 15px; padding: 14px 20px; color: var(--steel); background: var(--fog); font-family: "IBM Plex Mono", monospace; font-size: 8px; }
.feature-run { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; padding: 105px 0; border-top: 1px solid var(--line); }.feature-run.reverse .feature-copy { order: 2; }.feature-copy > .mono { color: var(--blue); font-size: 10px; }.feature-copy h2 { margin-top: 22px; font-size: clamp(2.1rem, 3.6vw, 3.45rem); }.feature-copy > p { margin-top: 18px; }.feature-visual { min-height: 360px; border: 1px solid var(--line); border-radius: 8px; padding: 34px; background: var(--fog); }
.timeline-visual { display: flex; flex-direction: column; justify-content: center; }.timeline-label { margin-bottom: 55px; color: var(--steel); font-size: 9px; }.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: var(--line); }.timeline i { z-index: 1; width: 12px; height: 12px; border: 3px solid var(--fog); border-radius: 50%; background: var(--blue); }.timeline i:not(:first-child) { justify-self: center; }.timeline i:last-child { justify-self: end; background: var(--ink); }.timeline-cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; }.timeline-cards span { display: grid; gap: 4px; }.timeline-cards span:not(:first-child):not(:last-child) { justify-items: center; }.timeline-cards span:last-child { justify-items: end; }.timeline-cards strong { font-size: 18px; }.timeline-cards small { color: var(--steel); font-size: 10px; }
.scorecard-visual { display: grid; align-content: center; gap: 25px; background: var(--white); box-shadow: var(--shadow-soft); }.scorecard-title { display: flex; justify-content: space-between; color: var(--steel); font-size: 10px; }.score-row { display: grid; grid-template-columns: 110px 1fr 60px; gap: 12px; align-items: center; font-size: 12px; }.score-row i { position: relative; height: 6px; border-radius: 99px; background: var(--fog); }.score-row i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--fill); border-radius: inherit; background: var(--blue); }.score-row small { color: var(--steel); text-align: right; }.scorecard-visual > p { font-size: 10px; }
.handoff-visual { display: grid; grid-template-columns: 1fr 35px 1fr; align-items: center; }.handoff-box { min-height: 190px; display: flex; flex-direction: column; justify-content: center; border-radius: 6px; padding: 23px; color: var(--white); }.handoff-box.blue { background: var(--blue); }.handoff-box.dark { background: var(--ink); }.handoff-box .mono { margin-bottom: 35px; font-size: 9px; opacity: .7; }.handoff-box strong { font-size: 18px; }.handoff-box small { margin-top: 8px; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.5; }.handoff-arrow { color: var(--blue); font-size: 22px; text-align: center; }

.implementation-flow { padding: 60px 0 130px; }.implementation-flow article { display: grid; grid-template-columns: 100px 1fr; gap: 45px; border-top: 1px solid var(--line); padding: 55px 0; }.implementation-flow article > div:last-child { max-width: 800px; }.flow-marker { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-family: "IBM Plex Mono", monospace; }.implementation-flow .mono { color: var(--blue); font-size: 10px; }.implementation-flow h2 { margin-top: 12px; font-size: 2.4rem; }.implementation-flow p { margin-top: 15px; }
.scope-table-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding: 115px 0; }.scope-table { border-top: 1px solid var(--line-dark); }.scope-table > div { min-height: 80px; display: grid; grid-template-columns: 170px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line-dark); }.scope-table span { color: #b8c0c7; font-size: 13px; line-height: 1.5; }.scope-table strong { font-size: 13px; font-weight: 500; }.scope-head { color: #84909b; font-family: "IBM Plex Mono", monospace; font-size: 9px; text-transform: uppercase; }.trust-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; padding: 130px 0; }.trust-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.trust-grid article { min-height: 230px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 27px; }.trust-grid .mono { color: var(--blue); font-size: 9px; }.trust-grid h3 { margin-top: 45px; }.trust-grid p { margin-top: 10px; font-size: 13px; }

.company-mark { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; border: 1px solid var(--line); border-radius: 8px; background: var(--fog); }.company-mark img { width: 164px; }.company-mark span { color: var(--steel); font-size: 9px; }
.principles-section { padding: 115px 0; }.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.principle-grid article { min-height: 250px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 27px; background: rgba(255,255,255,.4); }.principle-grid article > span { color: var(--blue); font-family: "IBM Plex Mono", monospace; font-size: 10px; }.principle-grid h3 { margin-top: 55px; }.principle-grid p { margin-top: 11px; font-size: 14px; }
.pilot-section { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; padding: 130px 0; }.pilot-section > div:first-child > p:not(.eyebrow) { margin-top: 22px; }.pilot-gates { border-top: 1px solid var(--line); }.pilot-gates div { min-height: 76px; display: grid; grid-template-columns: 50px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); }.pilot-gates .mono { color: var(--blue); font-size: 10px; }.pilot-gates strong { font-size: 15px; font-weight: 500; }
.founding-hero { min-height: 720px; }.availability-note { display: flex; align-items: center; gap: 10px; margin-top: 24px !important; color: var(--steel); font-size: 12px !important; }.availability-note span { width: 24px; height: 2px; flex: 0 0 24px; background: var(--blue); }
.program-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }.program-card-head { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); padding: 0 21px; background: var(--fog); }.program-card-head .mono { color: var(--steel); font-size: 9px; }.program-line { min-height: 93px; display: grid; grid-template-columns: 28px 1fr; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); padding: 13px 22px; }.program-line:last-child { border-bottom: 0; }.program-line > .mono { color: var(--blue); font-size: 9px; }.program-line div { display: grid; gap: 6px; }.program-line strong { font-size: 14px; }.program-line small { color: var(--steel); font-size: 11px; line-height: 1.45; }
.founding-intro { padding-bottom: 110px; }.exchange-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0 0 130px; }.exchange-card { min-height: 560px; border: 1px solid var(--line); border-radius: 8px; padding: 37px; background: var(--fog); }.exchange-card.blue-card { color: var(--white); border-color: var(--blue); background: var(--blue); }.exchange-card > .mono { color: var(--blue); font-size: 10px; }.exchange-card.blue-card > .mono { color: rgba(255,255,255,.68); }.exchange-card h2 { max-width: 440px; margin-top: 90px; font-size: clamp(2rem, 3vw, 3rem); }.plain-checks { display: grid; gap: 15px; margin: 31px 0 0; padding: 0; list-style: none; }.plain-checks li { position: relative; border-top: 1px solid var(--line); padding: 14px 0 0 22px; color: var(--steel); font-size: 14px; line-height: 1.45; }.plain-checks li::before { content: ""; position: absolute; left: 0; top: 19px; width: 8px; height: 4px; border-left: 1.5px solid var(--blue); border-bottom: 1.5px solid var(--blue); transform: rotate(-45deg); }.blue-card .plain-checks li { border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.82); }.blue-card .plain-checks li::before { border-color: var(--white); }
.program-shape { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; padding: 120px 0; }.program-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }.program-facts div { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 22px; }.program-facts .mono { color: #84909b; font-size: 8px; }.program-facts strong { color: var(--white); font-size: 15px; font-weight: 500; line-height: 1.4; }
.fit-section { padding: 125px 0; }.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }.fit-grid article > .mono { display: block; margin-bottom: 20px; color: var(--blue); font-size: 9px; }.readiness-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; padding: 115px 0; }.readiness-section > div > p:not(.eyebrow) { margin-top: 20px; }.readiness-section ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.readiness-section li { min-height: 88px; display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }.readiness-section li .mono { color: var(--blue); font-size: 9px; }.readiness-section li strong { font-size: 15px; font-weight: 500; }.program-boundary { display: grid; grid-template-columns: .8fr 1fr; gap: 95px; padding: 125px 0 100px; }.program-boundary > div:last-child { display: grid; gap: 18px; padding-top: 34px; }
.contact-hero { min-height: 760px; display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: start; padding: 100px 0 125px; }.contact-copy h1 { max-width: 680px; font-size: clamp(3.2rem, 5.7vw, 5.7rem); }.contact-copy > p:not(.eyebrow) { max-width: 660px; margin-top: 29px; font-size: 20px; }.contact-guidance { margin-top: 70px; }.contact-guidance > .mono { display: block; margin-bottom: 18px; color: var(--blue); font-size: 9px; }.contact-guidance .plain-list strong { font-size: 15px; }.contact-guidance .plain-list span { font-size: 13px; }
.contact-card { position: sticky; top: 108px; border: 1px solid var(--line); border-radius: 9px; padding: 35px; background: var(--fog); box-shadow: var(--shadow-soft); }.contact-card > .mono { color: var(--blue); font-size: 9px; }.contact-card h2 { max-width: 430px; margin-top: 55px; font-size: clamp(2rem, 3vw, 3rem); }.contact-inbox { margin-top: 28px; color: var(--ink); font-size: clamp(1rem, 1.55vw, 1.25rem); font-weight: 600; overflow-wrap: anywhere; }.contact-subject-line { margin-top: 12px; font-size: 13px; line-height: 1.5; }.contact-subject-line strong { color: var(--ink); font-weight: 500; }.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 29px; }.contact-actions .button { width: 100%; padding-inline: 14px; text-align: center; }.quiet-button { border-color: var(--line); color: var(--ink); background: transparent; cursor: pointer; }.quiet-button:hover, .quiet-button:focus-visible { border-color: var(--ink); background: var(--white); }.contact-status { grid-column: 1 / -1; min-height: 18px; color: var(--blue-deep); font-size: 12px; }.contact-privacy { margin-top: 21px; border-top: 1px solid var(--line); padding-top: 18px; font-size: 12px; line-height: 1.55; }
.legal-page { padding: 105px 0 130px; }.legal-page > header { max-width: 1000px; padding-bottom: 85px; }.legal-page h1 { max-width: 960px; font-size: clamp(3.1rem, 5.7vw, 5.8rem); }.legal-page > header > p:last-child { margin-top: 25px; font-family: var(--kr-type-family-data); font-size: 10px; letter-spacing: .04em; }.legal-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; align-items: start; border-top: 1px solid var(--line); padding-top: 60px; }.legal-layout aside { position: sticky; top: 110px; display: grid; gap: 19px; border: 1px solid var(--line); border-radius: var(--kr-radius-surface); padding: 27px; background: var(--fog); }.legal-layout aside .mono { color: var(--blue); font-size: 9px; }.legal-layout aside strong { font-size: 20px; line-height: 1.4; }.legal-layout aside p { font-size: 13px; }.legal-copy { display: grid; }.legal-copy section { border-bottom: 1px solid var(--line); padding: 0 0 42px; margin-bottom: 42px; }.legal-copy section:last-child { margin-bottom: 0; }.legal-copy h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }.legal-copy p { margin-top: 17px; font-size: 15px; }.legal-copy a { color: var(--blue-deep); font-weight: 600; text-underline-offset: 3px; }
.not-found { min-height: 650px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }.not-found h1 { max-width: 950px; font-size: clamp(3rem, 6vw, 6rem); }.not-found p:not(.eyebrow) { margin: 25px 0; }

.site-footer { border-top: 1px solid var(--line); padding: 64px 0 25px; background: var(--fog); }
.footer-grid, .footer-base { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr .75fr 1fr; gap: 55px; padding-bottom: 60px; }.footer-brand img { width: 166px; }.footer-brand p { max-width: 310px; margin-top: 18px; font-size: 14px; }.footer-grid h2 { margin: 0 0 17px; color: var(--steel); font-family: "IBM Plex Mono", monospace; font-size: 9px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }.footer-grid a { margin-bottom: 10px; color: var(--ink); font-size: 13px; text-decoration: none; }.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--blue); }.footer-contact button { border: 0; padding: 0; color: var(--ink); background: none; cursor: pointer; font-size: 13px; text-align: left; }.footer-contact button:hover { color: var(--blue); }.footer-contact span { min-height: 18px; margin-top: 8px; color: var(--steel); font-size: 11px; }.footer-base { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); padding-top: 22px; color: var(--steel); font-size: 11px; }

.reveal { animation: rise-in .55s cubic-bezier(.2,.7,.3,1) both; }.delay-1 { animation-delay: .1s; }
@keyframes rise-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1020px) {
  .nav-links { gap: 17px; }.primary-nav { gap: 20px; }
  .hero, .page-hero { grid-template-columns: 1fr; min-height: auto; gap: 58px; }.hero { padding: 72px 0 80px; }.hero-copy { max-width: 850px; }.hero-instrument, .owner-review-card, .worklist-card { width: min(680px, 100%); }
  .split-intro, .dark-grid, .decision-flow, .two-column-boundary, .scope-table-section, .trust-section, .pilot-section, .program-shape, .readiness-section, .program-boundary, .contact-hero { grid-template-columns: 1fr; gap: 45px; }
  .evidence-map { grid-template-columns: 1fr 110px 1fr; padding: 28px; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-grid li:nth-child(2) { border-right: 0; }.process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.process-grid li:first-child, .process-grid li:nth-child(3) { padding-left: 0; }
  .capability-grid, .principle-grid { grid-template-columns: 1fr 1fr; }
  .feature-run { grid-template-columns: 1fr; gap: 45px; }.feature-run.reverse .feature-copy { order: 0; }
  .exchange-section, .fit-grid { grid-template-columns: 1fr; }.exchange-card { min-height: auto; }.exchange-card h2 { margin-top: 55px; }
  .contact-card { position: static; }
  .footer-grid { grid-template-columns: 1.4fr .7fr .7fr .7fr; }.footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 940px) {
  .section-shell, .nav-shell, .proof-strip-inner, .footer-grid, .footer-base { width: min(100% - 30px, var(--max)); }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .nav-shell { min-height: 68px; }.brand-lockup img { width: 154px; }
  .nav-toggle { width: 42px; height: 42px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 4px; background: var(--fog); cursor: pointer; }.nav-toggle span:not(.sr-only) { width: 18px; height: 1.5px; background: var(--ink); transition: transform .18s ease; }.nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.75px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .primary-nav { position: absolute; left: 0; right: 0; top: 68px; display: none; align-items: stretch; border-bottom: 1px solid var(--line); padding: 20px 15px 24px; background: var(--white); box-shadow: var(--shadow-soft); }.primary-nav.open { display: flex; flex-direction: column; }.nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 0; }.nav-links a { padding: 14px 4px; border-bottom: 1px solid var(--line); }.nav-links a::after { display: none; }.nav-cta { justify-content: center; margin-top: 12px; }
  .hero { gap: 45px; padding: 55px 0 64px; }.hero-lede, .page-hero-copy > p:not(.eyebrow) { font-size: 18px; }.instrument-body { padding: 18px; }.signal-row.active { margin: 0 -18px; padding: 0 18px; }
  .product-showcase { padding: 10px 0 90px; }.product-showcase-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }.product-showcase-heading > p { max-width: 700px; padding: 0; }
  .scene-workspace { grid-template-columns: 1fr; }.preview-window-bar { grid-template-columns: 1fr auto; }.preview-window-bar strong { justify-self: end; }.preview-window-bar em { display: none; }
  .proof-strip-inner { grid-template-columns: 1fr 1fr; }.proof-strip span { min-height: 60px; border-bottom: 1px solid var(--line); padding: 0 10px; font-size: 11px; }.proof-strip span:nth-child(2) { border-right: 0; }.proof-strip span:nth-child(n+3) { border-bottom: 0; }
  .split-intro { padding: 88px 0 55px; }.split-intro > div:last-child { padding: 0; }
  .evidence-map-section { padding-bottom: 85px; }.evidence-map { grid-template-columns: 1fr; gap: 20px; padding: 19px; }.map-bridge { min-height: auto; flex-direction: row; gap: 10px; }.map-bridge span { width: 35px; height: 1px; }.map-bridge small { margin: 0; }.map-bridge strong { margin: 0; }
  .audience-section, .process-section, .capability-section, .principles-section, .fit-section { padding: 85px 0; }.capability-grid, .principle-grid, .trust-grid { grid-template-columns: 1fr; }.capability-grid article, .principle-grid article, .trust-grid article { min-height: 220px; }.capability-grid h3, .principle-grid h3, .trust-grid h3 { margin-top: 38px; }
  .dark-grid { padding: 85px 0; }.boundary-list div { grid-template-columns: 100px 1fr; }
  .process-grid { grid-template-columns: 1fr; }.process-grid li { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--line); padding: 25px 0; }.process-grid li:nth-child(3) { border-bottom: 1px solid var(--line); }.process-grid h3 { margin-top: 38px; }
  .faq-section { padding-bottom: 90px; }.faq-list summary { min-height: 78px; font-size: 16px; }
  .closing-cta { grid-template-columns: 1fr; gap: 30px; margin-bottom: 85px; padding: 30px; }
  .page-hero { gap: 45px; padding: 60px 0 75px; }.company-mark { min-height: 260px; }.company-mark img { width: 126px; }
  .feature-run { padding: 75px 0; }.feature-visual { min-height: 300px; padding: 22px; }.score-row { grid-template-columns: 95px 1fr; }.score-row small { display: none; }.handoff-visual { grid-template-columns: 1fr; gap: 12px; }.handoff-arrow { transform: rotate(90deg); }.handoff-box { min-height: 150px; }
  .implementation-flow article { grid-template-columns: 58px 1fr; gap: 20px; }.scope-table > div { grid-template-columns: 115px 1fr; }.decision-steps div { grid-template-columns: 95px 1fr; }
  .founding-hero { min-height: auto; }.exchange-section { padding-bottom: 85px; }.exchange-card { padding: 26px; }.program-facts { grid-template-columns: 1fr; }.program-facts div { min-height: 105px; }.readiness-section li { grid-template-columns: 95px 1fr; }.program-boundary { padding: 85px 0 70px; }.program-boundary > div:last-child { padding-top: 0; }
  .contact-hero { min-height: auto; padding: 65px 0 90px; }.contact-copy > p:not(.eyebrow) { font-size: 18px; }.contact-guidance { margin-top: 55px; }.contact-card { padding: 26px; }.contact-card h2 { margin-top: 38px; }.contact-actions { grid-template-columns: 1fr; }.contact-status { grid-column: 1; }
  .legal-page { padding: 70px 0 90px; }.legal-page > header { padding-bottom: 60px; }.legal-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 45px; }.legal-layout aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }.footer-brand, .footer-contact { grid-column: 1 / -1; }.footer-base { flex-direction: column; gap: 8px; }
}

@media (max-width: 620px) {
  .instrument-tabs { grid-template-columns: 1fr; padding: 6px; }.instrument-tab { border: 0; border-left: 2px solid transparent; text-align: left; }.instrument-tab[aria-selected="true"] { border-color: var(--blue); }.instrument-heading { flex-direction: column; }.instrument-stats { grid-template-columns: 1fr; }
  .preview-window-bar { min-height: 38px; }.preview-window-bar strong { font-size: 8px; }.preview-toolbar { min-height: 120px; align-items: flex-start; flex-direction: column; padding: 19px; }.preview-toolbar h3 { font-size: 21px; }
  .scene-metric-grid { grid-template-columns: 1fr; padding: 14px 15px; }.scene-metric-grid article { min-height: 105px; }.scene-workspace { padding: 0 15px 15px; }.scene-panel-head { align-items: flex-start; flex-direction: column; gap: 10px; padding: 16px; }
  .bridge-bars { padding: 20px 16px; }.bridge-bars > div { grid-template-columns: 1fr auto; gap: 7px 12px; }.bridge-bars i { grid-column: 1 / -1; grid-row: 2; }.bridge-bars strong { grid-column: 2; grid-row: 1; }.scene-panel footer { align-items: flex-start; flex-direction: column; gap: 5px; padding: 12px 16px; }
  .attention-queue li { grid-template-columns: 8px 1fr; padding: 14px 16px; }.attention-queue li em { grid-column: 2; justify-self: start; }
  .scene-source-footer { align-items: flex-start; flex-direction: column; gap: 8px; padding: 13px 16px; }.book-queue { margin: 0 15px 15px; }.queue-filters { flex-wrap: wrap; }.book-queue-head { display: none; }.book-queue li { grid-template-columns: 70px 1fr; gap: 12px; }.book-queue li em { grid-column: 2; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { animation: none; }.button, .nav-cta, .text-link span, .faq-list summary span { transition: none; } }

/* Premium marketing pass: one coherent operating instrument. */
:where(a, button, summary):focus-visible { outline: 3px solid rgba(49,92,255,.45); outline: 3px solid color-mix(in srgb, var(--blue) 45%, transparent); outline-offset: 3px; }
.home-hero { display: block; min-height: 0; padding: 94px 0 112px; }
.home-hero .hero-copy { max-width: none; }
.hero-copy-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .62fr); gap: 88px; align-items: end; }
.home-hero h1 { max-width: 850px; font-size: clamp(4rem, 7.1vw, 6.8rem); letter-spacing: -.058em; line-height: .91; }
.home-hero h1 span { color: var(--ink); }
.hero-brief { border-left: 1px solid var(--line); padding: 2px 0 3px 32px; }
.home-hero .hero-lede { margin: 0; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.62; }
.home-hero .button-row { margin-top: 27px; }
.home-hero .quiet-proof { margin-top: 22px; font-size: 13px; }

.home-hero .hero-instrument { margin-top: 76px; overflow: hidden; border-color: #2c3741; border-radius: 12px; background: var(--ink); box-shadow: 0 32px 72px rgba(23,32,41,.18), 0 8px 20px rgba(23,32,41,.08); }
.home-hero .instrument-top { min-height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; border-color: #313d47; color: #84909b; background: #111920; }
.home-hero .instrument-top > span:last-child { justify-self: end; color: #aeb8c2; }
.instrument-shell { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 520px; }
.instrument-nav { display: flex; flex-direction: column; border-right: 1px solid #313d47; padding: 28px 18px 20px; color: var(--white); background: #111920; }
.instrument-nav-label { padding: 0 12px 17px; color: #84909b; font-size: 9px; }
.home-hero .instrument-tabs { display: flex; flex-direction: column; gap: 4px; border: 0; padding: 0; background: transparent; }
.home-hero .instrument-tab { min-height: 64px; display: grid; grid-template-columns: 27px 1fr; align-items: center; border: 1px solid transparent; border-radius: 5px; padding: 0 12px; color: #8d99a4; background: transparent; font-size: 12px; text-align: left; }
.home-hero .instrument-tab .mono { font-size: 9px; font-weight: 400; }
.home-hero .instrument-tab strong { font-weight: 500; }
.home-hero .instrument-tab:hover { color: var(--white); background: rgba(255,255,255,.04); }
.home-hero .instrument-tab[aria-selected="true"] { border-color: #3d4a55; color: var(--white); background: #25303a; box-shadow: inset 3px 0 0 var(--blue); }
.instrument-nav-note { margin-top: auto; border-top: 1px solid #313d47; padding: 20px 12px 0; }
.instrument-nav-note .mono { color: #7f8c97; font-size: 8px; }
.instrument-nav-note p { margin-top: 9px; color: #aeb8c2; font-size: 11px; line-height: 1.5; }
.instrument-stage { min-width: 0; background: var(--fog); }
.instrument-stage-header { min-height: 53px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 0 28px; color: var(--steel); background: var(--white); font-size: 10px; }
.instrument-stage-header .mono { color: var(--ink); font-size: 9px; }
.home-hero .instrument-body { padding: 30px 32px 32px; }
.home-hero .instrument-heading strong { font-size: clamp(1.7rem, 3vw, 2.45rem); }
.home-hero .instrument-heading .mono { font-size: 9px; }
.instrument-panel-grid { display: grid; grid-template-columns: minmax(0, 1fr) 235px; gap: 20px; margin-top: 24px; }
.home-hero .instrument-stats { margin-top: 0; }
.home-hero .instrument-stat { min-height: 108px; align-content: center; padding: 17px 18px; background: var(--white); }
.home-hero .instrument-stat strong { font-size: 30px; }
.home-hero .signal-list { margin-top: 16px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }
.home-hero .signal-row { padding: 0 18px; }
.home-hero .signal-row:last-child { border-bottom: 0; }
.home-hero .signal-row.active { margin: 0; background: var(--blue-pale); }
.instrument-evidence { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 5px; padding: 20px; background: var(--white); }
.instrument-evidence > .mono { color: var(--blue); font-size: 8px; }
.instrument-evidence > strong { max-width: 190px; margin-top: 17px; font-size: 17px; line-height: 1.35; }
.instrument-evidence .source-bar { display: grid; gap: 11px; margin-top: 25px; padding: 18px 0 0; border-top: 1px solid var(--line); }
.instrument-evidence > small { margin-top: auto; padding-top: 20px; color: var(--steel); font-size: 9px; line-height: 1.5; }
.instrument-panel:not([hidden]) { animation: panel-enter .28s cubic-bezier(.2,.7,.3,1) both; }
@keyframes panel-enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

.proof-strip { background: var(--white); }
.proof-strip-inner { min-height: 88px; }
.proof-strip span { justify-content: flex-start; gap: 14px; color: var(--ink); text-align: left; }
.proof-strip b { color: var(--blue); font-size: 9px; font-weight: 500; }
.split-intro { padding-top: 140px; }
.evidence-map { border-radius: 11px; box-shadow: var(--shadow-soft); }

.audience-section { padding-top: 112px; }
.role-stories { display: grid; gap: 18px; }
.role-story { min-height: 570px; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: var(--white); box-shadow: var(--shadow-soft); }
.role-story-copy { display: flex; flex-direction: column; padding: 40px; }
.role-story-copy .card-number { margin-bottom: auto; }
.role-story-copy h3 { max-width: 430px; margin-top: 75px; font-size: clamp(2rem, 3.4vw, 3.1rem); }
.role-story-copy > p { margin-top: 17px; font-size: 15px; }
.role-scene { align-self: stretch; margin: 18px 18px 18px 0; overflow: hidden; border: 1px solid #34414c; border-radius: 8px; color: var(--white); background: #111920; }
.role-scene-head { min-height: 104px; display: flex; flex-direction: column; justify-content: center; gap: 8px; border-bottom: 1px solid #34414c; padding: 0 27px; }
.role-scene-head .mono { color: #84909b; font-size: 9px; }
.role-scene-head strong { font-size: 22px; }
.role-scene-foot { padding: 16px 27px; border-top: 1px solid #34414c; color: #84909b; font-size: 8px; }
.mini-bridge { display: grid; gap: 23px; padding: 30px 27px; }
.mini-bridge span { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; align-items: center; }
.mini-bridge i { position: relative; grid-column: 1 / -1; height: 7px; overflow: hidden; border-radius: 2px; background: #2a3540; }
.mini-bridge i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--mini-width); background: var(--blue); }
.mini-bridge i.unallocated::after { background: var(--kr-color-semantic-attention); }
.mini-bridge i.booked::after { background: var(--white); }
.mini-bridge b { color: #b9c2ca; font-size: 12px; font-weight: 500; }
.mini-bridge em { font-size: 13px; font-style: normal; }
.team-story { grid-template-columns: 1.18fr .82fr; background: var(--blue-pale); }
.team-story .role-story-copy { order: 2; }
.team-story .role-scene { order: 1; margin: 18px 0 18px 18px; color: var(--ink); border-color: var(--line); background: var(--white); }
.team-story .role-scene-head, .team-story .role-scene-foot { border-color: var(--line); }
.team-story .role-scene-head .mono, .team-story .role-scene-foot { color: var(--steel); }
.mini-queue { display: grid; }
.mini-queue > div { min-height: 97px; display: grid; grid-template-columns: 68px 1fr auto; gap: 17px; align-items: center; border-bottom: 1px solid var(--line); padding: 13px 25px; }
.mini-queue > div:last-child { border-bottom: 0; }
.mini-queue time { color: var(--blue-deep); font-family: var(--kr-type-family-data); font-size: 10px; }
.mini-queue span { display: grid; gap: 5px; }
.mini-queue b { font-size: 13px; }
.mini-queue small { color: var(--steel); font-size: 10px; }
.mini-queue em { border-radius: 99px; padding: 6px 9px; color: var(--blue-deep); background: var(--blue-tint); font-size: 9px; font-style: normal; font-weight: 600; }

.product-preview { border-radius: 11px; box-shadow: 0 28px 64px rgba(23,32,41,.15), var(--shadow-soft); }
.preview-window-bar { min-height: 48px; }
.owner-review-card, .worklist-card, .program-card, .contact-card, .company-mark { border-radius: 11px; }

@media (max-width: 1020px) {
  .hero-copy-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-brief { max-width: 720px; border-left: 0; padding: 0; }
  .home-hero .hero-instrument { width: 100%; }
  .instrument-panel-grid { grid-template-columns: 1fr; }
  .instrument-evidence { min-height: 185px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 25px; }
  .instrument-evidence > strong { margin-top: 0; }
  .instrument-evidence .source-bar { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); margin-top: 0; }
  .instrument-evidence > small { grid-column: 1 / -1; margin-top: 0; padding-top: 0; }
  .role-story, .team-story { grid-template-columns: 1fr; }
  .team-story .role-story-copy, .team-story .role-scene { order: initial; }
  .role-story-copy { min-height: 460px; }
  .role-scene, .team-story .role-scene { min-height: 465px; margin: 0 18px 18px; }
}

@media (max-width: 740px) {
  .home-hero { padding: 60px 0 76px; }
  .home-hero h1 { font-size: clamp(3.2rem, 15vw, 4.65rem); }
  .home-hero .hero-instrument { margin-top: 50px; }
  .home-hero .instrument-top { grid-template-columns: 1fr auto; padding-inline: 13px; }
  .home-hero .instrument-top > span:first-of-type { display: none; }
  .instrument-shell { grid-template-columns: 1fr; }
  .instrument-nav { border-right: 0; border-bottom: 1px solid #313d47; padding: 14px; }
  .instrument-nav-label, .instrument-nav-note { display: none; }
  .home-hero .instrument-tabs { display: grid; grid-template-columns: repeat(3, 1fr); }
  .home-hero .instrument-tab { min-height: 58px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 0 10px; }
  .home-hero .instrument-tab[aria-selected="true"] { box-shadow: inset 0 -3px 0 var(--blue); }
  .instrument-stage-header { padding-inline: 18px; }
  .instrument-stage-header > span:last-child { display: none; }
  .home-hero .instrument-body { padding: 22px 18px; }
  .instrument-evidence { display: flex; min-height: 220px; }
  .instrument-evidence > strong { margin-top: 14px; }
  .instrument-evidence .source-bar { display: grid; grid-template-columns: 1fr; margin-top: 20px; }
  .instrument-evidence > small { margin-top: auto; }
  .proof-strip-inner { grid-template-columns: 1fr; padding-block: 7px; }
  .proof-strip span { min-height: 48px; border-right: 0; border-bottom: 1px solid var(--line) !important; padding: 0; }
  .proof-strip span:last-child { border-bottom: 0 !important; }
  .role-story-copy { min-height: auto; padding: 28px; }
  .role-story-copy .card-number { margin-bottom: 55px; }
  .role-story-copy h3 { margin-top: 0; }
  .role-scene, .team-story .role-scene { min-height: 0; margin: 0 10px 10px; }
  .mini-queue > div { grid-template-columns: 58px 1fr; padding-inline: 18px; }
  .mini-queue em { grid-column: 2; justify-self: start; }
}

@media (max-width: 520px) {
  .home-hero .instrument-tabs { grid-template-columns: 1fr; }
  .home-hero .instrument-tab { min-height: 48px; flex-direction: row; align-items: center; gap: 12px; }
  .home-hero .instrument-tab[aria-selected="true"] { box-shadow: inset 3px 0 0 var(--blue); }
  .home-hero .instrument-heading { align-items: flex-start; }
  .home-hero .instrument-heading .status-chip { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) { .instrument-panel:not([hidden]) { animation: none; } }

/* Full-site refinement: precision, depth, and progressive motion. */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: kr-page-out .16s ease both; }
::view-transition-new(root) { animation: kr-page-in .28s ease both; }
@keyframes kr-page-out { to { opacity: .82; transform: translateY(-2px); } }
@keyframes kr-page-in { from { opacity: .76; transform: translateY(5px); } }

.site-header { background: rgba(255,255,255,.9); box-shadow: 0 1px 0 rgba(23,32,41,.07); backdrop-filter: blur(18px) saturate(135%); }
.primary-nav a { position: relative; }
.nav-links a::after { content: ""; position: absolute; right: 14px; bottom: 9px; left: 14px; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.button, .nav-cta { position: relative; isolation: isolate; overflow: hidden; box-shadow: 0 8px 18px rgba(23,32,41,.08); }
.button::after, .nav-cta::after { content: ""; position: absolute; z-index: -1; top: -35%; bottom: -35%; left: -30px; width: 18px; background: rgba(255,255,255,.28); filter: blur(1px); transform: skewX(-17deg); transition: left .45s cubic-bezier(.2,.7,.2,1); }
.button:hover::after, .button:focus-visible::after, .nav-cta:hover::after, .nav-cta:focus-visible::after { left: calc(100% + 30px); }

.page-hero { position: relative; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; top: 44px; right: 0; width: 52px; height: 52px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); pointer-events: none; }
.page-hero-copy { position: relative; z-index: 1; }
.page-hero-copy h1, .contact-copy h1, .legal-page h1 { letter-spacing: -.052em; line-height: .96; }
.page-hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.page-hero-copy .eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--blue); }
.owner-review-card, .worklist-card, .program-card, .contact-card, .company-mark, .feature-visual { position: relative; isolation: isolate; overflow: hidden; box-shadow: 0 28px 70px rgba(23,32,41,.12), 0 1px 0 rgba(255,255,255,.8) inset; }
.owner-review-card::after, .worklist-card::after, .program-card::after, .contact-card::after, .company-mark::after, .feature-visual::after { content: ""; position: absolute; z-index: 3; top: 0; right: 14%; left: 14%; height: 1px; background: rgba(255,255,255,.9); pointer-events: none; }

.how-hero { grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr); gap: 70px; min-height: 720px; }
.system-scene { position: relative; overflow: hidden; border: 1px solid #34414c; border-radius: 12px; color: var(--white); background: #111920; box-shadow: 0 34px 82px rgba(23,32,41,.22), 0 1px 0 rgba(255,255,255,.08) inset; }
.system-scene::before { content: ""; position: absolute; z-index: 2; top: 45px; bottom: 46px; left: 50%; width: 1px; background: rgba(49,92,255,.32); box-shadow: -190px 0 rgba(255,255,255,.055), 190px 0 rgba(255,255,255,.055); pointer-events: none; }
.system-scene-bar { position: relative; z-index: 3; min-height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #34414c; padding: 0 16px; color: #84909b; background: #0d151c; }
.system-scene-bar > span { display: flex; gap: 6px; }.system-scene-bar i { width: 5px; height: 5px; border-radius: 50%; background: #4c5965; }
.system-scene-bar strong { font-size: 8px; font-weight: 500; }.system-scene-bar em { justify-self: end; font-size: 8px; font-style: normal; }
.system-scene-stage { position: relative; z-index: 3; min-height: 480px; display: grid; grid-template-columns: minmax(130px,.8fr) minmax(160px,1fr) minmax(145px,.8fr); gap: 22px; align-items: center; padding: 31px 24px; }
.system-source-rail, .system-output-rail { display: grid; gap: 10px; }
.system-source-rail > .mono, .system-output-rail > .mono { margin-bottom: 4px; color: #73818d; font-size: 8px; }
.system-source-rail > div, .system-output-rail > div { min-height: 74px; display: grid; grid-template-columns: 32px 1fr; gap: 1px 10px; align-content: center; border: 1px solid #35424d; border-radius: 6px; padding: 11px 12px; background: #19232c; }
.system-source-rail .source-glyph { grid-row: 1 / 3; align-self: center; width: 29px; height: 29px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #44525e; border-radius: 4px; color: #aab5be; background: #111920; font-size: 8px; font-style: normal; }
.system-source-rail strong, .system-output-rail strong { font-size: 11px; font-weight: 500; }.system-source-rail small, .system-output-rail small { color: #8996a1; font-size: 8px; }
.system-output-rail > div { grid-template-columns: 1fr; border-left: 2px solid var(--blue); }.system-output-rail .team-output { color: var(--ink); border-color: #fff; background: #f4f7ff; }.system-output-rail .team-output small { color: var(--steel); }
.system-output-rail .system-return { position: relative; grid-template-columns: 23px 1fr; border-left-color: #6e7b86; }.system-return > span { grid-row: 1 / 3; align-self: center; color: #aab5be; font-size: 16px; }.system-return small { grid-column: 2; }
.system-core { position: relative; min-height: 202px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #4a5864; border-radius: 50%; padding: 24px; text-align: center; background: #202c36; box-shadow: 0 0 0 12px #111920, 0 0 0 13px #34414c, 0 22px 46px rgba(0,0,0,.24); }
.system-core .mono { color: #82909b; font-size: 8px; }.system-core strong { max-width: 150px; margin-top: 13px; font-size: 17px; line-height: 1.25; }.system-core small { max-width: 150px; margin-top: 9px; color: #aab5be; font-size: 9px; line-height: 1.45; }
.core-pulse { position: absolute; top: 25px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(49,92,255,.13), 0 0 22px 7px rgba(49,92,255,.28); animation: core-pulse 2.6s ease-in-out infinite; }
@keyframes core-pulse { 50% { box-shadow: 0 0 0 10px rgba(49,92,255,.05), 0 0 30px 10px rgba(49,92,255,.35); } }
.system-scene-note { position: relative; z-index: 3; min-height: 46px; display: flex; align-items: center; gap: 9px; border-top: 1px solid #34414c; padding: 0 18px; color: #8c99a4; background: #0d151c; font-size: 8px; }
.system-scene-note span { width: 6px; height: 6px; border-radius: 50%; background: var(--kr-color-semantic-positive); box-shadow: 0 0 13px rgba(19,140,112,.55); }

.implementation-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 110px; }
.implementation-flow article { min-height: 410px; grid-template-columns: 64px 1fr; gap: 26px; align-content: start; border: 1px solid var(--line); border-radius: 10px; padding: 36px; background: var(--white); box-shadow: var(--shadow-soft); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.implementation-flow article:hover { border-color: #b8c5ff; transform: translateY(-4px); box-shadow: 0 24px 48px rgba(23,32,41,.1); }
.implementation-flow h2 { font-size: clamp(1.9rem,3vw,2.65rem); }.implementation-flow .check-list { margin-top: 28px; }
.flow-marker { background: var(--blue-pale); box-shadow: 0 0 0 7px var(--white), 0 0 0 8px var(--line); }

.scope-table > div:not(.scope-head), .trust-grid article, .capability-grid article, .principle-grid article { transition: background .22s ease, transform .22s ease, box-shadow .22s ease; }
.scope-table > div:not(.scope-head):hover { background: rgba(255,255,255,.045); }
.trust-grid article:hover, .capability-grid article:hover, .principle-grid article:hover { position: relative; z-index: 1; background: var(--white); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(23,32,41,.08); }
.company-mark { min-height: 440px; color: var(--white); border-color: #34414c; background: #111920; }
.company-mark::before { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid #34414c; border-radius: 50%; box-shadow: 0 0 0 34px #111920, 0 0 0 35px #2a3640, 0 0 0 70px #111920, 0 0 0 71px #222e38; }
.company-mark img, .company-mark span { position: relative; z-index: 2; }.company-mark img { filter: drop-shadow(0 14px 30px rgba(49,92,255,.25)); }.company-mark span { color: #9ba7b1; }
.principle-grid article > span { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid #c5cff8; border-radius: 50%; background: var(--white); }

.program-card { border-color: #bdc7d0; box-shadow: 0 32px 78px rgba(23,32,41,.14); }
.program-card-head { color: var(--white); border-color: #34414c; background: #111920; }.program-card-head .mono { color: #a3afb9; }
.program-line { position: relative; padding-left: 26px; transition: background .2s ease; }.program-line:hover { background: var(--blue-pale); }.program-line::before { content: ""; position: absolute; top: 50%; left: 0; width: 3px; height: 0; background: var(--blue); transition: height .2s ease, top .2s ease; }.program-line:hover::before { top: 17%; height: 66%; }
.exchange-card { transition: transform .25s ease, box-shadow .25s ease; }.exchange-card:hover { transform: translateY(-5px); box-shadow: 0 25px 56px rgba(23,32,41,.12); }
.readiness-section li .mono { display: inline-flex; align-items: center; gap: 8px; }.readiness-section li .mono::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-tint); }

.contact-card { border-color: #bfc9d2; background: var(--white); }.contact-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 7px; background: var(--blue); }
.contact-actions .button { box-shadow: none; }.contact-guidance { border-left: 1px solid var(--line); padding-left: 25px; }
.legal-layout aside { overflow: hidden; color: var(--white); border-color: #34414c; background: #111920; box-shadow: 0 24px 56px rgba(23,32,41,.14); }.legal-layout aside::before { content: ""; width: 42px; height: 3px; background: var(--blue); }.legal-layout aside .mono { color: #9eabff; }.legal-layout aside p { color: #aab5be; }
.legal-copy section { position: relative; padding-left: 30px; }.legal-copy section::before { content: ""; position: absolute; top: 7px; left: 0; width: 8px; height: 8px; border: 1px solid var(--blue); border-radius: 50%; }
.closing-cta { position: relative; isolation: isolate; overflow: hidden; box-shadow: 0 28px 60px rgba(23,32,41,.09); }.closing-cta::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: 6px; background: var(--blue); }

@media (max-width: 1100px) {
  .how-hero { grid-template-columns: 1fr; }
  .system-scene { width: min(760px,100%); }
  .implementation-flow { grid-template-columns: 1fr; }
  .implementation-flow article { min-height: auto; }
}

@media (max-width: 740px) {
  .page-hero::before { top: 25px; width: 34px; height: 34px; }
  .system-scene-stage { min-height: 0; grid-template-columns: 1fr; gap: 26px; padding: 25px 18px; }
  .system-scene::before { top: 50%; right: 18px; bottom: auto; left: 18px; width: auto; height: 1px; box-shadow: none; }
  .system-core { width: 210px; min-height: 210px; justify-self: center; }
  .system-scene-bar { grid-template-columns: 1fr auto; }.system-scene-bar > strong { display: none; }
  .implementation-flow { padding-top: 75px; }.implementation-flow article { grid-template-columns: 48px 1fr; gap: 17px; padding: 25px 21px; }.flow-marker { width: 42px; height: 42px; }
  .company-mark { min-height: 330px; }.company-mark::before { width: 180px; height: 180px; box-shadow: 0 0 0 25px #111920, 0 0 0 26px #2a3640, 0 0 0 48px #111920, 0 0 0 49px #222e38; }
  .legal-copy section { padding-left: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root), ::view-transition-new(root), .core-pulse { animation: none; }
  .nav-links a::after, .button::after, .nav-cta::after, .implementation-flow article, .trust-grid article, .capability-grid article, .principle-grid article, .program-line, .program-line::before, .exchange-card { transition: none; }
}

/* Portal visual-language synchronization: merged default theme + premium Home. */
.home-hero .hero-instrument, .product-preview, .system-scene { border-radius: var(--kr-product-shape-panel-radius); }
.home-hero .hero-instrument, .product-preview { box-shadow: 0 34px 78px rgba(23,32,41,.16), 0 1px 0 rgba(255,255,255,.08) inset; }
.home-hero .instrument-top { min-height: 52px; padding-inline: 20px; }
.instrument-shell { grid-template-columns: 252px minmax(0, 1fr); min-height: 610px; }
.instrument-nav { padding: 18px 14px 20px; }
.instrument-identity { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; border: 1px solid #34414c; border-radius: var(--kr-product-shape-card-radius); padding: 10px; background: rgba(255,255,255,.035); box-shadow: 0 1px 0 rgba(255,255,255,.06) inset; }
.instrument-identity img { width: 36px; height: 36px; border-radius: var(--kr-product-shape-control-radius); }
.instrument-identity > div { display: grid; gap: 3px; }
.instrument-identity strong { color: var(--kr-product-shell-rail-text); font-size: 14px; font-weight: 600; }
.instrument-identity .mono { color: var(--kr-product-shell-rail-text-muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.instrument-nav-label { padding: 0 12px 12px; font-size: 10px; letter-spacing: .11em; }
.home-hero .instrument-tabs { gap: 6px; }
.home-hero .instrument-tab { min-height: 68px; border-radius: var(--kr-product-shape-card-radius); padding-inline: 13px; }
.home-hero .instrument-tab .mono { font-size: 10px; }
.instrument-stage-header { min-height: 58px; padding-inline: 30px; font-size: 11px; }
.instrument-stage-header .mono { font-size: 10px; letter-spacing: .08em; }
.home-hero .instrument-body { padding: 25px 28px 30px; }
.instrument-page-header { min-height: 158px; align-items: flex-start; border: 1px solid #34414c; border-radius: var(--kr-product-shape-panel-radius); padding: 28px 30px; color: var(--kr-product-shell-rail-text); background: var(--kr-product-shell-rail); box-shadow: 0 0 0 1px rgba(49,92,255,.12), 0 18px 42px rgba(23,32,41,.1); }
.instrument-page-header > div { max-width: 620px; }
.home-hero .instrument-page-header .mono { color: #afc0ff; font-size: 10px; letter-spacing: .1em; }
.home-hero .instrument-page-header strong { color: var(--kr-product-shell-rail-text); font-size: clamp(1.85rem, 3vw, 2.7rem); }
.instrument-page-header small { max-width: 560px; color: var(--kr-product-shell-rail-text-muted); font-size: 12px; line-height: 1.55; }
.instrument-page-header .status-chip { margin-top: 1px; }
.instrument-panel-grid { gap: 16px; margin-top: 18px; }
.home-hero .instrument-stat, .home-hero .signal-list, .instrument-evidence { border-radius: var(--kr-product-shape-card-radius); box-shadow: 0 1px 2px rgba(23,32,41,.05); }
.home-hero .instrument-stat { min-height: 116px; padding: 18px 20px; background: var(--kr-product-shell-surface); }
.home-hero .instrument-stat span, .home-hero .instrument-stat small { font-size: 11px; }
.home-hero .signal-row { min-height: 73px; }
.home-hero .signal-row strong { font-size: 12px; }.home-hero .signal-row small { font-size: 11px; }
.signal-state { border-radius: 50%; }
.signal-state.attention { border-radius: 1px; transform: rotate(45deg); }
.signal-state.information { border-radius: 1px; }
.instrument-evidence { padding: 22px; }
.instrument-evidence > .mono { font-size: 10px; letter-spacing: .1em; }
.instrument-evidence > strong { font-size: 18px; }
.instrument-evidence .source-bar span { font-size: 11px; }
.instrument-evidence > small { font-size: 10px; }

.preview-window-bar { min-height: 68px; padding: 9px 20px; }
.preview-window-bar > .preview-brand { display: flex; align-items: center; gap: 10px; }
.preview-brand img { width: 32px; height: 32px; border-radius: var(--kr-product-shape-control-radius); }
.preview-brand > span { display: grid; gap: 2px; }
.preview-brand b { color: var(--kr-product-shell-rail-text); font-size: 13px; font-weight: 600; }
.preview-brand small { color: var(--kr-product-shell-rail-text-muted); font-size: 10px; }
.preview-window-bar > strong { font-size: 10px; letter-spacing: .1em; }
.preview-window-bar > em { font-size: 10px; }
.preview-toolbar { min-height: 170px; margin: 22px 28px 0; border: 1px solid #34414c; border-radius: var(--kr-product-shape-panel-radius); padding: 29px 33px; color: var(--kr-product-shell-rail-text); background: var(--kr-product-shell-rail); box-shadow: 0 0 0 1px rgba(49,92,255,.11), 0 18px 42px rgba(23,32,41,.1); }
.preview-toolbar > div { gap: 8px; }
.preview-toolbar .mono { color: #afc0ff; font-size: 10px; letter-spacing: .1em; }
.preview-toolbar h3 { color: var(--kr-product-shell-rail-text); font-size: clamp(1.8rem, 3vw, 2.65rem); }
.preview-toolbar p { max-width: 620px; color: var(--kr-product-shell-rail-text-muted); font-size: 12px; line-height: 1.55; }
.preview-status { min-height: 34px; padding-inline: 12px; font-size: 11px; }
.scene-metric-grid { gap: 14px; padding-top: 18px; }
.scene-metric-grid article, .scene-panel { border-radius: var(--kr-product-shape-card-radius); box-shadow: 0 1px 2px rgba(23,32,41,.05); }
.scene-metric-grid article { min-height: 132px; padding: 20px 22px; }
.scene-metric-grid small { font-size: 12px; }
.scene-workspace { gap: 14px; }
.scene-panel-head { min-height: 86px; padding: 18px 22px; }
.scene-panel-head .mono { font-size: 10px; letter-spacing: .1em; }.scene-panel-head h3 { font-size: 19px; }.scene-panel-head > span { font-size: 11px; }
.bridge-bars span, .bridge-bars strong { font-size: 12px; }
.scene-panel footer { min-height: 52px; font-size: 10px; }
.attention-queue li { min-height: 96px; }
.attention-queue li > i { width: 8px; height: 8px; }
.attention-queue li > i.attention { border-radius: 1px; transform: rotate(45deg); }.attention-queue li > i.information { border-radius: 1px; }
.attention-queue li strong { font-size: 13px; }.attention-queue li span { font-size: 11px; }.attention-queue li em { padding: 6px 9px; font-size: 10px; }
.scene-source-footer { min-height: 52px; font-size: 10px; }
.queue-filters { border-radius: var(--kr-product-shape-control-radius); }.queue-filters span { border-radius: 5px; font-size: 10px; }
.book-queue-head { min-height: 40px; font-size: 10px; }
.book-queue li { min-height: 82px; }.queue-time, .book-queue li small, .book-queue li em { font-size: 10px; }.book-queue li strong { font-size: 13px; }

.owner-review-card, .worklist-card, .role-scene, .system-source-rail > div, .system-output-rail > div, .implementation-flow article { border-radius: var(--kr-product-shape-card-radius); }
.system-scene-bar { min-height: 54px; }.system-scene-bar strong, .system-scene-bar em { font-size: 10px; }
.system-source-rail > .mono, .system-output-rail > .mono { font-size: 10px; }.system-source-rail strong, .system-output-rail strong { font-size: 12px; }.system-source-rail small, .system-output-rail small { font-size: 10px; }
.role-scene-head .mono, .role-scene-foot { font-size: 10px; }

@media (max-width: 740px) {
  .instrument-shell { grid-template-columns: 1fr; min-height: 0; }
  .instrument-nav { padding: 14px; }
  .instrument-identity { margin: 0 0 12px; }
  .instrument-page-header { min-height: 0; padding: 23px; }
  .home-hero .instrument-page-header strong { font-size: 1.75rem; }
  .preview-window-bar { min-height: 60px; padding-inline: 14px; }
  .preview-brand small { display: none; }
  .preview-toolbar { min-height: 0; margin: 15px 15px 0; padding: 24px; }
  .preview-toolbar h3 { font-size: 1.75rem; }
}

@media (max-width: 520px) {
  .instrument-identity { display: none; }
  .preview-window-bar > strong { display: none; }
  .preview-window-bar { grid-template-columns: 1fr auto; }
  .preview-window-bar > em { display: block; }
  .preview-status { white-space: normal; }
}

/* Notes — long-form articles. A constrained measure for reading, and an index that stays
   scannable as the list grows. Reuses the existing scene, faq and cta blocks below the body. */
.note-list-section { margin-bottom: 100px; }
.note-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.note-card { border-bottom: 1px solid var(--line); padding: 38px 0; }
.note-card h2 { margin: 10px 0 14px; font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
.note-card h2 a { color: var(--ink); text-decoration: none; }
.note-card h2 a:hover, .note-card h2 a:focus-visible { color: var(--blue); }
.note-card > p { max-width: 760px; margin-bottom: 18px; color: var(--steel); }

.note-article { padding-top: 74px; }
.note-header { max-width: 820px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.note-header h1 { margin: 12px 0 24px; font-size: clamp(2.3rem, 4.2vw, 3.7rem); }
.note-answer { font-size: 21px; line-height: 1.55; color: var(--ink); }
.note-byline { margin-top: 26px; color: var(--steel); font-size: 12px; }

.note-body { max-width: 760px; padding: 44px 0 96px; }
.note-body h2 { margin: 46px 0 16px; font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.note-body h2:first-child { margin-top: 0; }
.note-body p { margin-bottom: 18px; }
.note-body .check-list { margin: 22px 0 8px; }
.note-body .check-list li { margin-bottom: 14px; }
.note-scene { margin: 30px 0 8px; }
/* The caption is prose, not the mono chrome .role-scene-foot normally carries, so it sits on the
   plain surface: --steel only reaches 3.04:1 against the scene's tinted footer background. */
.note-scene figcaption { display: block; padding: 14px 20px; background: var(--white); color: var(--steel); font-size: 13px; line-height: 1.5; text-transform: none; letter-spacing: normal; }

@media (max-width: 740px) {
  .note-article { padding-top: 48px; }
  .note-body { padding: 32px 0 64px; }
  .note-answer { font-size: 19px; }
}
.note-scene-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.note-scene-metrics > div { display: flex; flex-direction: column; gap: 6px; padding: 22px 20px; background: var(--white); }
.note-scene-metrics span { color: var(--steel); font-size: 12px; }
/* Explicit colour: .role-scene sets a light foreground for its dark chrome, which these panels
   inherited onto a white surface and rendered the values invisible at a 1.0 contrast ratio. */
.note-scene-metrics strong { color: var(--ink); font-size: 26px; font-weight: 500; }
.note-scene-metrics em { color: var(--steel); font-size: 13px; font-style: normal; }
@media (max-width: 520px) { .note-scene-metrics { grid-template-columns: 1fr; } }
.movement-scene { display: grid; gap: 1px; background: var(--line); }
.movement-end { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 18px 20px; background: var(--fog); }
.movement-end span { color: var(--steel); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.movement-end strong { color: var(--ink); font-size: 22px; font-weight: 500; }
.movement-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.movement-step { display: flex; flex-direction: column; gap: 5px; padding: 20px; background: var(--white); border-top: 3px solid var(--line); }
.movement-step[data-state="positive"] { border-top-color: var(--success); }
.movement-step[data-state="attention"] { border-top-color: var(--blue-deep); }
.movement-step[data-state="information"] { border-top-color: var(--blue); }
.movement-step span { color: var(--steel); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.movement-step strong { color: var(--ink); font-size: 24px; font-weight: 500; }
.movement-step em { color: var(--steel); font-size: 12px; font-style: normal; line-height: 1.45; }
@media (max-width: 560px) { .movement-steps { grid-template-columns: 1fr; } }

/* Note charts — inline SVG, scaled by container. Colours come from the data-viz token layer so a
   client theme restyles them without touching the renderers. */
.note-chart { padding: 22px 20px 6px; background: var(--white); }
.note-chart svg { display: block; width: 100%; height: auto; }
.chart-legend { display: flex; flex-wrap: wrap; gap: 20px; padding: 4px 20px 18px; background: var(--white); }
.chart-legend span { display: inline-flex; align-items: center; gap: 8px; color: var(--steel); font-size: 12px; }
.chart-legend span::before { content: ""; width: 12px; height: 12px; border-radius: 2px; background: var(--data-positive); }
.chart-legend span[data-swatch="critical"]::before { background: var(--data-critical); }
.chart-legend span[data-swatch="line"]::before { height: 2px; border-radius: 0; background: var(--data-line); }

/* Retention calculator. The form and the results sit side by side on desktop so a figure and its
   consequence are visible at once; stacking them would hide the point of the tool. */
.calc-section { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-bottom: 90px; }
.calc-heading { font-size: 15px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--steel); margin-bottom: 24px; }
.calc-group { border: 0; border-top: 1px solid var(--line); padding: 22px 0 4px; margin: 0; }
.calc-group legend { padding: 0 10px 0 0; font-weight: 600; font-size: 17px; }
.calc-note { color: var(--steel); font-size: 14px; margin: 0 0 16px; max-width: 46ch; }
.calc-row { display: grid; grid-template-columns: 1fr 130px; gap: 16px; align-items: center; margin-bottom: 12px; }
.calc-row label { font-size: 15px; }
.calc-row input { font-family: var(--kr-type-family-data); font-size: 15px; text-align: right; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--ink); width: 100%; }
.calc-row input:focus-visible { outline: 2px solid var(--blue); outline-offset: 1px; border-color: var(--blue); }
.calc-privacy { margin-top: 26px; font-size: 14px; color: var(--steel); max-width: 52ch; }
.calc-results { position: sticky; top: 28px; border: 1px solid var(--line); border-radius: 8px; padding: 32px; background: var(--blue-pale); }
.calc-figures { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.calc-figures article { display: flex; flex-direction: column; gap: 4px; }
.calc-figures span { font-size: 13px; color: var(--steel); }
.calc-figures strong { font-size: 30px; font-weight: 500; font-variant-numeric: tabular-nums; }
.calc-figures small { font-size: 12px; color: var(--steel); }
.calc-gap strong { color: var(--blue); }
.calc-reading { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 15px; max-width: 50ch; }
.calc-method { margin-bottom: 90px; }
.calc-method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; margin-bottom: 46px; }
.calc-method-grid h3 { font-size: 17px; margin-bottom: 8px; }
.calc-method-grid .mono { font-size: 13px; color: var(--blue); margin-bottom: 10px; }
.calc-limits { border-top: 1px solid var(--line); padding-top: 30px; }
.calc-limits h3 { font-size: 17px; margin-bottom: 16px; }

@media (max-width: 900px) {
  .calc-section { grid-template-columns: 1fr; gap: 40px; }
  .calc-results { position: static; }
  .calc-method-grid { grid-template-columns: 1fr; gap: 26px; }
  .calc-figures { grid-template-columns: 1fr 1fr; gap: 18px; }
  /* iOS zooms the viewport when a focused input is under 16px, which throws away the layout. */
  .calc-row input { font-size: 16px; }
}
