:root {
  color-scheme: light;
  --ink: oklch(16% 0.012 145);
  --ink-soft: oklch(34% 0.016 145);
  --muted: oklch(53% 0.018 145);
  --paper: oklch(98.5% 0.008 94);
  --surface: oklch(99.5% 0.004 94);
  --surface-blue: oklch(96% 0.024 230);
  --surface-lilac: oklch(95.5% 0.025 300);
  --surface-mint: oklch(95% 0.035 165);
  --surface-yellow: oklch(96% 0.06 100);
  --line: oklch(83% 0.018 145);
  --line-dark: oklch(98% 0.006 94 / 0.22);
  --accent: oklch(91% 0.19 104);
  --blue: oklch(64% 0.14 232);
  --lilac: oklch(69% 0.15 301);
  --mint: oklch(68% 0.13 165);
  --inverse: oklch(97.5% 0.007 94);
  --inverse-muted: oklch(82% 0.014 94);
  --radius: 10px;
  --page: min(1180px, calc(100vw - 48px));
  --wide: min(1440px, calc(100vw - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

::selection { background: oklch(91% 0.19 104 / 0.6); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
h1, h2, h3, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.page-width { width: var(--page); margin-inline: auto; }
.dark-band { background: var(--ink); color: var(--inverse); }
.light-section { background: var(--paper); }
.alt-surface { background: var(--surface-blue); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 10px 14px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 44px);
  border-bottom: 1px solid var(--line-dark);
  background: oklch(16% 0.012 145 / 0.96);
  color: var(--inverse);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; width: 124px; }
.brand img { width: 100%; filter: brightness(0) invert(1); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.2vw, 31px); color: var(--inverse-muted); font-size: 13px; font-weight: 800; }
.site-nav a { transition: color 180ms ease; white-space: nowrap; }
.site-nav a:hover { color: var(--inverse); }
.site-nav .nav-price { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; color: var(--accent); line-height: 1.05; }
.site-nav .nav-price small { color: var(--inverse-muted); font-size: 9px; font-weight: 800; letter-spacing: .01em; text-transform: none; }
.nav-action, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  border-radius: 8px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.nav-action { min-height: 50px; gap: 10px; border: 1px solid var(--accent); background: var(--accent); color: var(--ink); padding-inline: 20px; }
.nav-action:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--inverse); cursor: pointer; }

