@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/instrument-serif.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/instrument-serif-italic.woff2") format("woff2");
}

:root {
  --font-inter: "Inter";
  --font-instrument-serif: "Instrument Serif";
}

:root {
  --navy: #02121d;
  --navy-2: #0a2230;
  --lime: #c1fb13;
  --paper: #f3f5f6;
  --white: #ffffff;
  --ink: #071924;
  --muted: #66767e;
  --line: #c9d1d5;
  --fog: #dfe4e6;
  --soft: #edf0f1;
  --site: 1560px;
  --gutter: clamp(20px, 5vw, 80px);
  --section: clamp(88px, 10vw, 168px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-inter), Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
h1, h2, h3, p, blockquote, figure { margin-top: 0; }
em { font-family: var(--font-instrument-serif), Georgia, serif; font-style: italic; font-weight: 400; word-spacing: .08em; }
::selection { color: var(--navy); background: var(--lime); }

.eyebrow,
.route-marker { margin: 0 0 20px; color: var(--muted); font-size: 10px; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--lime { color: var(--lime); }
.hero-deck { max-width: 680px; color: #b5c0c5; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; }

/* Chrome */
.site-header { position: sticky; z-index: 80; top: 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(2,18,29,.96); backdrop-filter: blur(18px); }
.site-header__inner { display: grid; width: min(100%, var(--site)); min-height: 74px; align-items: center; margin: 0 auto; padding: 0 var(--gutter); grid-template-columns: 1fr auto 1fr; }
.word-name { display: inline-flex; width: fit-content; align-items: baseline; gap: 11px; }
.word-name strong { font-size: 20px; font-weight: 820; letter-spacing: -.05em; }
.word-name span { color: #91a0a8; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #adbac0; font-size: 12px; font-weight: 650; }
.desktop-nav a { transition: color 160ms ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a[aria-current="page"] { color: var(--white); }
.header-cta { justify-self: end; display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 17px; color: var(--navy); border-radius: 999px; background: var(--lime); font-size: 11px; font-weight: 780; transition: transform 160ms ease; }
.header-cta:hover { transform: translateY(-2px); }
.mobile-nav, .mobile-demo-cta { display: none; }
.mobile-nav summary { cursor: pointer; font-size: 12px; font-weight: 720; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: fixed; top: 66px; right: 0; left: 0; display: grid; padding: 22px var(--gutter) 34px; border-top: 1px solid rgba(255,255,255,.12); background: var(--navy); box-shadow: 0 30px 60px rgba(0,0,0,.3); }
  .mobile-nav nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; }
  .mobile-nav nav a[aria-current="page"] { color: var(--lime); }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 780; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.button--lime { color: var(--navy); background: var(--lime); }
.button--dark { color: var(--white); background: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 730; }
.text-link--light { color: var(--white); }
.text-link--dark { color: var(--navy); }

/* Media placeholders */
.media-placeholder { display: grid; min-width: 0; margin: 0; padding: 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 18px; background: var(--white); grid-template-rows: auto 1fr auto; }
.media-placeholder--wide { min-height: clamp(420px, 48vw, 680px); }
.media-placeholder--square { min-height: 520px; }
.media-placeholder--portrait { min-height: clamp(560px, 62vw, 780px); }
.media-placeholder--dark { color: var(--white); border-color: rgba(255,255,255,.2); background: var(--navy-2); }
.media-placeholder__meta { display: flex; align-items: center; justify-content: space-between; padding: 3px 4px 14px; color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.media-placeholder--dark .media-placeholder__meta { color: #8fa0a9; }
.media-placeholder__canvas { position: relative; display: grid; min-height: 300px; place-items: center; overflow: hidden; color: var(--muted); border: 1px dashed #aeb8bd; border-radius: 10px; background: linear-gradient(90deg, transparent 49.9%, rgba(7,25,36,.045) 50%, transparent 50.1%), linear-gradient(0deg, transparent 49.9%, rgba(7,25,36,.045) 50%, transparent 50.1%); background-size: 48px 48px; text-align: center; }
.media-placeholder--dark .media-placeholder__canvas { color: #90a0a8; border-color: rgba(255,255,255,.28); background-color: #051924; background-image: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.045) 50%, transparent 50.1%), linear-gradient(0deg, transparent 49.9%, rgba(255,255,255,.045) 50%, transparent 50.1%); }
.media-placeholder__canvas > span { position: relative; z-index: 2; max-width: 180px; padding: 10px; background: inherit; font-size: 10px; font-weight: 720; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.media-placeholder__cross { position: absolute; inset: 30px; }
.media-placeholder__cross::before, .media-placeholder__cross::after { position: absolute; top: 50%; left: 50%; width: 1px; height: 140%; background: currentColor; content: ""; opacity: .22; }
.media-placeholder__cross::before { transform: translate(-50%,-50%) rotate(45deg); }
.media-placeholder__cross::after { transform: translate(-50%,-50%) rotate(-45deg); }
.media-placeholder figcaption { display: grid; padding: 18px 4px 4px; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.media-placeholder figcaption strong { font-size: 14px; letter-spacing: -.02em; }
.media-placeholder figcaption p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.media-placeholder--dark figcaption p { color: #93a2aa; }

/* Born West proof */
.customer-proof { display: grid; padding: clamp(70px, 8vw, 120px) var(--gutter); background: var(--white); grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); }
.customer-proof h2 { max-width: 760px; margin: 0 0 24px; font-size: clamp(40px, 4.5vw, 70px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.customer-proof > div > p:last-child { max-width: 660px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.customer-proof ul { display: grid; align-self: stretch; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.customer-proof li { display: flex; min-height: 105px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: clamp(27px, 3vw, 46px); font-weight: 590; letter-spacing: -.045em; }
.customer-proof li::after { color: var(--muted); content: "Born West"; font-size: 8px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.customer-proof > small { grid-column: 2; color: var(--muted); font-size: 9px; }

/* Shared product UI */
.question-demo { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #061a26; box-shadow: 0 34px 80px rgba(0,0,0,.28); }
.question-tabs { display: flex; gap: 6px; padding: 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.question-tabs button { cursor: pointer; padding: 10px 14px; color: #91a0a8; border: 0; border-radius: 999px; background: transparent; font-size: 11px; font-weight: 720; }
.question-tabs button.is-active { color: var(--navy); background: var(--lime); }
.question-demo-grid { display: grid; grid-template-columns: .8fr 1.2fr; }
.question-demo-prompt, .question-demo-answer { min-height: 430px; padding: clamp(28px, 4vw, 56px); }
.question-demo-prompt { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.12); }
.question-demo-prompt > span, .answer-question > span { color: var(--lime); font-size: 9px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.question-demo-prompt blockquote, .answer-question blockquote { margin-bottom: 0; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(32px, 4vw, 58px); font-style: italic; line-height: 1.04; }
.question-demo-answer, .answer-body { display: flex; flex-direction: column; }
.answer-live, .answer-status { display: inline-flex; width: fit-content; align-items: center; gap: 8px; color: #aab7bd; font-size: 9px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.answer-live i, .status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(193,251,19,.1); }
.question-demo-answer > p, .answer-body > p { margin: auto 0; font-size: clamp(22px, 2.3vw, 34px); letter-spacing: -.035em; line-height: 1.34; }
.answer-sources { display: flex; flex-wrap: wrap; gap: 8px; }
.answer-sources span { padding: 8px 10px; color: #aebac0; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 9px; font-weight: 680; }
.question-demo-answer footer, .answer-body footer { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; padding-top: 16px; color: #91a0a8; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; font-weight: 700; text-transform: uppercase; }

.answer-receipt { display: grid; overflow: hidden; color: var(--white); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: #061a26; grid-template-columns: .85fr 1.15fr; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.answer-question, .answer-body { min-height: 390px; padding: clamp(26px, 3.5vw, 50px); }
.answer-question { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.12); }
.answer-body > p { font-size: clamp(19px, 2vw, 29px); }

.architecture { display: grid; width: 100%; padding: 18px; color: var(--ink); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.05); gap: 8px; }
.architecture-row { display: grid; gap: 8px; }
.architecture-row--three { grid-template-columns: repeat(3,1fr); }
.architecture-row--split { grid-template-columns: 2fr 1fr; }
.architecture-row--four { grid-template-columns: repeat(4,1fr); }
.architecture-row--sources { grid-template-columns: repeat(6,1fr); }
.architecture-box, .architecture-more { display: grid; min-height: 64px; place-items: center; padding: 10px; border-radius: 8px; background: #dce2e4; text-align: center; font-size: 10px; font-weight: 720; }
.architecture-box--interface, .architecture-box--memory { background: #b9ead9; }
.architecture-box--active { background: var(--lime); }
.architecture-box--policy { background: #ecf7c7; }
.architecture-box--data { background: #eee1e7; }
.architecture-more { color: var(--white); background: transparent; }

/* Home */
.home-hero-v2 { display: grid; min-height: min(calc(100vh - 74px), 1050px); padding: clamp(70px, 8vw, 130px) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 120px); }
.home-hero-v2 > *, .problem-hero > *, .persona-hero > *, .industry-hero > *, .platform-hero-v2 > *, .demo-hero-v2 > * { min-width: 0; }
.home-hero-v2__copy { display: flex; width: 100%; max-width: 900px; flex-direction: column; align-items: flex-start; justify-content: center; }
.home-hero-v2 h1 { max-width: 870px; margin-bottom: 22px; font-size: clamp(64px, 7.4vw, 124px); font-weight: 520; letter-spacing: -.075em; line-height: .88; }
.hero-turn { max-width: 780px; margin-bottom: 34px; color: var(--lime); font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(36px, 4.2vw, 70px); font-style: italic; line-height: 1; }
.home-hero-v2 .hero-deck { margin-bottom: 34px; }
.home-hero-v2__media { display: grid; align-items: center; }
.hero-proof-line { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 44px; color: #8fa0a8; font-size: 9px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof-line span::before { margin-right: 8px; color: var(--lime); content: "•"; }

.home-tension { display: grid; padding: var(--section) var(--gutter); background: var(--white); grid-template-columns: .38fr 1.12fr .5fr; gap: clamp(30px, 6vw, 90px); }
.home-tension h2 { margin: 0; font-size: clamp(46px, 6vw, 96px); font-weight: 520; letter-spacing: -.065em; line-height: .98; }
.home-tension__muted { color: #aeb8bd; }
.home-tension > p:last-child { align-self: end; margin-bottom: 4px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.question-audit { padding: var(--section) var(--gutter); background: var(--paper); }
.question-audit > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .55fr 1.45fr; gap: 60px; }
.question-audit h2 { max-width: 1080px; margin: 0; font-size: clamp(50px, 6.5vw, 102px); font-weight: 520; letter-spacing: -.07em; line-height: .94; }
.question-audit h2 em { display: block; }
.question-audit__journey { display: grid; grid-template-columns: repeat(3,1fr); }
.question-audit__journey article { display: flex; min-height: 470px; flex-direction: column; padding: clamp(26px, 3.2vw, 48px); border: 1px solid var(--line); border-right: 0; background: var(--white); }
.question-audit__journey article:last-child { border-right: 1px solid var(--line); }
.question-audit__journey article:first-child { background: var(--lime); }
.question-audit__journey article:nth-child(2) { color: var(--white); border-color: rgba(255,255,255,.16); background: var(--navy); }
.question-audit__journey span { color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.question-audit__journey h3 { margin: 90px 0 30px; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(31px, 3vw, 46px); font-style: italic; font-weight: 400; line-height: 1.08; }
.question-audit__journey p { max-width: 390px; margin: auto 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.question-audit__journey article:nth-child(2) p { color: #92a2aa; }
.question-audit aside { display: grid; margin-top: 70px; padding-top: 40px; border-top: 1px solid var(--line); grid-template-columns: .55fr 1.45fr; gap: 60px; }
.question-audit aside > p { color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.question-audit aside ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2,1fr); list-style: none; }
.question-audit aside li { min-height: 150px; padding: 26px 30px 26px 0; border-top: 1px solid var(--line); font-size: clamp(17px, 1.8vw, 27px); letter-spacing: -.03em; line-height: 1.25; }
.question-audit aside li:nth-child(odd) { margin-right: 30px; }

.one-question { padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); }
.one-question__heading { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.one-question__heading h2 { margin: 0; font-size: clamp(44px, 5.8vw, 88px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.one-question__heading h2 em { display: block; color: var(--lime); }
.operating-line { display: grid; align-items: center; margin-bottom: 28px; grid-template-columns: repeat(7,auto); gap: 12px; }
.operating-line > div { display: grid; min-height: 150px; align-content: space-between; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.operating-line span { color: var(--lime); font-size: 9px; font-weight: 780; }
.operating-line strong { margin-top: 26px; font-size: 18px; }
.operating-line small { max-width: 190px; color: #8fa0a8; font-size: 10px; line-height: 1.5; }
.operating-line > i { color: var(--lime); font-style: normal; }

.partner-field { display: grid; padding: var(--section) var(--gutter); background: var(--paper); grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 140px); }
.partner-field__intro { align-self: start; }
.partner-field h2 { margin-bottom: 30px; font-size: clamp(46px, 5vw, 78px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.partner-field h2 em { display: block; }
.partner-field__intro > p:last-child { max-width: 560px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.partner-field__grid { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(2,1fr); }
.partner-name { display: flex; min-height: 180px; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-name:nth-child(2n) { border-right: 0; }
.partner-name span, .partner-name small { color: var(--muted); font-size: 9px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.partner-name strong { font-size: clamp(25px, 2.6vw, 40px); font-weight: 600; letter-spacing: -.045em; }
.partner-name--placeholder { background: var(--soft); }
.partner-name--placeholder strong { color: #8d999f; }

.choose-door { padding: var(--section) var(--gutter); background: var(--white); }
.choose-door > header { display: grid; align-items: end; margin-bottom: 64px; grid-template-columns: .7fr 1.3fr; gap: 40px; }
.choose-door > header h2 { max-width: 900px; margin: 0; font-size: clamp(48px, 6vw, 92px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.choose-door__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.choose-door__grid > article { display: flex; min-height: 630px; flex-direction: column; padding: clamp(24px, 3vw, 42px); border: 1px solid var(--line); border-right: 0; }
.choose-door__grid > article:last-child { border-right: 1px solid var(--line); }
.choose-door__grid > article:nth-child(2) { color: var(--white); background: var(--navy); }
.choose-door__grid article > span { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.choose-door__grid h3 { margin: 80px 0 50px; font-size: clamp(29px, 3vw, 44px); font-weight: 530; letter-spacing: -.05em; line-height: 1.06; }
.choose-door__grid article > div { display: grid; }
.choose-door__grid article > div a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; color: var(--muted); border-top: 1px solid currentColor; font-size: 12px; }
.choose-door__grid b { font-weight: 500; }
.door-link { margin-top: auto; padding-top: 40px; font-size: 12px; font-weight: 750; }

.economic-buyers { padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); }
.economic-buyers > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .55fr 1.45fr; gap: 60px; }
.economic-buyers h2 { max-width: 1050px; margin: 0; font-size: clamp(50px, 6vw, 94px); font-weight: 520; letter-spacing: -.07em; line-height: .94; }
.economic-buyers > div { display: grid; grid-template-columns: repeat(3,1fr); }
.economic-buyers article { display: flex; min-height: 410px; flex-direction: column; padding: 32px; border: 1px solid rgba(255,255,255,.16); border-right: 0; }
.economic-buyers article:last-child { color: var(--navy); border-color: var(--lime); border-right: 1px solid var(--lime); background: var(--lime); }
.economic-buyers article > span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.economic-buyers article:last-child > span { color: var(--navy); }
.economic-buyers h3 { margin: 110px 0 18px; font-size: clamp(28px, 3vw, 43px); font-weight: 540; letter-spacing: -.05em; }
.economic-buyers article p { margin: 0; color: #91a1a9; font-size: 13px; line-height: 1.65; }
.economic-buyers article:last-child p { color: rgba(2,18,29,.72); }
.economic-buyers article a { margin-top: auto; padding-top: 35px; font-size: 11px; font-weight: 780; }

.installed-story { display: grid; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 160px); }
.installed-story__lead { position: sticky; top: 130px; align-self: start; }
.installed-story h2 { margin-bottom: 30px; font-size: clamp(48px, 5vw, 82px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.installed-story h2 em { display: block; color: var(--lime); }
.installed-story__lead > p:not(.eyebrow) { max-width: 620px; color: #9aabb3; font-size: 15px; line-height: 1.7; }
.installed-story__steps { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.installed-story__steps li { display: grid; min-height: 220px; align-content: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); grid-template-columns: 70px 1fr; gap: 24px; }
.installed-story__steps li > span { color: var(--lime); font-size: 10px; font-weight: 780; }
.installed-story__steps strong { display: block; margin-bottom: 12px; font-size: clamp(24px, 2.4vw, 38px); letter-spacing: -.04em; }
.installed-story__steps p { max-width: 550px; margin: 0; color: #92a2aa; font-size: 13px; line-height: 1.6; }

.platform-film { display: grid; padding: var(--section) var(--gutter); background: var(--paper); grid-template-columns: .58fr 1.42fr; gap: clamp(60px, 8vw, 120px); }
.platform-film > div:first-child { align-self: center; }
.platform-film h2 { margin-bottom: 26px; font-size: clamp(44px, 5vw, 76px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.platform-film > div:first-child > p:last-child { max-width: 540px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.platform-film--paper { background: var(--white); }

/* Collection hubs */
.problem-index-hero { display: grid; min-height: 640px; align-items: end; padding: var(--section) var(--gutter) 90px; color: var(--white); background: var(--navy); grid-template-columns: 1.4fr .6fr; gap: 80px; }
.problem-index-hero h1, .role-index-hero h1, .industry-index-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(64px, 8vw, 126px); font-weight: 520; letter-spacing: -.075em; line-height: .9; }
.problem-index-hero > p { max-width: 520px; margin: 0 0 6px; color: #9cacb4; font-size: 17px; line-height: 1.65; }
.problem-index-list { background: var(--white); }
.problem-index-list > a { display: grid; min-height: 245px; align-items: center; padding: 34px var(--gutter); border-bottom: 1px solid var(--line); grid-template-columns: 70px 1.05fr .75fr 40px; gap: 34px; transition: color 180ms ease, background 180ms ease; }
.problem-index-list > a:hover { color: var(--white); background: var(--navy); }
.problem-index-list > a > span { color: var(--muted); font-size: 10px; font-weight: 780; }
.problem-index-list small { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.problem-index-list h2 { max-width: 700px; margin: 14px 0 0; font-size: clamp(30px, 3.5vw, 54px); font-weight: 540; letter-spacing: -.055em; line-height: 1; }
.problem-index-list h2 em { display: block; }
.problem-index-list > a > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.problem-index-list b { justify-self: end; font-size: 24px; font-weight: 400; }

.role-index-hero { padding: var(--section) var(--gutter); text-align: center; background: var(--white); }
.role-index-hero h1 { margin: 0 auto; }
.role-index-hero h1 em { display: block; }
.role-index-hero > p:last-child { max-width: 660px; margin: 34px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.role-index-stack { padding: 0 var(--gutter) var(--section); background: var(--white); }
.role-index-stack > a { display: grid; min-height: 360px; align-items: center; padding: clamp(30px, 4vw, 60px); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); background: var(--navy); grid-template-columns: 90px 1.2fr .65fr .35fr; gap: 40px; }
.role-index-stack > a:nth-child(2n) { color: var(--ink); border-color: var(--line); background: var(--fog); }
.role-index-stack__number { align-self: start; color: var(--lime); font-size: 12px; font-weight: 780; }
.role-index-stack small { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.role-index-stack h2 { margin: 20px 0 0; font-size: clamp(39px, 5vw, 78px); font-weight: 520; letter-spacing: -.06em; line-height: .94; }
.role-index-stack h2 em { display: block; color: var(--lime); }
.role-index-stack > a:nth-child(2n) h2 em { color: var(--ink); }
.role-index-stack p { margin: 0; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(22px, 2.5vw, 36px); font-style: italic; line-height: 1.15; }
.role-index-stack b { justify-self: end; font-size: 11px; }

.industry-index-hero { display: grid; min-height: 760px; align-items: center; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: .9fr 1.1fr; gap: 80px; }
.industry-index-hero h1 { max-width: 780px; }
.industry-index-cards { display: grid; padding: var(--section) var(--gutter); background: var(--paper); grid-template-columns: repeat(3,1fr); gap: 14px; }
.industry-index-cards > a { display: flex; min-height: 620px; flex-direction: column; padding: clamp(26px, 3vw, 42px); border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.industry-index-cards > a:nth-child(2) { transform: translateY(60px); }
.industry-index-cards > a > span { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.industry-index-cards h2 { margin: 80px 0 28px; font-size: clamp(42px, 4vw, 62px); font-weight: 540; letter-spacing: -.06em; }
.industry-index-cards p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.industry-index-cards strong { margin-top: auto; padding: 28px 0; border-top: 1px solid var(--line); font-family: var(--font-instrument-serif), Georgia, serif; font-size: 26px; font-style: italic; font-weight: 400; line-height: 1.12; }
.industry-index-cards b { font-size: 11px; }
.industry-workflow-index { padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); }
.industry-workflow-index > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.industry-workflow-index h2 { max-width: 950px; margin: 0; font-size: clamp(52px, 6.5vw, 102px); font-weight: 520; letter-spacing: -.07em; line-height: .94; }
.industry-workflow-index h2 em { display: block; color: var(--lime); }
.industry-workflow-index > header > p { max-width: 600px; margin: 0 0 7px; color: #91a1a9; font-size: 14px; line-height: 1.7; }
.industry-workflow-index > div { display: grid; grid-template-columns: repeat(3,1fr); }
.industry-workflow-index article { display: flex; min-height: 500px; flex-direction: column; padding: clamp(28px, 3.2vw, 48px); border: 1px solid rgba(255,255,255,.16); border-right: 0; }
.industry-workflow-index article:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.industry-workflow-index article > span { color: var(--lime); font-size: 9px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.industry-workflow-index h3 { margin: 70px 0 34px; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(31px, 3vw, 45px); font-style: italic; font-weight: 400; line-height: 1.05; }
.industry-workflow-index ol { margin: auto 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.industry-workflow-index li { padding: 13px 0; color: #a9b6bc; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; line-height: 1.45; }
.industry-workflow-index a { margin-top: 28px; color: var(--lime); font-size: 11px; font-weight: 750; }

/* Problem pages */
.problem-hero { display: grid; min-height: 800px; align-items: center; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 9vw, 140px); }
.problem-hero__copy h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(62px, 7vw, 112px); font-weight: 520; letter-spacing: -.075em; line-height: .9; }
.problem-hero__copy h1 em { display: block; color: var(--lime); }
.problem-hero__copy .hero-deck { margin-bottom: 34px; }
.problem-visual { position: relative; min-height: 540px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: #071d29; }

.source-orbit__node { position: absolute; display: grid; min-width: 118px; min-height: 54px; place-items: center; padding: 10px; color: #b7c2c7; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 10px; font-weight: 720; }
.source-orbit__node::after { position: absolute; width: 220px; height: 1px; background: rgba(193,251,19,.55); content: ""; transform-origin: left center; }
.source-orbit__node--1 { top: 12%; left: 8%; }.source-orbit__node--1::after { top: 50%; left: 100%; transform: rotate(28deg); }
.source-orbit__node--2 { top: 9%; right: 8%; }.source-orbit__node--2::after { top: 50%; left: 0; transform: rotate(151deg); }
.source-orbit__node--3 { right: 8%; bottom: 12%; }.source-orbit__node--3::after { top: 50%; left: 0; transform: rotate(210deg); }
.source-orbit__node--4 { bottom: 9%; left: 8%; }.source-orbit__node--4::after { top: 50%; left: 100%; transform: rotate(-28deg); }
.source-orbit__core { position: absolute; top: 50%; left: 50%; display: grid; width: 170px; height: 170px; place-items: center; padding: 25px; color: var(--navy); border-radius: 50%; background: var(--lime); text-align: center; font-size: 18px; transform: translate(-50%,-50%); }

.receipt-stack { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.receipt-stack > div { position: relative; display: grid; min-height: 120px; align-content: center; padding: 24px 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: #0b2533; box-shadow: 0 18px 40px rgba(0,0,0,.24); }
.receipt-stack > div:nth-child(2) { z-index: 2; margin: -10px 24px 0; background: #102e3d; transform: rotate(-1deg); }
.receipt-stack > div:nth-child(3) { z-index: 3; margin: -10px 48px 0; color: var(--navy); background: var(--lime); transform: rotate(1.5deg); }
.receipt-stack span, .access-gate span { margin-bottom: 10px; color: #84969f; font-size: 9px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.receipt-stack > div:nth-child(3) span { color: #52630b; }
.receipt-stack strong { font-size: 16px; }

.access-gate { display: grid; align-content: center; padding: 50px; gap: 14px; }
.access-gate__person { margin-bottom: 20px; padding: 20px; color: var(--navy); border-radius: 12px; background: var(--white); font-size: 13px; font-weight: 750; }
.access-gate__result { display: grid; padding: 24px; border: 1px solid rgba(193,251,19,.45); border-radius: 12px; background: rgba(193,251,19,.06); }
.access-gate__result span { color: var(--lime); }
.access-gate__result--closed { opacity: .55; border-color: rgba(255,255,255,.16); background: transparent; }
.access-gate__result--closed span { color: #8999a1; }

.model-lanes { display: grid; align-content: center; padding: 48px; gap: 28px; }
.model-lanes > div { display: grid; align-items: center; grid-template-columns: 90px 1fr 155px; gap: 16px; }
.model-lanes span, .model-lanes strong { font-size: 10px; }
.model-lanes span { color: #8ea0a8; }
.model-lanes strong { text-align: right; }
.model-lanes i { position: relative; height: 2px; background: #41545d; }
.model-lanes i::after { position: absolute; top: 50%; left: 20%; width: 12px; height: 12px; border-radius: 50%; background: var(--lime); content: ""; transform: translateY(-50%); }
.model-lanes > div:nth-child(2) i::after { left: 60%; }.model-lanes > div:nth-child(3) i::after { left: 85%; }

.private-boundary { display: grid; align-content: center; padding: 54px; border-color: var(--lime); box-shadow: inset 0 0 0 20px #071d29, inset 0 0 0 21px rgba(193,251,19,.2); }
.private-boundary__label { margin-bottom: 50px; color: var(--lime); font-size: 9px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.private-boundary > strong { font-size: clamp(44px, 5vw, 72px); letter-spacing: -.06em; }
.private-boundary > div { display: flex; gap: 8px; margin-top: 44px; }
.private-boundary > div span { flex: 1; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; font-size: 10px; text-align: center; }

.approval-ladder { display: grid; align-content: center; padding: 48px; gap: 8px; }
.approval-ladder span { display: block; padding: 22px; color: #8ea0a8; border-left: 2px solid #38505c; background: #0b2431; font-size: 11px; font-weight: 700; }
.approval-ladder span.is-current { color: var(--navy); border-left-color: var(--lime); background: var(--lime); transform: translateX(26px); }

.memory-line { display: grid; align-content: center; padding: 54px; }
.memory-line::before { position: absolute; top: 50%; right: 11%; left: 11%; height: 2px; background: rgba(193,251,19,.5); content: ""; }
.memory-line > div { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin: 27px 0; }
.memory-line i { width: 13px; height: 13px; border: 3px solid #071d29; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 1px var(--lime); }
.memory-line span { width: 150px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: #0b2431; font-size: 10px; text-align: center; }

.shadow-radar { display: grid; place-items: center; }
.shadow-radar__ring { position: absolute; border: 1px solid rgba(193,251,19,.35); border-radius: 50%; }
.shadow-radar__ring--one { width: 230px; height: 230px; }.shadow-radar__ring--two { width: 390px; height: 390px; }
.shadow-radar strong { display: grid; z-index: 2; width: 110px; height: 110px; place-items: center; color: var(--navy); border-radius: 50%; background: var(--lime); font-size: 12px; }
.shadow-radar__point { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 8px rgba(255,255,255,.07); }
.shadow-radar__point--one { top: 20%; left: 22%; }.shadow-radar__point--two { top: 38%; right: 16%; }.shadow-radar__point--three { right: 34%; bottom: 15%; }

.problem-page--traceability .problem-hero { grid-template-columns: .88fr 1.12fr; }
.problem-page--permissions .problem-hero, .problem-page--agent-governance .problem-hero, .problem-page--shadow-ai .problem-hero { background: #071f2c; }
.problem-page--ai-cost-control .problem-hero { background: linear-gradient(90deg,#02121d 0 58%,#081d28 58%); }
.problem-page--private-ai .problem-hero__copy { order: 2; }.problem-page--private-ai .problem-visual { order: 1; }
.problem-page--company-memory .problem-hero { grid-template-columns: .82fr 1.18fr; }

.problem-pressure { padding: var(--section) var(--gutter); background: var(--white); }
.problem-pressure > blockquote { max-width: 1200px; margin-bottom: 90px; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(42px, 6vw, 90px); font-style: italic; letter-spacing: -.04em; line-height: 1; }
.pressure-list { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(3,1fr); }
.pressure-list article { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pressure-list article:last-child { border-right: 0; }
.pressure-list span, .problem-change__list span { color: var(--muted); font-size: 9px; font-weight: 780; }
.pressure-list h2 { margin: 100px 0 16px; font-size: 24px; font-weight: 600; letter-spacing: -.04em; }
.pressure-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.problem-proof { padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); }
.problem-proof__intro { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .8fr 1.2fr .7fr; gap: 40px; }
.problem-proof__intro h2 { grid-column: 2; margin: 0; font-size: clamp(44px, 5vw, 80px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.problem-proof__intro h2 em { display: block; color: var(--lime); }
.problem-proof__intro > p:last-child { margin: 0; color: #8fa0a8; font-size: 12px; line-height: 1.65; }
.problem-proof__stage { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.problem-proof__stage .media-placeholder { min-height: 100%; }

.problem-change { display: grid; padding: var(--section) var(--gutter); background: var(--paper); grid-template-columns: .7fr 1.3fr; gap: 90px; }
.problem-change__heading h2 { margin: 0; font-size: clamp(48px, 5vw, 80px); font-weight: 520; letter-spacing: -.06em; }
.problem-change__list { border-top: 1px solid var(--line); }
.problem-change__list article { display: grid; min-height: 190px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); grid-template-columns: 60px .75fr 1.25fr; gap: 28px; }
.problem-change__list h3 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.problem-change__list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.question-menu { display: grid; padding: var(--section) var(--gutter); background: var(--white); grid-template-columns: .75fr 1.25fr; gap: 90px; }
.question-menu h2 { margin: 0; font-size: clamp(48px, 5vw, 80px); font-weight: 520; letter-spacing: -.06em; }
.question-menu ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.question-menu li { display: grid; min-height: 180px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); grid-template-columns: 55px 1fr; gap: 28px; }
.question-menu li strong { max-width: 760px; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(26px, 3vw, 43px); font-style: italic; font-weight: 400; line-height: 1.1; }
.question-menu li span { align-self: start; padding-top: 8px; color: var(--muted); font-size: 9px; font-weight: 780; }

/* Persona pages */
.persona-hero { display: grid; min-height: 860px; padding: 70px var(--gutter) var(--section); overflow: hidden; background: var(--white); grid-template-columns: 100px 1.05fr .95fr; gap: clamp(38px, 6vw, 90px); }
.persona-hero__number { align-self: start; color: #c7cfd3; font-size: clamp(58px, 8vw, 120px); font-weight: 720; letter-spacing: -.08em; writing-mode: vertical-rl; }
.persona-hero__copy { align-self: center; }
.persona-hero__copy h1 { max-width: 850px; margin-bottom: 30px; font-size: clamp(62px, 7vw, 112px); font-weight: 520; letter-spacing: -.075em; line-height: .88; }
.persona-hero__copy h1 em { display: block; color: var(--navy); }
.persona-hero__copy .hero-deck { max-width: 680px; margin-bottom: 34px; color: var(--muted); }
.persona-hero__media { position: relative; align-self: center; }
.persona-time { position: absolute; z-index: 2; top: 28px; left: -32px; padding: 12px 16px; color: var(--navy); border-radius: 999px; background: var(--lime); font-size: 9px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-6deg); }
.persona-page--executives .persona-hero { color: var(--white); background: var(--navy); }.persona-page--executives .persona-hero__copy h1 em { color: var(--lime); }.persona-page--executives .hero-deck { color: #aab6bc; }.persona-page--executives .button--dark { color: var(--navy); background: var(--lime); }
.persona-page--it-security .persona-hero { grid-template-columns: 100px .9fr 1.1fr; background: var(--fog); }
.persona-page--operations-leaders .persona-hero { grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr) 100px; }
.persona-page--operations-leaders .persona-hero__media { order: 1; }.persona-page--operations-leaders .persona-hero__copy { order: 2; }.persona-page--operations-leaders .persona-hero__number { order: 3; writing-mode: horizontal-tb; }

.persona-day { padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); }
.persona-day > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.persona-day h2 { margin: 0; font-size: clamp(46px, 6vw, 90px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.persona-day__track { display: grid; grid-template-columns: repeat(3,1fr); }
.persona-day__track article { min-height: 510px; padding: 32px; border: 1px solid rgba(255,255,255,.15); border-right: 0; }
.persona-day__track article:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.persona-day__track article > span { color: var(--lime); font-size: 9px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.persona-day__track h3 { margin: 80px 0 18px; font-size: clamp(24px, 2.7vw, 40px); font-weight: 540; letter-spacing: -.045em; }
.persona-day__track p { min-height: 110px; color: #91a1a9; font-size: 12px; line-height: 1.65; }
.persona-day__track strong { display: block; margin-top: 60px; color: var(--lime); font-size: 16px; }
.persona-day__track small { display: block; margin-top: 10px; color: #91a1a9; font-size: 10px; line-height: 1.55; }

.persona-reflection { padding: var(--section) var(--gutter); color: var(--navy); background: var(--lime); }
.persona-reflection > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .6fr 1.4fr; gap: 60px; }
.persona-reflection h2 { margin: 0; font-size: clamp(48px, 6vw, 94px); font-weight: 520; letter-spacing: -.07em; line-height: .94; }
.persona-reflection h2 em { display: block; }
.persona-reflection ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3,1fr); list-style: none; }
.persona-reflection li { min-height: 360px; padding: 30px; border-top: 1px solid rgba(2,18,29,.35); border-right: 1px solid rgba(2,18,29,.2); }
.persona-reflection li:last-child { border-right: 0; }
.persona-reflection li span { font-size: 9px; font-weight: 800; }
.persona-reflection li p { margin: 120px 0 0; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(27px, 3vw, 43px); font-style: italic; line-height: 1.08; }

.persona-answer { display: grid; padding: var(--section) var(--gutter); background: var(--paper); grid-template-columns: .65fr 1.35fr; gap: 80px; }
.persona-answer__question { align-self: center; }
.persona-answer__question blockquote { margin: 0; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(40px, 5vw, 72px); font-style: italic; line-height: 1.02; }
.persona-answer .answer-receipt { grid-template-columns: 1fr; }
.persona-answer .answer-question { display: none; }
.persona-answer .answer-body { min-height: 480px; }

.persona-work { display: grid; padding: var(--section) var(--gutter); background: var(--white); grid-template-columns: .7fr 1.3fr; gap: 90px; }
.persona-work h2 { max-width: 600px; margin: 0; font-size: clamp(48px, 5vw, 82px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.persona-work__grid { display: grid; grid-template-columns: repeat(2,1fr); }
.persona-work__grid article { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-right: 0; border-bottom: 0; }
.persona-work__grid article:nth-child(2n) { border-right: 1px solid var(--line); }
.persona-work__grid article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.persona-work__grid span { color: var(--muted); font-size: 9px; font-weight: 780; }
.persona-work__grid h3 { margin: 90px 0 14px; font-size: 22px; letter-spacing: -.04em; }
.persona-work__grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

/* Industry pages */
.industry-hero { display: grid; min-height: 790px; align-items: end; padding: var(--section) var(--gutter) 90px; color: var(--white); background: var(--navy); grid-template-columns: 1.2fr .8fr; gap: 100px; }
.industry-hero__copy h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(66px, 7.5vw, 120px); font-weight: 520; letter-spacing: -.075em; line-height: .88; }
.industry-hero__copy h1 em { display: block; color: var(--lime); }
.industry-hero__copy .hero-deck { margin-bottom: 34px; }
.industry-hero__statement { justify-self: end; max-width: 440px; padding: 34px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.industry-hero__statement span { display: block; margin-bottom: 70px; color: var(--lime); font-size: 9px; font-weight: 780; letter-spacing: .14em; }
.industry-hero__statement strong { font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(29px, 3.2vw, 48px); font-style: italic; font-weight: 400; line-height: 1.08; }
.industry-page--construction .industry-hero { min-height: 900px; grid-template-columns: .85fr 1.15fr; }.industry-page--construction .industry-hero__statement { align-self: start; justify-self: start; border: 1px solid rgba(255,255,255,.2); transform: translateY(30px) rotate(2deg); }
.industry-page--real-estate .industry-hero { color: var(--ink); background: var(--fog); }.industry-page--real-estate .industry-hero__copy h1 em { color: var(--ink); }.industry-page--real-estate .hero-deck { color: var(--muted); }.industry-page--real-estate .industry-hero__statement { border-color: var(--ink); }.industry-page--real-estate .industry-hero__statement span { color: var(--muted); }.industry-page--real-estate .button--lime { color: var(--white); background: var(--navy); }.industry-page--real-estate .text-link--light { color: var(--ink); }

.industry-record { padding: var(--section) var(--gutter); background: var(--white); }
.industry-record__source-line { display: grid; align-items: center; margin-bottom: 38px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: 1.2fr repeat(5,1fr); gap: 14px; }
.industry-record__source-line span { color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.industry-record__source-line strong { font-size: 11px; text-align: center; }

.industry-inquiry { padding: var(--section) var(--gutter); background: var(--fog); }
.industry-inquiry > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .55fr 1.45fr; gap: 60px; }
.industry-inquiry h2 { margin: 0; font-size: clamp(50px, 6vw, 94px); font-weight: 520; letter-spacing: -.07em; line-height: .94; }
.industry-inquiry > div { display: grid; grid-template-columns: repeat(3,1fr); }
.industry-inquiry article { display: flex; min-height: 390px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-right: 0; background: var(--white); }
.industry-inquiry article:last-child { border-right: 1px solid var(--line); }
.industry-inquiry article:nth-child(2) { color: var(--white); background: var(--navy); }
.industry-inquiry article span { color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.industry-inquiry article:nth-child(2) span { color: var(--lime); }
.industry-inquiry article p { margin: auto 0 0; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(29px, 3vw, 44px); font-style: italic; line-height: 1.08; }

.industry-question { display: grid; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: .9fr 1.1fr; gap: 100px; }
.industry-question blockquote { margin: 0; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(48px, 6vw, 90px); font-style: italic; line-height: .98; }
.industry-question__answer { align-self: end; }
.industry-question__answer > p { font-size: clamp(24px, 2.8vw, 40px); letter-spacing: -.035em; line-height: 1.35; }
.industry-question__answer > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.industry-question__answer span { padding: 9px 11px; color: #9aabb3; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 9px; }

.industry-workflows { padding: var(--section) var(--gutter); background: var(--white); }
.industry-workflows > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: 1.2fr .8fr; gap: 80px; }
.industry-workflows h2 { max-width: 1050px; margin: 0; font-size: clamp(52px, 6.3vw, 100px); font-weight: 520; letter-spacing: -.07em; line-height: .94; }
.industry-workflows h2 em { display: block; }
.industry-workflows > header > p { max-width: 580px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.industry-workflows__list { display: grid; gap: 18px; }
.industry-workflow { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.industry-workflow > header { display: grid; align-items: start; padding: 30px; grid-template-columns: 130px 1fr .85fr; gap: 34px; }
.industry-workflow > header > span, .industry-workflow footer span { color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.industry-workflow h3 { margin: 0; font-size: clamp(28px, 3vw, 44px); font-weight: 560; letter-spacing: -.05em; line-height: 1; }
.industry-workflow > header > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.industry-workflow > header > p strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.industry-workflow ol { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); grid-template-columns: repeat(5,1fr); list-style: none; }
.industry-workflow li { position: relative; display: flex; min-height: 155px; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); }
.industry-workflow li:last-child { border-right: 0; }
.industry-workflow li:not(:last-child)::after { position: absolute; z-index: 2; top: 20px; right: -9px; width: 18px; color: var(--navy); background: var(--white); content: "→"; font-size: 13px; text-align: center; }
.industry-workflow li span { margin-bottom: auto; color: var(--muted); font-size: 8px; font-weight: 780; }
.industry-workflow li strong { max-width: 220px; margin-top: 28px; font-size: 12px; line-height: 1.45; }
.industry-workflow footer { display: grid; padding: 26px 30px; grid-template-columns: repeat(2,1fr); gap: 70px; }
.industry-workflow footer > div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; }
.industry-workflow footer p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.industry-outcomes { padding: var(--section) var(--gutter); background: var(--paper); }
.industry-outcomes > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .6fr 1.4fr; gap: 60px; }
.industry-outcomes h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.industry-outcomes h2 em { display: block; }
.industry-outcomes > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.industry-outcomes article { min-height: 400px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.industry-outcomes article:nth-child(2) { margin-top: 70px; }.industry-outcomes article:nth-child(3) { margin-top: 140px; }
.industry-outcomes span { color: var(--muted); font-size: 9px; font-weight: 780; }
.industry-outcomes h3 { margin: 170px 0 16px; font-size: 24px; letter-spacing: -.04em; }
.industry-outcomes p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.industry-use-cases { display: grid; padding: 0 var(--gutter) var(--section); background: var(--paper); grid-template-columns: repeat(2,1fr); }
.industry-use-cases article { display: grid; min-height: 180px; align-items: center; padding: 30px; border-top: 1px solid var(--line); grid-template-columns: 55px 1fr; gap: 20px; }
.industry-use-cases article:nth-child(odd) { border-right: 1px solid var(--line); }
.industry-use-cases article > span { color: var(--muted); font-size: 9px; }
.industry-use-cases h3 { margin: 0 0 10px; font-size: 19px; }.industry-use-cases p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.industry-use-cases > a { grid-column: 1 / -1; margin-top: 30px; font-size: 12px; font-weight: 750; }

/* Platform */
.platform-hero-v2 { display: grid; min-height: 850px; align-items: center; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 150px); }
.platform-hero-v2 h1 { max-width: 800px; margin-bottom: 34px; font-size: clamp(62px, 7vw, 112px); font-weight: 520; letter-spacing: -.075em; line-height: .89; }
.platform-hero-v2 h1 em { display: block; color: var(--lime); }
.platform-hero-v2 .hero-deck { margin-bottom: 34px; }

.inside-answer { padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); }
.inside-answer > header { display: grid; align-items: end; margin-bottom: 80px; grid-template-columns: .55fr 1.45fr; gap: 50px; }
.inside-answer h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.inside-answer__chapters { border-top: 1px solid rgba(255,255,255,.16); }
.inside-answer__chapters article { display: grid; min-height: 230px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); grid-template-columns: 80px 1fr .4fr; gap: 50px; }
.inside-answer__chapters article > span { color: var(--lime); font-size: 10px; font-weight: 780; }
.inside-answer__chapters small { color: #84979f; font-size: 9px; font-weight: 720; letter-spacing: .12em; text-transform: uppercase; }
.inside-answer__chapters h3 { margin: 12px 0; font-size: clamp(30px, 3vw, 46px); font-weight: 540; letter-spacing: -.05em; }
.inside-answer__chapters p { max-width: 650px; margin: 0; color: #91a1a9; font-size: 12px; line-height: 1.65; }
.inside-answer__chapters article > strong { justify-self: end; color: #80939b; font-size: 10px; letter-spacing: .1em; }

.platform-receipt { display: grid; padding: var(--section) var(--gutter); background: var(--paper); grid-template-columns: .6fr 1.4fr; gap: 80px; }
.platform-receipt__intro { align-self: center; }
.platform-receipt h2 { margin-bottom: 26px; font-size: clamp(46px, 5vw, 78px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.platform-receipt__intro > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.7; }

.memory-stage { display: grid; grid-template-columns: 1fr 1fr; }
.memory-stage > div { min-height: 680px; padding: var(--section) var(--gutter); }
.memory-stage__personal { background: var(--white); }.memory-stage__company { color: var(--white); background: var(--navy); }
.memory-stage h2 { margin-bottom: 24px; font-size: clamp(46px, 5vw, 78px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.memory-stage > div > p:last-of-type { max-width: 550px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.memory-stage__company > p:last-of-type { color: #91a1a9; }
.memory-stage__nodes, .memory-stage__objects { display: grid; margin-top: 90px; grid-template-columns: repeat(2,1fr); gap: 10px; }
.memory-stage__nodes span, .memory-stage__objects span { display: grid; min-height: 84px; place-items: center; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 700; }
.memory-stage__objects span { border-color: rgba(255,255,255,.16); }.memory-stage__objects span:nth-child(4) { color: var(--navy); background: var(--lime); }

.agent-theatre { display: grid; min-height: 720px; align-items: center; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: .75fr 1.25fr; gap: 100px; }
.agent-theatre h2 { margin-bottom: 26px; font-size: clamp(48px, 5vw, 82px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }.agent-theatre h2 em { display: block; color: var(--lime); }
.agent-theatre__copy > p:not(.eyebrow) { color: #91a1a9; font-size: 14px; line-height: 1.7; }
.agent-theatre__track { display: grid; align-items: center; grid-template-columns: repeat(9,auto); gap: 12px; }
.agent-theatre__track span { display: grid; min-width: 100px; min-height: 100px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: 10px; font-weight: 750; }
.agent-theatre__track span.is-highlight { color: var(--navy); background: var(--lime); transform: scale(1.22); }.agent-theatre__track i { color: var(--lime); font-style: normal; }

.capability-ledger { display: grid; padding: var(--section) var(--gutter); background: var(--white); grid-template-columns: .6fr 1.4fr; gap: 80px; }
.capability-ledger h2 { margin: 0; font-size: clamp(48px, 5vw, 82px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.capability-ledger > div { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(2,1fr); }
.capability-ledger > div > span { display: flex; min-height: 76px; align-items: center; gap: 18px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 650; }
.capability-ledger > div > span:nth-child(2n) { border-right: 0; }.capability-ledger i { color: var(--muted); font-size: 9px; font-style: normal; }

/* Technology */
.technology-hero { display: grid; min-height: 880px; align-items: center; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 9vw, 140px); }
.technology-hero h1 { max-width: 850px; margin-bottom: 34px; font-size: clamp(62px, 7vw, 112px); font-weight: 520; letter-spacing: -.075em; line-height: .89; }
.technology-hero h1 em { display: block; color: var(--lime); }
.technology-hero .hero-deck { margin-bottom: 34px; }
.technology-contract { display: grid; grid-template-columns: 1fr 1fr; }
.technology-contract article { min-height: 580px; padding: var(--section) var(--gutter); background: var(--white); }
.technology-contract article:last-child { color: var(--white); background: var(--navy); }
.technology-contract h2 { max-width: 760px; margin-bottom: 28px; font-size: clamp(44px, 5vw, 76px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }
.technology-contract article > p:last-child { max-width: 620px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.technology-contract article:last-child > p:last-child { color: #91a1a9; }
.technology-stack { padding: var(--section) var(--gutter); background: var(--paper); }
.technology-stack > header, .technology-sources > header, .technology-controls > header, .technology-faq > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .55fr 1.45fr; gap: 60px; }
.technology-stack h2, .technology-sources h2, .technology-controls h2, .technology-faq h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.technology-stack h2 em { display: block; }
.technology-stack > div { border-top: 1px solid var(--line); }
.technology-stack article { display: grid; min-height: 290px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); grid-template-columns: 70px 1.15fr .85fr; gap: 50px; }
.technology-stack article > span { align-self: start; padding-top: 8px; color: var(--muted); font-size: 10px; font-weight: 780; }
.technology-stack h3 { margin: 0 0 18px; font-size: clamp(29px, 3vw, 44px); font-weight: 540; letter-spacing: -.05em; }
.technology-stack article p { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.technology-stack ul { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.technology-stack li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 720; }
.technology-deployment { display: grid; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: .75fr 1.25fr; gap: 100px; }
.technology-deployment h2 { margin-bottom: 28px; font-size: clamp(48px, 5.5vw, 86px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }
.technology-deployment h2 em { display: block; color: var(--lime); }
.technology-deployment > div > p:last-child { max-width: 620px; color: #91a1a9; font-size: 14px; line-height: 1.7; }
.technology-deployment ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.technology-deployment li { display: grid; min-height: 180px; align-content: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); grid-template-columns: 55px .7fr 1.3fr; gap: 24px; }
.technology-deployment li span { color: var(--lime); font-size: 9px; }.technology-deployment li strong { font-size: 18px; }.technology-deployment li p { margin: 0; color: #91a1a9; font-size: 12px; line-height: 1.65; }
.technology-sources { padding: var(--section) var(--gutter); background: var(--white); }
.technology-sources > div { display: grid; grid-template-columns: repeat(4,1fr); }
.technology-sources article { display: flex; min-height: 330px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-right: 0; }
.technology-sources article:last-child { color: var(--white); border-color: var(--navy); border-right: 1px solid var(--navy); background: var(--navy); }
.technology-sources article span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.technology-sources article p { margin: auto 0 0; color: var(--muted); font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(25px, 2.6vw, 38px); font-style: italic; line-height: 1.08; }
.technology-sources article:last-child p { color: #b2bec3; }
.technology-controls { padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); }
.technology-controls > div { display: grid; grid-template-columns: repeat(2,1fr); }
.technology-controls article { display: grid; min-height: 180px; align-items: center; padding: 28px; border-top: 1px solid rgba(255,255,255,.16); grid-template-columns: 45px .45fr 1fr; gap: 24px; }
.technology-controls article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
.technology-controls article span { color: var(--lime); font-size: 9px; }.technology-controls h3 { margin: 0; font-size: 22px; }.technology-controls article p { margin: 0; color: #91a1a9; font-size: 12px; line-height: 1.65; }
.technology-faq { padding: var(--section) var(--gutter); background: var(--paper); }
.technology-faq > div { margin-bottom: 36px; border-top: 1px solid var(--line); }
.technology-faq details { border-bottom: 1px solid var(--line); }
.technology-faq summary { cursor: pointer; padding: 28px 40px 28px 0; font-size: clamp(20px, 2.3vw, 33px); font-weight: 560; letter-spacing: -.04em; list-style-position: inside; }
.technology-faq details p { max-width: 850px; margin: 0; padding: 0 0 30px 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }

/* Demo */
.demo-hero-v2 { display: grid; min-height: min(calc(100vh - 74px), 1050px); align-items: center; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 9vw, 140px); }
.demo-hero-v2 h1 { max-width: 880px; margin-bottom: 32px; font-size: clamp(70px, 8vw, 128px); font-weight: 520; letter-spacing: -.078em; line-height: .86; }.demo-hero-v2 h1 em { display: block; color: var(--lime); }.demo-hero-v2 .hero-deck { margin-bottom: 34px; }
.demo-promise { display: grid; align-items: center; padding: 34px var(--gutter); color: var(--navy); background: var(--lime); grid-template-columns: auto 1fr auto auto 1fr auto auto 1fr; gap: 18px; }
.demo-promise span { font-size: 8px; font-weight: 800; letter-spacing: .13em; }.demo-promise strong { font-size: 12px; }.demo-promise i { font-style: normal; }

.demo-preflight { padding: var(--section) var(--gutter); background: var(--paper); }
.demo-preflight > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .55fr 1.45fr; gap: 60px; }
.demo-preflight h2 { margin: 0; font-size: clamp(50px, 6vw, 94px); font-weight: 520; letter-spacing: -.07em; line-height: .94; }
.demo-preflight h2 em { display: block; }
.demo-preflight ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2,1fr); list-style: none; }
.demo-preflight li { display: grid; min-height: 220px; align-items: start; padding: 30px; border-top: 1px solid var(--line); grid-template-columns: 45px 1fr; gap: 20px; }
.demo-preflight li:nth-child(odd) { border-right: 1px solid var(--line); }
.demo-preflight li span { padding-top: 6px; color: var(--muted); font-size: 9px; font-weight: 780; }
.demo-preflight li p { margin: 0; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(27px, 3vw, 42px); font-style: italic; line-height: 1.08; }

.question-picker { padding: var(--section) var(--gutter); background: var(--white); }
.question-picker > header { display: grid; align-items: end; margin-bottom: 70px; grid-template-columns: .65fr 1.35fr; gap: 50px; }.question-picker h2 { margin: 0; font-size: clamp(58px, 7vw, 108px); font-weight: 520; letter-spacing: -.07em; line-height: .92; }
.question-picker ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2,1fr); list-style: none; }
.question-picker li { display: grid; min-height: 220px; align-items: center; padding: 30px; border-top: 1px solid var(--line); grid-template-columns: 55px 1fr; gap: 20px; }
.question-picker li:nth-child(odd) { border-right: 1px solid var(--line); }.question-picker li span { color: var(--muted); font-size: 9px; font-weight: 780; }.question-picker li p { margin: 0; font-family: var(--font-instrument-serif), Georgia, serif; font-size: clamp(24px, 2.8vw, 39px); font-style: italic; line-height: 1.12; }

.session-map { display: grid; padding: var(--section) var(--gutter); color: var(--white); background: var(--navy); grid-template-columns: .75fr 1.25fr; gap: 100px; }
.session-map__sticky { position: sticky; top: 130px; align-self: start; }.session-map h2 { margin-bottom: 26px; font-size: clamp(48px, 5vw, 82px); font-weight: 520; letter-spacing: -.06em; line-height: .98; }.session-map h2 em { display: block; color: var(--lime); }.session-map__sticky > p:last-child { color: #91a1a9; font-size: 14px; line-height: 1.7; }
.session-map__steps { border-top: 1px solid rgba(255,255,255,.16); }.session-map__steps article { min-height: 230px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }.session-map__steps span { color: var(--lime); font-size: 9px; font-weight: 780; }.session-map__steps h3 { margin: 40px 0 12px; font-size: clamp(27px, 3vw, 44px); font-weight: 540; letter-spacing: -.05em; }.session-map__steps p { max-width: 620px; margin: 0; color: #91a1a9; font-size: 12px; line-height: 1.65; }

.demo-room-v2 { padding: var(--section) var(--gutter); background: var(--paper); }.demo-room-v2 > header { display: grid; align-items: end; margin-bottom: 60px; grid-template-columns: .65fr 1.35fr; gap: 50px; }.demo-room-v2 h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); font-weight: 520; letter-spacing: -.065em; line-height: .96; }.demo-room-v2 > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }.demo-room-v2 article { min-height: 300px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }.demo-room-v2 article span { display: block; margin-bottom: 130px; font-size: 16px; font-weight: 700; }.demo-room-v2 article p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.demo-close-v2 { display: grid; align-items: end; padding: var(--section) var(--gutter); color: var(--navy); background: var(--lime); grid-template-columns: 1.3fr .7fr; gap: 80px; }.demo-close-v2 h2 { max-width: 950px; margin-bottom: 26px; font-size: clamp(58px, 7vw, 108px); font-weight: 520; letter-spacing: -.07em; line-height: .92; }.demo-close-v2 > div:first-child > p:last-child { max-width: 700px; margin: 0; font-size: 16px; line-height: 1.65; }
.demo-close-v2--simple { display: block; text-align: center; }
.demo-close-v2--simple > div { max-width: 980px; margin: 0 auto; }
.demo-close-v2--simple h2 { max-width: none; font-size: clamp(54px, 6vw, 92px); }
.demo-close-v2--simple > div:first-child > p:not(.eyebrow) { max-width: 720px; margin: 0 auto; }
.demo-close-v2--simple .button-row { justify-content: center; margin-top: 34px; }
.demo-close-v2--simple small { display: block; margin-top: 16px; font-size: 9px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }

/* Conversion and footer */
.conversion-band { display: grid; padding: var(--section) var(--gutter); color: var(--navy); background: var(--lime); grid-template-columns: 1.15fr .85fr; gap: 80px; }
.conversion-band h2 { max-width: 1000px; margin: 0; font-size: clamp(56px, 7vw, 110px); font-weight: 520; letter-spacing: -.07em; line-height: .92; }
.conversion-band > div:last-child { align-self: end; }.conversion-band > div:last-child > p { max-width: 560px; margin-bottom: 30px; font-size: 15px; line-height: 1.65; }

.site-footer { padding: var(--section) var(--gutter) 34px; color: var(--white); background: var(--navy); }
.site-footer__statement { max-width: 1100px; margin-bottom: 130px; }.site-footer__statement h2 { margin: 0; font-size: clamp(50px, 7vw, 108px); font-weight: 520; letter-spacing: -.07em; line-height: .94; }
.footer-grid { display: grid; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.16); grid-template-columns: 1.7fr .65fr .65fr; gap: 50px; }
.word-name--footer { margin-bottom: 25px; }.footer-grid > div > p { max-width: 430px; color: #91a1a9; font-size: 12px; line-height: 1.65; }.footer-grid nav { display: grid; align-content: start; gap: 12px; color: #b5c0c5; font-size: 11px; }.footer-grid nav > span { margin-bottom: 10px; color: #657983; font-size: 8px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 90px; padding-top: 24px; color: #657983; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

/* Not found */
.demo-final { padding: var(--section) var(--gutter); background: var(--lime); }.demo-final h1 { max-width: 900px; font-size: clamp(58px, 7vw, 108px); font-weight: 520; letter-spacing: -.07em; line-height: .92; }.demo-final > p:not(.eyebrow) { max-width: 650px; font-size: 16px; line-height: 1.65; }

@media (max-width: 1180px) {
  .site-header__inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; justify-self: end; }
  .home-hero-v2, .problem-hero, .industry-hero, .platform-hero-v2, .demo-hero-v2, .technology-hero, .partner-field, .installed-story, .platform-film, .problem-change, .question-menu, .persona-answer, .persona-work, .industry-question, .platform-receipt, .agent-theatre, .capability-ledger, .session-map, .conversion-band, .demo-close-v2, .technology-deployment, .customer-proof { grid-template-columns: 1fr; }
  .problem-page--traceability .problem-hero, .problem-page--company-memory .problem-hero, .industry-page--construction .industry-hero { grid-template-columns: 1fr; }
  .home-hero-v2__media { max-width: 720px; }
  .home-tension { grid-template-columns: 1fr; }
  .home-tension > p:last-child { max-width: 650px; }
  .one-question__heading, .choose-door > header, .question-audit > header, .question-audit aside, .economic-buyers > header, .persona-day > header, .persona-reflection > header, .problem-proof__intro, .industry-inquiry > header, .industry-outcomes > header, .inside-answer > header, .demo-preflight > header, .question-picker > header, .demo-room-v2 > header, .technology-stack > header, .technology-sources > header, .technology-controls > header, .technology-faq > header { grid-template-columns: 1fr; }
  .customer-proof > small { grid-column: auto; }
  .technology-stack article { grid-template-columns: 55px 1fr; }.technology-stack ul { grid-column: 2; }
  .technology-sources > div { grid-template-columns: repeat(2,1fr); }.technology-sources article:nth-child(2) { border-right: 1px solid var(--line); }.technology-sources article:nth-child(3) { border-top: 0; }.technology-sources article:last-child { border-top: 0; }
  .question-audit__journey, .persona-reflection ol, .industry-inquiry > div { grid-template-columns: 1fr; }
  .question-audit__journey article, .persona-reflection li, .industry-inquiry article { min-height: 340px; border-right: 1px solid var(--line); border-bottom: 0; }
  .question-audit__journey article:last-child, .persona-reflection li:last-child, .industry-inquiry article:last-child { border-bottom: 1px solid var(--line); }
  .problem-proof__intro h2 { grid-column: auto; }
  .operating-line { grid-template-columns: repeat(4,1fr); }.operating-line > i { display: none; }
  .choose-door__grid { grid-template-columns: 1fr; }.choose-door__grid > article { min-height: 500px; border-right: 1px solid var(--line); border-bottom: 0; }.choose-door__grid > article:last-child { border-bottom: 1px solid var(--line); }
  .installed-story__lead, .session-map__sticky { position: static; }
  .problem-index-hero, .industry-index-hero { grid-template-columns: 1fr; }
  .problem-index-list > a { grid-template-columns: 55px 1fr 40px; }.problem-index-list > a > p { grid-column: 2; }.problem-index-list b { grid-column: 3; grid-row: 1 / 3; }
  .role-index-stack > a { grid-template-columns: 70px 1fr .6fr; }.role-index-stack b { grid-column: 2; }.role-index-stack p { grid-column: 3; grid-row: 1 / 3; }
  .industry-index-cards { grid-template-columns: 1fr; }.industry-index-cards > a:nth-child(2) { transform: none; }
  .industry-workflow-index > header, .industry-workflows > header { grid-template-columns: 1fr; }
  .industry-workflow-index > div { grid-template-columns: 1fr; }
  .industry-workflow-index article { min-height: 390px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
  .industry-workflow-index article:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
  .industry-workflow > header { grid-template-columns: 110px 1fr; }.industry-workflow > header > p { grid-column: 2; }
  .industry-workflow footer { gap: 30px; }.industry-workflow footer > div { grid-template-columns: 80px 1fr; }
  .persona-hero, .persona-page--operations-leaders .persona-hero { grid-template-columns: 70px 1fr; }.persona-hero__media { grid-column: 2; max-width: 700px; }.persona-page--operations-leaders .persona-hero__media, .persona-page--operations-leaders .persona-hero__copy, .persona-page--operations-leaders .persona-hero__number { order: initial; }
  .persona-page--it-security .persona-hero { grid-template-columns: 70px 1fr; }
  .problem-proof__stage { grid-template-columns: 1fr; }
  .industry-outcomes > div, .persona-day__track { grid-template-columns: 1fr; }.industry-outcomes article:nth-child(2), .industry-outcomes article:nth-child(3) { margin-top: 0; }.persona-day__track article { min-height: 390px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 0; }.persona-day__track article:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
  .memory-stage { grid-template-columns: 1fr; }.memory-stage > div { min-height: 560px; }
  .agent-theatre__track { justify-content: start; }
  .demo-room-v2 > div { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  :root { --gutter: 18px; --section: 76px; }
  .site-header__inner { min-height: 66px; }.word-name span { display: none; }
  .home-hero-v2, .problem-hero, .industry-hero, .platform-hero-v2, .demo-hero-v2, .technology-hero { min-height: auto; padding-top: 72px; padding-bottom: 76px; gap: 54px; }
  .home-hero-v2 h1, .problem-hero__copy h1, .persona-hero__copy h1, .industry-hero__copy h1, .platform-hero-v2 h1, .demo-hero-v2 h1, .technology-hero h1, .problem-index-hero h1, .role-index-hero h1, .industry-index-hero h1 { font-size: clamp(51px, 15vw, 74px); line-height: .91; }
  .home-hero-v2 h1 { max-width: 100%; font-size: clamp(48px, 13.3vw, 54px); overflow-wrap: normal; }
  .home-hero-v2__copy, .home-hero-v2__copy .hero-deck, .hero-turn { max-width: 100%; }
  .hero-turn { font-size: 38px; }
  .hero-deck { font-size: 16px; }
  .button-row { align-items: stretch; flex-direction: column; }.button, .text-link { width: 100%; justify-content: center; text-align: center; }
  .home-hero-v2__media .media-placeholder--portrait, .demo-hero-v2 .media-placeholder--portrait, .persona-hero .media-placeholder--portrait { min-height: 560px; }
  .media-placeholder figcaption { grid-template-columns: 1fr; gap: 8px; }
  .home-tension h2, .question-audit h2, .one-question__heading h2, .choose-door > header h2, .economic-buyers h2, .installed-story h2, .platform-film h2, .partner-field h2, .problem-pressure blockquote, .problem-change__heading h2, .question-menu h2, .persona-day h2, .persona-reflection h2, .persona-answer__question blockquote, .persona-work h2, .industry-inquiry h2, .industry-question blockquote, .industry-workflow-index h2, .industry-workflows h2, .industry-outcomes h2, .inside-answer h2, .platform-receipt h2, .memory-stage h2, .agent-theatre h2, .capability-ledger h2, .demo-preflight h2, .question-picker h2, .session-map h2, .demo-room-v2 h2, .demo-close-v2 h2, .technology-contract h2, .technology-stack h2, .technology-deployment h2, .technology-sources h2, .technology-controls h2, .technology-faq h2, .customer-proof h2, .conversion-band h2, .site-footer__statement h2 { font-size: clamp(40px, 12vw, 58px); }
  .economic-buyers > div, .technology-contract, .technology-sources > div, .technology-controls > div { grid-template-columns: 1fr; }.economic-buyers article { min-height: 330px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }.economic-buyers article:last-child { border-bottom: 1px solid var(--lime); }.economic-buyers h3 { margin-top: 70px; }
  .technology-contract article { min-height: auto; }.technology-stack article { grid-template-columns: 38px 1fr; gap: 18px; }.technology-stack ul { grid-column: 2; }.technology-deployment li { grid-template-columns: 38px 1fr; }.technology-deployment li p { grid-column: 2; }.technology-sources article, .technology-sources article:nth-child(2), .technology-sources article:nth-child(3), .technology-sources article:last-child { min-height: 290px; border: 1px solid var(--line); border-bottom: 0; }.technology-sources article:last-child { border-color: var(--navy); border-bottom: 1px solid var(--navy); }.technology-controls article, .technology-controls article:nth-child(odd) { grid-template-columns: 35px 1fr; border-right: 0; }.technology-controls article p { grid-column: 2; }.customer-proof li::after { display: none; }
  .question-audit__journey article { min-height: 370px; }.question-audit__journey h3 { margin-top: 65px; }.question-audit aside ol { grid-template-columns: 1fr; }.question-audit aside li:nth-child(odd) { margin-right: 0; }
  .one-question__heading { margin-bottom: 45px; }
  .operating-line { overflow-x: auto; padding-bottom: 10px; grid-template-columns: repeat(4,180px); }
  .question-demo-grid, .answer-receipt { grid-template-columns: 1fr; }.question-demo-prompt, .answer-question { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }.question-demo-answer, .answer-body { min-height: 400px; }
  .question-tabs { overflow-x: auto; }
  .partner-field__grid { grid-template-columns: 1fr; }.partner-name, .partner-name:nth-child(2n) { min-height: 150px; border-right: 0; }.partner-name strong { font-size: 30px; }
  .choose-door__grid > article { min-height: 470px; }.choose-door__grid h3 { margin-top: 60px; }
  .installed-story__steps li { grid-template-columns: 45px 1fr; }
  .problem-index-hero { min-height: 520px; padding-bottom: 60px; }.problem-index-list > a { min-height: 310px; padding: 30px var(--gutter); grid-template-columns: 38px 1fr; gap: 12px; }.problem-index-list > a > p { grid-column: 2; }.problem-index-list b { display: none; }
  .role-index-stack { padding-right: 0; padding-left: 0; }.role-index-stack > a { min-height: 520px; grid-template-columns: 45px 1fr; }.role-index-stack p { grid-column: 2; grid-row: auto; }.role-index-stack b { grid-column: 2; }
  .industry-index-cards { padding-right: var(--gutter); padding-left: var(--gutter); }.industry-index-cards > a { min-height: 510px; }
  .problem-hero { grid-template-columns: 1fr; }.problem-page--private-ai .problem-hero__copy, .problem-page--private-ai .problem-visual { order: initial; }.problem-visual { min-height: 430px; }.source-orbit__node { min-width: 86px; font-size: 8px; }.source-orbit__node::after { width: 120px; }.source-orbit__core { width: 130px; height: 130px; font-size: 14px; }.receipt-stack, .access-gate, .model-lanes, .private-boundary, .approval-ladder, .memory-line { padding: 24px; }.model-lanes > div { grid-template-columns: 60px 1fr 100px; }
  .problem-page--traceability .problem-hero, .problem-page--company-memory .problem-hero { grid-template-columns: 1fr; }
  .pressure-list { grid-template-columns: 1fr; }.pressure-list article { min-height: 250px; border-right: 0; }.pressure-list h2 { margin-top: 70px; }
  .problem-proof__stage { gap: 12px; }.problem-change__list article { grid-template-columns: 40px 1fr; }.problem-change__list p { grid-column: 2; }.question-menu li { grid-template-columns: 38px 1fr; gap: 12px; }
  .persona-hero, .persona-page--it-security .persona-hero, .persona-page--operations-leaders .persona-hero { padding-top: 60px; grid-template-columns: 1fr; }.persona-hero__number { writing-mode: horizontal-tb; }.persona-hero__media { grid-column: 1; }.persona-time { left: 10px; }.persona-day__track article { min-height: 430px; }.persona-reflection li { min-height: 300px; }.persona-reflection li p { margin-top: 80px; }.persona-work__grid { grid-template-columns: 1fr; }.persona-work__grid article, .persona-work__grid article:nth-child(2n), .persona-work__grid article:nth-last-child(-n+2) { min-height: 250px; border-right: 1px solid var(--line); border-bottom: 0; }.persona-work__grid article:last-child { border-bottom: 1px solid var(--line); }
  .industry-hero__statement { justify-self: stretch; }.industry-page--construction .industry-hero { min-height: auto; grid-template-columns: 1fr; }.industry-page--construction .industry-hero__statement { transform: none; }.industry-record__source-line { overflow-x: auto; grid-template-columns: repeat(6,130px); }.industry-outcomes > div, .industry-use-cases { grid-template-columns: 1fr; }.industry-outcomes article { min-height: 320px; }.industry-outcomes h3 { margin-top: 100px; }.industry-use-cases article:nth-child(odd) { border-right: 0; }
  .industry-workflow > header { grid-template-columns: 1fr; }.industry-workflow > header > p { grid-column: auto; }.industry-workflow ol { grid-template-columns: 1fr; }.industry-workflow li { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line); }.industry-workflow li:last-child { border-bottom: 0; }.industry-workflow li:not(:last-child)::after { top: auto; right: calc(50% - 9px); bottom: -10px; content: "↓"; }.industry-workflow footer { grid-template-columns: 1fr; }.industry-workflow footer > div { grid-template-columns: 1fr; gap: 10px; }
  .architecture-row--three, .architecture-row--split, .architecture-row--four { grid-template-columns: 1fr; }.architecture-row--sources { grid-template-columns: repeat(2,1fr); }.architecture-box { min-height: 54px; }
  .inside-answer__chapters article { grid-template-columns: 45px 1fr; gap: 16px; }.inside-answer__chapters article > strong { grid-column: 2; justify-self: start; }.memory-stage__nodes, .memory-stage__objects, .capability-ledger > div { grid-template-columns: 1fr; }.capability-ledger > div > span { border-right: 0; }.agent-theatre__track { overflow-x: auto; padding: 20px 0; grid-template-columns: repeat(9,auto); }
  .demo-promise { overflow-x: auto; grid-template-columns: repeat(8,max-content); }.demo-preflight ol, .question-picker ol, .demo-room-v2 > div { grid-template-columns: 1fr; }.demo-preflight li:nth-child(odd), .question-picker li:nth-child(odd) { border-right: 0; }.demo-room-v2 article { min-height: 260px; }.demo-room-v2 article span { margin-bottom: 95px; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .mobile-demo-cta { position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; color: var(--navy); border-radius: 999px; background: var(--lime); box-shadow: 0 16px 40px rgba(2,18,29,.3); font-size: 12px; font-weight: 780; }.site-footer { padding-bottom: 108px; }
}

@media (max-width: 360px) {
  .home-hero-v2 .button-row .button, .problem-hero .button-row .button, .industry-hero .button-row .button, .platform-hero-v2 .button-row .button, .demo-hero-v2 .button-row .button, .persona-hero__copy > .button { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
