:root{--purple: #4e2a70;--cream: #ffe9c2;--slate: #759da9;--orange: #f89254;--coral: #f46045;--olive: #8ea345;--ink: #1e1e1e;--paper: #ffffff;--font-display: "Irish Grover", "Comic Sans MS", cursive;--font-body: "Space Mono", ui-monospace, monospace;--nav-h: clamp(52px, 5vw, 72px);--gutter: clamp(20px, 5vw, 98px);--shadow-paper: 14px 10px 4px rgba(0, 0, 0, .4);--shadow-paper-sm: 6px 5px 3px rgba(0, 0, 0, .28)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h)}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-body);font-size:clamp(14px,1.15vw,16px);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}.section{position:relative;width:100%;overflow:hidden;isolation:isolate}.layer{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.layer img{width:100%;height:100%;object-fit:cover;max-width:none}.wordmark{font-family:var(--font-display);font-weight:400;line-height:1;margin:0}.wordmark--about{color:var(--paper);text-shadow:-.092em .037em 0 var(--orange)}.wordmark--sponsors{color:var(--coral);text-shadow:-.092em .037em 0 var(--paper)}.wordmark--agenda{color:var(--slate);text-shadow:-.064em .046em 0 var(--paper)}.skip-link{position:absolute;left:-9999px;top:0;z-index:999;padding:10px 16px;background:var(--purple);color:#fff}.skip-link:focus{left:8px;top:8px}:focus-visible{outline:3px solid var(--purple);outline-offset:3px}.sr-title,.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.rv{--rv-x: 0px;--rv-y: 26px;--rv-rot: 0deg;--rv-scale: .965;--rv-settle: 0deg;--rv-dur: .42s;--rv-delay: 0ms;opacity:0;transform:translate3d(var(--rv-x),var(--rv-y),0) rotate(calc(var(--rv-settle) + var(--rv-rot))) scale(var(--rv-scale));transition:opacity .24s linear var(--rv-delay),transform var(--rv-dur) cubic-bezier(.33,1.35,.5,1) var(--rv-delay)}.rv.is-in{opacity:1;transform:translateZ(0) rotate(var(--rv-settle)) scale(1)}.rv:not(.is-in),.rv.is-moving{will-change:transform,opacity}.rv--drop{--rv-y: -38px;--rv-rot: -2.5deg}.rv--left{--rv-x: -52px;--rv-y: 10px;--rv-rot: -2deg}.rv--right{--rv-x: 52px;--rv-y: 10px;--rv-rot: 2deg}.rv--pop{--rv-y: 0px;--rv-scale: .8;--rv-dur: .38s}.rv--sheet{--rv-y: 34px;--rv-scale: 1.03;--rv-dur: .7s;transition-timing-function:cubic-bezier(.22,.68,.24,1)}.rv--flip{--rv-y: 0px;--rv-scale: 1;transform-origin:50% 0%;transform:perspective(900px) rotateX(-72deg) rotate(var(--rv-settle))}.rv--flip.is-in{transform:perspective(900px) rotateX(0) rotate(var(--rv-settle))}.rv--snap{--rv-dur: .46s}.rv--snap.is-in{animation:paperSnap var(--rv-dur) cubic-bezier(.3,1.2,.4,1) var(--rv-delay) both}@keyframes paperSnap{0%{opacity:0;transform:translate3d(var(--rv-x),var(--rv-y),0) rotate(calc(var(--rv-settle) + var(--rv-rot))) scale(var(--rv-scale))}45%{opacity:1;transform:translate3d(0,calc(var(--rv-y) * -.16),0) rotate(calc(var(--rv-settle) - 1.4deg)) scale(1.02)}72%{opacity:1;transform:translate3d(0,2px,0) rotate(calc(var(--rv-settle) + .6deg)) scale(.994)}to{opacity:1;transform:translateZ(0) rotate(var(--rv-settle)) scale(1)}}.sway.sway-ready{animation:paperSway 7s ease-in-out infinite}.sway.sway-ready.sway--slow{animation-duration:11s;animation-direction:alternate-reverse}@keyframes paperSway{0%,to{transform:rotate(var(--rv-settle)) translateZ(0)}50%{transform:rotate(calc(var(--rv-settle) + .7deg)) translate3d(0,-5px,0)}}@media(prefers-reduced-motion:reduce){.rv,.rv.is-in,.rv--flip,.rv--flip.is-in{opacity:1!important;transform:rotate(var(--rv-settle))!important;transition:none!important;animation:none!important}.sway,.sway.sway-ready{animation:none!important}html{scroll-behavior:auto}}:root{--nav-dots: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='%23ffffff'%3E%3Crect y='15' width='4' height='3'/%3E%3Crect x='11' y='4' width='4' height='3'/%3E%3C/g%3E%3C/svg%3E")}.nav{position:fixed;inset:0 0 auto;z-index:100;height:var(--nav-h);display:flex;align-items:center;gap:clamp(8px,1.5vw,24px);padding:0 clamp(14px,1.8vw,26px) 8px;background-image:var(--nav-dots),url(/assets/nav-texture.png);background-position:0 0,0 0;background-size:24px 24px,100% 100%;background-repeat:repeat,no-repeat;transition:transform .26s cubic-bezier(.4,0,.2,1)}.nav.is-hidden{transform:translateY(-100%)}@media(prefers-reduced-motion:reduce){.nav{transition:none}}.nav__brand{display:block;width:clamp(44px,calc(var(--nav-h) - 8px),64px);height:clamp(44px,calc(var(--nav-h) - 8px),64px);flex:0 0 auto;transition:transform .18s cubic-bezier(.33,1.35,.5,1)}.nav__brand img{display:block;width:100%;height:100%;object-fit:contain}.nav__brand:hover,.nav__brand:focus-visible{transform:translateY(-2px) rotate(-1.2deg) scale(1.04)}@media(prefers-reduced-motion:reduce){.nav__brand{transition:none}}.nav__links{display:flex;align-items:center;justify-content:center;gap:clamp(6px,1.4vw,22px);flex:1 1 auto;list-style:none;margin:0;padding:0}.nav__link{display:inline-flex;align-items:center;justify-content:center;background:var(--brush) no-repeat center / 100% 100%;padding:.21em clamp(16px,2.5vw,36px);font-family:var(--font-body);font-weight:700;font-size:clamp(13px,1.5vw,22px);line-height:1.23;color:#fff;white-space:nowrap;transition:transform .18s cubic-bezier(.33,1.35,.5,1)}.nav__link>span{transform:translate(-4px,-1px)}.nav__link:hover,.nav__link:focus-visible{transform:translateY(-2px) rotate(-1.2deg) scale(1.04)}.nav__link--about{--brush: url(/assets/brush-about.svg)}.nav__link--sponsors{--brush: url(/assets/brush-sponsors.svg)}.nav__link--agenda{--brush: url(/assets/brush-agenda.svg)}.nav__link--faq{--brush: url(/assets/brush-faq.svg)}.nav__link--mentor{--brush: url(/assets/brush-mentor.svg)}.nav__apply{flex:0 0 auto;background:var(--purple);color:#fff;font-family:var(--font-display);font-size:clamp(15px,1.7vw,24px);line-height:1;padding:.4em clamp(14px,1.9vw,28px);transition:transform .18s cubic-bezier(.33,1.35,.5,1),background-color .18s ease}.nav__apply:hover,.nav__apply:focus-visible{background:#63377f;transform:translateY(-2px) rotate(1deg) scale(1.04)}.nav__burger{display:none;flex:0 0 auto;width:40px;height:34px;padding:6px}.nav__burger span{display:block;height:3px;margin:4px 0;border-radius:2px;background:var(--purple);transition:transform .22s ease,opacity .16s ease}.nav.is-open .nav__burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav.is-open .nav__burger span:nth-child(2){opacity:0}.nav.is-open .nav__burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1040px){.nav__burger{display:block}.nav__links{position:fixed;inset:var(--nav-h) 0 auto 0;flex-direction:column;align-items:stretch;gap:14px;padding:20px clamp(16px,6vw,40px) 28px;background-color:#fdf6e8;background-image:var(--nav-dots),url(/assets/nav-texture.png);background-position:0 0,top center;background-size:24px 24px,auto 58px;background-repeat:repeat,repeat-x;box-shadow:0 10px 22px #0000002e;transform:translateY(-12px);opacity:0;visibility:hidden;transition:transform .26s cubic-bezier(.33,1.2,.5,1),opacity .2s ease,visibility 0s linear .26s}.nav.is-open .nav__links{transform:translateY(0);opacity:1;visibility:visible;transition-delay:0s,0s,0s}.nav__link{font-size:19px;padding:10px 34px;line-height:1.3;align-self:flex-start;transform:translate(-14px) rotate(-1.5deg);opacity:0;transition:transform .3s cubic-bezier(.33,1.35,.5,1) var(--i-delay, 0ms),opacity .22s ease var(--i-delay, 0ms)}.nav.is-open .nav__link{transform:translate(0) rotate(0);opacity:1}.nav__brand{order:1}.nav__apply{order:2;margin-left:auto}.nav__burger{order:3;margin-left:4px}}@media(max-width:1040px)and (prefers-reduced-motion:reduce){.nav__links,.nav__link{transition:none}}@media(max-width:420px){.nav__apply{font-size:14px;padding:7px 12px}}.hero{display:flex;align-items:center;background:var(--cream)}.hero__stage{position:relative;width:100%;aspect-ratio:1440 / 845;overflow:hidden}.hero__l36{left:-4.236%;top:-14.083%;width:116.062%;height:114.083%}.hero__l39{left:60.486%;top:3.97%;width:47.229%;height:86.29%}.hero__l38{left:-4.236%;bottom:-7.456%;width:72.014%;height:70.178%}.hero__l41{right:0;bottom:0;width:47.986%;height:48.284%}.hero__l37{left:-14.1%;right:35.58%;bottom:-38.073%;height:82.688%;display:flex;align-items:center;justify-content:center}.hero__l37>div{flex:none;width:95.78%;height:87.19%;transform:rotate(4.86deg)}.hero__l40{left:0;bottom:-4.024%;width:38.889%;height:114.319%;display:flex;align-items:center;justify-content:center;container-type:size}.hero__l40>div{flex:none;width:100cqh;height:100cqw;transform:rotate(90deg)}.layer--crop{overflow:hidden}.layer--crop img{position:absolute;object-fit:fill}.hero__l39 img{left:-33.78%;top:0;width:190.45%;height:100%}.hero__l38 img{left:-8.96%;top:-5.82%;width:116.32%;height:114.43%}.hero__l41 img{left:0;top:-.04%;width:179.29%;height:170.74%}.hero__l40>div{position:relative;overflow:hidden}.hero__l40 img{position:absolute;left:-.06%;top:0;width:122.18%;height:118.5%;object-fit:fill}.hero__mark{position:absolute;left:38.889%;top:29.704%;width:43.246%;aspect-ratio:622.746 / 241;z-index:3;container-type:inline-size}.hero__cards{position:absolute;inset:0 -2.89% -5.81% 0;width:102.89%;height:105.81%}.hero__cards picture,.hero__cards img{display:block;width:100%;height:100%;max-width:none}.hero__mark span{position:absolute;color:var(--purple);line-height:1;white-space:nowrap}.hero__mark .m-d,.hero__mark .m-a,.hero__mark .m-hacks{font-family:var(--font-display)}.hero__mark .m-e,.hero__mark .m-nza{font-family:var(--font-body)}.hero__mark .m-d{left:8.35cqw;top:-1.13cqw;font-size:23.28cqw}.hero__mark .m-a{left:13.01cqw;top:14.45cqw;font-size:23.28cqw}.hero__mark .m-e{left:21.36cqw;top:7.06cqw;font-size:11.56cqw}.hero__mark .m-nza{left:28.9cqw;top:23.28cqw;font-size:11.56cqw}.hero__mark .m-hacks{left:29.71cqw;top:3.05cqw;font-size:24.89cqw}.hero__burst{position:absolute;left:71.528%;top:47.692%;width:25.363%;aspect-ratio:365.222 / 322.614;z-index:4;display:flex;align-items:center;justify-content:center}.hero__burst>div{flex:none;position:relative;width:90.12%;height:86.45%;overflow:hidden;transform:rotate(8.12deg);filter:drop-shadow(14px 10px 4px rgba(0,0,0,.45))}.hero__burst img{position:absolute;left:-50.07%;top:-15.5%;width:212.43%;height:141%;max-width:none;object-fit:fill}.hero__ver{position:absolute;left:75.695%;top:57.751%;width:17.237%;aspect-ratio:248.213 / 200.205;z-index:5;display:flex;align-items:center;justify-content:center;container-type:inline-size}.hero__ver p{flex:none;margin:0;font-family:var(--font-display);font-size:51.57cqw;line-height:1;color:var(--olive);text-align:center;transform:rotate(6.89deg)}.hero__ver .dot{color:var(--ink)}.scene{position:relative}.scene__spacer{display:none}.scene__anchor{position:absolute;left:0;width:1px;height:1px}.scene.is-live{--scene-distance: 115svh}.scene.is-live .scene__pin{position:sticky;top:0}.scene.is-live .scene__spacer{display:block;height:var(--scene-distance)}.scene.is-live .about__stage,.scene.is-live .sponsors__stage{background:transparent}.scene.is-live .about__stage .layer,.scene.is-live .sponsors__stage .layer{display:none}.scene.is-live .about{position:absolute;inset:0 0 auto;filter:opacity(clamp(0,calc((var(--p, 0) - .5) / .4),1)) opacity(clamp(0,calc(1 - (var(--q, 0) - .12) / .33),1));pointer-events:none}.scene.is-live .sponsors{position:absolute;inset:0 0 auto;filter:opacity(clamp(0,calc((var(--q, 0) - .5) / .4),1));pointer-events:none}.scene.is-live.is-past .about,.scene.is-live.is-past-two .sponsors{pointer-events:auto}.scene.is-live.is-past .hero,.scene.is-live.is-past-two .about{pointer-events:none}.scene.is-live .hero__mark,.scene.is-live .hero__burst,.scene.is-live .hero__ver{filter:opacity(clamp(0,calc(1 - (var(--p, 0) - .1) / .35),1))}.scene.is-live .hero__stage{container-type:size}.scene.is-live .hero__stage .layer{transform-origin:0 0;translate:calc((var(--mx, 0) * var(--p, 0) + var(--nx, 0) * var(--q, 0)) * 1cqw) calc((var(--my, 0) * var(--p, 0) + var(--ny, 0) * var(--q, 0)) * 1cqh);scale:calc((1 + (var(--msx, 1) - 1) * var(--p, 0)) * (1 + (var(--nsx, 1) - 1) * var(--q, 0))) calc((1 + (var(--msy, 1) - 1) * var(--p, 0)) * (1 + (var(--nsy, 1) - 1) * var(--q, 0)))}.scene.is-live .hero__l36{--mx: -.684;--my: -9.357;--msx: 1.275;--msy: 1.1231}.scene.is-live .hero__l39{--mx: 20.924;--my: -35.94;--msx: 1.8642;--msy: 1.6826}.scene.is-live .hero__l38{--mx: -9.594;--my: -19.008;--msx: 1.6555;--msy: 1.4952}.scene.is-live .hero__l37{--mx: -12.567;--my: 17.042;--msx: 1;--msy: 1}.scene.is-live .hero__l40{--mx: -137.22;--my: -277.275;--msx: 6.8018;--msy: 7.0113}.scene.is-live .hero__l36{--nx: -128.6;--ny: -48.279;--nsx: 1.7656;--nsy: 1.7374}.scene.is-live .hero__l39{--nx: -55.92;--ny: 29.958;--nsx: .8607;--nsy: .9537}.scene.is-live .hero__l41{filter:opacity(clamp(0,calc(1 - var(--p, 0) / .6),1))}.scene.is-live .hero__l38,.scene.is-live .hero__l37{--nx: -128.6;--ny: -48.279;filter:opacity(clamp(0,calc(1 - var(--q, 0) / .45),1))}.scene.is-live .hero__l40{--nx: -128.6;--ny: -48.279;filter:opacity(clamp(0,calc(1 - (var(--p, 0) - .8) / .2),1))}.about__stage{position:relative;width:100%;aspect-ratio:1440 / 845;overflow:hidden;background:var(--cream)}.about__l36{left:-4.92%;top:-23.44%;width:147.97%;height:128.13%}.about__l39{left:81.41%;top:-31.97%;width:88.04%;height:145.19%}.about__l38{left:-13.83%;top:18.27%;width:119.22%;height:104.93%}.about__l39 img{left:-33.78%;top:0;width:190.45%;height:100%}.about__l38 img{left:-8.96%;top:-5.82%;width:116.32%;height:114.43%}.about__l37{left:-26.667%;bottom:-55.115%;width:78.52%;height:82.688%;display:flex;align-items:center;justify-content:center}.about__l37>div{flex:none;width:95.78%;height:87.19%;transform:rotate(4.86deg)}.about__l40{inset:-287.57% -27.29% -413.96% -137.22%;display:flex;align-items:center;justify-content:center;container-type:size}.about__l40>div{flex:none;width:100cqh;height:100cqw;transform:rotate(90deg)}.about__title{position:absolute;left:12.788%;top:3.421%;width:32.061%;height:43.872%;z-index:3;display:flex;align-items:center;justify-content:center;container-type:inline-size}.about__title p{flex:none;margin:0;width:97.9%;font-size:23.61cqw;line-height:1.38;text-align:left;transform:rotate(-32.68deg);white-space:nowrap}.about__copy{position:absolute;left:45%;top:31.243%;width:41.667%;z-index:3}@supports (shape-outside: polygon(0 0,0 0,0 0)){.about__copy:before{content:"";float:left;width:19.5%;aspect-ratio:117 / 192;shape-outside:polygon(0 0,0 12.5%,100% 100%,0 100%);shape-margin:0}}.about__copy p{margin:0;color:var(--ink);font-size:clamp(8px,1.0417vw,15px);line-height:1.6}.about__copy strong{font-family:var(--font-display);font-weight:400;font-size:1.25em;letter-spacing:0;line-height:1.28}.about__copy p+p{margin-top:1.4667em}.about__date{position:absolute;right:5.304%;top:55.148%;width:32.127%;height:12.114%;z-index:3;display:flex;align-items:center;justify-content:center;container-type:inline-size}.about__date>div{flex:none;width:99.71%;height:93.37%;display:grid;place-items:center;background:var(--olive);box-shadow:var(--shadow-paper);transform:rotate(-.84deg)}.about__date p{margin:0;font-family:var(--font-display);font-size:11.24cqw;line-height:1;color:#fff;white-space:nowrap;transform:rotate(.39deg)}.sponsors__stage{position:relative;width:100%;aspect-ratio:1440 / 832;overflow:hidden;background:var(--cream)}.sponsors__l36{left:-133.52%;top:-72.84%;width:261.25%;height:226.09%}.sponsors__panel{left:25.49%;top:-2.043%;width:75.78%;height:140.634%}.sponsors__panel img{left:-33.78%;top:0;width:190.45%;height:100%}.sponsors__title{position:absolute;left:6.806%;top:14.423%;width:42.292%;z-index:3;margin:0;font-size:clamp(44px,7.57vw,109px)}.sponsors__wall{position:absolute;left:8%;top:40%;width:84%;z-index:3;display:grid;place-items:center start}.sponsors__soon{display:grid;gap:.4em;justify-items:start;text-align:left;padding:clamp(16px,2.2vw,32px) clamp(22px,3.4vw,52px);background:#ffffffe6;box-shadow:var(--shadow-paper-sm)}.sponsors__soon strong{font-family:var(--font-display);font-weight:400;font-size:clamp(22px,min(2.5vw,4.33svh),36px);line-height:1.1;color:var(--coral)}.sponsors__soon span{font-family:var(--font-body);font-size:clamp(11px,min(1.11vw,1.92svh),16px);color:#6d6257}.sponsors__divider{position:absolute;left:38.958%;top:75.6%;width:58.889%;height:8.686%;z-index:2}.sponsors__divider picture,.sponsors__divider img{display:block;width:100%;height:100%;max-width:none}.sponsors__ask{position:absolute;left:41.597%;top:78.1%;width:25.6%;z-index:4;margin:0;font-family:var(--font-body);font-weight:700;font-size:clamp(12px,1.53vw,22px);color:var(--ink)}.sponsors__cta{position:absolute;left:67.767%;top:75.3%;width:16.229%;height:9.114%;z-index:4;display:flex;align-items:center;justify-content:center;container-type:inline-size}.sponsors__cta a{flex:none;display:grid;place-items:center;width:98.39%;height:77.47%;background:var(--orange);transform:rotate(-4.3deg);transition:transform .19s cubic-bezier(.33,1.35,.5,1),background-color .19s ease}.sponsors__cta a:hover,.sponsors__cta a:focus-visible{background:#ff9f63;transform:rotate(-4.3deg) translateY(-3px) scale(1.05)}.sponsors__cta span{font-family:var(--font-display);font-size:13.7cqw;line-height:1;color:#fff;white-space:nowrap;transform:rotate(2.73deg)}.agenda__stage{position:relative;width:100%;aspect-ratio:1440 / 832;overflow:hidden;background:var(--cream)}.agenda__grass{left:-.833%;top:18.75%;width:101.597%;height:98.918%}.agenda__sign{position:absolute;z-index:5;pointer-events:none}.agenda__sign img{width:100%;height:100%;object-fit:contain;object-position:bottom center}.agenda__sign--bike{left:63.742%;top:60.928%;width:25.378%;aspect-ratio:903 / 838}.agenda__sign--crossing{left:84.165%;top:32.652%;width:15.272%;aspect-ratio:397 / 1057;z-index:3}.agenda__title{position:absolute;left:2.488%;top:19.471%;width:27.889%;height:27.945%;z-index:3;container-type:inline-size}.agenda__title span{position:absolute;font-family:var(--font-display);font-size:27.14cqw;line-height:1;color:var(--slate);text-shadow:-.064em -.028em 0 #fff}.agenda__title .a1{left:0;top:.48cqw;transform:rotate(-3.11deg)}.agenda__title .a2{left:18.47cqw;top:0;transform:rotate(5.76deg)}.agenda__title .a3{left:33.41cqw;top:2.49cqw;transform:rotate(12.78deg)}.agenda__title .a4{left:45.11cqw;top:8.96cqw;transform:rotate(22.9deg)}.agenda__title .a5{left:58.81cqw;top:14.69cqw;transform:rotate(30.81deg)}.agenda__title .a6{left:71.89cqw;top:24.03cqw;transform:rotate(27.04deg)}.agenda__days{position:absolute;left:34%;top:17%;width:60%;z-index:4;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(12px,1.8vw,26px)}.agenda__day{background:#ffffffed;box-shadow:var(--shadow-paper);padding:clamp(12px,1.5vw,22px) clamp(13px,1.6vw,24px)}.agenda__day:nth-child(1){transform:rotate(-1.2deg)}.agenda__day:nth-child(2){transform:rotate(1deg)}.agenda__day h3{margin:0 0 .5em;font-family:var(--font-display);font-weight:400;font-size:clamp(19px,2.36vw,34px);line-height:1;color:var(--purple)}.agenda__list{margin:0;padding:0;list-style:none;display:grid;gap:clamp(4px,.55vw,9px)}.agenda__row{display:grid;grid-template-columns:minmax(58px,8.5em) 1fr;gap:clamp(6px,.9vw,14px);align-items:baseline;font-size:clamp(9.5px,1.04vw,15px);line-height:1.35;padding-bottom:clamp(3px,.4vw,6px);border-bottom:1px dashed rgba(78,42,112,.22)}.agenda__row:last-child{border-bottom:0;padding-bottom:0}.agenda__time{font-weight:700;color:var(--coral);font-variant-numeric:tabular-nums;white-space:nowrap}.agenda__row--key .agenda__time{color:var(--purple)}.agenda__row--key .agenda__what{font-weight:700}.agenda__note{position:absolute;left:3%;bottom:26%;width:max-content;max-width:34%;z-index:4;margin:0;font-size:clamp(13px,1.53vw,21px);line-height:1.4;color:#21351f;background:#fffc;padding:10px 13px;box-shadow:var(--shadow-paper-sm);transform:rotate(-1.4deg)}@media(max-width:640px){.hero__stage,.about__stage,.sponsors__stage,.agenda__stage{--W: 393;--H: 852}}@media(min-width:641px)and (orientation:portrait){.hero__stage,.about__stage,.sponsors__stage,.agenda__stage{--W: 768;--H: 1024}}@media(max-width:640px),(min-width:641px)and (orientation:portrait){.hero__stage,.about__stage,.sponsors__stage{aspect-ratio:auto;height:100svh;container-type:size;--u: min(100cqw / var(--W), 100cqh / var(--H))}.hero__stage>:is(.layer,.hero__mark,.hero__burst,.hero__ver),.about__stage>:is(.layer,.about__title,.about__date),.sponsors__stage>:is(.layer,.sponsors__divider,.sponsors__cta){position:absolute;inset:auto;left:calc(50% + (var(--x) - var(--W) / 2) * var(--u));bottom:calc((var(--H) - var(--y) - var(--h)) * var(--u));width:calc(var(--w) * var(--u));height:calc(var(--h) * var(--u));aspect-ratio:auto;margin:0}.about__stage>.about__copy,.sponsors__stage>:is(.sponsors__title,.sponsors__wall,.sponsors__ask){position:absolute;inset:auto;left:calc(50% + (var(--x) - var(--W) / 2) * var(--u));top:calc(100% - (var(--H) - var(--y)) * var(--u));width:calc(var(--w) * var(--u));height:auto;margin:0}:is(.hero__l36,.about__l36,.sponsors__l36){top:min(0px,calc(100% - (var(--H) - var(--y)) * var(--u)))!important;bottom:min(0px,calc((var(--H) - var(--y) - var(--h)) * var(--u)))!important;left:min(0px,calc(50% + (var(--x) - var(--W) / 2) * var(--u)))!important;right:min(0px,calc(50% - (var(--x) + var(--w) - var(--W) / 2) * var(--u)))!important;width:auto!important;height:auto!important}.about__l40{display:none}.about__title,.agenda__title{container-type:normal}.about__title{display:block}.about__title p{width:auto;font-size:calc(var(--fs) * var(--u));line-height:normal;text-align:left;transform:none;white-space:nowrap}.sponsors__title{font-size:calc(var(--fs) * var(--u));line-height:normal}.sponsors__ask{font-size:calc(20 * var(--u));line-height:normal;white-space:nowrap}.sponsors__soon{padding:calc(var(--pad) * .7 * var(--u)) calc(var(--pad) * var(--u))}.sponsors__soon strong{font-size:calc(var(--soon) * var(--u))}.sponsors__soon span{font-size:calc(var(--soon) * .44 * var(--u))}.hero__stage .hero__mark span{left:calc(var(--lx) * 100cqw / var(--mw));top:calc((var(--ly) + var(--nudge)) * 100cqw / var(--mw));font-size:calc(var(--fs) * 100cqw / var(--mw))}}@media(max-width:640px){.hero__l36{--x: -590.068;--y: -119;--w: 1683.433;--h: 971}.hero__l39{--x: 280;--y: 303;--w: 529;--h: 567}.hero__l38{--x: -194;--y: 477;--w: 655;--h: 374}.hero__l41{--x: 190;--y: 687;--w: 280;--h: 165}.hero__l37{--x: -101;--y: 695;--w: 582.276;--h: 359.823}.hero__l40{--x: -274;--y: -73;--w: 547;--h: 943}.hero__mark{--x: 36;--y: 230;--w: 323.001;--h: 133.896;--mw: 323.001;--nudge: 6.05}.hero__burst{--x: 136.8;--y: 391.19;--w: 242.265;--h: 214.002}.hero__ver{--x: 140.35;--y: 443;--w: 236.869;--h: 106.285}.hero__stage .hero__mark .m-d{--lx: 12;--ly: -16;--fs: 88}.hero__stage .hero__mark .m-e{--lx: 60;--ly: 18;--fs: 40}.hero__stage .hero__mark .m-nza{--lx: 93;--ly: 74;--fs: 40}.hero__stage .hero__mark .m-a{--lx: 40;--ly: 44;--fs: 80}.hero__stage .hero__mark .m-hacks{--lx: 102;--ly: 2;--fs: 80}.hero__stage .hero__cards{width:105.57%;height:110.46%;inset:0 auto auto 0}.hero__stage .hero__ver p{font-size:calc(72 * 100cqw / 236.869)}.about__l36{--x: -19.343;--y: -199.688;--w: 581.517;--h: 1091.625}.about__l39{--x: 319.927;--y: -272.394;--w: 346.024;--h: 1237.038}.about__l38{--x: -273.502;--y: 309.217;--w: 929.78;--h: 610.355}.about__l37{--x: -384;--y: 619;--w: 1130.687;--h: 698.719}.about__title{--x: 36;--y: 75;--w: 193;--h: 69;--fs: 72}.about__date{--x: 27;--y: 678;--w: 340.34;--h: 75.306}.about__copy{--x: 31;--y: 168;--w: 319}.about__title .wordmark--about{text-shadow:-.0833em .0556em 0 var(--orange)}.about__date p{font-size:calc(40 * 100cqw / 340.34)}.about__copy:before,.about__copy br{display:none}.about__copy p{font-size:calc(13 * var(--u));line-height:1.48;letter-spacing:-.1em}.about__copy strong{font-size:calc(16 * var(--u));letter-spacing:0;line-height:1}.about__copy p+p{margin-top:1.48em}.sponsors__l36{--x: -536.733;--y: -636.591;--w: 1050.225;--h: 1975.954}.sponsors__panel{--x: 13;--y: 150.95;--w: 763;--h: 818.1}.sponsors__title{--x: 36;--y: 124;--w: 347;--fs: 72}.sponsors__divider{--x: 26;--y: 695;--w: 350.989;--h: 72.264}.sponsors__ask{--x: 46;--y: 712;--w: 290}.sponsors__cta{--x: 74;--y: 750;--w: 233.696;--h: 75.83}.sponsors__wall{--x: 36;--y: 318;--w: 321}.sponsors__soon{--pad: 20;--soon: 26}.sponsors__title.wordmark--sponsors{text-shadow:-.139em .0556em 0 var(--paper)}}@media(min-width:641px)and (orientation:portrait){.hero__l36{--x: -552.167;--y: -119;--w: 1981.631;--h: 1143}.hero__l39{--x: 509.32;--y: 184;--w: 714.36;--h: 765.95}.hero__l38{--x: -366;--y: 358;--w: 1233;--h: 705}.hero__l41{--x: 315;--y: 657;--w: 691;--h: 408}.hero__l37{--x: -265;--y: 731;--w: 947.101;--h: 585.271}.hero__l40{--x: -336;--y: -184;--w: 720;--h: 1242}.hero__mark{--x: 151;--y: 175;--w: 535.224;--h: 211;--mw: 535.224;--nudge: 8.79}.hero__burst{--x: 419;--y: 358;--w: 331.123;--h: 292.493}.hero__ver{--x: 476;--y: 444;--w: 238.637;--h: 120.924}.hero__stage .hero__mark .m-d{--lx: 43;--ly: -17;--fs: 128}.hero__stage .hero__mark .m-e{--lx: 118;--ly: 23;--fs: 64}.hero__stage .hero__mark .m-nza{--lx: 150;--ly: 120;--fs: 64}.hero__stage .hero__mark .m-a{--lx: 66;--ly: 75;--fs: 128}.hero__stage .hero__mark .m-hacks{--lx: 176;--ly: 9;--fs: 128}.hero__stage .hero__cards{width:103.36%;height:106.64%;inset:0 auto auto 0}.hero__stage .hero__ver p{font-size:calc(96 * 100cqw / 238.637)}.about__l36{--x: -37.8;--y: -240;--w: 1136.4;--h: 1312}.about__l39{--x: 625.2;--y: -327.385;--w: 676.2;--h: 1486.769}.about__l38{--x: -442;--y: 328;--w: 1293;--h: 739}.about__l37{--x: -346;--y: 772;--w: 1130.687;--h: 698.719}.about__title{--x: 60;--y: 180;--w: 452;--h: 150.454;--fs: 109}.about__date{--x: 234;--y: 813;--w: 462.622;--h: 102.363}.about__copy{--x: 157;--y: 362;--w: 600}.about__copy p{font-size:calc(15 * var(--u))}.sponsors__l36{--x: -1025.4;--y: -745.846;--w: 2006.4;--h: 2315.077}.sponsors__panel{--x: 185;--y: 223.1;--w: 828;--h: 887.8}.sponsors__title{--x: 60;--y: 119;--w: 609;--fs: 109}.sponsors__divider{--x: 53;--y: 818.149;--w: 653.994;--h: 70.934}.sponsors__ask{--x: 76;--y: 838;--w: 375}.sponsors__cta{--x: 384;--y: 828;--w: 199.45;--h: 52.15}.sponsors__wall{--x: 60;--y: 440;--w: 520}.sponsors__soon{--pad: 34;--soon: 38}.sponsors__cta a{width:97.731%;height:81.749%;transform:rotate(-2.88deg) skew(3.55deg)}.sponsors__cta a:hover,.sponsors__cta a:focus-visible{transform:rotate(-2.88deg) skew(3.55deg) translateY(-3px) scale(1.05)}.sponsors__cta span{font-size:calc(32 * 100cqw / 199.45);transform:rotate(1.83deg) skew(-2.25deg)}}@media(max-width:640px),(min-width:641px)and (orientation:portrait){.agenda__stage{aspect-ratio:auto;min-height:100svh;container-type:inline-size;--u: calc(100cqw / var(--W));display:flex;flex-direction:column;gap:calc(22 * var(--u));padding:0 0 calc(56 * var(--u))}.agenda__stage>:is(.agenda__grass,.agenda__sign){position:absolute;inset:auto;left:calc(var(--x) * var(--u));bottom:calc((var(--H) - var(--y) - var(--h)) * var(--u));width:calc(var(--w) * var(--u));height:calc(var(--h) * var(--u));aspect-ratio:auto}.agenda__title{position:relative;inset:auto;display:flex;width:auto;height:auto;margin:calc(var(--ty) * var(--u)) 0 0 calc(var(--tx) * var(--u))}.agenda__title .a1,.agenda__title .a2,.agenda__title .a3,.agenda__title .a4,.agenda__title .a5,.agenda__title .a6{position:static;top:auto;left:auto;transform:none;font-size:calc(var(--fs) * var(--u));line-height:normal;text-shadow:var(--shadow) 0 #fff}.agenda__days,.agenda__note{position:relative;inset:auto;width:auto;max-width:none;margin-inline:var(--side)}.agenda__note{align-self:flex-start}}@media(max-width:640px){.agenda__stage{--side: calc(24 * var(--u))}.agenda__grass{--x: -12;--y: 497;--w: 738;--h: 415}.agenda__sign{display:none}.agenda__title{--tx: 36;--ty: 94;--fs: 72;--shadow: -.083em .056em}.agenda__days{grid-template-columns:1fr}.agenda__day h3{font-size:calc(24 * var(--u))}.agenda__row{font-size:calc(13 * var(--u));grid-template-columns:8.5em 1fr}.agenda__note{font-size:calc(14 * var(--u))}}@media(min-width:641px)and (orientation:portrait){.agenda__stage{--side: calc(60 * var(--u))}.agenda__grass{--x: 0;--y: 442;--w: 768;--h: 629}.agenda__sign--crossing{--x: 561.75;--y: 522.88;--w: 188.97;--h: 502.17}.agenda__sign--bike{--x: 367.12;--y: 767.53;--w: 276.41;--h: 256.5}.agenda__title{--tx: 60;--ty: 103;--fs: 109;--shadow: -.055em .037em}.agenda__day h3{font-size:calc(30 * var(--u))}.agenda__row{font-size:calc(15 * var(--u));grid-template-columns:8.5em 1fr}.agenda__note{font-size:calc(19 * var(--u))}}.faq{position:relative;background:var(--cream);padding:clamp(46px,6vw,96px) var(--gutter) clamp(40px,5vw,80px);min-height:auto}.faq__inner{max-width:900px;margin:0 auto}.faq__title{margin:0 0 clamp(22px,3vw,44px);text-align:center;font-size:clamp(40px,6.5vw,92px);color:var(--purple);text-shadow:-.087em .043em 0 var(--paper)}.faq__list{display:grid;gap:clamp(10px,1.3vw,16px)}.faq__item{background:var(--paper);box-shadow:var(--shadow-paper-sm)}.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:clamp(13px,1.6vw,20px) clamp(15px,1.8vw,24px);text-align:left;font-family:var(--font-body);font-weight:700;font-size:clamp(14px,1.35vw,18px);color:var(--purple)}.faq__q:after{content:"+";flex:0 0 auto;font-family:var(--font-display);font-size:1.6em;line-height:.8;color:var(--orange);transition:transform .24s cubic-bezier(.33,1.35,.5,1)}.faq__item.is-open .faq__q:after{transform:rotate(135deg)}.faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1)}.faq__item.is-open .faq__a{grid-template-rows:1fr}.faq__a>div{overflow:hidden;min-height:0}.faq__a p{opacity:0;transition:opacity .16s ease}.faq__item.is-open .faq__a p{opacity:1;transition:opacity .22s ease 90ms}.faq__a p{margin:0;padding:0 clamp(15px,1.8vw,24px) clamp(15px,1.8vw,22px);font-size:clamp(13px,1.2vw,15.5px);line-height:1.6;color:var(--ink)}.apply{position:relative;background:var(--purple);padding:clamp(40px,5.5vw,84px) var(--gutter);text-align:center;color:#fff}.apply h2{margin:0 0 .35em;font-family:var(--font-display);font-weight:400;font-size:clamp(32px,5.5vw,76px);line-height:1}.apply p{margin:0 auto clamp(20px,2.6vw,34px);max-width:46ch;font-size:clamp(13px,1.25vw,16px);line-height:1.6;color:#e5d5f0}.apply__btn{display:inline-block;background:var(--orange);color:#fff;font-family:var(--font-display);font-size:clamp(20px,2.4vw,34px);line-height:1;padding:clamp(13px,1.5vw,20px) clamp(28px,3.4vw,52px);box-shadow:var(--shadow-paper);transform:rotate(-1.6deg);transition:transform .2s cubic-bezier(.33,1.35,.5,1),background-color .2s ease}.apply__btn:hover,.apply__btn:focus-visible{background:#ffa269;transform:rotate(-1.6deg) translateY(-4px) scale(1.05)}.apply__socials{display:inline-flex;align-items:center;justify-content:center;margin-top:clamp(24px,3.2vw,42px);padding:9px clamp(12px,1.8vw,24px);background-color:var(--purple);box-shadow:none}.apply__socials-inner{display:flex;align-items:center;justify-content:center;gap:clamp(8px,1.3vw,18px)}.apply__social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--cream);opacity:.82;transition:opacity .16s ease,transform .18s cubic-bezier(.33,1.35,.5,1)}.apply__social-link svg{width:clamp(23px,2.2vw,30px);height:clamp(23px,2.2vw,30px);fill:currentColor}.apply__social-link:hover,.apply__social-link:focus-visible{opacity:1;transform:translateY(-3px) rotate(-2deg) scale(1.08)}.apply__social-link:focus-visible{outline-color:var(--cream)}.footer{background:#3c1f57;color:#b79ecb;padding:26px var(--gutter) 34px;text-align:center;font-size:12.5px;line-height:1.7}.footer a{color:#e5d5f0;text-decoration:underline;text-underline-offset:3px}@media(prefers-reduced-motion:reduce){.faq__a,.apply__social-link{transition:none}}
