:root{
  --bg:#07080a;--bg2:#0d0f13;--surface:#11141a;--surface2:#171a20;
  --text:#eee9df;--muted:#a6a199;--dim:#706c66;--gold:#b99b68;
  --gold2:#7d633e;--line:rgba(238,233,223,.12);--max:1240px;--shadow:0 40px 100px rgba(0,0,0,.45)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.65;overflow-x:hidden}
body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}
.grain{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E")}
.cursor-glow{position:fixed;width:420px;height:420px;border-radius:50%;pointer-events:none;z-index:-1;background:rgba(185,155,104,.055);filter:blur(90px);transform:translate(-50%,-50%)}
.topbar{position:fixed;top:0;left:0;right:0;z-index:40;height:78px;padding:0 max(22px,calc((100vw - var(--max))/2));display:flex;align-items:center;gap:2rem;background:linear-gradient(to bottom,rgba(7,8,10,.97),rgba(7,8,10,.65),transparent);backdrop-filter:blur(4px)}
.identity{display:flex;align-items:center;gap:.8rem;margin-right:auto;font-size:.78rem;font-weight:600;letter-spacing:.18em}.identity img{width:43px;height:43px;border-radius:50%;object-fit:cover}
.desktop-nav{display:flex;gap:2rem}.desktop-nav a,.lang{font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);transition:.2s}.desktop-nav a:hover,.lang:hover{color:var(--text)}
.header-actions{display:flex;align-items:center;gap:.75rem}.lang,.menu{border:1px solid var(--line);background:rgba(255,255,255,.02);color:var(--text);cursor:pointer}.lang{width:42px;height:34px;border-radius:50px}.menu{display:none;width:42px;height:34px;padding:8px 10px}.menu span{display:block;height:1px;background:var(--text);margin:5px 0}
.mobile-panel{display:none}
.hero{min-height:100vh;position:relative;display:grid;grid-template-columns:1.22fr .78fr;align-items:center;gap:5rem;padding:130px max(22px,calc((100vw - var(--max))/2)) 90px;overflow:hidden}
.hero-media{position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 78% 31%,rgba(184,154,103,.18),transparent 22rem),linear-gradient(125deg,#07080a 12%,#0d1118 56%,#15130f 100%)}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#07080afa 0%,#07080ae6 42%,#07080a70 76%,#07080ac9 100%)}
.hero-mark{position:absolute;right:max(1vw,calc((100vw - var(--max))/2 - 50px));top:50%;width:min(52vw,760px);transform:translateY(-50%);opacity:.5;filter:saturate(.68) contrast(1.18) drop-shadow(0 38px 70px #000)}
.aurora{position:absolute;border-radius:50%;filter:blur(100px);opacity:.35}.aurora-a{width:460px;height:460px;background:#785f37;right:13%;top:20%;animation:float 10s ease-in-out infinite}.aurora-b{width:320px;height:320px;background:#26364d;right:34%;bottom:10%;animation:float 13s ease-in-out infinite reverse}
.topography{position:absolute;inset:0;opacity:.12;background-image:repeating-radial-gradient(ellipse at 77% 43%,transparent 0 28px,rgba(235,225,205,.25) 29px 30px,transparent 31px 42px)}
@keyframes float{50%{transform:translate(28px,-24px) scale(1.06)}}
.hero-content{max-width:820px}.kicker{margin:0 0 1.3rem;color:var(--gold);font-size:.7rem;font-weight:600;letter-spacing:.23em;text-transform:uppercase}
h1,h2,h3,blockquote{font-family:"Cormorant Garamond",serif}
h1{margin:0;font-size:clamp(4.5rem,8.3vw,8.8rem);line-height:.82;letter-spacing:-.045em;font-weight:600}h1 span,h1 em{display:block}h1 em{font-style:normal;color:var(--gold)}
.hero-line{font-family:"Cormorant Garamond",serif;font-size:clamp(1.9rem,3vw,3.1rem);margin:1.3rem 0 1.2rem}.hero-copy{max-width:640px;color:var(--muted);font-size:1.02rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.2rem}
.cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1.45rem;border:1px solid var(--line);font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;transition:.25s}.cta:hover{transform:translateY(-2px);border-color:rgba(238,233,223,.35)}.cta.primary{background:var(--text);color:#0b0c0e}.cta.ghost{background:rgba(255,255,255,.025);backdrop-filter:blur(8px)}
.hero-status{align-self:end;justify-self:end;width:min(360px,100%);display:grid;grid-template-columns:78px 1fr;align-items:center;border:1px solid var(--line);background:rgba(7,8,10,.66);backdrop-filter:blur(14px);box-shadow:var(--shadow)}
.hero-status>span{font-family:"Cormorant Garamond";font-size:1.7rem;color:var(--gold);text-align:center;border-right:1px solid var(--line);padding:1.25rem .5rem}.hero-status div{padding:1rem 1.2rem}.hero-status small{display:block;color:var(--dim);font-size:.63rem;letter-spacing:.16em}.hero-status strong{display:block;font-size:.72rem;letter-spacing:.08em;margin-top:.25rem}
.scroll-line{position:absolute;bottom:24px;left:50%;width:1px;height:54px;background:var(--line);overflow:hidden}.scroll-line span{display:block;width:1px;height:22px;background:var(--gold);animation:scroll 2.2s infinite}@keyframes scroll{from{transform:translateY(-26px)}to{transform:translateY(62px)}}
.section{padding:120px max(22px,calc((100vw - var(--max))/2));border-top:1px solid var(--line)}.section-head{max-width:960px;margin-bottom:4rem}.section-head h2,.launch h2{margin:0;font-size:clamp(4rem,7vw,7rem);line-height:.84;letter-spacing:-.035em}.section-subtitle{font-family:"Cormorant Garamond";font-size:clamp(2rem,3.5vw,3.7rem);margin:.7rem 0 0;color:var(--gold)}
.dossier{background:linear-gradient(180deg,#090a0d,#0d0f13)}.dossier-layout{display:grid;grid-template-columns:1.7fr .65fr;gap:1.5rem}.case-file{border:1px solid var(--line);background:rgba(18,20,25,.8);box-shadow:var(--shadow);overflow:hidden}.case-visual{height:430px;position:relative;overflow:hidden;background:linear-gradient(to top,#08090bed,transparent 62%),linear-gradient(145deg,#182333,#92989e 43%,#293037 44%,#080a0c 100%)}.case-visual:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(165deg,transparent 0 23px,rgba(255,255,255,.025) 24px 25px)}.mountain-silhouette{position:absolute;left:-8%;right:-8%;bottom:-11%;height:72%;clip-path:polygon(0 100%,0 82%,10% 68%,18% 76%,30% 44%,40% 70%,52% 28%,61% 54%,69% 42%,76% 61%,87% 35%,100% 70%,100% 100%);background:linear-gradient(#38414b,#0a0c10 68%);filter:drop-shadow(0 -8px 20px rgba(0,0,0,.6))}.case-stamp{position:absolute;left:25px;top:25px;border:1px solid rgba(185,155,104,.65);color:var(--gold);padding:.55rem .75rem;font-size:.64rem;letter-spacing:.16em}.coordinates{position:absolute;right:25px;bottom:22px;font-family:monospace;font-size:.7rem;color:rgba(238,233,223,.7)}
.case-body{padding:2.4rem}.case-meta{display:flex;gap:1.2rem;flex-wrap:wrap;color:var(--dim);font-size:.68rem;letter-spacing:.13em}.case-body h3{max-width:840px;font-size:clamp(2.7rem,4.5vw,4.7rem);line-height:.97;margin:1.4rem 0}.case-body>p{max-width:790px;color:var(--muted)}.production{margin-top:2.5rem;border-top:1px solid var(--line);padding-top:1.6rem}.production-top{display:flex;justify-content:space-between;font-size:.66rem;letter-spacing:.13em;color:var(--dim)}.production-top strong{color:var(--gold)}.bar{height:2px;background:var(--line);margin:.8rem 0 1.4rem}.bar span{display:block;width:58%;height:100%;background:var(--gold)}.production-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.production-grid div{position:relative;background:#101217;padding:1rem}.production-grid b{display:block;color:var(--gold);font-family:"Cormorant Garamond";font-size:1.25rem}.production-grid span{font-size:.7rem;color:var(--muted)}.production-grid i{position:absolute;right:12px;top:12px;width:7px;height:7px;border-radius:50%;background:#444}.production-grid i.done{background:var(--gold);box-shadow:0 0 14px rgba(185,155,104,.8)}
.evidence-panel{border:1px solid var(--line);background:#0f1116;display:flex;flex-direction:column}.evidence-title{padding:1.3rem;border-bottom:1px solid var(--line);font-size:.66rem;letter-spacing:.15em;color:var(--dim)}.evidence-item{flex:1;padding:1.7rem;display:grid;grid-template-columns:50px 1fr;gap:1rem;align-items:start;border-bottom:1px solid var(--line)}.evidence-item:last-child{border-bottom:none}.evidence-item b{font-family:"Cormorant Garamond";font-size:1.45rem;color:var(--gold)}.evidence-item p{margin:0;font-family:"Cormorant Garamond";font-size:1.55rem;line-height:1.18}
.method{background:#090b0e}.method-track{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.method-step{min-height:330px;background:#0e1014;padding:2.2rem;position:relative;overflow:hidden}.method-step:after{content:"";position:absolute;right:-70px;bottom:-70px;width:170px;height:170px;border:1px solid rgba(185,155,104,.12);border-radius:50%}.method-step>span{color:var(--gold);font-size:.7rem;letter-spacing:.2em}.method-step h3{font-size:2.7rem;margin:4.4rem 0 1rem}.method-step p{color:var(--muted);font-size:.92rem}
.archive{display:grid;grid-template-columns:.85fr 1.15fr;gap:5rem;align-items:start;background:radial-gradient(circle at 22% 26%,rgba(185,155,104,.08),transparent 30rem)}.archive-copy h2{font-size:clamp(3.4rem,6vw,6rem);line-height:.9;margin:0}.archive-copy>p:last-child{color:var(--muted);max-width:560px}.archive-cards{display:grid;gap:1rem}.archive-card{min-height:160px;padding:1.7rem;border:1px solid var(--line);background:linear-gradient(115deg,#12151b,#0c0e12);position:relative}.archive-card small{color:var(--gold);letter-spacing:.16em}.archive-card h3{font-size:2.4rem;margin:1.5rem 0 .2rem}.archive-card span{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.archive-card.locked{opacity:.48}.archive-card.locked:after{content:"LOCKED";position:absolute;right:1.5rem;top:1.5rem;color:var(--dim);font-size:.58rem;letter-spacing:.18em}
.manifesto{min-height:88vh;display:grid;place-items:center;text-align:center;background:radial-gradient(circle,rgba(185,155,104,.09),transparent 42%)}.manifesto-wrap{max-width:1050px}.manifesto blockquote{font-size:clamp(3.2rem,6.5vw,6.8rem);line-height:.95;margin:1rem 0 2.2rem}.manifesto-wrap>p:last-child{max-width:720px;margin:auto;color:var(--muted)}
.launch-panel{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:end;border:1px solid var(--line);padding:clamp(2rem,5vw,4.6rem);background:linear-gradient(130deg,rgba(185,155,104,.09),rgba(255,255,255,.015));box-shadow:var(--shadow)}.launch h2{font-size:clamp(3rem,5vw,5.4rem)}.launch-panel>div>p:last-child{color:var(--muted)}.launch-actions{text-align:center}.launch-actions small{display:block;color:var(--dim);margin-top:.8rem;font-size:.62rem}
footer{max-width:var(--max);margin:auto;padding:3rem 0;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem}.footer-brand{display:flex;align-items:center;gap:.9rem}.footer-brand img{width:48px;height:48px;border-radius:50%}.footer-brand strong{display:block;color:var(--text);letter-spacing:.16em}.footer-brand span{display:block;margin-top:.2rem}.footer-meta{text-align:right}.footer-meta span,.footer-meta a{display:block}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .85s ease,transform .85s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}
@media(max-width:980px){.desktop-nav{display:none}.menu{display:block}.mobile-panel{position:fixed;inset:78px 0 0;z-index:35;background:rgba(7,8,10,.98);padding:3rem 24px;flex-direction:column;gap:1.5rem}.mobile-panel.open{display:flex}.mobile-panel a{font-family:"Cormorant Garamond";font-size:2.7rem}.hero{grid-template-columns:1fr}.hero-status{justify-self:start}.hero-mark{width:90vw;right:-25vw;opacity:.27}.dossier-layout,.archive,.launch-panel{grid-template-columns:1fr}.method-track{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.identity span{display:none}.hero,.section{padding-left:18px;padding-right:18px}.hero{padding-top:115px}.hero-status{grid-template-columns:68px 1fr}.case-visual{height:320px}.production-grid,.method-track{grid-template-columns:1fr}.case-body{padding:1.5rem}.evidence-item{min-height:130px}.archive{gap:3rem}.launch-actions{text-align:left}footer{margin:0 18px;flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-meta{text-align:left}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
