@font-face{font-family:Geist;src:url("/assets/geist-regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Geist;src:url("/assets/geist-medium.woff2") format("woff2");font-style:normal;font-weight:500 700;font-display:swap}

:root{
  --black:#050505;
  --ink:#111111;
  --paper:#f4f4f2;
  --paper-2:#f8f8f6;
  --white:#ffffff;
  --gray:#9a9a98;
  --gray-2:#6f6f6c;
  --gray-3:#d4d4d0;
  --line-dark:rgba(255,255,255,.16);
  --dash:rgba(14,14,14,.62);
  --dash-soft:rgba(14,14,14,.22);
  --green:#4ae483;
  --tan:#947b59;
  --red:#a5534f;
  --shell:min(1560px,calc(100vw - 128px));
  --ease:cubic-bezier(.2,.75,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;min-width:320px;background:var(--black);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:hidden}
body.menu-open,body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
::selection{background:#d8ffd8;color:#111}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.site-header{height:80px;padding:0 64px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:48px;color:#f7f7f7;background:var(--black);border-top:1px solid rgba(255,255,255,.52);position:relative;z-index:40}
.brand{display:inline-flex;align-items:center;gap:8px;font-size:26px;font-weight:560;letter-spacing:-.035em;white-space:nowrap}
.brand-mark{width:17px;height:17px;position:relative;display:grid;grid-template-columns:repeat(3,4px);grid-template-rows:repeat(3,4px);gap:1px;transform:rotate(-10deg)}
.brand-mark i{display:block;width:4px;height:4px;border-radius:50%;background:#fff}
.brand-mark i:nth-child(2),.brand-mark i:nth-child(4),.brand-mark i:nth-child(8){opacity:.62}
.brand-mark i:nth-child(6){visibility:hidden}
.desktop-nav{display:flex;align-items:center;gap:43px;font-size:16px;color:#d9d9d9}
.desktop-nav a,.header-actions a{transition:opacity .2s ease}
.desktop-nav a:hover,.header-actions a:hover{opacity:.68}
.nav-chevron{display:inline-flex;align-items:center;gap:8px}
.nav-chevron svg{width:12px;height:12px}
.header-actions{display:flex;align-items:center;gap:32px;font-size:16px}
.demo-button{height:42px;padding:0 19px;border:0;border-radius:13px;background:#f4f4f4;color:#0c0c0c;font-weight:540;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);transition:transform .2s ease,background .2s ease}
.demo-button:hover{transform:translateY(-1px);background:#fff}
.menu-button{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.26);border-radius:12px;background:transparent}
.menu-button span{display:block;width:18px;height:1px;background:#fff;margin:5px auto;transition:transform .2s ease,opacity .2s ease}
.mobile-menu{display:none}

.announcement{height:50px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 24px;background:#ededed;color:#101010;font-size:15px;font-weight:530;text-align:center}
.announcement a{text-decoration:underline;text-underline-offset:3px}
.announcement .sep{color:#9a9a9a}

.hero{position:relative;min-height:790px;color:#f6f6f6;background:#050505;overflow:hidden}
.hero-shell{position:relative;width:var(--shell);min-height:790px;margin:0 auto;border-left:1px dashed rgba(255,255,255,.22);border-right:1px dashed rgba(255,255,255,.22);display:flex;flex-direction:column;align-items:center;padding:138px 32px 0;isolation:isolate}
.hero-pattern{position:absolute;inset:72px 0 84px;z-index:-2;opacity:.7;background-image:radial-gradient(circle,rgba(255,255,255,.13) 1px,transparent 1.35px);background-size:8px 8px;-webkit-mask-image:radial-gradient(ellipse 67% 72% at 50% 62%,#000 18%,rgba(0,0,0,.62) 47%,transparent 79%);mask-image:radial-gradient(ellipse 67% 72% at 50% 62%,#000 18%,rgba(0,0,0,.62) 47%,transparent 79%);transform:translate3d(0,var(--hero-shift,0px),0);will-change:transform}
.hero-glow{position:absolute;left:50%;top:230px;width:980px;height:520px;z-index:-1;transform:translateX(-50%);background:radial-gradient(ellipse at center,rgba(255,255,255,.035),transparent 68%);filter:blur(12px)}
.hero-copy{text-align:center;max-width:970px}
.hero h1{margin:0;font-size:clamp(42px,3.15vw,56px);line-height:1.08;font-weight:520;letter-spacing:-.045em}
.hero-subhead{max-width:790px;margin:22px auto 0;color:#9f9f9f;font-size:21px;line-height:1.48;letter-spacing:-.018em}

.ask-box{width:min(1050px,calc(100vw - 210px));min-height:142px;margin-top:58px;padding:25px 28px 16px;position:relative;border:2px solid #292929;border-radius:27px;background:linear-gradient(180deg,#101010,#0d0d0d);box-shadow:0 18px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.025)}
.ask-box:focus-within{border-color:#3b3b3b}
.ask-box textarea{width:100%;height:70px;padding:0 4px 0 0;resize:none;border:0;outline:0;background:transparent;color:#efefef;font-size:18px;line-height:1.4;caret-color:#fff}
.typing-line{position:absolute;left:29px;top:24px;right:70px;color:#a7a7a7;font-size:18px;line-height:1.4;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.typing-line::after{content:"";display:inline-block;width:1px;height:19px;margin-left:2px;background:#a7a7a7;vertical-align:-3px;animation:blink 1s steps(1) infinite}
@keyframes blink{50%{opacity:0}}
.ask-tools{position:absolute;left:28px;bottom:16px;right:17px;display:flex;align-items:center;justify-content:space-between}
.attach-button,.send-button{border:0;display:grid;place-items:center}
.attach-button{width:35px;height:35px;border-radius:50%;background:#242424;color:#7f7f7f}
.attach-button svg{width:18px;height:18px}
.send-button{width:43px;height:43px;border-radius:50%;background:#777;color:#141414;box-shadow:inset 0 0 0 2px #545454;transition:background .2s ease,color .2s ease,transform .2s ease}
.send-button svg{width:21px;height:21px}
.send-button.ready{background:#f1f1f1;box-shadow:none}
.send-button:hover{transform:translateY(-1px)}
.hero-cta{margin-top:54px;height:48px;padding:0 18px;border:0;border-radius:9px;background:#f5f5f5;color:#111;font-size:16px;font-weight:540;transition:transform .2s ease}
.hero-cta:hover{transform:translateY(-2px)}

.trust-row{width:100%;height:88px;margin-top:auto;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px dashed rgba(255,255,255,.17);border-bottom:1px dashed rgba(255,255,255,.17)}
.trust-item{display:flex;align-items:center;justify-content:center;gap:11px;color:#777;border-right:1px dashed rgba(255,255,255,.17);font-size:18px;letter-spacing:-.025em;white-space:nowrap}
.trust-item:last-child{border-right:0}
.trust-item svg{width:28px;height:28px;opacity:.76}

.paper{background:var(--paper);color:var(--ink)}
.paper-shell{width:var(--shell);margin:0 auto;border-left:1px dashed var(--dash);border-right:1px dashed var(--dash)}
.hatch{height:47px;border-bottom:1px dashed var(--dash);background:repeating-linear-gradient(135deg,transparent 0 8px,rgba(0,0,0,.18) 8px 9px)}
.hatch.bottom{border-top:1px dashed var(--dash);border-bottom:1px dashed var(--dash)}
.section-heading{min-height:217px;display:grid;place-items:center;padding:40px;text-align:center;border-bottom:1px dashed var(--dash)}
.section-heading.compact{min-height:150px}
.section-heading h2{margin:0;max-width:1100px;font-size:43px;line-height:1.1;font-weight:520;letter-spacing:-.055em;color:#444}

.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px dashed var(--dash)}
.process-card{min-width:0;min-height:516px;border-right:1px dashed var(--dash);display:grid;grid-template-rows:343px auto;overflow:hidden}
.process-card:last-child{border-right:0}
#platform .process-card{min-height:565px;grid-template-rows:390px auto}
.process-card.compact-card{min-height:475px;grid-template-rows:300px auto}
.process-visual{position:relative;overflow:hidden;padding:14px;background:rgba(255,255,255,.12)}
.process-copy{padding:20px 25px 25px}
.process-copy h3{display:flex;align-items:baseline;gap:14px;margin:0 0 14px;font-size:20px;line-height:1.2;font-weight:560;letter-spacing:-.035em}
.process-copy h3 span{font-size:12px;color:#666;font-weight:600;letter-spacing:0;white-space:nowrap}
.process-copy p{margin:0;color:#666;font-size:16px;line-height:1.55;letter-spacing:-.012em}

.ask-visual::before{content:"P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P  P";position:absolute;inset:48px 62px;color:rgba(0,0,0,.055);font-size:10px;line-height:1.5;word-spacing:8px;overflow:hidden}
.query-chip{position:absolute;left:14%;right:14%;top:50%;transform:translateY(-50%);min-height:68px;border:1px solid #dededb;border-radius:7px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.05);display:flex;align-items:center;padding:13px 18px;gap:12px;font-size:15px;font-weight:550;letter-spacing:-.02em}
.query-chip svg{width:22px;height:22px;flex:none}
.query-chip .dots{margin-left:auto;color:#858585;letter-spacing:3px;font-size:15px}
.query-pulse{position:absolute;inset:-1px;border-radius:7px;box-shadow:0 0 0 0 rgba(74,228,131,.25);animation:queryPulse 3.2s ease-in-out infinite}
@keyframes queryPulse{50%{box-shadow:0 0 0 13px rgba(74,228,131,0)}}

.research-frame,.intelligence-frame{height:100%;border:1px solid #d6d6d2;border-radius:20px;background:rgba(250,250,249,.72);overflow:hidden}
.research-frame{padding:14px 24px}
.record-title{display:inline-block;font-size:24px;font-weight:650;line-height:1.2;border-bottom:1px dashed var(--green);padding-bottom:4px;letter-spacing:-.035em}
.record-table{margin-top:13px;border:1px solid #cfcfcb;border-radius:13px;overflow:hidden;background:#fff}
.record-row{min-height:41px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 16px;border-bottom:1px solid #d5d5d2;font-size:13px}
.record-row:last-child{border-bottom:0}
.record-row span:first-child{color:#949490}
.record-row strong{font-weight:520;text-align:right}
.source-box{margin-top:16px;border:1px solid #cfcfcb;border-radius:13px;padding:12px 16px;background:#fafafa;position:relative;overflow:hidden}
.source-box small{display:block;color:#777;font-size:10px;letter-spacing:.03em;margin-bottom:7px}
.source-box strong{display:block;font-size:14px;line-height:1.35;letter-spacing:-.02em}
.scan-line{position:absolute;left:0;right:0;height:24px;top:-24px;background:linear-gradient(180deg,transparent,rgba(74,228,131,.17),transparent);animation:scan 3.5s linear infinite}
@keyframes scan{to{transform:translateY(310px)}}

.intelligence-frame{padding:14px 24px}
.signal-list{display:grid;gap:10px}
.signal{min-height:39px;border-radius:7px;background:#fff;padding:10px 12px;color:var(--tan);font-size:10.5px;line-height:1.35;box-shadow:inset 0 0 0 1px rgba(148,123,89,.08)}
.signal strong{font-weight:560}
.mini-heading{margin:23px 0 12px;color:#707687;font-size:10px;letter-spacing:.08em;font-weight:700}
.signal.risk{color:var(--red);box-shadow:inset 0 0 0 1px rgba(165,83,79,.12)}

.use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr)}
.use-card{min-height:370px;padding:111px 48px 50px;border-bottom:1px dashed var(--dash-soft);position:relative;transition:background .25s ease}
.use-card:nth-child(odd){border-right:1px dashed var(--dash-soft)}
.use-card:hover{background:#fafaf8}
.use-icon{width:47px;height:47px;margin-bottom:24px;color:#444;transition:transform .35s var(--ease)}
.use-card:hover .use-icon{transform:translateY(-4px) rotate(-2deg)}
.use-card h3{margin:0 0 16px;font-size:20px;line-height:1.2;font-weight:570;letter-spacing:-.035em}
.use-card p{max-width:670px;margin:0;color:#969693;font-size:17px;line-height:1.55;letter-spacing:-.017em}

.source-visual,.method-visual,.onboarding-visual{display:grid;place-items:center;background:rgba(255,255,255,.12)}
.source-stack{width:88%;border:1px solid #d2d2ce;border-radius:18px;background:#fafaf8;padding:18px;box-shadow:0 8px 28px rgba(0,0,0,.035)}
.source-stack-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #dfdfdb}
.source-stack-head span{font-size:10px;letter-spacing:.09em;color:#777;font-weight:700}
.source-stack-head strong{font-size:11px;color:#666;font-weight:560}
.source-pill{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #e1e1de;border-radius:8px;background:#fff;padding:0 13px;margin-top:9px;font-size:12px;color:#3b3b39}
.source-pill b{font-size:10px;font-weight:650;color:#83837f}

.timeline-card,.narrative-card,.evidence-card{width:88%;border:1px solid #d2d2ce;border-radius:18px;background:#fafaf8;padding:18px;box-shadow:0 8px 28px rgba(0,0,0,.035)}
.timeline-title,.narrative-head span,.evidence-head span{font-size:10px;letter-spacing:.09em;color:#777;font-weight:700}
.timeline-chart{height:170px;margin-top:24px;padding:0 8px;display:flex;align-items:flex-end;gap:8px;border-bottom:1px solid #d8d8d4;position:relative}
.timeline-chart span{flex:1;min-width:4px;background:#d0d0cc;border-radius:4px 4px 0 0;transition:height .5s var(--ease)}
.timeline-chart span:nth-child(n+6){background:#8d8d88}
.timeline-chart i{position:absolute;left:43%;top:0;bottom:-1px;border-left:1px dashed #797975}
.timeline-labels{display:flex;justify-content:space-between;margin-top:11px;color:#8b8b87;font-size:9px}
.narrative-head,.evidence-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #dfdfdb}
.narrative-head strong,.evidence-head strong{font-size:11px;color:#666;font-weight:560}
.narrative-row,.evidence-row{min-height:48px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e2e2df;font-size:12px}
.narrative-row:last-child,.evidence-row:last-child{border-bottom:0}
.narrative-row span,.evidence-row span{flex:1;color:#4a4a47}
.narrative-row b{color:#466c55;font-size:11px}.narrative-row.negative b{color:#995e5a}
.evidence-row i{width:24px;height:24px;display:grid;place-items:center;border:1px solid #d7d7d3;border-radius:50%;font-style:normal;font-size:9px;color:#777;background:#fff}
.evidence-row b{font-size:10px;color:#898985;font-weight:550}

.onboarding-card{width:84%;min-height:116px;border:1px solid #d2d2ce;border-radius:14px;background:#fff;display:grid;grid-template-columns:82px 1fr;align-items:stretch;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.035)}
.onboarding-number{display:grid;place-items:center;border-right:1px solid #dededb;background:#f8f8f6;font-size:27px;letter-spacing:-.04em;color:#555}
.onboarding-card div{display:flex;flex-direction:column;justify-content:center;padding:18px}
.onboarding-card small{font-size:9px;letter-spacing:.1em;color:#888;margin-bottom:8px}
.onboarding-card strong{font-size:14px;line-height:1.35;font-weight:560;color:#333}

.trust-card{padding-top:86px}
.cell-number{display:block;color:#888;font-size:12px;margin-bottom:68px}
.trust-card h3{font-size:24px}

.program-grid{display:grid;grid-template-columns:repeat(2,1fr);border-bottom:1px dashed var(--dash)}
.program-card{min-height:610px;padding:48px;display:flex;flex-direction:column;border-right:1px dashed var(--dash)}
.program-card:last-child{border-right:0}
.program-top{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding-bottom:24px;border-bottom:1px solid #d8d8d4}
.program-top span{font-size:11px;letter-spacing:.11em;color:#777;font-weight:700}
.program-top strong{font-size:15px;font-weight:570;color:#333;text-align:right}
.program-card h3{margin:66px 0 18px;max-width:520px;font-size:36px;line-height:1.04;letter-spacing:-.055em;font-weight:540}
.program-card p{max-width:600px;margin:0;color:#777;font-size:17px;line-height:1.55}
.program-card ul{list-style:none;margin:42px 0 0;padding:0;display:grid;gap:14px;color:#565653;font-size:15px}
.program-card li{display:flex;gap:11px;align-items:flex-start}
.program-card li::before{content:"↳";color:#222}
.program-button{margin-top:auto;width:fit-content;height:45px;padding:0 18px;border:1px solid #111;border-radius:8px;background:#111;color:#fff;font-size:14px}

.faq-card{min-height:300px;padding-top:72px}
.faq-card h3{font-size:24px}

.final-cta{background:#050505;color:#f5f5f5;padding:126px 0 0}
.final-shell{width:var(--shell);margin:0 auto}
.final-eyebrow{margin:0 0 28px;color:#727272;font-size:11px;letter-spacing:.16em;font-weight:700}
.final-cta h2{max-width:1120px;margin:0;font-size:clamp(48px,6vw,94px);line-height:.96;font-weight:510;letter-spacing:-.07em}
.final-actions{display:flex;align-items:center;gap:24px;margin-top:46px}
.final-button{height:50px;padding:0 19px;border:0;border-radius:9px;background:#f5f5f5;color:#111;font-size:15px;font-weight:540}
.final-link{color:#aaa;text-decoration:underline;text-underline-offset:4px}
.footer{margin-top:125px;padding:54px 0 34px;border-top:1px solid rgba(255,255,255,.15);display:grid;grid-template-columns:1fr 1fr;column-gap:70px;color:#787878;font-size:12px}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:17px}
.footer-brand .brand{font-size:25px;color:#f3f3f3}
.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.footer-columns div{display:grid;align-content:start;gap:11px}
.footer-columns strong{margin-bottom:6px;color:#d7d7d7;font-size:12px;font-weight:560}
.footer-columns a,.footer-columns button{width:fit-content;padding:0;border:0;background:none;color:#818181;font-size:12px;text-align:left}
.footer-bottom{grid-column:1/-1;margin-top:54px;padding-top:22px;border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:space-between;gap:20px}

.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:28px}
.modal.open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(7px)}
.modal-panel{position:relative;width:min(760px,100%);max-height:calc(100vh - 56px);overflow:auto;background:var(--paper);border:1px dashed var(--dash);padding:58px;box-shadow:0 30px 100px rgba(0,0,0,.45)}
.modal-panel::before{content:"";display:block;position:absolute;left:0;right:0;top:0;height:26px;border-bottom:1px dashed var(--dash);background:repeating-linear-gradient(135deg,transparent 0 8px,rgba(0,0,0,.18) 8px 9px)}
.modal-close{position:absolute;right:24px;top:42px;width:40px;height:40px;display:grid;place-items:center;border:1px solid #c9c9c5;border-radius:50%;background:#fff;color:#111}
.modal-close svg{width:18px;height:18px}
.modal-eyebrow{margin:21px 0 20px;color:#777;font-size:10px;letter-spacing:.13em;font-weight:700}
.modal-panel h2{max-width:590px;margin:0;font-size:52px;line-height:1;letter-spacing:-.06em;font-weight:530}
.modal-copy{max-width:610px;margin:22px 0 34px;color:#777;font-size:16px;line-height:1.55}
.demo-form{display:grid;gap:18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.demo-form label{display:grid;gap:8px}
.demo-form label>span{font-size:11px;letter-spacing:.07em;color:#666;font-weight:650;text-transform:uppercase}
.demo-form input,.demo-form textarea,.demo-form select{width:100%;border:1px solid #cfcfcb;border-radius:9px;background:#fff;color:#111;padding:13px 14px;outline:0}
.demo-form textarea{resize:vertical;min-height:120px}
.demo-form input:focus,.demo-form textarea:focus,.demo-form select:focus{border-color:#777}
.form-submit{height:48px;border:0;border-radius:8px;background:#111;color:#fff;font-size:14px;font-weight:560}
.form-note{margin:0;color:#8a8a86;font-size:11px;line-height:1.45}

[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
[data-reveal].visible{opacity:1;transform:translateY(0)}

button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #7cd99a;outline-offset:3px}

@media(max-width:1100px){
  :root{--shell:calc(100vw - 48px)}
  .site-header{padding:0 24px;gap:26px}.desktop-nav{gap:25px}.header-actions{gap:18px}
  .hero-shell{padding-inline:22px}.ask-box{width:min(900px,calc(100vw - 90px))}
  .process-grid{grid-template-columns:1fr}
  .process-card,.process-card.compact-card{grid-template-columns:1fr 1fr;grid-template-rows:auto;min-height:390px;border-right:0;border-bottom:1px dashed var(--dash)}
  .process-card:last-child{border-bottom:0}
  #platform .process-card{grid-template-rows:auto}
  .process-visual{min-height:390px}
  .process-copy{display:flex;flex-direction:column;justify-content:center;padding:50px}
  .program-card{min-height:580px}
}

@media(max-width:800px){
  :root{--shell:calc(100vw - 24px)}
  .site-header{height:70px;padding:0 16px;grid-template-columns:1fr auto}.desktop-nav,.header-actions{display:none}.menu-button{display:block}.brand{font-size:23px}
  .mobile-menu{position:fixed;inset:70px 0 auto;background:#050505;color:#fff;padding:22px 20px 28px;z-index:50;border-top:1px solid rgba(255,255,255,.12);display:none}
  .mobile-menu.open{display:grid;gap:20px}
  .mobile-menu a,.mobile-menu button{width:fit-content;padding:0;border:0;background:none;color:#fff;font-size:20px;text-align:left}
  .announcement{min-height:54px;height:auto;font-size:12px;line-height:1.4}.announcement .sep{display:none}
  .hero,.hero-shell{min-height:720px}.hero-shell{padding:95px 16px 0}.hero h1{font-size:39px}.hero-subhead{font-size:17px;max-width:570px}
  .ask-box{width:100%;min-height:130px;margin-top:43px;border-radius:22px;padding:22px 20px}.typing-line{left:22px;right:45px;top:22px;font-size:15px}.ask-box textarea{font-size:15px}.ask-tools{left:20px;right:14px}.hero-cta{margin-top:38px}
  .trust-row{grid-template-columns:repeat(2,1fr);height:auto;margin-top:54px}.trust-item{height:67px;border-bottom:1px dashed rgba(255,255,255,.17);font-size:13px}.trust-item:nth-child(2n){border-right:0}.trust-item:last-child{grid-column:1/3;border-bottom:0}
  .hatch{height:32px}.section-heading{min-height:145px;padding:30px}.section-heading h2{font-size:32px}
  .process-card,.process-card.compact-card{display:grid;grid-template-columns:1fr;grid-template-rows:300px auto;min-height:0}
  #platform .process-card{grid-template-rows:370px auto}.process-visual{min-height:300px}.process-copy{display:block;padding:25px}.query-chip{left:8%;right:8%;font-size:13px}
  .use-cases-grid{grid-template-columns:1fr}.use-card{min-height:320px;padding:72px 28px 40px;border-right:0!important}.use-card p{font-size:15px}.trust-card,.faq-card{min-height:290px}.cell-number{margin-bottom:50px}
  .program-grid{grid-template-columns:1fr}.program-card{min-height:590px;padding:34px 28px;border-right:0;border-bottom:1px dashed var(--dash)}.program-card:last-child{border-bottom:0}.program-card h3{margin-top:50px;font-size:32px}.program-top{display:block}.program-top strong{display:block;margin-top:10px;text-align:left}
  .final-cta{padding-top:88px}.final-cta h2{font-size:48px}.footer{grid-template-columns:1fr}.footer-columns{margin-top:46px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}
  .modal{padding:12px}.modal-panel{max-height:calc(100vh - 24px);padding:52px 24px 30px}.modal-close{right:16px;top:37px}.modal-panel h2{font-size:40px}.form-grid{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* ========================================================================== 
   Parieto V4 refinements. The original Sixtyfour-inspired system stays intact.
   ========================================================================== */
:root{
  --green:#70706d;
  --tan:#676764;
  --red:#5f5f5c;
}
::selection{background:#dededb;color:#111}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #777;outline-offset:3px}
.brand-icon{width:21px;height:24px;display:block;object-fit:cover;border-radius:3px}
.footer-brand .brand-icon{width:20px;height:23px}

.benchmark-announcement a{display:inline-flex;align-items:center;gap:7px}
.benchmark-announcement a::after{content:"↗";font-size:12px;text-decoration:none}

.hero,.hero-shell{min-height:742px}
.hero-shell{padding-bottom:88px}
.hero-pattern{inset:72px 0 30px}

.section-heading{align-content:center;gap:20px}
.section-heading.compact{gap:16px}
.section-kicker{max-width:700px;margin:0;color:#8c8c88;font-size:16px;line-height:1.5;letter-spacing:-.015em}

/* Interactive process */
.interactive-process-grid .process-card{min-height:625px;grid-template-rows:430px auto}
.interactive-process-card{position:relative}
.interactive-process-card::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 0 rgba(0,0,0,0);transition:box-shadow .25s ease}
.interactive-process-card.is-active::after{box-shadow:inset 0 0 0 1px rgba(0,0,0,.45)}
.interactive-visual{padding:20px;background:rgba(255,255,255,.11)}
.console-bar{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#7c7c78;font-size:9px;line-height:1.2;letter-spacing:.1em;font-weight:700;text-transform:uppercase}
.console-bar span:last-child{letter-spacing:.02em;text-transform:none;font-weight:560}

.ask-console{position:relative;width:100%;height:100%;padding:18px;border:1px solid #d0d0cc;border-radius:18px;background:#fafaf8;box-shadow:0 8px 28px rgba(0,0,0,.035);display:flex;flex-direction:column;overflow:hidden}
.ask-console::before{content:"";position:absolute;inset:50px 0 0;opacity:.42;background-image:radial-gradient(circle,rgba(0,0,0,.12) 1px,transparent 1.2px);background-size:13px 13px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 75%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 75%,transparent)}
.ask-question{position:relative;margin:auto 0 17px;padding:19px 20px;border:1px solid #d6d6d2;border-radius:10px;background:#fff;color:#1b1b1a;font-size:18px;line-height:1.35;letter-spacing:-.025em;font-weight:560;box-shadow:0 7px 24px rgba(0,0,0,.05);transition:transform .25s var(--ease),opacity .2s ease}
.ask-question.changing{opacity:.2;transform:translateY(5px)}
.ask-ready{position:relative;display:flex;align-items:center;gap:9px;margin-bottom:16px;color:#777;font-size:11px;line-height:1.4}
.ask-ready i{width:7px;height:7px;border-radius:50%;background:#6e6e6a;box-shadow:0 0 0 4px rgba(0,0,0,.04)}
.prompt-options,.research-tabs,.delivery-tabs{position:relative;display:flex;gap:7px;flex-wrap:wrap}
.prompt-options button,.research-tabs button,.delivery-tabs button{min-height:31px;padding:0 10px;border:1px solid #d5d5d1;border-radius:7px;background:#fff;color:#747470;font-size:10px;font-weight:590;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.prompt-options button:hover,.research-tabs button:hover,.delivery-tabs button:hover{transform:translateY(-1px);border-color:#a8a8a4;color:#222}
.prompt-options button.active,.research-tabs button.active,.delivery-tabs button.active{background:#181818;color:#fff;border-color:#181818}
.text-control{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-top:18px;padding:0;border:0;background:transparent;color:#3c3c39;font-size:12px;font-weight:600}
.text-control span{transition:transform .2s ease}.text-control:hover span{transform:translate(2px,-2px)}

.research-frame.research-interactive,.intelligence-frame.intelligence-interactive{padding:17px 19px;height:100%;border-radius:18px;background:#fafaf8;box-shadow:0 8px 28px rgba(0,0,0,.035)}
.research-tabs,.delivery-tabs{margin:5px 0 13px}
.research-interactive .record-table{margin-top:0;border-radius:10px}
.research-interactive .record-row{width:100%;min-height:49px;border:0;border-bottom:1px solid #dededa;border-radius:0;background:#fff;cursor:pointer;text-align:left;transition:background .2s ease,padding .2s ease}
.research-interactive .record-row:last-child{border-bottom:0}
.research-interactive .record-row:hover,.research-interactive .record-row.active{background:#f0f0ed;padding-left:20px}
.research-foot{min-height:51px;margin-top:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #d7d7d3;border-radius:9px;background:#fff;color:#777;font-size:10px;line-height:1.35}
.research-foot b{white-space:nowrap;color:#3d3d3a;font-size:9px;text-transform:uppercase;letter-spacing:.06em}

.intelligence-interactive{display:flex;flex-direction:column}
.delivery-panel{flex:1;min-height:255px;padding:15px;border:1px solid #d6d6d2;border-radius:10px;background:#fff;transition:opacity .18s ease,transform .18s ease}
.delivery-panel.changing{opacity:.15;transform:translateY(4px)}
.delivery-score{display:grid;grid-template-columns:1fr auto;align-items:end;gap:4px 12px;padding:5px 2px 18px;border-bottom:1px solid #dededa}
.delivery-score span{color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:680}
.delivery-score strong{grid-row:1/3;grid-column:2;font-size:47px;line-height:.82;font-weight:530;letter-spacing:-.07em}
.delivery-score small{color:#777;font-size:10px}
.delivery-lines{display:grid;margin-top:8px}
.delivery-lines>div{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #e4e4e1;font-size:11px}
.delivery-lines>div:last-child{border-bottom:0}
.delivery-lines span{color:#72726e}.delivery-lines b{color:#1f1f1d;font-weight:600;text-align:right}
.delivery-source-list{display:grid;gap:8px}
.delivery-source-row{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;min-height:48px;border-bottom:1px solid #e1e1de;font-size:10px}
.delivery-source-row i{width:24px;height:24px;display:grid;place-items:center;border:1px solid #d4d4d0;border-radius:50%;font-style:normal;color:#777}
.delivery-source-row span{font-weight:570}.delivery-source-row small{color:#878783}
.delivery-action{min-height:54px;display:grid;grid-template-columns:26px 1fr;gap:11px;align-items:start;padding:10px 0;border-bottom:1px solid #e1e1de}
.delivery-action:last-child{border-bottom:0}.delivery-action i{font-style:normal;color:#999;font-size:10px}.delivery-action b{display:block;font-size:11px}.delivery-action small{display:block;margin-top:4px;color:#858581;font-size:9px;line-height:1.35}

/* Source layer */
.source-process-grid .process-card{min-height:600px;grid-template-rows:430px auto}
.source-process-card .process-visual{padding:22px}
.source-scene{width:100%;height:100%;min-width:0;display:flex;flex-direction:column;padding:18px;border:1px solid #cfcfcb;background:#fafaf8;overflow:hidden}
.source-scene-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid #d8d8d4;color:#686864;font-size:10px}
.source-scene-head b{color:#222;font-weight:560}
.source-scene-note{min-height:50px;margin:auto -18px -18px;padding:13px 18px;border-top:1px solid #d8d8d4;background:#f1f1ee;color:#686864;font-size:10px;line-height:1.45;transition:opacity .15s ease}
.source-scene-note.changing{opacity:.12}
.signal-trace{height:125px;display:flex;align-items:flex-end;gap:8px;padding:22px 3px 0;border-bottom:1px solid #c9c9c5}
.signal-trace i{flex:1;min-width:4px;background:#c1c1bd;transition:height .35s ease,background .2s ease}
.public-signal-scene:hover .signal-trace i:nth-last-child(-n+3){background:#20201f}
.signal-lanes{display:grid;margin:10px 0}
.signal-lanes button{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px;border:0;border-bottom:1px solid #dededa;background:transparent;color:#6d6d69;font:inherit;font-size:10px;text-align:left}
.signal-lanes button b{font-size:11px;font-weight:560}.signal-lanes button.active{color:#111}.signal-lanes button.active span{font-weight:600}
.evidence-graph{position:relative;min-height:245px;flex:1;margin:7px 0 4px}
.evidence-graph svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.evidence-graph path{fill:none;stroke:#bcbcb8;stroke-width:1.2;stroke-dasharray:4 4}
.evidence-question{position:absolute;left:50%;top:50%;width:86px;height:86px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid #111;border-radius:50%;background:#171716;color:#fff;font-size:10px;line-height:1.25;text-align:center}
.graph-node{position:absolute;min-width:74px;height:32px;padding:0 10px;border:1px solid #c8c8c4;background:#fff;color:#666;font:inherit;font-size:9px;transition:background .18s ease,color .18s ease,border-color .18s ease}
.graph-node.active{border-color:#111;background:#111;color:#fff}.node-support{left:0;top:21px}.node-crm{right:0;top:21px}.node-research{left:0;bottom:21px}.node-campaign{right:0;bottom:21px}
.field-mission{flex:1;display:flex;flex-direction:column;min-height:0}
.field-question{padding:20px 2px 17px;border-bottom:1px solid #d8d8d4}.field-question span{display:block;margin-bottom:9px;color:#777;font-size:9px}.field-question strong{display:block;max-width:290px;font-size:16px;line-height:1.28;font-weight:520}
.mission-track{display:grid}.mission-track button{min-height:58px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:0 10px;border:0;border-bottom:1px solid #dededa;background:transparent;color:#696965;font:inherit;text-align:left;transition:background .18s ease,color .18s ease}.mission-track button i{font-style:normal;font-size:9px}.mission-track button span{font-size:10px}.mission-track button b{font-size:9px;font-weight:560}.mission-track button.active{background:#171716;color:#fff}

/* Use cases stay quiet and scannable */
#solutions .use-card{min-height:330px;padding-top:90px}
#solutions .use-card p{max-width:520px}

/* Consolidated analysis */
.analysis-switcher{border-bottom:1px dashed var(--dash);padding:38px}
.analysis-tabs{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #cfcfcb;border-radius:10px;overflow:hidden;background:#fff}
.analysis-tabs button{min-height:53px;border:0;border-right:1px solid #d6d6d2;background:#fff;color:#777;font-size:12px;font-weight:590;transition:background .2s ease,color .2s ease}
.analysis-tabs button:last-child{border-right:0}.analysis-tabs button:hover{background:#f0f0ed;color:#222}.analysis-tabs button.active{background:#171717;color:#fff}
.analysis-stage{min-height:490px;margin-top:18px;display:grid;grid-template-columns:.86fr 1.14fr;border:1px solid #cfcfcb;border-radius:18px;overflow:hidden;background:#fafaf8;transition:opacity .2s ease,transform .2s ease}
.analysis-stage.changing{opacity:.18;transform:translateY(4px)}
.analysis-copy-block{padding:58px 48px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #d6d6d2}
.analysis-label{margin:0 0 28px;color:#777;font-size:10px;letter-spacing:.12em;font-weight:700}
.analysis-copy-block h3{margin:0;max-width:570px;font-size:37px;line-height:1.07;font-weight:540;letter-spacing:-.052em}
.analysis-copy-block>p:not(.analysis-label){max-width:570px;margin:24px 0 0;color:#777;font-size:15px;line-height:1.55}
.analysis-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:42px}
.analysis-facts span{padding-top:13px;border-top:1px solid #d9d9d5;color:#777;font-size:10px;line-height:1.3}.analysis-facts b{display:block;margin-bottom:6px;color:#1b1b1a;font-size:25px;line-height:1;font-weight:550}
.analysis-chart-card{margin:28px;padding:24px;border:1px solid #d5d5d1;border-radius:14px;background:#fff;display:flex;flex-direction:column}
.analysis-chart-head{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.analysis-chart-head strong{color:#31312f;font-weight:600;letter-spacing:0;text-transform:none}
.analysis-line-chart{width:100%;height:auto;max-height:310px;margin:auto 0;overflow:visible}
.analysis-line-chart path{fill:none;stroke-linecap:round;stroke-linejoin:round}.chart-grid{stroke:#e7e7e4;stroke-width:1}.chart-line-muted{stroke:#a8a8a4;stroke-width:3}.chart-line{stroke:#1c1c1b;stroke-width:4}.chart-marker{stroke:#8c8c87;stroke-width:1;stroke-dasharray:5 5}.analysis-line-chart circle{fill:#fff;stroke:#1c1c1b;stroke-width:4}
.analysis-chart-foot{display:flex;justify-content:space-between;color:#8b8b87;font-size:9px}
.evidence-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:15px}
.evidence-chip{min-height:76px;display:grid;grid-template-columns:24px 1fr;grid-template-rows:auto auto;gap:4px 10px;align-content:center;padding:10px 12px;border:1px solid #d6d6d2;border-radius:9px;background:#fff;text-align:left;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.evidence-chip:hover{transform:translateY(-2px);border-color:#a5a5a1}.evidence-chip.active{background:#1b1b1a;color:#fff;border-color:#1b1b1a}
.evidence-chip span{grid-row:1/3;width:23px;height:23px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:8px;opacity:.7}.evidence-chip b{font-size:10px;font-weight:600}.evidence-chip small{color:#858581;font-size:8px}.evidence-chip.active small{color:#aaa}
.analysis-note{margin:19px 0 0;color:#777;font-size:11px;text-align:center}
.analysis-mini-bars{height:230px;display:flex;align-items:flex-end;gap:17px;padding:20px 12px 0;border-bottom:1px solid #d6d6d2}
.analysis-mini-bars span{flex:1;display:block;border:1px solid #a7a7a2;border-bottom:0;border-radius:5px 5px 0 0;background:repeating-linear-gradient(135deg,#f4f4f1 0 7px,#e9e9e5 7px 8px);position:relative}.analysis-mini-bars span::after{content:attr(data-label);position:absolute;left:50%;bottom:-27px;transform:translateX(-50%);color:#777;font-size:8px;white-space:nowrap}.analysis-mini-bars span.active{background:#1d1d1c;border-color:#1d1d1c}
.analysis-source-table{display:grid;border:1px solid #d7d7d3;border-radius:9px;overflow:hidden}.analysis-source-table div{min-height:50px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;padding:9px 12px;border-bottom:1px solid #e1e1de;font-size:10px}.analysis-source-table div:last-child{border-bottom:0}.analysis-source-table i{font-style:normal;color:#888}.analysis-source-table b{font-weight:590}.analysis-source-table small{color:#83837f}

/* Four product surfaces */
.product-grid{grid-template-columns:repeat(2,1fr)}
.product-card{display:block;width:100%;min-height:360px;background:transparent;color:inherit;text-align:left;border-top:0;border-left:0;border-right:0;border-radius:0;cursor:pointer}
.product-card:nth-child(odd){border-right:1px dashed var(--dash-soft)}
.product-card:hover{background:#fafaf8}
.product-open{position:absolute;right:42px;top:42px;color:#888;font-size:10px;letter-spacing:.03em;transition:transform .2s ease,color .2s ease}
.product-card:hover .product-open{transform:translate(2px,-2px);color:#222}

/* Product demo modal */
.product-modal{padding:24px}
.product-modal-panel{position:relative;width:min(1420px,100%);height:min(850px,calc(100vh - 48px));overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 110px rgba(0,0,0,.6)}
.product-modal-close{z-index:8;right:18px;top:18px;background:#1c1c1c;color:#fff;border-color:#4a4a4a}
#productModalContent{height:100%;overflow:auto;background:#101010;color:#f2f2f2}
.product-demo{min-height:100%;display:flex;flex-direction:column}
.product-demo-top{height:66px;flex:none;padding:0 70px 0 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #393939;background:#111}
.product-demo-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:570;letter-spacing:-.035em}.product-demo-brand img{width:20px;height:23px;border-radius:3px}.product-demo-top small{color:#8e8e8e;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.product-demo-body{flex:1;min-height:0;display:grid;grid-template-columns:250px 1fr}
.product-demo-sidebar{padding:18px 12px;border-right:1px solid #3a3a3a;background:#151515;display:flex;flex-direction:column}
.product-demo-nav{display:grid;gap:4px}.product-demo-nav button{min-height:39px;display:flex;align-items:center;gap:11px;padding:0 12px;border:1px solid transparent;border-radius:9px;background:transparent;color:#a7a7a7;text-align:left;font-size:12px}.product-demo-nav button.active{border-color:#444;background:#252525;color:#fff}.product-demo-nav button svg{width:16px;height:16px}.product-demo-profile{margin-top:auto;padding:14px 11px;border-top:1px solid #343434;color:#aaa;font-size:10px}.product-demo-profile strong{display:block;margin-bottom:3px;color:#eee;font-size:12px}
.product-demo-main{min-width:0;overflow:auto;background:#101010}
.product-preview-strip{min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;border-bottom:1px solid #393939;background:#202020;color:#a8a8a8;font-size:11px}.product-preview-strip b{color:#fff}.product-preview-strip button{height:30px;padding:0 12px;border:0;border-radius:6px;background:#f4f4f4;color:#111;font-size:10px;font-weight:600}
.workspace-content{padding:55px 44px 50px}
.workspace-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;padding:36px;border:1px solid #454545;border-radius:20px;background:radial-gradient(ellipse at 18% 10%,rgba(110,95,135,.13),transparent 45%),linear-gradient(145deg,#19181f,#172025);box-shadow:inset 0 0 0 1px rgba(255,255,255,.015)}
.workspace-intro{display:flex;flex-direction:column;justify-content:center}.workspace-pill{width:fit-content;padding:6px 10px;border:1px solid #4b4b4b;border-radius:999px;color:#aaa;font-size:9px}.workspace-intro h3{margin:27px 0 12px;font-size:37px;line-height:1;font-weight:560;letter-spacing:-.05em}.workspace-intro p{max-width:540px;margin:0;color:#a0a0a0;font-size:14px;line-height:1.5}.workspace-actions{display:flex;gap:10px;margin-top:28px}.workspace-actions button{height:39px;padding:0 15px;border:1px solid #454545;border-radius:7px;background:#242424;color:#bbb;font-size:10px}.workspace-actions button:first-child{background:#f2f2f2;color:#111;border-color:#f2f2f2}
.workspace-setup{padding:24px;border:1px solid #4a4a4a;border-radius:16px;background:#222}.workspace-setup small{color:#aaa;font-size:10px}.workspace-setup h4{margin:19px 0 9px;font-size:17px;font-weight:570}.workspace-setup p{margin:0;color:#aaa;font-size:11px;line-height:1.45}.workspace-tags{display:flex;gap:7px;flex-wrap:wrap;margin:19px 0}.workspace-tags span{padding:6px 9px;border:1px solid #505050;border-radius:7px;color:#aaa;font-size:9px}.workspace-connect{width:100%;height:40px;border:0;border-radius:7px;background:#f4f4f4;color:#111;font-size:11px;font-weight:600}
.workspace-section-title{margin:50px 0 10px;font-size:18px}.workspace-section-copy{margin:0 0 22px;color:#939393;font-size:11px}.workspace-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.workspace-card{min-height:170px;padding:22px;border:1px solid #444;border-radius:12px;background:#202020}.workspace-card h5{margin:0 0 20px;font-size:15px;font-weight:570}.workspace-card p{margin:0;color:#999;font-size:11px;line-height:1.5}.workspace-card-foot{display:flex;justify-content:space-between;gap:10px;margin-top:23px;padding-top:12px;border-top:1px solid #3b3b3b;color:#777;font-size:8px}.workspace-card-foot b{color:#ccc;font-weight:550}

.document-demo{min-height:100%;background:#e9e9e6;color:#111;padding:74px 44px 48px}
.document-shell{width:min(1080px,100%);margin:0 auto;background:#fafaf8;border:1px solid #cfcfcb;box-shadow:0 30px 80px rgba(0,0,0,.15)}
.document-head{padding:34px 40px 24px;border-bottom:1px solid #d6d6d2;display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.document-kicker{margin:0 0 10px;color:#777;font-size:9px;letter-spacing:.12em;font-weight:700}.document-head h3{margin:0;font-size:31px;line-height:1.08;font-weight:560;letter-spacing:-.045em}.document-meta{text-align:right;color:#777;font-size:9px;line-height:1.6}.document-meta b{display:block;color:#222;font-size:11px}
.brief-grid{display:grid;grid-template-columns:1.1fr .9fr}.brief-main{padding:35px 40px;border-right:1px solid #d6d6d2}.brief-side{padding:35px 30px}.report-section-label{margin:0 0 15px;color:#777;font-size:9px;letter-spacing:.1em;font-weight:700}.brief-lead{margin:0 0 31px;font-size:26px;line-height:1.18;letter-spacing:-.04em;font-weight:520}.brief-signal{display:grid;grid-template-columns:65px 1fr auto;gap:15px;align-items:center;min-height:66px;border-top:1px solid #dededa;font-size:10px}.brief-signal strong{font-size:25px;font-weight:550;letter-spacing:-.04em}.brief-signal p{margin:0;color:#676763;line-height:1.4}.brief-signal b{font-size:9px}.brief-source{min-height:54px;padding:10px 0;border-bottom:1px solid #dfdfdb}.brief-source b{display:block;font-size:10px}.brief-source span{display:block;margin-top:5px;color:#7d7d78;font-size:8px;line-height:1.4}.brief-action{padding:15px;border:1px solid #d8d8d4;border-radius:8px;background:#fff;margin-top:10px}.brief-action small{display:block;color:#777;font-size:8px}.brief-action b{display:block;margin-top:7px;font-size:11px;line-height:1.4}

.automation-demo{min-height:100%;background:#111;color:#eee;padding:75px 36px 45px}.automation-shell{width:min(1160px,100%);margin:0 auto}.automation-head{text-align:center;margin-bottom:35px}.automation-head p{margin:0;color:#888;font-size:9px;letter-spacing:.12em;font-weight:700}.automation-head h3{margin:13px 0 0;font-size:36px;font-weight:550;letter-spacing:-.05em}.automation-flow{display:grid;grid-template-columns:1fr 58px 1fr 58px 1fr;align-items:center}.automation-arrow{text-align:center;color:#666;font-size:25px}.automation-node{min-height:295px;padding:23px;border:1px solid #484848;border-radius:15px;background:#202020}.automation-node-label{display:flex;justify-content:space-between;gap:12px;padding-bottom:15px;border-bottom:1px solid #3d3d3d;color:#888;font-size:9px;letter-spacing:.08em}.automation-node h4{margin:24px 0 17px;font-size:19px;font-weight:570}.automation-condition{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 12px;margin-top:8px;border:1px solid #454545;border-radius:7px;color:#aaa;font-size:9px}.automation-condition b{color:#eee}.automation-decision{margin-top:18px;padding:14px;border-left:2px solid #999;background:#181818}.automation-decision small{display:block;color:#777;font-size:8px}.automation-decision b{display:block;margin-top:7px;font-size:10px;line-height:1.4}.automation-log{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}.automation-log div{padding:15px;border:1px solid #3e3e3e;border-radius:9px;color:#858585;font-size:9px}.automation-log b{display:block;margin-bottom:7px;color:#ddd;font-size:10px}

.report-demo{min-height:100%;background:#e9e9e6;color:#111;padding:70px 35px 45px}.report-shell{width:min(1180px,100%);margin:0 auto;background:#fafaf8;border:1px solid #cfcfcb;box-shadow:0 28px 80px rgba(0,0,0,.16)}.report-head{padding:30px 36px 22px;border-bottom:1px solid #d4d4d0;display:flex;justify-content:space-between;gap:30px}.report-head h3{margin:0;font-size:30px;line-height:1.05;font-weight:550;letter-spacing:-.045em}.report-head p{max-width:520px;margin:12px 0 0;color:#777;font-size:10px;line-height:1.45}.report-badge{height:30px;padding:0 11px;display:grid;place-items:center;border:1px solid #c8c8c4;border-radius:999px;color:#555;font-size:8px;white-space:nowrap}.report-body{display:grid;grid-template-columns:1.3fr .7fr}.report-left{padding:27px 32px;border-right:1px solid #d5d5d1}.report-right{padding:27px 25px}.report-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.report-metric{padding:16px;border:1px solid #d8d8d4;border-radius:8px;background:#fff}.report-metric span{display:block;color:#777;font-size:8px;text-transform:uppercase;letter-spacing:.07em}.report-metric strong{display:block;margin-top:12px;font-size:29px;line-height:1;font-weight:550}.report-metric small{display:block;margin-top:7px;color:#888;font-size:8px}.report-charts{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;margin-top:12px}.report-chart{min-height:250px;padding:18px;border:1px solid #d8d8d4;border-radius:8px;background:#fff}.report-chart h4{margin:0;color:#666;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.report-svg{width:100%;height:180px;margin-top:15px}.report-svg .grid{stroke:#e7e7e4;stroke-width:1}.report-svg .line{fill:none;stroke:#1c1c1b;stroke-width:3}.report-svg .line2{fill:none;stroke:#8a8a86;stroke-width:2;stroke-dasharray:5 5}.report-bars{height:180px;display:flex;align-items:flex-end;gap:11px;padding-top:18px}.report-bars span{flex:1;position:relative;background:#222;border-radius:4px 4px 0 0}.report-bars span:nth-child(even){background:#989893}.report-bars span::after{content:attr(data-label);position:absolute;left:50%;bottom:-20px;transform:translateX(-50%);color:#777;font-size:7px}.report-insight{padding:14px 0;border-bottom:1px solid #dededa}.report-insight:last-child{border-bottom:0}.report-insight small{display:block;color:#777;font-size:8px}.report-insight b{display:block;margin-top:7px;font-size:11px;line-height:1.4}.report-citations{margin-top:20px;padding-top:17px;border-top:1px solid #d5d5d1;color:#777;font-size:8px;line-height:1.55}

/* Enterprise start and FAQ */
.program-card{min-height:640px}
.faq-accordion{border-bottom:1px dashed var(--dash)}
.faq-item{border-bottom:1px dashed var(--dash-soft)}.faq-item:last-child{border-bottom:0}
.faq-question{width:100%;min-height:106px;padding:24px 45px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:0;background:transparent;color:#191918;text-align:left;font-size:25px;line-height:1.2;font-weight:540;letter-spacing:-.04em;transition:background .2s ease}
.faq-question:hover{background:#fafaf8}.faq-question i{width:20px;height:20px;position:relative;flex:none}.faq-question i::before,.faq-question i::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:1px;background:#333;transform:translate(-50%,-50%);transition:transform .2s ease}.faq-question i::after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.open .faq-question i::after{transform:translate(-50%,-50%) rotate(0)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s var(--ease)}.faq-answer>p{overflow:hidden;margin:0;padding:0 45px;color:#777;font-size:16px;line-height:1.6;max-width:930px;transition:padding .35s var(--ease)}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:37px}

.final-cta h2 span{color:#9a9a98}
.final-signature{margin:22px 0 0;font-size:clamp(34px,4vw,62px);line-height:1;font-weight:520;letter-spacing:-.06em;color:#f4f4f4}

/* Benchmark page */
.benchmark-page{background:var(--paper);color:#111}
.benchmark-page .site-header{position:relative}
.benchmark-hero{background:#050505;color:#f4f4f4}
.benchmark-hero-shell{width:var(--shell);min-height:590px;margin:0 auto;padding:115px 70px 80px;border-left:1px dashed rgba(255,255,255,.22);border-right:1px dashed rgba(255,255,255,.22);position:relative;overflow:hidden}
.benchmark-hero-shell::before{content:"";position:absolute;inset:0;opacity:.65;background-image:radial-gradient(circle,rgba(255,255,255,.13) 1px,transparent 1.3px);background-size:9px 9px;-webkit-mask-image:radial-gradient(ellipse at 55% 55%,#000,transparent 73%);mask-image:radial-gradient(ellipse at 55% 55%,#000,transparent 73%)}
.benchmark-back{position:relative;display:inline-flex;align-items:center;gap:8px;color:#888;font-size:11px}.benchmark-back:hover{color:#fff}
.benchmark-hero-copy{position:relative;max-width:940px;margin-top:78px}.benchmark-eyebrow{margin:0 0 20px;color:#777;font-size:10px;letter-spacing:.14em;font-weight:700}.benchmark-hero h1{margin:0;font-size:72px;line-height:1;font-weight:500;letter-spacing:0}.benchmark-hero p{max-width:750px;margin:28px 0 0;color:#999;font-size:18px;line-height:1.55;letter-spacing:0}
.benchmark-shell{width:var(--shell);margin:0 auto;border-left:1px dashed var(--dash);border-right:1px dashed var(--dash)}
.benchmark-stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px dashed var(--dash)}.benchmark-stat{min-height:175px;padding:36px;border-right:1px dashed var(--dash);display:flex;flex-direction:column;justify-content:space-between}.benchmark-stat:last-child{border-right:0}.benchmark-stat strong{font-size:48px;line-height:1;font-weight:530;letter-spacing:-.06em}.benchmark-stat span{color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.benchmark-section{padding:74px 48px;border-bottom:1px dashed var(--dash)}.benchmark-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:36px}.benchmark-section-head h2{max-width:750px;margin:0;font-size:42px;line-height:1.05;font-weight:530;letter-spacing:-.055em}.benchmark-section-head p{max-width:470px;margin:0;color:#777;font-size:13px;line-height:1.5}
.benchmark-table{border:1px solid #cfcfcb;border-radius:12px;overflow:hidden;background:#fff}.benchmark-row{min-height:72px;display:grid;grid-template-columns:1.4fr .8fr .8fr .8fr;align-items:center;gap:20px;padding:0 23px;border-bottom:1px solid #dededa;font-size:12px}.benchmark-row:last-child{border-bottom:0}.benchmark-row.head{min-height:45px;background:#ededeb;color:#777;font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.benchmark-row strong{font-weight:600}.benchmark-row .metric{font-size:20px;letter-spacing:-.03em}.benchmark-row.parieto-row{background:#171717;color:#fff}.benchmark-row.parieto-row small{color:#aaa}.benchmark-row small{color:#888;font-size:8px;line-height:1.4}
.token-comparison{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}.token-card{min-height:320px;padding:31px;border:1px solid #d0d0cc;border-radius:13px;background:#fafaf8}.token-card.dark{background:#171717;color:#fff;border-color:#171717}.token-card-label{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #d8d8d4;color:#777;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.token-card.dark .token-card-label{border-color:#3d3d3d;color:#999}.token-number{margin:49px 0 10px;font-size:76px;line-height:.85;font-weight:520;letter-spacing:-.075em}.token-card p{max-width:520px;margin:0;color:#777;font-size:12px;line-height:1.55}.token-card.dark p{color:#aaa}.token-detail{display:grid;gap:8px;margin-top:33px}.token-detail div{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #dededa;color:#777;font-size:10px}.token-card.dark .token-detail div{border-color:#393939;color:#999}.token-detail b{color:#222;font-weight:600}.token-card.dark .token-detail b{color:#fff}
.benchmark-method{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #d0d0cc;border-radius:12px;overflow:hidden}.benchmark-method div{min-height:220px;padding:30px;border-right:1px solid #d7d7d3}.benchmark-method div:last-child{border-right:0}.benchmark-method span{display:block;color:#777;font-size:9px;letter-spacing:.09em;font-weight:700}.benchmark-method h3{margin:45px 0 13px;font-size:21px;font-weight:560;letter-spacing:-.035em}.benchmark-method p{margin:0;color:#777;font-size:11px;line-height:1.55}.benchmark-disclosure{padding:27px;border:1px solid #cfcfcb;border-radius:10px;background:#fff;color:#666;font-size:11px;line-height:1.6}.benchmark-disclosure strong{color:#222}.benchmark-source-link{display:inline-flex;align-items:center;gap:8px;margin-top:22px;text-decoration:underline;text-underline-offset:4px;color:#333;font-size:11px}
.benchmark-footer{padding:50px 48px;background:#050505;color:#aaa}.benchmark-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.benchmark-footer .brand{color:#fff}.benchmark-footer a:not(.brand){color:#aaa;text-decoration:underline;text-underline-offset:4px}

@media(max-width:1100px){
  .interactive-process-grid .process-card,.source-process-grid .process-card{grid-template-columns:1fr 1fr;grid-template-rows:auto;min-height:410px}
  .interactive-process-grid .process-visual,.source-process-grid .process-visual{min-height:410px}
  .analysis-stage{grid-template-columns:1fr}.analysis-copy-block{border-right:0;border-bottom:1px solid #d6d6d2}.evidence-rail{grid-template-columns:repeat(2,1fr)}
  .product-demo-body{grid-template-columns:210px 1fr}.workspace-hero{grid-template-columns:1fr}.workspace-cards{grid-template-columns:1fr 1fr}.automation-flow{grid-template-columns:1fr;gap:12px}.automation-arrow{transform:rotate(90deg)}.report-body{grid-template-columns:1fr}.report-left{border-right:0;border-bottom:1px solid #d5d5d1}
}

@media(max-width:800px){
  .brand-icon{width:19px;height:22px}
  .hero,.hero-shell{min-height:650px}.hero-shell{padding-bottom:60px}
  .section-kicker{font-size:13px}
  .interactive-process-grid .process-card,.source-process-grid .process-card{grid-template-columns:1fr;grid-template-rows:370px auto;min-height:0}.interactive-process-grid .process-visual,.source-process-grid .process-visual{min-height:370px}.interactive-visual{padding:12px}.ask-question{font-size:15px}.prompt-options button{padding:0 8px}.research-frame.research-interactive,.intelligence-frame.intelligence-interactive{padding:13px}.research-interactive .record-row{padding-inline:12px;font-size:11px}.delivery-panel{min-height:230px}.delivery-score strong{font-size:39px}
  #solutions .use-card{min-height:300px;padding-top:76px}
  .analysis-switcher{padding:18px}.analysis-tabs{grid-template-columns:1fr}.analysis-tabs button{border-right:0;border-bottom:1px solid #d6d6d2}.analysis-tabs button:last-child{border-bottom:0}.analysis-stage{min-height:0}.analysis-copy-block{padding:39px 25px}.analysis-copy-block h3{font-size:29px}.analysis-facts{grid-template-columns:1fr}.analysis-chart-card{margin:16px;padding:16px}.evidence-rail{grid-template-columns:1fr}.analysis-note{text-align:left}
  .product-grid{grid-template-columns:1fr}.product-card{min-height:310px}.product-card:nth-child(odd){border-right:0}.product-open{right:25px;top:30px}
  .faq-question{min-height:90px;padding:21px 25px;font-size:20px}.faq-answer>p{padding-inline:25px;font-size:14px}.faq-item.open .faq-answer>p{padding-bottom:30px}
  .final-cta h2{font-size:44px}.final-signature{font-size:36px}
  .product-modal{padding:8px}.product-modal-panel{height:calc(100vh - 16px)}.product-demo-top{padding-left:16px;height:58px}.product-demo-body{grid-template-columns:1fr}.product-demo-sidebar{display:none}.workspace-content{padding:55px 16px 30px}.workspace-hero{padding:22px}.workspace-intro h3{font-size:29px}.workspace-cards{grid-template-columns:1fr}.document-demo,.automation-demo,.report-demo{padding:64px 12px 24px}.document-head,.report-head{display:block;padding:25px 22px}.document-meta{margin-top:15px;text-align:left}.brief-grid{grid-template-columns:1fr}.brief-main{padding:25px 22px;border-right:0;border-bottom:1px solid #d6d6d2}.brief-side{padding:25px 22px}.brief-lead{font-size:22px}.brief-signal{grid-template-columns:50px 1fr}.brief-signal b{display:none}.automation-flow{display:grid}.automation-node{min-height:240px}.automation-log{grid-template-columns:1fr}.report-body{grid-template-columns:1fr}.report-left,.report-right{padding:21px 18px}.report-metrics,.report-charts{grid-template-columns:1fr}.report-chart{min-height:220px}
  .benchmark-hero-shell{min-height:520px;padding:85px 25px 60px}.benchmark-hero-copy{margin-top:58px}.benchmark-hero h1{font-size:52px}.benchmark-hero p{font-size:15px}.benchmark-stats{grid-template-columns:repeat(2,1fr)}.benchmark-stat:nth-child(2){border-right:0}.benchmark-stat:nth-child(-n+2){border-bottom:1px dashed var(--dash)}.benchmark-section{padding:48px 22px}.benchmark-section-head{display:block}.benchmark-section-head h2{font-size:32px}.benchmark-section-head p{margin-top:18px}.benchmark-row{grid-template-columns:1.3fr .7fr;padding:13px 15px;min-height:70px}.benchmark-row>*:nth-child(3),.benchmark-row>*:nth-child(4){display:none}.token-comparison{grid-template-columns:1fr}.benchmark-method{grid-template-columns:1fr}.benchmark-method div{border-right:0;border-bottom:1px solid #d7d7d3}.benchmark-method div:last-child{border-bottom:0}.benchmark-footer{padding:35px 22px}.benchmark-footer-inner{display:block}.benchmark-footer-inner>a{display:inline-block;margin-top:18px}
}

/* Buyer-facing benchmark additions */
.demo-button{display:inline-flex;align-items:center;justify-content:center}
.benchmark-page .benchmark-table{overflow-x:auto}
.benchmark-page .benchmark-row{grid-template-columns:minmax(160px,1.35fr) repeat(6,minmax(90px,.8fr));min-width:940px}
.metric-cards{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #d0d0cc;border-radius:12px;overflow:hidden;background:#fafaf8}
.metric-card{min-height:190px;padding:27px;border-right:1px solid #d7d7d3;border-bottom:1px solid #d7d7d3}
.metric-card:nth-child(3n){border-right:0}.metric-card:nth-child(n+4){border-bottom:0}
.metric-card .n{color:#83837f;font-size:9px;letter-spacing:.09em;font-weight:700}
.metric-card h4{margin:43px 0 12px;font-size:20px;line-height:1.1;font-weight:560;letter-spacing:-.035em}
.metric-card p{margin:0;color:#777;font-size:11px;line-height:1.5}
.benchmark-cta{min-height:260px;padding:54px 48px;display:flex;align-items:center;justify-content:space-between;gap:42px;background:#111;color:#f4f4f4}
.benchmark-cta span{color:#888;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.benchmark-cta h2{max-width:760px;margin:16px 0 0;font-size:39px;line-height:1.08;font-weight:530;letter-spacing:-.05em}
.benchmark-cta .demo-button{flex:none}

@media(max-width:800px){
  .benchmark-page .benchmark-table{margin-inline:-2px}
  .benchmark-page .benchmark-row{grid-template-columns:minmax(135px,1.2fr) repeat(6,minmax(82px,.75fr));min-width:760px}
  .benchmark-page .benchmark-row>*:nth-child(3),.benchmark-page .benchmark-row>*:nth-child(4){display:block}
  .metric-cards{grid-template-columns:1fr}
  .metric-card,.metric-card:nth-child(3n),.metric-card:nth-child(n+4){min-height:150px;border-right:0;border-bottom:1px solid #d7d7d3}
  .metric-card:last-child{border-bottom:0}.metric-card h4{margin-top:28px}
  .benchmark-cta{padding:42px 24px;display:block}.benchmark-cta h2{font-size:31px}.benchmark-cta .demo-button{margin-top:30px}
}

/* Sixtyfour-style research footer */
.research-footer{position:relative;min-height:610px;padding:82px 30px 0;overflow:hidden;border-top:1px solid #1c1c1c;background:#000;color:#656565;font-family:Geist,Inter,ui-sans-serif,system-ui,sans-serif}
.research-footer-inner{position:relative;z-index:2;max-width:1380px;margin:0 auto;display:grid;grid-template-columns:minmax(330px,1.2fr) 1fr;gap:100px}
.research-footer-brand .brand{color:#f5f5f5;font-size:46px;font-weight:500;letter-spacing:0}
.research-footer-brand .brand-icon{width:38px;height:42px}
.research-footer-brand p{margin:19px 0 18px;font-size:14px;line-height:1.55}
.footer-badges{display:flex;flex-direction:column;align-items:flex-start;gap:19px}
.footer-compliance{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #4b4b4b;border-radius:18px;background:#1c1c1c;color:#cfcfcf;font-size:13px}
.footer-compliance span{width:17px;height:17px;display:grid;place-items:center;border:1px solid #8b8b8b;border-radius:50%;font-size:10px}
.footer-status{display:inline-flex;align-items:center;gap:10px;color:#b7b7b7;font-size:14px}
.footer-status i{width:14px;height:14px;border:1px solid #087f52;border-radius:50%;position:relative;background:#063d2c}
.footer-status i::after{content:"✓";position:absolute;inset:-2px 0 0;display:grid;place-items:center;color:#16d88d;font-size:9px;font-style:normal}
.research-footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:46px}
.research-footer-links div{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.research-footer-links strong{margin-bottom:8px;color:#d4d4d4;font-size:14px;font-weight:400}
.research-footer-links a,.research-footer-links button{width:auto;padding:0;border:0;background:none;color:#676767;font-size:14px;line-height:1.35;text-align:left;transition:color .2s ease}
.research-footer-links a:hover,.research-footer-links button:hover{color:#d6d6d6}
.research-footer-links .footer-social-links{display:flex;flex-direction:row;gap:20px}.footer-social-links a,.footer-social-links button{color:#e0e0e0;font-size:20px;font-weight:560}
.footer-wordmark{position:absolute;left:24px;right:0;bottom:-68px;z-index:1;color:#111;font-size:260px;line-height:.82;font-weight:500;letter-spacing:0;white-space:nowrap;pointer-events:none}
.final-cta>.research-footer{margin-top:124px}

/* Sixtyfour-style benchmark research file */
.benchmark-page{background:#f7f7f7;color:#0a0a0a;font-family:Geist,Inter,ui-sans-serif,system-ui,sans-serif}
.benchmark-page .site-header{position:relative;font-family:Geist,Inter,ui-sans-serif,system-ui,sans-serif}
.benchmark-page main{background:#f7f7f7}
.research-masthead{background:#f7f7f7;border-bottom:1px solid #dedede}
.research-masthead-inner{max-width:1192px;margin:0 auto;padding:72px 0 88px}
.research-classification{margin:0 0 46px;color:#5e5e5e;font-size:12px;line-height:1.4;text-transform:uppercase}
.research-masthead h1{margin:0;font-size:156px;line-height:.9;font-weight:500;letter-spacing:0}
.research-tagline{display:flex;align-items:center;gap:15px;margin:54px 0 80px;font-size:18px;font-weight:500}
.research-tagline i{width:28px;height:1px;background:#111}
.research-stats{display:grid;grid-template-columns:repeat(3,170px);gap:0;padding-top:52px;border-top:1px solid #1c1c1c}
.research-stats div{display:flex;flex-direction:column;gap:8px}
.research-stats strong{font-size:42px;line-height:1;font-weight:500;letter-spacing:0}
.research-stats span{color:#626262;font-size:11px;line-height:1.35;text-transform:uppercase}
.research-file{background:#f7f7f7}
.benchmark-article-layout{max-width:1258px;margin:0 auto;display:grid;grid-template-columns:230px minmax(0,1fr);gap:78px;padding:64px 32px 110px}
.benchmark-index{align-self:start;position:sticky;top:24px;display:flex;flex-direction:column;padding-top:3px;color:#666;font-size:11px;text-transform:uppercase}
.benchmark-index>span{margin-bottom:12px}
.benchmark-index>strong{padding-bottom:21px;border-bottom:1px solid #d1d1d1;color:#171717;font-size:13px;font-weight:500}
.benchmark-index>span:nth-of-type(2){margin-top:22px}
.benchmark-index nav{display:flex;flex-direction:column}
.benchmark-index a{padding:12px 10px;border-bottom:1px dashed #d2d2d2;color:#777}
.benchmark-index a.active{background:#080808;color:#fff}
.benchmark-article{min-width:0}
.benchmark-metadata{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:16px;border:1px solid #171717}
.benchmark-metadata div{display:flex;flex-direction:column;gap:6px}
.benchmark-metadata span{color:#656565;font-size:12px}
.benchmark-metadata strong{font-size:13px;font-weight:500}
.benchmark-article-head{padding:50px 0 54px}
.benchmark-article-head>p{margin:0 0 28px;color:#555;font-size:14px}
.benchmark-article-head h1{max-width:830px;margin:0;font-size:54px;line-height:1.08;font-weight:500;letter-spacing:0}
.benchmark-lede{max-width:850px;margin-top:30px;color:#555;font-size:25px;line-height:1.45}
.benchmark-prose{padding:52px 0 28px;border-top:1px solid #d4d4d4}
.benchmark-prose p{max-width:820px;margin:0 0 24px;font-size:18px;line-height:1.65}
.benchmark-page .benchmark-section{padding:72px 0;border-bottom:1px solid #d4d4d4}
.benchmark-section-label{display:inline-block;margin-bottom:38px;padding:12px 17px;border:1px solid #bdbdbd;font-size:12px;font-weight:500;text-transform:uppercase}
.benchmark-page .benchmark-section>h2,.benchmark-page .benchmark-section-head h2{max-width:720px;margin:0;font-size:38px;line-height:1.15;font-weight:500;letter-spacing:0}
.benchmark-page .benchmark-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:50px;margin-bottom:36px}
.benchmark-page .benchmark-section-head p{max-width:340px;margin:3px 0 0;color:#666;font-size:14px;line-height:1.55}
.benchmark-page .benchmark-method{display:grid;grid-template-columns:1fr;margin-top:45px;border:0;border-top:1px solid #1a1a1a;border-radius:0}
.benchmark-page .benchmark-method div{min-height:0;display:grid;grid-template-columns:145px minmax(220px,.8fr) 1.2fr;align-items:start;gap:34px;padding:27px 0;border:0;border-bottom:1px solid #d0d0d0}
.benchmark-page .benchmark-method span{color:#595959;font-size:11px;font-weight:500;letter-spacing:0;text-transform:uppercase}
.benchmark-page .benchmark-method h3{margin:0;font-size:21px;line-height:1.25;font-weight:500;letter-spacing:0}
.benchmark-page .benchmark-method p{margin:0;color:#555;font-size:14px;line-height:1.6}
.benchmark-page .benchmark-table{overflow-x:auto;border:1px solid #171717;border-radius:0;background:#f7f7f7}
.benchmark-page .benchmark-row{min-width:940px;min-height:68px;display:grid;grid-template-columns:minmax(160px,1.35fr) repeat(6,minmax(90px,.8fr));align-items:center;gap:16px;padding:0 20px;border-bottom:1px solid #cdcdcd;font-size:12px}
.benchmark-page .benchmark-row:last-child{border-bottom:0}
.benchmark-page .benchmark-row.head{min-height:46px;background:#ededed;color:#5d5d5d;font-size:9px;font-weight:500;letter-spacing:0;text-transform:uppercase}
.benchmark-page .benchmark-row strong{font-weight:500}
.benchmark-page .benchmark-row .metric{font-size:18px;letter-spacing:0}
.benchmark-page .benchmark-row.parieto-row{background:#111;color:#fff}
.benchmark-prose-inline{padding:0 0 22px;border-top:0}.benchmark-prose-inline p{font-size:16px}
.benchmark-methodology-table{border:1px solid #191919}
.methodology-row{min-height:86px;display:grid;grid-template-columns:150px 1fr 1fr;align-items:start;gap:28px;padding:22px 20px;border-bottom:1px solid #d0d0d0;color:#555;font-size:13px;line-height:1.5}
.methodology-row:last-child{border-bottom:0}.methodology-row strong{color:#171717;font-weight:500}.methodology-row.methodology-head{min-height:45px;padding-block:13px;background:#ededed;color:#585858;font-size:10px;text-transform:uppercase}.methodology-head span{font-weight:500}
.benchmark-figure{margin:0 0 48px;padding:34px;border:1px solid #c7c7c3;background:#fafaf8}.benchmark-figure:last-child{margin-bottom:0}
.benchmark-figure figcaption{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;padding-bottom:25px;border-bottom:1px solid #1c1c1c}.benchmark-figure figcaption h3{margin:0;font-size:31px;font-weight:500}.benchmark-figure figcaption span{color:#666;font-size:12px}
.figure-legend{display:flex;justify-content:flex-end;gap:22px;margin:20px 0 28px;color:#5f5f5f;font-size:10px}.figure-legend span{display:flex;align-items:center;gap:7px}.figure-legend i{width:10px;height:10px;border:1px solid #aaa;background:#c6c6c3}.figure-legend .parieto-key{border-color:#111;background:#111}
.bar-chart{display:grid;gap:14px}.bar-row{display:grid;grid-template-columns:145px 1fr;align-items:center;gap:18px}.bar-row>strong{color:#686864;font-size:12px;font-weight:500;text-align:right}.bar-row>div{position:relative;height:34px;border:1px solid #dededb;background-image:linear-gradient(90deg,transparent calc(25% - 1px),#e5e5e2 25%,transparent calc(25% + 1px),transparent calc(50% - 1px),#e5e5e2 50%,transparent calc(50% + 1px),transparent calc(75% - 1px),#e5e5e2 75%,transparent calc(75% + 1px))}.bar-row i{position:absolute;inset:0 auto 0 0;width:var(--value);background:#c4c4c1}.bar-row span{position:absolute;top:50%;left:calc(var(--value) - 42px);transform:translateY(-50%);color:#333;font-size:11px}.bar-row.parieto-bar>strong{color:#111;font-weight:600}.bar-row.parieto-bar i{background:#111}.bar-row.parieto-bar span{color:#fff;font-weight:600}
.figure-note{margin:28px 0 0;padding-top:18px;border-top:1px solid #d4d4d0;color:#5f5f5b;font-size:12px;line-height:1.5}
.token-evidence{display:grid;grid-template-columns:145px 165px 1fr;align-items:center;gap:18px;margin-top:32px;padding:22px 0;border-top:1px solid #1b1b1b;border-bottom:1px solid #1b1b1b}.token-evidence span{color:#666;font-size:10px;text-transform:uppercase}.token-evidence strong{font-size:21px;font-weight:500}.token-evidence p{margin:0;color:#666;font-size:12px;line-height:1.5}
.benchmark-page .metric-cards{display:grid;grid-template-columns:repeat(2,1fr);border:0;border-top:1px solid #171717;border-radius:0;background:transparent}
.benchmark-page .metric-card,.benchmark-page .metric-card:nth-child(3n),.benchmark-page .metric-card:nth-child(n+4){min-height:218px;padding:26px 28px 28px 0;border:0;border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}
.benchmark-page .metric-card:nth-child(even){padding-left:28px;border-right:0}
.benchmark-page .metric-card .n{color:#777;font-size:10px;font-weight:500;letter-spacing:0}
.benchmark-page .metric-card h3{margin:30px 0 12px;font-size:22px;font-weight:500;letter-spacing:0}
.benchmark-page .metric-card p{max-width:330px;margin:0 0 18px;color:#5c5c5c;font-size:14px;line-height:1.5}
.benchmark-page .metric-card>strong{font-size:14px;font-weight:500}
.benchmark-close{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:58px 0 0;color:#666;font-size:12px}
.benchmark-close a{text-decoration:underline;text-underline-offset:4px}

@media(max-width:1260px){
  .research-masthead-inner{margin-inline:48px}
}

@media(max-width:1000px){
  .research-footer-inner{grid-template-columns:1fr;gap:62px}.research-footer-links{max-width:720px}
  .footer-wordmark{font-size:180px;bottom:-42px}
  .benchmark-article-layout{grid-template-columns:1fr;gap:0}.benchmark-index{display:none}
  .research-masthead h1{font-size:112px}
}

@media(max-width:800px){
  .benchmark-announcement{height:auto;min-height:72px;flex-direction:column;gap:4px;padding:12px 24px;text-align:center}.benchmark-announcement .sep{display:none}
  .source-process-grid .process-card{grid-template-rows:430px auto}.source-process-grid .process-visual{min-height:430px}
  .evidence-graph{min-height:205px}.field-map{min-height:175px}
  .research-masthead-inner{margin-inline:28px;padding:52px 0 62px}.research-classification{margin-bottom:34px}.research-masthead h1{font-size:76px}.research-tagline{margin:36px 0 52px;font-size:16px}.research-stats{grid-template-columns:1fr;gap:28px;padding-top:34px}.research-stats strong{font-size:34px}
  .benchmark-article-layout{padding:42px 24px 76px}.benchmark-metadata{grid-template-columns:1fr;gap:18px}.benchmark-article-head{padding:42px 0}.benchmark-article-head h1{font-size:40px}.benchmark-lede{font-size:20px}.benchmark-prose{padding-top:40px}.benchmark-prose p{font-size:16px}
  .benchmark-page .benchmark-section{padding:56px 0}.benchmark-page .benchmark-section-head{display:block}.benchmark-page .benchmark-section-head p{max-width:520px;margin-top:17px}.benchmark-page .benchmark-section>h2,.benchmark-page .benchmark-section-head h2{font-size:32px}
  .benchmark-page .benchmark-method div{grid-template-columns:1fr;gap:12px;padding:26px 0}.benchmark-page .benchmark-method h3{font-size:20px}
  .methodology-row,.methodology-row.methodology-head{grid-template-columns:1fr;gap:8px;padding:20px;min-height:0}.methodology-row.methodology-head{display:none}
  .benchmark-figure{padding:24px 18px}.benchmark-figure figcaption{display:block}.benchmark-figure figcaption span{display:block;margin-top:9px}.bar-row{grid-template-columns:90px 1fr;gap:10px}.bar-row>strong{font-size:10px}.token-evidence{grid-template-columns:1fr;gap:8px}
  .benchmark-page .benchmark-table{margin-inline:0}.benchmark-page .benchmark-row{grid-template-columns:minmax(135px,1.2fr) repeat(6,minmax(82px,.75fr));min-width:760px}.benchmark-page .benchmark-row>*:nth-child(3),.benchmark-page .benchmark-row>*:nth-child(4){display:block}
  .benchmark-page .metric-cards{grid-template-columns:1fr}.benchmark-page .metric-card,.benchmark-page .metric-card:nth-child(3n),.benchmark-page .metric-card:nth-child(n+4),.benchmark-page .metric-card:nth-child(even){min-height:0;padding:26px 0;border-right:0;border-bottom:1px solid #d0d0d0}
  .benchmark-close{display:block}.benchmark-close a{display:inline-block;margin-top:18px}
  .research-footer{min-height:700px;padding:60px 25px 0}.research-footer-brand .brand{font-size:34px}.research-footer-brand .brand-icon{width:28px;height:31px}.research-footer-links{grid-template-columns:repeat(2,1fr);row-gap:42px}.footer-wordmark{left:20px;bottom:-24px;font-size:100px}
}

@media(max-width:480px){
  .research-masthead h1{font-size:60px}.research-tagline{align-items:flex-start}.research-tagline i{margin-top:11px;flex:none}
  .benchmark-article-head h1{font-size:36px}.benchmark-lede{font-size:18px}
  .research-footer-links{grid-template-columns:1fr 1fr;column-gap:24px}.footer-wordmark{font-size:82px}
}

/* Sixtyfour-style closing panel */
.final-cta{padding:0;background:#000;color:#f5f5f5}
.final-shell{position:relative;width:var(--shell);min-height:620px;margin:0 auto;display:grid;place-items:center;overflow:hidden;border-right:1px dashed rgba(255,255,255,.22);border-left:1px dashed rgba(255,255,255,.22);text-align:center}
.final-pattern{position:absolute;inset:0;opacity:.78;background-image:radial-gradient(circle,rgba(255,255,255,.16) 1px,transparent 1.35px);background-size:8px 8px;-webkit-mask-image:radial-gradient(ellipse 74% 88% at 50% 61%,#000 10%,rgba(0,0,0,.72) 50%,transparent 86%);mask-image:radial-gradient(ellipse 74% 88% at 50% 61%,#000 10%,rgba(0,0,0,.72) 50%,transparent 86%)}
.final-cta-content{position:relative;z-index:1;max-width:900px;padding:70px 32px}
.final-cta .final-cta-content h2{max-width:none;margin:0;font-family:Geist,Inter,ui-sans-serif,system-ui,sans-serif;font-size:68px;line-height:1.05;font-weight:500;letter-spacing:0}
.final-cta-content p{max-width:760px;margin:30px auto 0;color:#9a9a9a;font-size:19px;line-height:1.5}
.final-cta-content .final-button{height:54px;margin-top:30px;padding:0 22px;border:0;border-radius:8px;background:#f5f5f5;color:#111;font-size:16px;font-weight:520}
.final-cta>.research-footer{margin-top:0}

@media(max-width:800px){
  .final-cta{padding-top:0}.final-shell{min-height:500px}.final-cta-content{padding:64px 24px}.final-cta .final-cta-content h2{font-size:44px}.final-cta-content p{font-size:16px}.final-pattern{background-size:7px 7px}
  .evidence-graph{min-height:205px}.field-mission{min-height:275px}
}
