:root {
  --paper: #f3f1ea;
  --paper-2: #fbfaf6;
  --paper-3: #eae8e0;
  --ink: #20251f;
  --ink-soft: #5d645d;
  --forest: #285c3b;
  --forest-deep: #173b26;
  --forest-black: #10281a;
  --moss: #8ba47f;
  --mint: #d9e5d6;
  --lime: #dfe982;
  --amber: #d89635;
  --rose: #c65f53;
  --line: rgba(32, 37, 31, 0.14);
  --line-inverse: rgba(255, 255, 255, 0.17);
  --shadow: 0 28px 70px rgba(32, 37, 31, 0.13);
  --sans: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Bricolage Grotesque", var(--sans);
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--paper-2);
  background: var(--forest);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(4rem, 8vw, 8.4rem);
}

h2 {
  font-size: clamp(2.75rem, 5.1vw, 5.8rem);
}

h3 {
  font-size: 1.4rem;
  line-height: 1.08;
}

.section-shell {
  width: min(1440px, calc(100% - 72px));
  margin-inline: auto;
}

.section {
  padding-block: clamp(96px, 11vw, 176px);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: white;
  background: var(--forest-deep);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.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;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.eyebrow,
.mono-label {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 24px;
  color: var(--forest);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) 1.25fr 0.72fr;
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(50px, 6.5vw, 92px);
}

.section-heading .eyebrow {
  align-self: start;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading > p:last-child {
  max-width: 35rem;
  color: var(--ink-soft);
}

.section-heading.light,
.section-heading.light .eyebrow {
  color: var(--paper-2);
}

.section-heading.light > p:last-child {
  color: rgba(255, 255, 255, 0.63);
}

.site-nav {
  position: fixed;
  z-index: 50;
  top: 18px;
  right: 0;
  left: 0;
  pointer-events: none;
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1380px, calc(100% - 42px));
  min-height: 66px;
  margin: auto;
  padding: 8px 8px 8px 18px;
  border: 1px solid transparent;
  border-radius: 11px;
  pointer-events: auto;
  transition: background 280ms var(--ease), border-color 280ms var(--ease), box-shadow 280ms var(--ease);
}

