:root{--ink:#0f1420;--black:#16130f;--parchment:#f2ede3;--gold:#c2a15a;--stone:#a8af98}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--parchment);font-family:"IBM Plex Mono",monospace}a{color:inherit;text-decoration:none}.hero{min-height:100svh;position:relative;overflow:hidden;padding:28px 4.5% 50px;background:radial-gradient(circle at 85% 21%,#5b3518 0,transparent 24%),linear-gradient(115deg,#050505 18%,#0f0e0c 67%,#27180d)}.nav{display:flex;align-items:center;justify-content:space-between;gap:25px;position:relative;z-index:3}.wordmark{font-family:"Space Grotesk",sans-serif;letter-spacing:.38em;font-size:13px;display:flex;align-items:center;gap:12px}.mark{width:17px;height:35px;display:inline-block;background:linear-gradient(105deg,#efcc8d,#7a4b23);clip-path:polygon(0 0,100% 13%,58% 100%,16% 93%)}.nav-links{display:flex;gap:29px;text-transform:uppercase;letter-spacing:.12em;font:11px "Space Grotesk",sans-serif;color:#d2b782}.nav-cta,.button{font-family:"Space Grotesk",sans-serif;border:1px solid #aa7d38;padding:14px 20px;text-transform:uppercase;font-size:11px;letter-spacing:.12em}.hero-content{position:relative;z-index:2;max-width:540px;margin-top:17vh}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:var(--gold);font:11px "IBM Plex Mono",monospace}.hero h1,.release h2,.studio h2,.ecosystem h2,.contact h2{font-family:"Space Grotesk",sans-serif;font-weight:400;font-size:clamp(48px,6vw,94px);line-height:.92;letter-spacing:-.055em;margin:20px 0 25px}.hero h1 em,.release h2 em,.studio h2 em,.ecosystem h2 em,.contact h2 em{font-family:Newsreader,serif;font-style:italic;font-weight:400;letter-spacing:-.035em}.intro{max-width:390px;color:#c8bfae;line-height:1.8;font:12px/1.8 "IBM Plex Mono",monospace}.hero-actions{display:flex;gap:12px;margin-top:34px}.button-fill{background:var(--gold);color:#17120b}.hero-art{position:absolute;right:7%;bottom:8%;width:min(40vw,580px);height:75vh;min-height:480px}.shaft{position:absolute;right:15%;top:0;width:38%;height:80%;background:linear-gradient(130deg,rgba(255,218,152,.85),rgba(194,161,90,.03) 68%);clip-path:polygon(38% 0,100% 9%,76% 100%,0 92%);filter:blur(.3px)}.monolith{position:absolute;bottom:0;background:linear-gradient(100deg,#392316,#dda65c 55%,#704018);box-shadow:0 0 45px #cc8c39aa}.monolith-a{width:40%;height:73%;right:28%;clip-path:polygon(0 3%,100% 17%,57% 100%,20% 100%)}.monolith-b{width:29%;height:42%;right:3%;clip-path:polygon(18% 0,82% 100%,0 100%)}.hero-notation{position:absolute;bottom:28px;left:4.5%;letter-spacing:.16em;color:#d8b36f;font:10px "IBM Plex Mono",monospace}.principles{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #493116;border-bottom:1px solid #493116}.principles article{padding:42px 28px;min-height:180px;border-right:1px solid #493116}.principles article:last-child{border:0}.principles span,.system-grid span{color:var(--gold);font:11px "IBM Plex Mono",monospace}.principles h2,.system-grid h3{font-family:"Space Grotesk",sans-serif;font-size:15px;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.principles p,.system-grid p{color:#b6ab9c;line-height:1.7;font-size:11px}.release{display:grid;grid-template-columns:1fr 1.15fr .65fr;min-height:680px}.release-copy,.release-note{padding:10vw 10%;background:#0c0c0b}.release-copy p{color:#c0b8a9;line-height:1.8;max-width:330px;font-size:11px}.release img{width:100%;height:100%;min-height:520px;object-fit:cover;filter:sepia(.25) contrast(1.08)}.release-note{background:#17110b}.big-note{font:34px Newsreader,serif;color:#e1bd79}.text-link{display:inline-block;margin-top:25px;text-transform:uppercase;letter-spacing:.13em;color:var(--gold);font:11px "Space Grotesk",sans-serif}.text-link span{margin-left:8px}.studio{display:grid;grid-template-columns:1fr 1fr;padding:9vw 8%;gap:8vw;background:linear-gradient(120deg,#080808,#1a130d)}.studio>div>p:not(.eyebrow){line-height:1.9;color:#bbb2a6;max-width:450px;font-size:11px}.studio-image{position:relative}.studio-image img{width:100%;height:100%;min-height:420px;object-fit:cover;filter:sepia(.45) brightness(.7)}.studio-image span{position:absolute;right:8%;bottom:9%;font:italic clamp(22px,3vw,40px) Newsreader,serif;color:#f2d396}.ecosystem{padding:10vw 8%;background:#0a0a09}.system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:60px;background:#443019}.system-grid article{padding:28px;background:#11100f}.contact{text-align:center;padding:13vw 5%;background:radial-gradient(circle at 50% 100%,#5a371a,transparent 42%),#0a0a09}.contact a{display:inline-block;border-bottom:1px solid var(--gold);padding:8px 0;color:var(--gold);letter-spacing:.1em;font:11px "Space Grotesk",sans-serif}footer{display:flex;justify-content:space-between;padding:28px 4.5%;border-top:1px solid #493116;color:#9a8d7c;text-transform:uppercase;letter-spacing:.15em;font:10px "IBM Plex Mono",monospace}@media(max-width:800px){.nav-links{display:none}.hero{min-height:800px}.hero-content{margin-top:15vh}.hero-art{opacity:.55;width:82vw;right:-5%;bottom:5%}.principles,.release,.studio,.system-grid{grid-template-columns:1fr}.principles article{border-right:0;border-bottom:1px solid #493116}.release-copy,.release-note{padding:15vw 9%}.release img{min-height:400px}.studio{padding:18vw 9%}.system-grid{gap:1px}.hero h1,.release h2,.studio h2,.ecosystem h2,.contact h2{font-size:52px}footer{flex-direction:column;gap:16px}}
