:root{--ink:#e9e4d9;--muted:#8e8b84;--gold:#b99b62;--bg:#090b0c;--line:rgba(233,228,217,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Noto Sans SC",sans-serif;font-weight:300;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 75%);pointer-events:none}.noise{position:fixed;inset:0;opacity:.035;pointer-events:none;z-index:10;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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.orb{position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:.12}.orb-one{width:460px;height:460px;background:#846a39;right:-180px;top:10vh}.orb-two{width:300px;height:300px;background:#31555a;left:-160px;bottom:10vh}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:relative;z-index:2}.brand{color:var(--ink);text-decoration:none;display:flex;align-items:center;gap:13px;font:500 11px/1 "DM Mono";letter-spacing:.18em}.brand-mark{border:1px solid var(--gold);color:var(--gold);width:31px;height:31px;display:grid;place-items:center;font-family:"Playfair Display";font-size:17px;transform:rotate(45deg)}.brand-mark::first-letter{transform:rotate(-45deg)}nav{display:flex;gap:38px}nav a,.text-link{color:var(--muted);text-decoration:none;font-size:12px;letter-spacing:.08em;transition:.3s}nav a:hover,.text-link:hover{color:var(--ink)}.market-status{font:400 10px "DM Mono";letter-spacing:.12em;color:var(--muted)}.market-status span{display:inline-block;width:6px;height:6px;background:#7aa57f;border-radius:50%;margin-right:8px;box-shadow:0 0 9px #7aa57f}.hero{min-height:calc(100vh - 88px);padding:8vh 5vw 0}.eyebrow,.section-index{font:400 10px "DM Mono";color:var(--muted);letter-spacing:.16em}.eyebrow span{color:var(--gold);margin-right:17px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:55vh;gap:4vw}.hero h1{font:500 clamp(56px,7.2vw,112px)/1.02 "Playfair Display",serif;letter-spacing:-.045em;margin:0}.hero h1 span,blockquote span{color:var(--gold);font-style:italic}.intro{color:#aaa79f;font-size:15px;line-height:2;margin:34px 0}.actions{display:flex;align-items:center;gap:30px}.primary-btn{color:#101111;background:var(--ink);padding:15px 20px;text-decoration:none;font-size:12px;letter-spacing:.08em;transition:.3s}.primary-btn:hover{background:var(--gold);transform:translateY(-2px)}.primary-btn span,.text-link span{margin-left:16px}.market-visual{height:min(46vw,520px);position:relative;border-left:1px solid var(--line);border-bottom:1px solid var(--line);padding:40px 0 0 35px}.visual-label{font:400 11px "DM Mono";letter-spacing:.1em}.visual-label span{color:#7aa57f;margin-left:15px}.chart{width:100%;height:82%;overflow:visible}.grid-lines line{stroke:rgba(255,255,255,.06);stroke-width:1}.area{fill:url(#area)}.trend{fill:none;stroke:var(--gold);stroke-width:2;filter:url(#glow);stroke-dasharray:900;stroke-dashoffset:900;animation:draw 2.2s .5s ease forwards}.pulse-dot{fill:var(--gold);filter:url(#glow);animation:pulse 2s infinite}.coordinates{position:absolute;right:0;bottom:14px;text-align:right;color:#5f605d;font:300 9px/1.6 "DM Mono";letter-spacing:.1em}.sigil{position:absolute;width:120px;height:120px;right:12%;top:17%;border:1px solid rgba(185,155,98,.18);border-radius:50%;display:grid;place-items:center;animation:rotate 28s linear infinite}.sigil:before,.sigil:after,.sigil span{content:"";position:absolute;width:65%;height:65%;border:1px solid rgba(185,155,98,.2);transform:rotate(45deg)}.sigil:after{width:42%;height:42%;transform:rotate(20deg)}.sigil span{width:3px;height:3px;background:var(--gold);border:0;border-radius:50%;box-shadow:0 0 10px var(--gold)}.market-strip{border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.market-strip div{border-right:1px solid var(--line);padding-left:24px}.market-strip div:first-child{padding-left:0}.market-strip div:last-child{border:0}.market-strip small{display:block;color:#5f605d;font:400 9px "DM Mono";letter-spacing:.14em;margin-bottom:9px}.market-strip strong{font:400 11px "DM Mono";letter-spacing:.08em}.philosophy{padding:140px 5vw;border-top:1px solid var(--line);margin-top:60px}.section-index{color:var(--gold)}blockquote{font:500 clamp(38px,5vw,75px)/1.25 "Playfair Display";margin:70px 0 110px;max-width:900px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:5vw}.principles article{border-top:1px solid var(--line);padding-top:24px}.principles b{font:400 10px "DM Mono";color:var(--gold)}.principles h2{font:400 20px "Noto Sans SC";margin:32px 0 15px}.principles p{color:var(--muted);font-size:13px;line-height:1.9;max-width:310px}footer{padding:100px 5vw 35px;background:#0e1010;border-top:1px solid var(--line)}footer>p{color:var(--muted);font-size:12px}footer>a{display:inline-block;color:var(--ink);text-decoration:none;font:500 clamp(25px,4vw,60px) "Playfair Display";margin:15px 0 90px;border-bottom:1px solid var(--gold)}footer>a span{color:var(--gold)}.footer-line{display:flex;justify-content:space-between;color:#5f605d;font:400 9px "DM Mono";letter-spacing:.12em}.reveal{opacity:0;transform:translateY(20px);animation:reveal .9s ease forwards}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.26s}.delay-3{animation-delay:.42s}@keyframes reveal{to{opacity:1;transform:none}}@keyframes draw{to{stroke-dashoffset:0}}@keyframes pulse{50%{r:8;opacity:.55}}@keyframes rotate{to{transform:rotate(360deg)}}
@media(max-width:820px){.site-header{height:72px;padding:0 22px}nav{display:none}.market-status{font-size:8px}.hero{padding:55px 22px 0}.hero-grid{grid-template-columns:1fr}.hero h1{margin-top:55px}.intro br{display:none}.market-visual{height:340px;margin-top:40px;padding-left:12px}.market-strip{grid-template-columns:1fr 1fr;gap:0}.market-strip div{padding:18px 10px!important;border-bottom:1px solid var(--line)}.philosophy{padding:100px 22px}.principles{grid-template-columns:1fr;gap:50px}blockquote{margin:55px 0 80px}.footer-line{gap:15px;flex-wrap:wrap}footer{padding-left:22px;padding-right:22px}footer>a{margin-bottom:65px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.trend{stroke-dashoffset:0}}