.site-nav.scrolled .nav-shell,
.site-nav:focus-within .nav-shell {
  border-color: rgba(32, 37, 31, 0.09);
  background: rgba(251, 250, 246, 0.9);
  box-shadow: 0 12px 38px rgba(32, 37, 31, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand-mark {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 7px 7px 7px 2px;
  color: white;
  background: var(--forest);
  font-family: var(--display);
  font-weight: 800;
}

.brand-mark.small {
  width: 28px;
  height: 28px;
  font-size: 0.82rem;
}

.brand-mark.large {
  width: 58px;
  height: 58px;
  font-size: 1.6rem;
}

.nav-links {
  display: flex;
  gap: 34px;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms var(--ease);
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-action {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-self: end;
  padding-left: 18px;
  border-radius: 8px;
  color: white;
  background: var(--forest);
  font-size: 0.82rem;
  font-weight: 700;
}

.action-orb {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  font-size: 1rem;
}

.menu-button,
.mobile-menu {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding-left: 22px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 220ms var(--ease), background 220ms var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: var(--forest);
}

.button-primary:hover {
  background: var(--forest-deep);
}

.button-light {
  color: var(--forest-deep);
  background: var(--paper-2);
}

.button-light .action-orb {
  border-color: rgba(23, 59, 38, 0.17);
}

.text-action {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 12px 2px;
  border-bottom: 1px solid rgba(32, 37, 31, 0.38);
  font-size: 0.84rem;
  font-weight: 700;
}

.text-action.light {
  border-color: rgba(255, 255, 255, 0.38);
  color: white;
}

.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 34px;
}

.micro-copy {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}

.reveal-delay-1 {
  transition-delay: 110ms;
}

.reveal-delay-2 {
  transition-delay: 220ms;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Customer landing */
.page-landing {
  overflow-x: clip;
}

.hero {
  display: grid;
  grid-template-columns: minmax(380px, 0.75fr) minmax(660px, 1.45fr);
  gap: clamp(50px, 6vw, 110px);
  align-items: center;
  min-height: 930px;
  padding-top: 150px;
  padding-bottom: 90px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin-bottom: 34px;
  white-space: nowrap;
}

.hero-lede {
  max-width: 35rem;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.25vw, 1.24rem);
  line-height: 1.65;
}

.ink-swipe {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.ink-swipe::after {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: 0.04em;
  left: -0.03em;
  height: 0.18em;
  border-radius: 20px 3px 20px 2px;
  background: var(--lime);
  content: "";
  transform: rotate(-1.5deg);
}

.product-stage {
  position: relative;
  min-width: 0;
  transform: rotate(0.7deg);
}

.bezel {
  padding: 10px;
  border: 1px solid rgba(32, 37, 31, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: var(--shadow);
}

.bezel-product {
  padding: 11px;
  box-shadow: 0 42px 100px rgba(23, 59, 38, 0.18);
}

.product-window {
  display: grid;
  grid-template-columns: 66px minmax(440px, 1fr) 240px;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(32, 37, 31, 0.11);
  border-radius: 11px;
  background: var(--paper-2);
}

.window-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 0;
  border-right: 1px solid var(--line);
  background: #eeece5;
}

.rail-items {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 11px;
  margin-top: 42px;
}

.rail-items span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 8px;
  color: #6e766e;
  font-size: 0.86rem;
}

.rail-items span.active {
  color: white;
  background: var(--forest);
}

.avatar {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #9b6257;
  font-size: 0.7rem;
  font-weight: 700;
}

.window-main {
  padding: 34px 34px 28px;
}

.window-heading,
.mock-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.window-heading h2,
.mock-toolbar h3 {
  margin: 5px 0 0;
  font-size: 2.3rem;
}

.mono-label,
.document-dna {
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-count {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-family: var(--mono);
  font-size: 0.62rem;
}

.next-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  margin: 30px 0;
  padding: 18px;
  border-radius: 10px;
  color: white;
  background: var(--forest-deep);
}

.file-preview {
  min-height: 150px;
  padding: 30px 18px 12px;
  border-radius: 5px;
  background: #e9e6dd;
}

.file-preview span {
  display: block;
  width: 45%;
  height: 8px;
  margin-bottom: 22px;
  background: #aa5048;
}

.file-preview i {
  display: block;
  height: 4px;
  margin: 9px 0;
  background: #b6b3aa;
}

.next-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.state {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.state-danger {
  color: #572a25;
  background: #f1b7b0;
}

.state-warning {
  color: #4d3a16;
  background: #ebce8f;
}

.next-card h3 {
  max-width: 18rem;
  margin: 13px 0 8px;
  font-size: 1.5rem;
  line-height: 1.08;
}

.next-card .document-dna {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.57);
}

.mini-actions {
  display: flex;
  gap: 18px;
  margin-top: auto;
  font-size: 0.68rem;
}

.mini-actions b {
  color: var(--lime);
}

.list-label {
  margin: 0 0 10px;
}

.file-list {
  border-top: 1px solid var(--line);
}

.file-list > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 63px;
  padding: 9px 8px;
  border-bottom: 1px solid var(--line);
}

.file-list > div.tinted {
  background: #f1e7d5;
}

.file-tile {
  display: grid;
  width: 37px;
  height: 42px;
  place-items: center;
  border-radius: 4px;
  color: var(--forest-deep);
  background: var(--mint);
  font-family: var(--mono);
  font-size: 0.51rem;
  font-weight: 600;
}

.file-list p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.3;
}

.file-list b {
  font-size: 0.74rem;
}

.file-list small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.63rem;
}

.file-list i {
  color: var(--ink-soft);
  font-style: normal;
}

.window-assistant {
  padding: 34px 22px;
  border-left: 1px solid var(--line);
  background: #e5eadf;
}

.assistant-spark {
  display: grid;
  width: 35px;
  height: 35px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--forest);
}

.window-assistant h3 {
  margin: 12px 0 15px;
  font-size: 1.2rem;
}

