:root {
  --bg: #0a0a0a;
  --panel: #101010;
  --panel-2: #141414;
  --line: #2a2a28;
  --muted: #858580;
  --text: #f0efe9;
  --acid: #d9ff43;
  --paper: #e8e7df;
  --black: #090909;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--acid); color: var(--black); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--acid); color: #000; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.2vw; border-bottom: 1px solid var(--line); position: fixed; inset: 0 0 auto; z-index: 20; background: rgba(10,10,10,.84); backdrop-filter: blur(16px); transition: transform .3s ease; }
.wordmark { font-size: .75rem; font-weight: 700; letter-spacing: .01em; display: flex; align-items: center; width: max-content; gap: .28rem; }
.wordmark > span { color: var(--muted); font-weight: 500; }
.brand-mark { width: 22px; height: 22px; margin-right: .45rem; fill: var(--acid); }
.nav { display: flex; gap: 2rem; color: #b5b5af; font-size: .76rem; }
.nav a { transition: color .2s; }
.nav a:hover { color: var(--text); }
.header-cta { justify-self: end; color: var(--acid); font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .04em; }
.header-cta span, .button span { margin-left: .7rem; }
.menu-toggle { display: none; background: none; border: 0; width: 38px; height: 38px; padding: 10px; }
.menu-toggle span { display: block; width: 100%; height: 1px; background: var(--text); margin: 5px 0; }

.section { padding: 9rem 5.2vw; position: relative; }
.section-rule { border-top: 1px solid var(--line); }
.mono, .eyebrow, .section-index, .card-number, .status { font-family: var(--mono); }
.eyebrow { color: #aaa9a3; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; display: flex; gap: 1rem; }
.eyebrow span { color: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; font-weight: 500; line-height: .91; }
h1 { font-size: clamp(4rem, 8.1vw, 8.5rem); margin: 2.8rem 0 2.2rem; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
h2 { font-size: clamp(3.2rem, 6.2vw, 6.8rem); margin: 0; }

.hero { min-height: 100vh; padding-top: 9.8rem; padding-bottom: 2rem; display: grid; grid-template-columns: 1.1fr .72fr; column-gap: 7vw; align-items: center; overflow: hidden; }
.hero-grid { position: absolute; inset: 78px 0 0; pointer-events: none; opacity: .25; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px, transparent 1px); background-size: 5vw 5vw; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-copy, .hero-system { position: relative; z-index: 1; }
.hero-intro { max-width: 610px; color: #aaa9a4; font-size: clamp(1rem, 1.3vw, 1.24rem); line-height: 1.65; }
.hero-actions { margin-top: 3rem; display: flex; align-items: center; gap: 2.2rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 1.25rem; text-transform: uppercase; font-family: var(--mono); font-size: .65rem; letter-spacing: .03em; border: 1px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: #090909; }
.button-primary:hover { background: var(--text); }
.text-link { color: #b4b3ad; font-family: var(--mono); font-size: .67rem; text-transform: uppercase; border-bottom: 1px solid #555; padding-bottom: .35rem; }
.text-link span { color: var(--acid); margin-left: .6rem; }
.hero-system { border: 1px solid var(--line); background: rgba(14,14,14,.92); padding: 1.2rem; font-family: var(--mono); max-width: 560px; justify-self: end; width: 100%; }
.system-top { display: flex; justify-content: space-between; font-size: .6rem; color: #c1c0b8; letter-spacing: .08em; }
.muted { color: #666; }
.old-model { padding: 1.6rem 0; display: grid; gap: .6rem; }
.old-model div { display: grid; grid-template-columns: 28px 58px 1fr 82px; align-items: center; color: #777; font-size: .57rem; }
.old-model i, .customer-nodes i { font-style: normal; border: 1px solid #3b3b39; width: 22px; height: 22px; display: grid; place-items: center; }
.old-model b { height: 1px; background: repeating-linear-gradient(to right,#383836 0 3px,transparent 3px 7px); margin: 0 .6rem; }
.system-divider { height: 24px; position: relative; border-top: 1px solid var(--line); color: var(--acid); font-size: .52rem; }
.system-divider span { position: absolute; top: -7px; left: 50%; transform: translateX(-50%); background: var(--panel); padding: 0 .6rem; white-space: nowrap; }
.new-model { display: grid; grid-template-columns: 74px 1fr 190px; align-items: center; padding: 1rem 0 .2rem; }
.customer-nodes { display: grid; grid-template-columns: repeat(2,22px); gap: 4px; }
.customer-nodes i { color: #aaa; }
.flow-line { height: 1px; background: var(--acid); position: relative; }
.flow-line::after { content: ""; position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; background: var(--acid); }
.platform-node { background: var(--acid); color: #080808; padding: 1rem; position: relative; min-height: 150px; }
.platform-node span { font-size: .53rem; }
.platform-node strong { display: block; font-family: var(--sans); font-size: 1rem; line-height: 1.2; margin-top: 1.8rem; }
.platform-node small { position: absolute; bottom: .8rem; right: .8rem; }
.hero-foot { grid-column: 1/-1; align-self: end; margin-top: 6rem; padding-top: 1.2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #74746f; font-size: .53rem; text-transform: uppercase; letter-spacing: .06em; }

.section-index { min-width: 180px; display: flex; gap: 1.2rem; color: #868681; font-size: .61rem; text-transform: uppercase; letter-spacing: .08em; }
.section-index span { color: var(--acid); }
.problem { display: grid; grid-template-columns: 26% 1fr; }
.problem-content { max-width: 1050px; }
.kicker { color: #8d8c86; font-family: var(--mono); font-size: .66rem; line-height: 1.6; text-transform: uppercase; margin-bottom: 4rem; }
.problem h2 { max-width: 920px; }
.split-copy { border-top: 1px solid var(--line); margin-top: 4.5rem; padding-top: 1.7rem; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.split-copy p, .heading-copy { color: #9e9d97; line-height: 1.7; font-size: .9rem; }
.section-heading { display: grid; grid-template-columns: 26% 1fr minmax(220px, 28%); align-items: end; margin-bottom: 5rem; }
.section-heading .heading-copy { margin: 0; max-width: 390px; justify-self: end; }
.model-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.model-card { min-height: 380px; border-right: 1px solid var(--line); padding: 1.4rem; display: flex; flex-direction: column; transition: background .25s; }
.model-card:last-child { border: 0; }
.model-card:hover { background: var(--panel-2); }
.card-number { color: #6d6d68; font-size: .6rem; }
.model-icon { width: 104px; height: 104px; margin: 3.2rem auto auto; position: relative; }
.model-icon::before { content:""; position:absolute; inset:0; border:1px solid #242422; background:linear-gradient(135deg,rgba(217,255,67,.035),transparent 60%); transform:rotate(45deg) scale(.72); }
.model-icon svg { position:relative; z-index:1; width:100%; height:100%; fill:none; stroke:#6d6d68; stroke-width:1.2; vector-effect:non-scaling-stroke; stroke-linecap:square; stroke-linejoin:miter; overflow:visible; }
.model-icon .icon-accent { stroke:var(--acid); }
.model-icon .icon-fill { fill:var(--acid); stroke:none; }
.model-card:hover .model-icon svg { stroke:#a2a29b; }
.model-card:hover .model-icon .icon-accent { stroke:var(--acid); }
.model-card h3 { font-size: 1rem; margin: 3rem 0 1rem; }
.model-card p { font-size: .77rem; line-height: 1.65; color: #8d8d87; margin-bottom: 0; }

.products { background: #0d0d0d; }
.product-list { border-top: 1px solid var(--line); }
.product-row { min-height: 130px; display: grid; grid-template-columns: 8% 1fr auto 4%; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.product-row:hover { background: var(--panel-2); padding-left: 1rem; }
.product-num { font-family:var(--mono); font-size:.58rem; color:#63635f; }
.product-row h3 { font-size: clamp(1.35rem,2vw,2rem); letter-spacing:-.045em; margin-bottom:.5rem; font-weight:500; }
.product-row p { color:#858580; font-size:.76rem; margin:0; }
.status { border:1px solid #41413f; padding:.45rem .6rem; font-size:.52rem; text-transform:uppercase; color:#999; margin-right:3rem; white-space:nowrap; }
.status-development { border-color:#677227; color:var(--acid); }
.row-arrow { color:var(--acid); font-family:var(--mono); }

.platform-map { border-top:1px solid var(--line); display:grid; grid-template-columns:26% 1fr; }
.platform-label, .platform-cells { min-height:84px; border-bottom:1px solid var(--line); display:flex; align-items:center; }
.platform-label { gap:2rem; font-family:var(--mono); font-size:.62rem; color:#aaa; }.platform-label span { color:#5f5f5b; }.platform-label p { margin:0; }
.platform-cells { display:grid; grid-template-columns:repeat(3,1fr); border-left:1px solid var(--line); }
.platform-cells.wide { grid-template-columns:repeat(4,1fr); }
.platform-cells span { height:100%; display:grid; place-items:center; border-right:1px solid var(--line); color:#888; font-family:var(--mono); font-size:.55rem; text-align:center; padding:.75rem; white-space:nowrap; }.platform-cells span:last-child {border:0}.platform-label.core,.platform-cells.core { background:var(--acid); color:#090909; border-color:#93a82c; }.platform-label.core span,.platform-label.core p,.platform-cells.core span {color:#090909}.platform-cells.core span {border-color:#a8be31}
.scale-loop { margin-top:5rem; border-top:1px solid var(--line); border-bottom:1px solid var(--line); min-height:330px; display:grid; grid-template-columns:44% 10% 1fr; align-items:stretch; }
.scale-lead { margin:0; padding:2rem 0; font-size:clamp(3.4rem,6.3vw,7rem); line-height:.86; letter-spacing:-.07em; font-weight:500; align-self:center; }
.scale-lead>span { display:block; margin-bottom:3rem; color:#6d6d67; font-family:var(--mono); font-size:.55rem; letter-spacing:.08em; }
.scale-flow { position:relative; display:grid; place-items:center; color:var(--acid); font-family:var(--mono); font-size:2rem; }
.scale-flow i { position:absolute; width:1px; height:100%; background:var(--line); left:50%; }
.scale-flow b { position:relative; display:grid; place-items:center; width:48px; height:48px; background:var(--bg); border:1px solid var(--acid); font-weight:400; }
.scale-outcomes { border-left:1px solid var(--line); display:grid; grid-template-rows:repeat(4,1fr); }
.scale-outcomes p { margin:0; padding:0 1.5rem; border-bottom:1px solid var(--line); display:flex; align-items:center; gap:1.5rem; color:#aaa; font-size:.8rem; }
.scale-outcomes p:last-child {border-bottom:0;color:var(--text)}.scale-outcomes span {color:var(--acid);font-family:var(--mono);font-size:.52rem}

.submit { background:var(--acid); color:var(--black); display:grid; grid-template-columns:38% 1fr; gap:8vw; padding-top:8rem; padding-bottom:8rem; }
.submit .section-index span {color:#111}.submit .section-index p{color:#444}.submit h2 {font-size:clamp(3.5rem,6.2vw,6.7rem); margin:3.5rem 0 2rem; }.submit h2 em {color:#111}.submit-intro>p {font-size:.87rem; line-height:1.7; max-width:440px; color:#3e3e35}.submit-note {border-top:1px solid rgba(0,0,0,.35); margin-top:4rem; padding-top:1rem; display:grid; grid-template-columns:1fr 1.4fr; font-family:var(--mono); font-size:.56rem; }.submit-note p {line-height:1.7; margin:0;font-size:.63rem;}
.hunter-form { display:grid; grid-template-columns:1fr 1fr; gap:0 2rem; align-content:start; border-top:1px solid rgba(0,0,0,.5); }.full {grid-column:1/-1}.form-field {position:relative; border-bottom:1px solid rgba(0,0,0,.35); padding:1.5rem 0 .9rem; }.form-field label {display:block; font-family:var(--mono); font-size:.56rem; text-transform:uppercase; color:#3c3c35; margin-bottom:.8rem}.form-field label b{color:#000}.form-field input,.form-field textarea,.form-field select {width:100%; border:0; outline:0; background:transparent; color:#111; padding:.2rem 0; resize:vertical; font-size:.92rem; border-radius:0}.form-field input::placeholder,.form-field textarea::placeholder {color:#6d742f}.form-field select {appearance:none; background-image:linear-gradient(45deg,transparent 50%,#111 50%),linear-gradient(135deg,#111 50%,transparent 50%);background-position:calc(100% - 10px) 50%,calc(100% - 5px) 50%;background-size:5px 5px;background-repeat:no-repeat}.field-error{display:none;color:#651d13;font-size:.65rem;margin-top:.5rem}.form-field.invalid .field-error{display:block}.check-field {display:flex;align-items:center;gap:.8rem;padding:1.4rem 0;font-size:.72rem;cursor:pointer}.check-field input{position:absolute;opacity:0}.check-field span{width:16px;height:16px;border:1px solid #222;display:grid;place-items:center}.check-field input:checked+span::after{content:"×";font-size:1rem;line-height:1}.form-footer {border-top:1px solid rgba(0,0,0,.5);padding-top:1.5rem;display:flex;justify-content:space-between;gap:2rem;align-items:start}.form-footer p{max-width:330px;font-size:.57rem;line-height:1.5;color:#4c4c41}.button-light{background:#111;color:var(--text);min-width:220px}.button-light:hover{background:#333}.form-success{display:none;border:1px solid #111;padding:2rem;margin-top:2rem}.form-success.visible{display:block}.form-success span{font-family:var(--mono);font-size:.55rem}.form-success h3{font-size:1.4rem;margin:1rem 0 .6rem}.form-success p{font-size:.7rem;margin:0}.form-success code{font-family:var(--mono)}

.closing {min-height:75vh; display:flex; flex-direction:column; justify-content:center}.closing h2{margin:4rem 0}.closing-action{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:1.5rem}.closing-action p{max-width:480px;color:#93938d;font-size:.87rem;line-height:1.65;margin:0}
.footer {padding:5rem 5.2vw 2rem;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;color:#777;font-size:.65rem}.footer-mark{color:var(--text)}.footer>p{line-height:1.6}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:1rem;justify-self:end;min-width:250px}.footer-links a:hover{color:var(--text)}.footer-base{grid-column:1/-1;border-top:1px solid var(--line);padding-top:1.5rem;margin-top:4rem;display:flex;justify-content:space-between;font-family:var(--mono);font-size:.5rem}
.reveal { opacity:0; transform:translateY(20px); transition:opacity .7s ease, transform .7s ease; }.reveal.visible {opacity:1;transform:none}

@media (max-width: 1000px) {
  .hero { grid-template-columns:1fr; }.hero-system{justify-self:start;margin-top:5rem}.hero-foot{margin-top:5rem}.model-grid{grid-template-columns:1fr 1fr}.model-card:nth-child(2){border-right:0}.model-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-heading{grid-template-columns:25% 1fr}.section-heading .heading-copy{grid-column:2;margin-top:2rem;justify-self:start}.platform-cells span{white-space:normal}.scale-loop{grid-template-columns:1fr}.scale-flow{display:none}.scale-outcomes{border-left:0;border-top:1px solid var(--line);min-height:260px}.submit{grid-template-columns:1fr}.submit-intro{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.submit-intro h2,.submit-intro>p,.submit-note{grid-column:2}.hunter-form{margin-top:2rem}
}
@media (max-width: 720px) {
  .site-header{height:64px;padding:0 1.2rem;grid-template-columns:1fr auto}.nav{position:absolute;top:64px;left:0;right:0;background:#0a0a0a;border-bottom:1px solid var(--line);display:none;flex-direction:column;padding:2rem;gap:1.5rem}.nav.open{display:flex}.header-cta{display:none}.menu-toggle{display:block}.section{padding:6rem 1.25rem}.hero{padding-top:8rem}.hero-grid{inset:64px 0 0;background-size:20vw 20vw}h1{font-size:clamp(3.4rem,17vw,5rem)}h2{font-size:clamp(2.8rem,13vw,4.5rem)}.hero-system{margin-top:4rem}.new-model{grid-template-columns:52px 1fr 150px}.platform-node{min-height:135px}.hero-foot{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.problem{grid-template-columns:1fr}.problem>.section-index{margin-bottom:4rem}.split-copy{grid-template-columns:1fr;gap:1rem}.section-heading{display:block}.section-heading>.section-index{margin-bottom:3.5rem}.section-heading .heading-copy{margin-top:2rem}.model-grid{grid-template-columns:1fr}.model-card{border-right:0;border-bottom:1px solid var(--line)!important;min-height:330px}.model-card:last-child{border-bottom:0!important}.product-row{grid-template-columns:11% 1fr auto;min-height:160px;padding:.8rem 0}.product-row p{max-width:330px}.status{grid-column:2;margin:1rem 0 0;width:max-content}.row-arrow{grid-column:3;grid-row:1/3}.platform-map{grid-template-columns:1fr}.platform-label{min-height:45px}.platform-cells{border-left:0;min-height:68px}.platform-cells.wide,.platform-cells.core{grid-template-columns:1fr 1fr}.platform-cells span{border-top:1px solid var(--line)}.platform-cells.core span:last-child{grid-column:1/-1}.scale-loop{margin-top:4rem;min-height:0}.scale-lead{font-size:clamp(3.2rem,16vw,5rem);padding:3rem 0}.scale-outcomes p{min-height:68px;padding:0 .8rem}.submit{display:block}.submit-intro{display:block}.submit-intro h2{margin-top:3rem}.hunter-form{grid-template-columns:1fr}.form-field{grid-column:1/-1}.form-footer{flex-direction:column}.button-light{width:100%}.closing-action{align-items:flex-start;flex-direction:column;gap:2rem}.footer{grid-template-columns:1fr}.footer-links{justify-self:start}.footer-base{grid-column:1;gap:1rem;flex-direction:column}.reveal{transform:translateY(12px)}
}
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none} }
