@font-face{font-family:Jost;src:url(/fonts/Jost-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/fonts/Jost-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/fonts/Jost-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/fonts/Jost-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/fonts/Jost-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--cream: #F5F2EB;--ink: #121212;--ink-50: rgba(18,18,18,.5);--ink-20: rgba(18,18,18,.2);--ink-08: rgba(18,18,18,.08);--ink-04: rgba(18,18,18,.04);--blue: #0000FF;--red: #FF0000;--yellow: #FFCC00;--blue-10: rgba(0,0,255,.1);--red-10: rgba(255,0,0,.1);--yellow-10: rgba(255,204,0,.1);--cream-65: rgba(245,242,235,.65);--cream-35: rgba(245,242,235,.35);--cream-10: rgba(245,242,235,.1);--font: "Jost", sans-serif}.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}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 clamp(24px,4vw,64px);height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#f5f2ebeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--ink-08);transition:transform .3s ease}nav.hidden{transform:translateY(-100%)}.nav-wordmark{font-weight:900;font-size:14px;letter-spacing:.18em;text-transform:lowercase;justify-self:start;appearance:none;-webkit-appearance:none;background:transparent;border:0;padding:0;margin:0;font-family:inherit;color:inherit;cursor:pointer;transition:opacity .2s}.nav-wordmark:hover{opacity:.7}.nav-wordmark:focus-visible{outline:1px solid var(--ink);outline-offset:4px}.nav-shapes{display:grid;grid-template-columns:repeat(2,12px);gap:3px;place-items:center;justify-self:center;padding:4px;line-height:0;transition:opacity .3s}.nav-shapes svg{width:12px;height:12px;display:block;transform-origin:center;animation:navShapeVortex 11s ease-in-out infinite}.nav-shapes svg:nth-child(1){--cx: 7.5px;--cy: 7.5px}.nav-shapes svg:nth-child(2){--cx: -7.5px;--cy: 7.5px}.nav-shapes svg:nth-child(3){--cx: 7.5px;--cy: -7.5px}.nav-shapes svg:nth-child(4){--cx: -7.5px;--cy: -7.5px}.nav-shapes:hover{opacity:.7}.nav-shapes:hover svg{animation-play-state:paused}@keyframes navShapeVortex{0%,69%,to{transform:translate(0) rotate(0) translate(0) rotate(0)}72%{transform:translate(var(--cx),var(--cy)) rotate(0) translate(calc(var(--cx) * -1),calc(var(--cy) * -1)) rotate(0)}78%{transform:translate(var(--cx),var(--cy)) rotate(180deg) translate(calc(var(--cx) * -1),calc(var(--cy) * -1)) rotate(-180deg)}86%{transform:translate(var(--cx),var(--cy)) rotate(360deg) translate(calc(var(--cx) * -1),calc(var(--cy) * -1)) rotate(-360deg)}}.nav-links{display:flex;gap:32px;list-style:none;justify-self:end}.nav-links a{position:relative;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;opacity:.7;transition:opacity .3s}.nav-links a:after{content:"";position:absolute;left:50%;bottom:-8px;width:4px;height:4px;background:currentColor;transform:translate(-50%) scale(0);transition:transform .3s cubic-bezier(.22,1,.36,1)}.nav-links a:hover{opacity:1}.nav-links a:hover:after,.nav-links a.is-active:after{transform:translate(-50%) scale(1)}.nav-links a.is-active{opacity:1}@media(max-width:640px){nav{grid-template-columns:auto 1fr auto;gap:12px}.nav-shapes{grid-template-columns:repeat(2,9px);gap:2px}.nav-shapes svg{width:9px;height:9px}.nav-shapes svg:nth-child(1){--cx: 5.5px;--cy: 5.5px}.nav-shapes svg:nth-child(2){--cx: -5.5px;--cy: 5.5px}.nav-shapes svg:nth-child(3){--cx: 5.5px;--cy: -5.5px}.nav-shapes svg:nth-child(4){--cx: -5.5px;--cy: -5.5px}.nav-links{gap:14px}.nav-links a{font-size:10px;letter-spacing:.16em}}.nav-toggle{display:none;width:48px;height:48px;padding:0;background:transparent;border:0;cursor:pointer;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;justify-self:start;transition:opacity .2s}.nav-toggle:active{opacity:.6}.nav-toggle__bar{display:block;width:24px;height:2px;background:var(--ink);transition:transform .25s cubic-bezier(.22,1,.36,1),opacity .2s linear}body[data-menu-open=true] .nav-toggle__bar:nth-child(1){transform:translateY(10px) rotate(45deg)}body[data-menu-open=true] .nav-toggle__bar:nth-child(2){opacity:0}body[data-menu-open=true] .nav-toggle__bar:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobile-menu{position:fixed;inset:64px 0 0;z-index:99;background:var(--cream);display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.22,1,.36,1)}body[data-menu-open=true] .mobile-menu{opacity:1;pointer-events:auto}.mobile-menu__list{list-style:none;margin:0;padding:32px 24px;display:flex;flex-direction:column;gap:32px;overflow-y:auto;overflow-x:hidden}.mobile-menu__item{display:block}.mobile-menu__item>a{display:flex;align-items:center;gap:24px;height:36px;width:100%;text-decoration:none;color:var(--ink);transition:opacity .2s}.mobile-menu__item>a:active{opacity:.6}.mobile-menu__num{font-size:14px;font-weight:400;font-feature-settings:"tnum";flex-shrink:0;color:#a3a3a399;transition:color .2s}.mobile-menu__item>a:active .mobile-menu__num{color:var(--ink)}.mobile-menu__label{flex:1;font-size:24px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;line-height:1;color:var(--ink);transition:transform .2s,font-weight .2s}.mobile-menu__item>a:active .mobile-menu__label{transform:translate(8px);font-weight:700}body[data-menu-open=true]{overflow:hidden}@media(max-width:860px){.nav-links{display:none}.nav-toggle{display:flex}.nav-toggle{order:1;justify-self:start}.nav-wordmark{order:2;justify-self:center}.nav-shapes{order:3;justify-self:end}}@media(prefers-reduced-motion:reduce){.mobile-menu,.nav-toggle__bar{transition:none}.mobile-menu__item>a,.mobile-menu__num,.mobile-menu__label{transition:none}}.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.stagger [data-stagger-item]{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.stagger [data-stagger-item].visible{opacity:1;transform:translateY(0)}.hero{min-height:92vh;min-height:92svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px clamp(24px,6vw,80px) 48px;position:relative;overflow:hidden;text-align:center}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(18,18,18,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(18,18,18,.035) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.15));mask-image:linear-gradient(to bottom,#000000e6,#00000026)}.hero-triad{display:flex;align-items:center;justify-content:center;gap:clamp(24px,3.5vw,48px);margin-bottom:clamp(48px,7vh,88px)}.hero-shape{width:clamp(64px,10vw,112px);height:clamp(64px,10vw,112px);opacity:0;transform:scale(0) rotate(-45deg);animation:hero-shape-in .7s cubic-bezier(.22,1,.36,1) forwards;translate:0 var(--parallax, 0px);transition:translate 80ms linear;will-change:translate}.hero-shape--1{animation-delay:0ms}.hero-shape--2{animation-delay:.12s}.hero-shape--3{animation-delay:.24s}.hero-shape--4{animation-delay:.36s}@keyframes hero-shape-in{to{opacity:1;transform:scale(1) rotate(0)}}.hero-tagline{font-size:clamp(11px,1.6vw,15px);font-weight:400;letter-spacing:.32em;text-transform:uppercase;opacity:0;transform:translateY(24px);margin-bottom:clamp(24px,3vh,32px);animation:hero-fade-up-tagline .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.6s}.hero-title{font-size:clamp(48px,10vw,128px);font-weight:900;letter-spacing:-.03em;line-height:.95;margin-bottom:clamp(32px,5vh,56px);text-transform:lowercase;opacity:0;transform:translateY(24px);animation:hero-fade-up .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.72s}.hero-description{font-size:clamp(16px,2vw,21px);font-weight:300;line-height:1.7;max-width:620px;opacity:0;transform:translateY(24px);margin-bottom:clamp(40px,6vh,72px);animation:hero-fade-up-desc .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.9s}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;opacity:0;transform:translateY(24px);animation:hero-fade-up-actions .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:1.08s}.hero-status{font-size:clamp(13px,1.5vw,15px);font-weight:400;letter-spacing:normal;text-transform:none;margin-top:24px;opacity:0;transform:translateY(24px);animation:hero-fade-up-status .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:1.24s}.hero-status__link{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:opacity .2s}.hero-status__link:hover{opacity:.65}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;border:1.5px solid var(--ink);font-family:var(--font);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:background .3s,color .3s}.hero-btn--primary{background:var(--ink);color:var(--cream)}.hero-btn--primary:hover,.hero-btn--secondary{background:transparent;color:var(--ink)}.hero-btn--secondary:hover{background:var(--ink);color:var(--cream)}@keyframes hero-fade-up{to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-up-tagline{to{opacity:.6;transform:translateY(0)}}@keyframes hero-fade-up-desc{to{opacity:.72;transform:translateY(0)}}@keyframes hero-fade-up-actions{to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-up-status{to{opacity:.7;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-shape,.hero-title,.hero-tagline,.hero-description,.hero-actions,.hero-status{animation:none;opacity:1;transform:none}.hero-tagline{opacity:.6}.hero-description{opacity:.72}.hero-status{opacity:.7}.nav-shapes svg{animation:none}}.divider{width:100%;height:1px;background:var(--ink-08)}.highlights{background:var(--ink);color:var(--cream)}.highlights__inner{max-width:1200px;margin:0 auto;padding:clamp(48px,8vh,80px) clamp(24px,6vw,80px);display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(24px,4vw,64px)}.highlight{padding-left:clamp(20px,2.5vw,40px);border-left:1px solid var(--cream-10)}.highlight:first-child{padding-left:0;border-left:0}.highlight__label{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px}.highlight__text{font-size:clamp(13px,1.4vw,15px);font-weight:300;line-height:1.6;color:var(--cream-65);max-width:24ch}@media(max-width:860px){.highlights__inner{grid-template-columns:repeat(2,1fr);gap:32px}.highlight:nth-child(3){padding-left:0;border-left:0}}@media(max-width:480px){.highlights__inner{grid-template-columns:1fr;gap:28px}.highlight{padding-left:0;border-left:0;padding-top:24px;border-top:1px solid var(--cream-10)}.highlight:first-child{padding-top:0;border-top:0}}.section-intro{max-width:800px;margin:0 auto;padding:clamp(72px,11vh,112px) clamp(24px,6vw,80px) clamp(40px,6vh,56px);text-align:center}.section-intro__eyebrow{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4;margin-bottom:16px}.section-intro__heading{font-size:clamp(40px,7vw,88px);font-weight:900;letter-spacing:-.03em;line-height:.95;text-transform:lowercase;margin-bottom:clamp(24px,3.5vh,32px)}.section-intro__lead{font-size:clamp(16px,1.8vw,20px);font-weight:300;line-height:1.65;opacity:.78;max-width:56ch;margin:0 auto}.games-strip{padding:clamp(48px,8vh,80px) clamp(24px,6vw,80px);display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,32px);max-width:1240px;margin:0 auto}.game-card-mini{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:40px 24px 24px;border:1px solid var(--ink-08);cursor:pointer;overflow:hidden;transition:border-color .3s,transform .4s cubic-bezier(.22,1,.36,1)}.game-card-mini>*{position:relative;z-index:1}.game-card-mini:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-accent);z-index:2}.game-card-mini:after{content:"";position:absolute;inset:0;background:var(--card-accent);z-index:0;pointer-events:none;transition:clip-path .4s cubic-bezier(.65,0,.35,1)}.game-card-mini[data-accent=red]:after{clip-path:polygon(50% 50%,50% 50%,50% 50%,50% 50%)}.game-card-mini[data-accent=blue]:after{clip-path:circle(0% at 50% 50%)}.game-card-mini[data-accent=green]:after{clip-path:polygon(50% 50%,50% 50%,50% 50%,50% 50%)}.game-card-mini[data-accent=yellow]:after{clip-path:polygon(50% 50%,50% 50%,50% 50%)}.game-card-mini[data-accent=red]{--card-accent: #FF0000}.game-card-mini[data-accent=blue]{--card-accent: #0000FF}.game-card-mini[data-accent=green]{--card-accent: #00A550}.game-card-mini[data-accent=yellow]{--card-accent: #FFCC00}.game-card-mini:hover,.game-card-mini:focus-visible{border-color:transparent;outline:none}.game-card-mini[data-accent=red]:hover:after,.game-card-mini[data-accent=red]:focus-visible:after{clip-path:polygon(-20% -20%,120% -20%,120% 120%,-20% 120%)}.game-card-mini[data-accent=blue]:hover:after,.game-card-mini[data-accent=blue]:focus-visible:after{clip-path:circle(100% at 50% 50%)}.game-card-mini[data-accent=green]:hover:after,.game-card-mini[data-accent=green]:focus-visible:after{clip-path:polygon(50% -60%,160% 50%,50% 160%,-60% 50%)}.game-card-mini[data-accent=yellow]:hover:after,.game-card-mini[data-accent=yellow]:focus-visible:after{clip-path:polygon(50% -100%,200% 160%,-100% 160%)}.game-card-mini__num{font-size:13px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;line-height:1;opacity:.4;margin-bottom:16px;font-feature-settings:"tnum"}.game-card-mini h3{font-size:18px;font-weight:900;letter-spacing:-.01em;text-transform:lowercase;line-height:1.1;margin-bottom:8px}.game-card-mini p{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;opacity:.55;margin-bottom:24px}.game-card-mini__meta{margin-top:auto;padding-top:16px;border-top:1px solid var(--ink-08);width:100%;font-size:10px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;opacity:.4}.game-card-mini__num,.game-card-mini h3,.game-card-mini p,.game-card-mini__meta{transition:color .3s cubic-bezier(.65,0,.35,1) 80ms,opacity .3s cubic-bezier(.65,0,.35,1) 80ms,border-top-color .3s cubic-bezier(.65,0,.35,1) 80ms}.game-card-mini:hover .game-card-mini__num,.game-card-mini:hover h3,.game-card-mini:hover p,.game-card-mini:hover .game-card-mini__meta,.game-card-mini:focus-visible .game-card-mini__num,.game-card-mini:focus-visible h3,.game-card-mini:focus-visible p,.game-card-mini:focus-visible .game-card-mini__meta{color:#fff;opacity:1}.game-card-mini:hover .game-card-mini__meta,.game-card-mini:focus-visible .game-card-mini__meta{border-top-color:#ffffff40}@media(max-width:960px){.games-strip{grid-template-columns:repeat(2,1fr);max-width:540px}}@media(max-width:480px){.games-strip{grid-template-columns:1fr;max-width:360px}}@media(prefers-reduced-motion:reduce){.game-card-mini:after,.game-card-mini__num,.game-card-mini h3,.game-card-mini p,.game-card-mini__meta{transition:none}}.game-section{padding:clamp(64px,11vh,120px) clamp(24px,6vw,80px);position:relative;overflow:hidden}.game-section__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,96px);align-items:start}#relativist .game-section__inner,#gradualist .game-section__inner{direction:rtl}#relativist .game-section__inner>*,#gradualist .game-section__inner>*{direction:ltr}.game-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.phone-mockup{position:relative;width:clamp(200px,24vw,280px);padding:12px 8px;background:var(--ink);border-radius:28px;box-shadow:0 40px 80px #12121226,0 12px 24px #12121214}.phone-notch{width:60px;height:6px;background:#333;border-radius:3px;margin:0 auto 8px}.phone-screen-stack{position:relative;width:100%;aspect-ratio:9 / 19.5;overflow:hidden;border-radius:16px}.phone-screen{position:absolute;inset:0;display:block;width:100%;height:100%;border-radius:16px;overflow:hidden;opacity:0;transition:opacity .6s cubic-bezier(.22,1,.36,1)}.phone-screen img{width:100%;height:100%;object-fit:cover;display:block}.phone-screen--active{opacity:1}.phone-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;padding:0;background:transparent;border:1px solid var(--ink-08);border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--ink);z-index:2;opacity:.3;transition:opacity .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.phone-nav--prev{left:-44px}.phone-nav--next{right:-44px}.phone-mockup:hover .phone-nav,.phone-nav:focus-visible{opacity:1}.phone-nav:hover{border-color:var(--ink);background:var(--ink);color:var(--cream)}.phone-nav__chev{display:block;width:6px;height:6px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor}.phone-nav__chev--left{transform:rotate(-135deg);margin-left:2px}.phone-nav__chev--right{transform:rotate(45deg);margin-right:2px}.phone-dots{display:none;justify-content:center;align-items:center;gap:8px;margin-top:16px}.phone-dot{appearance:none;-webkit-appearance:none;position:relative;width:32px;height:32px;padding:0;background:transparent;border:0;border-radius:0;cursor:pointer}.phone-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:var(--ink-20);transition:background .25s cubic-bezier(.22,1,.36,1)}.phone-dot--active:before{background:var(--ink)}.game-content{padding:clamp(0px,2vw,24px) 0}.game-number{font-size:11px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.3;margin-bottom:16px}.game-title{font-size:clamp(28px,4vw,48px);font-weight:900;letter-spacing:-.02em;text-transform:lowercase;line-height:1.05;margin-bottom:8px}.game-title__mark{display:inline-block;width:.7em;height:.7em;margin-right:.32em;vertical-align:-.04em;flex-shrink:0}.game-subtitle{font-size:clamp(11px,1.3vw,13px);font-weight:400;letter-spacing:.2em;text-transform:uppercase;opacity:.35;margin-bottom:clamp(24px,3vh,40px)}.game-desc{font-size:clamp(14px,1.5vw,16px);font-weight:300;line-height:1.75;opacity:.82;margin-bottom:clamp(24px,3vh,32px)}.game-details{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:clamp(32px,4vh,48px)}.game-detail{border-top:1px solid var(--ink-08);padding-top:12px}.game-detail__label{font-size:9px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;opacity:.35;margin-bottom:4px}.game-detail__value{font-size:14px;font-weight:500}.game-features{border-top:1px solid var(--ink-08);border-bottom:1px solid var(--ink-08);margin-bottom:20px}.game-features__summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;user-select:none}.game-features__summary::-webkit-details-marker{display:none}.game-features__label{font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase}.game-features__icon{position:relative;width:11px;height:11px;flex-shrink:0;opacity:.7}.game-features__icon:before,.game-features__icon:after{content:"";position:absolute;background:var(--ink);transition:transform .25s ease,opacity .25s ease}.game-features__icon:before{left:0;right:0;top:50%;height:1px;margin-top:-.5px}.game-features__icon:after{top:0;bottom:0;left:50%;width:1px;margin-left:-.5px}.game-features[open] .game-features__icon:after{opacity:0;transform:scaleY(0)}.game-features__list{list-style:none;margin:0;padding:4px 0 22px}.game-features__list li{position:relative;padding:8px 0 8px 18px;font-size:14px;font-weight:300;line-height:1.6;opacity:.78}.game-features__list li:before{content:"";position:absolute;left:2px;top:16px;width:4px;height:4px;border-radius:50%;background:var(--ink);opacity:.55}.store-buttons{display:flex;gap:12px}.store-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;flex:1 1 0;border:1.5px solid var(--ink);font-family:var(--font);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;background:transparent;color:var(--ink);cursor:pointer;transition:background .3s,color .3s;text-decoration:none}.store-btn:hover{background:var(--ink);color:var(--cream)}.store-btn svg{width:18px;height:18px;fill:currentColor}.store-btn--soon{opacity:.5;cursor:default;pointer-events:none}@media(max-width:860px){.game-section__inner{grid-template-columns:1fr;gap:40px}#relativist .game-section__inner,#gradualist .game-section__inner{direction:ltr}.game-visual{max-width:280px;margin:0 auto}.phone-mockup{width:100%}.store-buttons{flex-wrap:wrap}.phone-nav{display:none}.phone-dots{display:flex}}@media(prefers-reduced-motion:reduce){.phone-screen{transition:none}.phone-dot:before{transition:none}}.section-split{max-width:1240px;margin:0 auto;padding:clamp(56px,9vh,104px) clamp(24px,6vw,80px)}.section-split__head{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:640px;margin:0 auto clamp(56px,8vh,80px)}.section-split__eyebrow{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4;margin-bottom:16px}.section-split__heading{font-size:clamp(28px,4vw,48px);font-weight:900;letter-spacing:-.025em;line-height:1;text-transform:lowercase;margin-bottom:24px}.section-split__lead{font-size:clamp(15px,1.5vw,17px);font-weight:300;line-height:1.65;opacity:.78;max-width:52ch}.section-split__caption{margin-top:24px;font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink-08)}.proof-card{padding:clamp(32px,3vw,48px) clamp(24px,2.5vw,32px);border-right:1px solid var(--ink-08);display:flex;flex-direction:column}.proof-card:last-child{border-right:0}.proof-card__num{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4;margin-bottom:clamp(24px,2.5vh,32px)}.proof-card__title{font-size:clamp(22px,2.2vw,28px);font-weight:900;letter-spacing:-.02em;text-transform:lowercase;line-height:1;margin-bottom:clamp(16px,2vh,24px)}.proof-card__desc{font-size:14px;font-weight:300;line-height:1.6;opacity:.82;margin-bottom:clamp(32px,4vh,40px)}.proof-card__rows{margin-top:auto;border-top:1px solid var(--ink-08)}.proof-row{display:grid;grid-template-columns:minmax(0,auto) 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--ink-08)}.proof-row:last-child{border-bottom:0}.proof-row dt{font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;opacity:.5}.proof-row dd{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-align:right;opacity:.85}@media(max-width:860px){.proof-grid{grid-template-columns:1fr}.proof-card{border-right:0;border-bottom:1px solid var(--ink-08)}.proof-card:last-child{border-bottom:0}}.study-rows{border-top:1px solid var(--ink-08)}.study-rows__hint{font-size:clamp(12px,1.2vw,13px);font-weight:300;font-style:italic;letter-spacing:.01em;line-height:1.5;text-align:center;opacity:.5;margin:0;padding:clamp(20px,2.5vh,28px) 0 clamp(8px,1.2vh,12px)}.study-row{display:grid;grid-template-columns:minmax(160px,200px) 1fr;gap:clamp(24px,4vw,64px);padding:clamp(28px,3.5vh,44px) 0;border-bottom:1px solid var(--ink-08);align-items:start}.study-row:last-child{border-bottom:0}.study-row__head{display:flex;flex-direction:column;gap:12px;padding-top:6px}.study-row__eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;line-height:1;color:var(--ink)}.study-row__category{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;line-height:1;opacity:.4}.study-row__body{display:flex;flex-direction:column;gap:clamp(16px,2vh,20px);border-left:1px solid var(--ink-08);margin-left:calc(-1*clamp(12px,2vw,32px));padding-left:clamp(24px,4vw,48px);padding-top:8px;margin-top:-8px}.study-row__names{margin:0;font-size:clamp(18px,2vw,22px);font-weight:700;letter-spacing:-.015em;line-height:1.35;color:var(--ink)}.study-name{appearance:none;-webkit-appearance:none;background:transparent;border:0;padding:2px 0;margin:0;font:inherit;color:inherit;letter-spacing:inherit;cursor:pointer;position:relative;transition:opacity .2s ease}.study-name:hover,.study-name:focus-visible{opacity:1;outline:0}.study-name:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:var(--ink);transform:scaleX(0);transform-origin:left center;transition:transform .25s cubic-bezier(.22,1,.36,1)}.study-name:hover:after,.study-name:focus-visible:after,.study-name.is-active:after{transform:scaleX(1)}[data-study-row].has-active .study-name:not(.is-active){opacity:.4}.study-row__sep{display:inline-block;margin:0 .4em;opacity:.3;font-weight:300;user-select:none}.study-row__rule{border:0;border-top:1px solid var(--ink-08);margin:0;width:100%}.study-row__desc{margin:0;font-size:clamp(14px,1.4vw,16px);font-weight:300;line-height:1.65;opacity:.78;max-width:64ch;min-height:clamp(80px,11vh,100px);transition:opacity .2s cubic-bezier(.22,1,.36,1)}.study-row__desc.is-fading{opacity:0}@media(max-width:720px){.study-row{grid-template-columns:1fr;gap:20px;padding:clamp(24px,3vh,32px) 0}.study-row__head{flex-direction:row;align-items:baseline;gap:16px;padding-top:0}.study-row__body{border-left:0;margin-left:0;padding-left:0;padding-top:0;margin-top:0}.study-row__names{font-size:16px;line-height:1.45}.study-row__desc{min-height:auto}}@media(prefers-reduced-motion:reduce){.study-name,.study-name:after,.study-row__desc{transition:none}}.mastery-stage--ladder{margin:0 auto clamp(64px,8vh,96px)}.rank-poster__eyebrow{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4;margin-bottom:24px;text-align:center}.rank-poster__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.rank-poster__row{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:clamp(20px,2.4vw,32px) clamp(16px,1.6vw,24px);border-right:1px solid var(--ink-08)}.rank-poster__row:last-child{border-right:0}.rank-poster__icon-zone{height:80px;width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:16px}.rank-icon{display:block;width:64px;height:64px;color:var(--ink);overflow:visible}.rank-icon__el{opacity:0;animation-fill-mode:both;animation-timing-function:cubic-bezier(.65,0,.35,1)}.rank-icon__el.rank-guide{opacity:.25!important}.draw-line,.draw-fade,.draw-fade-stay,.tick-in,.arc-sweep,.fold-in{stroke-dasharray:1;stroke-dashoffset:1}.pop-in,.pop-bounce,.pop-bounce-strong,.ring-out,.pulse-once{transform-box:fill-box;transform-origin:center}.arc-sweep{transform-box:fill-box;transform-origin:center;transform:rotate(-90deg)}.stagger [data-stagger-item].visible .draw-line{animation:rk-draw .55s forwards}.stagger [data-stagger-item].visible .draw-fade{animation:rk-draw-fade .95s forwards}.stagger [data-stagger-item].visible .draw-fade-stay{animation:rk-draw-stay .6s forwards}.stagger [data-stagger-item].visible .tick-in{animation:rk-tick .4s forwards}.stagger [data-stagger-item].visible .arc-sweep{animation:rk-arc .85s forwards}.stagger [data-stagger-item].visible .fold-in{animation:rk-fold .7s cubic-bezier(.34,1.35,.5,1) forwards}.stagger [data-stagger-item].visible .pop-in{animation:rk-pop .4s cubic-bezier(.34,1.5,.5,1) forwards}.stagger [data-stagger-item].visible .pop-bounce{animation:rk-bounce .55s cubic-bezier(.34,1.65,.5,1) forwards}.stagger [data-stagger-item].visible .pop-bounce-strong{animation:rk-bounce-strong .7s cubic-bezier(.34,1.85,.45,1) forwards}.stagger [data-stagger-item].visible .ring-out{animation:rk-ring .7s cubic-bezier(.5,0,.4,1) forwards}.stagger [data-stagger-item].visible .pulse-once{animation:rk-pulse .6s cubic-bezier(.5,0,.4,1) forwards}@keyframes rk-draw{0%{opacity:1;stroke-dashoffset:1}to{opacity:1;stroke-dashoffset:0}}@keyframes rk-draw-fade{0%{opacity:0;stroke-dashoffset:1}18%{opacity:.5;stroke-dashoffset:1}55%{opacity:.5;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:0}}@keyframes rk-draw-stay{0%{opacity:0;stroke-dashoffset:1}30%{opacity:.22;stroke-dashoffset:1}to{opacity:.22;stroke-dashoffset:0}}@keyframes rk-tick{0%{opacity:0;stroke-dashoffset:1}to{opacity:.55;stroke-dashoffset:0}}@keyframes rk-arc{0%{opacity:1;stroke-dashoffset:1}to{opacity:1;stroke-dashoffset:0}}@keyframes rk-fold{0%{opacity:0;transform:scale(.55);stroke-dashoffset:1}35%{opacity:1}to{opacity:1;transform:scale(1);stroke-dashoffset:0}}@keyframes rk-pop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rk-bounce{0%{opacity:0;transform:scale(0)}55%{opacity:1;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}@keyframes rk-bounce-strong{0%{opacity:0;transform:scale(0) rotate(-3deg)}50%{opacity:1;transform:scale(1.22) rotate(.5deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes rk-ring{0%{opacity:0;transform:scale(0)}35%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.85)}}@keyframes rk-pulse{0%{opacity:0;transform:scale(0)}40%{opacity:1;transform:scale(1.3)}to{opacity:0;transform:scale(2.2)}}@media(prefers-reduced-motion:reduce){.rank-icon__el{animation:rk-fade-rm .3s forwards;animation-delay:0s!important;transform:none!important;stroke-dasharray:none!important;stroke-dashoffset:0!important}@keyframes rk-fade-rm{to{opacity:1}}.draw-fade,.draw-fade-stay,.tick-in{animation:rk-fade-rm-faint .3s forwards}@keyframes rk-fade-rm-faint{to{opacity:.4}}}.rank-poster__numeral{font-size:clamp(28px,3vw,40px);font-weight:900;letter-spacing:.02em;font-feature-settings:"tnum";line-height:1;margin-bottom:clamp(16px,2vh,24px)}.rank-poster__name{font-size:clamp(13px,1.4vw,16px);font-weight:700;letter-spacing:-.01em;text-transform:lowercase;line-height:1}.rank-poster__tagline{font-size:9px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;opacity:.5}.mastery-stage--records{padding-top:clamp(48px,7vh,72px)}.record-wall__head{text-align:center;margin:0 auto clamp(40px,6vh,56px);max-width:640px}.record-wall__eyebrow{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4;margin-bottom:16px}.record-wall__lead{font-size:clamp(15px,1.5vw,17px);font-weight:300;line-height:1.65;opacity:.7;max-width:56ch;margin:0 auto}.record-wall__grid{display:grid;grid-template-columns:repeat(4,minmax(0,192px));gap:clamp(16px,1.6vw,24px);justify-content:center}.record-card{position:relative;background:#fbf8ef;padding:0;display:block;transition:transform .5s cubic-bezier(.22,1,.36,1)}.record-card:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:var(--card-accent, #FF0000);transition:width .55s cubic-bezier(.65,0,.35,1)}.record-card:hover{transform:translateY(-4px)}.record-card:hover:after{width:100%}.record-card:nth-child(1){--card-accent: #FF0000}.record-card:nth-child(2){--card-accent: #0000FF}.record-card:nth-child(3){--card-accent: #00A550}.record-card:nth-child(4){--card-accent: #FFCC00}@media(prefers-reduced-motion:reduce){.record-card,.record-card:after{transition:none}}.record-card__art{width:100%;height:auto;display:block}@media(max-width:720px){.rank-poster__list{grid-template-columns:1fr}.rank-poster__row{flex-direction:row;align-items:baseline;gap:16px;border-right:0;border-bottom:1px solid var(--ink-08)}.rank-poster__row:last-child{border-bottom:0}.rank-poster__icon-zone{display:none}.rank-poster__numeral{margin-bottom:0;min-width:48px}.rank-poster__tagline{margin-left:auto}}@media(max-width:960px){.record-wall__grid{grid-template-columns:repeat(2,minmax(0,240px))}}@media(max-width:480px){.record-wall__grid{grid-template-columns:repeat(2,1fr)}}.exercise-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,3vw,48px);align-items:start}.exercise-ledger{border:1px solid var(--ink-08);background:var(--cream);display:flex;flex-direction:column}.exercise-ledger__row{display:grid;grid-template-columns:64px 1fr 96px;gap:clamp(12px,1.6vw,20px);align-items:center;padding:16px clamp(16px,2vw,24px);min-height:72px;border-bottom:1px solid var(--ink-08);background:transparent;color:var(--ink);text-align:left;font-family:inherit;border-left:0;border-right:0;border-top:0;cursor:default;width:100%}.exercise-ledger__row:last-child{border-bottom:0}.exercise-ledger__row--today{background:#00f;color:#fff}.exercise-ledger__row--absolute{background:var(--ink);color:var(--cream)}.exercise-ledger__row--dissonant{opacity:.55}.exercise-ledger__date{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.exercise-ledger__date strong{font-size:28px;font-weight:900;letter-spacing:-.034em;line-height:1;font-feature-settings:"tnum"}.exercise-ledger__row--today .exercise-ledger__date strong{font-size:11px;font-weight:900;letter-spacing:.04em}.exercise-ledger__date em{font-size:8px;font-weight:500;font-style:normal;letter-spacing:.105em;text-transform:uppercase;line-height:1;opacity:.5}.exercise-ledger__row--today .exercise-ledger__date em{color:#ffffff8c;opacity:1}.exercise-ledger__row--absolute .exercise-ledger__date em{color:#f5f2eb80;opacity:1}.exercise-ledger__title{display:flex;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.exercise-ledger__title strong{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;line-height:1.3}.exercise-ledger__title em{font-size:8px;font-weight:400;font-style:normal;letter-spacing:.0875em;text-transform:uppercase;line-height:1.3;opacity:.5}.exercise-ledger__row--today .exercise-ledger__title em{color:#ffffff8c;opacity:1}.exercise-ledger__row--absolute .exercise-ledger__title em{color:#f5f2eb80;opacity:1}.exercise-ledger__score{display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding-left:clamp(10px,1.2vw,16px);border-left:1px solid var(--ink-08);min-height:40px;justify-content:center;min-width:60px}.exercise-ledger__row--today .exercise-ledger__score{border-left-color:#ffffff59}.exercise-ledger__row--absolute .exercise-ledger__score{border-left-color:#f5f2eb59}.exercise-ledger__score strong{font-size:16px;font-weight:900;line-height:1;font-feature-settings:"tnum"}.exercise-ledger__score em{font-size:8px;font-weight:500;font-style:normal;letter-spacing:.0875em;text-transform:uppercase;line-height:1;opacity:.5}.exercise-ledger__row--today .exercise-ledger__score em,.exercise-ledger__row--absolute .exercise-ledger__score em{opacity:1}.exercise-ledger__score--cta strong{font-size:16px;font-weight:900;letter-spacing:.04em}.atom-ticker{border:1px solid var(--ink-08);background:var(--cream);display:flex;flex-direction:column;padding:clamp(20px,2.4vw,28px);gap:clamp(16px,2vh,24px)}.atom-ticker__head{display:flex;flex-direction:column;gap:16px;flex-shrink:0}.atom-ticker__eyebrow{margin:0;font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4}.atom-ticker__filters{display:flex;flex-wrap:wrap;gap:8px}.atom-ticker__filter{appearance:none;-webkit-appearance:none;background:transparent;border:1px solid var(--ink-08);border-radius:0;padding:6px 12px;font-family:inherit;font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);cursor:pointer;opacity:.6;transition:opacity .2s,border-color .2s,background .2s}.atom-ticker__filter:hover{opacity:1;border-color:var(--ink-20)}.atom-ticker__filter.is-active{opacity:1;border-color:var(--ink);background:var(--ink);color:var(--cream)}.atom-ticker__stage{display:flex;flex-direction:column;justify-content:center;gap:clamp(8px,1.2vh,14px);padding:clamp(12px,2vh,20px) 0;border-top:1px solid var(--ink-08);border-bottom:1px solid var(--ink-08);transition:opacity .3s cubic-bezier(.22,1,.36,1)}.atom-ticker__stage.is-fading{opacity:0}.atom-ticker__dimension{margin:0;font-size:10px;font-weight:700;letter-spacing:.32em;text-transform:uppercase;line-height:1;color:var(--ink)}.atom-ticker__name{margin:0;font-size:clamp(32px,3vw,44px);font-weight:900;letter-spacing:-.03em;line-height:.95;text-transform:lowercase;color:var(--ink);word-break:break-word}.atom-ticker__attribution{margin:0;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;line-height:1;opacity:.55}.atom-ticker__principle{margin:0;font-size:clamp(14px,1.4vw,16px);font-weight:300;font-style:italic;line-height:1.55;opacity:.78;max-width:38ch}.atom-ticker__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0;background:transparent;background-color:transparent;border:0;outline:0;box-shadow:none;margin:0;padding:0}.atom-ticker__counter{display:inline-block;font-size:10px;font-weight:500;font-feature-settings:"tnum";letter-spacing:.22em;text-transform:uppercase;opacity:.45;background:transparent;background-color:transparent;color:var(--ink);border:0;outline:0;box-shadow:none;margin:0;padding:0;width:auto;user-select:none;-webkit-user-select:none}.atom-ticker__nav{display:flex;align-items:center;gap:4px}.atom-ticker__nav-btn{appearance:none;-webkit-appearance:none;background:transparent;border:1px solid var(--ink-08);border-radius:0;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,background .2s;color:var(--ink)}.atom-ticker__nav-btn:hover{border-color:var(--ink);background:var(--ink);color:var(--cream)}.atom-ticker__nav-btn:active{background:var(--ink);color:var(--cream)}.atom-ticker__chev{display:block;width:6px;height:6px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor}.atom-ticker__chev--left{transform:rotate(-135deg);margin-left:2px}.atom-ticker__chev--right{transform:rotate(45deg);margin-right:2px}@media(max-width:860px){.exercise-layout{grid-template-columns:1fr;gap:24px}.atom-ticker{min-height:320px}.atom-ticker__name{font-size:clamp(36px,12vw,56px)}}@media(max-width:600px){.exercise-ledger__row{grid-template-columns:56px 1fr auto;gap:12px;padding:12px 16px}.exercise-ledger__date strong{font-size:22px}.exercise-ledger__title strong{font-size:10px}.exercise-ledger__score strong{font-size:14px}}@media(prefers-reduced-motion:reduce){.atom-ticker__stage{transition:none}}.four-instruments{padding:clamp(64px,10vh,120px) clamp(24px,6vw,80px) clamp(72px,12vh,144px)}.four-instruments__inner{max-width:1240px;margin:0 auto;border:1px solid var(--ink-08);padding:clamp(40px,6vw,80px)}.four-instruments__eyebrow{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4;margin-bottom:clamp(32px,4vh,48px)}.four-instruments__heading{font-size:clamp(36px,5.2vw,64px);font-weight:900;letter-spacing:-.03em;line-height:.95;text-transform:lowercase}.four-instruments__lead{font-size:clamp(14px,1.4vw,16px);font-weight:300;line-height:1.65;opacity:.7;max-width:64ch}.four-instruments__split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,88px);align-items:start;margin-top:clamp(32px,4vh,48px)}.four-instruments__editorial{display:flex;flex-direction:column}.four-instruments__editorial .four-instruments__heading{margin-bottom:clamp(20px,3vh,32px)}.four-instruments__split>.newsletter{padding-left:clamp(24px,4vw,56px);border-left:1px solid var(--ink-08)}@media(max-width:860px){.four-instruments__split{grid-template-columns:1fr;gap:clamp(32px,5vh,48px)}.four-instruments__split>.newsletter{padding-left:0;border-left:0;padding-top:clamp(32px,5vh,48px);border-top:1px solid var(--ink-08)}}.newsletter{display:flex;flex-direction:column;align-items:stretch;text-align:left}.newsletter__lead{font-size:clamp(14px,1.4vw,16px);font-weight:300;line-height:1.65;opacity:.7;text-align:left;margin-bottom:clamp(20px,3vh,28px)}.newsletter__form{display:flex;gap:0;max-width:480px;width:100%}.newsletter__input{flex:1;min-width:0;padding:14px 16px;border:1.5px solid var(--ink);background:var(--cream);font-family:var(--font);font-size:14px;font-weight:400;color:var(--ink);border-radius:0;outline:none}.newsletter__input::placeholder{color:var(--ink-50)}.newsletter__submit{padding:14px 28px;background:var(--ink);color:var(--cream);border:1.5px solid var(--ink);font-family:var(--font);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;border-radius:0;cursor:pointer;transition:background .3s,color .3s;margin-left:-1.5px;white-space:nowrap}.newsletter__submit:hover{background:transparent;color:var(--ink)}.newsletter__submit:disabled{cursor:not-allowed;pointer-events:none}.newsletter__error{font-size:12px;font-weight:500;color:red;letter-spacing:.05em;margin-top:8px}.newsletter__helper{font-size:12px;font-weight:400;opacity:.6;line-height:1.5;margin-top:12px;max-width:56ch}.newsletter__contact{font-size:12px;font-weight:400;opacity:.6;line-height:1.5;margin-top:16px;max-width:56ch}.newsletter__contact a{color:var(--ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:opacity .2s}.newsletter__contact a:hover{opacity:.65}.newsletter__honeypot{position:absolute;left:-9999px;width:1px;height:1px}@media(max-width:520px){.newsletter__form{flex-direction:column;gap:12px}.newsletter__submit{width:100%;margin-left:0}}footer{background:#121212;color:#f5f2eb;margin-top:clamp(40px,8vh,80px)}.footer-inner{max-width:1200px;margin:0 auto;padding:clamp(72px,12vh,120px) clamp(24px,6vw,80px) clamp(48px,8vh,72px);display:grid;grid-template-columns:1.4fr 2fr;gap:clamp(40px,6vw,96px);align-items:start}.footer-brand h2{font-size:clamp(28px,3.2vw,40px);font-weight:900;letter-spacing:-.02em;text-transform:lowercase;margin-bottom:12px;line-height:1}.footer-brand p{font-size:11px;font-weight:400;opacity:.45;letter-spacing:.22em;text-transform:uppercase}.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(32px,4vw,64px)}.footer-col h4{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4;margin-bottom:20px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:12px}.footer-col li:last-child{margin-bottom:0}.footer-col a{font-size:13px;font-weight:400;color:#f5f2eb;opacity:.65;transition:opacity .3s}.footer-col a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(245,242,235,.08)}.footer-bottom__inner{max-width:1200px;margin:0 auto;padding:24px clamp(24px,6vw,80px);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:11px;font-weight:400;opacity:.35}.footer-bottom__sep{display:inline-block;margin:0 .4em;opacity:.6;user-select:none}.footer-bottom p a{color:inherit;text-decoration:none;transition:opacity .2s}.footer-bottom p a:hover{opacity:1}.footer-bottom__tagline{letter-spacing:.16em;text-transform:uppercase}@media(max-width:860px){.footer-inner{grid-template-columns:1fr;gap:48px}.footer-cols{grid-template-columns:repeat(3,1fr);gap:24px}}@media(max-width:560px){.footer-cols{grid-template-columns:1fr;gap:32px}.footer-bottom__inner{justify-content:center;text-align:center}}.quote-band{padding:clamp(64px,11vh,120px) clamp(24px,8vw,120px);text-align:center;background:var(--ink);color:var(--cream)}.quote-stack{position:relative;max-width:760px;margin:0 auto;min-height:clamp(144px,22vh,224px)}.quote-slide{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;opacity:0;clip-path:inset(0 100% 0 0)}.quote-slide--current{opacity:1;pointer-events:auto;clip-path:inset(0 0 0 0)}.quote-slide--outgoing{opacity:1;clip-path:inset(0 0 0 0);animation:quote-clip-out .5s cubic-bezier(.65,0,.35,1) .25s forwards}.quote-slide--incoming{opacity:1;clip-path:inset(0 100% 0 0);animation:quote-clip-in .5s cubic-bezier(.65,0,.35,1) .25s forwards}@keyframes quote-clip-out{to{clip-path:inset(0 0 0 100%)}}@keyframes quote-clip-in{to{clip-path:inset(0 0 0 0)}}.quote-slide blockquote{font-size:clamp(18px,2.8vw,32px);font-weight:300;font-style:italic;line-height:1.55;color:var(--cream-65);margin:0 auto 24px}.quote-slide cite{font-size:11px;font-weight:500;font-style:normal;letter-spacing:.22em;text-transform:uppercase;color:#f5f2eb80}.quote-slide--outgoing cite{animation:quote-cite-out .2s ease-out .75s forwards}.quote-slide--incoming cite{opacity:0;animation:quote-cite-in .2s ease-in .75s forwards}@keyframes quote-cite-out{to{opacity:0}}@keyframes quote-cite-in{to{opacity:1}}.quote-rule{position:absolute;top:0;bottom:0;left:0;width:1px;background:var(--cream-35);transform-origin:top center;transform:scaleY(0) translate(0);opacity:0;pointer-events:none}.quote-rule--active{animation:quote-rule-cycle .95s cubic-bezier(.65,0,.35,1) forwards}@keyframes quote-rule-cycle{0%{transform:scaleY(0) translate(0);opacity:0}5%{opacity:1}26%{transform:scaleY(1) translate(0);opacity:1}79%{transform:scaleY(1) translate(var(--quote-width, 100%));opacity:1}to{transform:scaleY(1) translate(var(--quote-width, 100%));opacity:0}}@media(prefers-reduced-motion:reduce){.quote-slide{transition:opacity 1.2s cubic-bezier(.22,1,.36,1);clip-path:none;animation:none!important}.quote-slide--current{opacity:1}.quote-slide--outgoing{opacity:0;animation:none!important}.quote-slide--incoming{opacity:1;animation:none!important}.quote-slide--outgoing cite,.quote-slide--incoming cite{animation:none!important;opacity:inherit}.quote-rule{display:none}}.scroll-progress{position:fixed;top:64px;left:0;height:2px;background:var(--ink);z-index:101;width:0%;transition:width .05s linear,top .3s ease}.scroll-progress.nav-hidden{top:0}.not-found{position:relative;min-height:100svh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(32px,6vw,96px);align-items:center;padding:96px clamp(24px,4vw,64px) 80px;max-width:1400px;margin:0 auto;width:100%}.not-found__debris{position:absolute;pointer-events:none;z-index:1}.not-found__debris--1{top:86px;right:8%;transform:rotate(-9deg)}.not-found__debris--2{bottom:96px;left:6%;transform:rotate(7deg)}.not-found__debris--3{top:38%;right:3%;transform:rotate(18deg);opacity:.85}.not-found__debris--4{top:22%;left:2%;transform:rotate(-22deg);opacity:.7}.not-found__comp{position:relative;aspect-ratio:1 / 1;width:100%;max-width:600px;justify-self:center}.not-found__comp-svg{width:100%;height:100%;display:block;overflow:visible}.not-found__grid line{stroke:var(--ink);stroke-width:.4;opacity:.06}.not-found__rule{stroke:var(--ink);stroke-width:1;fill:none}.not-found__caption{font-size:9px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;fill:var(--ink-50);font-family:var(--font)}.not-found__caption--num{fill:var(--ink)}.not-found__paper{fill:var(--cream);stroke:var(--ink);stroke-width:.6}.not-found__paper--torn{stroke-dasharray:1 2;stroke-width:.5}.not-found__tape{fill:#ffcc008c;stroke:#12121226;stroke-width:.4}.not-found__arrow{stroke:var(--ink);stroke-width:1.2;fill:none;stroke-linecap:square}.not-found__splatter{fill:var(--ink)}.not-found__shape{transform-box:fill-box;transform-origin:center}.not-found__shape--square{animation:nf-square-drift 11s ease-in-out infinite}.not-found__shape--circle{animation:nf-circle-drift 13s ease-in-out infinite}.not-found__shape--triangle{animation:nf-triangle-spin 24s linear infinite}.not-found__shape--triangle-small{animation:nf-triangle-small 9s ease-in-out infinite}.not-found__shape--bar{animation:nf-bar-shift 15s ease-in-out infinite}.not-found__shape--wobble{animation:nf-wobble 8s ease-in-out infinite}.not-found__shape--wobble-2{animation:nf-wobble 10s ease-in-out -3s infinite}@keyframes nf-square-drift{0%,to{transform:translate(0) rotate(8deg)}50%{transform:translate(6px,-4px) rotate(11deg)}}@keyframes nf-circle-drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-5px,3px) scale(1.02)}}@keyframes nf-triangle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes nf-triangle-small{0%,to{transform:translate(0) rotate(-12deg)}50%{transform:translate(4px,4px) rotate(-8deg)}}@keyframes nf-bar-shift{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-3px) rotate(-1deg)}}@keyframes nf-wobble{0%,to{transform:rotate(var(--r, 0deg)) translate(0)}50%{transform:rotate(calc(var(--r, 0deg) + 1.5deg)) translate(2px,-1px)}}.not-found__text{max-width:520px;position:relative;z-index:2}.not-found__eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-50);margin-bottom:32px;display:flex;align-items:center;gap:12px}.not-found__eyebrow:before{content:"";display:block;width:24px;height:1px;background:var(--ink)}.not-found__lede{font-size:clamp(28px,3.4vw,44px);font-weight:500;line-height:1.18;letter-spacing:-.02em;color:var(--ink);margin:0 0 24px;text-wrap:pretty;position:relative}.not-found__lede:after{content:"";position:absolute;left:0;bottom:-10px;width:60%;max-width:240px;height:1.5px;background:var(--red)}.not-found__sub{font-size:clamp(15px,1.5vw,17px);font-weight:300;line-height:1.65;color:var(--ink-50);margin:0 0 40px;max-width:440px}.not-found__actions{display:flex;flex-wrap:wrap;gap:12px}.not-found__btn{gap:14px}.not-found__btn-arrow{display:inline-block;width:18px;height:10px;transition:transform .2s}.not-found__btn:hover .not-found__btn-arrow{transform:translate(4px)}.not-found__actions a:focus-visible{outline:1px solid var(--ink);outline-offset:4px}.not-found__stamp{position:fixed;right:clamp(24px,4vw,64px);bottom:28px;margin:0;font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-50);pointer-events:none;z-index:5;display:flex;align-items:center;gap:10px}.not-found__stamp:before{content:"";width:8px;height:8px;background:var(--red);display:block}@media(max-width:860px){.not-found{grid-template-columns:1fr;padding-top:88px;padding-bottom:120px;gap:24px;align-items:start}.not-found__comp{max-width:320px;order:1}.not-found__text{order:2;max-width:none;text-align:center;align-items:center;display:flex;flex-direction:column}.not-found__eyebrow{justify-content:center}.not-found__lede:after{left:50%;transform:translate(-50%);width:clamp(140px,50vw,220px)}.not-found__sub{margin-left:auto;margin-right:auto}.not-found__actions{justify-content:center}.not-found__debris--3,.not-found__debris--4{display:none}.not-found__stamp{font-size:9px}}@media(prefers-reduced-motion:reduce){.not-found__shape,.not-found__shape--square,.not-found__shape--circle,.not-found__shape--triangle,.not-found__shape--triangle-small,.not-found__shape--bar,.not-found__shape--wobble,.not-found__shape--wobble-2{animation:none}.not-found__btn-arrow{transition:none}}.legal{max-width:720px;margin:0 auto;padding:clamp(96px,14vh,144px) clamp(24px,6vw,80px) clamp(64px,10vh,96px)}.legal__head{margin-bottom:clamp(48px,7vh,72px);text-align:center}.legal__eyebrow{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.4;margin-bottom:16px}.legal__heading{font-size:clamp(36px,5vw,56px);font-weight:900;letter-spacing:-.025em;text-transform:lowercase;line-height:1;margin-bottom:24px}.legal__updated{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;opacity:.5}.legal__body{font-size:clamp(15px,1.5vw,17px);font-weight:300;line-height:1.7;opacity:.85}.legal__body p{margin-bottom:18px}.legal__body p:last-child{margin-bottom:0}.legal__body h2{font-size:clamp(16px,1.6vw,18px);font-weight:700;letter-spacing:.02em;margin-top:clamp(36px,5vh,48px);margin-bottom:12px;opacity:1}.legal__body a{color:var(--ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:opacity .2s}.legal__body a:hover{opacity:.65}.legal__body em{font-style:italic}.subscribed{min-height:calc(100svh - 64px);display:flex;align-items:center;justify-content:center;padding:96px clamp(24px,4vw,64px) 80px}.subscribed__inner{max-width:520px;text-align:left}.subscribed__eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-50);margin-bottom:32px;display:flex;align-items:center;gap:12px}.subscribed__eyebrow:before{content:"";display:block;width:24px;height:1px;background:var(--ink)}.subscribed__lede{font-size:clamp(28px,3.4vw,44px);font-weight:500;line-height:1.18;letter-spacing:-.02em;color:var(--ink);margin:0 0 24px}.subscribed__sub{font-size:clamp(15px,1.5vw,17px);font-weight:300;line-height:1.65;color:var(--ink-50);margin:0 0 40px}.subscribed__actions{display:flex;flex-wrap:wrap;gap:12px}
