.nav{position:fixed;inset:0 0 auto;z-index:100;height:var(--nav-h);width:100%;transition:background-color .22s ease,background-image .22s ease}.nav--overlay{background:linear-gradient(180deg,#00000080,#6666661a)}.nav--solid{background:var(--ink)}.nav__inner{height:100%;max-width:1920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4.2vw,61px)}.nav__logo{display:inline-flex;align-items:center}.nav__logo img{width:clamp(120px,12vw,176px);height:auto}.nav__cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 42px;min-width:180px;border:1px solid #f0f0e6;border-radius:12px;color:#fff;font-family:var(--font-mono);font-size:clamp(14px,1.2vw,20px);font-weight:500;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;transition:background-color .18s ease,color .18s ease}.nav__cta:hover{background-color:#fff779;color:#000;font-weight:900}@media(max-width:640px){.nav{--nav-h: 72px}.nav__inner{padding:0 1rem}.nav__cta{min-width:0;padding:10px 14px;font-size:13px;border-radius:10px}}.btn-register{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;letter-spacing:.005em;text-transform:uppercase;text-align:center;line-height:1;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease}.btn-register--solid,.btn-register--outline{font-size:clamp(22px,2.9vw,38px);height:clamp(96px,10vw,130px);padding:0 clamp(28px,3.5vw,42px);border-radius:50%}.btn-register--solid{position:relative;background:transparent;color:#fff;border:0;-webkit-text-stroke:3px #000;paint-order:stroke fill;isolation:isolate}.btn-register--solid:before{content:"";position:absolute;inset:0;background:var(--orange);border:2px solid #000;border-radius:50%;box-shadow:0 8px 24px #00000040;z-index:-1;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.btn-register--solid:hover:before{transform:rotate(-7deg);box-shadow:0 12px 28px #00000052}.btn-register--outline{background:transparent;color:#1e1e1e;font-weight:900;border:1.5px solid #1e1e1e}.btn-register--outline:hover{background:#1e1e1e;color:#fff}.btn-register--pill-light,.btn-register--pill-dark{font-family:var(--font-mono);font-weight:500;font-size:clamp(14px,1.2vw,20px);line-height:1.2;padding:16px 24px;min-width:200px;border-radius:12px}.btn-register--pill-light{background:transparent;color:#fff;border:1px solid #f0f0e6}.btn-register--pill-light:hover{background:#ffffff1f}.btn-register--pill-dark{background:transparent;color:#2c2c2c;border:1px solid #2c2c2c}.btn-register--pill-dark:hover{background:#2c2c2c;color:#fff}.btn-register:focus-visible{outline:2px solid currentColor;outline-offset:4px}.hero{position:relative;width:100%;height:100vh;min-height:720px;max-height:940px;overflow:hidden;isolation:isolate;background:#296183}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(360deg,#2c2c2c,#20202000);pointer-events:none;z-index:1}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;z-index:0}.hero__lockup-wrap{position:absolute;inset:11% 0 20%;z-index:2;display:flex;justify-content:center;pointer-events:auto;overflow:visible;max-height:600px}.hero__lockup,.hero__lockup--svg svg{width:100%;height:100%;object-fit:contain;object-position:center;display:block;overflow:visible}.hero__lockup--svg g[data-letter-reveal]{animation-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.hero__lockup--svg g[data-letter-reveal][data-ring=inner]{animation-name:hero-letter-reveal-inner;animation-duration:.7s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.hero__lockup--svg g[data-letter-reveal][data-ring=outer]{animation-name:hero-letter-reveal-outer;animation-duration:.25s;animation-timing-function:ease-out;animation-fill-mode:both}@keyframes hero-letter-reveal-inner{0%{opacity:0;transform:translateY(var(--y-from, 60px))}to{opacity:1;transform:translateY(0)}}@keyframes hero-letter-reveal-outer{0%{opacity:0}to{opacity:1}}.hero__lockup--svg g[data-ring-float]{transform-box:view-box;transform-origin:center}.hero__lockup--svg g[data-ring-float=inner]{animation:hero-ring-float 9s ease-in-out infinite}.hero__lockup--svg g[data-ring-float=outer]{animation:hero-ring-float 6s ease-in-out infinite}@keyframes hero-ring-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero__lockup--svg g[data-wiggle]{animation:hero-ring-wiggle .3s cubic-bezier(.36,.07,.19,.97) 1;transform-box:view-box;transform-origin:center}@keyframes hero-ring-wiggle{0%{transform:rotate(0)}25%{transform:rotate(-1.5deg)}55%{transform:rotate(1deg)}80%{transform:rotate(-.4deg)}to{transform:rotate(0)}}@media(prefers-reduced-motion:reduce){.hero__lockup--svg g[data-letter-reveal],.hero__lockup--svg g[data-ring-float],.hero__title,.hero__cta{animation:none;opacity:1}.hero__lockup--svg g[data-letter-reveal],.hero__lockup--svg g[data-ring-float]{transform:none}}.hero__title{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);z-index:3;margin:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.1em;color:#fff;font-family:var(--font-display);font-weight:700;font-size:clamp(28px,4.5vw,46px);line-height:1;letter-spacing:-.005em;-webkit-text-stroke:3px #000;paint-order:stroke fill;white-space:nowrap;max-height:110px;animation:hero-title-fade .6s ease-out 2.4s both}@keyframes hero-title-fade{0%{opacity:0;transform:translate(-50%,calc(-50% + 16px))}to{opacity:1;transform:translate(-50%,-50%)}}.hero__title span{display:block}.hero__cta{position:absolute;left:50%;top:82%;transform:translate(-50%,-50%);z-index:3;animation:hero-cta-pop .7s cubic-bezier(.34,1.56,.64,1) 3.5s both}.hero__cta:hover{transform:translate(-50%,calc(-50% - 2px))}@keyframes hero-cta-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(1)}40%{opacity:1;transform:translate(-50%,-50%) scale(1)}70%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.hero__divider{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:auto;z-index:4;pointer-events:none}@media(max-width:1080px){.hero{aspect-ratio:auto;min-height:720px}.hero__title{top:44%}.hero__cta{top:82%}}@media(max-width:640px){.hero__lockup-wrap{top:17%;height:45%;width:900px;left:50%;right:auto;transform:translate(-50%)}.hero__title{top:40%;font-size:clamp(22px,6.5vw,36px)}.hero__cta{top:75%;width:300px;height:100px;font-size:26px}}.anchored{position:relative;width:100%;min-height:1080px;overflow:hidden;isolation:isolate;background:#fbfbfb}.anchored__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;mix-blend-mode:multiply;opacity:.6}.anchored__splat{position:absolute;pointer-events:none;z-index:1}.anchored__splat--y1{width:888px;left:-300px;top:-40px}.anchored__splat--y2{width:837px;left:-539px;top:-3px}.anchored__splat--y3{width:319px;left:50%;top:-10px;transform:translate(-50%);opacity:.85}.anchored__splat--k1{width:0px;left:-5%;top:140px;transform:translate(-50%)}.anchored__splat--k2{width:837px;right:-450px;top:-107px}.anchored__splat--b1{width:754px;right:-400px;top:220px}.anchored__inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:clamp(48px,8vw,100px) 1.5rem clamp(72px,10vw,120px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(20px,2.5vw,28px)}.anchored__anchor{width:clamp(64px,6.5vw,95px);height:auto;display:block;cursor:pointer;transition:transform .2s ease}.anchored__anchor:hover{transform:scale(1.08)}.anchored__anchor:active{transform:scale(.95)}.anchored__eyebrow{margin:0;color:var(--orange);font-family:var(--font-mono);font-weight:500;font-size:clamp(14px,1.4vw,20px);line-height:1.2;letter-spacing:.06em;text-transform:uppercase}.anchored__heading{position:relative;margin:0;display:inline-flex;flex-direction:column;align-items:center;width:100%;max-width:1080px}.anchored__heading-main{font-family:Dela Gothic One,system-ui,sans-serif;font-weight:400;font-size:clamp(32px,8vw,178px);line-height:.95;letter-spacing:-.01em;text-transform:uppercase;display:inline-flex;flex-wrap:nowrap;justify-content:center;white-space:nowrap}.anchored__heading-char{display:inline-block;color:transparent;-webkit-text-stroke-width:1.5px;-webkit-text-stroke-color:#2c2c2c;paint-order:stroke fill}.anchored.heading-active .anchored__heading-char{animation:anchored-letter-wave .9s ease-in-out 1 both;animation-delay:calc(var(--i, 0) * .13s)}@keyframes anchored-letter-wave{0%{color:transparent;-webkit-text-stroke-width:1.5px;-webkit-text-stroke-color:#2c2c2c;transform:scale(1)}50%{color:#fff;-webkit-text-stroke-width:3px;-webkit-text-stroke-color:#1cc3f1;transform:scale(1.05)}to{color:transparent;-webkit-text-stroke-width:1.5px;-webkit-text-stroke-color:#2c2c2c;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.anchored.heading-active .anchored__heading-char{animation:none}}.anchored__heading-script{position:relative;z-index:2;width:clamp(280px,32vw,558px);height:auto;margin-top:clamp(-20px,-3.5vw,-56px);align-self:center;pointer-events:none}.anchored__body{margin:clamp(24px,4vw,48px) auto 0;max-width:920px;color:#2c2c2c;font-family:var(--font-display);font-weight:500;font-size:clamp(16px,1.6vw,24px);line-height:1.18}.anchored__body strong{font-weight:700}.anchored__cards{list-style:none;margin:clamp(32px,5vw,60px) 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,335px));gap:clamp(16px,2vw,28px);width:100%;max-width:1100px;justify-content:center}.anchored__card{position:relative;background:#fff779;border-radius:16px;border:1px solid #1e1e1e;border-right-width:10px;border-bottom-width:10px;padding:30px 28px;text-align:left;overflow:visible;transition:transform .26s cubic-bezier(.34,1.56,.64,1)}.anchored__card:hover{transform:rotate(var(--hover-rotate, 4deg)) scale(1.05)}.anchored.is-visible .anchored__card{animation:anchored-card-pop .7s cubic-bezier(.34,1.56,.64,1);animation-delay:calc(var(--i, 0) * .4s)}@keyframes anchored-card-pop{0%,40%{transform:rotate(0) scale(1)}70%{transform:rotate(var(--hover-rotate, 4deg)) scale(1.1)}to{transform:rotate(0) scale(1)}}@media(prefers-reduced-motion:reduce){.anchored.is-visible .anchored__card{animation:none}}.anchored__card-tape{position:absolute;pointer-events:none;z-index:2}.anchored__card-tape--1{width:160px;height:auto;top:-70px;left:-72px}.anchored__card-tape--2{width:120px;height:auto;top:-60px;left:50%;transform:translate(-50%) rotate(-2deg)}.anchored__card-tape--3{width:200px;height:auto;top:-60px;right:-70px}.anchored__card-title{margin:0 0 16px;font-family:Dela Gothic One,system-ui,sans-serif;font-weight:400;font-size:28px;line-height:1;color:#22363b;text-transform:uppercase}.anchored__card-body{margin:0;color:#222;font-family:var(--font-display);font-weight:700;font-size:18px;line-height:1.22;text-transform:uppercase}.anchored__card-body--light{font-weight:500}.anchored__cta{margin-top:clamp(40px,6vw,80px)}@media(max-width:900px){.anchored{min-height:0}.anchored__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.anchored__splat--k2,.anchored__splat--y2{display:none}}@media(max-width:640px){.anchored__heading-main{font-size:clamp(40px,12vw,72px)}.anchored__cards{grid-template-columns:1fr;max-width:360px;gap:clamp(32px,2vw,48px)}.anchored__splat{transform:scale(.6);transform-origin:top center}.anchored__splat--y3{display:none}.anchored__cta{font-size:24px}}.worship{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#000;isolation:isolate}.worship__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.worship__divider{position:absolute;top:-1px;left:0;right:0;width:100%;height:auto;z-index:1;pointer-events:none;user-select:none}.ticker{position:relative;width:100%;height:50px;background:var(--orange);overflow:hidden;isolation:isolate}.ticker__track{display:flex;align-items:center;height:100%;width:max-content;animation:ticker-scroll 28s linear infinite;will-change:transform}.ticker__group{display:inline-flex;align-items:center;gap:clamp(20px,5vw,40px);padding-right:clamp(20px,5vw,40px);flex-shrink:0}.ticker__text{color:snow;font-family:var(--font-mono);font-weight:500;font-size:24px;line-height:1;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;-webkit-text-stroke:.5px #2c2c2c}.ticker__anchor{height:32px;width:auto;display:block}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ticker__track{animation:none}}.photo-carousel{position:relative;width:100%;height:100%;overflow:hidden}.photo-carousel__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .7s ease;pointer-events:none}.photo-carousel__slide.is-active{opacity:1;pointer-events:auto}.photo-carousel__dots{position:absolute;left:50%;bottom:16px;transform:translate(-50%);display:inline-flex;gap:8px;padding:6px 10px;background:#00000052;border-radius:999px;z-index:2;backdrop-filter:blur(4px)}.photo-carousel__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#ffffff8c;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.photo-carousel__dot:hover{background:#ffffffd9}.photo-carousel__dot.is-active{background:#fff;transform:scale(1.2)}.shadow-card{position:relative;border-radius:20px;border:1px solid #2c2c2c;border-right-width:10px;border-bottom-width:10px;overflow:hidden}.shadow-card--light{background:snow}.shadow-card--dark{background:#4a4a4a;color:#fff}.shadow-card--yellow{background:#fff779}.slot-reel{display:inline-block;height:1em;line-height:1;overflow:hidden;vertical-align:top}.slot-reel__strip{display:flex;flex-direction:column;will-change:transform}.slot-reel__digit{flex:0 0 1em;height:1em;display:flex;align-items:center;justify-content:center}.registration{position:relative;width:100%;background:#dbdad9;padding:clamp(40px,5vw,62px) 0;overflow:hidden}.registration__inner{max-width:1320px;margin:0 auto;padding:0 clamp(20px,4vw,60px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,2.4vw,40px);align-items:stretch}.registration__pricing{position:relative;padding:30px;min-height:558px;display:flex;flex-direction:column}.registration__title{margin:0;font-family:Dela Gothic One,system-ui,sans-serif;font-weight:400;font-size:clamp(22px,2.4vw,32px);line-height:1;color:#2c2c2c;text-transform:uppercase}.registration__list{flex:1}.registration__price{margin:clamp(20px,2vw,30px) 0 0;font-family:var(--font-display);font-weight:900;font-size:clamp(64px,7.5vw,96px);line-height:1;color:#2c2c2c}.registration__rule{margin:clamp(20px,2vw,28px) 0 0;border:0;height:1px;background:#b7b7b7}.registration__eyebrow{margin:16px 0 0;font-family:var(--font-mono);font-weight:500;font-size:18px;line-height:1.55;letter-spacing:-3%;color:#6e6e6e;text-transform:uppercase}.registration__list{margin:16px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px;max-width:100%}.registration__list li{position:relative;padding-left:32px;font-family:var(--font-display);font-weight:600;font-size:20px;line-height:1.2;color:#202020;letter-spacing:-5%}.registration__list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#000}.registration__cta{align-self:flex-start;margin-top:24px;height:58px;min-width:245px;font-size:20px}.registration__badge{position:absolute;right:24px;bottom:24px;width:174px;height:174px;border-radius:50%;background:#fff66a;border:.5px solid #2c2c2c;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 14px;gap:0px}.registration__badge-top{font-family:Dela Gothic One,system-ui,sans-serif;font-weight:400;font-size:20px;line-height:1;color:var(--orange)}.registration__badge-main{font-family:Dela Gothic One,system-ui,sans-serif;font-weight:400;font-size:40px;line-height:.9;color:var(--orange)}.registration__badge-sub{margin-top:8px;max-width:120px;font-family:var(--font-display);font-weight:600;font-size:14px;line-height:1;color:#202020}.registration__photo{min-height:558px;background:#4a4a4a}.registration__photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width:1080px){.registration__inner{grid-template-columns:1fr}.registration__pricing{min-height:480px}.registration__photo{min-height:400px}.registration__list{max-width:100%}}@media(max-width:640px){.registration__list{order:1}.registration__badge{order:2;position:static;align-self:flex-start;margin:24px 0 0;width:160px;height:160px;padding:14px 10px}.registration__cta{order:3;align-self:stretch;width:100%;max-width:none;min-width:0;margin-top:24px;height:52px}.registration__badge-main{font-size:30px}.registration__badge-top{font-size:16px}.registration__badge-sub{font-size:10px;max-width:90px}.registration__inner{min-height:540px}.registration__photo{min-height:300px}}.schedule{position:relative;width:100%;background:#fff779;padding:clamp(40px,4vw,56px) 0;overflow:hidden}.schedule__inner{max-width:1320px;margin:0 auto;padding:0 clamp(20px,4vw,60px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,2.4vw,40px);align-items:stretch}.schedule__photo{min-height:500px;background:#4a4a4a}.schedule__photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.schedule__card{padding:30px;min-height:500px;display:flex;flex-direction:column;gap:clamp(24px,3vw,48px)}.schedule__title{margin:0;font-family:Dela Gothic One,system-ui,sans-serif;font-weight:400;font-size:clamp(24px,2.4vw,32px);line-height:1;color:#2c2c2c;text-transform:uppercase}.schedule__body{display:grid;grid-template-columns:160px minmax(0,1fr);gap:clamp(24px,3vw,40px);flex:1}.schedule__tabs{display:flex;flex-direction:column;gap:16px}.schedule__tab{display:flex;align-items:center;justify-content:space-between;width:100%;padding:4px 4px 4px 20px;background:transparent;border:1px solid #b7b7b7;border-radius:30px;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.schedule__tab-label{font-family:var(--font-mono);font-weight:500;font-size:24px;line-height:1.16;color:#b7b7b7;text-transform:uppercase;letter-spacing:.02em}.schedule__tab-indicator{width:40px;height:40px;border-radius:50%;background:snow;display:inline-flex;align-items:center;justify-content:center;color:#000;transition:background-color .2s ease}.schedule__tab-arrow{opacity:0;transform:rotate(-90deg);transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s ease}.schedule__tab.is-active{background:#fff77f;border:.5px solid #000}.schedule__tab.is-active .schedule__tab-label{color:#000}.schedule__tab.is-active .schedule__tab-indicator{background:var(--orange)}.schedule__tab.is-active .schedule__tab-arrow{opacity:1;transform:rotate(0)}.schedule__tab:not(.is-active):hover{border-color:#2c2c2c}.schedule__tab:not(.is-active):hover .schedule__tab-label{color:#2c2c2c}.schedule__tab:not(.is-active):hover .schedule__tab-indicator{background:#d9d9d9}.schedule__day-title{margin:0 0 24px;font-family:var(--font-display);font-weight:700;font-size:clamp(22px,2.2vw,28px);line-height:1;color:#2c2c2c}.schedule__slots{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px}.schedule__slot{display:flex;align-items:center;gap:20px}.schedule__slot-bullet{flex-shrink:0;width:12px;height:12px;background:#000}.schedule__slot-text{display:flex;flex-direction:column}.schedule__slot-time{font-family:var(--font-display);font-weight:700;font-size:20px;line-height:1.2;color:#202020}.schedule__slot-label{font-family:var(--font-display);font-weight:500;font-size:20px;line-height:1.2;color:#202020}@media(max-width:1080px){.schedule__inner{grid-template-columns:1fr}.schedule__photo{min-height:400px;order:2}.schedule__card{order:1;min-height:440px}}@media(max-width:640px){.schedule__card{overflow:visible;padding-left:0;padding-right:0}.schedule__title,.schedule__day{padding-left:32px;padding-right:32px}.schedule__body{grid-template-columns:1fr;flex:0}.schedule__tabs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-left:24px;padding-right:24px}.schedule__tabs::-webkit-scrollbar{display:none}.schedule__tab{flex:0 0 auto;min-width:140px;max-width:160px;padding:0 12px 0 16px;height:60px}}.footer{position:relative;width:100%;background:#1e1e1e;color:#faf9f7;overflow:hidden;isolation:isolate;padding:clamp(40px,5vw,76px) 0 clamp(32px,3vw,48px)}.footer__splat{position:absolute;pointer-events:none;z-index:0}.footer__splat--yellow{width:300px;left:80%;transform:translate(20%);top:40px}.footer__splat--blue{width:400px;left:80%;transform:translate(15%);top:24px}.footer__inner{position:relative;z-index:1;max-width:1320px;margin:0 auto;padding:0 clamp(20px,4vw,90px);display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(24px,4vw,60px);align-items:start}.footer__lockup{width:100%;max-width:414px;overflow:visible}.footer__lockup svg{width:100%;height:auto;display:block;overflow:visible}.footer__lockup svg g[clip-path]{clip-path:none}.footer__lockup svg g[id="Inner Top"],.footer__lockup svg g[id="Inner Bottom"],.footer__lockup svg g[id="Outer Top"],.footer__lockup svg g[id="Outer Bottom"]{transform-box:view-box;transform-origin:center;will-change:transform}.footer__lockup svg g[id="Inner Top"],.footer__lockup svg g[id="Inner Bottom"]{animation:footer-ring-rotate-cw 8s ease-in-out infinite}.footer__lockup svg g[id="Outer Top"],.footer__lockup svg g[id="Outer Bottom"]{animation:footer-ring-rotate-ccw 8s ease-in-out infinite}@keyframes footer-ring-rotate-cw{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}@keyframes footer-ring-rotate-ccw{0%,to{transform:rotate(0)}50%{transform:rotate(-5deg)}}@media(prefers-reduced-motion:reduce){.footer__lockup svg g[id="Inner Top"],.footer__lockup svg g[id="Inner Bottom"],.footer__lockup svg g[id="Outer Top"],.footer__lockup svg g[id="Outer Bottom"]{animation:none}}.footer__nav{display:flex;flex-direction:column;gap:8px}.footer__nav a{display:block;padding:8px 16px 8px 0;font-family:var(--font-display);font-weight:700;font-size:18px;line-height:1.33;color:#faf9f7;text-transform:uppercase;transition:color .16s ease}.footer__nav a:hover{color:var(--orange)}.footer__cta{display:flex;flex-direction:column;align-items:stretch;gap:24px}.footer__register{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:261px;padding:16px 20px;background:#fff;color:#000;font-family:var(--font-display);font-weight:700;font-size:22px;line-height:1.09;letter-spacing:.01em;text-transform:uppercase;border:1px solid #fff;transition:background-color .16s ease,color .16s ease}.footer__register:hover{background:transparent;color:#fff}.footer__socials{margin:0;padding:0;list-style:none;display:inline-flex;align-items:center;gap:20px}.footer__socials a{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;transition:opacity .16s ease}.footer__socials a:hover{opacity:.65}.footer__socials img{width:24px;height:24px;display:block}.footer__copy{position:relative;z-index:1;margin:clamp(48px,6vw,80px) auto 0;max-width:1140px;padding:0 clamp(20px,4vw,60px);text-align:center;color:#b7b7b7;font-family:Helvetica Neue,system-ui,-apple-system,sans-serif;font-weight:400;font-size:14px;line-height:1.43}@media(max-width:1080px){.footer__inner{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px 32px;align-items:start}.footer__lockup{grid-column:1;grid-row:1 / span 2}.footer__nav{grid-column:2;grid-row:1}.footer__cta{grid-column:2;grid-row:2;align-items:flex-start}.footer__register{max-width:280px}.footer__splat{transform:translate(42px)}}@media(max-width:640px){.footer__inner{grid-template-columns:1fr;grid-template-rows:auto;justify-items:center;text-align:center}.footer__lockup,.footer__nav,.footer__cta{grid-column:auto;grid-row:auto}.footer__lockup{max-width:320px;margin:0 auto}.footer__nav{align-items:center;text-align:center}.footer__nav a{padding-right:0}.footer__cta{align-items:center;width:100%}.footer__register{max-width:100%}.footer__socials{justify-content:center}.footer__splat--yellow,.footer__splat--blue{transform:scale(.6);transform-origin:top right}}:root{--orange: #ff6600;--ink: #0a0a0a;--paper: #ffffff;--nav-h: 100px;--font-display: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "DM Mono", ui-monospace, "SFMono-Regular", Menlo, monospace}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--paper);color:var(--ink);font-family:var(--font-display);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none}body{overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}img{display:block;max-width:100%;-webkit-user-drag:none;user-select:none}