.window-assistant > p:not(.mono-label) {
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.evidence-note {
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid rgba(32, 37, 31, 0.2);
}

.evidence-note b,
.evidence-note span {
  display: block;
  font-size: 0.65rem;
}

.evidence-note span {
  margin-top: 8px;
  color: var(--ink-soft);
  font-family: var(--mono);
}

.stage-note {
  position: absolute;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper-2);
  box-shadow: 0 10px 26px rgba(32, 37, 31, 0.1);
  font-family: var(--mono);
  font-size: 0.62rem;
}

.stage-note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--forest);
}

.stage-note-top {
  top: 64px;
  right: -28px;
}

.stage-note-bottom {
  right: 52px;
  bottom: -22px;
}

.principles {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-3);
}

.principle-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.principle-row > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 15px;
  padding: 32px 26px;
  border-right: 1px solid var(--line);
}

.principle-row > div:first-child {
  border-left: 1px solid var(--line);
}

.principle-row span {
  grid-row: 1 / 3;
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.67rem;
}

.principle-row strong {
  font-family: var(--display);
  font-size: 1rem;
}

.principle-row p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.bento {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 20px;
}

.bento > article {
  min-width: 0;
  min-height: 460px;
  border-radius: 14px;
}

.bento-vault {
  padding: 24px;
  background: var(--mint);
}

.bento-vault .bezel {
  height: 100%;
  box-shadow: none;
}

.bento-core {
  height: 100%;
  padding: 28px;
  border-radius: 10px;
  background: var(--paper-2);
}

.mock-toolbar h3 {
  font-size: 2rem;
}

.mock-search {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink-soft);
  font-size: 0.67rem;
}

.folder-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 28px 0;
}

.folder-stack > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 80px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.folder-stack b,
.folder-stack small {
  grid-column: 2;
  line-height: 1.25;
}

.folder-stack b {
  font-size: 0.72rem;
}

.folder-stack small {
  color: var(--ink-soft);
  font-size: 0.61rem;
}

.folder-stack i {
  grid-column: 3;
  grid-row: 1 / 3;
  color: var(--ink-soft);
  font-style: normal;
}

.folder-glyph {
  grid-row: 1 / 3;
  width: 30px;
  height: 22px;
  margin-right: 10px;
  border-radius: 2px;
  background: #e1c96c;
}

.folder-stack .smart {
  color: white;
  background: var(--forest);
}

.folder-stack .smart > span {
  grid-row: 1 / 3;
  margin-right: 10px;
}

.folder-stack .smart small,
.folder-stack .smart i {
  color: rgba(255, 255, 255, 0.67);
}

.file-list.compact > div {
  min-height: 58px;
}

.bento-copy,
.bento-reminder {
  padding: clamp(36px, 5vw, 76px);
}

.bento-copy {
  color: white;
  background: var(--forest-deep);
}

.bento-copy p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
}

.number-mark {
  display: block;
  margin-bottom: 55px;
  font-family: var(--mono);
  font-size: 0.7rem;
}

.bento-copy h3,
.bento-reminder h3 {
  max-width: 31rem;
  margin-bottom: 28px;
  font-size: clamp(2rem, 3.3vw, 3.6rem);
}

.quiet-list {
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.quiet-list li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.78rem;
}

.quiet-list li::before {
  margin-right: 12px;
  color: var(--lime);
  content: "↳";
}

.bento-proof {
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background: #ebe3d5;
}

.proof-quote {
  padding: clamp(36px, 4vw, 66px);
}

.proof-quote blockquote {
  max-width: 43rem;
  margin: 20px 0 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.proof-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.35);
}

.proof-fields div {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.proof-fields span,
.proof-fields b {
  display: block;
  font-size: 0.66rem;
}

.proof-fields span {
  margin-bottom: 6px;
  color: var(--ink-soft);
}

.confidence {
  color: #8b5b20;
}

.bento-reminder {
  display: flex;
  flex-direction: column;
  background: #d9d5e5;
}

.reminder-paper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  transform: rotate(-1.5deg);
}

