/* Immersive scenes progressively enhance a readable, normal-scrolling page. */
:root{--px:0;--py:0;--scene-progress:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{position:fixed;left:0;right:0;top:0;z-index:40;height:90px;max-width:none;padding:20px 5%;background:#f9f9f7ee;backdrop-filter:blur(14px);transition:color .35s,background .35s}.in-worlds .header{background:linear-gradient(#15302b55,transparent);backdrop-filter:none;color:white}.in-worlds .brand-symbol{background:#fff;color:#293a33}.in-worlds .brand-period{color:#fff}.in-worlds .header nav>a:after{background:#fff}.in-worlds .nav-cta{background:#fff;color:#232229}.in-worlds .header :focus-visible{outline-color:#fff}.world-journey{position:relative;background:#204b4e;isolation:isolate}.world-stage{position:relative;overflow:hidden}.world-scene{position:relative;height:100vh;height:100svh;min-height:620px;overflow:hidden;background:#244849;color:#fff;isolation:isolate}.world-landscape{position:absolute;inset:-4%;width:108%;height:108%;max-width:none;object-fit:cover;transform:translate3d(calc(var(--px) * -24px),calc(var(--py) * -18px),0) scale(var(--world-scale,1.02));will-change:transform}.world-wash{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#102e35b5,transparent 84%),linear-gradient(0deg,#062832c7,transparent 37%,transparent 80%,#0c343238)}.world-copy{position:absolute;left:8%;right:8%;top:46%;transform:translate3d(calc(var(--px) * 12px),calc(-50% + var(--py) * 9px),0);z-index:2;max-width:1040px;will-change:transform}.world-kicker{display:block;font-size:12px;letter-spacing:2px;font-weight:600;margin-bottom:30px}.world-copy h1,.world-copy h2{font-size:clamp(62px,7.5vw,118px);line-height:1.02;letter-spacing:-.055em;font-weight:400}.world-copy h1 em,.world-copy h2 em{font-family:Georgia,'Times New Roman',serif;color:#fff4d4;letter-spacing:-.065em;font-weight:400;white-space:normal}.world-copy p{font-size:17px;line-height:1.6;margin-top:26px;color:#fffffff0;max-width:410px;text-shadow:0 1px 10px #102f3440}.world-signature{position:absolute;right:7%;bottom:23%;display:flex;flex-direction:column;align-items:flex-end;gap:12px;z-index:2;transform:translate3d(calc(var(--px) * 20px),calc(var(--py) * 13px),0)}.world-signature strong{font:36px Georgia,serif;letter-spacing:-1.5px}.world-signature>span{font-size:10px;letter-spacing:1.3px}.world-giant{position:absolute;right:5%;top:16%;font-size:min(30vw,420px);line-height:1;font-weight:700;letter-spacing:-.09em;color:transparent;-webkit-text-stroke:1px #ffffff20;pointer-events:none;transform:translate3d(calc(var(--px) * 32px),calc(var(--py) * 22px),0)}.world-aura{background:#244838}.world-aura .world-landscape{object-position:center 55%}.world-aura .world-wash{background:linear-gradient(90deg,#122b36c4,#163d2830 78%),linear-gradient(0deg,#18302ae6,transparent 55%)}.world-aura .world-copy h2{font-family:Georgia,serif;font-size:clamp(70px,9vw,142px);letter-spacing:-.055em}.world-aura .world-copy h2 em{color:#e0ebd9}.world-aura .world-signature strong{font-size:38px;letter-spacing:7px}.world-velocity{background:#171313}.world-velocity .world-landscape{object-position:center 57%}.world-velocity .world-wash{background:linear-gradient(90deg,#1b1516c9,transparent 78%),linear-gradient(0deg,#211512e6,transparent 65%)}.world-velocity .world-copy h2{font-size:clamp(60px,8.2vw,130px);font-weight:700;font-style:italic;line-height:.97;letter-spacing:-.065em}.world-velocity .world-copy h2 em{font-family:Manrope,Arial,sans-serif;font-weight:700;font-style:italic;color:#ffa06a;letter-spacing:-.06em}.world-velocity .world-signature strong{font:700 italic 31px Manrope,Arial,sans-serif;letter-spacing:-1.5px}.world-velocity .world-giant{-webkit-text-stroke-color:#ff9a4440}.world-essence{background:#2e231c}.world-essence .world-landscape{object-position:center;filter:brightness(.84)}.world-essence .world-wash{background:linear-gradient(90deg,#201914d1,transparent 90%),linear-gradient(0deg,#21160fe0,transparent 67%)}.world-essence .world-copy h2{font-family:Georgia,serif;font-size:clamp(65px,8vw,130px);letter-spacing:-.065em}.world-essence .world-copy h2 em{color:#f0d5b2}.world-essence .world-signature strong{font-size:29px;letter-spacing:7px}.world-hud{display:none;position:absolute;left:5%;right:5%;bottom:28px;z-index:10;color:white;grid-template-columns:1fr 1.1fr 1fr;align-items:end;gap:35px;padding-top:25px;border-top:1px solid #ffffff40}.world-hint{display:flex;align-items:center;gap:17px;padding-bottom:8px}.hint-mouse{width:30px;height:47px;border:1px solid #ffffff75;border-radius:22px;display:grid;place-items:center;font-size:21px;flex-shrink:0}.world-hint p{font-size:11px;line-height:1.7;color:#fffd}.world-hint strong{display:block;font-size:12px;color:white;font-weight:400}.world-chapters{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.world-chapters button{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:0 0 16px;background:transparent;color:#ffffffa6;text-align:left;min-width:45px}.world-chapters button>span:first-child{font-size:11px;font-weight:400}.world-chapters button>span+span{font-size:13px}.world-chapters button i{position:absolute;left:0;right:0;height:2px;background:#ffffff35;bottom:0;overflow:hidden}.world-chapters button i:after{content:'';display:block;height:100%;width:100%;background:white;transform:scaleX(var(--chapter-fill,0));transform-origin:left}.world-chapters button[aria-pressed=true]{color:#fff}.world-chapters button[aria-pressed=true] i{background:#ffffff70}.world-actions{display:flex;flex-direction:column;align-items:flex-end;gap:14px;padding-bottom:3px}.world-actions a{font-size:12px;white-space:nowrap}.world-actions button{background:#ffffff17;border:1px solid #ffffff3a;border-radius:25px;color:#fff;padding:8px 13px;font-size:11px}.world-hud :focus-visible{outline-color:white}.world-progress{position:absolute;bottom:0;left:0;right:0;height:3px;z-index:10;display:none;background:#ffffff20}.world-progress span{height:100%;width:100%;display:block;background:#fff;transform:scaleX(var(--journey-progress,0));transform-origin:left}.world-lens-ring{display:none;position:absolute;z-index:8;left:0;top:0;width:180px;height:180px;border:1px solid #ffffffb3;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 0 0 7px #ffffff09;opacity:0;transition:opacity .15s}.world-lens-ring>span{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);font-size:9px;letter-spacing:1.4px;color:white;white-space:nowrap;text-shadow:0 1px 7px #000}.worlds-ready .world-journey{height:560vh;height:560svh}.worlds-ready .world-stage{position:sticky;top:0;height:100vh;height:100svh;min-height:0;overflow:hidden}.worlds-ready .world-scene{position:absolute;inset:0;height:100%;min-height:0;will-change:clip-path}.worlds-ready .world-scene:not(:first-child){clip-path:circle(0 at 72% 55%)}.worlds-ready .world-hud{display:grid}.worlds-ready .world-progress,.worlds-ready .world-lens-ring{display:block}.world-outro{max-width:1300px;margin:auto;padding:105px 6%;display:grid;grid-template-columns:1.25fr 1fr;gap:30px 80px;align-items:end}.world-outro>.eyebrow{grid-column:1/-1;color:var(--muted);margin-bottom:0}.world-outro h2{font-size:clamp(45px,5vw,74px);line-height:1.08;letter-spacing:-.05em}.world-outro h2 em{color:var(--purple)}.world-outro p{font-size:16px;color:var(--muted);max-width:360px;margin-bottom:25px}.world-outro .button{font-size:15px}.work{padding-top:35px}.worlds-static .world-journey{height:auto}.worlds-static .world-stage{position:relative;height:auto;overflow:visible}.worlds-static .world-scene{position:relative;height:100vh;height:100svh;min-height:620px;clip-path:none!important;will-change:auto}.worlds-static .world-landscape,.worlds-static .world-copy,.worlds-static .world-signature,.worlds-static .world-giant{will-change:auto}.worlds-static .world-hud{position:fixed;padding:17px 20px;background:#10222bd9;backdrop-filter:blur(8px);border:1px solid #ffffff40;border-radius:9px;left:3%;right:3%;bottom:15px}.worlds-static .world-progress,.worlds-static .world-lens-ring{display:none}.worlds-static .world-hint{display:none}.worlds-static .world-hud{grid-template-columns:1fr 1fr}.worlds-static body:not(.in-worlds) .world-hud{visibility:hidden;pointer-events:none}.worlds-static .world-actions{flex-direction:row;align-items:center;justify-content:flex-end}.worlds-static .world-actions button{white-space:nowrap}.contact{position:relative;overflow:hidden;background:#4f2bbb;min-height:75vh;display:flex;align-items:center}.contact:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 85% 15%,#bb87ff60,transparent 60%);pointer-events:none}.contact-inner{position:relative;width:100%}.contact h2{font-size:clamp(68px,8vw,120px)}
@media(min-width:1600px){.world-copy{left:10%}.world-signature{right:10%;bottom:25%}.world-hud{left:7%;right:7%;bottom:38px}.world-copy p{font-size:20px}.world-hint p{font-size:13px}.world-hint strong{font-size:14px}.world-chapters button>span+span{font-size:15px}.world-actions a{font-size:14px}}
@media(max-width:1100px){.header nav{gap:20px}.world-copy{left:7%;top:44%}.world-copy h1,.world-copy h2{font-size:clamp(60px,8vw,94px)}.world-aura .world-copy h2{font-size:clamp(70px,10vw,116px)}.world-velocity .world-copy h2{font-size:clamp(60px,8.5vw,102px)}.world-essence .world-copy h2{font-size:clamp(65px,9vw,108px)}.world-copy p{font-size:16px}.world-signature{bottom:24%;right:6%}.world-signature strong{font-size:28px}.world-signature>span{font-size:8px}.world-hud{grid-template-columns:1fr 1.1fr;gap:25px;bottom:22px}.world-hint{display:none}.world-actions{flex-direction:row;align-items:center;justify-content:flex-end;padding-bottom:15px;gap:20px}.world-actions a{font-size:11px}.world-outro{gap:30px 50px}.world-kicker{font-size:11px}}
@media(max-width:760px){.header{height:76px;padding:17px 6%}.in-worlds .header{background:linear-gradient(#12353488,transparent)}.in-worlds .header nav{background:#17342ff2;border-color:#ffffff25;color:white;backdrop-filter:blur(15px)}.in-worlds .nav-cta{color:#233329;background:white}.in-worlds .menu-toggle{color:white}.worlds-ready .world-journey{height:480vh;height:480svh}.world-copy{left:7%;right:7%;top:39%;max-width:none}.world-kicker{font-size:10px;letter-spacing:1.3px;margin-bottom:25px}.world-copy h1,.world-copy h2{font-size:clamp(47px,10.5vw,72px);line-height:1.08;letter-spacing:-.065em}.world-copy h1 em{font-size:1.15em}.world-copy p{font-size:16px;margin-top:25px;max-width:300px;line-height:1.6}.world-landscape{inset:-5%;width:110%;height:110%;transform:translate3d(calc(var(--px) * -12px),calc(var(--py) * -8px),0) scale(var(--world-scale,1.01))}.world-summer .world-landscape{object-position:62% center}.world-summer .world-wash{background:linear-gradient(90deg,#153b43b8,#102f3540),linear-gradient(0deg,#163737dd,transparent 50%)}.world-aura .world-landscape{object-position:65% center}.world-aura .world-copy h2{font-size:clamp(66px,14vw,96px)}.world-velocity .world-copy h2{font-size:clamp(45px,10vw,73px);letter-spacing:-.06em}.world-velocity .world-landscape{object-position:63% center}.world-velocity .world-wash{background:linear-gradient(90deg,#201510a9,#21181630),linear-gradient(0deg,#211310f0,transparent 76%)}.world-essence .world-copy h2{font-size:clamp(59px,12vw,86px)}.world-essence .world-landscape{object-position:63% center}.world-essence .world-wash{background:linear-gradient(90deg,#291c15ad,#21191044),linear-gradient(0deg,#1b160ff0,transparent 76%)}.world-signature{left:7%;right:auto;bottom:27%;align-items:flex-start;gap:9px}.world-signature strong{font-size:25px}.world-signature>span{font-size:8px;letter-spacing:1.1px}.world-aura .world-signature strong{font-size:26px;letter-spacing:5px}.world-velocity .world-signature strong{font-size:24px}.world-essence .world-signature strong{font-size:23px;letter-spacing:4px}.world-giant{font-size:52vw;right:4%;top:18%;-webkit-text-stroke-color:#ffffff16}.world-hud{left:7%;right:7%;bottom:20px;display:grid;grid-template-columns:1fr!important;gap:18px;padding-top:17px}.world-chapters{gap:20px}.world-chapters button{gap:5px;padding-bottom:10px;min-height:50px}.world-chapters button>span:first-child{font-size:10px}.world-chapters button>span+span{font-size:13px}.world-actions{padding-bottom:0;justify-content:space-between;gap:15px;flex-direction:row;align-items:center}.world-actions a{font-size:11px}.world-actions button{font-size:10px;padding:7px 10px}.world-hint{display:none}.world-lens-ring{display:none!important}.world-outro{display:block;padding:65px 7%}.world-outro>.eyebrow{font-size:10px;margin-bottom:23px}.world-outro h2{font-size:42px;letter-spacing:-2px;margin-bottom:25px}.world-outro p{font-size:16px}.world-outro .button{font-size:14px}.work{padding-top:15px}.worlds-static .world-journey{height:auto}.worlds-static .world-hud{left:4%;right:4%;padding:12px 15px;bottom:12px;gap:10px}.worlds-static .world-scene{min-height:650px}.worlds-static .world-actions{justify-content:space-between}.contact{min-height:65svh}.contact h2{font-size:clamp(50px,11vw,80px)}}
@media(max-height:650px) and (min-width:761px){.header{height:74px;padding-top:15px;padding-bottom:15px}.world-copy{top:44%}.world-copy h1,.world-copy h2,.world-aura .world-copy h2,.world-velocity .world-copy h2,.world-essence .world-copy h2{font-size:11vh}.world-kicker{margin-bottom:18px;font-size:10px}.world-copy p{font-size:14px;margin-top:20px}.world-signature{bottom:29%}.world-hud{padding-top:16px;bottom:17px}.world-chapters button{gap:4px;padding-bottom:9px}.world-actions{padding-bottom:5px}.world-giant{font-size:50vh}.world-hint{display:none}}
@media(max-height:650px) and (max-width:760px){.world-copy{top:38%}.world-copy h1,.world-copy h2,.world-aura .world-copy h2,.world-velocity .world-copy h2,.world-essence .world-copy h2{font-size:9vh}.world-kicker{margin-bottom:14px;font-size:9px}.world-copy p{font-size:14px;margin-top:15px}.world-signature{bottom:28%}.world-signature strong{font-size:20px}.world-signature>span{display:none}.world-hud{gap:10px;padding-top:12px;bottom:13px}.world-chapters button{min-height:41px;gap:3px}.header{height:64px}}
@media(prefers-reduced-motion:reduce){.header{transition:none}.world-landscape{transform:none!important}.world-copy{transform:translateY(-50%)!important}.world-signature,.world-giant{transform:none!important}.world-scene{will-change:auto!important}}