.hero { min-height: calc(100svh - 76px); padding: clamp(48px, 6vw, 80px) 0 30px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr); gap: clamp(42px, 5vw, 68px); align-items: start; }
.eyebrow { margin: 0 0 20px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.25; text-transform: uppercase; }
.eyebrow-yellow { color: var(--accent); }
h1, h2, h3 { font-weight: 800; letter-spacing: -.045em; }
h1 { max-width: 650px; font-size: clamp(54px, 4.5vw, 76px); line-height: .93; }
h1 span { display: block; }
h2 { max-width: 980px; font-size: clamp(44px, 5.7vw, 82px); line-height: .95; }
h3 { font-size: clamp(24px, 2.6vw, 38px); line-height: 1.03; }
.hero-lede { max-width: 560px; margin-top: 30px; color: var(--inverse); font-size: clamp(23px, 2.25vw, 31px); font-weight: 700; line-height: 1.24; letter-spacing: -.025em; }
.hero-support { max-width: 600px; margin-top: 17px; color: var(--inverse-muted); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.5; }
.hero-signals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-signals span { border: 1px solid oklch(98% 0.006 94 / .25); border-radius: 999px; padding: 8px 11px; color: var(--inverse-muted); font-size: 11px; font-weight: 800; }
.hero-signals span:first-child { border-color: var(--accent); color: var(--accent); }
.hero-offer { max-width: 470px; margin-top: 27px; border: 1px solid var(--accent); border-radius: 14px; padding: 16px 19px 17px; background: oklch(91% .19 104 / .07); }
.hero-offer-label { display: block; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1.25; }
.hero-offer-price { display: flex; align-items: baseline; gap: 8px; margin-top: 5px; }
.hero-offer-price strong { color: var(--accent); font-size: clamp(36px, 4.2vw, 56px); line-height: .95; letter-spacing: -.06em; }
.hero-offer-price span { color: var(--inverse); font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.hero-offer-human { margin-top: 11px; color: var(--inverse); font-size: 12px; line-height: 1.45; }
.hero-offer-platform { margin-top: 8px; color: var(--accent); font-size: 11px; line-height: 1.45; }
.hero-offer-note { margin-top: 12px; border-top: 1px solid oklch(98% .006 94 / .16); padding-top: 10px; color: var(--inverse-muted); font-size: 10px; font-weight: 800; line-height: 1.35; letter-spacing: .02em; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 18px; }
.button-primary { gap: 12px; border: 1px solid var(--accent); background: var(--accent); color: var(--ink); }
.button-primary span { font-size: 17px; line-height: 1; }
.button-hero { min-height: 56px; padding-inline: 22px; box-shadow: 0 10px 26px oklch(10% .01 145 / .2); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.text-link-light { color: var(--inverse); }
.text-link-light span { color: var(--accent); font-size: 20px; }
.hero-note { max-width: 475px; margin-top: 28px; color: oklch(82% 0.014 94 / .72); font-size: 12px; line-height: 1.5; }

.hero-visual { min-height: 510px; padding: 15px; border: 1px solid oklch(98% 0.006 94 / .25); border-radius: 18px; background: oklch(22% 0.013 145); box-shadow: 0 28px 90px oklch(10% .01 145 / .35); }
.hero-visual-topline, .hero-visual-footer { display: flex; justify-content: space-between; gap: 14px; color: var(--inverse-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { color: var(--accent); }
.status-dot::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--accent); content: ""; }
.loop-stage { position: relative; min-height: 450px; margin-top: 4px; overflow: hidden; }
.loop-stage::before, .loop-stage::after { display: none; }
.loop-orbit { position: absolute; z-index: 1; border: 1px solid oklch(91% .19 104 / .34); border-radius: 50%; transform-origin: center; animation: loop-spin 22s linear infinite; }
.loop-orbit::before { position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px oklch(91% .19 104 / .12), 0 0 14px oklch(91% .19 104 / .8); content: ""; transform: translateX(-50%); }
.loop-orbit::after { position: absolute; top: -6px; left: calc(50% + 12px); width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid var(--accent); content: ""; }
.loop-orbit-outer { inset: 14% 10%; }
.loop-orbit-inner { inset: 24% 21%; border-style: dashed; border-color: oklch(64% .14 232 / .45); animation-duration: 15s; animation-direction: reverse; }
.loop-orbit-inner::before { background: var(--blue); box-shadow: 0 0 0 5px oklch(64% .14 232 / .12), 0 0 14px oklch(64% .14 232 / .7); }
.loop-orbit-inner::after { border-left-color: var(--blue); }
@keyframes loop-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.loop-core { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; place-items: center; width: 145px; height: 145px; border: 1px solid var(--accent); border-radius: 50%; background: var(--ink); transform: translate(-50%, -50%); }
.core-mark { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 8px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 15px; font-weight: 800; }
.loop-core strong { margin-top: -5px; font-size: 19px; letter-spacing: -.04em; }
.loop-core small { color: var(--inverse-muted); font-size: 10px; font-weight: 700; }
.loop-line { display: none; position: absolute; top: 50%; left: 50%; width: 33%; height: 1px; background: linear-gradient(90deg, oklch(91% .19 104 / .72), transparent); transform-origin: left center; }
.loop-line::after { position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); content: ""; }
.loop-line-one { transform: rotate(-148deg); }.loop-line-two { transform: rotate(-75deg); }.loop-line-three { transform: rotate(-10deg); }.loop-line-four { transform: rotate(53deg); }.loop-line-five { transform: rotate(128deg); }
.loop-node { position: absolute; z-index: 3; display: grid; gap: 2px; width: 125px; padding: 12px; border: 1px solid oklch(98% .006 94 / .2); border-radius: 12px; background: oklch(29% .015 145 / .9); }
.loop-node span { color: var(--accent); font-size: 10px; font-weight: 800; }.loop-node strong { font-size: 14px; letter-spacing: -.03em; }.loop-node small { color: var(--inverse-muted); font-size: 10px; }
.node-signal { top: 6%; left: 7%; }.node-understand { top: 1%; right: 7%; }.node-test { top: 39%; right: 0; }.node-decide { bottom: 6%; right: 11%; }.node-apply { bottom: 5%; left: 9%; }.node-learn { top: 42%; left: 0; }
.hero-visual-footer { align-items: center; min-height: 32px; border-top: 1px solid oklch(98% .006 94 / .14); padding-top: 12px; font-size: 9px; letter-spacing: .04em; }.loop-arrow { color: var(--accent); font-size: 22px; }
.hero-bottom { display: flex; justify-content: space-between; gap: 22px; margin-top: clamp(48px, 8vw, 96px); border-top: 1px solid oklch(98% .006 94 / .2); padding-top: 16px; color: var(--inverse-muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.hero-bottom b { margin-left: 8px; color: var(--accent); font-size: 16px; }

.trust-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); }.trust-strip p { max-width: 470px; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }.trust-rule { height: 1px; background: var(--line); }.trust-aside { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.credibility-section { padding: clamp(82px, 10vw, 132px) 0 0; }.credibility-heading { display: grid; grid-template-columns: .28fr .72fr; gap: clamp(30px, 7vw, 100px); align-items: start; }.credibility-heading .eyebrow { margin-top: 12px; }.credibility-heading h2 { max-width: 900px; }.credibility-heading > div > p { max-width: 720px; margin-top: 25px; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.proof-bar > div { min-height: 205px; padding: 22px 18px; }.proof-bar > div + div { border-left: 1px solid var(--ink); }.proof-bar > div:nth-child(2) { background: var(--surface-yellow); }.proof-bar > div:nth-child(3) { background: var(--surface-lilac); }.proof-bar > div:nth-child(4) { background: var(--surface-mint); }.proof-bar strong { display: block; font-size: clamp(25px, 3vw, 44px); line-height: .95; letter-spacing: -.055em; }.proof-bar span { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.proof-bar small { display: block; max-width: 180px; margin-top: 34px; color: var(--ink-soft); font-size: 11px; line-height: 1.45; }.credibility-close { margin: 49px 0 92px; font-size: clamp(24px, 3.7vw, 52px); font-weight: 800; line-height: 1; letter-spacing: -.055em; }

.problem-section { padding: clamp(90px, 12vw, 170px) 0 0; }.split-heading { display: grid; grid-template-columns: minmax(170px, .24fr) minmax(0, .76fr); gap: clamp(30px, 7vw, 100px); align-items: start; }.split-heading .eyebrow { margin-top: 12px; }.large-copy { max-width: 770px; margin-top: 28px; color: var(--ink-soft); font-size: clamp(20px, 2vw, 29px); line-height: 1.3; letter-spacing: -.025em; }.body-copy { max-width: 700px; margin-top: 21px; color: var(--muted); font-size: 16px; line-height: 1.62; }.problem-question { display: grid; grid-template-columns: .28fr .72fr; column-gap: 40px; margin-top: clamp(74px, 10vw, 136px); border-top: 1px solid var(--ink); padding: 24px 0 clamp(90px, 12vw, 160px); }.problem-question span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.problem-question p { color: var(--muted); font-size: clamp(24px, 3vw, 42px); font-weight: 800; letter-spacing: -.04em; }.problem-question .question-arrow { grid-column: 1; margin-top: 32px; font-size: 28px; }.problem-question strong { grid-column: 2; max-width: 780px; margin-top: 34px; font-size: clamp(32px, 4vw, 59px); line-height: 1; letter-spacing: -.05em; }

.few-many { padding: clamp(90px, 12vw, 160px) 0; }.section-intro { max-width: 950px; }.narrow-intro { max-width: 780px; }.section-intro > p:last-child { max-width: 620px; margin-top: 25px; color: var(--ink-soft); font-size: 20px; line-height: 1.45; }.few-many-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 70px; }.pace-panel { min-height: 490px; display: flex; flex-direction: column; padding: clamp(26px, 4vw, 50px); border: 1px solid var(--ink); border-radius: 18px; }.pace-pioneers { background: var(--surface-yellow); }.pace-many { background: var(--surface); }.panel-index { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.pace-panel h3 { max-width: 440px; margin-top: 94px; }.pace-panel p { max-width: 460px; margin-top: 20px; color: var(--ink-soft); font-size: 16px; line-height: 1.56; }.minimal-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }.minimal-list li { border: 1px solid var(--ink); border-radius: 999px; padding: 7px 10px; font-size: 11px; font-weight: 800; }.panel-end { margin-top: auto; padding-top: 28px; color: var(--muted); font-size: 12px; font-weight: 800; }.few-many-statement { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 95px; border-top: 1px solid var(--ink); padding-top: 24px; }.few-many-statement p { font-size: clamp(24px, 3.8vw, 58px); font-weight: 800; line-height: .98; letter-spacing: -.06em; }.few-many-statement em { display: block; color: var(--lilac); font-style: normal; }.few-many-statement p:nth-child(2) em { color: var(--blue); }.few-many-statement p:nth-child(3) em { color: var(--mint); }.center-copy { max-width: 650px; margin: 50px auto 0; color: var(--ink-soft); text-align: center; font-size: 16px; line-height: 1.6; }

.sota-section { padding: clamp(92px, 12vw, 170px) 0; }.sota-heading { display: grid; grid-template-columns: .32fr .68fr; gap: 35px; align-items: end; }.sota-heading h2 { font-size: clamp(48px, 7vw, 104px); }.sota-heading h2 span { color: var(--accent); }.sota-heading > p:last-child { grid-column: 2; max-width: 580px; color: var(--inverse-muted); font-size: 18px; line-height: 1.5; }.sota-questions { display: flex; flex-wrap: wrap; gap: 8px; margin: 80px 0 30px; }.sota-questions span { border: 1px solid oklch(98% .006 94 / .23); border-radius: 999px; padding: 9px 13px; color: var(--inverse-muted); font-size: 12px; font-weight: 800; }.sota-questions span:nth-child(2) { border-color: var(--blue); }.sota-questions span:nth-child(4) { border-color: var(--accent); color: var(--accent); }.quote-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid oklch(98% .006 94 / .23); border-bottom: 1px solid oklch(98% .006 94 / .23); }.quote-grid blockquote { min-height: 180px; margin: 0; padding: 24px 20px 22px; color: var(--inverse); font-size: 18px; font-weight: 800; line-height: 1.2; letter-spacing: -.03em; }.quote-grid blockquote + blockquote { border-left: 1px solid oklch(98% .006 94 / .23); }.quote-grid blockquote:nth-child(1) { color: var(--accent); }.quote-grid blockquote:nth-child(2) { color: var(--blue); }.quote-grid blockquote:nth-child(3) { color: var(--inverse-muted); }.quote-grid blockquote:nth-child(4) { color: var(--mint); }.sota-close { display: grid; grid-template-columns: .32fr .68fr; gap: 35px; align-items: start; margin-top: 80px; }.sota-close span { color: var(--inverse-muted); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.sota-close strong { font-size: clamp(31px, 4vw, 57px); line-height: 1; letter-spacing: -.05em; }

.rhythm-section { padding: clamp(90px, 12vw, 155px) 0 0; }.rhythm-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 125px); align-items: center; }.rhythm-copy h2 span { color: var(--blue); }.rhythm-meta { display: flex; align-items: center; gap: 10px; margin-top: 32px; color: var(--muted); font-size: 12px; font-weight: 800; }.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px oklch(64% .14 232 / .13); }.rhythm-board { min-height: 475px; padding: 18px; border: 1px solid var(--ink); border-radius: 18px; background: var(--surface); }.board-head, .board-foot { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.board-head { padding-bottom: 17px; border-bottom: 1px solid var(--line); }.board-items { display: flex; flex-wrap: wrap; align-content: start; gap: 10px; padding: 28px 10px; }.board-item { position: relative; display: inline-flex; align-items: center; min-height: 58px; border: 1px solid var(--ink); border-radius: 9px; padding: 0 14px; color: var(--ink); font-size: 12px; font-weight: 800; line-height: 1.2; transform: rotate(-1deg); }.board-item:nth-child(2n) { transform: rotate(1deg); }.item-yellow { background: var(--accent); }.item-blue { background: oklch(90% .065 230); }.item-lilac { background: oklch(90% .075 301); }.item-mint { background: oklch(88% .09 165); }.item-white { background: var(--surface); }.board-foot { border-top: 1px solid var(--line); padding-top: 17px; }.board-foot strong { color: var(--ink); }.rhythm-statement { margin-top: 115px; border-top: 1px solid var(--ink); padding: 22px 0 92px; font-size: clamp(28px, 4vw, 58px); font-weight: 800; line-height: 1; letter-spacing: -.05em; }

.knowledge-section { padding: clamp(90px, 12vw, 150px) 0; }.knowledge-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(45px, 9vw, 130px); align-items: start; }.knowledge-tags { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 48px; }.knowledge-tags span { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 13px; background: var(--surface); font-size: 12px; font-weight: 800; }.knowledge-tags span:nth-child(3n) { background: var(--surface-lilac); }.knowledge-tags span:nth-child(4n) { background: var(--surface-mint); }.knowledge-tags span:nth-child(5n) { background: var(--surface-yellow); }

