:root {
  --paper: #f2f0ec; --paper-strong: #faf9f6; --ink: #11110f;
  --muted: #6d6b66; --line: #cac7c0; --red: #ec3013;
  --red-dark: #c42610; --white: #fff; --shell: min(100% - 48px, 1440px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px;
  background: var(--ink); color: var(--white); transition: top .2s ease;
}
.skip-link:focus { top: 16px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.site-header {
  position: fixed; z-index: 20; top: 0; left: 50%; width: var(--shell);
  transform: translateX(-50%); display: flex; align-items: center;
  justify-content: space-between; min-height: 76px;
  border-bottom: 1px solid rgba(17,17,15,.28);
  transition: background .25s ease, padding .25s ease, width .25s ease;
}
.site-header.scrolled {
  width: 100%; padding-inline: max(24px, calc((100% - 1440px) / 2));
  background: rgba(242,240,236,.9); backdrop-filter: blur(14px);
}
.wordmark { display: inline-flex; align-items: center; text-decoration: none; font-size: 22px; font-weight: 800; letter-spacing: -.06em; }
.wordmark span { color: var(--red); }
.wordmark img { display: block; width: 60px; height: 22px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.site-nav a:not(.nav-access):hover { color: var(--red); }
.nav-access {
  display: inline-flex; align-items: center; gap: 22px; padding: 12px 16px;
  background: var(--ink); color: var(--white);
}
.nav-access:hover { background: var(--red); }
.menu-button { display: none; }

.hero {
  min-height: 100svh; padding-top: 105px; padding-bottom: 26px;
  display: grid; grid-template-rows: auto 1fr auto auto;
}
.hero-meta, .section-index {
  display: flex; justify-content: space-between; color: var(--muted);
  font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.hero-copy { align-self: center; padding: 8vh 0 4vh; }
.hero h1, .section-heading h2, .statement h2, .refusal h2, .demo-invite h2, .about h2, .access h2 {
  margin: 0; font-size: clamp(56px, 8.5vw, 136px); line-height: .9;
  letter-spacing: -.065em; font-weight: 800;
}
.hero-copy p {
  width: min(620px, 55%); margin: 40px 0 0 auto;
  font-size: clamp(18px, 1.7vw, 25px); line-height: 1.38; font-weight: 500;
}
.hero-actions { display: flex; align-items: center; gap: 32px; padding-bottom: 46px; }
.button, .text-link {
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 42px; min-height: 52px; text-decoration: none; font-size: 13px; font-weight: 650;
}
.button { padding: 0 18px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--red); }
.text-link { border-bottom: 1px solid var(--ink); }
.decision-line {
  display: grid; grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.decision-line span {
  position: relative; padding: 17px 10px 17px 0; color: var(--muted);
  font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
}
.decision-line span:not(:last-child)::after {
  content: ""; position: absolute; top: 50%; right: 18px;
  width: 26px; height: 1px; background: var(--line);
}
.decision-line .active { color: var(--red); }

.section-dark {
  width: 100%; padding-inline: max(24px, calc((100% - 1440px) / 2));
  background: var(--ink); color: var(--white);
}
.statement { min-height: 92svh; padding-top: 42px; padding-bottom: 42px; }
.section-dark .section-index { color: #98968f; }
.statement-grid {
  display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw;
  align-items: end; min-height: 55vh; padding: 80px 0;
}
.statement h2, .refusal h2, .access h2 { font-size: clamp(50px, 7vw, 108px); }
.statement-copy p { margin: 0; font-size: clamp(18px, 1.8vw, 26px); line-height: 1.4; }
.statement-copy p + p { margin-top: 28px; }
.muted-light { color: #aaa79f; }
.question-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #4b4a46; }
.question-grid article { min-height: 145px; padding: 22px 22px 0 0; }
.question-grid article + article { padding-left: 22px; border-left: 1px solid #4b4a46; }
.question-grid span, .product-principles span, .sector-list span {
  color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .12em;
}
.question-grid h3 { margin: 48px 0 0; font-size: 18px; font-weight: 600; }

.product, .use-cases { padding-top: 48px; padding-bottom: 120px; }
.section-heading {
  display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw;
  align-items: end; padding: 120px 0 90px;
}
.section-heading h2 { font-size: clamp(50px, 7vw, 108px); }
.section-heading p { margin: 0; font-size: clamp(17px, 1.55vw, 22px); line-height: 1.48; }
.product-family {
  display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 28px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.product-family article { min-height: 230px; padding: 24px 22px 28px 0; }
.product-family article + article { padding-left: 22px; border-left: 1px solid var(--line); }
.product-family span, .use-case-head em {
  color: var(--red); font-size: 9px; font-style: normal; font-weight: 750;
  letter-spacing: .12em; text-transform: uppercase;
}
.product-family h3 { margin: 62px 0 12px; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.045em; }
.product-family p { max-width: 34ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.record { border: 1px solid var(--line); background: var(--paper-strong); box-shadow: 0 24px 70px rgba(17,17,15,.07); }
.record-head, .record-proof {
  min-height: 70px; padding: 16px 20px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.record-head { border-bottom: 1px solid var(--line); }
.record-head > div { display: flex; gap: 24px; align-items: baseline; }
.record-eyebrow, .record-flow span, .record-proof > span {
  color: var(--muted); font-size: 9px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
}
.record-head strong { font-size: 15px; }
.status { display: flex; align-items: center; gap: 8px; color: #237842; font-size: 11px; font-weight: 700; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(35,120,66,.12); }
.record-flow { display: grid; grid-template-columns: repeat(5, 1fr); }
.record-flow article { min-height: 190px; padding: 24px 18px; }
.record-flow article + article { border-left: 1px solid var(--line); }
.record-flow b { display: block; margin-top: 54px; font-size: clamp(15px, 1.4vw, 20px); line-height: 1.25; }
.record-flow small { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.record-proof { border-top: 1px solid var(--line); background: #ebe9e4; }
.record-proof code { color: var(--muted); font-size: 11px; }
.record-proof button {
  min-height: 40px; border: 0; padding: 0 16px; background: var(--ink);
  color: var(--white); cursor: pointer; font-size: 11px; font-weight: 700;
}
.record-proof button:hover { background: var(--red); }
.record-proof button.verified { background: #237842; }
.product-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 110px; border-top: 1px solid var(--line); }
.product-principles article { padding: 24px 34px 0 0; }
.product-principles article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.product-principles h3 { margin: 58px 0 12px; font-size: 25px; letter-spacing: -.03em; }
.product-principles p { margin: 0; max-width: 36ch; color: var(--muted); font-size: 14px; line-height: 1.55; }

.refusal {
  width: 100%; padding: 48px max(24px, calc((100% - 1440px) / 2)) 100px;
  background: var(--red); color: var(--white);
}
.refusal .section-index { color: rgba(255,255,255,.7); }
.refusal-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; padding-top: 110px; }
.refusal ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.5); }
.refusal li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 15px; font-weight: 600; }
.refusal li span { color: rgba(255,255,255,.62); font-size: 10px; }

.demo-invite { padding-top: 48px; padding-bottom: 48px; }
.demo-invite-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: end; padding: 110px 0 80px; }
.demo-invite h2 { max-width: 10ch; font-size: clamp(50px, 6.7vw, 104px); }
.demo-invite p { max-width: 49ch; margin: 36px 0 32px; color: #aaa79f; font-size: 17px; line-height: 1.55; }
.demo-button { width: fit-content; background: var(--red); color: var(--white); }
.demo-button:hover { background: var(--white); color: var(--ink); }
.demo-window { min-width: 0; border: 1px solid #45443f; background: #171715; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.demo-window-head { min-height: 62px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #45443f; }
.demo-window-head strong { color: var(--red); font-size: 11px; letter-spacing: .16em; }
.demo-window-head span, .demo-columns { color: #8e8b84; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.demo-columns, .demo-row { display: grid; grid-template-columns: 1.3fr .6fr 1fr .65fr; gap: 12px; align-items: center; min-width: 560px; }
.demo-columns { padding: 12px 16px; border-bottom: 1px solid #45443f; }
.demo-row { min-height: 56px; padding: 0 16px; border-bottom: 1px solid #34332f; color: #ccc9c2; font-size: 12px; }
.demo-row.active { background: #f2f0ec; color: var(--ink); box-shadow: inset 3px 0 var(--red); }
.demo-row b { font-size: 13px; }
.demo-row i { width: fit-content; padding: 5px 7px; border: 1px solid currentColor; font-style: normal; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.demo-proof { min-height: 102px; padding: 17px 16px; display: grid; grid-template-columns: 1fr auto; gap: 13px; background: #0b0b0a; }
.demo-proof span { color: #8e8b84; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.demo-proof strong { color: #75c38e; font-size: 11px; text-transform: uppercase; }
.demo-proof code { grid-column: 1 / -1; color: #8e8b84; font-size: 10px; }
.demo-boundaries { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #45443f; }
.demo-boundaries span { min-height: 72px; padding: 19px 16px 0 0; color: #aaa79f; font-size: 10px; font-weight: 650; line-height: 1.45; text-transform: uppercase; }
.demo-boundaries span + span { padding-left: 16px; border-left: 1px solid #45443f; }

.compact-heading { padding-bottom: 70px; }
.sector-list { border-top: 1px solid var(--line); }
.sector-list article { display: grid; grid-template-columns: 80px 1fr 1fr; align-items: center; min-height: 100px; border-bottom: 1px solid var(--line); }
.sector-list h3 { margin: 0; font-size: clamp(20px, 2vw, 29px); letter-spacing: -.035em; }
.sector-list p { margin: 0; color: var(--muted); font-size: 14px; }
.use-case-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-case-grid > article { min-height: 430px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-case-grid > article:last-child { grid-column: 1 / -1; min-height: 350px; }
.use-case-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.use-case-head span { color: var(--red); font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.use-case-head b { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.use-case-head em { margin-left: auto; text-align: right; }
.use-case-grid h3 { max-width: 13ch; margin: 76px 0 18px; font-size: clamp(30px, 3vw, 48px); line-height: .98; letter-spacing: -.05em; }
.use-case-grid p { max-width: 58ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.use-case-grid dl { margin: auto 0 0; padding-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.use-case-grid dl div { padding-top: 12px; border-top: 1px solid var(--line); }
.use-case-grid dt { color: var(--red); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.use-case-grid dd { margin: 8px 0 0; font-size: 12px; font-weight: 650; line-height: 1.45; }

.about { padding-top: 48px; padding-bottom: 120px; }
.about-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; padding: 120px 0 90px; }
.about h2 { font-size: clamp(50px, 7vw, 108px); }
.about-intro p { margin: 0; font-size: clamp(17px, 1.55vw, 22px); line-height: 1.5; }
.office-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.office-grid article { min-height: 180px; padding: 22px 0; display: grid; grid-template-columns: 1fr; gap: 24px; align-items: end; }
.office-grid article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.office-grid span { align-self: start; color: var(--red); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.office-grid address { font-size: clamp(18px, 1.8vw, 26px); font-style: normal; font-weight: 650; line-height: 1.35; letter-spacing: -.025em; }

.access { min-height: 70svh; padding-top: 48px; padding-bottom: 48px; }
.access-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; min-height: 54vh; padding-top: 80px; }
.access-grid p { max-width: 51ch; margin: 34px 0 0; color: #aaa79f; font-size: 17px; line-height: 1.5; }
.access-card {
  position: relative; min-height: 250px; padding: 24px; display: flex;
  flex-direction: column; justify-content: space-between; background: var(--red);
  color: var(--white); text-decoration: none; transition: transform .25s ease, background .25s ease;
}
.access-card:hover { transform: translateY(-5px); background: var(--red-dark); }
.access-card span { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.access-card strong { font-size: clamp(25px, 2.7vw, 42px); letter-spacing: -.04em; }
.access-card i { position: absolute; top: 20px; right: 24px; font-size: 24px; font-style: normal; }
.site-footer {
  min-height: 260px; padding-top: 42px; padding-bottom: 42px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; align-content: space-between;
  align-items: start; border-top: 1px solid var(--line);
}
.site-footer p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.site-footer > div { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }

.portal-body { min-height: 100vh; background: var(--ink); color: var(--white); }
.login-body { min-height: 100vh; background: var(--ink); color: var(--white); }
.login-header {
  min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; border-bottom: 1px solid #45443f;
}
.login-shell {
  min-height: calc(100vh - 174px); padding: 72px 0 80px;
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end;
}
.login-intro { align-self: stretch; display: grid; align-content: space-between; }
.login-intro .section-index { grid-column: 1 / -1; color: #99968f; }
.login-kicker {
  margin: 80px 0 24px; color: var(--red); font-size: 10px; font-weight: 750;
  letter-spacing: .14em; text-transform: uppercase;
}
.login-intro h1 {
  margin: 0; font-size: clamp(60px, 8vw, 124px); line-height: .87;
  letter-spacing: -.068em; font-weight: 800;
}
.login-intro > p:last-child {
  max-width: 46ch; margin: 54px 0 0; color: #aaa79f;
  font-size: clamp(15px, 1.25vw, 18px); line-height: 1.55;
}
.login-panel { background: var(--paper); color: var(--ink); border-top: 4px solid var(--red); }
.login-panel-head {
  min-height: 66px; padding: 0 24px; display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid var(--line);
  color: var(--muted); font-size: 9px; font-weight: 750;
  letter-spacing: .13em; text-transform: uppercase;
}
.login-panel-head i {
  width: 8px; height: 8px; border-radius: 50%; background: #5bb276;
  box-shadow: 0 0 0 4px rgba(91,178,118,.12);
}
.login-feedback { margin: 0; padding: 14px 24px; border-bottom: 1px solid var(--line); color: #237842; font-size: 12px; font-weight: 650; }
.login-feedback-error { background: #fff0ec; color: #b32713; }
.login-form { padding: 30px 24px 24px; display: grid; }
.login-form label {
  margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 750;
  letter-spacing: .12em; text-transform: uppercase;
}
.login-form input {
  width: 100%; min-height: 52px; margin-bottom: 22px; padding: 0 14px;
  border: 1px solid var(--line); border-radius: 0; background: var(--white);
  color: var(--ink); outline: none;
}
.login-form input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(236,48,19,.1); }
.login-form button {
  min-height: 56px; padding: 0 16px; display: flex; align-items: center;
  justify-content: space-between; border: 0; background: var(--ink); color: var(--white);
  cursor: pointer; font-size: 12px; font-weight: 700;
}
.login-form button:hover, .login-form button:focus-visible { background: var(--red); }
.login-boundary { padding: 20px 24px 24px; border-top: 1px solid var(--line); }
.login-boundary span { color: var(--red); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.login-boundary p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.login-footer {
  min-height: 96px; display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid #45443f; color: #99968f; font-size: 10px;
  letter-spacing: .08em; text-transform: uppercase;
}
.login-footer a { color: var(--white); text-decoration: none; }
.portal-header {
  min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; border-bottom: 1px solid #45443f;
}
.wordmark-light { color: var(--white); }
.portal-secure {
  display: flex; align-items: center; gap: 9px; color: #aaa79f;
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.portal-secure i { width: 7px; height: 7px; border-radius: 50%; background: #5bb276; box-shadow: 0 0 0 4px rgba(91,178,118,.12); }
.portal-home { justify-self: end; text-decoration: none; font-size: 11px; font-weight: 650; }
.portal-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.portal-logout {
  padding: 9px 11px; border: 1px solid #5c5a54; color: var(--white);
  text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase;
}
.portal-logout:hover { border-color: var(--red); background: var(--red); }
.portal { padding-top: 80px; padding-bottom: 100px; }
.portal-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 7vw; align-items: end; }
.portal-intro .section-index { grid-column: 1 / -1; color: #99968f; }
.portal-intro h1 {
  margin: 90px 0 0; font-size: clamp(58px, 8vw, 122px); line-height: .88;
  letter-spacing: -.065em; font-weight: 800;
}
.portal-intro p { margin: 0 0 4px; color: #aaa79f; font-size: clamp(16px, 1.45vw, 21px); line-height: 1.5; }
.workspace-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 110px; }
.workspace-card {
  min-height: 500px; padding: 24px; display: flex; flex-direction: column;
  justify-content: space-between; text-decoration: none; transition: transform .25s ease;
}
.workspace-card:hover { transform: translateY(-6px); }
.investor-card { background: var(--paper); color: var(--ink); }
.demo-card { background: var(--red); color: var(--white); }
.agent-card { background: #24231f; color: var(--white); border: 1px solid #45443f; }
.workspace-card-head { display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.workspace-card-head i { font-size: 24px; font-style: normal; }
.workspace-card h2 { max-width: 13ch; margin: 0 0 18px; font-size: clamp(38px, 4vw, 66px); line-height: .95; letter-spacing: -.055em; }
.workspace-card p { max-width: 44ch; margin: 0; color: inherit; opacity: .72; font-size: 14px; line-height: 1.5; }
.workspace-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.workspace-tags span { padding: 8px 10px; border: 1px solid currentColor; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.portal-boundary { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin-top: 120px; padding-top: 28px; border-top: 1px solid #45443f; }
.portal-boundary span { color: #99968f; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.portal-boundary h2 { margin: 52px 0 0; font-size: clamp(27px, 2.7vw, 42px); letter-spacing: -.04em; }
.portal-boundary p { margin: 0; color: #aaa79f; font-size: 15px; line-height: 1.58; }
.portal-boundary p + p { margin-top: 24px; }
.portal-boundary strong { color: var(--white); }
.portal-footer {
  min-height: 90px; display: grid; grid-template-columns: 1fr 1fr 1fr;
  align-items: center; border-top: 1px solid #45443f; color: #99968f;
  font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.portal-footer a { justify-self: center; color: var(--white); }
.portal-footer span:last-child { justify-self: end; text-align: right; }

.inline-link {
  display: inline-block; margin-top: 18px; color: var(--ink); font-size: 12px;
  font-weight: 700; text-decoration-color: var(--red); text-underline-offset: 5px;
}
.inline-link:hover { color: var(--red); }

/* Public category, use-case and insight pages */
.content-header { background: rgba(242,240,236,.92); backdrop-filter: blur(14px); }
.content-main { padding-top: 76px; }
.content-hero { padding-top: 56px; padding-bottom: 86px; }
.content-hero .hero-meta { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.content-hero .hero-meta a { color: var(--muted); text-decoration: none; }
.content-hero .hero-meta a:hover { color: var(--red); }
.content-hero h1 {
  max-width: 12ch; margin: 90px 0 0; font-size: clamp(54px, 7.7vw, 118px);
  line-height: .91; letter-spacing: -.064em;
}
.content-hero > p {
  width: min(680px, 54%); margin: 44px 0 0 auto; color: var(--muted);
  font-size: clamp(18px, 1.75vw, 26px); font-weight: 500; line-height: 1.42;
}
.content-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 9vw;
  padding-top: 16px; padding-bottom: 120px; border-top: 1px solid var(--line);
}
.content-section {
  display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 26px;
  padding: 48px 0 58px; border-bottom: 1px solid var(--line);
}
.content-section-index {
  padding-top: 7px; color: var(--red); font-size: 10px; font-weight: 750;
  letter-spacing: .14em;
}
.content-section h2 {
  max-width: 19ch; margin: 0 0 28px; font-size: clamp(31px, 3.8vw, 58px);
  line-height: 1; letter-spacing: -.05em;
}
.content-section p {
  max-width: 730px; margin: 0; color: #3d3c38; font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.62;
}
.content-section p + p { margin-top: 22px; }
.content-cards {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px; border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.content-card {
  min-height: 210px; padding: 20px; display: flex; flex-direction: column;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.content-card > span {
  color: var(--red); font-size: 9px; font-weight: 750; letter-spacing: .12em;
  text-transform: uppercase;
}
.content-card h3 { margin: auto 0 10px; font-size: 23px; letter-spacing: -.035em; }
.content-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.content-card a { margin-top: 18px; font-size: 11px; font-weight: 700; }
.content-aside {
  position: sticky; top: 120px; align-self: start; display: grid; border-top: 1px solid var(--ink);
}
.content-aside > span {
  padding: 18px 0; color: var(--muted); font-size: 9px; font-weight: 750;
  letter-spacing: .13em; text-transform: uppercase;
}
.content-aside a {
  min-height: 58px; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 650;
  text-decoration: none;
}
.content-aside a:hover { color: var(--red); }
.content-aside i { font-style: normal; }
.content-cta { padding-top: 42px; padding-bottom: 52px; }
.content-cta .section-shell { min-height: 520px; display: flex; flex-direction: column; }
.content-cta span {
  color: #99968f; font-size: 10px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase;
}
.content-cta h2 {
  max-width: 10ch; margin: auto 0 24px; font-size: clamp(54px, 7vw, 106px);
  line-height: .91; letter-spacing: -.06em;
}
.content-cta p { max-width: 560px; margin: 0 0 34px; color: #aaa79f; font-size: 17px; line-height: 1.55; }
.content-cta .button { width: fit-content; background: var(--red); color: var(--white); }
.content-cta .button:hover { background: var(--white); color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 1440px); }
  .site-header { min-height: 66px; }
  .site-header.scrolled { padding-inline: 16px; }
  .menu-button {
    display: inline-flex; align-items: center; gap: 10px; min-height: 44px;
    border: 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700;
  }
  .menu-button i, .menu-button i::after { display: block; width: 18px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
  .menu-button i::after { transform: translateY(5px); }
  .menu-button[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::after { transform: rotate(-90deg); }
  .site-nav {
    position: fixed; left: -16px; right: -16px; top: 66px; display: none;
    padding: 18px 16px 28px; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 52px; display: flex; align-items: center; border-top: 1px solid var(--line); }
  .nav-access { margin-top: 12px; justify-content: space-between; padding: 0 16px; border-top: 0 !important; }
  .hero { padding-top: 90px; }
  .hero-copy { padding: 10vh 0 7vh; }
  .hero h1 { font-size: clamp(48px, 13vw, 82px); }
  .hero-copy p { width: 100%; margin: 28px 0 0; }
  .decision-line { grid-template-columns: repeat(3, 1fr); }
  .decision-line span:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .decision-line span:nth-child(3)::after, .decision-line span:last-child::after { display: none; }
  .statement-grid, .section-heading, .refusal-grid, .demo-invite-grid, .about-intro, .access-grid { grid-template-columns: 1fr; }
  .statement-grid { align-content: center; }
  .statement-copy { max-width: 620px; }
  .question-grid { grid-template-columns: 1fr 1fr; }
  .question-grid article:nth-child(3) { border-left: 0; }
  .question-grid article:nth-child(n+3) { border-top: 1px solid #4b4a46; }
  .record-flow { grid-template-columns: 1fr 1fr; }
  .product-family { grid-template-columns: 1fr; }
  .product-family article { min-height: 190px; padding: 24px 0; }
  .product-family article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .product-family h3 { margin-top: 42px; }
  .record-flow article { min-height: 160px; border-bottom: 1px solid var(--line); }
  .record-flow article:nth-child(odd) { border-left: 0; }
  .record-flow article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .record-flow b { margin-top: 34px; }
  .record-proof { flex-wrap: wrap; }
  .product-principles { margin-top: 70px; }
  .refusal-grid { align-items: start; }
  .refusal ul { margin-top: 50px; }
  .demo-window { margin-top: 20px; overflow-x: auto; }
  .demo-boundaries { grid-template-columns: 1fr 1fr; }
  .demo-boundaries span:nth-child(3) { border-left: 0; border-top: 1px solid #45443f; }
  .demo-boundaries span:nth-child(4) { border-top: 1px solid #45443f; }
  .office-grid article { grid-template-columns: 1fr; }
  .access-grid { align-items: start; }
  .access-card { margin-top: 30px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div { grid-column: 1 / -1; align-self: end; }
  .portal-intro { grid-template-columns: 1fr; }
  .portal-intro h1 { margin-top: 70px; }
  .portal-intro p { max-width: 620px; margin-top: 30px; }
  .workspace-grid { grid-template-columns: 1fr 1fr; margin-top: 80px; }
  .agent-card { grid-column: 1 / -1; min-height: 330px; }
  .workspace-card { min-height: 430px; }
  .portal-boundary { grid-template-columns: 1fr; }
  .content-layout { grid-template-columns: 1fr; }
  .content-aside { position: static; margin-top: 20px; }
}
@media (max-width: 600px) {
  .hero-meta span:last-child { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button, .text-link { min-height: 50px; }
  .hero h1, .statement h2, .section-heading h2, .refusal h2, .demo-invite h2, .about h2, .access h2 { font-size: clamp(43px, 13vw, 64px); }
  .section-dark, .refusal { padding-inline: 16px; }
  .statement { min-height: auto; padding-bottom: 30px; }
  .statement-grid { min-height: 0; padding: 100px 0 70px; }
  .question-grid { grid-template-columns: 1fr; }
  .question-grid article { min-height: 120px; padding: 18px 0; border-top: 1px solid #4b4a46; border-left: 0 !important; }
  .question-grid h3 { margin-top: 32px; }
  .product, .use-cases { padding-top: 36px; padding-bottom: 80px; }
  .section-heading { padding: 82px 0 58px; }
  .record-head { align-items: flex-start; flex-direction: column; }
  .record-flow { grid-template-columns: 1fr; }
  .record-flow article, .record-flow article:last-child { grid-column: auto; min-height: 145px; border-left: 0; border-bottom: 1px solid var(--line); }
  .record-proof { align-items: stretch; flex-direction: column; }
  .record-proof code { overflow: hidden; text-overflow: ellipsis; }
  .record-proof button { min-height: 46px; }
  .product-principles { grid-template-columns: 1fr; }
  .product-principles article { min-height: 210px; padding: 22px 0; border-left: 0 !important; border-bottom: 1px solid var(--line); }
  .product-principles h3 { margin-top: 38px; }
  .refusal { padding-top: 36px; padding-bottom: 70px; }
  .refusal-grid { padding-top: 80px; }
  .demo-invite { padding-top: 36px; padding-bottom: 36px; }
  .demo-invite-grid { padding: 80px 0 58px; }
  .demo-boundaries { grid-template-columns: 1fr; }
  .demo-boundaries span { min-height: 58px; padding-left: 0 !important; border-left: 0 !important; border-top: 1px solid #45443f; }
  .sector-list article { grid-template-columns: 45px 1fr; padding: 20px 0; }
  .sector-list p { grid-column: 2; margin-top: 8px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-grid > article, .use-case-grid > article:last-child { grid-column: auto; min-height: 390px; }
  .use-case-grid h3 { margin-top: 54px; }
  .about { padding-top: 36px; padding-bottom: 80px; }
  .about-intro { padding: 82px 0 58px; }
  .office-grid { grid-template-columns: 1fr; }
  .office-grid article { min-height: 165px; }
  .office-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .access { min-height: auto; padding-top: 36px; padding-bottom: 36px; }
  .access-grid { min-height: 0; padding: 90px 0 40px; }
  .access-card { min-height: 210px; }
  .site-footer { min-height: 230px; grid-template-columns: 1fr; gap: 24px; }
  .site-footer > div { grid-column: auto; flex-direction: column; }
  .portal-header { grid-template-columns: 1fr 1fr; }
  .portal-secure { grid-row: 2; grid-column: 1 / -1; padding: 13px 0; border-top: 1px solid #45443f; }
  .portal-actions { grid-column: 2; grid-row: 1; gap: 10px; }
  .portal-home { display: none; }
  .portal { padding-top: 58px; padding-bottom: 70px; }
  .portal-intro h1 { font-size: clamp(52px, 15vw, 72px); }
  .workspace-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .agent-card { grid-column: auto; min-height: 390px; }
  .workspace-card { min-height: 390px; }
  .portal-boundary { margin-top: 80px; }
  .portal-footer { min-height: 180px; grid-template-columns: 1fr; align-content: center; gap: 18px; }
  .portal-footer a, .portal-footer span:last-child { justify-self: start; text-align: left; }
  .login-header { grid-template-columns: 1fr 1fr; }
  .login-header .portal-secure { grid-row: 2; grid-column: 1 / -1; padding: 13px 0; border-top: 1px solid #45443f; }
  .login-header .portal-home { grid-column: 2; grid-row: 1; }
  .login-shell { min-height: auto; padding: 58px 0 64px; grid-template-columns: 1fr; gap: 60px; }
  .login-intro h1 { font-size: clamp(54px, 15vw, 82px); }
  .login-intro > p:last-child { margin-top: 40px; }
  .login-panel { width: 100%; }
  .login-footer { min-height: 120px; }
  .content-main { padding-top: 66px; }
  .content-hero { padding-top: 38px; padding-bottom: 64px; }
  .content-hero h1 { margin-top: 64px; font-size: clamp(46px, 13vw, 70px); }
  .content-hero > p { width: 100%; margin-top: 30px; }
  .content-layout { padding-bottom: 80px; }
  .content-section { grid-template-columns: 1fr; gap: 18px; padding: 38px 0 46px; }
  .content-cards { grid-template-columns: 1fr; }
  .content-card { min-height: 185px; }
  .content-cta { padding-inline: 16px; }
  .content-cta .section-shell { min-height: 430px; }
}