.reminder-paper b {
  margin: 19px 0 6px;
  font-family: var(--display);
  font-size: 1.35rem;
}

.reminder-paper small {
  color: var(--ink-soft);
}

.flow-section {
  color: white;
  background: var(--forest-deep);
}

.flow-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 10vw;
}

.flow-copy {
  position: sticky;
  top: 155px;
  align-self: start;
}

.flow-copy .eyebrow {
  color: var(--lime);
}

.flow-copy p:last-child {
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.63);
}

.flow-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-inverse);
  list-style: none;
}

.flow-steps li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 40px 5px;
  border-bottom: 1px solid var(--line-inverse);
}

.flow-steps > li > span {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 0.7rem;
}

.flow-steps h3 {
  margin-bottom: 11px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.flow-steps p {
  max-width: 35rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.evidence-section {
  background: var(--paper-2);
}

.evidence-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  align-items: center;
}

.evidence-demo {
  padding: 38px;
  background: var(--mint);
}

.evidence-demo .bezel {
  box-shadow: none;
}

.evidence-core {
  padding: clamp(30px, 5vw, 65px);
  border-radius: 10px;
  background: var(--forest-deep);
  color: white;
}

.ai-heading {
  display: flex;
  gap: 18px;
}

.ai-heading .assistant-spark {
  flex: 0 0 auto;
  color: var(--forest-deep);
  background: var(--lime);
}

.ai-heading h3 {
  margin: 8px 0 0;
  font-size: 1.6rem;
}

.ai-heading .mono-label {
  color: rgba(255, 255, 255, 0.56);
}

.answer-copy {
  margin: 45px 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.4vw, 2.65rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.source-lines {
  padding: 16px 18px;
  border: 1px solid var(--line-inverse);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.source-lines p {
  margin: 0;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid var(--line-inverse);
  font-family: var(--mono);
  font-size: 0.67rem;
}

.source-lines p:last-child {
  border-bottom: 0;
}

.source-lines span {
  margin-right: 14px;
  color: var(--lime);
}

.review-line {
  margin: 18px 0 0;
  color: #f1d094;
  font-family: var(--mono);
  font-size: 0.65rem;
}

.evidence-copy h2 {
  font-size: clamp(3rem, 5vw, 5.1rem);
}

.evidence-copy > p:not(.eyebrow) {
  max-width: 34rem;
  color: var(--ink-soft);
}

.evidence-points {
  margin-top: 35px;
  border-top: 1px solid var(--line);
}

.evidence-points > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.79rem;
}

.evidence-points span {
  color: var(--ink-soft);
}

.use-cases {
  background: #e9e6dd;
}

.case-ledger {
  border-top: 1px solid var(--line);
}

.case-ledger > div {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: baseline;
  padding: 28px 6px;
  border-bottom: 1px solid var(--line);
  transition: padding 220ms var(--ease), color 220ms var(--ease);
}

.case-ledger > div:hover {
  padding-right: 16px;
  padding-left: 16px;
  color: var(--forest);
}

.case-ledger span {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.case-ledger small {
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.68rem;
}

.trust-section {
  color: white;
  background: var(--forest-black);
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8vw;
}

.trust-copy .eyebrow {
  color: var(--lime);
}

.trust-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line-inverse);
  border-left: 1px solid var(--line-inverse);
}

.trust-details article {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid var(--line-inverse);
  border-bottom: 1px solid var(--line-inverse);
}

.trust-details span {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 0.67rem;
}

.trust-details h3 {
  margin: 48px 0 12px;
  font-size: 1.4rem;
}

.trust-details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.79rem;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  padding-block: clamp(100px, 12vw, 180px);
}

.final-cta h2 {
  max-width: 65rem;
  margin-bottom: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  padding-block: 48px 35px;
  border-top: 1px solid var(--line);
}

.footer-brand p,
.footer-note {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.footer-brand p {
  margin: 18px 0 0;
}

.footer-links {
  display: flex;
  gap: 90px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 110px;
  font-size: 0.75rem;
}

.footer-links b {
  margin-bottom: 5px;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--ink-soft);
}