.agnostic-section { padding: clamp(90px, 12vw, 150px) 0; }.spectrum { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 73px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.spectrum-step { min-height: 355px; padding: 22px 18px 24px; background: var(--surface); }.spectrum-step + .spectrum-step { border-left: 1px solid var(--ink); }.spectrum-step:nth-child(2) { background: var(--surface-blue); }.spectrum-step:nth-child(3) { background: var(--surface-lilac); }.spectrum-step:nth-child(4) { background: var(--surface-yellow); }.spectrum-step > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; font-weight: 800; }.spectrum-step small { display: block; margin-top: 37px; font-size: 10px; font-weight: 800; letter-spacing: .14em; }.spectrum-step h3 { margin-top: 16px; font-size: clamp(20px, 2vw, 28px); }.spectrum-step strong { display: block; margin-top: 28px; color: var(--muted); font-size: 13px; }.agnostic-close { display: flex; justify-content: space-between; gap: 28px; margin-top: 42px; font-size: clamp(22px, 3vw, 39px); font-weight: 800; letter-spacing: -.045em; }.agnostic-close span { color: var(--lilac); }
.platform-overview-section { padding: clamp(90px, 12vw, 150px) 0; background: var(--surface-blue); }.platform-overview-heading { display: grid; grid-template-columns: .28fr .72fr; gap: clamp(30px, 7vw, 100px); align-items: start; }.platform-overview-heading .eyebrow { margin-top: 12px; }.platform-overview-heading h2 { max-width: 900px; }.platform-overview-heading > div > p { max-width: 720px; margin-top: 25px; color: var(--ink-soft); font-size: 19px; line-height: 1.5; }.capability-wall { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; margin-top: 72px; }.capability-card { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--ink); border-radius: 16px; padding: 19px; background: var(--surface); }.capability-card span { color: var(--muted); font-size: 10px; font-weight: 800; }.capability-card h3 { margin-top: 32px; font-size: clamp(21px, 2.4vw, 33px); }.capability-card p { margin-top: auto; padding-top: 24px; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }.capability-radar { grid-column: span 4; background: var(--surface-yellow); }.capability-spaces { grid-column: span 4; background: var(--surface); }.capability-boards { grid-column: span 4; background: var(--surface-lilac); }.capability-agents { grid-column: span 3; background: var(--surface-mint); }.capability-companions { grid-column: span 5; background: var(--surface); }.capability-multimodal { grid-column: span 4; background: var(--surface-yellow); }.platform-overview-footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 20px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.platform-overview-footer small { color: var(--ink-soft); font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: none; }.platform-wow { margin-top: 80px; border-top: 1px solid var(--ink); padding-top: 21px; font-size: clamp(26px, 4vw, 55px); font-weight: 800; line-height: 1; letter-spacing: -.055em; }.platform-wow strong { color: var(--blue); }
.platform-architecture { display: grid; grid-template-columns: .28fr .72fr; gap: clamp(20px, 6vw, 80px); margin-top: 48px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 20px 0; }.platform-architecture strong { font-size: 18px; letter-spacing: -.03em; }.platform-architecture p { max-width: 720px; color: var(--ink-soft); font-size: 15px; line-height: 1.5; }.platform-architecture span { grid-column: 2; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.platform-trust { display: grid; grid-template-columns: .28fr .72fr; gap: clamp(20px, 6vw, 80px); margin-top: 60px; border-top: 1px solid var(--ink); padding-top: 22px; }.platform-trust .eyebrow { margin-top: 8px; }.platform-trust h3 { max-width: 720px; font-size: clamp(25px, 3vw, 42px); }.platform-trust p:last-child { max-width: 720px; margin-top: 14px; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }
.platform-overview-section { padding-block: clamp(72px, 9vw, 112px); }.platform-overview-section .capability-wall { margin-top: 54px; }.platform-overview-section .capability-radar, .platform-overview-section .capability-spaces, .platform-overview-section .capability-agents, .platform-overview-section .capability-companions { grid-column: span 3; }.platform-proof-inline { max-width: 860px; margin-top: 52px; }.platform-proof-inline img { width: 100%; border: 1px solid var(--ink); border-radius: 15px; background: var(--surface); }.platform-proof-inline figcaption { display: flex; justify-content: space-between; gap: 18px; margin-top: 11px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.platform-proof-inline figcaption span:first-child { color: var(--ink); }

.bridge-section { padding: clamp(82px, 11vw, 142px) 0; }.bridge-grid { display: grid; grid-template-columns: .3fr .7fr; gap: 50px; align-items: start; }.bridge-grid h2 { max-width: 900px; }.bridge-grid p:not(.eyebrow) { max-width: 730px; margin-top: 28px; color: var(--inverse-muted); font-size: 20px; line-height: 1.45; }.bridge-progression { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 32px; }.bridge-progression span { border: 1px solid oklch(98% .006 94 / .28); border-radius: 999px; padding: 8px 11px; color: var(--inverse); font-size: 11px; font-weight: 800; }.bridge-progression span:last-child { border-color: var(--accent); color: var(--accent); }.bridge-progression b { color: var(--accent); }.bridge-note { display: inline-block; margin-top: 28px; color: var(--accent); font-size: 13px; font-weight: 800; }

.wedges-section { padding: clamp(90px, 12vw, 150px) 0; }.wedge-grid { display: grid; gap: 18px; margin-top: 72px; }.wedge-card { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(30px, 6vw, 82px); overflow: hidden; border: 1px solid var(--ink); border-radius: 18px; padding: clamp(25px, 4vw, 48px); }.wedge-companions { background: var(--surface-yellow); }.wedge-output { background: var(--surface-lilac); }.wedge-copy h3 { max-width: 475px; margin-top: 92px; }.wedge-copy p { max-width: 470px; margin-top: 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }.wedge-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }.wedge-tags span { border: 1px solid var(--ink); border-radius: 999px; padding: 7px 9px; font-size: 10px; font-weight: 800; }.wedge-statement { display: block; margin-top: 35px; color: var(--lilac); font-size: clamp(22px, 2.8vw, 36px); line-height: 1; letter-spacing: -.05em; }.wedge-output .wedge-statement { color: var(--blue); font-size: clamp(19px, 2.2vw, 29px); }.product-proof { align-self: center; min-width: 0; }.product-proof img { width: 100%; border: 1px solid var(--ink); border-radius: 13px; background: var(--surface); }.product-proof-dark img { background: var(--ink); }.product-proof figcaption, .spaces-proof figcaption { display: flex; justify-content: space-between; gap: 18px; margin-top: 11px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.product-proof figcaption span:first-child { color: var(--ink); }.output-steps { display: flex; gap: 9px; margin-top: 26px; }.output-steps span { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; }.output-steps b { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; }

.spaces-section { padding: clamp(90px, 12vw, 150px) 0 0; }.spaces-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(50px, 9vw, 130px); align-items: center; }.knowledge-loop { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 35px; color: var(--ink); font-size: 12px; font-weight: 800; }.knowledge-loop span { border-bottom: 2px solid var(--mint); padding-bottom: 4px; }.knowledge-loop b { color: var(--muted); }.spaces-proof img { width: 100%; border: 1px solid var(--ink); border-radius: 15px; background: var(--surface); }.spaces-statement { margin-top: 110px; border-top: 1px solid var(--ink); padding: 22px 0 94px; font-size: clamp(27px, 4vw, 56px); font-weight: 800; line-height: 1; letter-spacing: -.055em; }.spaces-statement strong { color: var(--blue); }

.logic-section { padding: clamp(90px, 12vw, 150px) 0; }.dark-intro h2 { max-width: 800px; }.logic-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1.15fr auto 1fr auto 1fr; gap: 13px; align-items: center; margin-top: 75px; }.logic-flow > div { min-height: 158px; padding: 17px; border: 1px solid oklch(98% .006 94 / .24); border-radius: 12px; }.logic-flow > div.logic-highlight { border-color: var(--accent); background: oklch(91% .19 104 / .12); }.logic-flow span { display: block; color: var(--accent); font-size: 10px; font-weight: 800; }.logic-flow strong { display: block; margin-top: 37px; font-size: 18px; line-height: 1; letter-spacing: -.04em; }.logic-flow small { display: block; margin-top: 9px; color: var(--inverse-muted); font-size: 10px; line-height: 1.3; }.logic-flow i { color: var(--accent); font-size: 22px; font-style: normal; }.logic-close { max-width: 690px; margin: 56px auto 0; color: var(--inverse-muted); text-align: center; font-size: 19px; line-height: 1.45; }

