@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f4f0e7;--ink:#0b0d11;--blue:#8fcaff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--ink);color:var(--paper);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:6px}header{position:fixed;z-index:20;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:26px 4.5%;background:linear-gradient(#0b0d11a0,transparent)}.brand{font-family:Manrope,sans-serif;font-weight:800;font-size:25px;letter-spacing:-1px;line-height:.9}.brand span{display:block;font-family:'DM Sans',sans-serif;font-size:10px;letter-spacing:5.6px;font-weight:500;margin-top:9px}nav{display:flex;gap:32px;font-size:14px}nav a{opacity:.8}.contact-link{font-size:14px;border:1px solid #f4f0e766;padding:12px 18px;border-radius:30px;backdrop-filter:blur(12px)}.contact-link span{margin-left:22px}.chapter{position:relative;height:165svh}.scene{position:sticky;top:0;height:100svh;overflow:hidden;isolation:isolate;background:var(--ink)}.scene-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:58% center;z-index:-3;will-change:transform}.scene-video{object-position:center center;opacity:0;transition:opacity 1.1s ease}.scene-video.ready{opacity:1}.shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#080b13e8 0%,#080b1390 35%,#080b1310 75%),linear-gradient(0deg,#080b1390,transparent 25%)}.copy{position:absolute;left:7%;top:50%;transform:translateY(-42%);max-width:620px}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:12px;margin:0 0 28px}h1,h2{font-family:Manrope,sans-serif;letter-spacing:-.065em;font-weight:500;line-height:1.02;margin:0}h1{font-size:clamp(58px,6.9vw,112px)}em{font-style:normal;color:var(--blue)}.intro{font-size:18px;line-height:1.65;color:#e4e4e4;margin:26px 0}.text-link{font-size:14px;display:inline-flex;gap:40px;border-bottom:1px solid #ffffff70;padding:8px 0 12px}.scene-footer{position:absolute;bottom:30px;left:4.5%;right:4.5%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.6px}.skip{position:fixed;top:-70px;z-index:50;background:var(--ink);padding:16px}.skip:focus{top:0}@media(max-width:700px){header{padding:20px 6%}nav{gap:16px}nav a{font-size:12px}.brand{font-size:20px}.brand span{font-size:8px;letter-spacing:4.5px}.contact-link{padding:10px;font-size:12px}.contact-link span{margin-left:4px}.copy{left:7%;right:7%}h1{font-size:clamp(52px,12vw,82px)}.scene-image{object-position:48% center}.shade{background:linear-gradient(90deg,#080b13d9,#080b1340),linear-gradient(0deg,#080b1399,transparent)}.scene-footer{font-size:9px}.eyebrow{font-size:11px;letter-spacing:1.4px}.intro{font-size:16px}.chapter{height:135svh}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scene-video{display:none}.chapter{height:auto}.scene{position:relative;min-height:100svh}.scene-image{will-change:auto}}