.footer-note {
  grid-column: 1 / -1;
  margin: 22px 0 0;
}

/* Investor room */
.page-investors {
  overflow-x: clip;
  background: var(--paper-2);
}

.page-investors .site-nav:not(.scrolled) {
  color: white;
}

.page-investors .site-nav:not(.scrolled) .brand-mark {
  color: var(--forest-deep);
  background: var(--lime);
}

.page-investors .site-nav:not(.scrolled) .nav-action {
  color: var(--forest-deep);
  background: var(--paper-2);
}

.page-investors .site-nav:not(.scrolled) .action-orb {
  border-color: rgba(23, 59, 38, 0.15);
}

.investor-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 56px 56px,
    var(--forest-black);
}

.investor-hero::after {
  position: absolute;
  top: 10%;
  right: -18%;
  width: 60vw;
  height: 60vw;
  border: 1px solid rgba(223, 233, 130, 0.12);
  border-radius: 50%;
  content: "";
}

.investor-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 8vw;
  align-items: center;
  min-height: 830px;
  padding-top: 120px;
}

.investor-hero-copy {
  position: relative;
  z-index: 2;
}

.investor-hero .eyebrow {
  color: var(--lime);
}

.investor-hero h1 {
  max-width: 58rem;
  margin-bottom: 34px;
  font-size: clamp(4rem, 7.5vw, 8rem);
}

.investor-hero h1 span {
  color: var(--lime);
}

.investor-hero-copy > p:not(.eyebrow) {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.1rem;
}

.investor-orbit {
  position: relative;
  z-index: 2;
  min-height: 540px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-outer {
  width: min(36vw, 500px);
  height: min(36vw, 500px);
}

.orbit-inner {
  width: min(23vw, 320px);
  height: min(23vw, 320px);
  border-color: rgba(223, 233, 130, 0.31);
}

.orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
}

.orbit-core .brand-mark {
  margin-bottom: 17px;
  color: var(--forest-deep);
  background: var(--lime);
}

.orbit-core b {
  font-family: var(--display);
  font-size: 1.35rem;
}

.orbit-core small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.51);
  font-family: var(--mono);
  font-size: 0.59rem;
}

.orbit-node {
  position: absolute;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(16, 40, 26, 0.82);
  font-family: var(--mono);
  font-size: 0.65rem;
}

.node-file {
  top: 13%;
  left: 16%;
}

.node-action {
  top: 30%;
  right: 2%;
}

.node-memory {
  right: 17%;
  bottom: 11%;
}

.node-family {
  bottom: 25%;
  left: 1%;
}

.investor-status {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-inverse);
}

.investor-status > div {
  padding: 26px;
  border-right: 1px solid var(--line-inverse);
}

.investor-status > div:first-child {
  border-left: 1px solid var(--line-inverse);
}

.investor-status span,
.investor-status b {
  display: block;
}

.investor-status span {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--mono);
  font-size: 0.61rem;
  text-transform: uppercase;
}

.investor-status b {
  font-size: 0.78rem;
}

.thesis-section {
  display: grid;
  grid-template-columns: 0.25fr 1fr 0.9fr;
  gap: 6vw;
  align-items: start;
}

.thesis-number {
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.74rem;
}

.thesis-copy h2 {
  font-size: clamp(3rem, 5.3vw, 6rem);
}

.thesis-copy > p:last-child {
  max-width: 45rem;
  color: var(--ink-soft);
}

.tension-lines {
  border-top: 1px solid var(--line);
}

.tension-lines > div {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 13px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.75rem;
}

.tension-lines span {
  color: var(--ink-soft);
}

.tension-lines i {
  height: 1px;
  background: var(--line);
}

.ecosystem-section {
  color: white;
  background: var(--forest-deep);
}

.ecosystem-map {
  display: grid;
  grid-template-columns: 0.8fr 52px 1.3fr 52px 0.9fr;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line-inverse);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.eco-column {
  display: grid;
  gap: 9px;
}

