
:root{
  --navy-900:#152651; --navy-800:#24366D; --navy-700:#24366D;
  --terracotta-700:#5F0221; --terracotta-600:#FF4020; --terracotta-500:#FF7300; --terracotta-300:#FFC733;
  --cream-50:#FBF6EA; --cream-100:#F0E4CB;
  --sky-300:#AACAE0; --sky-500:#8FB8D5; --sky-700:#70A9CD;
  --olive-500:#FF4020; --sand-400:#CFB39B;
  --bg:var(--cream-50); --surface:var(--cream-100);
  --text:var(--navy-800); --muted:var(--navy-700);
  --accent:var(--terracotta-600); --accent-contrast:var(--cream-50);
  --radius-pill:999px; --radius-card:14px;
  --serif:"Fraunces",Georgia,serif; --sans:"Inter",system-ui,sans-serif; --wrap:1140px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.05;mix-blend-mode:multiply;
 background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
h1,h2,h3,h4{font-family:var(--serif);color:var(--navy-800);font-weight:600;line-height:1.1;letter-spacing:-.01em}
.eyebrow{font-family:var(--serif);text-transform:uppercase;letter-spacing:.16em;font-weight:600;font-size:.82rem;color:var(--terracotta-700)}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 26px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
/* a11y */
.skip-link{position:absolute;left:8px;top:-48px;z-index:10001;background:var(--navy-900);color:var(--cream-50);padding:10px 18px;border-radius:8px;font-weight:600;transition:top .15s}
.skip-link:focus{top:8px}
:focus-visible{outline:3px solid var(--navy-800);outline-offset:2px;border-radius:4px}
.btn:focus-visible{outline:3px solid var(--navy-800);outline-offset:3px}
.btn-primary:focus-visible{outline-color:var(--navy-900)}
nav.links a:focus-visible,.mnav a:focus-visible,.involve .go:focus-visible,.brand:focus-visible,details.qa summary:focus-visible{outline:3px solid var(--terracotta-600);outline-offset:3px;border-radius:4px}
footer a:focus-visible,.band.navy a:focus-visible,.tier--feature .btn:focus-visible{outline:3px solid var(--terracotta-300);outline-offset:3px}
.field>legend{font-weight:600;color:var(--navy-800);margin-bottom:6px;font-size:.94rem;padding:0}
fieldset.field{border:0;padding:0;margin-bottom:18px}
/* venue map */
.venue-card{background:#fdf9ef;border:1px solid var(--sand-400);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.venue-card .vc-photo{aspect-ratio:16/9;overflow:hidden}
.venue-card .vc-photo img{width:100%;height:100%;object-fit:cover}
.venue-card .vc-body{padding:18px 24px 6px}
.venue-card .vc-body b{font-family:var(--serif);font-size:1.3rem;color:var(--navy-800);display:block;margin-top:4px}
.venue-card .vc-body p{color:var(--muted);font-size:.95rem}
.venue-map{margin:14px 24px 0;border:1px solid var(--sand-400);border-radius:10px;overflow:hidden;background:var(--cream-100)}
.venue-map iframe{width:100%;height:280px;border:0;display:block;filter:saturate(.92)}
.vc-links{display:flex;gap:26px;padding:14px 24px 18px}
.vc-links a{display:inline-flex;align-items:center;gap:7px;font-family:var(--serif);font-style:italic;font-weight:600;color:var(--terracotta-700)}
.vc-links a svg{width:15px;height:15px}
/* legal / prose */
.prose{max-width:760px;margin:0 auto;color:var(--navy-700)}
.prose h1,.prose h2{font-size:clamp(1.8rem,3.6vw,2.4rem);margin-bottom:14px;color:var(--navy-800)}
.prose h3{font-size:1.25rem;margin:26px 0 8px;color:var(--navy-800)}
.prose p{margin-bottom:12px;line-height:1.7}
.prose ul{margin:0 0 12px 22px}.prose li{margin-bottom:6px}
.prose a{color:var(--terracotta-700);text-decoration:underline}

/* header */
header{position:sticky;top:0;z-index:100;transition:background .3s,box-shadow .3s,border-color .3s;border-bottom:1px solid transparent}
header.scrolled{background:rgba(251,246,234,.94);backdrop-filter:blur(8px);box-shadow:0 1px 0 rgba(21,38,81,.08);border-color:rgba(21,38,81,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:70px;max-width:1480px;flex-wrap:nowrap;position:relative}
.brand{display:flex;align-items:center;width:min(228px,28vw);min-width:156px;color:var(--navy-800)}
.brand img{display:block;width:100%;height:auto}
nav.links{display:flex;gap:18px;align-items:center;flex-wrap:nowrap;position:absolute;left:50%;transform:translateX(-50%)}
nav.links a{font-size:.88rem;font-weight:500;color:var(--navy-700);padding:4px 0;white-space:nowrap}
nav.links a:hover{color:var(--terracotta-700)}
nav.links a.active{color:var(--terracotta-700);border-bottom:2px solid var(--terracotta-700)}
.nav-donate{margin-left:auto;background:var(--terracotta-700);color:var(--cream-50);padding:9px 18px;border-radius:var(--radius-pill);font-size:.84rem;font-weight:600;white-space:nowrap}
.nav-donate:hover{background:var(--navy-800)}
.menu-btn{display:none;background:none;border:0;color:var(--navy-800);cursor:pointer}
.mnav{display:none;flex-direction:column;background:var(--cream-50);border-top:1px solid var(--sand-400);padding:10px 26px 18px}
.mnav a{padding:10px 0;border-bottom:1px solid rgba(12,50,82,.07);color:var(--navy-700);font-weight:500}
body.menu-open .mnav{display:flex}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:500;padding:12px 24px;border-radius:var(--radius-pill);font-size:.98rem;transition:.2s;cursor:pointer;border:1.5px solid transparent}
.btn svg{width:18px;height:18px}
.btn-primary{background:var(--terracotta-700);color:var(--cream-50)}
.btn-primary:hover{background:var(--navy-800)}
.btn-ghost{border-color:var(--navy-700);color:var(--navy-800)}
.btn-ghost:hover{background:var(--navy-800);color:var(--cream-50)}
.btn-hero{font-family:var(--serif);font-style:italic;font-weight:600;font-size:1.18rem;padding:13px 32px;background:var(--terracotta-700);box-shadow:0 8px 20px rgba(95,2,33,.28)}
.btn-hero:hover{background:var(--navy-800)}

/* sections */
section{position:relative}
.band{padding:84px 0}
.band.alt{background:var(--surface)}
.donate-copy>p{margin-bottom:14px;max-width:66ch;margin-left:auto;margin-right:auto}
.donate-copy>p:last-of-type{margin-bottom:0}
.band.navy{background:var(--navy-900);color:var(--cream-50)}
.band.navy h2,.band.navy h3{color:var(--cream-50)}
.sec-head{text-align:center;max-width:730px;margin:0 auto 50px}
.sec-head .eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:14px}
.sec-head .eyebrow::before,.sec-head .eyebrow::after{content:"";width:34px;height:1px;background:var(--terracotta-300)}
.sec-head h2{font-size:clamp(2.1rem,4.5vw,3rem)}
.sec-head p{margin-top:16px;color:var(--muted);font-size:1.08rem}
.band.navy .sec-head p{color:#cdd8e0}
.rule-spark{display:flex;align-items:center;gap:14px;margin:20px auto;max-width:420px}
.rule-spark span{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--navy-700),transparent);opacity:.5}
.rule-spark svg{width:16px;height:16px;color:var(--navy-700)}