.use-cases-section { padding: clamp(90px, 12vw, 150px) 0; }.use-cases-section .section-intro h2 span { color: var(--lilac); }.use-case-layout { display: grid; grid-template-columns: .35fr .65fr; gap: 30px; margin-top: 72px; border-top: 1px solid var(--ink); }.use-case-tabs { display: grid; align-content: start; gap: 0; padding-top: 16px; }.use-case-tab { display: flex; justify-content: space-between; align-items: center; border: 0; border-bottom: 1px solid var(--line); padding: 16px 13px 16px 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 14px; font-weight: 800; text-align: left; }.use-case-tab::after { content: "↗"; color: var(--line); font-size: 17px; }.use-case-tab:hover, .use-case-tab.is-active { color: var(--ink); }.use-case-tab.is-active::after { color: var(--lilac); }.use-case-panel { min-height: 360px; padding: 22px 0 25px clamp(20px, 5vw, 70px); border-left: 1px solid var(--line); }.case-content { display: none; }.case-content.is-active { display: block; }.case-number { color: var(--lilac); font-size: 11px; font-weight: 800; letter-spacing: .13em; }.case-content h3 { max-width: 580px; margin-top: 76px; font-size: clamp(30px, 4vw, 56px); }.case-content p { max-width: 560px; margin-top: 22px; color: var(--ink-soft); font-size: 17px; line-height: 1.58; }.case-result { display: inline-block; margin-top: 34px; border-radius: 999px; padding: 9px 12px; background: var(--surface-lilac); color: var(--lilac); font-size: 11px; font-weight: 800; }.use-case-close { margin-top: 86px; border-top: 1px solid var(--ink); padding-top: 22px; font-size: clamp(23px, 3.2vw, 44px); font-weight: 800; line-height: 1; letter-spacing: -.05em; }.use-case-close strong { color: var(--blue); }
.use-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 60px; }.compact-case-card { min-height: 320px; display: flex; flex-direction: column; border: 1px solid var(--ink); border-radius: 16px; padding: 20px; background: var(--surface); }.compact-case-card:nth-child(2) { background: var(--surface-blue); }.compact-case-card:nth-child(3) { background: var(--surface-mint); }.compact-case-card h3 { margin-top: 34px; font-size: clamp(24px, 2.7vw, 38px); }.compact-case-card p { max-width: 255px; margin-top: 17px; color: var(--ink-soft); font-size: 14px; line-height: 1.52; }.compact-case-card strong { margin-top: auto; padding-top: 25px; color: var(--muted); font-size: 11px; line-height: 1.35; }

