:root{color-scheme:dark;--ink:#0b1020;--paper:#fff8ea;--line:rgba(255,248,234,.2)}*{box-sizing:border-box}body{margin:0;background:#0b1020;color:var(--paper);font-family:Inter,system-ui,sans-serif}header{position:sticky;top:0;z-index:10;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,70px) 0 86px;background:rgba(11,16,32,.8);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}header a{color:#fff;text-decoration:none;font-weight:950}button{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:8px 10px;font-weight:900}.nav-toggle{position:fixed;opacity:0}.hamburger{position:fixed;z-index:30;top:19px;left:24px;width:40px;height:36px;display:grid;place-content:center;gap:5px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#ff5ca8,#49d7ff)}.hamburger span{width:20px;height:2px;background:#fff}.drawer{position:fixed;z-index:20;inset:0 auto 0 0;width:min(310px,86vw);padding:92px 24px;background:#0b1020;display:grid;align-content:start;gap:10px;transform:translateX(-105%);transition:.2s}.drawer a{color:#fff;padding:13px;border:1px solid var(--line);border-radius:8px}.nav-toggle:checked~.drawer{transform:translateX(0)}main{width:min(1180px,calc(100vw - 32px));margin:auto}.hero{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.hero p{text-transform:uppercase;font-weight:950;color:#f5cf4b}h1{font-size:clamp(2.2rem,6vw,6.2rem);line-height:.95;margin:0}.wheel{aspect-ratio:1;border-radius:50%;display:grid;place-items:center;position:relative;background:conic-gradient(#49d7ff,#f5cf4b,#ff5ca8,#80ed99,#49d7ff);box-shadow:0 40px 120px rgba(73,215,255,.2)}.wheel:before{content:"Luxia";position:absolute;width:42%;aspect-ratio:1;border-radius:50%;background:#0b1020;display:grid;place-items:center;font-size:2rem;font-weight:950}.wheel span{position:absolute;font-weight:950;color:#0b1020}.wheel span:nth-child(1){top:12%}.wheel span:nth-child(2){right:8%}.wheel span:nth-child(3){bottom:12%}.wheel span:nth-child(4){left:8%}.paths{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:50px 0}.paths article{min-height:180px;padding:20px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid var(--line);display:grid;align-content:space-between}.paths b{font-size:1.3rem}.paths em{color:rgba(255,248,234,.72)}@media(max-width:820px){header{padding-right:12px}.hero{grid-template-columns:1fr;min-height:auto;padding:44px 0}.paths{grid-template-columns:1fr}.wheel{max-width:420px;margin:auto}h1{font-size:clamp(2rem,12vw,4rem)}}
