:root {
  --ink: #0b1513;
  --ink-soft: #52625e;
  --paper: #f2efe6;
  --paper-bright: #faf8f2;
  --dark: #071713;
  --dark-2: #0b211b;
  --dark-3: #112d25;
  --dark-line: #2a4b42;
  --mint: #91dfc3;
  --mint-bright: #b6f3dc;
  --gold: #e9bb5f;
  --rust: #d3634b;
  --sage: #86a99f;
  --white: #f7fcfa;
  --line: #d5d0c4;
  --shadow: 0 30px 90px rgba(3, 20, 16, .22);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shell: min(1240px, calc(100vw - 48px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; border-radius: 4px; }
::selection { background: var(--mint); color: var(--dark); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 16px; border-radius: 8px; background: white; color: #111; font-weight: 700; }
.skip-link:focus { top: 16px; }
.page-shell { width: var(--shell); margin-inline: auto; }
.section-dark { background: var(--dark); color: var(--white); }
.section-paper { background: var(--paper); color: var(--ink); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { font-size: clamp(3.25rem, 7vw, 6.7rem); line-height: .94; }
h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; }
h3 { letter-spacing: -.025em; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); transition: background-color .2s ease, border-color .2s ease, backdrop-filter .2s ease; }
.site-header.is-scrolled { background: rgba(7, 23, 19, .88); border-bottom: 1px solid rgba(145, 223, 195, .16); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); min-height: 82px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; width: max-content; color: inherit; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; flex: 0 0 auto; object-fit: contain; }
.brand-wordmark { display: block; width: 117px; height: auto; }
.site-nav { display: flex; justify-content: flex-end; gap: 30px; }
.site-nav a { min-height: 44px; padding-inline: 6px; display: inline-flex; align-items: center; color: #b7c9c3; text-decoration: none; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.site-nav a:hover { color: var(--white); }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--dark-line); border-radius: 12px; background: transparent; color: var(--white); }
.menu-button svg { width: 23px; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.8; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 780; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: var(--dark); }
.button-primary:hover { background: var(--mint-bright); }
.button-dark { background: var(--dark); color: var(--white); }
.button-dark:hover { background: #123329; }
.button-large { min-height: 58px; padding-inline: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; text-decoration: none; font-weight: 760; border-bottom: 1px solid currentColor; }
.text-link.mint { color: var(--mint); }
.text-link.dark-link { color: var(--ink); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #b9cec7; font-size: 11px; line-height: 1.2; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow i { width: 22px; height: 1px; background: var(--mint); }
.eyebrow.dark { color: #566a64; }
.section-index { display: block; color: #5d6f69; font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.section-heading { max-width: 770px; margin-bottom: 56px; }
.section-heading h2 { margin: 18px 0 20px; }
.section-heading p { max-width: 620px; margin-bottom: 0; color: var(--ink-soft); font-size: 18px; }
.section-heading.light p { color: #a7bbb4; }
.section-heading.light .section-index { color: #7f9b92; }

/* Hero */
.hero { min-height: 100svh; padding: 164px 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr); align-items: center; gap: 70px; }
.hero-copy h1 { max-width: 770px; margin: 24px 0 26px; }
.hero-lede { max-width: 680px; color: #b8c9c3; font-size: clamp(1.08rem, 1.4vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.hero-note { max-width: 590px; margin: 28px 0 0; color: #779087; font-size: 13px; }
.hero-visual { position: relative; min-height: 600px; border: 1px solid var(--dark-line); border-radius: var(--radius-lg); background: radial-gradient(circle at 48% 46%, #12362c 0, #0b211b 36%, #081915 70%); box-shadow: var(--shadow); overflow: hidden; isolation: isolate; }
.visual-orbit { position: absolute; z-index: -1; border: 1px solid rgba(145, 223, 195, .1); border-radius: 50%; }
.orbit-a { width: 580px; height: 580px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.orbit-b { width: 380px; height: 380px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.visual-toolbar { height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--dark-line); color: #90a89f; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-toolbar span { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(145, 223, 195, .12); animation: pulse 2.2s ease-in-out 3; }
.hero-network { width: 100%; margin-top: 34px; overflow: visible; }
.network-links path { fill: none; stroke: #355c50; stroke-width: 1.5; stroke-dasharray: 720; stroke-dashoffset: 720; animation: draw 2.2s .2s cubic-bezier(.16, 1, .3, 1) forwards; }
.network-links .link-gold { stroke: var(--gold); stroke-width: 3; }
.network-links .link-dashed { stroke-dasharray: 5 8; }
.map-node { opacity: 0; animation: nodeIn .75s cubic-bezier(.16, 1, .3, 1) forwards; }
.map-node:nth-of-type(2) { animation-delay: .25s; }.map-node:nth-of-type(3) { animation-delay: .38s; }.map-node:nth-of-type(4) { animation-delay: .51s; }.map-node:nth-of-type(5) { animation-delay: .64s; }.map-node:nth-of-type(6) { animation-delay: .77s; }.map-node:nth-of-type(7) { animation-delay: .9s; }.map-node:nth-of-type(8) { animation-delay: 1.03s; }.map-node:nth-of-type(9) { animation-delay: 1.16s; }.map-node:nth-of-type(10) { animation-delay: 1.29s; }
.map-node circle { fill: var(--sage); stroke: #173a31; stroke-width: 6; }
.map-node.project-node circle { fill: var(--gold); }
.map-node.opposition circle { fill: var(--rust); }
.map-node.institutional circle { fill: #77c8ac; }
.map-node.intermediary circle:not(.halo) { fill: var(--gold); }
.map-node.intermediary .halo { fill: none; stroke: #2b5549; stroke-dasharray: 5 6; stroke-width: 3; }
.map-node text { fill: #e9f3ef; font-family: Inter, sans-serif; font-size: 12px; font-weight: 700; }
.map-node.project-node text { fill: var(--dark); font-size: 13px; font-weight: 850; }
.visual-callout { position: absolute; right: 20px; bottom: 56px; width: 270px; padding: 16px; border: 1px solid #4c5d35; border-left: 3px solid var(--gold); border-radius: 12px; background: rgba(8, 28, 23, .88); box-shadow: 0 16px 44px rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.visual-callout .callout-label { display: block; margin-bottom: 8px; color: #96aaa3; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.visual-callout strong { display: block; color: #f4d28e; font-size: 14px; line-height: 1.35; }
.visual-callout > span:last-child { display: block; margin-top: 8px; color: #849c93; font-size: 10px; }
.visual-legend { position: absolute; inset: auto 20px 16px; display: flex; gap: 18px; color: #849c93; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.visual-legend span { display: flex; align-items: center; gap: 6px; }.visual-legend i { width: 7px; height: 7px; border-radius: 50%; }.legend-confirmed { background: var(--mint); }.legend-review { background: var(--gold); }.legend-protected { background: var(--sage); }
.hero-proof { margin-top: 70px; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid #1f3d34; color: #728a82; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-proof div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 30px; color: #a9bdb6; }

/* Problem + decision path */
.problem-section { padding: 120px 0; }
.narrow-grid { display: grid; grid-template-columns: .45fr 1.1fr .65fr; gap: 60px; align-items: start; }
.narrow-grid h2 { margin-bottom: 26px; }
.narrow-grid p { color: var(--ink-soft); font-size: 18px; }
.problem-answer { padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--mint); border-radius: var(--radius); background: var(--paper-bright); }
.problem-answer p { margin: 22px 0 0; color: var(--ink); font-family: Georgia, serif; font-size: 23px; line-height: 1.25; }
.decision-path { padding: 24px 0 130px; }
.product-film-section { padding: 120px 0; border-top: 1px solid #17372e; }
.film-heading { margin-bottom: 44px; display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
.film-heading h2 { margin: 18px 0 0; }
.film-heading p { margin: 0; color: #9bb0a8; font-size: 18px; }
.film-frame { border: 1px solid var(--dark-line); border-radius: var(--radius-lg); overflow: hidden; background: #04100d; box-shadow: var(--shadow); }
.remotion-player-mount { position: relative; min-height: 0; aspect-ratio: 16 / 9; background: #04100d; }
.remotion-player-mount[data-remotion-mounted="true"] { aspect-ratio: auto; }
.remotion-player-poster { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; opacity: .78; }
.remotion-player-loading { position: absolute; inset: auto 22px 18px auto; padding: 8px 12px; border: 1px solid rgba(145, 223, 195, .3); border-radius: 999px; background: rgba(7, 23, 19, .88); color: #a9bdb6; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.remotion-product-film { background: #04100d; }
.remotion-scene-controls { min-height: 66px; padding: 9px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border-top: 1px solid var(--dark-line); background: #071713; }
.remotion-scene-controls button { min-height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #829a91; font-size: 12px; font-weight: 760; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.remotion-scene-controls button:hover { color: var(--white); border-color: #31544a; }
.remotion-scene-controls button.is-active { border-color: rgba(145, 223, 195, .28); background: #102c24; color: var(--mint-bright); }
.remotion-scene-controls button span { color: var(--gold); font-family: Georgia, serif; font-size: 11px; }
.question-grid { counter-reset: questions; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; list-style: none; background: var(--paper-bright); }
.question-grid li { min-height: 260px; padding: 26px; border-right: 1px solid var(--line); transition: background-color .2s ease, transform .2s ease; }
.question-grid li:last-child { border-right: 0; }
.question-grid li:hover { background: #ebe7db; }
.question-grid span { color: #8b9692; font-family: Georgia, serif; font-size: 14px; }
.question-grid strong { display: block; margin: 54px 0 14px; font-family: Georgia, serif; font-size: 25px; line-height: 1.08; font-weight: 500; }
.question-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }

/* Platform */
.platform-section { padding: 130px 0; }
.feature-showcase { display: grid; grid-template-columns: .52fr 1.48fr; gap: 34px; margin-bottom: 34px; padding: 38px; border: 1px solid var(--dark-line); border-radius: var(--radius-lg); background: linear-gradient(150deg, #0e2922, #091c17); overflow: hidden; }
.feature-copy { align-self: center; padding: 20px 4px 20px 12px; }
.feature-number { display: block; margin-bottom: 60px; color: #6f8e84; font-family: Georgia, serif; font-size: 15px; }
.feature-copy h3, .feature-card h3 { margin: 22px 0 18px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.02; font-weight: 500; letter-spacing: -.035em; }
.feature-copy p, .feature-card p { color: #9fb3ac; }
.product-frame { position: relative; min-height: 330px; border: 1px solid #31544a; border-radius: 16px; background: #06120f; overflow: hidden; box-shadow: 0 24px 58px rgba(0,0,0,.22); }
.product-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.feature-showcase:hover .product-frame img, .feature-card:hover .product-frame img { transform: scale(1.018); }
.product-frame-wide { aspect-ratio: 1.25; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.feature-card { min-width: 0; min-height: 720px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; border: 1px solid var(--dark-line); border-radius: var(--radius-lg); background: #0a1e19; overflow: hidden; }
.feature-card-copy { max-width: 530px; }
.feature-card .feature-number { margin-bottom: 34px; }
.feature-card .product-frame { height: 340px; }
.feature-card .product-frame img { object-position: top left; }
.objectives-card { background: linear-gradient(145deg, #102a23, #081b16); }
.objective-preview { padding: 30px; border: 1px solid #31544a; border-radius: 16px; background: rgba(6, 19, 16, .72); }
.objective-preview > div:first-child span { display: block; color: #708e84; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.objective-preview > div:first-child strong { display: block; margin-top: 8px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.progress-row { position: relative; margin-top: 28px; padding-bottom: 15px; display: grid; grid-template-columns: 1fr auto; gap: 12px; color: #aabdb6; font-size: 12px; }
.progress-row b { color: var(--white); }.progress-row i { position: absolute; inset: auto 0 0; height: 3px; border-radius: 4px; background: #25463c; overflow: hidden; }.progress-row i::after { content: ""; display: block; width: var(--progress); height: 100%; background: var(--mint); }
.objective-preview small { display: block; margin-top: 22px; color: #6d877e; }

/* Workflow and sources */
.workflow-section { padding: 130px 0; }
.workflow-line { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); overflow: hidden; }
.workflow-line div { position: relative; min-height: 145px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.workflow-line div:last-child { border-right: 0; }
.workflow-line div:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -12px; top: 50%; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-bright); color: #75817d; font-size: 11px; }
.workflow-line span { color: #8c9793; font-family: Georgia, serif; font-size: 13px; }
.workflow-line strong { font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.boundary-quote { max-width: 950px; margin: 70px auto 0; padding: 36px; display: grid; grid-template-columns: 44px 1fr; gap: 6px 24px; border-radius: var(--radius); background: var(--dark); color: var(--white); }
.boundary-quote svg { width: 36px; fill: none; stroke: var(--mint); stroke-width: 1.6; }
.boundary-quote p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.6rem, 2.8vw, 2.3rem); line-height: 1.2; }
.boundary-quote cite { grid-column: 2; color: #879d95; font-size: 11px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.sources-section { padding: 130px 0 54px; background: #dfe9e2; }
.sources-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.sources-copy { position: sticky; top: 120px; }
.sources-copy h2 { margin: 22px 0 28px; }
.sources-copy > p { color: #4f625c; font-size: 18px; }
.source-list { border-top: 1px solid #b8c9bf; }
.source-list > div { padding: 28px 0; display: grid; grid-template-columns: 50px .8fr 1.2fr; gap: 20px; border-bottom: 1px solid #b8c9bf; }
.source-list span { color: #71827c; font-family: Georgia, serif; }
.source-list strong { font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.source-list p { margin: 0; color: #4f625c; }
.source-disclaimer { margin-top: 70px; padding-top: 22px; border-top: 1px solid #b8c9bf; color: #60736c; font-size: 12px; }

/* Trust and CTA */
.trust-section { padding: 130px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: var(--dark-line); overflow: hidden; }
.trust-grid > div { min-height: 290px; padding: 28px; background: var(--dark); }
.trust-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 62px; border: 1px solid var(--dark-line); border-radius: 50%; color: var(--mint); font-family: Georgia, serif; font-size: 12px; }
.trust-grid strong { display: block; margin-bottom: 14px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.trust-grid p { margin: 0; color: #91a79f; font-size: 14px; }
.pilot-section { padding: 110px 0; background: var(--gold); }
.pilot-card { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.pilot-card h2 { max-width: 880px; margin: 22px 0 20px; }
.pilot-card p { max-width: 680px; margin-bottom: 0; color: #493c25; font-size: 18px; }

/* Demo request */
.demo-request-section { min-height: 100svh; padding: 150px 0 110px; }
.demo-request-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: 90px; align-items: start; }
.demo-request-intro { position: sticky; top: 120px; }
.demo-request-back { width: max-content; margin-bottom: 44px; color: #60726c; text-decoration: none; }
.demo-request-intro h1 { max-width: 720px; margin: 24px 0 28px; font-size: clamp(3.2rem, 5.8vw, 5.5rem); }
.demo-request-intro > p { max-width: 620px; color: var(--ink-soft); font-size: 19px; }
.demo-request-expectation { max-width: 560px; margin-top: 48px; padding: 24px; border: 1px solid var(--line); border-left: 4px solid var(--mint); border-radius: var(--radius); background: var(--paper-bright); }
.demo-request-expectation span { display: block; color: #6e7f79; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.demo-request-expectation strong { display: block; margin-top: 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.demo-request-expectation p { margin: 10px 0 0; color: var(--ink-soft); font-size: 14px; }
.demo-form-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-bright); box-shadow: 0 24px 70px rgba(11, 21, 19, .1); }
.demo-request-form { display: grid; gap: 42px; }
.demo-request-form fieldset { min-width: 0; margin: 0; padding: 0 0 42px; display: grid; gap: 22px; border: 0; border-bottom: 1px solid var(--line); }
.demo-request-form legend { width: 100%; margin-bottom: 24px; padding: 0; display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.demo-request-form legend span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #6e7f79; font-size: 11px; }
.form-field { display: grid; gap: 8px; }
.form-field label { color: #344640; font-size: 13px; font-weight: 750; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #c8c4b9; border-radius: 10px; background: #fffdf7; color: var(--ink); font-size: 16px; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 126px; resize: vertical; }
.form-field select { padding-right: 46px; appearance: none; background-image: linear-gradient(45deg, transparent 50%, #596b65 50%), linear-gradient(135deg, #596b65 50%, transparent 50%); background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #4d8d78; box-shadow: 0 0 0 4px rgba(77, 141, 120, .14); outline: 0; }
.form-errors { margin-bottom: 30px; padding: 18px 20px; border: 1px solid #c98b7e; border-radius: 12px; background: #f8e8e3; color: #6f281b; }
.form-errors strong { display: block; }
.form-errors ul { margin: 10px 0 0; padding-left: 20px; }
.demo-form-submit { display: grid; gap: 12px; }
.demo-form-submit .button { width: 100%; border: 0; }
.demo-form-submit p { margin: 0; color: #6f7e79; font-size: 12px; text-align: center; }
.honeypot-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.demo-thanks-section { min-height: 100svh; padding: 170px 0 110px; display: grid; place-items: center; }
.demo-thanks-card { max-width: 900px; text-align: center; }
.demo-thanks-card .eyebrow { justify-content: center; }
.demo-thanks-card h1 { margin: 26px auto; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.demo-thanks-card p { max-width: 680px; margin: 0 auto 38px; color: #a9bdb6; font-size: 18px; }

/* Feature pages */
.feature-hero { min-height: 820px; padding: 165px 0 92px; }
.feature-hero-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.feature-hero h1 { margin: 22px 0 28px; font-size: clamp(3.4rem, 6vw, 5.7rem); }
.breadcrumb { min-height: 44px; margin: 12px 0 0; display: flex; align-items: center; gap: 10px; color: #738a82; font-size: 12px; }.breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }.breadcrumb a:hover { color: var(--white); }
.feature-hero-frame { border: 1px solid var(--dark-line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: #06120f; }
.feature-hero-frame img { width: 100%; aspect-ratio: 1.25; object-fit: cover; object-position: top left; }
.terrain-room-layout { grid-template-columns: 1fr; gap: 52px; }
.terrain-room-layout > div:first-child { max-width: 850px; }
.terrain-room-layout .feature-hero-frame { width: 100%; }

/* Terrain Room interactive prototype */
.terrain-demo { --terrain-panel: #0a1d18; --terrain-panel-2: #0d261f; color: #dce9e5; background: #06120f; }
.terrain-controls { padding: 16px; display: grid; grid-template-columns: 1.15fr 1.15fr 1fr auto auto; gap: 10px; border-bottom: 1px solid var(--dark-line); background: #081914; }
.terrain-select { min-width: 0; min-height: 58px; padding: 8px 12px; display: grid; align-content: center; border: 1px solid #29483f; border-radius: 10px; background: var(--terrain-panel); }
.terrain-select span { color: #789087; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.terrain-select select { width: 100%; min-height: 44px; padding: 0 24px 0 0; border: 0; outline: 0; background: transparent; color: #e2ece8; font-size: 13px; font-weight: 720; }
.terrain-toggle { min-height: 58px; padding: 0 14px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #29483f; border-radius: 10px; background: var(--terrain-panel); color: #9bb0a8; font-size: 12px; font-weight: 740; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.terrain-toggle:hover { border-color: #477366; color: var(--white); }
.terrain-toggle:active { background: #173b31; }
.terrain-toggle-indicator { width: 9px; height: 9px; flex: 0 0 auto; border: 1px solid #58756c; border-radius: 50%; background: transparent; }
.terrain-toggle.is-active { border-color: #477366; background: #112e26; color: var(--white); }
.terrain-toggle.is-active .terrain-toggle-indicator { border-color: var(--mint); background: var(--mint); box-shadow: 0 0 0 4px rgba(145, 223, 195, .1); }
.terrain-assessment { display: grid; grid-template-columns: minmax(300px, 1.8fr) repeat(3, minmax(115px, .55fr)); border-bottom: 1px solid var(--dark-line); background: #0a1d18; }
.terrain-assessment > div { min-height: 105px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--dark-line); }
.terrain-assessment > div:last-child { border-right: 0; }
.terrain-assessment span, .terrain-thread-label, .terrain-move > span, .terrain-evidence-list > span { color: #789087; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.terrain-assessment strong { margin-top: 6px; font-size: 14px; line-height: 1.35; }
.terrain-assessment small { margin-top: 5px; color: #8ca199; font-size: 10px; line-height: 1.4; }
.terrain-assessment-copy strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.terrain-stat strong { color: var(--mint-bright); }
.terrain-workspace { padding: 16px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 16px; background: #06120f; }
.terrain-map-card, .terrain-thread { border: 1px solid #29483f; border-radius: 14px; background: var(--terrain-panel); }
.terrain-map-card { min-width: 0; padding: 16px; }
.terrain-card-heading { min-height: 52px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.terrain-card-heading span { display: block; color: #83a096; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.terrain-card-heading strong { display: block; margin-top: 4px; font-size: 13px; }
.terrain-card-heading p { max-width: 230px; margin: 0; color: #8ca199; font-size: 11px; text-align: right; }
.terrain-map { position: relative; min-height: 510px; margin-top: 8px; border: 1px solid #1b3a31; border-radius: 12px; overflow: hidden; background: radial-gradient(circle at 50% 50%, #113129 0, #081b16 56%, #06130f 100%); }
.terrain-map::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(145,223,195,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(145,223,195,.06) 1px, transparent 1px); background-size: 32px 32px; }
.terrain-connections { position: absolute; inset: 4% 2%; width: 96%; height: 92%; overflow: visible; }
.terrain-connections line { stroke: #31584d; stroke-width: .45; transition: opacity .2s ease, stroke .2s ease; }
.terrain-connections .terrain-path { stroke: var(--gold); stroke-width: .8; }
.terrain-project-node, .terrain-node { position: absolute; z-index: 2; left: clamp(62px, var(--node-x), calc(100% - 62px)); top: clamp(54px, var(--node-y), calc(100% - 54px)); transform: translate(-50%, -50%); }
.terrain-project-node { width: 96px; height: 96px; display: grid; place-content: center; border: 5px solid #183a31; border-radius: 50%; background: var(--gold); color: #13251f; text-align: center; }
.terrain-project-node span { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.terrain-project-node strong { font-size: 15px; }
.terrain-node { width: 126px; padding: 0; display: grid; justify-items: center; border: 0; background: transparent; color: #e2ece8; text-align: center; transition: opacity .2s ease, transform .2s ease, filter .2s ease; }
.terrain-node:hover { transform: translate(-50%, -50%) scale(1.04); }
.terrain-node:active { transform: translate(-50%, -50%) scale(.98); }
.terrain-node i { width: 50px; height: 50px; display: block; border: 5px solid #17372f; border-radius: 50%; background: #81aa9d; box-shadow: 0 0 0 0 rgba(145,223,195,.16); transition: box-shadow .2s ease, border-color .2s ease; }
.terrain-node strong { max-width: 126px; margin-top: 5px; overflow: hidden; color: inherit; font-size: 11px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.terrain-node span { margin-top: 2px; color: #779087; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.terrain-node.is-selected i { border-color: #27564a; box-shadow: 0 0 0 6px rgba(145,223,195,.13); }
.terrain-node.node-opposition i, .terrain-node.node-community i { background: var(--rust); }
.terrain-node.node-public i { background: #78c8ac; }
.terrain-node.node-intermediary i { background: var(--gold); }
.terrain-node.is-filtered, .hide-intermediaries [data-actor="intermediary"] { opacity: .12; filter: grayscale(1); pointer-events: none; }
.hide-intermediaries .terrain-intermediary-link { opacity: .08; }
.short-window .node-context { opacity: .12; filter: grayscale(1); pointer-events: none; }
.show-perception .terrain-node.node-opposition i, .show-perception .terrain-node.node-community i { box-shadow: 0 0 0 8px rgba(211,99,75,.13); }
.show-perception .terrain-node.node-public i { box-shadow: 0 0 0 8px rgba(145,223,195,.12); }
.terrain-layer-note { position: absolute; z-index: 4; left: 12px; bottom: 12px; padding: 7px 10px; border: 1px solid #31564b; border-radius: 8px; background: rgba(8,25,20,.92); color: #a9bdb6; font-size: 9px; }
.terrain-timeline { min-height: 58px; margin-top: 14px; padding: 10px 12px; display: grid; grid-template-columns: 135px 1fr 38px; align-items: center; gap: 14px; border: 1px solid #29483f; border-radius: 10px; }
.terrain-timeline span strong, .terrain-timeline span small { display: block; }.terrain-timeline span strong { color: #9eb2ab; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.terrain-timeline span small { margin-top: 3px; color: #71887f; font-size: 10px; }
.terrain-timeline input { width: 100%; min-height: 44px; accent-color: var(--mint); }.terrain-timeline output { color: var(--mint-bright); font-size: 11px; font-weight: 800; text-align: right; }
.terrain-thread { padding: 18px; align-self: stretch; }
.terrain-person { margin-top: 17px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; }
.terrain-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #285044; color: #d9ebe4; font-size: 12px; font-weight: 800; }
.terrain-person strong, .terrain-person small { display: block; }.terrain-person strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }.terrain-person small { margin-top: 3px; color: #8ba198; font-size: 10px; line-height: 1.35; }
.terrain-person b { padding: 6px 8px; border-radius: 999px; background: #41231e; color: #f2a18d; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.terrain-person b[data-status="documented"] { background: #173c32; color: var(--mint); }.terrain-person b[data-status="review"], .terrain-person b[data-status="monitor"] { background: #3b311b; color: #f3d083; }.terrain-person b[data-status="protected"] { background: #263d36; color: #b8cbc4; }
.terrain-thread-stats { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.terrain-thread-stats div { min-width: 0; padding: 11px 9px; border-radius: 9px; background: var(--terrain-panel-2); }.terrain-thread-stats strong, .terrain-thread-stats span { display: block; }.terrain-thread-stats strong { color: #edf5f2; font-size: 16px; }.terrain-thread-stats div:first-child strong { color: #f1a08d; }.terrain-thread-stats span { margin-top: 5px; color: #789087; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.terrain-move { margin-top: 16px; padding: 16px; border-left: 3px solid var(--gold); border-radius: 10px; background: #10251f; }.terrain-move > strong { display: block; margin-top: 10px; color: #f2d390; font-family: Georgia, serif; font-size: 16px; font-weight: 600; line-height: 1.25; }.terrain-move p { margin: 10px 0 0; color: #afc0ba; font-size: 11px; line-height: 1.5; }
.terrain-evidence-list { margin-top: 18px; }.terrain-evidence-list > div { padding: 13px 0; display: grid; grid-template-columns: 12px 1fr; gap: 9px; border-bottom: 1px solid #213f36; }.terrain-evidence-list i { width: 7px; height: 7px; margin-top: 5px; border: 1px solid var(--mint); border-radius: 50%; }.terrain-evidence-list p { margin: 0; }.terrain-evidence-list strong, .terrain-evidence-list small { display: block; }.terrain-evidence-list strong { font-size: 11px; }.terrain-evidence-list small { margin-top: 4px; color: #71887f; font-size: 10px; }
.feature-promise { padding: 130px 0; }
.feature-promise h2 { max-width: 900px; margin: 28px 0 70px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar-grid article { min-height: 300px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); }
.pillar-grid article > span { color: #87928e; font-family: Georgia, serif; }
.pillar-grid h3 { margin: auto 0 16px; font-family: Georgia, serif; font-size: 26px; line-height: 1.12; font-weight: 500; }
.pillar-grid p { margin: 0; color: var(--ink-soft); }
.feature-process { padding: 120px 0; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--dark-line); list-style: none; }
.process-list li { min-height: 110px; padding: 24px 8px; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; border-bottom: 1px solid var(--dark-line); }
.process-list span { color: #6e8b81; font-family: Georgia, serif; }.process-list strong { font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 500; }.process-list i { color: var(--mint); font-size: 28px; font-style: normal; }
.feature-detail { padding: 130px 0; }
.detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }.detail-grid h2 { margin-top: 22px; }.detail-points p { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 17px; }.detail-points strong { display: block; margin-bottom: 8px; color: var(--ink); font-family: Georgia, serif; font-size: 23px; font-weight: 500; }

/* Trust page */
.trust-hero { padding: 175px 0 120px; }
.trust-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.trust-hero h1 { margin: 26px 0; font-size: clamp(3.2rem, 6vw, 5.6rem); }
.evidence-stack { display: grid; gap: 12px; }
.evidence-row { min-height: 84px; padding: 16px; display: grid; grid-template-columns: 36px 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--dark-line); border-radius: 12px; background: #0b221c; }
.evidence-row > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #17362e; color: #a7bbb4; font-family: Georgia, serif; font-size: 11px; }
.evidence-row strong, .evidence-row small { display: block; }.evidence-row strong { font-size: 13px; }.evidence-row small { margin-top: 4px; color: #769087; }.evidence-row b { padding: 6px 9px; border-radius: 999px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.evidence-row.confirmed b { color: var(--mint); background: #173c32; }.evidence-row.pending b { color: #f3d083; background: #3b311b; }.evidence-row.protected b { color: #b2c3bd; background: #263d36; }.evidence-row.inference b { color: #f0a18e; background: #40231e; }
.evidence-model { padding: 130px 0; }.state-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }.state-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); }.state-dot { width: 14px; height: 14px; display: block; margin-bottom: 60px; border-radius: 50%; }.state-dot.documented { background: #3b9a7c; }.state-dot.pending { background: var(--gold); }.state-dot.contradictory { background: var(--rust); }.state-dot.expired { background: #8b9793; }.state-grid h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 500; }.state-grid p { margin: 0; color: var(--ink-soft); }
.boundaries-section { padding: 130px 0; }.boundaries-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.boundaries-grid h2 { margin-top: 22px; }.boundaries-grid ul { margin: 0; padding: 0; list-style: none; }.boundaries-grid li { position: relative; padding: 24px 12px 24px 42px; border-bottom: 1px solid var(--dark-line); color: #afc0ba; font-size: 17px; }.boundaries-grid li::before { content: "—"; position: absolute; left: 0; color: var(--mint); }

/* Footer */
.site-footer { padding: 70px 0 26px; background: #04100d; color: var(--white); }
.footer-grid, .footer-bottom { width: var(--shell); margin-inline: auto; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-grid p { max-width: 280px; margin-top: 14px; color: #779087; font-size: 14px; }.footer-grid a { min-height: 44px; display: inline-flex; align-items: center; color: #a5b7b1; text-decoration: none; font-size: 13px; }.footer-grid a:hover { color: var(--white); }.footer-label { margin-bottom: 8px; color: #647d74; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.footer-note { flex-direction: row !important; align-items: center !important; justify-content: flex-end; color: #789188; font-size: 11px; }.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #193129; color: #789188; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

/* Reveal motion */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes nodeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(145,223,195,0); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 920px); }
  .nav-shell { grid-template-columns: auto 1fr auto; gap: 22px; }.site-nav { gap: 18px; }.site-nav a { font-size: 13px; }
  .hero { padding-top: 140px; }.hero-grid { grid-template-columns: 1fr; gap: 60px; }.hero-copy { max-width: 820px; }.hero-visual { min-height: 650px; }
  .narrow-grid { grid-template-columns: .35fr 1fr; }.problem-answer { grid-column: 2; }
  .question-grid { grid-template-columns: repeat(2, 1fr); }.question-grid li { border-bottom: 1px solid var(--line); }.question-grid li:nth-child(2n) { border-right: 0; }.question-grid li:last-child { grid-column: 1 / -1; }
  .feature-showcase { grid-template-columns: 1fr; }.feature-copy { max-width: 700px; }.feature-number { margin-bottom: 30px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 650px; }
  .trust-grid, .state-grid { grid-template-columns: 1fr 1fr; }
  .feature-hero-grid { grid-template-columns: 1fr; }.feature-hero-grid > div:first-child { max-width: 780px; }
  .terrain-controls { grid-template-columns: repeat(3, 1fr); }.terrain-toggle { justify-content: center; }.terrain-workspace { grid-template-columns: minmax(0, 1fr) 270px; }
  .sources-grid, .trust-hero-grid { gap: 54px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 640px); }
  html { scroll-padding-top: 70px; }
  .nav-shell { min-height: 70px; grid-template-columns: 1fr auto; }.menu-button { display: block; }.nav-cta { display: none; }
  .site-nav { position: absolute; inset: 70px 16px auto; padding: 12px; display: none; flex-direction: column; gap: 0; border: 1px solid var(--dark-line); border-radius: 14px; background: #0a211a; box-shadow: 0 20px 50px rgba(0,0,0,.32); }.site-nav.is-open { display: flex; }.site-nav a { padding: 0 12px; }
  .hero { padding: 122px 0 28px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { width: max-content; }.hero-visual { min-height: 455px; border-radius: 20px; }.hero-network { width: 100%; margin-left: 0; margin-top: 28px; }.visual-callout { left: 14px; right: 14px; bottom: 48px; width: auto; }.visual-legend { left: 16px; right: 16px; gap: 8px; justify-content: space-between; }.visual-legend span { gap: 4px; font-size: 10px; letter-spacing: .04em; }.hero-proof { align-items: flex-start; flex-direction: column; }.hero-proof div { justify-content: flex-start; }
  .problem-section, .product-film-section, .platform-section, .workflow-section, .sources-section, .trust-section, .feature-promise, .feature-process, .feature-detail, .evidence-model, .boundaries-section { padding-block: 90px; }.narrow-grid, .film-heading, .sources-grid, .detail-grid, .boundaries-grid, .trust-hero-grid { grid-template-columns: 1fr; gap: 38px; }.problem-answer { grid-column: auto; }.sources-copy { position: static; }
  .remotion-scene-controls { min-height: 58px; padding: 6px; gap: 4px; }.remotion-scene-controls button { min-height: 46px; padding-inline: 8px; font-size: 10px; gap: 6px; }.remotion-scene-controls button span { display: none; }
  .decision-path { padding-bottom: 90px; }.question-grid { grid-template-columns: 1fr; }.question-grid li, .question-grid li:nth-child(2n) { min-height: 210px; border-right: 0; }.question-grid li:last-child { grid-column: auto; }.question-grid strong { margin-top: 38px; }
  .feature-showcase, .feature-card { padding: 22px; border-radius: 20px; }.feature-showcase { margin-bottom: 20px; }.feature-grid { gap: 20px; }.feature-card { min-height: 590px; }.product-frame, .feature-card .product-frame { min-height: 240px; height: 260px; }.product-frame-wide { aspect-ratio: 1; }.feature-copy { padding: 8px 0; }
  .workflow-line { grid-template-columns: 1fr 1fr; }.workflow-line div:nth-child(2n) { border-right: 0; }.workflow-line div { border-bottom: 1px solid var(--line); }.workflow-line div::after { display: none !important; }.boundary-quote { grid-template-columns: 1fr; }.boundary-quote cite { grid-column: 1; }.source-list > div { grid-template-columns: 40px 1fr; }.source-list p { grid-column: 2; }
  .trust-grid, .state-grid, .pillar-grid { grid-template-columns: 1fr; }.trust-grid > div { min-height: 240px; }.trust-icon, .state-dot { margin-bottom: 36px; }
  .pilot-section { padding: 80px 0; }.pilot-card { grid-template-columns: 1fr; align-items: start; gap: 34px; }.pilot-card .button { width: 100%; }
  .demo-request-section { padding: 118px 0 80px; }.demo-request-layout { grid-template-columns: 1fr; gap: 48px; }.demo-request-intro { position: static; }.demo-request-intro h1 { font-size: clamp(3rem, 12vw, 4.8rem); }.demo-form-card { padding: 24px; }.demo-request-form { gap: 34px; }.demo-request-form fieldset { padding-bottom: 34px; }.demo-form-submit .button { min-height: 56px; }
  .feature-hero { min-height: auto; padding: 130px 0 70px; }.feature-hero-grid { gap: 46px; }.feature-hero-frame img { aspect-ratio: 1 / .92; }.process-list li { grid-template-columns: 48px 1fr auto; }
  .terrain-room-layout { gap: 38px; }.terrain-controls { grid-template-columns: 1fr 1fr; }.terrain-select:nth-child(3) { grid-column: 1 / -1; }.terrain-assessment { grid-template-columns: repeat(3, 1fr); }.terrain-assessment-copy { grid-column: 1 / -1; }.terrain-assessment > div { min-height: 86px; padding: 16px; }.terrain-assessment-copy { min-height: 112px !important; }.terrain-assessment > div:nth-child(4) { border-right: 0; }.terrain-workspace { grid-template-columns: 1fr; }.terrain-map { min-height: 480px; }.terrain-thread { min-height: 0; }
  .trust-hero { padding: 135px 0 85px; }.evidence-row { grid-template-columns: 30px 1fr; }.evidence-row b { grid-column: 2; justify-self: start; }.boundaries-grid { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 24px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-note { justify-content: flex-start; }.footer-bottom { gap: 20px; flex-direction: column; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100% - 24px); }
  .brand-mark { width: 31px; height: 31px; }.brand-wordmark { width: 106px; }
  .hero-lede { font-size: 1rem; }.hero-visual { min-height: 420px; }.visual-toolbar { padding-inline: 12px; }.visual-toolbar span:last-child { display: none; }
  .section-heading { margin-bottom: 38px; }.feature-card { min-height: 540px; }.objective-preview { padding: 20px; }
  .demo-request-section { padding-top: 104px; }.demo-request-back { margin-bottom: 30px; }.demo-request-intro h1 { font-size: 3rem; }.demo-request-intro > p { font-size: 17px; }.demo-request-expectation { margin-top: 32px; padding: 20px; }.demo-form-card { padding: 18px; border-radius: 18px; }.demo-request-form legend { font-size: 23px; }.form-field input, .form-field select, .form-field textarea { min-height: 54px; }.demo-thanks-section { padding-top: 130px; }
  .workflow-line { grid-template-columns: 1fr; }.workflow-line div { min-height: 110px; border-right: 0; }.source-list > div { grid-template-columns: 34px 1fr; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }
  .terrain-controls { grid-template-columns: 1fr; }.terrain-select:nth-child(3) { grid-column: auto; }.terrain-toggle { justify-content: flex-start; }.terrain-assessment { grid-template-columns: 1fr; }.terrain-assessment-copy { grid-column: auto; }.terrain-assessment > div { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--dark-line); }.terrain-assessment > div:last-child { border-bottom: 0; }.terrain-workspace, .terrain-map-card { padding: 10px; }.terrain-card-heading { display: block; }.terrain-card-heading p { margin-top: 7px; text-align: left; }.terrain-map { min-height: 430px; }.terrain-project-node { width: 76px; height: 76px; }.terrain-node { width: 104px; }.terrain-node i { width: 42px; height: 42px; border-width: 4px; }.terrain-node strong { max-width: 104px; font-size: 10px; }.terrain-node span { display: none; }.terrain-project-node, .terrain-node { left: clamp(52px, var(--node-x), calc(100% - 52px)); }.terrain-timeline { grid-template-columns: 90px 1fr 32px; gap: 8px; }.terrain-thread-stats strong { font-size: 14px; }
}

@media (max-width: 760px) and (orientation: landscape) {
  .hero { padding-top: 110px; }
  .hero-grid { gap: 48px; }
}

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