@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;900&family=IBM+Plex+Mono:wght@400;500&display=swap');
:root{color-scheme:dark;--accent:#C66B68;--accent-solid:#A64B49;--accent-hover:#B65754;--ink:#151711;--muted:#b4b6ab}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:#f5f5e9;font-family:'Golos Text',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.landing{position:relative;isolation:isolate;min-height:100svh;overflow:hidden;padding:0 4.4vw}.scene,.shade,.grain{position:absolute;inset:0;z-index:-3;pointer-events:none}.scene{background:#394436}.scene>img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:saturate(.65);animation:drift 28s ease-in-out infinite alternate}.scene #video{position:absolute;inset:0;z-index:1}.scene video{height:100%;width:100%;object-fit:cover;opacity:.85}.shade{z-index:-2;background:linear-gradient(90deg,rgba(10,15,11,.72),rgba(10,15,11,.12) 80%),linear-gradient(0deg,#11140ff5 0%,#11140fe3 18%,#11140f00 64%,#11140f55)}.grain{z-index:-1;opacity:.1;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='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.5' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}header{height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff30}.brand{display:flex;align-items:center;gap:10px;font-size:29px;font-weight:700;letter-spacing:-1.5px}.brand svg{width:35px;fill:none;stroke:#7D3534;stroke-width:3}.brand-dot{font-size:12px;vertical-align:top;margin-left:4px;letter-spacing:0}.nav-caption,.nav-link,.small,.eyebrow,footer,.side-note{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:400;letter-spacing:.07em}.nav-caption{color:#d2d6cd}.nav-link{display:flex;gap:40px;align-items:center}.nav-link span{font-size:22px;color:var(--accent)}.hero{padding-top:clamp(64px,10vh,120px);padding-bottom:60px;max-width:1150px}.eyebrow{display:flex;align-items:center;gap:15px;color:#eceee3}.cross{font-size:23px;color:var(--accent)}.line{width:50px;height:1px;background:#C66B6880}h1{font-family:'Golos Text',Arial,sans-serif;font-size:clamp(65px,7.9vw,128px);line-height:1.14;letter-spacing:-.045em;margin:24px 0 30px;font-weight:700}h1 span{font-family:'Golos Text',Arial,sans-serif;color:var(--accent);font-size:1em;letter-spacing:-.045em}.hero-bottom{display:flex;align-items:end;justify-content:space-between;max-width:750px}.hero-bottom p{font-size:19px;line-height:1.5;margin:0}.hero-bottom p>span{display:block;color:#d0d3c9;font-size:16px;margin-top:14px}.round-link{display:grid;place-items:center;width:54px;height:54px;border:1px solid #ffffff60;border-radius:50%;font-size:25px;transition:background .2s}.round-link:hover{background:#C66B6822}.side-note{position:absolute;right:1.2vw;top:35%;writing-mode:vertical-rl;color:#ffffff80;font-size:12px}.connection{border-top:1px solid #ffffff50;border-bottom:1px solid #ffffff30;display:grid;grid-template-columns:.9fr 1fr 1fr;gap:48px;padding:30px 0 28px;scroll-margin-top:30px}.small{color:var(--muted);display:block;margin-bottom:15px}h2{font-family:'Golos Text',Arial,sans-serif;font-size:29px;line-height:1.15;letter-spacing:-.02em;margin:0}.discord-button,.ip-button{width:100%;height:60px;display:flex;align-items:center;gap:14px;padding:0 20px;border:none;background:var(--accent-solid);color:#fff5f6;font-size:18px;font-weight:600;transition:background .2s,transform .2s}.discord-button{background:#5865F2;color:#fff}.discord-button:hover{background:#4752C4;transform:translateY(-2px)}.discord-button svg{width:23px}.discord-button>span{margin-left:auto;font-size:26px}.ip-button{background:#ffffff08;border:1px solid #ffffff45;color:#f5f5e9;justify-content:space-between;text-align:left;font-family:'IBM Plex Mono',monospace;font-size:17px}.ip-button:enabled{cursor:pointer}.ip-button:enabled:hover{border-color:var(--accent)}.ip-button svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.5;flex-shrink:0}.connection p{font-size:12px;line-height:1.5;color:var(--muted);margin:10px 0 0}footer{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:77px;color:#a2a79a;font-size:12px}footer>div{display:flex;gap:26px;align-items:center}footer button{background:none;border:0;padding:10px 0;color:inherit;font-size:12px;cursor:pointer}footer a:hover,footer button:hover{color:var(--accent)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,15px);padding:14px 24px;background:var(--accent-solid);color:#fff5f6;opacity:0;transition:.2s;pointer-events:none;max-width:90vw;font-size:14px}.toast.show{opacity:1;transform:translate(-50%,0)}body.paused .scene>img{animation-play-state:paused}@keyframes drift{from{transform:scale(1.02)}to{transform:scale(1.09) translate(-.5%,.5%)}}@media(min-width:1600px){.hero{padding-bottom:85px}.landing{padding-inline:6vw}}@media(max-width:800px){.landing{padding:0 6vw}header{height:85px}.nav-caption{display:none}.nav-link{gap:15px}.hero{padding-top:65px;padding-bottom:45px}h1{font-size:clamp(48px,10vw,78px);margin-top:24px}.hero-bottom{gap:20px}.hero-bottom p{font-size:18px}.hero-bottom p>span{max-width:250px;line-height:1.5}.connection{grid-template-columns:1fr 1fr;gap:28px}.connect-title{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center}.connect-title h2{font-size:24px}.connect-title h2 br{display:none}.connect-title .small{margin:0}footer>span:nth-child(2){display:none}.side-note{display:none}.scene>img{object-position:64% center}}@media(max-width:520px){header{height:77px}.brand{font-size:25px}.hero{padding-top:47px}.eyebrow{font-size:10px;gap:10px}.eyebrow .line{width:22px}h1{font-size:11vw;line-height:1.22;letter-spacing:-.04em;margin-bottom:26px}.round-link{width:44px;height:44px;flex-shrink:0}.connection{grid-template-columns:1fr;gap:26px;padding:24px 0}.connect-title{grid-column:auto;align-items:start}.connect-title h2{font-size:21px;text-align:right;max-width:160px}.connect-title .small{font-size:10px;max-width:120px;line-height:1.7}.connection .small{margin-bottom:10px}footer{font-size:10px;gap:10px;align-items:start;padding:22px 0}footer>div{gap:14px;flex-wrap:wrap;justify-content:end}footer button{padding:0;font-size:10px}.scene>img{object-position:60% center}.shade{background:linear-gradient(90deg,#0a0f0ba8,#0a0f0b30),linear-gradient(0deg,#11140f 0%,#11140ff0 38%,#11140f10 85%)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scene>img{animation:none}*{transition:none!important}}







/* Cursor parallax on a separate layer preserves the slow camera drift. */
.scene{inset:-20px;transform:translate3d(var(--parallax-x,0px),var(--parallax-y,0px),0);transition:transform 900ms cubic-bezier(.2,.7,.2,1)}
body.paused .scene{transform:translate3d(0,0,0)}
@media(prefers-reduced-motion:reduce){.scene{transform:none!important}}


.brand-logo{display:block;width:64px;height:64px;object-fit:contain;border-radius:0;flex-shrink:0;mix-blend-mode:normal;mask-image:none}
@media(max-width:520px){.brand-logo{width:52px;height:52px}}




.hero-bottom{max-width:1000px;gap:28px;flex-wrap:wrap;align-items:center}.release{border-left:2px solid var(--accent);padding-left:22px;box-sizing:border-box;flex:0 0 340px;width:340px;max-width:100%;min-width:0}.release .small{margin-bottom:9px}#release-countdown{font-family:"IBM Plex Mono",monospace;font-size:36px;line-height:1.25;font-variant-numeric:tabular-nums;letter-spacing:.035em;color:#f5f5e9}#release-local{display:block;font-size:12px;line-height:1.6;color:#d0d3c9;margin-top:8px}.release.finished #release-countdown{font-family:'Golos Text',Arial,sans-serif;font-size:20px;letter-spacing:0}.release noscript{display:block;font-size:12px}@media(max-width:520px){.release{margin-top:4px;padding-left:16px}#release-countdown{font-size:30px}}




/* Golos typography trial */
.brand{font-weight:900;letter-spacing:-.055em}h1{font-size:clamp(48px,6.5vw,104px);font-weight:900;line-height:1.08;letter-spacing:-.055em}h1 span{letter-spacing:inherit}h2{font-weight:900;font-size:25px;line-height:1.2;letter-spacing:-.04em}
@media(max-width:800px){h1{font-size:7.5vw}.connect-title h2{font-size:21px}}
@media(max-width:520px){h1{font-size:7.4vw}.connect-title h2{font-size:18px}}




@media(hover:hover) and (pointer:fine){body,body *{cursor:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M16%203v8m0%2010v8M3%2016h8m10%200h8%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222.5%22%20fill%3D%22%23000000%22%2F%3E%3Cpath%20d%3D%22M16%203v8m0%2010v8M3%2016h8m10%200h8%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%221.5%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E") 16 16,crosshair}a[href],a[href] *,button:enabled,button:enabled *,[role="button"]:not([aria-disabled="true"]){cursor:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M16%203v8m0%2010v8M3%2016h8m10%200h8%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222.5%22%20fill%3D%22%23000000%22%2F%3E%3Cpath%20d%3D%22M16%203v8m0%2010v8M3%2016h8m10%200h8%22%20fill%3D%22none%22%20stroke%3D%22%23E99595%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%221.5%22%20fill%3D%22%23E99595%22%2F%3E%3C%2Fsvg%3E") 16 16,pointer}button:disabled,button:disabled *,[aria-disabled="true"],[aria-disabled="true"] *{cursor:not-allowed}input,textarea,[contenteditable="true"]{cursor:text}}