.eco-column .mono-label,
.eco-core .mono-label {
  margin: 0 0 8px;
  color: var(--lime);
}

.eco-column > div {
  padding: 18px;
  border: 1px solid var(--line-inverse);
  border-radius: 6px;
}

.eco-column b,
.eco-column span {
  display: block;
}

.eco-column b {
  font-family: var(--display);
}

.eco-column span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
}

.eco-flow {
  color: var(--lime);
  text-align: center;
}

.eco-core {
  padding: 48px 32px;
  border-radius: 10px;
  color: var(--forest-deep);
  background: var(--lime);
  text-align: center;
}

.eco-core .brand-mark {
  margin: 0 auto 24px;
}

.eco-core .mono-label {
  color: var(--forest);
}

.eco-core h3 {
  margin: 13px auto 28px;
  font-size: 2rem;
}

.core-layers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}

.core-layers span {
  padding: 6px 8px;
  border: 1px solid rgba(23, 59, 38, 0.22);
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 0.59rem;
}

.eco-ai {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line-inverse);
}

.eco-ai .mono-label {
  margin: 0 auto 0 0;
  color: var(--lime);
}

.eco-ai span {
  padding: 7px 10px;
  border-radius: 4px;
  color: var(--forest-deep);
  background: var(--mint);
  font-family: var(--mono);
  font-size: 0.59rem;
}

.product-proof {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10vw;
  align-items: center;
}

.proof-copy > p:not(.eyebrow) {
  max-width: 36rem;
  color: var(--ink-soft);
}

.capability-ledger {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability-ledger > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  min-height: 130px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability-ledger span {
  grid-row: 1 / 3;
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.65rem;
}

.capability-ledger b {
  font-family: var(--display);
  font-size: 1.2rem;
}

.capability-ledger small {
  color: var(--ink-soft);
}

.market-section {
  background: #ebe5d8;
}

.market-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.market-facts article {
  min-height: 335px;
  padding: clamp(30px, 4vw, 56px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.market-facts strong {
  display: block;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.market-facts p {
  margin: 30px 0 60px;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
}

.market-facts a {
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.61rem;
}

.wedge-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 35px;
}

.wedge-row > div {
  min-height: 110px;
  padding: 18px;
  border-left: 3px solid var(--forest);
  background: rgba(255, 255, 255, 0.33);
}

.wedge-row span,
.wedge-row b {
  display: block;
}

.wedge-row span {
  margin-bottom: 11px;
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.6rem;
}

.wedge-row b {
  font-size: 0.78rem;
}

.wedge-row i {
  color: var(--forest);
  font-style: normal;
}

.moat-lines {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.moat-lines article {
  display: grid;
  grid-template-columns: 0.2fr 0.7fr 1.1fr;
  gap: 34px;
  align-items: baseline;
  padding: 30px 5px;
  border-bottom: 1px solid var(--line);
}

.moat-lines span {
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.67rem;
}

.moat-lines h3,
.moat-lines p {
  margin: 0;
}

.moat-lines h3 {
  font-size: 1.6rem;
}

.moat-lines p {
  color: var(--ink-soft);
}

.model-section {
  color: white;
  background: var(--forest-black);
}

.model-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
}

.model-copy .eyebrow {
  color: var(--lime);
}

.model-copy p:last-child {
  color: rgba(255, 255, 255, 0.59);
}

.model-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.model-tiers article {
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line-inverse);
  border-right: 0;
}

.model-tiers article:last-child {
  border-right: 1px solid var(--line-inverse);
}

.model-tiers span {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 0.61rem;
}

.model-tiers h3 {
  margin: 75px 0 18px;
  font-size: 1.8rem;
}

.model-tiers p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}

.model-tiers small {
  margin-top: auto;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 0.61rem;
}

.architecture-section {
  background: var(--paper-3);
}

.architecture-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
  align-items: center;
}

.architecture-copy p:last-child {
  max-width: 36rem;
  color: var(--ink-soft);
}

.architecture-stack {
  display: grid;
  gap: 15px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper-2);
}

.architecture-stack > div {
  display: grid;
  gap: 8px;
}