/* interior hero */
.ihero{background:linear-gradient(180deg,#8fb8d5 0%,#aacae0 42%,#dde5dd 84%,var(--cream-50) 100%);padding:56px 0 64px;text-align:center;position:relative;overflow:hidden}
.ihero .eyebrow{color:var(--terracotta-700);display:inline-block;margin-bottom:12px;letter-spacing:.2em}
.ihero h1{font-size:clamp(2.6rem,6.2vw,4.4rem);color:var(--navy-800)}
.ihero p.lead{max-width:680px;margin:16px auto 0;color:var(--navy-700);font-size:1.12rem}
.ihero .btn{margin-top:24px}

/* ===== IMAGE FRAME SYSTEM ===== */
.figure{background:#fdf9ef;border:1px solid var(--sand-400);border-radius:14px;padding:10px;box-shadow:0 6px 18px rgba(21,38,81,.06);transition:transform .25s,box-shadow .25s}
.figure:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(21,38,81,.12)}
.figure .frame{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4/3;box-shadow:inset 0 0 0 1px rgba(21,38,81,.10)}
.figure .frame.r-wide{aspect-ratio:16/9}
.figure .frame.r-square{aspect-ratio:1/1}
.figure .frame.r-portrait{aspect-ratio:3/4}
.figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.97) contrast(1.02) brightness(1.01)}
.figure .ph-wm{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.figure .ph-wm svg{width:34%;height:34%;opacity:.30;color:#fff}
.figure figcaption{padding:11px 6px 3px;font-family:var(--serif);font-style:italic;color:var(--navy-700);font-size:.92rem;text-align:center}
.fig-sub{display:block;font-style:normal;font-family:var(--sans);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#8A6A50;margin-top:3px}
.tbd-badge{display:inline-block;margin-top:8px;font-family:var(--sans);font-style:normal;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;color:var(--terracotta-700);border:1px dashed var(--terracotta-700);border-radius:var(--radius-pill);padding:3px 11px}
.ph-a{background:linear-gradient(150deg,var(--sky-500),var(--sky-700))}
.ph-b{background:linear-gradient(150deg,var(--terracotta-500),#a84e2e)}
.ph-c{background:linear-gradient(150deg,#c7bd8f,var(--olive-500))}
.ph-d{background:linear-gradient(150deg,var(--navy-700),var(--navy-900))}
.ph-e{background:linear-gradient(150deg,var(--sand-400),#b28e6d)}
.ph-f{background:linear-gradient(150deg,#9cc0b0,#6f9c86)}

/* galleries */
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gallery.cols-2{grid-template-columns:repeat(2,1fr)}
.gallery.cols-4{grid-template-columns:repeat(4,1fr)}

/* two-up intro (home) */
.intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intro .quote{font-family:var(--serif);font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:500;line-height:1.25;color:var(--navy-800)}
.intro .quote em{font-style:italic;color:var(--terracotta-600)}
.intro p{color:var(--muted);font-size:1.06rem;margin-top:8px}
.stamp{aspect-ratio:1;border-radius:20px;background:radial-gradient(circle at 30% 25%,rgba(255,249,224,.8),transparent 55%),linear-gradient(160deg,var(--sky-500),var(--sky-700));position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 44px rgba(21,38,81,.16);border:1px solid rgba(255,255,255,.25)}
.stamp .balloon{width:60%}

/* story rows */
.story-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:64px}
.story-row:last-child{margin-bottom:0}
.story-row.rev .txt{order:2}
.story-row h2{font-size:clamp(1.7rem,3.4vw,2.3rem);margin-bottom:14px}
.story-row.feature h2{font-size:clamp(2.1rem,4.5vw,3rem)}
.sec-head--minor h2{font-size:clamp(1.6rem,3vw,2.1rem)}
.story-row p{color:var(--muted);font-size:1.06rem;margin-bottom:12px}
.pullquote{font-family:var(--serif);font-style:italic;font-size:1.5rem;color:var(--navy-800);border-left:3px solid var(--terracotta-600);padding-left:20px;margin:8px 0 4px}
.signature{font-family:var(--serif);font-style:italic;font-size:1.25rem;color:var(--terracotta-700);margin-top:10px}

/* home hero */
.hero{position:relative;overflow:hidden;padding:34px 0 80px;background:linear-gradient(180deg,#8fb8d5 0%,#aacae0 32%,#dde5dd 72%,var(--cream-50) 100%)}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,246,234,.80) 0%,rgba(251,246,234,.75) 40%,rgba(251,246,234,.47) 64%,rgba(251,246,234,.085) 86%),linear-gradient(0deg,var(--cream-50),transparent 34%)}
.hero-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center}
.hero-copy{max-width:none;width:100%}
/* desktop hero: use the horizontal space instead of one tall mobile column */
@media(min-width:961px){
  .hero{padding:44px 0 64px;aspect-ratio:2.143}
  .hero-inner{min-height:600px}
  .hero h1{font-size:clamp(4.2rem,7.4vw,6.4rem);line-height:.95;max-width:9ch}
  .hero .rule-spark{display:none}
  .hero-when{display:flex;align-items:flex-start;gap:34px;margin-top:22px}
  .hero-when .date{white-space:nowrap;padding-top:2px}
  .hero-when .info-rows{margin:0;padding-left:34px;border-left:1px solid rgba(36,54,109,.28);display:flex;flex-direction:column;gap:10px;max-width:none}
  .hero-when .info-row{align-items:center;gap:11px;white-space:nowrap;flex-wrap:nowrap}
  .hero-when .info-row .ic{width:30px;height:30px}
  .hero-when .info-row b{display:inline;font-size:1.12rem;white-space:nowrap}
  .hero-when .info-row i{white-space:nowrap;margin-left:7px}
  .hero-facts{display:flex;align-items:center;flex-wrap:wrap;gap:14px 22px;margin:6px 0 0}
  .hero-facts .pill-wrap svg{display:none}
  .hero-copy{max-width:940px}
  .donate{margin-top:10px}
}
.stamp img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center;min-height:560px}
.hero h1{font-size:clamp(3.4rem,8vw,6.2rem);color:var(--navy-800);letter-spacing:-.02em;text-shadow:0 1px 0 rgba(255,255,255,.35)}
.hero .date{font-family:var(--serif);font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-size:clamp(1.3rem,3vw,1.7rem);color:var(--navy-800)}
.info-rows{margin:22px 0 6px;display:flex;flex-direction:column;gap:14px;max-width:440px}
.info-row{display:flex;gap:14px;align-items:flex-start}
.info-row .ic{flex:none;width:38px;height:38px;color:var(--terracotta-600)}
.info-row b{font-family:var(--serif);font-weight:600;font-size:1.12rem;color:var(--navy-800);display:block;line-height:1.2}
.info-row i{font-style:italic;color:var(--navy-700);font-family:var(--serif)}
.meta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:18px 0 26px;color:var(--navy-700);font-weight:500}
.meta-row .m{display:flex;align-items:center;gap:8px;font-size:.98rem}
.meta-row .m svg{width:22px;height:22px;color:var(--navy-800)}
.meta-row .dot{width:4px;height:4px;border-radius:50%;background:var(--olive-500)}
.cta-line{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.pill-wrap{display:flex;align-items:center;gap:10px}
.pill-wrap svg{width:34px;height:20px;color:var(--olive-500)}
.free-pill{color:var(--terracotta-700);font-family:var(--serif);font-style:italic;font-weight:600;font-size:1.5rem;letter-spacing:.01em}
.donate{font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:var(--navy-700);font-weight:600;margin-top:12px}
.hero-art{position:relative;display:flex;justify-content:center;align-items:center}
.hero-art .sun{position:absolute;width:340px;height:340px;border-radius:50%;top:6%;left:8%;background:radial-gradient(circle,rgba(255,249,224,.9),rgba(255,240,200,.25) 45%,transparent 68%);filter:blur(2px)}
.balloon{width:min(420px,90%);position:relative;z-index:2;filter:drop-shadow(0 22px 28px rgba(21,38,81,.22));animation:float 7s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}

/* tethered rides feature */
.tether-feature{background:var(--navy-900);color:var(--cream-50);padding:38px 0}
.tether-inner{display:grid;grid-template-columns:1.1fr 1fr auto;gap:34px;align-items:center}
.tether-copy .eyebrow{color:var(--terracotta-300);margin-bottom:6px}
.tether-copy h2{color:var(--cream-50);font-size:clamp(1.8rem,3vw,2.45rem);margin-bottom:6px}
.tether-copy p{color:#cdd8e0;max-width:560px}
.tether-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.tether-detail{border-left:1px solid rgba(255,255,255,.2);padding-left:16px}
.tether-detail b{display:block;color:var(--cream-50);font-family:var(--serif);font-size:1.04rem}
.tether-detail span{display:block;color:#cdd8e0;font-size:.84rem;margin-top:2px}

/* tethered ride waiver + checkout */
.ride-flow{max-width:980px;margin:0 auto}
.ride-progress{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}
.ride-progress span{display:flex;align-items:center;gap:10px;border:1px solid var(--sand-400);border-radius:12px;background:#fdf9ef;padding:13px 16px;color:var(--navy-700);font-weight:600}
.ride-progress b{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--navy-800);color:var(--cream-50);font-family:var(--serif)}
.ride-step{scroll-margin-top:96px}
.ride-step[hidden]{display:none}
.ride-step-card{background:#fdf9ef;border:1px solid var(--sand-400);border-radius:16px;overflow:hidden}
.ride-step-head{padding:26px 30px 22px;border-bottom:1px solid var(--sand-400)}
.ride-step-head .eyebrow{margin-bottom:7px}
.ride-step-head h2{font-size:clamp(1.7rem,3vw,2.2rem);margin-bottom:8px}
.ride-step-head p{color:var(--muted)}
.ride-continue{display:flex;justify-content:center;margin:28px 0}
.ride-continue .btn[aria-disabled="true"]{cursor:not-allowed;background:#857f78;color:#f7f2e9;box-shadow:none;pointer-events:none}
.ride-lock{padding:38px 30px;text-align:center;background:var(--cream-100)}
.ride-lock h3{font-size:1.35rem;margin-bottom:8px}
.ride-lock p{max-width:600px;margin:0 auto;color:var(--muted)}
.ride-step.is-unlocked .ride-lock{display:none}
.ride-step:not(.is-unlocked) .ride-checkout-content{display:none}
.ride-step-done{display:none;align-items:center;gap:10px;color:var(--navy-800);font-weight:600;margin-top:4px}
.ride-step-done svg{width:18px;height:18px;flex:none;color:var(--terracotta-600)}
#waiver.is-collapsed .ride-step-head>p:not(.ride-step-done){display:none}
#waiver.is-collapsed .ride-step-done{display:flex}
#waiver.is-collapsed .ride-embed,#waiver.is-collapsed>script{display:none}
#waiver.is-collapsed{background:#eef3e6}
#waiver.is-collapsed .ride-step-head{border-bottom:0;padding-bottom:22px}
.ride-edit-link{background:none;border:0;padding:0;margin-left:4px;color:var(--terracotta-700);font-weight:600;text-decoration:underline;cursor:pointer;font:inherit}
.ride-rules{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 28px}
.ride-rule{border:1px solid var(--sand-400);border-radius:12px;background:#fdf9ef;padding:17px 18px}
.ride-rule b{display:block;font-family:var(--serif);color:var(--navy-800);margin-bottom:3px}
.ride-rule span{display:block;color:var(--muted);font-size:.9rem}
.ride-embed{width:100%;border:0;display:block;background:#fff}
.ride-waiver-embed{min-height:1480px}
.ride-zeffy-wrap{position:relative;overflow:hidden;min-height:1500px;background:#fff}
.ride-zeffy-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.ride-pending{padding:38px 30px;text-align:center}
.ride-pending h3{font-size:1.35rem;margin-bottom:8px}
.ride-pending p{max-width:620px;margin:0 auto;color:var(--muted)}
.ride-back{display:inline-flex;margin:22px 30px 28px;color:var(--terracotta-700);font-weight:600;text-decoration:underline}
.ride-fallback{padding:18px 30px 28px;color:var(--muted);font-size:.9rem}
.ride-fallback a{color:var(--terracotta-700);font-weight:600;text-decoration:underline}

/* experience/involve cards */
.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fdf9ef;border:1px solid var(--sand-400);border-radius:var(--radius-card);padding:28px 24px;transition:.25s}
.card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(21,38,81,.1);border-color:var(--terracotta-700)}
.card .ic{width:46px;height:46px;color:var(--terracotta-600);margin-bottom:16px}
.card h3{font-size:1.26rem;margin-bottom:8px}
.card p{color:var(--muted);font-size:.97rem}
.involve-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.involve{border-radius:var(--radius-card);padding:30px 26px 26px;border:1px solid var(--sand-400);background:#fdf9ef}
.involve .ic{width:40px;height:40px;color:var(--terracotta-600);margin-bottom:14px}
.involve h3{font-size:1.3rem}
.involve p{color:var(--muted);font-size:.95rem;margin:6px 0 16px}
.involve .go{font-family:var(--serif);font-style:italic;color:var(--terracotta-700);font-weight:600;display:inline-flex;align-items:center;gap:7px}
.involve .go svg{width:16px;height:16px}
.involve:hover .go{gap:12px}

/* facts / venues */
.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;text-align:center}
.fact .n{font-family:var(--serif);font-weight:600;font-size:clamp(2.6rem,5vw,3.6rem);color:var(--terracotta-500);line-height:1}
.fact .l{margin-top:8px;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:600;color:#bcd0dd}
.venues{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:52px}
.venue{border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-card);padding:26px 28px;background:rgba(255,255,255,.05)}
.venue .eyebrow{color:var(--terracotta-300)}
.venue h3{font-size:1.4rem;margin:8px 0 4px}
.venue p{color:#cdd8e0;font-size:.98rem}

/* ===== SPONSOR TIERS ===== */
.tier{border:1px solid var(--sand-400);border-radius:16px;background:#fdf9ef;padding:30px 32px;margin-bottom:24px}
.tier--feature{background:linear-gradient(160deg,#24366D,#152651);color:var(--cream-50);border:0;box-shadow:0 20px 44px rgba(21,38,81,.28);position:relative;overflow:hidden}
.tier--sold-out{border:2px solid var(--terracotta-700);box-shadow:0 12px 28px rgba(95,2,33,.12);overflow:hidden}
.sold-out-banner{font-family:var(--serif);font-size:clamp(1.35rem,2.8vw,2rem);font-weight:700;letter-spacing:.16em;text-align:center;text-transform:uppercase;background:var(--terracotta-700);color:var(--cream-50);margin:-30px -32px 24px;padding:14px 20px}
.btn-sold-out{background:var(--sand-300);border-color:var(--sand-400);color:var(--navy-700);cursor:not-allowed}
.tier--feature::after{content:"";position:absolute;right:-40px;top:-40px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,64,32,.35),transparent 70%)}
.tier--feature h3,.tier--feature .price{color:var(--cream-50)}
.tier--feature .tier-head{border-color:rgba(255,255,255,.2)}
.tier--feature li{color:#e7eef3}
.tier--feature .check{color:var(--terracotta-300)}
.tier-head{display:flex;justify-content:space-between;align-items:baseline;gap:14px;flex-wrap:wrap;border-bottom:1px solid var(--sand-400);padding-bottom:16px;margin-bottom:18px}
.tier-head .lhs{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.tier-head h3{font-size:1.7rem}
.tier .badge{font-family:var(--serif);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;background:var(--terracotta-700);color:var(--cream-50);padding:4px 10px;border-radius:var(--radius-pill)}
.tier--feature .badge{background:var(--terracotta-300);color:var(--navy-900)}
.tier .price{font-family:var(--serif);font-weight:600;color:var(--terracotta-600);font-size:1.9rem;line-height:1}
.tier .value{font-size:.82rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.tier--feature .value{color:#bcd0dd}
.tier ul{list-style:none;columns:2;column-gap:34px;margin:4px 0 20px}
.tier li{break-inside:avoid;display:flex;gap:9px;align-items:flex-start;padding:5px 0;font-size:.94rem;color:var(--navy-700)}
.tier li .check{flex:none;width:17px;height:17px;color:var(--terracotta-600);margin-top:3px}
/* featured (navy) tier — must come AFTER .tier li or it loses on source order */
.tier.tier--feature li,.tier.tier--feature li span{color:#e9f0f5}
.tier.tier--feature li .check{color:var(--terracotta-300)}
.tier.tier--feature .value{color:#c4d3de}
@media(max-width:640px){.tier ul{columns:1}}

/* current sponsors tiered */
.spon-tier{margin-bottom:44px}
.spon-tier .lbl{display:flex;align-items:center;gap:14px;justify-content:center;margin-bottom:22px}
.spon-tier .lbl span{height:1px;flex:1;max-width:120px;background:var(--sand-400)}
.spon-tier .lbl b{font-family:var(--serif);text-transform:uppercase;letter-spacing:.14em;font-size:.9rem;color:var(--navy-800);font-weight:600}
.logo-grid{display:grid;gap:20px;justify-content:center}
.logo-grid.g2{grid-template-columns:repeat(2,minmax(0,300px))}
.logo-grid.g2-sm{grid-template-columns:repeat(2,minmax(0,210px))}
.logo-grid.g3{grid-template-columns:repeat(3,minmax(0,220px))}
.logo-grid.g4{grid-template-columns:repeat(4,minmax(0,180px))}
.logo-card{display:flex;flex-direction:column;gap:9px}
.logo-tile{background:#fff;border:1px solid #C6AE93;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:18px 26px;transition:.2s;box-shadow:0 2px 8px rgba(36,54,109,.10)}
.logo-tile:hover,.logo-link:hover .logo-tile{border-color:var(--terracotta-700);transform:translateY(-3px);box-shadow:0 8px 18px rgba(36,54,109,.16)}
/* logos whose artwork is white/very light need a dark plate to be visible */
.logo-tile.on-dark{background:var(--navy-800);border-color:var(--navy-900)}
.logo-tile.brand-bsg{background:#1B3C8C;border-color:#152F6B}
.logo-tile.bleed{padding:0;background:transparent;border:0;box-shadow:none}
.logo-tile.bleed img{max-height:100%;max-width:100%;width:auto;height:auto;border-radius:12px;box-shadow:0 2px 8px rgba(36,54,109,.12)}
.logo-tile.bare{padding:0;background:transparent;border:0;box-shadow:none}
.logo-tile.bare img{width:min(78%,351px);height:auto;max-height:96px;aspect-ratio:351/96;object-fit:contain}
.lt-lg{height:150px}.lt-md{height:118px}.lt-sm{height:92px}
.logo-tile img{max-height:100%;max-width:100%;object-fit:contain}
.logo-tile .fallback{font-family:var(--serif);font-weight:600;color:var(--navy-700);font-size:1rem;text-align:center}
.logo-name{display:block;color:var(--navy-800);font-family:var(--serif);font-size:.92rem;font-weight:600;line-height:1.2;text-align:center}
.logo-tile.brand-cfa{background:#c8102e;border-color:#9e0b24;color:#fff}
.cfa-lockup{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:8px;width:100%}
.cfa-lockup img{width:52px;height:52px;filter:brightness(0) invert(1)}
.cfa-wordmark{font-family:var(--serif);font-size:1rem;font-weight:600;line-height:1;color:#fff;white-space:nowrap}
.cfa-location{grid-column:1/-1;font-size:.72rem;font-weight:600;line-height:1.2;color:#fff;text-align:center;white-space:nowrap}
.logo-link{display:block;border-radius:12px}
.logo-link:focus-visible{outline:3px solid var(--terracotta-600);outline-offset:3px}
.feature-spon{display:grid;grid-template-columns:1fr 1.4fr;gap:0;border:1px solid var(--sand-400);border-radius:16px;overflow:hidden;background:#fdf9ef;margin-bottom:22px}
.feature-spon .logo-tile{background:#fff;border:0;border-right:1px solid var(--sand-400);height:auto;min-height:170px}
.feature-spon .fs-body{padding:26px 30px}
.feature-spon .fs-body .eyebrow{margin-bottom:8px}
.feature-spon .fs-body h3{font-size:1.5rem;margin-bottom:8px}
.feature-spon .fs-body p{color:var(--muted)}
.partner-grid.sponsor-partners{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}

/* schedule */
.sched{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.day{display:flex;flex-direction:column}
.day .day-note{margin-top:auto;padding:12px 22px 16px;border-top:1px dashed var(--sand-400);font-size:.85rem;color:#8A6A50;font-style:italic;font-family:var(--serif)}
.day{background:#fdf9ef;border:1px solid var(--sand-400);border-radius:16px;overflow:hidden}
.day .dhead{background:var(--navy-800);color:var(--cream-50);padding:16px 22px}
.day .dhead h3{color:var(--cream-50);font-size:1.3rem}
.day .dhead .dt{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--sky-300)}
.vtag{padding:12px 22px 4px;font-family:var(--serif);text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:600;color:var(--terracotta-700)}
.slot{display:flex;gap:14px;padding:11px 22px;border-top:1px solid rgba(21,38,81,.08)}
.slot .t{font-family:var(--serif);font-weight:600;color:var(--navy-700);min-width:82px;font-size:.92rem}
.slot .a{color:var(--navy-700);font-size:.95rem}
.slot .a b{color:var(--navy-800);font-weight:600}

/* forms */
.form-card{max-width:760px;margin:0 auto;background:#fdf9ef;border:1px solid var(--sand-400);border-radius:16px;padding:16px 34px 34px}
.form-card.ghl-form-card{padding:0;overflow:hidden}
.form-note{display:flex;gap:10px;align-items:center;background:rgba(95,2,33,.08);border:1px solid var(--terracotta-700);color:var(--terracotta-700);border-radius:10px;padding:10px 16px;font-size:.88rem;margin:18px 0 24px;font-weight:500}
.form-note svg{width:18px;height:18px;flex:none}
.field{margin-bottom:18px}
.field>label{display:block;font-weight:600;color:var(--navy-800);margin-bottom:6px;font-size:.94rem}
.field .req{color:var(--terracotta-700)}
.field input[type=text],.field input[type=email],.field input[type=tel],.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid var(--sand-400);border-radius:10px;background:#fff;font-family:inherit;font-size:1rem;color:var(--navy-800)}
.field textarea{min-height:90px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--terracotta-700);border-color:transparent}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.radios{display:flex;gap:18px;flex-wrap:wrap}
.radios label,.checks label{display:flex;gap:8px;align-items:flex-start;font-size:.95rem;color:var(--navy-700);font-weight:500}
.checks{display:grid;gap:10px}
.file{border:1.5px dashed var(--sand-400);border-radius:10px;padding:14px;background:#fff;font-size:.9rem;color:var(--muted);display:flex;align-items:center;gap:10px;cursor:pointer}
.file:hover{border-color:var(--terracotta-700)}
.file svg{width:20px;height:20px;color:var(--terracotta-700)}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:var(--muted);margin:6px 0 22px}
.agree{background:#fff;border:1px solid var(--sand-400);border-radius:10px;padding:14px 16px;font-size:.9rem;color:var(--navy-700);display:flex;gap:10px;align-items:flex-start;margin-bottom:22px}
.reqs{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:8px}
.req-item{display:flex;gap:12px;background:#fdf9ef;border:1px solid var(--sand-400);border-radius:12px;padding:16px 18px}
.req-item svg{width:24px;height:24px;color:var(--terracotta-600);flex:none}
.req-item b{display:block;color:var(--navy-800);font-family:var(--serif)}
.req-item span{color:var(--muted);font-size:.92rem}

/* faq */
.faq-group{max-width:840px;margin:0 auto 40px}
.faq-group>.eyebrow{display:block;text-align:center;margin-bottom:18px}
details.qa{border:1px solid var(--sand-400);border-radius:12px;background:#fdf9ef;margin-bottom:12px}
details.qa summary{padding:18px 22px;font-family:var(--serif);font-weight:600;color:var(--navy-800);font-size:1.1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}
details.qa summary::-webkit-details-marker{display:none}
details.qa summary .pm{flex:none;width:22px;height:22px;color:var(--terracotta-600);transition:transform .2s}
details.qa[open] summary .pm{transform:rotate(45deg)}
details.qa .ans{padding:0 22px 18px;color:var(--navy-700)}

/* sponsors strip (home) */
.sponsors{text-align:center}
.sponsor-strip{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:26px;margin-top:36px}

/* pilots */
.pilot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.pilot-card{background:#fdf9ef;border:1px solid var(--sand-400);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
.pilot-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;background:var(--cream-100);border-bottom:1px solid var(--sand-400)}
.pilot-media.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-height:260px;align-items:center}
.pilot-photo{min-width:0}
.pilot-photo-crop{position:relative;overflow:hidden;aspect-ratio:210/283;border-radius:8px;background:var(--sky-300)}
.pilot-media.three .pilot-photo-crop{aspect-ratio:207/280}
.pilot-photo-crop img{position:absolute;width:var(--crop-width,328.57%);max-width:none;height:auto;left:var(--crop-left);top:var(--crop-top,-40.64%)}
.pilot-photo figcaption{text-align:center;font-family:var(--serif);font-style:italic;color:var(--navy-700);font-size:.82rem;line-height:1.25;margin-top:7px;overflow-wrap:anywhere}
.pilot-photo-placeholder{aspect-ratio:210/283;border-radius:8px;background:linear-gradient(180deg,var(--sky-300),var(--cream-100));display:flex;align-items:center;justify-content:center;color:var(--navy-700);padding:12px}
.pilot-photo-placeholder svg{width:38px;height:38px;color:var(--terracotta-700)}
.pilot-card .pilot-body{padding:19px 20px 21px;display:flex;flex-direction:column;flex:1}
.pilot-card h3{font-size:1.45rem;margin-bottom:10px}
.pilot-card .pilot-role{margin:-5px 0 10px;color:var(--terracotta-700);font-family:var(--serif);font-size:.92rem;font-weight:600}
.pilot-card p{color:var(--muted);font-size:.93rem}
.pilot-card .pilot-balloon{font-family:var(--serif);font-size:1.05rem;color:var(--navy-800);margin-bottom:4px}
.pilot-card .pilot-home{margin-top:auto;padding-top:8px}
.pilot-card .pending{display:inline-block;margin-top:10px;color:var(--terracotta-700);font-weight:600;font-size:.82rem}

/* discover partners */
.partner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:900px;margin:0 auto}
.partner-card{background:#fdf9ef;border:1px solid var(--sand-400);border-radius:12px;padding:28px 30px}
.partner-card .logo-card{margin-bottom:14px}
.partner-card h3{font-size:1.55rem;margin:8px 0}
.partner-card p{color:var(--muted)}
.partner-card .btn{margin-top:18px}

/* footer */
footer{background:var(--navy-900);color:#cdd8e0;padding:70px 0 34px}
.foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.12)}
.foot-brand{display:flex;align-items:center;gap:12px;color:var(--cream-50);font-family:var(--serif);font-size:1.5rem;font-weight:600;margin-bottom:16px}
.foot-brand svg{width:32px;height:36px;color:var(--terracotta-300)}
.foot-top p{max-width:340px;font-size:.98rem;line-height:1.7}
.foot-col h4{color:var(--cream-50);font-size:.85rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:16px;font-family:var(--sans);font-weight:600}
.foot-col a{display:block;padding:5px 0;color:#cdd8e0;font-size:.96rem}
.foot-col a:hover{color:var(--terracotta-300)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:26px;flex-wrap:wrap;gap:16px;font-size:.9rem}
.socials{display:flex;gap:14px}
.socials a{width:38px;height:38px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cream-50)}
.socials a:hover{background:var(--terracotta-600);border-color:var(--terracotta-600)}
.socials svg{width:18px;height:18px}
.demo-flag{display:none}

@media(max-width:1420px){nav.links{display:none}.menu-btn{display:block}}
@media(max-width:960px){
  .hero-grid{grid-template-columns:1fr;min-height:auto}.hero-art{order:-1}.balloon{width:min(300px,70%)}
  .tether-inner{grid-template-columns:1fr 1fr}.tether-inner>.btn{grid-column:1/-1;justify-self:start}
  .intro,.story-row,.story-row.rev .txt{grid-template-columns:1fr;order:0}
  .exp-grid,.involve-grid{grid-template-columns:repeat(2,1fr)}
  .facts{grid-template-columns:repeat(2,1fr);gap:30px}
  .venues,.foot-top,.sched,.feature-spon,.reqs,.partner-grid.sponsor-partners{grid-template-columns:1fr}
  .gallery,.gallery.cols-4{grid-template-columns:repeat(2,1fr)}
  .logo-grid.g3,.logo-grid.g4{grid-template-columns:repeat(2,minmax(0,220px))}
  .pilot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feature-spon .logo-tile{border-right:0;border-bottom:1px solid var(--sand-400)}
}
@media(max-width:560px){
  .brand{width:180px;min-width:0}
  .nav-donate{display:none}
  .tether-inner,.tether-details{grid-template-columns:1fr}.tether-inner>.btn{grid-column:auto}.tether-detail{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:11px 0 0}
  .ride-progress,.ride-rules{grid-template-columns:1fr}.ride-step-head{padding:22px 20px 18px}.ride-waiver-embed{min-height:1680px}.ride-zeffy-wrap{min-height:1800px}.ride-back,.ride-fallback{margin-left:20px;margin-right:20px}.ride-fallback{padding-left:0;padding-right:0}
  .cfa-lockup{grid-template-columns:42px 1fr}.cfa-lockup img{width:42px;height:42px}
  .exp-grid,.involve-grid,.gallery,.gallery.cols-2,.row2,.pilot-grid,.partner-grid{grid-template-columns:1fr}
  .band{padding:44px 0}.foot-bottom{flex-direction:column;text-align:center}
  .ihero{padding:48px 0 40px}
  .tier .badge{font-size:.78rem}
  .vc-links a{min-height:44px}
}
/* touch ergonomics: hamburger measured 26x29, card CTAs 26px tall */
@media(max-width:1420px){.menu-btn{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-right:-6px}}
@media(max-width:960px){.go{min-height:44px}}
