:root {
  --ink: #09090b;
  --ink-soft: #151519;
  --paper: #f4f1ea;
  --white: #fffdf8;
  --pink: #ef1f63;
  --pink-hot: #ff397a;
  --blue: #1674d1;
  --blue-electric: #22a8ff;
  --muted: #77767c;
  --line: rgba(9, 9, 11, 0.14);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(9, 9, 11, 0.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: white; background: var(--pink); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform .2s;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 clamp(20px, 4vw, 72px);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: background .35s, height .35s, backdrop-filter .35s;
}
.scrolled .site-header {
  height: 70px;
  background: rgba(9, 9, 11, .88);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 24px; letter-spacing: .035em; line-height: 1; }
.brand strong { font-weight: 900; }
.brand-mark { position: relative; width: 36px; height: 36px; display: inline-block; transform: rotate(-8deg); }
.brand-mark i { position: absolute; inset: 3px 13px 3px 5px; display: block; border: 4px solid var(--pink); border-radius: 55% 45% 58% 42%; transform: rotate(34deg); }
.brand-mark i:last-child { inset: 3px 5px 3px 13px; border-color: var(--blue-electric); transform: rotate(-34deg); }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav a { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: linear-gradient(90deg, var(--pink), var(--blue)); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 20px; color: var(--ink); background: white; border-radius: 999px; transition: color .25s, background .25s; }
.nav-cta:hover { color: white; background: var(--pink); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; transition: transform .25s, opacity .25s; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  color: white;
  background: var(--ink);
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.1); transform: scale(1.04); animation: heroZoom 18s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,7,.92) 0%, rgba(5,5,7,.74) 42%, rgba(5,5,7,.36) 70%, rgba(5,5,7,.72) 100%), linear-gradient(0deg, rgba(5,5,7,.78), transparent 46%); }
.hero-energy { position: absolute; width: 48vw; height: 100%; top: 0; opacity: .42; filter: blur(90px); mix-blend-mode: screen; pointer-events: none; }
.hero-energy-pink { left: -28vw; background: var(--pink); }
.hero-energy-blue { right: -32vw; background: var(--blue); }
.route-ribbon { position: absolute; right: -7vw; top: 8%; width: min(38vw, 560px); aspect-ratio: .75; opacity: .78; transform: rotate(9deg); filter: drop-shadow(0 0 30px rgba(255, 255, 255, .1)); }
.route-ribbon::before, .route-ribbon::after { content: ""; position: absolute; inset: 4% 23% 24%; border: clamp(20px, 3vw, 48px) solid transparent; border-left-color: rgba(239,31,99,.88); border-radius: 50%; transform: rotate(28deg); }
.route-ribbon::after { border-left-color: transparent; border-right-color: rgba(22,116,209,.9); transform: rotate(-28deg); }
.route-ribbon span { position: absolute; left: 50%; bottom: -12%; width: 5px; height: 47%; background: linear-gradient(var(--pink), var(--blue)); border-radius: 99px; transform: rotate(7deg); box-shadow: 0 0 22px rgba(255,255,255,.45); }
.hero-content { position: relative; z-index: 4; width: min(1160px, calc(100% - 40px)); margin: 92px auto 120px; padding-right: min(25vw, 300px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 3px; background: linear-gradient(90deg, var(--pink), var(--blue)); }
.eyebrow.dark { color: #56555a; }
.eyebrow.light { color: rgba(255,255,255,.65); }
.hero h1, .section h2, .kinetic h2 { margin: 0; font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: -.035em; line-height: .82; }
.hero h1 { max-width: 980px; font-size: clamp(72px, 10vw, 154px); }
.hero h1 span { display: block; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px white; text-shadow: 0 0 34px rgba(34,168,255,.35); }
.hero-lead { max-width: 660px; margin: 30px 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .035em; transition: transform .25s, color .25s, background .25s, border-color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(34,168,255,.48); outline-offset: 3px; }
.button-primary { color: white; background: linear-gradient(110deg, var(--pink) 0 47%, var(--blue) 53% 100%); background-size: 220% 100%; background-position: left; box-shadow: 0 14px 34px rgba(239,31,99,.23); }
.button-primary:hover { background-position: right; box-shadow: 0 16px 38px rgba(22,116,209,.28); }
.button-ghost { color: white; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.button-ghost:hover { background: white; color: var(--ink); }
.button-dark { color: white; background: var(--ink); border: 0; }
.button-dark:hover { background: var(--blue); }
.button-back { min-height: 44px; padding: 0; background: transparent; }
.hero-date { display: flex; align-items: center; gap: 11px; margin-top: 42px; }
.hero-date > span { font-family: var(--display); font-size: 48px; font-weight: 800; line-height: .8; }
.hero-date p { margin: 0; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.hero-date p strong { color: white; font-size: 12px; }
.hero-date i { width: 1px; height: 36px; margin: 0 8px; background: rgba(255,255,255,.28); }
.scroll-cue { position: absolute; z-index: 5; left: clamp(20px, 4vw, 72px); bottom: 86px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.scroll-cue i { display: block; width: 46px; height: 1px; background: white; animation: scrollPulse 1.8s ease-in-out infinite; }
.sponsor-marquee { position: absolute; z-index: 6; bottom: 0; left: 0; width: 100%; height: 62px; display: flex; align-items: center; color: white; background: rgba(6,6,8,.76); border-top: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.sponsor-label { flex: 0 0 auto; height: 100%; display: grid; place-items: center; padding: 0 clamp(20px, 4vw, 72px); border-right: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.52); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.marquee-window { overflow: hidden; flex: 1; }
.marquee-track { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; padding: 0 44px; font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.marquee-track span::after { content: "✦"; margin-left: 44px; color: var(--pink); font-size: 10px; }
.reveal { opacity: 0; transform: translateY(24px); animation: revealUp .8s cubic-bezier(.2,.75,.2,1) forwards; }
.hero h1.reveal { animation-delay: .12s; }
.hero-lead.reveal { animation-delay: .22s; }
.hero-actions.reveal { animation-delay: .3s; }
.hero-date.reveal { animation-delay: .38s; }

.live-strip { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 10px 28px; color: white; background: linear-gradient(100deg, #b90d47, var(--pink) 30%, var(--blue) 72%, #0c4c8d); font-size: 12px; }
.live-strip strong { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.live-strip p { margin: 0; }
.live-strip a { margin-left: 20px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 6px rgba(255,255,255,.13); animation: livePulse 1.6s infinite; }

.section { padding: clamp(86px, 10vw, 150px) clamp(20px, 6vw, 104px); }
.section h2 { font-size: clamp(64px, 8vw, 122px); }
.section h2 span { color: transparent; -webkit-text-stroke: 1.5px currentColor; }
.mission { overflow: hidden; }
.section-intro { display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 7vw; align-items: end; margin-bottom: 80px; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro > p:last-child { max-width: 610px; margin: 0 0 8px; color: #5e5c61; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.8; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cause-card { position: relative; min-height: 470px; overflow: hidden; padding: clamp(30px, 4vw, 62px); color: white; border-radius: var(--radius); isolation: isolate; }
.cause-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(255,255,255,.2), transparent 32%), linear-gradient(145deg, var(--pink), #a6073c 80%); }
.cause-blue::before { background: radial-gradient(circle at 80% 15%, rgba(255,255,255,.2), transparent 32%), linear-gradient(145deg, var(--blue), #083864 80%); }
.cause-card::after { content: ""; position: absolute; z-index: -1; right: -14%; top: 7%; width: 60%; aspect-ratio: 1; border: 34px solid rgba(255,255,255,.14); border-radius: 50% 45% 55% 42%; transform: rotate(42deg); }
.cause-month { display: block; font-family: var(--display); font-size: 19px; font-style: italic; font-weight: 700; letter-spacing: .04em; }
.cause-number { position: absolute; top: 28px; right: 38px; color: rgba(255,255,255,.22); font-family: var(--display); font-size: 92px; font-weight: 800; line-height: 1; }
.cause-card h3 { margin: 55px 0 16px; font-family: var(--display); font-size: clamp(78px, 8vw, 124px); line-height: .8; text-transform: uppercase; }
.cause-card p { max-width: 430px; margin: 0; color: rgba(255,255,255,.78); }
.cause-tag { position: absolute; left: clamp(30px,4vw,62px); bottom: 42px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.impact-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.impact-grid > div { min-height: 170px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid var(--line); }
.impact-grid > div:last-child { border-right: 0; }
.impact-grid strong { font-family: var(--display); font-size: clamp(56px, 6vw, 90px); line-height: .85; }
.impact-grid span { margin-top: 15px; color: #66656a; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.route-section { position: relative; overflow: hidden; color: white; background: var(--ink); }
.route-section::before { content: ""; position: absolute; top: -20%; right: -15%; width: 46vw; height: 46vw; background: var(--blue); border-radius: 50%; opacity: .12; filter: blur(90px); }
.route-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.route-head-copy { padding-bottom: 8px; }
.route-head-copy > p { max-width: 490px; margin: 0 0 30px; color: rgba(255,255,255,.61); font-size: 17px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { padding: 10px 15px; color: rgba(255,255,255,.6); background: transparent; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: .25s; }
.filter:hover, .filter.active { color: var(--ink); background: white; border-color: white; }
.route-line { position: relative; z-index: 1; height: 90px; margin: 35px 0 0; }
.route-line::before { content: ""; position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: rgba(255,255,255,.13); }
.route-line span { position: absolute; top: calc(50% - 2px); left: 0; width: 64%; height: 4px; background: linear-gradient(90deg, var(--pink), var(--blue)); border-radius: 9px; box-shadow: 0 0 22px rgba(34,168,255,.45); }
.route-line span::after { content: ""; position: absolute; right: -5px; top: -4px; width: 12px; height: 12px; border: 2px solid white; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 7px rgba(34,168,255,.18); }
.stages-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.stage-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .3s, transform .3s; }
.stage-card:hover { z-index: 2; background: rgba(255,255,255,.065); }
.stage-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--pink); transform: scaleY(0); transform-origin: bottom; transition: transform .3s; }
.stage-card.bleu::before { background: var(--blue-electric); }
.stage-card:hover::before { transform: scaleY(1); }
.stage-top, .stage-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.stage-number { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-family: var(--display); font-size: 18px; font-weight: 700; }
.stage-top time { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stage-route { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 28px 0 14px; }
.stage-route strong { font-family: var(--display); font-size: clamp(25px,2.5vw,35px); font-weight: 700; line-height: 1; text-transform: uppercase; }
.stage-route i { width: 38px; height: 2px; margin: 10px 0; background: linear-gradient(90deg,var(--pink),var(--blue)); }
.stage-via { margin: -8px 0 15px; color: rgba(255,255,255,.43); font-size: 11px; }
.stage-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.stage-bottom > strong { font-family: var(--display); font-size: 29px; line-height: 1; }
.stage-bottom small { font-size: 13px; }
.stage-bottom div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.stage-bottom div span { padding: 4px 8px; color: rgba(255,255,255,.64); background: rgba(255,255,255,.07); border-radius: 99px; font-size: 9px; text-transform: uppercase; }
.stage-select { width: calc(100% + 56px); height: 0; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin: 0 -28px -28px; padding: 0 28px; color: white; background: var(--pink); border: 0; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transition: height .3s, opacity .3s, margin-top .3s; }
.stage-card.bleu .stage-select { background: var(--blue); }
.stage-card:hover .stage-select, .stage-select:focus-visible { height: 48px; margin-top: 18px; opacity: 1; }
.loading-card, .load-error { grid-column: 1 / -1; padding: 50px; color: rgba(255,255,255,.6); }

.story { display: grid; grid-template-columns: minmax(300px,.8fr) 1.2fr; align-items: center; gap: clamp(60px,10vw,160px); }
.poster-wrap { position: relative; max-width: 520px; margin: auto; }
.poster-wrap img { position: relative; z-index: 2; width: 100%; border-radius: 8px; box-shadow: 0 32px 90px rgba(9,9,11,.26); transform: rotate(-2deg); }
.poster-glow { position: absolute; inset: 10% -12%; background: linear-gradient(100deg,var(--pink),var(--blue)); border-radius: 50%; opacity: .25; filter: blur(60px); }
.poster-stamp { position: absolute; z-index: 3; right: -30px; bottom: 8%; width: 112px; height: 112px; display: grid; place-content: center; color: white; background: var(--ink); border: 5px solid var(--paper); border-radius: 50%; font-family: var(--display); font-size: 16px; line-height: .9; text-align: center; text-transform: uppercase; transform: rotate(9deg); box-shadow: 0 15px 35px rgba(9,9,11,.2); }
.poster-stamp strong { font-size: 30px; }
.story-copy h2 { font-size: clamp(64px,7.4vw,112px); }
.story-copy blockquote { position: relative; max-width: 680px; margin: 45px 0 30px; padding: 0 0 0 30px; border-left: 4px solid transparent; border-image: linear-gradient(var(--pink),var(--blue)) 1; font-family: var(--display); font-size: clamp(27px,3vw,42px); font-style: italic; font-weight: 600; line-height: 1.08; }
.story-copy > p { max-width: 680px; color: #5d5b61; }
.text-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 20px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(6px); }

.kinetic { position: relative; min-height: 720px; overflow: hidden; display: grid; place-items: center; color: white; background: var(--ink); }
.kinetic video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25) contrast(1.12); }
.kinetic-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(239,31,99,.58), rgba(9,9,11,.56) 45%, rgba(22,116,209,.55)), linear-gradient(0deg, rgba(9,9,11,.8), transparent 55%); mix-blend-mode: multiply; }
.kinetic-copy { position: relative; z-index: 2; text-align: center; }
.kinetic-copy p { margin: 0 0 18px; font-size: 11px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.kinetic h2 { font-size: clamp(86px,13vw,192px); }
.kinetic h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px white; }
.kinetic-ticker { position: absolute; z-index: 3; bottom: 0; display: flex; width: max-content; padding: 13px 0; color: var(--ink); background: white; font-family: var(--display); font-size: 19px; font-weight: 800; letter-spacing: .08em; animation: marquee 24s linear infinite; }
.kinetic-ticker span { padding-right: 20px; }

.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }
.centered .eyebrow { display: flex; }
.discipline-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; }
.discipline-card { position: relative; min-height: 480px; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-right: 0; transition: transform .3s, background .3s, color .3s; }
.discipline-card:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.discipline-card:last-child { border-right: 1px solid var(--line); border-radius: 0 var(--radius) var(--radius) 0; }
.discipline-card.featured { color: white; background: var(--ink); transform: translateY(-18px); border-color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.discipline-index { color: #858388; font-family: var(--display); font-size: 15px; }
.discipline-symbol { position: relative; height: 190px; margin: 35px 0 20px; }
.discipline-symbol::before { content: ""; position: absolute; left: 50%; top: 50%; width: 110px; height: 110px; border: 18px solid var(--pink); border-right-color: var(--blue); border-radius: 50%; transform: translate(-50%,-50%) rotate(35deg); opacity: .85; }
.walk-symbol::before { border-color: var(--blue) var(--pink) var(--pink) var(--blue); border-radius: 48% 52% 44% 56%; }
.bike-symbol::before { width: 155px; height: 85px; border-width: 12px; border-color: var(--blue) var(--blue) var(--pink) var(--pink); border-radius: 50%; }
.discipline-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 58px; line-height: 1; text-transform: uppercase; }
.discipline-card p { max-width: 390px; margin: 0; color: #68666c; }
.discipline-card.featured p { color: rgba(255,255,255,.59); }

.registration { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(540px,1.28fr); gap: clamp(50px,8vw,130px); color: white; background: linear-gradient(145deg, #100a0e, var(--ink) 48%, #07111b); }
.registration-aside { align-self: start; position: sticky; top: 110px; }
.registration-aside h2 { font-size: clamp(68px,7.5vw,110px); }
.registration-aside > p { max-width: 500px; color: rgba(255,255,255,.58); }
.registration-benefits { margin: 45px 0; border-top: 1px solid rgba(255,255,255,.15); }
.registration-benefits span { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 12px; font-weight: 700; }
.registration-benefits i { color: var(--pink-hot); font-family: var(--display); font-size: 15px; font-style: normal; }
.registration-aside .already { color: rgba(255,255,255,.4); font-size: 12px; }
.registration-aside .already a { color: white; border-bottom: 1px solid white; }
.registration-panel { padding: clamp(28px,4vw,56px); color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 50px 120px rgba(0,0,0,.26); }
.form-progress { display: flex; align-items: center; margin-bottom: 55px; }
.progress-step { display: flex; align-items: center; gap: 8px; padding: 0; color: #9a989c; background: transparent; border: 0; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.progress-step span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #d6d2cb; border-radius: 50%; }
.progress-step.active, .progress-step.done { color: var(--ink); }
.progress-step.active span, .progress-step.done span { color: white; background: var(--ink); border-color: var(--ink); }
.progress-step.done span { background: var(--blue); border-color: var(--blue); }
.form-progress > i { flex: 1; min-width: 18px; height: 1px; margin: 0 10px; background: #ddd9d2; }
.form-page { display: none; }
.form-page.active { display: block; animation: formIn .35s ease; }
.form-heading { margin-bottom: 30px; }
.form-heading > span { color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 0; font-family: var(--display); font-size: clamp(38px,4vw,55px); line-height: 1; text-transform: uppercase; }
.form-heading p { margin: 10px 0 0; color: #77757a; font-size: 13px; }
.field-grid { display: grid; gap: 18px; }
.two-cols { grid-template-columns: 1fr 1fr; }
.registration-panel label:not(.check-field) { display: block; margin-bottom: 18px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.registration-panel label > span { color: #98969a; font-weight: 500; text-transform: none; }
.registration-panel input:not([type="checkbox"]), .registration-panel select { width: 100%; height: 50px; margin-top: 7px; padding: 0 3px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #cfcbc5; border-radius: 0; outline: 0; font-size: 14px; font-weight: 500; letter-spacing: normal; text-transform: none; transition: border-color .2s; }
.registration-panel input:not([type="checkbox"]):focus { border-color: var(--blue); }
.registration-panel small { display: block; margin-top: 6px; color: #88858a; font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.form-actions { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
.form-actions.end { justify-content: flex-end; }
.form-actions.between { justify-content: space-between; }
.stage-picker { max-height: 500px; overflow: auto; padding-right: 6px; border-top: 1px solid #ddd9d2; }
.picker-row { display: flex; align-items: center; gap: 10px; padding: 13px 2px; border-bottom: 1px solid #e4e0da; transition: background .2s; }
.picker-row.selected { background: rgba(239,31,99,.045); }
.picker-row.bleu.selected { background: rgba(22,116,209,.05); }
.picker-main { flex: 1; min-width: 0; display: grid !important; grid-template-columns: 20px 72px minmax(150px,1fr) 55px; align-items: center; gap: 10px; margin: 0 !important; cursor: pointer; letter-spacing: normal !important; text-transform: none !important; }
.picker-main input { position: absolute; opacity: 0; pointer-events: none; }
.fake-check { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #bbb7b1; border-radius: 5px; }
.picker-main input:checked + .fake-check { background: var(--pink); border-color: var(--pink); }
.bleu .picker-main input:checked + .fake-check { background: var(--blue); border-color: var(--blue); }
.picker-main input:checked + .fake-check::after { content: "✓"; color: white; font-size: 11px; }
.picker-date { color: #77757a !important; font-size: 9px; font-weight: 700 !important; }
.picker-route { min-width: 0; overflow: hidden; color: #68666b !important; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.picker-route strong { color: var(--ink); }
.picker-distance { color: var(--ink) !important; font-family: var(--display); font-size: 16px; font-weight: 700 !important; text-align: right; }
.picker-row select { width: 85px; height: 33px; margin: 0; padding: 0 7px; background: white; border: 1px solid #d8d4ce; border-radius: 7px; font-size: 10px; }
.picker-row select:disabled { opacity: .36; }
.selection-summary { display: flex; justify-content: space-between; margin-top: 18px; padding: 16px 18px; color: white; background: var(--ink); border-radius: 10px; font-size: 12px; }
.selection-summary strong.attention { animation: shake .4s; color: var(--pink-hot); }
.check-field { display: flex; align-items: flex-start; gap: 12px; margin: 18px 0; cursor: pointer; color: #555359; font-size: 11px; }
.check-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); }
.confirmation-box { margin: 28px 0 15px; padding: 22px; background: #eeece6; border-radius: 12px; }
.confirmation-box > span { display: block; color: #77757a; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.confirmation-box strong { display: block; margin: 5px 0; font-family: var(--display); font-size: 27px; text-transform: uppercase; }
.confirmation-box p { margin: 7px 0 0; color: #706e73; font-size: 11px; }
.form-error { min-height: 24px; color: #b2083e; font-size: 12px; font-weight: 700; }
.submit-registration:disabled { cursor: wait; opacity: .7; }

.direct { background: #e8e5df; }
.direct-head { display: grid; grid-template-columns: 1fr .7fr; gap: 9vw; align-items: end; margin-bottom: 70px; }
.direct-head > p { max-width: 520px; margin: 0 0 10px; color: #626066; }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.news-card { position: relative; min-height: 280px; padding: 30px; background: var(--white); border-radius: 16px; box-shadow: 0 14px 50px rgba(9,9,11,.06); }
.news-card::before { content: ""; position: absolute; left: 0; top: 30px; width: 3px; height: 55px; background: var(--blue); }
.news-card.important::before, .news-card.urgent::before { background: var(--pink); }
.news-card.news-featured { color: white; background: var(--ink); }
.news-meta { display: flex; justify-content: space-between; color: #8b888f; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.news-card h3 { margin: 38px 0 12px; font-family: var(--display); font-size: 31px; line-height: 1; text-transform: uppercase; }
.news-card p { color: #747178; font-size: 13px; }
.news-card.news-featured p { color: rgba(255,255,255,.58); }
.loading-card.light { color: #666; }

.partners { text-align: center; }
.partners .eyebrow { justify-content: center; }
.partner-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-card { min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.partner-card:hover { color: white; background: var(--ink); }
.partner-card small { align-self: flex-start; color: #9b989d; font-family: var(--display); }
.partner-monogram { width: 78px; height: 78px; display: grid; place-items: center; color: white; background: linear-gradient(135deg,var(--pink),var(--blue)); border-radius: 50%; font-family: var(--display); font-size: 25px; font-weight: 800; letter-spacing: -.03em; }
.partner-logo-wrap { width: 160px; height: 105px; display: grid; place-items: center; overflow: hidden; padding: 5px; background: #f8f3f1; border-radius: 13px; }
.partner-logo-wrap img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.partner-card strong { font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.partner-note { margin: 34px 0 0; color: #68666b; font-size: 12px; }
.partner-note a { color: var(--ink); border-bottom: 1px solid; font-weight: 800; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; color: white; background: var(--ink); }
.faq-title { position: sticky; top: 110px; align-self: start; }
.faq-title h2 { font-size: clamp(58px,6.5vw,96px); }
.faq-list details { border-top: 1px solid rgba(255,255,255,.16); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 28px 0; cursor: pointer; font-family: var(--display); font-size: clamp(23px,2.2vw,32px); font-weight: 600; line-height: 1.1; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--pink); font-family: var(--body); font-weight: 300; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 0 28px; color: rgba(255,255,255,.57); }

.site-footer { padding: 70px clamp(20px,6vw,104px) 24px; color: white; background: #050506; border-top: 1px solid rgba(255,255,255,.1); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; padding-bottom: 60px; }
.footer-main p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom nav { display: flex; gap: 25px; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes heroZoom { to { transform: scale(1.11); } }
@keyframes revealUp { to { opacity: 1; transform: translateY(0); } }
@keyframes scrollPulse { 0%,100% { transform: scaleX(.3); transform-origin: left; } 50% { transform: scaleX(1); } }
@keyframes livePulse { 50% { box-shadow: 0 0 0 10px rgba(255,255,255,0); } }
@keyframes formIn { from { opacity: 0; transform: translateX(12px); } }
@keyframes shake { 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }

@media (max-width: 1050px) {
  .primary-nav { gap: 18px; }
  .primary-nav a:not(.nav-cta) { display: none; }
  .hero-content { padding-right: 12vw; }
  .route-ribbon { opacity: .48; }
  .stages-grid { grid-template-columns: repeat(2,1fr); }
  .registration { grid-template-columns: 1fr; }
  .registration-aside { position: static; }
  .story { gap: 70px; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; padding: 0 20px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 31px; height: 31px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 70px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 30px; color: white; background: rgba(9,9,11,.97); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .25s; }
  .primary-nav a:not(.nav-cta), .primary-nav .nav-cta { display: block; padding: 17px 0; color: white; background: transparent; border-bottom: 1px solid rgba(255,255,255,.14); border-radius: 0; font-family: var(--display); font-size: 34px; text-align: left; }
  .menu-open .primary-nav { opacity: 1; pointer-events: auto; transform: none; }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 860px; }
  .hero-video { object-position: 58% center; }
  .hero-content { width: calc(100% - 40px); margin: 105px auto 145px; padding: 0; }
  .hero h1 { font-size: clamp(68px,21vw,102px); }
  .hero h1 em { -webkit-text-stroke-width: 1px; }
  .hero-lead { max-width: 93%; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; }
  .hero-date { margin-top: 34px; }
  .hero-date > span { font-size: 39px; }
  .route-ribbon { width: 90vw; right: -47vw; top: 17%; opacity: .3; }
  .scroll-cue { display: none; }
  .sponsor-marquee { height: 56px; }
  .sponsor-label { display: none; }
  .marquee-track span { padding: 0 28px; font-size: 18px; }
  .marquee-track span::after { margin-left: 28px; }
  .live-strip { align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; gap: 8px 12px; padding: 16px 20px; }
  .live-strip p { width: calc(100% - 28px); }
  .live-strip a { margin-left: 20px; }
  .section { padding: 80px 20px; }
  .section h2 { font-size: clamp(61px,19vw,88px); }
  .section-intro, .route-head, .direct-head, .faq { grid-template-columns: 1fr; }
  .section-intro { gap: 30px; margin-bottom: 50px; }
  .mission-grid { grid-template-columns: 1fr; }
  .cause-card { min-height: 390px; }
  .cause-card h3 { font-size: 86px; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .impact-grid > div { min-height: 135px; border-bottom: 1px solid var(--line); }
  .impact-grid > div:nth-child(2) { border-right: 0; }
  .impact-grid strong { font-size: 60px; }
  .route-head { gap: 36px; }
  .route-head-copy { padding: 0; }
  .route-line { height: 65px; }
  .stages-grid { grid-template-columns: 1fr; }
  .stage-card { min-height: 290px; }
  .stage-select { height: 48px; margin-top: 18px; opacity: 1; }
  .story { grid-template-columns: 1fr; gap: 70px; }
  .poster-wrap { width: 86%; }
  .poster-stamp { right: -22px; width: 94px; height: 94px; }
  .story-copy { order: -1; }
  .kinetic { min-height: 590px; }
  .kinetic h2 { font-size: clamp(80px,26vw,130px); }
  .discipline-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 45px; }
  .discipline-card, .discipline-card:first-child, .discipline-card:last-child, .discipline-card.featured { min-height: 370px; border: 1px solid var(--line); border-radius: 18px; transform: none; }
  .discipline-symbol { height: 120px; margin: 25px 0; }
  .registration { gap: 45px; }
  .registration-panel { padding: 25px 18px; }
  .form-progress { margin-bottom: 38px; }
  .progress-step { font-size: 0; }
  .progress-step span { font-size: 10px; }
  .two-cols { grid-template-columns: 1fr; gap: 0; }
  .picker-main { grid-template-columns: 20px 55px minmax(105px,1fr) 48px; gap: 6px; }
  .picker-date { font-size: 8px; }
  .picker-route { font-size: 10px; }
  .picker-row { flex-wrap: wrap; }
  .picker-row select { width: calc(100% - 30px); margin-left: 30px; }
  .form-actions.between { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .news-grid, .partner-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 250px; }
  .partner-card { min-height: 185px; }
  .faq { gap: 50px; }
  .faq-title { position: static; }
  .faq-list summary { font-size: 25px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-main .button { width: max-content; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; gap: 12px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