.stack-clients {
  grid-template-columns: repeat(2, 1fr);
}

.stack-data,
.stack-safety {
  grid-template-columns: repeat(4, 1fr);
}

.architecture-stack span {
  padding: 15px 8px;
  border-radius: 5px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
}

.stack-clients span {
  color: white;
  background: var(--forest);
}

.stack-data span {
  background: var(--mint);
}

.stack-safety span {
  background: #eee2c9;
}

.architecture-stack i {
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.59rem;
  font-style: normal;
  text-align: center;
}

.roadmap-section {
  color: white;
  background: var(--forest-deep);
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-inverse);
  border-left: 1px solid var(--line-inverse);
}

.roadmap article {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid var(--line-inverse);
  border-bottom: 1px solid var(--line-inverse);
}

.roadmap span {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 0.63rem;
}

.roadmap h3 {
  margin: 65px 0 16px;
  font-size: 1.5rem;
}

.roadmap p {
  margin: 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.77rem;
}

.proof-metrics {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line-inverse);
}

.proof-metrics span {
  margin-right: auto;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.proof-metrics b {
  padding: 8px 11px;
  border: 1px solid var(--line-inverse);
  border-radius: 4px;
  font-size: 0.66rem;
}

.investor-close {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
  padding-block: clamp(110px, 13vw, 190px);
}

.investor-close h2 {
  max-width: 66rem;
  margin-bottom: 0;
}

.close-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 35px;
  }

  .product-window {
    grid-template-columns: 55px minmax(360px, 1fr);
  }

  .window-assistant {
    display: none;
  }

  .stage-note-top {
    right: -10px;
  }

  .section-heading {
    grid-template-columns: 0.38fr 1fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
  }

  .bento > article {
    min-height: 420px;
  }

  .folder-stack {
    grid-template-columns: 1fr 1fr;
  }

  .folder-stack > div:last-child {
    display: none;
  }

  .investor-hero-inner {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .ecosystem-map {
    grid-template-columns: 0.8fr 34px 1.1fr 34px 0.9fr;
    padding: 18px;
  }

  .eco-core {
    padding: 38px 20px;
  }

  .model-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .section-shell {
    width: min(100% - 38px, 720px);
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    width: calc(100% - 24px);
  }

  .nav-links,
  .nav-action {
    display: none;
  }

  .menu-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 6px;
    border: 0;
    border-radius: 7px;
    background: var(--forest);
    cursor: pointer;
  }

  .menu-button span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 1px;
    background: white;
  }

  .page-investors .site-nav:not(.scrolled) .menu-button {
    background: var(--paper-2);
  }

  .page-investors .site-nav:not(.scrolled) .menu-button span:not(.sr-only) {
    background: var(--forest-deep);
  }

  .mobile-menu {
    position: absolute;
    top: 75px;
    right: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--paper-2);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 200ms ease, transform 200ms ease;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .mobile-menu a {
    padding: 13px 9px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 700;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 155px;
  }

  .hero h1 {
    white-space: normal;
  }

  .product-stage {
    width: 100%;
    max-width: 760px;
    margin-top: 30px;
  }

  .product-window {
    min-height: 520px;
  }

  .principle-row {
    grid-template-columns: 1fr;
  }

  .principle-row > div,
  .principle-row > div:first-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    grid-column: 1;
  }

  .bento {
    grid-template-columns: 1fr;
  }

  .flow-layout,
  .evidence-layout,
  .trust-layout,
  .product-proof,
  .architecture-layout,
  .thesis-section {
    grid-template-columns: 1fr;
  }

  .flow-copy {
    position: static;
  }

  .trust-copy {
    margin-bottom: 20px;
  }

  .final-cta,
  .investor-close {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .investor-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 165px;
  }

  .investor-orbit {
    min-height: 500px;
  }

  .orbit-outer {
    width: 460px;
    height: 460px;
  }

  .orbit-inner {
    width: 290px;
    height: 290px;
  }

  .investor-status {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  .ecosystem-map {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .eco-flow {
    transform: rotate(90deg);
  }

  .eco-ai {
    grid-column: 1;
    flex-wrap: wrap;
  }

  .eco-ai .mono-label {
    width: 100%;
  }

  .market-facts,
  .roadmap {
    grid-template-columns: 1fr;
  }

  .market-facts article {
    min-height: 250px;
  }

  .wedge-row {
    grid-template-columns: 1fr;
  }

  .wedge-row > i {
    transform: rotate(90deg);
    text-align: center;
  }

  .model-tiers {
    grid-template-columns: 1fr;
  }

  .model-tiers article {
    min-height: 270px;
    border-right: 1px solid var(--line-inverse);
    border-bottom: 0;
  }

  .model-tiers article:last-child {
    border-bottom: 1px solid var(--line-inverse);
  }

  .proof-metrics {
    flex-wrap: wrap;
  }

  .proof-metrics span {
    width: 100%;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .section-shell {
    width: calc(100% - 28px);
  }

  .section {
    padding-block: 90px;
  }

  h1 {
    font-size: clamp(3.55rem, 18vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .hero {
    padding-top: 135px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-stage {
    margin-top: 8px;
    transform: none;
  }

  .bezel-product {
    padding: 5px;
  }

  .product-window {
    grid-template-columns: 1fr;
    min-height: 560px;
  }

  .window-rail {
    flex-direction: row;
    height: 54px;
    padding: 0 13px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .rail-items {
    flex: 1;
    flex-direction: row;
    justify-content: center;
    margin: 0;
  }

  .rail-items span {
    width: 30px;
    height: 30px;
  }

  .window-main {
    padding: 25px 18px;
  }

  .window-heading h2 {
    font-size: 2rem;
  }

  .next-card {
    grid-template-columns: 78px 1fr;
    gap: 14px;
    padding: 13px;
  }

  .file-preview {
    min-height: 118px;
    padding: 24px 10px 10px;
  }

  .next-card h3 {
    font-size: 1.13rem;
  }

  .stage-note {
    display: none;
  }

  .principle-row > div {
    padding: 25px 18px;
  }

  .bento-vault,
  .evidence-demo {
    padding: 12px;
  }

  .bento-core {
    padding: 19px 15px;
  }

  .mock-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .folder-stack {
    grid-template-columns: 1fr;
  }

  .folder-stack > div:nth-child(2) {
    display: none;
  }

  .bento-copy,
  .bento-reminder {
    padding: 34px 26px;
  }

  .number-mark {
    margin-bottom: 40px;
  }

  .proof-fields {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-steps li {
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding-block: 32px;
  }

  .evidence-core {
    padding: 29px 22px;
  }

  .answer-copy {
    margin-block: 34px;
  }

  .evidence-points > div,
  .case-ledger > div,
  .moat-lines article {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .trust-details,
  .capability-ledger {
    grid-template-columns: 1fr;
  }

  .trust-details article {
    min-height: 190px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 48px;
  }

  .footer-note {
    grid-column: 1;
  }

  .investor-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.1rem);
  }

  .investor-orbit {
    min-height: 390px;
  }

  .orbit-outer {
    width: 350px;
    height: 350px;
  }

  .orbit-inner {
    width: 220px;
    height: 220px;
  }

  .orbit-node {
    font-size: 0.55rem;
  }

  .node-file {
    left: 4%;
  }

  .node-action {
    right: -1%;
  }

  .node-memory {
    right: 8%;
  }

  .node-family {
    left: -2%;
  }

  .investor-status {
    grid-template-columns: 1fr;
  }

  .investor-status > div {
    border-bottom: 1px solid var(--line-inverse);
    border-left: 1px solid var(--line-inverse);
  }

  .ecosystem-map {
    padding: 12px;
  }

  .eco-core {
    padding: 38px 18px;
  }

  .market-facts article {
    min-height: 235px;
    padding: 30px 24px;
  }

  .market-facts p {
    margin-bottom: 38px;
  }

  .stack-data,
  .stack-safety {
    grid-template-columns: repeat(2, 1fr);
  }

  .architecture-stack {
    padding: 17px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
