:root{color-scheme:dark;--bg:#101113;--surface:#17191b;--ink:#f0efe8;--muted:#a3a6a6;--quiet:#848c8d;--gold:#DEB96A;--gold-light:#E8CC82;--line:rgba(240,239,232,.12);--paper:#edece4;--dark-ink:#282b29;--serif:"Newsreader",Georgia,"Times New Roman",serif;--sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--max:1280px;--gutter:56px;--header-h:86px;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}body,button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg.icon{width:20px;height:20px;display:inline-block;flex:none;stroke-width:1.5;vertical-align:middle}button{color:inherit}button:disabled{cursor:default;opacity:.65}#tamper-button:disabled{cursor:wait}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h2{font-size:clamp(42px,4.35vw,62px);line-height:1.09;letter-spacing:-.04em}h2 em,h1 em{font-weight:400;color:var(--gold)}[hidden]{display:none!important}::selection{background:var(--gold);color:var(--bg)}:focus-visible{outline:2px solid var(--gold);outline-offset:6px;border-radius:3px}.paper-section :focus-visible{outline-color:#84612d}.container{max-width:calc(var(--max) + var(--gutter)*2);padding-inline:var(--gutter);margin-inline:auto}.gold{color:var(--gold)!important}.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}.nowrap{white-space:nowrap}.skip-link{position:fixed;left:16px;top:-90px;z-index:200;background:var(--gold);color:var(--bg);padding:12px 18px;border-radius:3px}.skip-link:focus{top:12px}.reading-progress{position:fixed;inset:0 0 auto;height:2px;z-index:120;pointer-events:none}.reading-progress>span{display:block;background:var(--gold);height:100%;transform:scaleX(0);transform-origin:0 0}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:#101113e6;border-bottom:1px solid transparent;transition:background .3s,border-color .3s;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header.scrolled{background:#101113f2;border-color:var(--line)}.header-inner{height:var(--header-h);max-width:calc(var(--max) + var(--gutter)*2);padding-inline:var(--gutter);margin:auto;display:flex;align-items:center;gap:44px}.brand{display:inline-flex;align-items:center;gap:12px;flex:none}.brand img{object-fit:contain}.brand>span{font-family:"Aldrich",var(--sans);font-size:25px;letter-spacing:.08em}.brand-dot{color:var(--gold);letter-spacing:0}.desktop-nav{display:flex;align-items:center;gap:29px;font-size:13px;color:#c0c2bc;margin-left:32px}.desktop-nav a{position:relative;transition:color .2s}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover,.desktop-nav a.is-current{color:var(--gold-light)}.desktop-nav a.is-current:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:22px;margin-left:auto}.icon-button{width:32px;height:36px;border:0;background:none;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;padding:6px}.icon-button:hover{color:var(--gold)}.icon-button .icon{width:16px;height:16px}.motion-icon-play{display:none}.motion-paused .motion-icon-play{display:block}.motion-paused .motion-icon-pause,.menu-toggle,.mobile-menu{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--gold-light);color:#20241f;border:1px solid var(--gold-light);border-radius:5px;padding:15px 21px;min-height:52px;font-size:13px;font-weight:600;line-height:1.2;position:relative;overflow:hidden;transition:transform .3s var(--ease),background .2s,box-shadow .3s}.button:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 15%,#fff5 50%,transparent 80%);transform:translate(-130%);transition:transform .7s var(--ease)}.button:hover:before{transform:translate(130%)}.button:hover{background:#efdba7;transform:translateY(-2px);box-shadow:0 5px 30px #deb96a12}.button svg{width:17px;height:17px;transition:transform .3s}.button:hover svg{transform:translate(2px,-2px)}.button-small{padding:11px 15px;min-height:38px;gap:18px;font-size:13px}.text-link{display:inline-flex;align-items:center;gap:16px;font-size:13px;transition:color .2s}.text-link .icon{width:17px;height:17px;transition:transform .3s}.text-link:hover{color:var(--gold)}.text-link:hover .icon{transform:translateY(3px)}.button-row{display:flex;gap:30px;align-items:center;flex-wrap:wrap}.eyebrow{font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.08em;line-height:1.7;text-transform:uppercase;display:flex;gap:10px;align-items:center}.status-dot{width:6px;height:6px;border-radius:50%;display:inline-block;flex:none;background:var(--gold);box-shadow:0 0 0 4px #deb96a0a;position:relative}.status-dot:after{content:"";position:absolute;inset:-3px;border:1px solid currentColor;border-radius:50%;color:var(--gold);opacity:0;animation:status-pulse 4s ease-out infinite}.hero{min-height:860px;position:relative;padding-top:var(--header-h);overflow:hidden;isolation:isolate}.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(#efe6ca05 1px,transparent 1px),linear-gradient(90deg,#efe6ca05 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,transparent 30%,#000 80%);pointer-events:none;z-index:-1}.hero-glow{position:absolute;right:-250px;top:0;width:1000px;height:900px;background:radial-gradient(ellipse,rgba(222,185,106,.07),transparent 64%);z-index:-1;pointer-events:none}.hero-layout{min-height:684px;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:10px;padding-top:44px;padding-bottom:28px}.hero-copy{position:relative;z-index:3}.hero-copy>.eyebrow{font-size:11px;color:#bbb6a8;letter-spacing:.06em;white-space:nowrap;margin-bottom:26px}.hero h1{font-size:clamp(70px,7.2vw,105px);line-height:.99;letter-spacing:-.054em;max-width:650px;margin-left:-4px}.hero h1 em{font-weight:400}.hero-description{max-width:422px;color:var(--muted);font-size:15px;line-height:1.8;margin-top:24px}.hero-description strong{color:#d7d8d0;font-weight:400}.hero-note{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--quiet);margin-top:26px}.little-line{width:18px;height:1px;background:var(--gold)}.hero-bottom{display:flex;justify-content:space-between;align-items:center;min-height:64px;padding-bottom:24px}.scroll-cue{display:inline-flex;align-items:center;gap:14px;color:var(--quiet);font-family:var(--mono);text-transform:uppercase;font-size:11px;letter-spacing:.05em}.scroll-cue:hover{color:var(--ink)}.scroll-cue-icon{border:1px solid #ffffff15;width:27px;height:35px;display:grid;place-items:center;border-radius:20px}.scroll-cue-icon .icon{width:13px;animation:nudge-down 3s ease-in-out infinite}.hero-index{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:#aaa591;display:flex;align-items:center;gap:13px}.hero-index i{width:24px;height:1px;background:linear-gradient(90deg,#DEB96A70,transparent)}html.scroll-instant{scroll-behavior:auto}.hero-art{height:610px;position:relative;perspective:1100px;min-width:0;contain:layout;--scroll-lift:0px;--scroll-turn:0deg;--mx:0deg;--my:0deg}.art-corner{position:absolute;width:10px;height:10px;border-color:#ffffff35;border-style:solid;z-index:1}.corner-tl{top:8px;left:26px;border-width:1px 0 0 1px}.corner-br{bottom:16px;right:0;border-width:0 1px 1px 0}.art-coordinate{position:absolute;font-family:var(--mono);font-size:11px;letter-spacing:.09em;color:#858c86}.coordinate-top{left:48px;top:7px}.coordinate-bottom{right:20px;bottom:12px}.orbit-field{position:absolute;inset:35px -70px -30px -35px;pointer-events:none;transform:translateY(40px)}.orbit{position:absolute;width:610px;height:610px;left:50%;top:50%;border:1px solid #DEB96A20;border-radius:50%;transform:translate(-50%,-50%) rotateX(65deg) rotate(-25deg);transform-style:preserve-3d}.orbit-inner{width:465px;height:465px;border-color:#deb96a17}.orbit-dash{width:750px;height:750px;border:1px dashed #DEB96A16}.orbit-point{position:absolute;left:4%;top:56%;width:4px;height:4px;background:var(--gold);box-shadow:0 0 16px #deb96a80;border-radius:50%;animation:orbital-drift 9s ease-in-out infinite}.artifact-shadow{position:absolute;width:320px;height:130px;left:calc(50% - 160px);bottom:13px;background:radial-gradient(ellipse,#000a,transparent 68%);transform:rotate(-15deg);opacity:.8}.hero-float{position:absolute;top:30px;left:50%;margin-left:-210px;width:420px;height:515px;transform:translateY(var(--scroll-lift));animation:artifact-float 8s ease-in-out infinite;transform-style:preserve-3d;--art-scale:1;scale:var(--art-scale)}.hero-object{width:100%;height:100%;position:relative;transform-style:preserve-3d;transform:rotateX(calc(8deg + var(--mx))) rotateY(calc(-15deg + var(--my))) rotate(calc(-10deg + var(--scroll-turn)));transition:transform .25s ease-out}.back-sheet{position:absolute;width:275px;height:345px;left:80px;top:35px;background:linear-gradient(130deg,#34332d,#1b1d1c);border:1px solid #8c81634d;border-radius:5px;box-shadow:0 10px 30px #0004;transform-origin:50% 100%}.back-sheet span{position:absolute;top:18px;left:18px;font-family:var(--mono);font-size:calc(12.2px / var(--art-scale));letter-spacing:.05em;color:#a69c87}.sheet-three{transform:translate3d(33px,-20px,-16px) rotate(9deg)}.sheet-two{transform:translate3d(12px,-10px,-8px) rotate(4deg)}.receipt-paper{position:absolute;top:27px;left:70px;width:279px;height:390px;padding:25px 23px 0;color:#3f423b;background:linear-gradient(105deg,#f1eee1,#e2deca);border:1px solid #fff7;border-radius:3px;box-shadow:0 1px #fff8 inset,0 6px 28px #0003;transform:translateZ(6px);overflow:hidden;clip-path:polygon(0 0,100% 0,100% 97%,98% 100%,95% 97%,92% 100%,89% 97%,86% 100%,83% 97%,80% 100%,77% 97%,74% 100%,71% 97%,68% 100%,65% 97%,62% 100%,59% 97%,56% 100%,53% 97%,50% 100%,47% 97%,44% 100%,41% 97%,38% 100%,35% 97%,32% 100%,29% 97%,26% 100%,23% 97%,20% 100%,17% 97%,14% 100%,11% 97%,8% 100%,5% 97%,2% 100%,0 97%)}.receipt-top{display:flex;align-items:center;gap:10px}.receipt-brand{font-family:"Aldrich",var(--sans);font-size:23px;letter-spacing:.08em}.receipt-top>.icon{width:15px;height:15px;margin-left:auto;color:#666550}.receipt-top>span:last-child{font-family:var(--mono);font-size:calc(12.2px / var(--art-scale));letter-spacing:.07em;line-height:1.4}.receipt-rule{height:1px;background:#2a2d2830;margin:15px 0 10px}.receipt-tiny{font-family:var(--mono);font-size:calc(12.2px / var(--art-scale));letter-spacing:.02em;display:flex;gap:5px;color:#56564f;flex-wrap:wrap;white-space:nowrap}.receipt-tiny b{color:#34392e}.receipt-tiny>span{margin-left:auto}.receipt-paper h3{font-size:32px;line-height:.95;letter-spacing:-.035em;margin-top:15px;margin-bottom:18px}.receipt-data{display:flex;justify-content:space-between;font-family:var(--mono);font-size:calc(12.2px / var(--art-scale));line-height:1.3;padding:8px 0;border-bottom:1px solid #4a4c4118;flex-wrap:wrap;column-gap:10px}.receipt-data>span{color:#55574d}.receipt-data>b{font-weight:500;color:#3d4a38;display:flex;gap:5px;align-items:center;margin-left:auto}.receipt-data .icon{width:9px;height:9px}.receipt-perforation{border-top:1px dashed #4a4c4140;position:relative;margin:14px -24px 12px}.receipt-barcode{height:25px;background:repeating-linear-gradient(90deg,#414637 0px,#414637 1px,transparent 1px,transparent 3px,#414637 3px,#414637 5px,transparent 5px,transparent 9px,#414637 9px,#414637 10px,transparent 10px,transparent 12px);opacity:.5}.receipt-hash{font-family:var(--mono);font-size:calc(12.2px / var(--art-scale));letter-spacing:.08em;margin-top:6px;text-align:center}.receipt-scan{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 20%,#fff3 50%,transparent 80%);transform:translateY(-100%);animation:paper-scan 9s ease-in-out infinite}.envelope-back{position:absolute;left:50px;top:286px;width:315px;height:215px;border-radius:8px;background:linear-gradient(100deg,#414039,#1c211d);border:1px solid #bdaa7940;transform:translateZ(3px)}.envelope-front{position:absolute;left:49px;top:304px;width:318px;height:203px;border-radius:4px 4px 8px 8px;background:linear-gradient(145deg,#33362d,#282d27 30%,#161c19 85%);border:1px solid #aa976859;box-shadow:0 23px 45px #0007,0 1px #e5dcc322 inset;transform:translateZ(21px);overflow:visible}.envelope-fold{position:absolute;left:0;right:0;top:0;height:82px;background:linear-gradient(170deg,#47493a,#252b25);clip-path:polygon(0 0,100% 0,50% 100%);filter:drop-shadow(0 1px 1px #0005)}.envelope-label{position:absolute;top:22px;left:20px;right:20px;display:flex;justify-content:space-between;font-family:var(--mono);font-size:calc(12.2px / var(--art-scale));letter-spacing:.06em;color:#c1b38e;z-index:1}.envelope-line{position:absolute;inset:58px 0 auto;height:1px;background:linear-gradient(90deg,#a78d5b77,transparent 38%,transparent 62%,#a78d5b77)}.seal-medallion{position:absolute;left:50%;top:55px;margin-left:-36px;width:72px;height:72px;border:1px solid #ffedb48c;border-radius:50%;background:conic-gradient(from 40deg,#d9bd7e,#a98b4b,#ead9a0,#b49150,#d9bd7e);box-shadow:0 4px 9px #0007,0 0 1px 4px #292923,0 0 0 5px #c5a3648c;display:grid;place-items:center}.seal-medallion:before{content:"";position:absolute;inset:6px;border:1px solid #735a295e;border-radius:50%;box-shadow:0 0 3px #70501d60 inset}.seal-medallion img{filter:brightness(.37) sepia(.5);opacity:.85}.envelope-footer{position:absolute;bottom:18px;left:20px;right:20px;display:flex;justify-content:space-between;align-items:center;font-family:var(--mono);font-size:calc(12.2px / var(--art-scale));letter-spacing:.06em;color:#a7ac97}.envelope-footer .icon{width:12px;height:12px;color:var(--gold)}.artifact-tag{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;padding:13px 16px;border:1px solid #dfd5b523;border-radius:4px;background:#1b1d1cf5;box-shadow:0 6px 30px #0003;backdrop-filter:blur(12px);animation:tag-float 7s ease-in-out infinite;transform:translateY(var(--scroll-lift));white-space:nowrap}.artifact-tag div{display:flex;flex-direction:column;gap:2px}.artifact-tag b{font-size:13px;font-weight:500;color:#d5d5c8}.artifact-tag div>span{font-family:var(--mono);font-size:11px;color:#969d8f}.tag-upper{top:111px;right:auto;animation-delay:-3s;left:calc(50% + 112px)}.tag-pin{width:6px;height:6px;background:var(--gold);border-radius:50%;box-shadow:0 0 15px #deb96a70}.tag-lower{bottom:0;left:10px}.tag-icon{width:27px;height:27px;border:1px solid #cfc19b35;border-radius:50%;display:grid;place-items:center;color:var(--gold)}.tag-icon .icon{width:13px;height:13px}.section{padding-block:110px;position:relative}.section-label{display:flex;align-items:center;gap:24px;margin-bottom:53px;font-family:var(--mono);font-size:11px;line-height:1.5;letter-spacing:.09em;color:#b5b8ae}.section-label>span:first-child{color:var(--gold);white-space:nowrap}.label-rule{height:1px;flex:1;background:var(--line)}.label-detail{font-size:11px;color:var(--quiet);white-space:nowrap}.section-heading{display:flex;gap:80px;align-items:flex-end;justify-content:space-between}.section-heading>p{width:340px;flex:none;font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:5px}.trust-strip{border-block:1px solid var(--line);background:#151719}.trust-inner{min-height:112px;display:grid;grid-template-columns:1.1fr .85fr .95fr 1.1fr;align-items:center;gap:28px}.battlefield{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.battlefield img{width:154px;height:auto;filter:grayscale(1) brightness(1.8);opacity:.75}.battlefield>span{display:flex;align-items:center;gap:20px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:#989e94}.battlefield>span .icon{width:10px;height:10px}.trust-item{display:flex;align-items:center;gap:16px;min-height:42px;border-left:1px solid var(--line);padding-left:28px}.trust-item>.icon{width:21px;height:21px;color:var(--gold);opacity:.7}.trust-item .status-dot{margin:8px}.trust-item>div{display:flex;flex-direction:column;gap:3px}.trust-item b{font-size:13px;font-weight:500}.trust-item div>span{font-size:13px;color:var(--quiet)}.reveal{opacity:1;transform:none}.js.motion-running .reveal:not(.is-visible){opacity:0;transform:translateY(25px)}.js .reveal{transition:opacity .85s var(--ease),transform 1s var(--ease)}.motion-running .hero-enter{animation:hero-enter .95s var(--ease) both}.hero-enter:nth-child(2){animation-delay:.09s!important}.hero-enter:nth-child(3){animation-delay:.18s!important}.hero-enter:nth-child(4){animation-delay:.27s!important}.hero-enter:nth-child(5){animation-delay:.36s!important}.process{padding-bottom:0}.process-story{display:grid;grid-template-columns:1.02fr 1fr;gap:clamp(50px,8vw,130px);align-items:start;margin-top:65px}.process-visual{position:sticky;top:118px;height:586px;background:radial-gradient(ellipse at 50% 45%,#DEB96A07,transparent 65%),#151719;border:1px solid var(--line);border-radius:7px;overflow:hidden;--seal:0;--verify:0}.visual-topline{height:53px;display:flex;align-items:center;justify-content:space-between;margin:0 23px;border-bottom:1px solid var(--line);font-family:var(--mono);font-size:11px;letter-spacing:.03em;color:#909889}.visual-topline>span:first-child{display:flex;align-items:center;gap:8px}.visual-topline .status-dot{width:4px;height:4px}.proof-scene{position:relative;height:405px;perspective:1200px}.proof-grid{position:absolute;inset:0;background-image:linear-gradient(#b7b69e07 1px,transparent 1px),linear-gradient(90deg,#b7b69e07 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse,#000,transparent 75%)}.proof-halo{position:absolute;width:300px;height:300px;border:1px solid #DEB96A18;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) rotateX(55deg);opacity:calc(.15 + var(--seal)*.85);box-shadow:0 0 0 25px #deb96a04,0 0 0 65px #deb96a03}.proof-layer{position:absolute;left:50%;top:0;width:330px;height:66px;padding:12px 17px;display:flex;gap:16px;align-items:center;background:linear-gradient(130deg,#31342e,#20241f);border:1px solid #c8bf9b45;border-radius:5px;box-shadow:0 8px 16px #0003;transform:translate(-50%,calc(15px + 75px * var(--i)));transform-origin:center;transition:background .35s,border-color .35s;z-index:calc(10 - var(--i))}.proof-layer:nth-of-type(4){--i:0}.proof-layer:nth-of-type(5){--i:1}.proof-layer:nth-of-type(6){--i:2}.proof-layer:nth-of-type(7){--i:3}.proof-layer:nth-of-type(8){--i:4}.layer-n{font-family:var(--mono);font-size:11px;color:var(--gold);border-right:1px solid #DEB96A2E;padding-right:12px}.proof-layer>div{display:flex;flex-direction:column;gap:3px;line-height:1.35}.proof-layer b{font-size:13px;font-weight:500;letter-spacing:.015em}.proof-layer div>span{font-size:13px;color:#a5ab9d}.proof-layer>.icon{width:17px;height:17px;margin-left:auto;color:var(--gold);opacity:.7}.proof-layer>*{transition:opacity .3s}.process-visual:not([data-phase="0"]) .proof-layer>*{opacity:0}.binding-thread{position:absolute;top:48px;left:calc(50% - 133px);width:1px;height:300px;background:linear-gradient(transparent,var(--gold) 20%,var(--gold) 80%,transparent);opacity:calc(1 - var(--seal));box-shadow:0 0 10px #deb96a70}.proof-seal{position:absolute;inset:232px 0 auto;text-align:center;opacity:var(--seal);transform:translateY(calc((1 - var(--seal))*15px));pointer-events:none;z-index:30}.proof-seal-icon{position:relative;width:48px;height:48px;margin:0 auto 15px;background:conic-gradient(from 0deg,#f3ddab,#bd9751,#eddaaa,#b08944,#f3ddab);border:1px solid #ebd49d;border-radius:50%;display:grid;place-items:center;color:#5a4825;box-shadow:0 0 0 5px #deb96a0a,0 0 0 6px #deb96a23,0 0 30px #deb96a22}.proof-seal>span{font-family:var(--mono);letter-spacing:.11em;font-size:11px;color:var(--gold)}.proof-verified{position:absolute;inset:60px 0 0;background:linear-gradient(#15171900,#151719 25% 70%,#15171900);opacity:var(--verify);z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;pointer-events:none;transform:translateY(calc((1 - var(--verify))*12px))}.proof-verified>span{width:74px;height:74px;border-radius:50%;border:1px solid #b1c3a152;display:grid;place-items:center;background:#adc59a0a;box-shadow:0 0 0 15px #a9c18c05,0 0 0 16px #a9c18c12;color:#b9cda4;margin-bottom:13px}.proof-verified .icon{width:30px;height:30px}.proof-verified b{font-family:var(--serif);font-weight:400;font-size:43px;letter-spacing:-.03em}.proof-verified small{font-family:var(--mono);font-size:11px;letter-spacing:.14em;color:#b2bf9f}.visual-caption{margin:0 24px;display:flex;align-items:center;gap:8px;font-size:13px;color:#b9bdae;height:55px;min-width:0;line-height:1.4}.caption-dot{width:4px;height:4px;border-radius:50%;background:var(--gold);flex:none}.caption-kind{font-size:11px;font-family:var(--mono);color:#848d80;letter-spacing:.05em;margin-left:auto}.process-controls{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);height:72px}.process-controls button{border:0;border-top:2px solid transparent;background:transparent;text-align:center;color:var(--quiet);font-size:13px;transition:color .2s,background .2s,border-color .2s}.process-controls button+button{border-left:1px solid var(--line)}.process-controls button>span{font-family:var(--mono);font-size:11px;margin-right:7px}.process-controls button[aria-pressed=true]{color:var(--gold-light);background:#deb96a08;border-top-color:var(--gold)}.process-controls button:hover{color:var(--ink)}.process-step{min-height:550px;display:flex;align-items:center;gap:28px;position:relative;border-bottom:1px solid var(--line);padding-block:85px}.process-step:last-child{border-bottom:0}.step-number{align-self:stretch;font-family:var(--mono);font-size:11px;color:var(--gold);padding-top:8px;min-width:23px;position:relative}.step-number:before{content:"";position:absolute;top:40px;bottom:0;left:7px;width:1px;background:linear-gradient(#DEB96A55,transparent)}.step-copy .eyebrow{margin-bottom:20px;font-size:11px;letter-spacing:.15em}.step-copy h3{font-size:47px;line-height:1.1;letter-spacing:-.035em;margin-bottom:22px}.step-copy>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:360px;line-height:1.85}.step-footnote{display:flex;gap:10px;align-items:center;font-size:13px;color:#92998b;margin-top:35px}.step-footnote .icon{width:14px;height:14px;color:var(--gold)}.dimension-note{display:flex;gap:32px;align-items:flex-start;border-top:1px solid var(--line);padding-top:28px;max-width:840px;margin:65px auto 0}.dimension-glyph{font-family:var(--mono);font-size:17px;letter-spacing:.1em;color:#b9bdb0;white-space:nowrap;padding-top:2px}.dimension-glyph em{font-style:normal;color:var(--gold)}.dimension-note p{font-size:13px;color:#848b81;line-height:1.8}.dimension-note b{font-weight:500;color:#b9bdb0}.manifesto{padding:100px 0 110px;display:flex;align-items:center;justify-content:space-between;gap:20px}.manifesto p{font-family:var(--serif);font-size:clamp(32px,3.55vw,49px);line-height:1.3;letter-spacing:-.025em;text-align:center;color:#c0c4b9}.manifesto em{font-style:italic;color:var(--gold-light);position:relative}.ink-underline:after{content:"";position:absolute;left:0;right:0;bottom:-7px;border-bottom:1px solid var(--gold);height:9px;transform:rotate(-3deg) scaleX(0);transform-origin:left;transition:transform 1.2s var(--ease) .5s}.is-visible .ink-underline:after,.motion-paused .ink-underline:after{transform:rotate(-3deg) scaleX(1)}.small-cross{font-family:var(--mono);font-size:18px;color:#8c8c7a}@media screen and (width>760px)and (prefers-reduced-motion:no-preference){.process-step .step-number,.process-step .eyebrow,.process-step h3,.process-step .step-copy>p:not(.eyebrow),.process-step .step-footnote,.process-step .step-footnote .icon{transition:color .5s}.process-step:not(.is-active) .step-number,.process-step:not(.is-active) .step-footnote .icon,.process-step:not(.is-active) .eyebrow.gold{color:#967e4c!important}.process-step:not(.is-active) h3{color:#8d8d8a}.process-step:not(.is-active) .step-copy>p:not(.eyebrow){color:#7e8181}.process-step:not(.is-active) .step-footnote{color:#7b8175}.process-step:not(.is-active) .step-number:before{opacity:.5}}.paper-section{color-scheme:light;background:var(--paper);color:var(--dark-ink);--line:#2b302824;overflow:hidden}.paper-section:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.94' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' opacity='.14' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}.paper-section>.container{position:relative}.paper-section .section-label>span:first-child{color:#696245}.paper-section .label-detail{color:#656d59}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(65px,9vw,150px);align-items:start}.problem-copy h2{font-size:clamp(43px,4.6vw,66px);line-height:1.05;margin-bottom:33px}.problem-copy>p{font-size:15px;line-height:1.85;color:#60665c;max-width:414px;margin-bottom:18px}.problem-copy>p.problem-punchline{font-family:var(--serif);font-size:27px;color:#333c2d;display:flex;align-items:center;gap:30px;margin-top:30px;line-height:1.3}.drawn-arrow{display:inline-block;transform:rotate(-20deg)}.drawn-arrow .icon{width:34px;height:34px;stroke-width:1}.demo-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.demo-heading>.eyebrow{font-size:11px;letter-spacing:.07em;color:#626a53;padding-top:5px;line-height:1.8;flex:1 1 0;text-wrap:balance}.demo-heading>h3{text-align:right;font-size:26px;line-height:1.1;letter-spacing:-.02em;flex:none}.demo-record{background:#f8f8f0;border:1px solid #c4c6b4;box-shadow:0 4px 7px #33361f03,0 25px 50px #33361f08;position:relative}.demo-record:before,.demo-record:after{content:"";position:absolute;inset:auto 5px -6px;height:5px;background:#e1e2d6;border:1px solid #c4c6b4;z-index:0}.demo-record:after{inset:auto 10px -10px;height:4px;background:#d5d7c7}.demo-record-header{padding:17px 21px;border-bottom:1px solid #d4d6c9;display:flex;align-items:center;justify-content:space-between;font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:#626b54}.demo-record-header>span:first-child{display:flex;align-items:center;gap:7px;color:#434d38}.demo-record-header .icon{width:14px;height:14px}.demo-fields{margin:0;padding:12px 21px}.demo-fields>div{display:flex;gap:10px;align-items:center;justify-content:space-between;min-height:42px;border-bottom:1px solid #d3d7c744;transition:background .4s,color .4s,padding .4s,margin .4s}.demo-fields>div:last-child{border:0}.demo-fields dt{font-size:13px;color:#626b57}.demo-fields dd{margin:0;font-family:var(--mono);font-size:12px;color:#455037}.demo-fields dd#demo-decision{font-weight:600}.demo-fields dt>span{margin-left:7px;font-family:var(--mono);font-size:11px;color:#a43d3d;border:1px solid #ae414144;border-radius:2px;padding:2px 4px}.hash-comparison{padding:15px 21px;background:#e5e8d92e;border-top:1px dashed #bbc2ad;display:grid;gap:9px}.hash-comparison>div{display:flex;align-items:center;gap:18px;justify-content:space-between;flex-wrap:wrap;row-gap:2px}.hash-comparison span{font-family:var(--mono);font-size:11px;letter-spacing:.07em;color:#60674f;white-space:nowrap}.hash-comparison code{font-size:11px;color:#5c6851;letter-spacing:.03em;white-space:nowrap;margin-left:auto}.integrity-status{display:flex;align-items:center;gap:10px;padding:17px 20px;background:#e6edda;min-height:67px;transition:background .35s,color .35s}.integrity-icon{color:#65834a;display:flex}.integrity-icon .icon{width:19px;height:19px}.integrity-status>div{display:flex;flex-direction:column;gap:3px}.integrity-status b{font-size:13px;line-height:1.3;color:#3f5a2d;font-weight:600}.integrity-status div>span{font-size:13px;line-height:1.4;color:#516e3d}.integrity-result{margin-left:auto;font-size:11px;font-family:var(--mono);color:#516e38;padding:3px 6px;border:1px solid #9caf7f;letter-spacing:.06em}.tamper-demo.is-altered .editable-field{background:#bc535314;margin-inline:-21px;padding-inline:21px}.tamper-demo.is-altered #demo-decision,.tamper-demo.is-altered #current-hash{color:#a53c3c}.tamper-demo.is-altered .integrity-status{background:#f0dcda}.tamper-demo.is-altered .integrity-icon,.tamper-demo.is-altered .integrity-status b{color:#9f3c3c}.tamper-demo.is-altered .integrity-status div>span{color:#85524d}.tamper-demo.is-altered .integrity-result{color:#9f3c3c;border-color:#d6aaa5}.tamper-demo.is-error .integrity-status{background:#f0dcda}.tamper-demo.is-error .integrity-icon,.tamper-demo.is-error .integrity-status b{color:#9f3c3c}.tamper-demo.is-error .integrity-status div>span{color:#85524d}.tamper-demo.is-error .integrity-result{color:#9f3c3c;border-color:#d6aaa5}.button-dark{background:#2c3328;border-color:#2c3328;color:#eff0e8}.button-dark:hover{background:#424d39;box-shadow:none}.demo-action{width:100%;margin-top:29px;justify-content:space-between;font-size:13px;min-height:47px}.demo-disclaimer{font-size:13px!important;line-height:1.6;color:#606654;text-align:center;margin:13px auto 0;max-width:380px;text-wrap:pretty}.no-js-note{font-size:13px;margin:20px 0}.applications{border-bottom:1px solid var(--line)}.applications-grid{display:grid;grid-template-columns:1fr 1.12fr;grid-template-rows:auto 1fr;column-gap:clamp(60px,9vw,150px);align-items:start}.applications-copy{grid-area:1/1}.use-cases{grid-area:1/2/3/3}.applications-copy h2{font-size:clamp(45px,4.5vw,65px);line-height:1.08;margin-bottom:28px}.applications-copy>p{font-size:15px;line-height:1.8;color:var(--muted);max-width:395px;margin-top:18px}.applications-copy>p:first-of-type{color:#d0d3c6}.context-preview{grid-area:2/1;position:relative;display:flex;align-items:flex-start;gap:17px;margin-top:44px;padding:21px 0 23px;border-block:1px solid var(--line);max-width:440px}.context-preview-icon{flex:none;width:40px;height:47px;border:1px solid #c2b78f4f;background:#deb96a08;border-radius:4px;display:grid;place-items:center;color:var(--gold)}.context-preview-icon .icon{width:21px;height:21px}.context-preview-text{flex:1;display:flex;flex-direction:column;gap:7px;min-width:0}.context-example{display:flex;flex-direction:column}.context-preview small{font-family:var(--mono);font-size:11px;letter-spacing:.07em;color:var(--quiet)}.context-preview #selected-context{font-family:var(--serif);font-size:24px;letter-spacing:-.02em;line-height:1.2}#context-scenario{margin-top:10px;font-size:14px;line-height:1.65;color:var(--ink)}#context-proof{margin-top:9px;font-size:13px;line-height:1.75;color:var(--muted)}.use-instruction{font-family:var(--mono);font-size:11px;letter-spacing:.07em;color:var(--quiet);display:flex;align-items:center;gap:12px;margin-bottom:16px}.use-instruction .icon{width:12px;height:12px}.use-case-list{border-top:1px solid var(--line)}.use-case{width:100%;text-align:left;display:flex;align-items:center;gap:20px;padding:15px 8px;border:0;border-bottom:1px solid var(--line);background:transparent;transition:background .3s;color:var(--ink);min-height:74px}.use-case>.use-icon,.use-case>span:nth-child(2){transition:transform .3s var(--ease)}.use-case:hover,.use-case.is-selected{background:#deb96a06}.use-case:hover>.use-icon,.use-case:hover>span:nth-child(2),.use-case.is-selected>.use-icon,.use-case.is-selected>span:nth-child(2){transform:translate(8px)}.use-icon{display:flex;width:30px;flex:none;color:#949b8c}.use-icon>.icon{width:21px;height:21px;stroke-width:1.25}.use-case>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.use-case b{font-size:13px;font-weight:500;line-height:1.5}.use-case>span:nth-child(2)>span{font-size:13px;line-height:1.6;color:var(--quiet)}.use-arrow{color:#676f60;display:flex;margin-left:auto;flex:none;transition:transform .3s}.use-arrow .icon{width:14px;height:14px}.use-case.is-selected b,.use-case.is-selected .use-icon,.use-case.is-selected .use-arrow{color:var(--gold)}.use-case:hover .use-arrow{transform:translate(3px,-3px);color:var(--gold)}.why-now{background:#141618;border-bottom:1px solid var(--line)}.why-heading>p{width:390px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:65px;border-block:1px solid var(--line)}.stat{padding:25px 50px 27px 0;min-width:0}.stat+.stat{border-left:1px solid var(--line);padding-left:50px;padding-right:0;transition-delay:.1s}.stat-top{display:flex;justify-content:space-between;align-items:center;font-family:var(--mono);font-size:11px;letter-spacing:.09em;color:#808979}.stat-value{font-family:var(--serif);color:var(--gold-light);line-height:1.05;letter-spacing:-.065em;display:flex;align-items:baseline;gap:24px;margin:34px 0 20px}.stat-number{font-size:clamp(75px,9.5vw,136px);font-variant-numeric:tabular-nums;min-width:1.1em}.stat-unit{font-family:var(--serif);font-size:clamp(30px,3.35vw,47px);letter-spacing:-.035em;font-style:italic}.stat-copy{font-size:14px;line-height:1.8;color:#a4ac9b;max-width:390px;min-height:50px}.stat-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-top:35px}.stat-bottom a{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;line-height:1.6;color:#848e7a}.stat-bottom a:hover{color:var(--gold)}.stat-bottom .icon{width:12px;height:12px}.stat-bars{display:flex;align-items:flex-end;gap:3px;height:28px;opacity:.4;flex:none}.stat-bars i{width:3px;height:var(--bar-h,15px);background:var(--gold);transform-origin:bottom;transform:scaleY(.15);transition:transform .8s var(--ease)}.is-visible .stat-bars i{transform:scaleY(1)}.stat-bars i:nth-child(4n+1){--bar-h:13px;transition-delay:.1s}.stat-bars i:nth-child(4n+2){--bar-h:23px;transition-delay:.2s}.stat-bars i:nth-child(4n+3){--bar-h:18px;transition-delay:.3s}.stat-bars i:nth-child(4n){--bar-h:27px;transition-delay:.4s}.platform{padding-bottom:95px}.integration-diagram{display:grid;grid-template-columns:1fr .38fr 1fr .38fr 1fr;gap:0;margin-top:68px;align-items:center;position:relative}.integration-node{position:relative;min-height:255px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:5px;background:#171a18;overflow:hidden;padding:27px 20px}.node-caption{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:#939d85;margin-bottom:23px}.workflow-row{display:flex;align-items:center;gap:10px;padding:10px 13px;border:1px solid #a9b29626;border-radius:3px;font-size:13px;width:190px;max-width:100%;background:#a9b29604}.workflow-row>.icon{width:15px;height:15px;color:#a9b692}.workflow-join{width:1px;height:13px;background:#a9b29644}.integration-node>p{font-size:13px;color:#828e75;margin-top:20px}.connector{height:1px;position:relative;background:linear-gradient(90deg,#deb96a1a,#deb96a66);color:var(--gold);text-align:center}.connector>span{position:absolute;top:-24px;left:0;right:0;font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:#a3926f}.connector:after{content:"";border:solid #DEB96A77;border-width:1px 1px 0 0;transform:rotate(45deg);width:4px;height:4px;position:absolute;right:0;top:-2px}.connector>i{position:absolute;width:20px;height:1px;left:0;background:linear-gradient(90deg,transparent,var(--gold));box-shadow:0 0 5px #deb96a66;animation:data-transfer 3.5s ease-in-out infinite;opacity:0}.connector-two>i{animation-delay:1.3s}.tzun-node{border-color:#deb96a5c;min-height:288px;background:radial-gradient(ellipse at 50% 0,#DEB96A10,transparent),#1a1d19;box-shadow:0 0 70px #deb96a04}.sdk-brand{display:flex;align-items:center;gap:11px;z-index:1}.sdk-brand img{width:44px;height:44px}.sdk-brand>span{font-family:"Aldrich",var(--sans);font-size:30px;letter-spacing:.13em}.sdk-label{font-family:var(--mono);font-size:11px;letter-spacing:.13em;color:var(--gold);margin-top:19px;position:relative}.tzun-node>p{margin-top:8px;font-size:13px;color:#a1ac94;position:relative}.live-label{font-family:var(--mono);font-size:11px;letter-spacing:.09em;margin-top:25px;display:flex;align-items:center;gap:7px;color:#c0c7b1}.live-label .status-dot{width:4px;height:4px}.node-orbit{position:absolute;width:280px;height:280px;top:-20px;left:calc(50% - 140px);border:1px solid #DEB96A13;border-radius:50%;transform:rotateX(45deg);box-shadow:0 0 0 30px #deb96a03,0 0 0 60px #deb96a02}.output-icon{display:grid;place-items:center;width:32px;height:38px;color:var(--gold);margin-bottom:15px}.output-icon>.icon{width:28px;height:28px;stroke-width:1}.output-heading{font-family:var(--serif);font-size:32px;line-height:1.1;text-align:center;letter-spacing:-.03em}.output-node>p{margin-top:13px}.output-status{font-size:13px;display:flex;align-items:center;gap:5px;color:#9cab87;margin-top:13px}.output-status .icon{width:12px;height:12px}.integration-caption{display:flex;justify-content:space-between;font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:#818f71;margin:22px 0 60px}.founder{border-top:1px solid var(--line);padding-top:42px;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.founder-profile{display:flex;align-items:center;gap:22px}.founder-monogram{height:74px;width:74px;flex:none;border:1px solid #DEB96A44;border-radius:50%;background:radial-gradient(ellipse at 30% 20%,#DEB96A19,transparent);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:32px;font-style:italic;position:relative}.founder-monogram>span{position:absolute;inset:-5px;border:1px dashed #DEB96A22;border-radius:50%}.founder-profile h3{font-size:27px;line-height:1.1;letter-spacing:-.02em}.founder-profile>div>span{display:block;font-size:13px;color:var(--quiet);margin-top:7px}.founder-profile a{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--gold);margin-top:13px}.founder-profile a>.icon{width:12px;height:12px}.founder-copy>p{font-size:13px;line-height:1.9;color:#98a08e}.founder-copy>p+p{margin-top:14px}.closing{padding-block:118px 110px;border-block:1px solid var(--line);background:radial-gradient(ellipse at 50% 100%,#DEB96A0C,transparent 70%),#141714;text-align:center;overflow:hidden}.closing-content{position:relative;z-index:1}.closing .eyebrow{justify-content:center;color:#a3ac92;font-size:11px;letter-spacing:.07em;margin-bottom:34px}.closing h2{font-size:clamp(39px,4.65vw,66px);line-height:1.12;letter-spacing:-.035em}.closing h2 em{color:var(--gold-light)}.closing-copy{font-size:13px;line-height:1.8;color:#9ca68e;max-width:465px;margin:28px auto}.closing .button-row{justify-content:center;margin-top:34px}.closing-orbits{position:absolute;inset:0;pointer-events:none;opacity:.38}.closing-orbits>i{position:absolute;width:930px;height:520px;border:1px solid #DEB96A19;border-radius:50%;bottom:-370px;left:calc(50% - 465px);transform:rotate(-8deg)}.closing-orbits>i:nth-child(2){width:1150px;left:calc(50% - 575px);height:650px;bottom:-430px}.closing-orbits>i:nth-child(3){width:1450px;left:calc(50% - 725px);height:850px;bottom:-540px}.site-footer{padding:42px 0 25px}.footer-top{display:flex;align-items:center;gap:38px;padding-bottom:32px;border-bottom:1px solid var(--line)}.footer-brand>span{font-size:30px}.footer-brand img{width:36px;height:36px}.footer-top>p{font-size:13px;color:var(--quiet)}.back-top{display:flex;align-items:center;gap:12px;font-family:var(--mono);font-size:11px;margin-left:auto;color:#9ba38d}.back-top .icon{width:12px;height:12px}.back-top:hover{color:var(--gold)}.sources{border-bottom:1px solid var(--line)}.sources summary{padding:18px 0;display:flex;justify-content:space-between;font-size:13px;color:#949d85;cursor:pointer;list-style:none}.sources summary::-webkit-details-marker{display:none}.sources summary>span{font-family:var(--mono);font-size:14px;line-height:1;transition:transform .2s}.sources[open] summary>span{transform:rotate(45deg)}.source-content{padding:0 0 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px}.source-content>p{font-size:13px;line-height:1.9;color:#818d72}.source-content a{color:#aab79a;text-decoration:underline;text-underline-offset:3px}.source-content a:hover{color:var(--gold)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;font-size:13px;color:#828f76}.footer-links{display:flex;align-items:center;gap:22px}.footer-links .icon{height:11px;width:11px;margin-left:4px}.footer-links a:hover{color:var(--gold)}.footer-motion{background:none;border:0;display:flex;align-items:center;gap:8px;font-size:13px;color:#919d83;padding:7px}.footer-motion:disabled{opacity:1;cursor:default}.footer-motion .status-dot{height:4px;width:4px}.motion-paused .footer-motion .status-dot{background:#7d8770;box-shadow:none}@keyframes artifact-float{0%,to{translate:0 0}50%{translate:0 -12px}}@keyframes tag-float{0%,to{translate:0 0}50%{translate:0 6px}}@keyframes status-pulse{0%,50%{transform:scale(.7);opacity:0}60%{opacity:.5}to{transform:scale(1.8);opacity:0}}@keyframes nudge-down{0%,60%,to{transform:translateY(0)}75%{transform:translateY(3px)}}@keyframes paper-scan{0%,15%{transform:translateY(-100%)}55%,to{transform:translateY(100%)}}@keyframes orbital-drift{0%,to{translate:0 0;opacity:.35}50%{translate:25px -10px;opacity:1}}@keyframes data-transfer{0%{left:0;opacity:0}20%{opacity:.8}80%{opacity:.8}to{left:calc(100% - 20px);opacity:0}}@keyframes hero-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.motion-paused *,.motion-paused *:before,.motion-paused *:after{animation-play-state:paused!important}.motion-paused .reveal{opacity:1!important;transform:none!important;transition:none!important}.motion-paused .hero-enter{animation:none!important;opacity:1!important;transform:none!important}.motion-paused .hero-float{transform:none!important;translate:0 0!important}.motion-paused .hero-object{transform:rotateX(8deg) rotateY(-15deg) rotate(-10deg)!important;transition:none!important}.motion-paused .artifact-tag{translate:0 0!important;transform:none!important}.motion-paused .process-step,.motion-paused .process-step *,.motion-paused .proof-layer,.motion-paused .integrity-status{transition:none!important}.motion-paused .stat-bars i{transform:none}.no-observer .reveal{opacity:1!important;transform:none!important}@media(min-width:1600px){.hero-layout{padding-top:85px;padding-bottom:75px}.hero{min-height:910px}.hero-art{height:630px}.hero-object{scale:1.06}}@media(max-width:1200px){:root{--gutter:38px}.header-inner{gap:24px}.desktop-nav{gap:20px;margin-left:15px}.header-actions{gap:16px}.hero-layout{grid-template-columns:1fr 1fr;gap:0;min-height:640px}.hero{min-height:815px}.hero-art{height:615px}.hero-float{transform-origin:50% 50%;top:58px;--art-scale:.91}.tag-upper{right:-4px;top:22px;left:auto}.tag-lower{left:-10px;bottom:4px}.coordinate-top{top:0}.corner-tl{top:1px}.artifact-tag{padding:11px;gap:9px}.orbit{width:530px;height:530px}.orbit-inner{width:410px;height:410px}.orbit-dash{width:620px;height:620px}.hero-description{font-size:14px;max-width:370px}.trust-inner{gap:20px}.trust-item{padding-left:20px;gap:11px}.process-story{gap:60px}.step-copy h3{font-size:40px}.process-step{gap:18px}.problem-grid{gap:60px}.applications-grid{column-gap:65px}.stat{padding-right:35px}.stat+.stat{padding-left:35px}.integration-node{padding-inline:16px}.workflow-row{width:180px}}@media(max-width:960px){:root{--gutter:32px;--header-h:76px}.desktop-nav{gap:18px;margin-left:auto}.header-actions{margin-left:8px;gap:12px}.hero-layout{padding-top:56px;min-height:600px}.hero h1{font-size:76px}.hero-art{height:592px}.hero-float{top:40px;left:48%;--art-scale:.8}.tag-upper{top:22px;right:-8px}.tag-lower{bottom:30px;left:-5px}.coordinate-top{top:0}.corner-tl{top:1px}.coordinate-bottom{bottom:0}.hero-copy>.eyebrow{letter-spacing:.04em}.hero-copy>.eyebrow .status-dot{width:4px;height:4px}.hero-description{font-size:13px;max-width:330px}.hero .button{font-size:13px;gap:20px}.hero .text-link{font-size:13px;gap:8px}.hero{min-height:755px}.hero-index{gap:9px}.trust-inner{grid-template-columns:1.2fr 1fr 1fr;min-height:108px;gap:20px}.trust-item:last-child{display:none}.section{padding-block:85px}.section-heading{gap:40px}.section-heading>p{width:280px;font-size:13px}.process{padding-bottom:0}.process-story{gap:35px;grid-template-columns:1fr 1fr;margin-top:52px}.process-visual{top:105px;height:550px}.visual-topline{margin-inline:17px;height:47px}.proof-scene{height:375px}.proof-layer{width:310px;height:62px;padding:10px 13px;gap:13px}.layer-n{padding-right:10px}.proof-seal{top:210px}.proof-verified{inset:45px 0 0}.visual-caption{margin-inline:16px}.step-copy h3{font-size:36px}.step-copy>p:not(.eyebrow){font-size:13px}.process-step{min-height:475px;padding-block:70px;gap:13px}.step-number{min-width:17px}.dimension-note{margin-top:40px}.manifesto{padding-block:75px 85px}.problem-grid{gap:42px}.problem-copy h2{font-size:45px}.problem-copy>p{font-size:13px}.problem-copy>p.problem-punchline{font-size:24px;gap:10px}.demo-heading>h3{font-size:23px}.demo-record-header{padding:15px}.demo-fields{padding-inline:15px}.demo-fields dt>span{margin-left:3px}.hash-comparison{padding:12px 15px}.integrity-status{padding:15px 12px;gap:8px}.integrity-result{padding:2px 4px}.tamper-demo.is-altered .editable-field{margin-inline:-15px;padding-inline:15px}.applications-grid{column-gap:45px;grid-template-columns:1fr 1.15fr}.applications-copy h2{font-size:43px}.applications-copy>p{font-size:13px}.use-case{gap:13px}.use-case b{font-size:13px}.use-icon{width:23px}.use-icon>.icon{width:18px}.context-preview #selected-context{font-size:21px}.why-heading>p{width:310px}.stat-value{gap:20px}.stat-copy{font-size:13px}.stat-bars{gap:2px}.stat-bars i{width:2px}.integration-diagram{grid-template-columns:1fr .3fr 1fr .3fr 1fr}.integration-node{min-height:230px;padding:23px 13px}.tzun-node{min-height:263px}.workflow-row{width:176px;gap:8px;padding:9px}.workflow-row .icon{width:13px;height:13px}.sdk-brand img{height:32px;width:32px}.sdk-brand>span{font-size:24px}.output-heading{font-size:28px}.founder{gap:40px}.founder-monogram{width:62px;height:62px}.founder-profile{gap:18px}.founder-profile h3{font-size:24px}.closing{padding-block:95px}.footer-top{gap:28px}}@media(max-width:760px){:root{--gutter:24px;--header-h:70px}html{scroll-padding-top:88px}.header-inner{gap:16px}.brand>span{font-size:23px}.brand img{height:29px;width:29px}.brand{gap:10px}.desktop-nav{display:none}.header-actions{margin-left:auto;gap:12px}.header-actions>.button{font-size:13px;padding:10px 13px;gap:14px;min-height:34px}.header-actions .button .icon{height:14px;width:14px}.menu-toggle{display:flex;flex-direction:column;gap:5px;width:28px}.menu-toggle span{height:1px;width:16px;background:#d2d5c5;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-menu{display:block;background:#171a18;padding:10px var(--gutter) 25px;border-bottom:1px solid var(--line);max-height:calc(100svh - var(--header-h));overflow:auto}.mobile-menu a{padding:17px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-family:var(--serif);font-size:25px}.mobile-menu a>span{font-family:var(--mono);font-size:11px;color:var(--gold)}.hero{min-height:0}.hero-layout{grid-template-columns:1fr;padding-top:52px;padding-bottom:0;gap:5px}.hero-copy{max-width:530px}.hero-copy>.eyebrow{letter-spacing:.02em;margin-bottom:26px;white-space:normal;gap:9px}.hero h1{font-size:clamp(64px,12vw,86px);line-height:.97;letter-spacing:-.055em}.hero-description{font-size:14px;max-width:425px;margin-top:26px;line-height:1.8}.hero .button{font-size:13px;gap:24px;min-height:47px;padding:13px 17px}.hero .text-link{font-size:13px;gap:12px}.hero-note{margin-top:23px}.hero-art{width:min(100%,560px);height:644px;justify-self:center;margin-top:23px}.hero-float{left:50%;top:33px;--art-scale:.89}.tag-upper{right:0;top:22px}.tag-lower{left:0;bottom:30px}.artifact-tag{padding:12px;gap:10px}.coordinate-top{top:0;left:26px}.corner-tl{left:4px;top:1px}.coordinate-bottom{right:10px;bottom:0}.corner-br{right:0;bottom:4px}.orbit-field{inset:10px -50px -30px}.orbit{width:580px;height:580px}.orbit-inner{width:420px;height:420px}.orbit-dash{width:680px;height:680px}.hero-bottom{min-height:90px;padding-top:23px;padding-bottom:24px}.hero-index{display:none}.trust-inner{grid-template-columns:1fr 1fr;padding-block:25px;gap:25px}.trust-item:last-child{display:flex}.battlefield img{width:135px}.battlefield>span{gap:15px}.trust-item{padding-left:20px;min-height:37px;gap:9px}.trust-item:nth-child(3){padding-left:0;border:0}.trust-item>.icon{height:19px;width:19px}.trust-item .status-dot{margin:6px}.section{padding-block:70px}.section-label{margin-bottom:33px;gap:17px}.label-detail{display:none}.section-heading{display:block}.section-heading>p{font-size:13px;max-width:400px;width:auto;margin-top:22px}.section-heading>p>br{display:none}h2{font-size:clamp(39px,7.8vw,53px);letter-spacing:-.045em}.process{padding-bottom:0}.process-story{display:flex;flex-direction:column;gap:0;margin-top:38px}.process-visual{width:100%;height:542px;position:relative;top:auto;max-width:540px;align-self:center}.proof-scene{height:370px}.visual-topline{height:48px;margin-inline:22px}.proof-layer{width:min(330px,85%);height:58px;gap:15px}.proof-layer>.icon{width:16px;height:16px}.proof-verified{inset:32px 0 0}.proof-seal{top:207px}.visual-caption{margin-inline:20px;height:53px}.process-controls{height:70px}.process-steps{padding-top:18px;width:100%}.process-step{min-height:0;padding-block:33px;gap:25px;opacity:1!important}.step-copy h3{font-size:34px;margin-bottom:16px}.step-copy h3 br{display:none}.step-copy .eyebrow{margin-bottom:10px}.step-copy>p:not(.eyebrow){font-size:13px;max-width:100%;line-height:1.8}.step-footnote{margin-top:19px}.step-number{padding-top:0}.step-number:before{top:27px}.dimension-note{margin-top:24px;display:block;padding-top:23px}.dimension-glyph{font-size:15px;display:block;margin-bottom:13px}.dimension-note p{line-height:1.9}.manifesto{padding:62px 0 73px}.manifesto p{font-size:31px;line-height:1.4;letter-spacing:-.03em}.small-cross{display:none}.manifesto{justify-content:center}.problem-grid{grid-template-columns:1fr;gap:43px}.problem-copy h2{font-size:clamp(44px,8.5vw,57px);margin-bottom:24px}.problem-copy>p{font-size:13px;max-width:100%;line-height:1.9}.problem-copy>p.problem-punchline{font-size:25px;margin-top:24px;gap:30px}.tamper-demo{width:100%;max-width:510px;justify-self:center}.demo-heading{margin-bottom:21px;flex-direction:column;gap:10px}.demo-heading>h3{font-size:29px;text-align:left}.demo-heading>.eyebrow{flex:none}.demo-record-header{padding:16px 18px}.demo-fields{padding:12px 18px}.demo-fields>div{min-height:38px}.demo-fields dt>span{margin-left:5px}.hash-comparison{padding:15px 18px}.integrity-status{padding:17px 16px;gap:9px}.tamper-demo.is-altered .editable-field{margin-inline:-18px;padding-inline:18px}.applications-grid{grid-template-columns:1fr;grid-template-rows:none;gap:38px}.applications-copy,.use-cases,.context-preview{grid-area:auto}.applications-copy h2{font-size:clamp(44px,8.5vw,57px);margin-bottom:23px}.applications-copy>p{font-size:13px;max-width:100%}.context-preview{margin-top:0;max-width:100%;padding:18px 0 20px}.context-preview #selected-context{font-size:23px}.use-instruction{margin-bottom:12px}.use-case{min-height:82px;gap:18px;padding-block:18px}.use-case b{font-size:13px}.use-icon{width:28px}.use-icon>.icon{width:20px;height:20px}.stats-grid{grid-template-columns:1fr;margin-top:33px}.stat{padding:25px 0 27px!important;border-left:0!important}.stat+.stat{border-top:1px solid var(--line)}.stat-value{margin:23px 0 13px;gap:28px}.stat-number{font-size:104px}.stat-unit{font-size:42px}.stat-copy{font-size:13px;max-width:370px;min-height:0}.stat-copy>br{display:none}.stat-bottom{margin-top:26px}.stat-bars{height:23px;gap:3px}.stat-bars i{width:3px}.why-heading>p{font-size:13px;max-width:100%}.integration-diagram{grid-template-columns:1fr;max-width:420px;margin:36px auto 0}.integration-node{min-height:230px}.workflow-node{min-height:226px}.tzun-node{min-height:260px}.output-node{min-height:235px}.workflow-row{width:240px;justify-content:flex-start;gap:14px;padding:11px 18px}.workflow-row>.icon{width:16px;height:16px}.connector{height:58px;width:1px;justify-self:center;background:linear-gradient(#deb96a33,#deb96a77)}.connector>span{top:22px;left:14px;right:auto}.connector:after{right:-2px;top:auto;bottom:0;transform:rotate(135deg)}.connector>i{height:18px;width:1px;left:0!important;top:0;background:linear-gradient(transparent,var(--gold));animation-name:data-transfer-vertical}.sdk-brand img{width:42px;height:42px}.sdk-brand>span{font-size:30px}.output-heading{font-size:37px}.output-icon{margin-bottom:15px}.integration-caption{gap:20px;line-height:1.7;margin:20px auto 38px;max-width:420px}.integration-caption>span:last-child{text-align:right}.founder{grid-template-columns:1fr;gap:27px;padding-top:32px}.founder-profile h3{font-size:28px}.founder-monogram{width:66px;height:66px}.founder-copy>p{font-size:13px;line-height:1.9}.closing{padding-block:78px}.closing .eyebrow{letter-spacing:.01em;gap:8px;max-width:310px;margin:0 auto 25px}.closing h2{font-size:clamp(36px,7.2vw,49px);line-height:1.14}.closing h2>br{display:none}.closing h2 em{display:block;margin-top:5px}.closing-copy{font-size:13px;margin:25px auto;max-width:360px}.closing .button-row{gap:25px;margin-top:28px}.closing .button{font-size:13px;gap:18px;min-height:48px;padding:13px 17px}.footer-top{flex-wrap:wrap;gap:18px 20px;padding-bottom:27px}.footer-brand>span{font-size:27px}.footer-top>p{order:3;width:100%}.source-content{grid-template-columns:1fr;gap:17px}.footer-bottom{display:grid;grid-template-columns:1fr auto;gap:10px 15px}.footer-bottom>span:first-child{grid-column:1/-1}.footer-links{gap:18px}.footer-motion{padding:5px 0}.site-footer{padding-top:30px;padding-bottom:25px}.source-content>p{line-height:1.8}}@keyframes data-transfer-vertical{0%{top:0;opacity:0}20%{opacity:.8}80%{opacity:.8}to{top:calc(100% - 18px);opacity:0}}@media(max-width:390px){:root{--gutter:20px}.header-actions{gap:6px}.header-actions>.button{padding:9px 10px;gap:10px}.header-inner,.brand{gap:8px}.brand>span{font-size:21px}.brand img{width:26px;height:26px}.hero h1{font-size:65px}.hero-description{font-size:13px}.hero .text-link{font-size:13px;gap:8px}.hero-art{height:612px}.hero-float{top:40px;--art-scale:.76}.tag-upper{top:22px;right:-4px}.tag-lower{bottom:34px;left:-4px}.artifact-tag{padding:9px;gap:8px}.tag-icon{width:23px;height:23px}.coordinate-top{left:22px}.artifact-shadow{bottom:0}.trust-item{gap:8px;padding-left:16px}.trust-item>.icon{width:17px;height:17px}.battlefield img{width:120px}.proof-layer{width:92%;padding-inline:11px;gap:10px}.proof-layer>.icon{display:none}.visual-topline{margin-inline:16px}.visual-caption{margin-inline:15px}.manifesto p{font-size:27px}.use-case{gap:13px;padding-inline:3px}.use-case b{font-size:13px}.stat-number{font-size:93px}.stat-unit{font-size:38px}.closing .button-row{gap:18px}.closing .button{font-size:13px;padding:13px 15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-enter,.reveal{opacity:1!important;transform:none!important}.hero-float{translate:0 0!important;transform:none!important}.hero-object{transform:rotateX(8deg) rotateY(-15deg) rotate(-10deg)!important}.process-step{opacity:1}.ink-underline:after{transform:rotate(-3deg) scaleX(1)}.stat-bars i{transform:none}}@media print{body{background:#fff;color:#222}.skip-link,.site-header,.reading-progress,.hero-art,.hero-bottom,.process-visual,.motion-toggle,.closing-orbits,.demo-action,.use-instruction{display:none!important}.container{padding-inline:0;max-width:none}.section{padding-block:25px}.hero{padding-top:0;min-height:0}.hero-layout{display:block;min-height:0;padding-block:15px}.hero h1{font-size:50px;color:#222}.hero-description{color:#333}.hero-note{display:none}.hero-enter,.reveal{opacity:1!important;transform:none!important}.trust-strip{display:none}.process-story{display:block;margin-top:0}.process-step{opacity:1;min-height:0;padding-block:25px;break-inside:avoid}.section-label{margin-bottom:18px;color:#333}.section-heading{display:block}.section-heading>p{color:#444;width:auto;max-width:none;margin-top:15px}.step-copy>p:not(.eyebrow){color:#444;max-width:none}.manifesto{padding-block:25px}.manifesto p{font-size:28px}.problem-grid,.applications-grid,.stats-grid,.founder{display:block}.tamper-demo,.integration-diagram{break-inside:avoid;margin-top:25px}.stat+.stat{border:0}.stat-number{font-size:60px}.stat-unit{font-size:35px}.stat-copy,.applications-copy>p,.founder-copy>p,.closing-copy{color:#444}.use-case{break-inside:avoid}.use-case b{color:#222}.stat,.closing,.why-now{background:#fff}.stat-value,.stat-copy,.closing h2{color:#333}.footer-top{display:none}.source-content{display:block!important}.sources:not([open])>.source-content{display:block!important;content-visibility:visible}.footer-bottom{color:#444}.section-label,.eyebrow,.step-copy h3,h2,h3{color:#333!important}.button{color:#222}.dimension-note p{color:#555}h2{font-size:38px}}.tab-hidden *,.tab-hidden *:before,.tab-hidden *:after,.is-offscreen *,.is-offscreen *:before,.is-offscreen *:after{animation-play-state:paused!important}.process-controls button:focus-visible{outline-offset:-5px}.use-case:focus-visible{outline-offset:-3px}@media(min-width:761px)and (max-height:760px){.process-visual{height:min(586px,calc(100svh - 113px));top:90px}.visual-topline{height:42px}.proof-scene{height:calc(100% - 132px)}.visual-caption{height:38px}.process-controls{height:52px}.proof-seal{top:55%}.proof-layer{height:58px;padding-block:9px}}.landing-footer{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px}.footer-social{display:inline-flex;align-items:center}.footer-social svg{width:12px;height:12px}@media(max-width:760px){.landing-footer{gap:10px 18px}}.hero-cta{margin-top:28px;padding-right:28px}.waitlist-form{max-width:460px}.waitlist-control{display:flex;align-items:stretch;gap:6px;padding:4px;background:var(--surface);border:1px solid var(--line);border-radius:8px;transition:border-color .2s,box-shadow .2s}.waitlist-control:focus-within{border-color:#deb96a80;box-shadow:0 0 0 4px #deb96a12}.waitlist-control input{flex:1 1 0;width:0;min-width:0;background:none;border:0;border-radius:4px;color:var(--ink);font-size:14px;padding:0 10px 0 13px}.waitlist-control input::placeholder{color:var(--quiet);opacity:1}.waitlist-control input:focus-visible{outline:none}.waitlist-control .button{flex:none;min-height:46px;padding:12px 18px;gap:22px;transition:background .2s,opacity .2s}.waitlist-control .button:hover{transform:none;box-shadow:none}.waitlist-control .button:disabled{pointer-events:none}.waitlist-error{margin:10px 2px 0;font-size:13px;line-height:1.5;color:#e79a8c}.waitlist-error:empty{display:none}.waitlist-success{display:flex;align-items:center;gap:12px;min-height:58px;padding:0 17px;background:var(--surface);border:1px solid #DEB96A40;border-radius:8px;color:var(--gold-light);font-size:13px;line-height:1.4;text-align:left}.waitlist-success .icon{width:16px;height:16px;color:var(--gold)}.waitlist-success:focus-visible{outline-offset:3px}.waitlist-links{display:flex;align-items:center;flex-wrap:wrap;gap:12px 30px;margin-top:16px}.waitlist-talk{color:var(--muted)}.waitlist-talk:hover .icon{transform:translate(2px,-2px)}.waitlist-consent{max-width:560px;margin-top:12px;font-size:13px;line-height:1.6;color:var(--quiet);text-wrap:balance}.waitlist-consent a{color:var(--muted);text-decoration:underline;text-decoration-color:#a3a6a659;text-underline-offset:2px;transition:color .2s}.waitlist-consent a:hover{color:var(--gold)}.closing-waitlist{margin-top:44px}.closing .waitlist-form,.closing .waitlist-consent{margin-inline:auto}@media(max-width:960px){.hero .waitlist-control .button{gap:18px}}@media(max-width:760px){.hero-cta{margin-top:27px;padding-right:0}.waitlist-control input{font-size:16px}.closing-waitlist{margin-top:34px}}@media(max-width:390px){.waitlist-control{flex-direction:column;gap:8px;padding:0;background:none;border:0;border-radius:0}.waitlist-control:focus-within{box-shadow:none}.waitlist-control input{width:auto;min-height:50px;background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:0 14px}.waitlist-control input:focus{border-color:#deb96a80}.waitlist-control .button{width:100%}.waitlist-links{gap:12px 22px}}.context-preview-icon>svg,.context-example{transition:opacity .38s var(--ease),transform .38s var(--ease)}.context-preview.is-changing .context-example{opacity:0;transform:translateY(6px);transition:opacity .14s ease-out,transform .14s ease-out}.context-preview.is-changing .context-preview-icon>svg{opacity:0;transform:scale(.8);transition:opacity .14s ease-out,transform .14s ease-out}.context-preview:before{content:"";position:absolute;left:0;right:0;top:-1px;height:1px;background:linear-gradient(90deg,var(--gold),#DEB96A00);transform:scaleX(0);transform-origin:0 50%;opacity:0;pointer-events:none}.context-preview.is-drawn:before{animation:context-rule 1.2s var(--ease) both}@keyframes context-rule{0%{transform:scaleX(0);opacity:1}55%{transform:scaleX(1);opacity:1}to{transform:scaleX(1);opacity:0}}.motion-paused .context-preview-icon>svg,.motion-paused .context-example{transition:none!important}.motion-paused .context-preview:before{animation:none!important}.deploy-options{margin:-12px 0 64px}.deploy-label{display:flex;align-items:center;gap:18px;font-family:var(--mono);font-size:11px;line-height:1.5;letter-spacing:.09em;color:#b5b8ae}.deploy-label>span:first-child{white-space:nowrap}.deploy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px}.deploy-card{display:flex;flex-direction:column;min-width:0;padding:24px 26px 28px;border:1px solid var(--line);border-radius:5px;background:#171a18;transition:border-color .3s,background-color .3s}@media(hover:hover){.deploy-card:hover{border-color:#deb96a33;background:#1d211e}}.deploy-top{display:flex;justify-content:space-between;align-items:center;gap:12px;font-family:var(--mono);font-size:11px;line-height:1.5;letter-spacing:.09em;color:#858e7e}.deploy-top .icon{width:17px;height:17px;color:var(--gold);stroke-width:1.25}.deploy-card h3{margin:30px 0 12px;font-size:29px;line-height:1.1;letter-spacing:-.03em}.deploy-card p{font-size:14px;line-height:1.8;color:#a4ac9b;text-wrap:pretty}.deploy-link{display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:18px;font-size:13px;color:var(--gold)}.deploy-link>.icon{width:12px;height:12px;transition:transform .3s var(--ease)}.deploy-link:hover>.icon{transform:translate(2px,-2px)}@media(max-width:960px){.deploy-grid{gap:14px}.deploy-card{padding:22px 20px 24px}.deploy-card h3{font-size:25px;margin-top:26px}.deploy-card p{font-size:13px}}@media(max-width:760px){.deploy-options{max-width:420px;margin:0 auto 44px}.deploy-grid{grid-template-columns:1fr;gap:12px;margin-top:18px}.deploy-card{padding:22px 22px 24px}.deploy-card h3{font-size:28px;margin-top:22px}}@media print{.deploy-grid{display:block}.deploy-card{break-inside:avoid;margin-top:12px;background:#fff}.deploy-card p{color:#444}}@media print{.stat-number{font-size:0}.stat-number:before{content:attr(data-count);font-size:60px}}.evidence{padding-bottom:0}.evidence-stage{position:relative;height:430vh;margin-top:56px}.evidence-pin{position:sticky;top:var(--header-h);height:calc(100vh - var(--header-h));display:flex;align-items:center;justify-content:center;padding-block:18px}.evidence-frame{position:relative;display:flex;flex-direction:column;width:min(100% - var(--gutter) * 2,calc((100vh - var(--header-h) - 232px) * 16 / 9));border:1px solid var(--line);border-radius:7px;background:radial-gradient(ellipse at 50% 42%,#DEB96A0A,transparent 66%),#141618;overflow:hidden}.evidence-topline{height:46px;flex:none;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 22px;border-bottom:1px solid var(--line);font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:#909889;white-space:nowrap;overflow:hidden}.evidence-topline>span:first-child{display:flex;align-items:center;gap:8px;min-width:0}.evidence-topline>span:first-child>span:last-child{overflow:hidden;text-overflow:ellipsis}#evidence-state{flex:none}.evidence-topline b{font-weight:400;color:#b9bdae}.evidence-viewport{position:relative;width:100%;aspect-ratio:16/9;flex:none}#evidence-canvas{position:absolute;inset:0;display:block;width:100%;height:100%;touch-action:pan-y}.evidence-viewport:before{content:"";position:absolute;inset:0;background:center/cover no-repeat;mix-blend-mode:lighten;opacity:0;transition:opacity .45s;pointer-events:none}.evidence-frame.has-poster .evidence-viewport:before{background-image:url(/evidence/v2/poster-evidence-case.jpg);background-image:image-set(url(/evidence/v2/poster-evidence-case.jpg) 1x,url(/evidence/v2/poster-evidence-case@2x.jpg) 2x)}.evidence-frame.is-loading .evidence-viewport:before{opacity:1}.motion-paused .evidence-viewport:before{transition:none}.evidence-overlay{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:2}.evidence-leaders{position:absolute;inset:0;width:100%;height:100%}.evidence-leaders line{stroke:#f0efe855;stroke-width:1;shape-rendering:geometricPrecision;transition:stroke .18s}.evidence-leaders line.is-lit{stroke:#f4ddc9}.evidence-leaders line.leader-hit{stroke:transparent;stroke-width:15;cursor:pointer}.evidence-leaders circle{fill:#f0efe866;transition:fill .18s,r .18s}.evidence-leaders circle.is-lit{fill:#f4ddc9;r:3}.evidence-label{position:absolute;top:0;left:0;display:flex;align-items:center;gap:9px;white-space:nowrap;font-size:11px;line-height:1;letter-spacing:.075em;text-transform:uppercase;color:#cfd0c8;opacity:0;will-change:transform,opacity}.evidence-label b{font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.1em;color:var(--gold)}.evidence-label{transition:color .18s;cursor:pointer}.evidence-label.is-lit{color:var(--ink);text-shadow:0 0 16px rgba(16,17,19,.9)}.evidence-label.is-lit b{color:var(--gold-light)}.evidence-label.is-focus b{color:#ff7a1a}.evidence-label.is-focus{color:#f4ddc9;font-size:12px}.evidence-hint{position:absolute;z-index:3;left:50%;bottom:17px;margin:0;display:flex;align-items:center;gap:9px;padding:8px 16px;border:1px solid #DEB96A38;border-radius:100px;background:#121416bd;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--gold-light);white-space:nowrap;opacity:0;transform:translate(-50%) translateY(5px);transition:opacity .45s,transform .45s}.evidence-frame.is-rest .evidence-hint,.evidence-frame.is-focus .evidence-hint{opacity:1;transform:translate(-50%)}.evidence-frame.is-focus .evidence-hint{left:auto;right:20px;transform:none}.evidence-hint:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);flex:none;animation:hint-pulse 2.6s ease-out infinite}@keyframes hint-pulse{0%{box-shadow:0 0 #deb96a73}70%{box-shadow:0 0 0 8px #deb96a00}to{box-shadow:0 0 #deb96a00}}.evidence-detail{position:absolute;left:32px;bottom:30px;width:min(41%,392px);isolation:isolate;z-index:1;opacity:0;pointer-events:none;will-change:opacity,transform}.evidence-detail:before{content:"";position:absolute;inset:-56px -190px -44px -52px;z-index:0;background:radial-gradient(115% 135% at 6% 86%,#101113f2,#101113c7 44%,#10111300 76%)}.evidence-detail>*{position:relative;z-index:1}.evidence-detail .eyebrow{margin-bottom:15px;font-size:11px;letter-spacing:.14em;color:var(--gold)}.evidence-detail-lead{margin:0 0 13px;font-size:15px;line-height:1.55;letter-spacing:-.012em;color:var(--ink)}.evidence-detail-text{margin:0;font-size:13px;line-height:1.85;color:var(--muted)}.evidence-caption{flex:none;margin:0 22px;display:flex;align-items:center;gap:9px;height:52px;font-size:13px;color:#b9bdae;border-top:1px solid var(--line);min-width:0}.evidence-caption span:last-child{margin-left:auto;font-family:var(--mono);font-size:11px;color:#848d80;letter-spacing:.05em;flex:none}.evidence-caption>p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evidence-legend{flex:none;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line)}.evidence-legend button{display:flex;align-items:center;gap:7px;min-width:0;border:0;border-top:2px solid transparent;border-left:1px solid var(--line);background:transparent;text-align:left;padding:3px 10px;color:var(--muted);font-size:13px;cursor:pointer;transition:color .2s,background .2s,border-color .2s;min-height:38px}.evidence-legend button:nth-child(5n+1){border-left:0}.evidence-legend button:nth-child(n+6){border-top:1px solid var(--line)}.evidence-legend button>i{font-family:var(--mono);font-size:11px;font-style:normal;flex:none}.evidence-legend button>span{white-space:normal;line-height:1.2}@media(hover:hover){.evidence-legend button:where(:hover):not([aria-disabled=true]){color:var(--ink);background:#f0efe808;border-top-color:#deb96a55}}.evidence-legend button:where(.is-hot):not([aria-disabled=true]){color:var(--ink);background:#f0efe808;border-top-color:#deb96a55}.evidence-legend button[aria-pressed=true]{color:#ff7a1a;background:#ff7a1a0d;border-top-color:#ff7a1a}.evidence-legend button[aria-disabled=true]{cursor:default;color:var(--quiet)}.evidence-legend button:focus-visible{outline-offset:-3px}.evidence-caption>p{transition:opacity .25s}.evidence-scrollhint{margin:26px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:#868d80}.evidence-fallback{margin-top:56px}.evidence-fallback img{display:block;width:100%;height:auto;border:1px solid var(--line);border-radius:7px;mix-blend-mode:lighten}.evidence-parts{list-style:none;margin:36px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 60px}.evidence-parts li{display:flex;gap:16px;border-top:1px solid var(--line);padding-top:14px}.evidence-parts i{font-family:var(--mono);font-size:11px;font-style:normal;color:var(--gold);padding-top:3px;flex:none}.evidence-parts b{display:block;font-weight:500;font-size:13px;letter-spacing:.02em;color:#d7d8d0;margin-bottom:5px}.evidence-parts p{margin:0;font-size:13px;line-height:1.75;color:#848b81}.has-evidence-3d .evidence-fallback{margin-top:0}.has-evidence-3d .evidence-fallback img{display:none}.has-evidence-3d .evidence-parts{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}html:not(.has-evidence-3d) .evidence-stage{display:none}html:not(.has-evidence-3d) .evidence-scrollhint,.motion-paused .evidence-scrollhint{display:none}.motion-paused .evidence-stage{height:auto}.motion-paused .evidence-pin{position:static;height:auto}@media(max-width:1200px){.evidence-frame{width:min(100% - var(--gutter) * 2,calc((100vh - var(--header-h) - 224px) * 16 / 9))}}@media(max-width:960px){.evidence-stage{height:360vh;margin-top:44px}.evidence-detail{left:24px;bottom:24px;width:min(46%,340px)}.evidence-detail-lead{font-size:14px}.evidence-detail-text{line-height:1.8}.evidence-legend button{padding:3px 8px}}@media(max-width:760px){.evidence-stage{height:300vh;margin-top:34px}.evidence-pin{height:auto;padding-block:10px;align-items:flex-start}.evidence-frame{width:100%}.evidence-overlay{display:none}.evidence-topline{height:40px;margin:0 16px}.evidence-caption{height:46px;margin:0 16px}.evidence-hint{display:none}.evidence-detail{left:16px;right:16px;bottom:12px;width:auto}.evidence-detail:before{inset:-20px -16px -12px;background:linear-gradient(0deg,#101113f5,#101113db 58%,#10111300)}.evidence-detail .eyebrow{margin-bottom:7px}.evidence-detail-lead{font-size:13px;margin-bottom:0}.evidence-detail-text{display:none}.evidence-caption{height:auto;min-height:46px;padding-block:13px;align-items:flex-start}.evidence-caption>.caption-dot{margin-top:9px}.evidence-caption>p{white-space:normal;line-height:1.7}.evidence-caption span:last-child{display:none}.evidence-legend{grid-template-columns:repeat(2,1fr)}.evidence-legend button{border-left:1px solid var(--line);min-height:34px}.evidence-legend button:nth-child(5n+1){border-left:1px solid var(--line)}.evidence-legend button:nth-child(odd){border-left:0}.evidence-legend button:nth-child(n+3){border-top:1px solid var(--line)}.evidence-parts{grid-template-columns:1fr;gap:20px}}@media(max-width:420px){.evidence-topline{letter-spacing:.02em}}@media print{.evidence-stage,.evidence-scrollhint{display:none!important}.has-evidence-3d .evidence-fallback{margin-top:28px}.has-evidence-3d .evidence-fallback img{display:block}.evidence-fallback img{mix-blend-mode:normal;break-inside:avoid}.has-evidence-3d .evidence-parts{position:static;width:auto;height:auto;margin:28px 0 0;overflow:visible;clip-path:none;white-space:normal}.evidence-parts li{break-inside:avoid;border-top-color:#ccc}.evidence-parts i{color:#84612d}.evidence-parts b{color:#222}.evidence-parts p{color:#444}}
