@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--paper:#f7f5ee;--lime:#f5ef38}
.kicker{display:flex;align-items:center;gap:12px;text-transform:uppercase;font-size:.76rem;letter-spacing:.11em;font-weight:900}.kicker>span{display:block;width:42px;height:4px;background:var(--yellow)}.kicker--dark>span{background:var(--black)}
:root{--blue:#2141ff;--orange:#ff5a24;--ice:#eaf0ff;--yellow:#f5ef38;--pink:#f0a8ff;--mint:#a9f3d0;--black:#0a0b10;--white:#fff;--display:'Archivo Black',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ice);color:var(--black);font:16px/1.45 var(--body);overflow-x:hidden}a{color:inherit}img{display:block;max-width:100%}button{font:inherit}.skip-link{position:fixed;top:-100px;left:12px;z-index:999;background:var(--yellow);padding:12px}.skip-link:focus{top:12px}.nav{position:fixed;z-index:100;inset:0 0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 3vw;border-bottom:2px solid var(--black);background:rgba(234,240,255,.92);backdrop-filter:blur(14px)}.nav-brand{display:flex;align-items:center;width:max-content}.nav-brand img{width:auto;height:60px;filter:none}.nav nav{display:flex;gap:28px}.nav nav a,.footer a{text-decoration:none;text-transform:uppercase;font-size:.76rem;font-weight:800;letter-spacing:.06em}.nav nav a:hover{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:5px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:56px;padding:0 22px;border:2px solid var(--black);background:var(--yellow);color:var(--black);text-decoration:none;text-transform:uppercase;font-weight:900;box-shadow:5px 5px 0 var(--black);transition:.18s;cursor:pointer}.button:hover{transform:translate(3px,3px);box-shadow:2px 2px 0 var(--black)}.button--nav{justify-self:end;min-height:44px;box-shadow:4px 4px 0 var(--black);background:var(--orange);color:#fff}.button--dark{background:var(--black);color:#fff;box-shadow:6px 6px 0 var(--yellow)}.underlink{font-weight:800;text-transform:uppercase;text-decoration-thickness:2px;text-underline-offset:6px}.micro-label,.eyebrow{font-size:.76rem;letter-spacing:.11em;font-weight:900;text-transform:uppercase}.micro-label span{color:var(--orange)}h1,h2,h3{font-family:var(--display);text-transform:uppercase;line-height:.88;letter-spacing:-.055em;margin:0}h2{font-size:clamp(3.8rem,7.6vw,8.4rem)}h2 em{font-style:normal;color:var(--blue)}
.hero{position:relative;min-height:100svh;padding:125px 4vw 44px;background:var(--blue);border-bottom:2px solid var(--black);display:grid;grid-template-columns:1.17fr .83fr;gap:4vw;overflow:hidden}.hero-dots{position:absolute;left:-30px;bottom:45px;width:270px;height:270px;background:radial-gradient(circle,var(--yellow) 2.5px,transparent 3px) 0 0/18px 18px;transform:rotate(-8deg);opacity:.9}.hero-slash{position:absolute;width:42vw;height:85px;right:-10vw;top:23%;background:var(--orange);transform:rotate(-22deg);border:2px solid var(--black)}.hero-copy{position:relative;z-index:2;align-self:center}.hero-copy h1{font-size:clamp(5.3rem,10.8vw,12.5rem);color:var(--white);text-shadow:7px 7px 0 var(--black)}.hero-copy h1 span{display:block}.future-word{color:var(--yellow);position:relative}.future-word i{font:normal .42em var(--display);text-shadow:none;color:var(--black);margin-left:20px}.hero-lead{max-width:650px;margin:30px 0;font-size:clamp(1.05rem,1.4vw,1.3rem);color:#fff}.hero-lead strong{background:var(--yellow);color:var(--black);padding:2px 5px}.hero-actions{display:flex;gap:30px;align-items:center;flex-wrap:wrap;color:#fff}.hero-media-wrap{position:relative;z-index:3;align-self:center;transform:rotate(2deg)}.hero-video{aspect-ratio:4/5;border:3px solid var(--black);overflow:hidden;background:#000;box-shadow:14px 14px 0 var(--yellow);clip-path:polygon(0 4%,94% 0,100% 95%,5% 100%)}.hero-video iframe{width:230%;height:100%;margin-left:-65%;border:0;pointer-events:none}.year-chip{position:absolute;right:-18px;top:-25px;width:170px;height:170px;background:var(--orange);color:#fff;border:3px solid var(--black);border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(9deg);box-shadow:7px 7px 0 var(--black)}.year-chip small{font-weight:900;font-size:.64rem}.year-chip strong{font:2.9rem/1 var(--display)}.play-note{position:absolute;bottom:18px;left:-25px;background:var(--ice);border:2px solid var(--black);padding:10px 14px;font-weight:900;font-size:.7rem;transform:rotate(-3deg)}.hero-bottom{position:absolute;bottom:14px;left:4vw;right:4vw;display:flex;justify-content:space-between;color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.1em}.ticker{height:64px;border-bottom:2px solid var(--black);background:var(--yellow);overflow:hidden;display:flex;align-items:center}.ticker div{font:2rem var(--display);white-space:nowrap;animation:ticker 24s linear infinite}.ticker i{color:var(--orange);font-style:normal;margin:0 18px}@keyframes ticker{to{transform:translateX(-50%)}}
.impact,.format{padding:80px 4vw 110px;background:var(--ice)}.section-index{display:flex;align-items:center;gap:14px;border-bottom:2px solid var(--black);padding-bottom:12px;margin-bottom:60px}.section-index span{display:grid;place-content:center;width:42px;height:42px;background:var(--black);color:#fff;font-family:var(--display)}.section-index p{margin:0;text-transform:uppercase;font-size:.76rem;font-weight:900;letter-spacing:.1em}.section-index--light{border-color:#ffffff66}.section-index--light span{background:#fff;color:#000}.section-index--compact{margin-bottom:45px}.impact-head{display:grid;grid-template-columns:.55fr 1.45fr;gap:5vw;align-items:start}.impact-head .eyebrow{margin-top:8px}.impact-dashboard{margin-top:75px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:'reach people events' 'distance distance events';gap:14px}.chart-card{position:relative;border:2px solid var(--black);padding:24px;background:#fff;min-height:310px;overflow:hidden;transition:transform .22s,box-shadow .22s}.chart-card:hover{transform:translate(-4px,-4px);box-shadow:8px 8px 0 var(--black)}.reach-chart{grid-area:reach;background:var(--pink)}.people-chart{grid-area:people;background:var(--mint)}.events-chart{grid-area:events}.distance-chart{grid-area:distance}.chart-card--black{background:var(--black);color:#fff}.chart-card--orange{background:var(--orange);color:#fff;min-height:250px}.card-label{text-transform:uppercase;font-weight:900;font-size:.72rem;letter-spacing:.1em;display:flex;justify-content:space-between}.info-dot{width:24px;height:24px;border:2px solid currentColor;border-radius:50%;background:transparent;font-weight:900}.reach-visual{position:relative;width:220px;height:220px;margin:10px auto}.reach-visual svg{position:absolute;inset:0;transform:rotate(-90deg)}.reach-visual circle{fill:none;stroke-width:18}.ring-base{stroke:#ffffff88}.ring-value{stroke:var(--blue);stroke-linecap:round;stroke-dasharray:553;stroke-dashoffset:553;transition:stroke-dashoffset 1.4s cubic-bezier(.2,.8,.2,1)}.is-visible .ring-value{stroke-dashoffset:72}.reach-visual div{position:absolute;inset:0;display:grid;place-content:center;text-align:center}.reach-visual strong{font:3.4rem/1 var(--display)}.reach-visual span{text-transform:uppercase;font-size:.68rem;font-weight:900}.chart-card>p{font-size:.82rem;margin:0;color:#363844}.people-total{margin:48px 0 32px}.people-total strong{display:block;font:5rem/1 var(--display)}.people-total span{text-transform:uppercase;font-size:.72rem;font-weight:900}.stacked-bar{height:38px;border:2px solid var(--black);display:flex;background:#fff;overflow:hidden}.bar-active{width:0;background:var(--blue);transition:width 1.3s ease}.is-visible .bar-active{width:34%}.bar-audience{flex:1;background:repeating-linear-gradient(135deg,var(--yellow) 0 8px,#fff 8px 16px)}.bar-legend{display:flex;justify-content:space-between;gap:10px;font-size:.67rem;margin-top:10px}.bar-legend i{display:inline-block;width:10px;height:10px;background:var(--blue);margin-right:4px}.bar-legend span+span i{background:var(--yellow)}.huge{font:clamp(10rem,21vw,23rem)/.78 var(--display);display:block;color:var(--yellow);text-align:center;margin-top:50px}.huge-label{display:block;text-align:center;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.event-pulses{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;max-width:260px;margin:42px auto 0}.event-pulses i{width:14px;height:14px;border-radius:50%;background:var(--orange);transform:scale(0);transition:transform .4s}.is-visible .event-pulses i{transform:scale(1)}.event-pulses i:nth-child(2){transition-delay:.1s}.event-pulses i:nth-child(3){transition-delay:.2s}.event-pulses i:nth-child(4){transition-delay:.3s}.event-pulses i:nth-child(5){transition-delay:.4s}.distance{display:block;font:clamp(5rem,10vw,10rem)/.9 var(--display);margin-top:28px}.distance-chart>span{text-transform:uppercase;font-weight:900}.route-spark{position:absolute;right:25px;bottom:20px;width:48%;height:120px}.route-spark path{fill:none;stroke:var(--yellow);stroke-width:8;stroke-dasharray:700;stroke-dashoffset:700;transition:stroke-dashoffset 1.6s}.is-visible .route-spark path{stroke-dashoffset:0}.route-spark circle{fill:var(--black);stroke:var(--yellow);stroke-width:4}.impact-note{text-align:right;font-size:.74rem;color:#656877}
.route{position:relative;padding:80px 4vw 100px;background:#22105e;color:#fff;overflow:hidden}.route-pattern{position:absolute;right:-70px;top:100px;width:430px;height:430px;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 14px,#ff5a24 15px 18px);opacity:.7}.route-intro{position:relative;z-index:2;display:grid;grid-template-columns:.45fr 1.1fr .45fr;gap:4vw;align-items:start}.route-intro h2 span{color:var(--pink)}.route-intro>p:last-child{max-width:330px;margin-top:10px}.route-explorer{position:relative;z-index:2;margin-top:70px;display:grid;grid-template-columns:.42fr 1fr;border:2px solid #fff;background:#13072f;box-shadow:12px 12px 0 var(--orange)}.route-stops{display:flex;flex-direction:column;border-right:2px solid #fff}.route-stop{border:0;border-bottom:1px solid #ffffff55;background:transparent;color:#fff;padding:17px 22px;text-align:left;font-weight:900;text-transform:uppercase;cursor:pointer}.route-stop:before{content:'○';color:var(--orange);margin-right:12px}.route-stop.active{background:var(--orange);color:#000}.route-stop.active:before{content:'●';color:#000}.route-card{display:grid;grid-template-columns:1.2fr .8fr;min-height:390px}.route-card img{width:100%;height:100%;object-fit:cover}.route-card div{padding:36px;display:flex;flex-direction:column;justify-content:center}.route-card div>p:first-child{font-size:.7rem;letter-spacing:.12em;font-weight:900;text-transform:uppercase;color:var(--pink)}.route-card h3{font-size:clamp(2.8rem,4vw,5rem)}.route-card a{margin-top:20px;color:var(--yellow);font-weight:900;text-transform:uppercase}.route-link{display:inline-flex;margin-top:35px;border-bottom:2px solid var(--yellow);text-decoration:none;font-weight:900;text-transform:uppercase;padding-bottom:5px}
.format{background:#f7f5ee}.format-head{display:grid;grid-template-columns:.55fr 1.45fr;gap:5vw}.format-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:70px}.format-card{position:relative;min-height:570px;padding:28px;border:2px solid var(--black);overflow:hidden;display:flex;flex-direction:column;transition:.25s}.format-card:hover{transform:translateY(-10px) rotate(-1deg);box-shadow:10px 10px 0 var(--black)}.format-card>span,.format-card h3,.format-card p,.format-icon{position:relative;z-index:2}.format-card>span{font-size:.7rem;font-weight:900;letter-spacing:.1em}.format-card h3{font-size:clamp(4rem,6vw,7rem);margin-top:auto}.format-card p{max-width:360px}.education{background:var(--yellow)}.spectacle{background:var(--blue);color:#fff}.community{background:var(--pink)}.pattern{position:absolute;inset:0;opacity:.35}.pattern-grid{background:linear-gradient(#000 2px,transparent 2px),linear-gradient(90deg,#000 2px,transparent 2px);background-size:32px 32px;transform:rotate(9deg) scale(1.3)}.pattern-rays{background:repeating-conic-gradient(from 15deg at 100% 0,#fff 0 7deg,transparent 7deg 16deg)}.pattern-dots{background:radial-gradient(circle,#000 3px,transparent 4px) 0 0/24px 24px}.format-icon{position:absolute;right:25px;top:45%;font:6rem var(--display)}
.city-value{display:grid;grid-template-columns:1fr 1fr;background:var(--orange);border-top:2px solid var(--black);border-bottom:2px solid var(--black)}.city-photo{position:relative;min-height:780px;border-right:2px solid var(--black);overflow:hidden}.city-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) contrast(1.08)}.city-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 55%,var(--blue));mix-blend-mode:multiply}.photo-sticker{position:absolute;z-index:2;right:30px;bottom:34px;width:210px;height:210px;border:3px solid var(--black);border-radius:50%;background:var(--yellow);display:grid;place-content:center;text-align:center;font-weight:900;transform:rotate(8deg);box-shadow:8px 8px 0 var(--black)}.photo-sticker strong{font:2.5rem var(--display)}.city-copy{padding:65px 5vw}.city-copy h2{font-size:clamp(3.8rem,6vw,7rem)}.city-copy h2 em{color:#fff}.delivery-accordion{margin-top:50px;border-top:2px solid var(--black)}.delivery-row{width:100%;display:grid;grid-template-columns:45px 1fr auto;align-items:center;text-align:left;padding:18px 0;border:0;border-bottom:2px solid var(--black);background:transparent;cursor:pointer}.delivery-row span{font-size:.7rem;font-weight:900}.delivery-row strong{font:2rem var(--display);text-transform:uppercase}.delivery-row i{font-size:2rem;font-style:normal;transition:.2s}.delivery-row.active i{transform:rotate(45deg)}.delivery-detail{display:none;padding:18px 45px;border-bottom:2px solid var(--black);background:#ffffffaa}.delivery-detail.active{display:block}
.proof{position:relative;padding:90px 8vw;background:var(--mint);overflow:hidden}.proof-pattern{position:absolute;inset:0;background:repeating-linear-gradient(120deg,transparent 0 40px,#00000012 40px 43px)}.proof>*:not(.proof-pattern){position:relative}.proof blockquote{max-width:1150px;margin:80px auto 50px;font:clamp(3rem,6.2vw,7rem)/.98 var(--display);text-transform:uppercase}.proof blockquote:before{content:'“';color:var(--blue)}.proof-person{max-width:1150px;margin:auto;border-left:10px solid var(--blue);padding-left:20px;display:flex;flex-direction:column}.proof-person span{font-size:.7rem;font-weight:900;letter-spacing:.1em}.proof-person strong{font-size:1.1rem}
.process{padding:80px 4vw 110px;background:var(--black);color:#fff}.process header{display:grid;grid-template-columns:.45fr 1.55fr;gap:5vw}.process ol{list-style:none;padding:0;margin:70px 0 0;display:grid;grid-template-columns:repeat(5,1fr);border:2px solid #fff}.process li{position:relative;min-height:300px;padding:22px;border-right:2px solid #fff;overflow:hidden}.process li:last-child{border:0}.process li:nth-child(2){background:var(--blue)}.process li:nth-child(4){background:var(--orange);color:#000}.process li span{font-size:.7rem;font-weight:900}.process li strong{display:block;margin-top:120px;font:2.6rem var(--display);text-transform:uppercase}.process li p{font-size:.84rem;color:#c5c7d0}.process li:nth-child(4) p{color:#111}.final-cta{position:relative;padding:100px 4vw 90px;background:var(--pink);border-top:2px solid var(--black);overflow:hidden}.final-cta h2{max-width:1200px}.final-cta h2 span{color:var(--blue);-webkit-text-stroke:2px var(--black)}.final-cta .button{margin-top:45px}.cta-checker{position:absolute;right:-50px;bottom:-50px;width:430px;height:430px;background:conic-gradient(#000 25%,transparent 0 50%,#000 0 75%,transparent 0) 0 0/60px 60px;opacity:.12;transform:rotate(8deg)}.footer{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:34px 4vw;background:var(--ice);border-top:2px solid var(--black)}.footer img{width:140px;filter:brightness(0)}.footer p{text-align:center;font-size:.76rem}.footer div{display:flex;justify-content:flex-end;gap:22px}.floating-cta{display:none;position:fixed;z-index:90;right:14px;bottom:14px;padding:14px 18px;background:var(--yellow);border:2px solid var(--black);box-shadow:4px 4px 0 var(--black);font-weight:900;text-transform:uppercase;text-decoration:none}
@media(max-width:980px){.nav{grid-template-columns:1fr auto;height:66px;padding:0 18px}.nav nav{display:none}.hero{grid-template-columns:1fr;padding:100px 20px 70px}.hero-copy h1{font-size:clamp(4.8rem,21vw,8rem)}.hero-media-wrap{width:78%;margin:20px 0 0 auto}.hero-video{aspect-ratio:4/3}.hero-video iframe{width:130%;margin-left:-15%}.hero-bottom{display:none}.impact,.format,.route,.process{padding:60px 20px 80px}.section-index{margin-bottom:42px}.impact-head,.format-head,.route-intro,.process header{grid-template-columns:1fr;gap:15px}.impact-dashboard{grid-template-columns:1fr 1fr;grid-template-areas:'reach people' 'events events' 'distance distance'}.events-chart{min-height:360px}.huge{font-size:12rem;margin-top:35px}.distance-chart{min-height:300px}.format-cards{grid-template-columns:1fr}.format-card{min-height:470px}.city-value{grid-template-columns:1fr}.city-photo{min-height:500px;border-right:0;border-bottom:2px solid var(--black)}.city-copy{padding:55px 20px}.proof{padding:70px 20px}.process ol{grid-template-columns:1fr}.process li{min-height:0;border-right:0;border-bottom:2px solid #fff}.process li strong{margin-top:45px}.final-cta{padding:75px 20px}.footer{grid-template-columns:1fr;gap:18px;text-align:center}.footer img{margin:auto}.footer p{text-align:center}.footer div{justify-content:center}.floating-cta{display:block}}
@media(max-width:650px){h2{font-size:3.6rem}.button--nav{font-size:0;width:48px;gap:0;padding:0 12px}.button--nav span{font-size:1rem}.hero-media-wrap{width:90%}.year-chip{width:125px;height:125px}.year-chip strong{font-size:2.1rem}.impact-dashboard{grid-template-columns:1fr;grid-template-areas:'reach' 'people' 'events' 'distance'}.chart-card{min-height:290px}.route-explorer{grid-template-columns:1fr}.route-stops{border-right:0;border-bottom:2px solid #fff}.route-card{grid-template-columns:1fr;min-height:0}.route-card img{height:240px}.route-pattern{opacity:.3}.delivery-row strong{font-size:1.45rem}.photo-sticker{width:160px;height:160px}.photo-sticker strong{font-size:1.9rem}.final-cta h2 span{-webkit-text-stroke:1px var(--black)}}
.poland-outline{position:absolute;z-index:0;right:6%;bottom:-31%;width:43%;height:auto;opacity:.95;filter:drop-shadow(7px 0 0 #f5ef38) drop-shadow(-7px 0 0 #f5ef38) drop-shadow(0 7px 0 #f5ef38) drop-shadow(0 -7px 0 #f5ef38) drop-shadow(6px 7px 0 #0a0b10);transform:rotate(-3deg)}.bus-visual{position:absolute;z-index:2;right:1%;bottom:-2%;width:42%;filter:drop-shadow(7px 9px 0 #0a0b10);animation:bus-drive 1.15s ease-in-out infinite alternate;transform-origin:50% 100%}.bus-visual img{position:relative;z-index:1;width:100%;height:auto}.bus-brand{position:absolute;z-index:4;left:49%;top:53%;padding:.18em .42em;background:#f5ef38;color:#0a0b10;border:2px solid #0a0b10;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}.bus-wheel{position:absolute;z-index:3;top:68.4%;width:15.8%;aspect-ratio:1;border:5px solid #0a0b10;border-radius:50%;background:repeating-conic-gradient(#f5ef38 0 12deg,#2141ff 12deg 24deg,#f0a8ff 24deg 36deg,#0a0b10 36deg 48deg);box-shadow:inset 0 0 0 7px #f7f5ee,inset 0 0 0 11px #0a0b10;animation:wheel-spin .52s linear infinite}.bus-wheel:after{content:'';position:absolute;inset:34%;border:3px solid #0a0b10;border-radius:50%;background:#a9f3d0}.bus-wheel--rear{left:26.6%}.bus-wheel--front{left:71.5%}@keyframes wheel-spin{to{transform:rotate(360deg)}}@keyframes bus-drive{from{transform:translate3d(-3px,1px,0) rotate(-.35deg)}to{transform:translate3d(6px,-3px,0) rotate(.35deg)}}
@media(max-width:650px){.bus-visual{width:60%;right:-6%;bottom:1%}.bus-brand{left:48%;top:53%;font-size:.42rem;border-width:1px;box-shadow:2px 2px 0 #f0a8ff}.bus-wheel{border-width:3px;box-shadow:inset 0 0 0 4px #f7f5ee,inset 0 0 0 7px #0a0b10}.poland-outline{width:54%;right:2%;bottom:-18%;filter:drop-shadow(4px 0 0 #f5ef38) drop-shadow(-4px 0 0 #f5ef38) drop-shadow(0 4px 0 #f5ef38) drop-shadow(0 -4px 0 #f5ef38) drop-shadow(4px 5px 0 #0a0b10)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.chart-card,.ring-value,.bar-active,.event-pulses i{transition:none!important}.bus-visual,.bus-wheel{animation:none!important}}

/* Uczestnicy są najważniejszym wynikiem sezonu — przed zasięgiem online. */
.impact-dashboard{grid-template-areas:'people reach events' 'distance distance events'}
.people-total{margin:32px 0 22px}
.people-total strong{font:clamp(5rem,7vw,7.4rem)/.88 var(--display)}
.workshop-highlight{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:16px;padding:14px 16px;border:2px solid var(--black);background:var(--yellow);box-shadow:5px 5px 0 var(--black);transform:rotate(-1deg)}
.workshop-highlight strong{font:clamp(2.7rem,4vw,4.4rem)/.9 var(--display);color:var(--blue)}
.workshop-highlight span{font-size:.69rem;line-height:1.25;font-weight:900;text-transform:uppercase}
.people-chart>*:not(.comic-fireworks){position:relative;z-index:2}
.comic-fireworks{position:absolute;z-index:1;inset:0;pointer-events:none}
.firework{position:absolute;width:150px;aspect-ratio:1;border-radius:50%;opacity:0;background:repeating-conic-gradient(from 4deg,var(--orange) 0 7deg,transparent 7deg 22deg);-webkit-mask:radial-gradient(circle,transparent 0 25%,#000 26% 61%,transparent 62%);mask:radial-gradient(circle,transparent 0 25%,#000 26% 61%,transparent 62%);transform:scale(.12) rotate(-18deg)}
.firework:after{content:'✦';position:absolute;inset:0;display:grid;place-items:center;color:var(--blue);font:2.6rem/1 var(--display);-webkit-mask:none;mask:none}
.firework--one{right:-28px;top:25px}.firework--two{left:-48px;top:76px;width:112px;background:repeating-conic-gradient(from 10deg,var(--blue) 0 8deg,transparent 8deg 25deg)}.firework--two:after{color:var(--orange);font-size:2rem}.firework--three{right:56px;bottom:-34px;width:92px;background:repeating-conic-gradient(from 2deg,var(--pink) 0 9deg,transparent 9deg 27deg)}.firework--three:after{color:var(--blue);font-size:1.7rem}
.firework{background:none;-webkit-mask:none;mask:none}.firework:before{content:'';position:absolute;inset:0;border-radius:50%;background:repeating-conic-gradient(from 4deg,var(--orange) 0 7deg,transparent 7deg 22deg);-webkit-mask:radial-gradient(circle,transparent 0 25%,#000 26% 61%,transparent 62%);mask:radial-gradient(circle,transparent 0 25%,#000 26% 61%,transparent 62%)}.firework--two,.firework--three{background:none}.firework--two:before{background:repeating-conic-gradient(from 10deg,var(--blue) 0 8deg,transparent 8deg 25deg)}.firework--three:before{background:repeating-conic-gradient(from 2deg,var(--pink) 0 9deg,transparent 9deg 27deg)}
.people-chart.is-visible .firework{animation:comic-burst .9s cubic-bezier(.16,.82,.28,1) both}.people-chart.is-visible .firework--two{animation-delay:.18s}.people-chart.is-visible .firework--three{animation-delay:.42s}
@keyframes comic-burst{0%{opacity:0;transform:scale(.12) rotate(-18deg)}42%{opacity:.92;transform:scale(1.06) rotate(4deg)}72%{opacity:.7;transform:scale(.94) rotate(-2deg)}100%{opacity:.28;transform:scale(1) rotate(0)}}
@media(max-width:980px){.impact-dashboard{grid-template-areas:'people reach' 'events events' 'distance distance'}}
@media(max-width:650px){.impact-dashboard{grid-template-areas:'people' 'reach' 'events' 'distance'}.workshop-highlight{grid-template-columns:1fr;gap:5px}.workshop-highlight span br{display:none}.firework--one{right:-42px;top:35px;width:130px}.firework--two{left:-52px;top:96px;width:100px}.firework--three{right:22px;bottom:-28px;width:78px}}
@media(prefers-reduced-motion:reduce){.people-chart.is-visible .firework{animation:none;opacity:.22;transform:scale(1)}}
.events-summary{display:flex;align-items:flex-end;gap:14px;margin:26px 0 10px}.events-summary>strong{font:clamp(5.5rem,8vw,8rem)/.72 var(--display);color:var(--yellow)}.events-summary div{display:grid;gap:4px;padding-bottom:2px;text-transform:uppercase;font-weight:900}.events-summary span{font-size:.82rem;letter-spacing:.09em}.events-summary small{width:max-content;padding:4px 7px;background:var(--orange);color:var(--black);font-size:.68rem;letter-spacing:.08em;transform:rotate(-2deg)}
.season-map{position:relative;width:min(100%,390px);aspect-ratio:807/751;margin:6px auto 0}.season-map>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);opacity:.9;transform:scale(.92);transition:opacity .6s,transform .8s}.events-chart.is-visible .season-map>img{opacity:.28;transform:scale(1)}
.season-stop{position:absolute;z-index:2;left:var(--x);top:var(--y);width:14px;height:14px;transform:translate(-50%,-50%)}.season-stop i{position:absolute;inset:2px;border:2px solid var(--black);border-radius:50%;background:var(--yellow);box-shadow:0 0 0 2px var(--orange);opacity:0;transform:scale(0)}.season-stop i:before,.season-stop i:after{content:'';position:absolute;inset:-7px;border:2px solid var(--pink);border-radius:50%;opacity:0}.season-stop--double i{background:var(--pink);box-shadow:0 0 0 2px var(--yellow)}.season-stop--double i:after{inset:-12px;border-color:var(--yellow)}
.season-stop b{position:absolute;z-index:4;left:50%;bottom:18px;width:max-content;max-width:150px;padding:5px 7px;border:1px solid var(--white);background:var(--black);color:var(--white);font-size:.62rem;line-height:1.1;text-transform:uppercase;pointer-events:none;opacity:0;transform:translate(-50%,4px);transition:opacity .18s,transform .18s}.season-stop:hover{z-index:5}.season-stop:hover b{opacity:1;transform:translate(-50%,0)}
.events-chart.is-visible .season-stop i{animation:map-dot-in .46s cubic-bezier(.2,1.5,.4,1) var(--delay) both}.events-chart.is-visible .season-stop i:before{animation:map-pulse 2.4s ease-out calc(var(--delay) + .45s) infinite}.events-chart.is-visible .season-stop--double i:after{animation:map-pulse 2.4s ease-out calc(var(--delay) + .85s) infinite}
@keyframes map-dot-in{to{opacity:1;transform:scale(1)}}@keyframes map-pulse{0%{opacity:.95;transform:scale(.35)}72%,100%{opacity:0;transform:scale(1.65)}}
@media(max-width:980px){.season-map{width:min(100%,440px)}.events-summary{justify-content:center}}
@media(max-width:650px){.events-summary{justify-content:flex-start}.events-summary>strong{font-size:6rem}.season-map{width:min(100%,330px)}.season-stop b{display:none}}
@media(prefers-reduced-motion:reduce){.season-map>img,.events-chart.is-visible .season-map>img{opacity:.28;transform:scale(1);transition:none}.events-chart.is-visible .season-stop i{animation:none;opacity:1;transform:scale(1)}.events-chart.is-visible .season-stop i:before,.events-chart.is-visible .season-stop i:after{animation:none}}
.chart-card--blue{background:var(--blue);color:var(--white)}.chart-card--blue .events-summary small{background:var(--pink)}.chart-card--blue .season-map>img{filter:brightness(0) invert(1)}
.bus-ground{position:absolute;z-index:1;left:-8%;right:-8%;bottom:2%;height:28px;border-top:5px solid var(--black);background:var(--black);overflow:hidden;transform:rotate(-1deg)}.bus-ground:before,.bus-ground:after{content:'';position:absolute;inset:4px -120px 0;background:repeating-linear-gradient(90deg,var(--yellow) 0 34px,transparent 34px 58px,var(--pink) 58px 72px,transparent 72px 112px,var(--mint) 112px 122px,transparent 122px 164px);animation:ground-rush .62s linear infinite}.bus-ground:after{inset:12px -90px 0;background:repeating-linear-gradient(90deg,transparent 0 18px,var(--orange) 18px 46px,transparent 46px 86px);animation-duration:.36s;opacity:.8}.bus-ground i{position:absolute;z-index:2;left:0;right:0;top:-9px;height:9px;background:repeating-radial-gradient(ellipse at 50% 100%,var(--black) 0 5px,transparent 6px 20px);background-size:46px 9px;animation:ground-rush .5s linear infinite}
@keyframes ground-rush{to{background-position:-164px 0}}
@media(max-width:650px){.bus-ground{bottom:1%;height:22px;border-top-width:4px}.bus-ground:before{animation-duration:.5s}.bus-ground:after{animation-duration:.3s}}
@media(prefers-reduced-motion:reduce){.bus-ground:before,.bus-ground:after,.bus-ground i{animation:none}}
.proof-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.proof-heading>span{font:1.1rem var(--display);letter-spacing:.08em}.proof-slider{display:grid;grid-template-columns:minmax(0,1fr) 58px;gap:42px;max-width:1240px;margin:42px auto 0}.proof-stage{position:relative;min-height:510px}.testimonial{display:none}.testimonial.active{display:block;animation:proof-in .55s cubic-bezier(.18,.76,.26,1) both}.testimonial-city{display:flex;align-items:center;gap:12px;margin:0 0 24px;font:1.25rem var(--display);text-transform:uppercase}.testimonial-city span{display:grid;place-items:center;width:42px;height:42px;background:var(--black);color:var(--yellow)}.proof .testimonial blockquote{max-width:none;margin:0 0 42px;font:clamp(2.1rem,3.7vw,4.7rem)/1.02 var(--display);text-transform:uppercase}.proof .testimonial blockquote:before{content:'“';color:var(--blue)}.proof .testimonial blockquote:after{content:'”';color:var(--orange)}.proof .testimonial .proof-person{max-width:none;margin:0}.proof-person small{margin-top:5px;font-size:.82rem;font-weight:800}.proof-nav{display:grid;align-content:start;border:2px solid var(--black)}.proof-nav button{width:56px;height:56px;border:0;border-bottom:2px solid var(--black);background:transparent;font:1rem var(--display);cursor:pointer}.proof-nav button:last-child{border-bottom:0}.proof-nav button.active{background:var(--blue);color:var(--white)}.proof-controls{display:grid;grid-template-columns:48px minmax(120px,1fr) 48px;align-items:center;gap:14px;max-width:1240px;margin:20px auto 0}.proof-controls>button{width:48px;height:48px;border:2px solid var(--black);background:var(--yellow);font:1.3rem var(--display);cursor:pointer}.proof-controls>button:hover,.proof-controls>button:focus-visible{background:var(--orange)}.proof-progress{height:8px;border:2px solid var(--black);background:#ffffff80;overflow:hidden}.proof-progress i{display:block;width:100%;height:100%;background:var(--blue);transform-origin:left center}.proof:hover .proof-progress i,.proof:focus-within .proof-progress i{animation-play-state:paused!important}
@keyframes proof-in{from{opacity:0;transform:translateX(48px) rotate(.4deg)}to{opacity:1;transform:translateX(0) rotate(0)}}@keyframes proof-timer{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:980px){.proof-slider{grid-template-columns:1fr;gap:22px}.proof-stage{min-height:560px}.proof-nav{display:flex;width:100%;overflow-x:auto}.proof-nav button{flex:1;min-width:48px;width:auto;border-bottom:0;border-right:2px solid var(--black)}.proof-nav button:last-child{border-right:0}.proof .testimonial blockquote{font-size:clamp(2rem,5.4vw,3.8rem)}}
@media(max-width:650px){.proof-heading{align-items:flex-end}.proof-stage{min-height:590px}.testimonial-city{font-size:1rem}.testimonial-city span{width:38px;height:38px}.proof .testimonial blockquote{font-size:clamp(1.75rem,8vw,2.7rem);line-height:1.06}.proof-person strong{font-size:.95rem}.proof-controls{grid-template-columns:44px 1fr 44px}.proof-controls>button{width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){.testimonial.active{animation:none}.proof-progress i{animation:none!important;transform:scaleX(1)}}
@media(min-width:981px){.proof-nav{grid-template-rows:repeat(6,1fr);align-content:stretch;height:100%}.proof-nav button{height:auto;min-height:56px}}
.route-card time{display:block;width:max-content;margin-top:22px;padding:8px 11px;border:2px solid var(--black);background:var(--yellow);color:var(--black);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transform:rotate(-1deg)}
.people-chart.is-visible .firework{animation:comic-burst-loop 3.9s cubic-bezier(.16,.82,.28,1) infinite}.people-chart.is-visible .firework--two{animation-delay:1.1s}.people-chart.is-visible .firework--three{animation-delay:2.2s}
@keyframes comic-burst-loop{0%{opacity:0;transform:scale(.12) rotate(-18deg)}12%{opacity:.95;transform:scale(1.06) rotate(4deg)}24%{opacity:.58;transform:scale(.94) rotate(-2deg)}38%{opacity:.22;transform:scale(1) rotate(0)}55%,100%{opacity:0;transform:scale(1.04) rotate(2deg)}}
@media(prefers-reduced-motion:reduce){.people-chart.is-visible .firework{animation:none;opacity:.22;transform:scale(1)}}
@media(max-width:650px){.nav-brand img{height:48px;max-width:102px}}
.nav-brand{position:relative;isolation:isolate;padding:4px 10px}.nav-brand:before{content:'';position:absolute;z-index:-1;inset:4px -7px;background:var(--orange);transform:rotate(-2deg) skewX(-5deg)}.nav-brand img{filter:brightness(0) invert(1)}
.footer{background:var(--black);color:var(--white);border-top-color:var(--white)}.footer img{width:auto;height:78px;filter:brightness(0) invert(1)}
@media(max-width:650px){.footer img{height:66px}}
@media(max-width:650px){.nav-brand{padding:3px 7px}.nav-brand:before{inset:3px -5px}}
.hero-dots{left:auto;right:2%;bottom:-120px}
@media(max-width:980px){.hero-dots{display:none}}
.hero-bottom{justify-content:flex-end}
.hero-copy>.year-chip{left:66%;right:auto;top:58px;width:150px;height:150px;z-index:3}
@media(max-width:980px){.hero-copy>.year-chip{left:auto;right:0;top:38px;width:125px;height:125px;z-index:0}.hero-copy h1,.hero-copy .micro-label{position:relative;z-index:1}}
.ticker .ticker-track{display:flex;width:max-content;animation:ticker 24s linear infinite;will-change:transform}.ticker-group{display:flex;flex:none;align-items:center;padding-right:0;font:2rem var(--display);white-space:nowrap}
@media(prefers-reduced-motion:reduce){.ticker .ticker-track{animation:none}}

/* Czytelne kafelki formatu: pattern jest tłem, a nie konkurencją dla tekstu. */
.format-card{min-width:0;padding:28px 26px 30px}
.format-card h3{font-size:clamp(3.45rem,4.8vw,5.65rem);line-height:.88}
.format-card p{max-width:32ch;margin:22px 0 0;font-size:clamp(.94rem,1.05vw,1.05rem);line-height:1.48;font-weight:600}
.education .pattern-grid{z-index:1;opacity:1;background-image:linear-gradient(rgba(255,255,255,.72) 3px,transparent 3px),linear-gradient(90deg,rgba(255,255,255,.72) 3px,transparent 3px);background-size:32px 32px;-webkit-mask-image:none;mask-image:none}
.spectacle h3{font-size:clamp(3.2rem,4.2vw,5rem)}
.community .pattern-dots{opacity:.68;background:radial-gradient(circle,#fff 0 3px,transparent 3.5px) 0 0/24px 24px;-webkit-mask-image:linear-gradient(to bottom,#000 0 48%,transparent 88%);mask-image:linear-gradient(to bottom,#000 0 48%,transparent 88%)}
.community h3{font-size:clamp(3.05rem,3.85vw,4.55rem)}
@media(max-width:980px){.format-card{min-height:460px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(3.5rem,10vw,6rem)}}
@media(max-width:650px){.format-card{min-height:430px;padding:24px 22px 26px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(3.1rem,15vw,4.5rem)}.format-card p{font-size:.96rem}}

/* Large delivery description lives with the image, not under the controls. */
.city-photo-copy{position:absolute;z-index:3;left:28px;right:28px;bottom:28px;max-width:680px;padding:24px 28px;background:rgba(10,11,16,.9);color:#fff;border:2px solid var(--black);box-shadow:7px 7px 0 var(--yellow)}
.city-photo-copy span{font-size:.72rem;font-weight:900;letter-spacing:.1em;color:var(--yellow)}
.city-photo-copy p{margin:10px 0 0;font-size:clamp(1.25rem,1.7vw,1.75rem);font-weight:700;line-height:1.25}
.city-photo .photo-sticker{top:34px;bottom:auto}
.delivery-detail{display:none!important}
@media(max-width:650px){.city-photo-copy{left:18px;right:18px;bottom:20px;padding:20px}.city-photo-copy p{font-size:1.15rem}.city-photo .photo-sticker{top:20px;right:20px}}
.education .pattern-grid{display:none}
.format-card.education:before{content:'';position:absolute;z-index:1;inset:-12%;background-image:linear-gradient(rgba(255,255,255,.82) 4px,transparent 4px),linear-gradient(90deg,rgba(255,255,255,.82) 4px,transparent 4px);background-size:34px 34px;transform:rotate(9deg);pointer-events:none}
.education .format-icon{top:45%;right:18px;font-size:4rem;line-height:1}
@media(max-width:650px){.education .format-icon{top:45%;right:16px;font-size:3.5rem}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:10vw;bottom:4%;width:clamp(360px,34vw,620px);height:auto;filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(18vw,12px,0) rotate(1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:10vw;bottom:16%;width:clamp(360px,34vw,620px);height:auto;filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}

@media(min-width:981px){.recaps-hero{position:relative}.recaps-hero>div:first-child{position:relative;z-index:3}.recaps-mark{position:relative;z-index:1}.recaps-hero-bus{position:absolute;z-index:2;right:9vw;bottom:38%;width:clamp(360px,32vw,590px);filter:drop-shadow(10px 14px 0 rgba(17,17,15,.28));transform-origin:50% 100%;animation:recapsBusArrive .9s cubic-bezier(.2,.75,.25,1) both}.recaps-hero-bus img{display:block;width:100%;height:auto}.recaps-hero-bus-brand{position:absolute;z-index:3;left:49%;top:53%;padding:.18em .42em;background:#f1ff46;color:#11110f;border:2px solid #11110f;box-shadow:3px 3px 0 #f0a8ff;font:clamp(.45rem,.72vw,.78rem)/1 var(--display);letter-spacing:-.04em;white-space:nowrap;transform:rotate(-3deg)}}@keyframes recapsBusArrive{from{opacity:0;transform:translate3d(-18vw,12px,0) rotate(-1deg)}to{opacity:1;transform:translate3d(0,0,0) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.recaps-hero-bus{animation:none}}

/* RTF 2027 — coherent mobile layer */
@media(max-width:650px){
  html{scroll-padding-top:64px} body{overflow-x:hidden}
  .nav{height:62px;padding:0 12px;grid-template-columns:1fr auto}.nav-brand{padding:3px 6px}.nav-brand img{height:44px;max-width:94px}.button--nav{font-size:.66rem;width:auto;min-width:86px;min-height:40px;padding:0 10px;gap:8px;box-shadow:3px 3px 0 var(--black)}.button--nav span{font-size:.9rem}
  h2{font-size:clamp(2.65rem,13vw,3.45rem);line-height:.92;overflow-wrap:normal}
  .hero{min-height:auto;padding:88px 16px 54px;gap:24px}.hero-copy h1{font-size:clamp(4.25rem,20vw,5.7rem);line-height:.82;text-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip{width:92px;height:92px;right:2px;top:46px;z-index:2;box-shadow:4px 4px 0 var(--black)}.hero-copy>.year-chip strong{font-size:1.75rem}.hero-copy>.year-chip small{font-size:.48rem}.hero-lead{margin:22px 0;font-size:1rem;line-height:1.42}.hero-actions{gap:16px}.hero-actions .button{width:100%;min-height:52px;gap:12px}.hero-actions .underlink{font-size:.78rem}.hero-media-wrap{width:90vw;max-width:430px;margin:12px auto 0;transform:rotate(.4deg);filter:drop-shadow(8px 9px 0 #0a0b10)}.hero-media-wrap .play-note{left:4%;bottom:-4%;font-size:.54rem;padding:7px 9px}.hero-media-wrap .year-chip{display:none}
  .ticker{height:52px}.ticker-group,.ticker div{font-size:1.45rem}
  .impact,.format,.route,.process{padding:52px 16px 68px}.section-index{margin-bottom:34px}.impact-dashboard{margin-top:42px;gap:12px}.chart-card{min-height:0;padding:20px}.people-total{margin:24px 0 18px}.people-total strong{font-size:4.7rem}.workshop-highlight{padding:12px}.reach-visual{width:190px;height:190px}.events-summary>strong{font-size:5.2rem}.season-map{width:min(100%,300px)}
  .mobile-city-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none}.mobile-city-list li{padding:5px 7px;border:1px solid #fff;background:#0a0b10;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
  .distance-chart{min-height:235px;padding-bottom:86px}.distance{font-size:4.5rem}.bus-visual{width:58%;right:-4%;bottom:2%}
  .route-intro{gap:12px}.route-explorer{margin-top:38px;display:block;box-shadow:7px 7px 0 var(--orange)}.route-stops{display:flex;flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:2px solid #fff}.route-stop{flex:0 0 auto;scroll-snap-align:start;padding:14px 16px;border-bottom:0;border-right:1px solid #ffffff55;white-space:nowrap}.route-card{display:grid;grid-template-columns:1fr}.route-card img{height:220px}.route-card div{padding:24px}.route-card h3{font-size:2.8rem}
  .format-cards{margin-top:38px;gap:12px}.format-card{min-height:310px;padding:22px}.format-card h3,.spectacle h3,.community h3{font-size:clamp(2.9rem,14vw,4rem)}.format-card p{margin-top:14px;font-size:.93rem}.format-icon{font-size:3.1rem}
  .city-value{display:flex;flex-direction:column}.city-copy{order:1;padding:48px 16px 28px}.city-photo{order:2;min-height:410px;border-bottom:0;border-top:2px solid var(--black)}.city-copy .section-index{margin-bottom:32px}.delivery-accordion{margin-top:32px}.delivery-row{grid-template-columns:34px 1fr auto;padding:15px 0}.delivery-row strong{font-size:1.25rem}.city-photo-copy{left:14px;right:14px;bottom:16px;padding:15px 16px;box-shadow:4px 4px 0 var(--yellow)}.city-photo-copy p{font-size:1rem;line-height:1.3}.city-photo .photo-sticker{width:108px;height:108px;right:14px;top:14px;font-size:.64rem;box-shadow:4px 4px 0 var(--black)}.city-photo .photo-sticker strong{font-size:1.3rem}
  .process ol{margin-top:42px}.process li{padding:18px}.process li strong{margin-top:24px;font-size:2rem}.process li p{margin-bottom:0}.final-cta{padding:68px 16px 76px}.final-cta .button{width:100%;margin-top:32px}.footer{padding:28px 16px 90px}.floating-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));text-align:center;justify-content:center;padding:13px 16px}
  .recap-hero-copy h1{font-size:clamp(3.2rem,16vw,4.5rem);overflow-wrap:normal;word-break:normal}.recaps-hero h1{font-size:clamp(3.3rem,16vw,4.8rem)}.recap-hero-media{min-height:52vh}.recap-card-body h2{font-size:2.5rem}
  .application-intro{min-height:245px!important;padding:34px 16px 28px!important}.application-intro h1{font-size:clamp(2.7rem,14vw,4rem)!important;text-shadow:3px 3px 0 var(--black)}.application-intro>p:not(.kicker){margin:14px 0 0}.application-contact{margin-top:28px!important;padding-top:16px}.application-contact a{font-size:1.1rem}.form-panel{padding:30px 16px 44px!important}.form-progress-label{margin-bottom:28px}.form-step h2,.form-success h2{font-size:clamp(2.5rem,12vw,3.5rem)}.field-grid,.format-options{grid-template-columns:1fr}.weekend-grid{grid-template-columns:1fr!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.weekend{min-height:54px;padding:12px}.choice-row{display:grid;grid-template-columns:repeat(3,1fr)}.choice-row span{padding:11px 8px;text-align:center}.format-options label>span{min-height:0;padding:18px}.format-options strong{font-size:1.35rem}.form-actions{position:sticky;bottom:0;z-index:4;margin-left:-16px;margin-right:-16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:rgba(247,245,238,.96);backdrop-filter:blur(8px)}.form-actions .button{min-height:50px}.form-nav{height:62px;padding:6px 12px}.form-nav img{width:118px;max-height:44px}.form-nav>a:last-child{font-size:.66rem}
}
@media(min-width:651px){.mobile-city-list{display:none}}