.included-section { padding: clamp(90px, 12vw, 150px) 0; }.included-list { margin-top: 72px; border-top: 1px solid var(--ink); }.included-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 25px; align-items: start; border-bottom: 1px solid var(--ink); padding: 25px 0; }.included-index { color: var(--lilac); font-size: 13px; font-weight: 800; }.included-item h3 { font-size: 25px; letter-spacing: -.035em; }.included-item p { max-width: 640px; margin-top: 8px; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }.included-item > strong { color: var(--muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }.included-footnote { max-width: 640px; margin: 25px 0 0 95px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.pricing-section { padding: clamp(90px, 12vw, 150px) 0; }.pricing-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: clamp(50px, 9vw, 130px); align-items: start; }.pricing-copy h2 { color: var(--accent); font-size: clamp(64px, 9vw, 132px); line-height: .87; }.pricing-copy h2 span { display: block; margin-top: 14px; color: var(--inverse); font-size: clamp(22px, 3vw, 38px); letter-spacing: -.04em; }.pricing-copy > p { max-width: 470px; margin-top: 28px; color: var(--inverse-muted); font-size: 18px; line-height: 1.45; }.pricing-copy > p.pricing-commitment { margin-top: 15px; color: var(--inverse-muted); font-size: 14px; line-height: 1.4; }.pricing-commitment strong { color: var(--accent); }.pricing-copy > p.pricing-independence { max-width: 470px; margin-top: 17px; color: var(--inverse-muted); font-size: 13px; line-height: 1.45; }.pricing-independence strong { color: var(--accent); }.pricing-copy .button { margin-top: 27px; }.button-pricing { min-height: 53px; padding-inline: 22px; }.pricing-copy small { display: block; max-width: 390px; margin-top: 17px; color: var(--inverse-muted); font-size: 11px; line-height: 1.5; }.pricing-list { border-top: 1px solid oklch(98% .006 94 / .3); }.pricing-list > span { display: block; padding: 18px 0; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.pricing-list li { border-top: 1px solid oklch(98% .006 94 / .18); padding: 13px 0; color: var(--inverse); font-size: 14px; line-height: 1.35; }.pricing-list li::before { display: inline-block; width: 23px; color: var(--accent); content: "✓"; }
.sensemaking-sprint { margin-top: clamp(76px, 9vw, 120px); border-top: 1px solid oklch(98% .006 94 / .35); padding-top: 24px; }.sprint-heading { display: grid; grid-template-columns: .28fr .72fr; gap: clamp(30px, 7vw, 100px); }.sprint-heading h3 { max-width: 760px; color: var(--inverse); font-size: clamp(34px, 5vw, 66px); line-height: .96; letter-spacing: -.055em; }.sprint-heading > div > p { max-width: 690px; margin-top: 20px; color: var(--inverse-muted); font-size: 16px; line-height: 1.5; }.sprint-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid oklch(98% .006 94 / .3); border-bottom: 1px solid oklch(98% .006 94 / .3); }.sprint-steps li { min-height: 300px; display: flex; flex-direction: column; padding: 22px 22px 24px 0; }.sprint-steps li + li { border-left: 1px solid oklch(98% .006 94 / .3); padding-left: 22px; }.sprint-steps span { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .13em; }.sprint-steps h4 { margin-top: 48px; color: var(--inverse); font-size: clamp(24px, 3vw, 38px); letter-spacing: -.045em; }.sprint-steps p { max-width: 360px; margin-top: 15px; color: var(--inverse-muted); font-size: 14px; line-height: 1.5; }.sprint-steps strong { margin-top: auto; padding-top: 30px; color: var(--inverse); font-size: 12px; line-height: 1.4; }.sprint-note { max-width: 900px; margin-top: 20px; color: var(--inverse-muted); font-size: 12px; line-height: 1.5; }.sprint-note strong { color: var(--accent); }

.faq-section { padding: clamp(90px, 12vw, 150px) 0; }.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); align-items: start; }.faq-heading h2 { max-width: 520px; }.faq-heading > p:last-child { max-width: 430px; margin-top: 25px; color: var(--muted); font-size: 16px; line-height: 1.55; }.faq-list { border-top: 1px solid var(--ink); }.faq-list details { border-bottom: 1px solid var(--ink); }.faq-list summary { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 23px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; letter-spacing: -.025em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { color: var(--lilac); content: "+"; font-size: 24px; font-weight: 500; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 690px; padding: 0 40px 24px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.58; }
.about-section { padding: clamp(90px, 12vw, 150px) 0; }.about-grid { display: grid; grid-template-columns: .28fr .72fr; gap: clamp(30px, 7vw, 100px); align-items: start; }.about-grid > .eyebrow { margin-top: 12px; }.about-grid h2 { max-width: 850px; }.about-emphasis { display: block; margin-top: 35px; color: var(--lilac); font-size: clamp(25px, 3.5vw, 46px); line-height: 1; letter-spacing: -.055em; }.about-proof { margin-top: 40px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.final-cta { min-height: 76svh; display: grid; align-items: center; padding: clamp(90px, 12vw, 160px) 0; }.final-cta-inner { text-align: center; }.final-cta h2 { max-width: 980px; margin-inline: auto; font-size: clamp(50px, 7.5vw, 108px); }.final-cta-inner > p:not(.eyebrow) { max-width: 610px; margin: 27px auto 0; color: var(--inverse-muted); font-size: clamp(19px, 2vw, 26px); line-height: 1.35; }.button-large { margin-top: 35px; padding-inline: 23px; }.final-caption { display: block; margin-top: 18px; color: var(--inverse-muted); font-size: 11px; font-weight: 800; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 28px clamp(18px, 4vw, 44px); border-top: 1px solid oklch(98% .006 94 / .2); }.site-footer .brand { width: 105px; }.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 19px; color: var(--inverse-muted); font-size: 11px; font-weight: 800; }.footer-links a:hover { color: var(--accent); }.site-footer p { color: var(--inverse-muted); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease-out, transform 700ms ease-out; }.reveal-delay-1 { transition-delay: 120ms; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { gap: 18px; }.site-nav { gap: 15px; font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }.hero-visual { max-width: 760px; width: 100%; justify-self: end; }.hero-copy { max-width: 760px; }
  .sota-heading, .sota-close { grid-template-columns: .24fr .76fr; }.quote-grid { grid-template-columns: repeat(2, 1fr); }.quote-grid blockquote:nth-child(3) { border-left: 0; border-top: 1px solid oklch(98% .006 94 / .23); }.quote-grid blockquote:nth-child(4) { border-top: 1px solid oklch(98% .006 94 / .23); }
  .spectrum { grid-template-columns: repeat(2, 1fr); }.spectrum-step:nth-child(3) { border-top: 1px solid var(--ink); border-left: 0; }.spectrum-step:nth-child(4) { border-top: 1px solid var(--ink); }
  .logic-flow { grid-template-columns: repeat(5, 1fr); gap: 8px; }.logic-flow i { display: none; }.wedge-card { grid-template-columns: 1fr; }.wedge-copy h3 { margin-top: 50px; }.product-proof { max-width: 820px; }.pricing-grid { grid-template-columns: 1fr 1fr; }.credibility-heading, .platform-overview-heading, .about-grid { grid-template-columns: .24fr .76fr; }.use-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 32px, 680px); }
  html { scroll-padding-top: 68px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; padding-inline: 16px; }.site-header .brand { width: 106px; }.menu-toggle { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; text-transform: uppercase; }.menu-icon { display: grid; gap: 4px; }.menu-icon i { display: block; width: 18px; height: 1px; background: var(--inverse); }.site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid oklch(98% .006 94 / .25); background: var(--ink); }.site-nav.is-open { display: flex; }.site-nav a { border-top: 1px solid oklch(98% .006 94 / .15); padding: 16px; }.nav-action { display: none; }
  .hero { min-height: auto; padding-top: 46px; }.hero-grid { gap: 48px; }h1 { font-size: clamp(40px, 13vw, 54px); }.hero-visual { min-height: 390px; padding: 11px; }.loop-stage { min-height: 340px; }.loop-core { width: 106px; height: 106px; }.loop-core strong { font-size: 15px; }.loop-core small { font-size: 8px; }.core-mark { width: 23px; height: 23px; margin-bottom: 4px; font-size: 12px; }.loop-node { width: 100px; padding: 9px; }.loop-node strong { font-size: 11px; }.loop-node small { font-size: 8px; }.node-signal { top: 4%; left: 0; }.node-understand { top: 2%; right: 0; }.node-test { top: 37%; right: -3%; }.node-decide { bottom: 3%; right: 2%; }.node-apply { bottom: 3%; left: 2%; }.node-learn { top: 38%; left: -3%; }.hero-visual-footer { font-size: 8px; }.hero-bottom { display: none; }
  .hero-offer { margin-top: 24px; padding: 15px 16px 16px; }.hero-offer-price strong { font-size: 42px; }.hero-offer-price span { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.button { width: 100%; }.button-hero { min-height: 58px; }.text-link { justify-content: center; }
  .trust-strip { grid-template-columns: 1fr; gap: 9px; min-height: auto; padding: 26px 0; }.trust-rule { width: 100%; }.trust-aside { font-size: 10px; }
  .split-heading, .sota-heading, .sota-close, .bridge-grid, .rhythm-grid, .knowledge-grid, .spaces-grid, .pricing-grid, .faq-grid, .credibility-heading, .platform-overview-heading, .platform-architecture, .platform-trust, .sprint-heading, .about-grid { grid-template-columns: 1fr; gap: 28px; }.platform-architecture span { grid-column: 1; }.problem-question { grid-template-columns: 1fr; gap: 18px; }.problem-question .question-arrow, .problem-question strong { grid-column: 1; }.problem-question .question-arrow { margin-top: 8px; }.problem-question strong { margin-top: 8px; }
  .few-many-grid, .quote-grid, .spectrum, .logic-flow { grid-template-columns: 1fr; }.pace-panel { min-height: 420px; }.pace-panel h3 { margin-top: 60px; }.few-many-statement { grid-template-columns: 1fr; gap: 22px; margin-top: 65px; }.few-many-statement p { font-size: 41px; }.sota-heading > p:last-child { grid-column: 1; }.sota-questions { margin-top: 55px; }.quote-grid blockquote, .quote-grid blockquote + blockquote, .quote-grid blockquote:nth-child(3), .quote-grid blockquote:nth-child(4) { border-left: 0; border-top: 1px solid oklch(98% .006 94 / .23); }.quote-grid blockquote:first-child { border-top: 0; }.sota-close { margin-top: 60px; }.sota-close strong { font-size: 37px; }
  .rhythm-board { min-height: 390px; }.board-items { gap: 7px; padding-inline: 0; }.board-item { min-height: 50px; font-size: 10px; }.rhythm-statement { margin-top: 75px; padding-bottom: 60px; }
  .knowledge-tags { padding-top: 15px; }.spectrum-step { min-height: 280px; }.spectrum-step + .spectrum-step, .spectrum-step:nth-child(3), .spectrum-step:nth-child(4) { border-left: 0; border-top: 1px solid var(--ink); }.agnostic-close { flex-direction: column; gap: 8px; }.proof-bar { grid-template-columns: 1fr; margin-top: 48px; }.proof-bar > div { min-height: 150px; }.proof-bar > div + div { border-top: 1px solid var(--ink); border-left: 0; }.proof-bar small { margin-top: 20px; }.credibility-close { margin-bottom: 66px; }.capability-wall { grid-template-columns: 1fr; margin-top: 48px; }.capability-card, .capability-radar, .capability-spaces, .capability-boards, .capability-agents, .capability-companions, .capability-multimodal { grid-column: auto; min-height: 175px; }.platform-overview-footer { flex-direction: column; gap: 8px; }.platform-wow { margin-top: 60px; }.about-proof { line-height: 1.5; }
  .wedge-card { padding: 20px; }.wedge-copy h3 { margin-top: 58px; }.output-steps { flex-wrap: wrap; }.product-proof figcaption, .spaces-proof figcaption { flex-direction: column; gap: 5px; }
  .logic-flow { gap: 8px; }.logic-flow > div { min-height: 112px; }.logic-flow strong { margin-top: 20px; }.use-case-grid { grid-template-columns: 1fr; margin-top: 48px; }.compact-case-card { min-height: 275px; }.compact-case-card h3 { margin-top: 52px; }.use-case-close { margin-top: 58px; }
  .included-item { grid-template-columns: 40px 1fr; gap: 15px; }.included-item > strong { grid-column: 2; }.included-footnote { margin-left: 55px; }.pricing-copy h2 { font-size: 88px; }.pricing-copy > p.pricing-commitment { margin-top: 13px; }.pricing-list { margin-top: 22px; }.sensemaking-sprint { margin-top: 70px; }.sprint-steps { grid-template-columns: 1fr; }.sprint-steps li { min-height: 245px; padding: 22px 0 24px; }.sprint-steps li + li { border-top: 1px solid oklch(98% .006 94 / .3); border-left: 0; padding-left: 0; }.sprint-steps h4 { margin-top: 35px; }.faq-list { margin-top: 25px; }.final-cta { min-height: 75svh; }.site-footer { grid-template-columns: 1fr; gap: 22px; }.footer-links { justify-content: flex-start; }.site-footer p { order: 3; }
}

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