/* Pilot identity, layered over the existing venue-map component styles. */
.race-site {
  --bg: #111211;
  --ink: #f4f5ef;
  --muted: #aaaea7;
  --accent: #d5f44a;
  --accent-strong: #f4f5ef;
  --line: #333631;
  --surface: #191b18;
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --container: 1320px;
  --header-height: 84px;
  background: var(--bg);
  font-family: "Work Sans", Arial, sans-serif;
}
.race-site *, .race-site *::before, .race-site *::after { letter-spacing: 0; }
.race-site [hidden] { display: none !important; }
.race-site::before { content: none; }
.race-site .page-shell { padding-top: 0; }
.race-site .container { width: min(100% - 80px, var(--container)); }
.race-site a, .race-site button, .race-site summary { -webkit-tap-highlight-color: transparent; }
.race-site :focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.race-site h1, .race-site h2, .race-site h3 { margin: 0; font-family: var(--font-display); color: var(--ink); font-weight: 700; background: none; -webkit-text-fill-color: currentColor; }
.race-site h2 { font-size: 60px; line-height: 1.02; }
.race-site h3 { font-size: 28px; line-height: 1.12; }
.race-site p { line-height: 1.7; }
.race-site .caption { font-size: 12px; color: var(--muted); margin: 18px 0 0; line-height: 1.6; }
.race-site .overline { font: 600 12px/1.5 "Work Sans", Arial, sans-serif; margin: 0 0 22px; text-transform: uppercase; color: var(--muted); }
.race-site .site-header, .race-site .site-header.scrolled { background: #111211; border-bottom: 1px solid #343632; height: var(--header-height); padding: 0; backdrop-filter: none; box-shadow: none; }
.race-site .header-inner { min-height: var(--header-height); gap: 24px; }
.race-brand { display: inline-flex; flex-direction: column; flex: 0 0 auto; color: #f4f5ef; line-height: .95; }
.race-brand > span { font: 800 30px/.95 var(--font-display); }
.race-brand small { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 6px; font: 600 11px/1 "Work Sans", sans-serif; }
.race-brand b { color: var(--accent); font-size: 18px; }
.race-site .desktop-nav { gap: 24px; }
.race-site .desktop-nav a, .race-site .mobile-nav a { clip-path: none; border: 0; background: none; padding: 12px 0; color: #c9cdc5; font-size: 13px; font-weight: 500; border-radius: 0; box-shadow: none; }
.race-site .desktop-nav a:hover, .race-site .desktop-nav a[aria-current="page"] { color: var(--accent); }
.race-site .desktop-nav .nav-button { padding: 13px 20px; background: var(--accent); color: #111211; font-weight: 700; display: flex; gap: 28px; }
.race-site .desktop-nav a::after, .race-site .mobile-nav a::after { content: none; }
.race-site .mobile-nav { top: var(--header-height); background: #111211; border: 0; border-bottom: 1px solid var(--line); box-shadow: none; clip-path: none; border-radius: 0; padding: 20px 28px; }
.race-site .menu-toggle { clip-path: none; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); width: 44px; height: 44px; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; height: 2px; width: 18px; background: currentColor; position: relative; }
.menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -6px; }
.menu-lines::after { top: 6px; }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 2000; background: #d5f44a; color: #111211; padding: 14px 22px; }
.skip-link:focus { top: 12px; }
.race-site .button-primary, .race-site .button-secondary { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 14px 22px; border-radius: 0; clip-path: none; font-size: 13px; font-weight: 600; box-shadow: none; line-height: 1.35; }
.race-site .button-primary { background: var(--accent); border: 1px solid var(--accent); color: #111211; }
.race-site .button-secondary { border: 1px solid #8e9585; background: #1112119c; color: var(--ink); }
.race-site .button-primary::after, .race-site .button-secondary::after { content: none; }
.race-site .button-primary:hover { background: #e3ff6c; transform: translateY(-2px); }
.race-site .button-secondary:hover { border-color: var(--ink); transform: translateY(-2px); }
.race-site button:disabled { opacity: .6; cursor: wait; transform: none; }
.race-site .hero-actions { display: flex; flex-wrap: wrap; margin: 28px 0 0; gap: 12px; }
.race-hero { position: relative; isolation: isolate; display: grid; align-items: center; height: min(740px, calc(100svh - 158px)); min-height: 600px; overflow: hidden; background: #161c17; }
.race-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; z-index: -2; }
.race-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #080d0ac9, #0a100b55 39%, transparent 62%), linear-gradient(0deg, #101511a6, transparent 25%); }
.race-hero-content { position: relative; padding-top: 36px; padding-bottom: 48px; }
.race-hero .overline { display: flex; gap: 8px; align-items: center; color: #d7ddcc; font-size: 11px; }
.signal-dot { width: 6px; height: 6px; background: var(--accent); flex-shrink: 0; }
.race-site .race-hero h1 { font-size: 102px; line-height: .9; max-width: 640px; text-transform: uppercase; }
.race-hero h1 span { color: var(--accent); }
.race-site .hero-statement { font-size: 20px; color: #f4f5ef; font-weight: 500; margin: 26px 0 12px; line-height: 1.4; }
.race-site .race-hero-copy { font-size: 15px; line-height: 1.65; max-width: 390px; color: #d5dad1; margin: 0; }
.race-site .hero-status { display: flex; gap: 12px; align-items: center; font-size: 10px; color: #d1d6cc; margin: 30px 0 0; }
.hero-status span { color: var(--accent); }
.image-credit { position: absolute; right: 28px; bottom: 20px; color: #eee; background: #11121199; padding: 5px 8px; font-size: 10px; }
.race-strip { background: #1b1e19; border-bottom: 1px solid var(--line); }
.race-strip > div { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.race-strip span { display: flex; align-items: center; gap: 12px; font-size: 10px; color: #c0c6b8; }
.race-strip b { font: 600 32px/1 var(--font-display); color: var(--accent); }
.race-strip a { font-size: 10px; color: var(--ink); display: flex; gap: 20px; align-items: center; }
.race-strip a span { font-size: 20px; }
.race-section { padding: 96px 0; scroll-margin-top: 100px; }
.editorial-heading { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 100px; align-items: end; margin-bottom: 42px; }
.editorial-heading .overline { grid-column: 1 / -1; }
.editorial-heading h2 span, .enquiry-copy h2 span { color: #8b9483; }
.editorial-heading > p:last-child { color: var(--muted); max-width: 480px; margin: 0; font-size: 15px; }
.format-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.format-grid article { padding: 30px 32px 22px 0; }
.format-grid article + article { border-left: 1px solid var(--line); padding-left: 32px; }
.index-number { display: block; font: 600 16px/1 var(--font-display); color: var(--accent); margin: 0 0 24px; }
.format-grid p { font-size: 13px; color: var(--muted); margin: 12px 0 0; }
.surface-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 54px 0 22px; }
.surface-heading h3 { font-size: 26px; }
.surface-heading > span { font-size: 10px; color: var(--muted); }
.surface-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.surface-tile { position: relative; isolation: isolate; aspect-ratio: 3 / 3.4; overflow: hidden; background: #242721; }
.surface-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; z-index: -2; }
.surface-tile::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #111211db); z-index: -1; }
.surface-tile:hover img { transform: scale(1.035); }
.surface-tile > span { position: absolute; bottom: 22px; left: 20px; right: 12px; }
.surface-tile small { display: block; font-size: 9px; color: #f1f2eb; margin-bottom: 6px; }
.surface-tile b { font: 700 46px/1 var(--font-display); color: #fff; }
.pilot-band { padding: 72px 0; background: #e9ece3; color: #33382d; }
.pilot-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.pilot-band h2 { color: #1c2317; font-size: 64px; }
.pilot-band .overline { color: #616d53; }
.pilot-band p { font-size: 14px; }
.pilot-band .large-copy { font-size: 22px; line-height: 1.45; margin-top: 0; color: #1c2317; }
.pilot-needs { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0; }
.pilot-needs span { font-size: 10px; border-bottom: 2px solid #77866a; padding-bottom: 7px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 600; padding: 10px 0; border-bottom: 1px solid currentColor; }
.text-link span { font-size: 18px; }
.enquiry-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.enquiry-copy { position: sticky; top: 124px; }
.enquiry-copy > p { color: var(--muted); max-width: 390px; font-size: 15px; }
.enquiry-copy .text-link { margin-top: 28px; color: var(--accent); }
.enquiry-form-shell { min-width: 0; border-top: 2px solid var(--accent); padding-top: 28px; }
.race-site .join-form-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 16px; }
.race-site .form-wide { grid-column: 1 / -1; }
.race-site .form-field { min-width: 0; gap: 8px; }
.race-site .form-label { font-size: 12px; font-weight: 500; }
.race-site .form-label span { color: var(--muted); font-size: 11px; }
.race-site .form-input, .race-site .form-select, .race-site .form-textarea { border: 1px solid #41473b; background: #1b1e19; border-radius: 0; font-size: 14px; padding: 13px 14px; color: #f4f5ef; min-width: 0; }
.race-site .form-input:focus, .race-site .form-select:focus, .race-site .form-textarea:focus { border-color: var(--accent); outline: 1px solid var(--accent); box-shadow: none; }
.race-site .form-textarea { min-height: 90px; resize: vertical; }
.race-site .form-hint { color: var(--muted); font-size: 11px; margin: 0; }
.race-site .form-hint a, .consent-label a { text-decoration: underline; text-underline-offset: 3px; }
.race-site .join-form { gap: 20px; }
.race-site .join-form > .button-primary { width: 100%; }
.consent-label { display: flex; gap: 10px; font-size: 11px; line-height: 1.6; color: #c3c9bb; cursor: pointer; }
.consent-label input { width: 16px; height: 16px; margin: 2px 0 0; flex-shrink: 0; accent-color: var(--accent); }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.venue-details { border-block: 1px solid var(--line); padding: 14px 0; }
.venue-details > summary { font-size: 12px; cursor: pointer; }
.venue-details > summary span { float: right; color: var(--muted); font-size: 11px; }
.venue-details[open] .venue-picker-field { margin-top: 18px; }
.race-site .venue-picker { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.race-site .venue-option span { min-height: 66px; padding: 10px; background: #20251c; border-color: #434a3b; }
.race-site .venue-option { min-height: 66px; }
.race-site .venue-option strong { font-size: 11px; white-space: normal; }
.race-site .venue-option small { font-size: 10px; }
.race-site .venue-option input:checked + span { background: #323f17; border-color: var(--accent); }
.race-site .venue-option input:focus-visible + span { outline: 2px solid var(--accent); }
.race-site .submission-note { clip-path: none; border-radius: 0; background: #232d17; border: 1px solid var(--accent); color: var(--ink); font-size: 14px; margin-top: 20px; }
.race-site #joinFallback { margin-top: 14px; }
.locations-section { background: #191c17; border-block: 1px solid var(--line); }
.race-site .terrain-legend { justify-content: start; gap: 6px; }
.race-site .legend-chip { clip-path: none; border: 1px solid #434a3b; border-radius: 0; font-size: 11px; min-height: 40px; padding: 8px 12px; background: transparent; }
.race-site .legend-chip::after { content: none; }
.race-site .legend-chip.active { background: var(--accent); color: #111211; border-color: var(--accent); }
.race-site .map-container { min-height: 0; clip-path: none; border-radius: 0; background: #111810; border: 1px solid #3d4835; box-shadow: none; backdrop-filter: none; }
.race-site .map-container::after { content: none; }
.race-site .map-wrapper { min-height: 0; aspect-ratio: 1.9 / 1; }
.race-site .map-country { fill: #283423; stroke: #717c68; }
.race-site .map-country-label { fill: #a2ac95; font-family: "Work Sans", sans-serif; font-size: 13px; }
.race-site .pin-pulse { animation: none; }
.race-site .map-pin:focus-visible { outline: none; }
.race-site .map-pin:focus-visible .map-pin-core { filter: drop-shadow(0 0 4px #e4fc65); }
.race-site .map-selection-button { min-width: 110px; min-height: 40px; font-size: 11px; padding: 10px 14px; bottom: 18px; left: 18px; box-shadow: none; }
.venue-list-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 10px; }
.race-site .locations-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; max-height: 800px; overflow: auto; overscroll-behavior: auto; padding: 4px; scrollbar-color: #708446 #1b2117; }
.race-site .location-card { border: 1px solid #3d4636; border-radius: 2px; clip-path: none; background: #1b2117; box-shadow: none; backdrop-filter: none; }
.race-site .location-card::after, .race-site .location-card::before { content: none; }
.race-site .location-card:hover { transform: none; border-color: var(--accent); }
.race-site .location-card.is-selected { border-color: var(--accent); background: #29351c; }
.race-site .location-media { clip-path: none; border-radius: 0; aspect-ratio: 16 / 9; filter: none; }
.race-site .location-copy { padding: 18px; gap: 9px; }
.race-site .location-copy h3 { font-size: 25px; }
.race-site .location-copy .card-copy { font-size: 12px; color: #b0b9a6; }
.race-site .track-meta { font-size: 10px; }
.race-site .focus-badge, .race-site .card-number { clip-path: none; border-radius: 0; font-size: 10px; }
.race-site .focus-badge::after, .race-site .card-number::after { content: none; }
.race-site .location-card.is-selected .selection-badge { background: var(--accent); }
.faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { font-size: 15px; font-weight: 500; cursor: pointer; line-height: 1.5; padding-right: 10px; }
.faq-list p { color: var(--muted); font-size: 13px; margin: 16px 0 0; }
.closing-band { background: #242c1c; border-block: 1px solid #48553a; padding: 42px 0; }
.closing-band > div { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.closing-band h2 { font-size: 48px; }
.race-site .footer { background: #111211; padding: 54px 0 24px; }
.race-site .footer-shell { border: 0; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.race-site .footer-shell > p { font-size: 11px; color: var(--muted); }
.footer-links { display: flex; gap: 24px; font-size: 12px; color: #c3c8bc; }
.race-site .footer-disclaimer { margin: 34px 0 0; padding-top: 20px; border-top: 1px solid var(--line); text-align: left; font-size: 10px; color: #9ca493; max-width: none; }
.partner-hero { background: #151b13; }
.partner-hero .race-hero-photo { width: 100%; object-position: 50% center; }
.partner-hero::before { background: linear-gradient(90deg,#111211ed,#111211c4 28%,#11121155 48%,transparent 73%); }
.race-site .partner-hero h1 { font-size: 98px; max-width: 600px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading-row > p { max-width: 350px; color: var(--muted); font-size: 13px; margin: 0; }
.partnership-section { background: #191c17; border-block: 1px solid var(--line); }
.partnership-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.partnership-card { display: flex; flex-direction: column; border: 1px solid #3e4736; background: #171c14; border-radius: 2px; overflow: hidden; }
.partnership-card > img { width: 100%; aspect-ratio: 16/10; height: auto; object-fit: cover; }
.partnership-copy { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.partnership-copy .overline { color: var(--accent); font-size: 10px; margin-bottom: 18px; }
.partnership-copy h3 { font-size: 34px; }
.partnership-copy > p:not(.overline) { color: var(--muted); font-size: 13px; line-height: 1.7; }
.partnership-copy ul { margin: 8px 0 24px; padding-left: 16px; color: #c5cdbd; font-size: 12px; line-height: 1.7; }
.partnership-copy li { margin: 0 0 9px; }
.partnership-copy .text-link { margin-top: auto; color: var(--accent); }
.deliverable-list { margin: 24px 0; }
.deliverable-list > div { display: flex; align-items: center; gap: 24px; border-top: 1px solid #bfc7b5; padding: 13px 0; }
.deliverable-list dt { font: 600 34px/1 var(--font-display); width: 40px; flex-shrink: 0; color: #586942; }
.deliverable-list dd { margin: 0; font-size: 14px; }
.pilot-band .caption { color: #616d53; }
.partner-close { justify-content: flex-start !important; }
.partner-close > img { width: min(25%,240px); height: auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 2px; }
.partner-close .overline { color: #c3d0b4; margin-bottom: 12px; }
.partner-close .button-primary { margin-top: 24px; }
.document-page { padding: 64px 0 80px; }
.document-page > .container { max-width: 900px; }
.document-page h1 { font-size: 72px; line-height: 1; margin: 24px 0; }
.document-page h2 { font-size: 32px; margin: 32px 0 16px; }
.document-page p, .document-page li { font-size: 15px; line-height: 1.75; color: #c5cbbf; }
.document-page a:not(.button-primary):not(.race-brand) { text-decoration: underline; text-underline-offset: 4px; }
.document-page table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 24px 0; }
.document-page td, .document-page th { border-bottom: 1px solid var(--line); padding: 14px 12px; text-align: left; vertical-align: top; }
.document-page .brief-photo { width: 100%; height: auto; aspect-ratio: 2.7/1; object-fit: cover; margin: 30px 0; }
@media (min-width: 1700px) {
  .race-site .race-hero h1 { font-size: 116px; }
  .race-hero { min-height: 680px; }
}
@media (max-width: 1100px) {
  .race-site .container { width: min(100% - 48px, var(--container)); }
  .race-site .race-hero h1, .race-site .partner-hero h1 { font-size: 82px; }
  .editorial-heading, .pilot-layout, .enquiry-layout, .faq-layout { gap: 48px; }
  .race-site h2 { font-size: 50px; }
  .race-strip > div { gap: 16px; }
  .race-strip a { display: none; }
  .race-site .locations-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .partnership-copy { padding: 20px; }
}
@media (max-width: 760px) {
  .race-site { --header-height: 70px; }
  .race-site .container { width: calc(100% - 40px); }
  .race-site .desktop-nav { display: none; }
  .race-site .menu-toggle { display: flex; align-items: center; justify-content: center; }
  .race-brand > span { font-size: 27px; }
  .race-site .race-hero { min-height: 0; height: auto; }
  .race-hero-photo { height: 350px; object-position: 85% center; mask-image: linear-gradient(#000 78%, transparent); }
  .race-hero::before { background: linear-gradient(0deg,#111211 0%,#111211 36%,transparent 65%); }
  .race-hero-content { padding-top: 255px; padding-bottom: 28px; }
  .race-site .race-hero h1, .race-site .partner-hero h1 { font-size: 62px; max-width: 100%; }
  .race-site .partner-hero h1 { font-size: 56px; }
  .race-hero .overline { font-size: 9px; margin-bottom: 14px; }
  .race-site .hero-statement { font-size: 17px; margin: 20px 0 10px; }
  .race-site .race-hero-copy { font-size: 13px; max-width: 430px; }
  .race-site .hero-actions { gap: 10px; margin-top: 22px; }
  .race-site .hero-actions > a { font-size: 11px; padding: 12px 14px; gap: 14px; min-height: 46px; }
  .race-site .hero-status { margin-top: 22px; font-size: 9px; gap: 8px; flex-wrap: wrap; }
  .image-credit { top: 12px; bottom: auto; right: 14px; font-size: 9px; }
  .race-strip > div { min-height: 78px; gap: 16px; align-items: center; }
  .race-strip span { flex: 1; font-size: 8px; line-height: 1.4; display: block; }
  .race-strip b { display: block; font-size: 28px; margin-bottom: 5px; }
  .race-section { padding: 60px 0; scroll-margin-top: 86px; }
  .race-site h2 { font-size: 46px; }
  .editorial-heading, .pilot-layout, .enquiry-layout, .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .editorial-heading { margin-bottom: 28px; }
  .editorial-heading .overline { margin: 0; }
  .editorial-heading > p:last-child { font-size: 13px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-grid article, .format-grid article + article { border-left: 0; border-bottom: 1px solid var(--line); padding: 24px 0 24px 44px; position: relative; }
  .index-number { position: absolute; left: 0; top: 27px; }
  .format-grid h3 { font-size: 27px; }
  .format-grid p { font-size: 12px; }
  .surface-heading { margin-top: 36px; display: block; }
  .surface-heading > span { display: block; margin-top: 10px; }
  .surface-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .surface-tile { aspect-ratio: 3/3.5; }
  .surface-tile > span { bottom: 16px; left: 12px; }
  .surface-tile small { font-size: 8px; }
  .surface-tile b { font-size: 34px; }
  .pilot-band { padding: 48px 0; }
  .pilot-band h2 { font-size: 48px; }
  .pilot-band .large-copy { font-size: 19px; }
  .enquiry-copy { position: static; }
  .enquiry-copy > p { font-size: 13px; }
  .enquiry-copy .text-link { margin-top: 10px; }
  .race-site .map-wrapper { aspect-ratio: 1.3/1; }
  .race-site .map-country-label { font-size: 18px; }
  .race-site .map-selection-button { min-height: 34px; bottom: 10px; left: 10px; min-width: 100px; }
  .race-site .locations-grid { gap: 12px; max-height: 700px; }
  .race-site .location-copy { padding: 12px; }
  .race-site .location-copy h3 { font-size: 22px; }
  .race-site .location-copy .card-copy { display: none; }
  .race-site .location-copy .focus-badges { gap: 5px; }
  .race-site .focus-badge { font-size: 9px; padding: 5px; }
  .venue-list-heading { align-items: start; flex-direction: column; gap: 8px; }
  .venue-list-heading h3 { font-size: 28px; }
  .faq-list summary { font-size: 14px; }
  .closing-band > div { align-items: start; flex-direction: column; gap: 24px; }
  .closing-band h2 { font-size: 42px; }
  .race-site .footer-shell { flex-direction: column; align-items: start; gap: 24px; }
  .race-site .footer-shell > p { margin: 0; }
  .race-site .footer-disclaimer { margin-top: 26px; }
  .partner-hero .race-hero-photo { width: 100%; height: auto; aspect-ratio: 16/9; object-position: center; mask-image: none; }
  .partner-hero .race-hero-content { padding-top: 245px; }
  .partner-hero::before { background: linear-gradient(0deg,#111211 0%,#111211 37%,transparent 65%); }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin-top: 20px; }
  .partnership-grid { grid-template-columns: 1fr; gap: 22px; }
  .partnership-card > img { aspect-ratio: 16/9; }
  .partnership-copy { padding: 24px; }
  .partnership-copy h3 { font-size: 36px; }
  .partner-close { flex-direction: row !important; align-items: center !important; gap: 20px !important; }
  .partner-close > img { width: 25%; }
  .partner-close h2 { font-size: 36px; }
  .partner-close .overline { font-size: 9px; }
  .partner-close .button-primary { font-size: 11px; padding: 12px; gap: 12px; }
  .document-page h1 { font-size: 52px; }
  .document-page table { font-size: 12px; }
  .document-page td, .document-page th { padding: 10px 6px; }
}
@media (max-width: 380px) {
  .race-site .race-hero h1, .race-site .partner-hero h1 { font-size: 50px; }
  .race-site .partner-hero h1 { font-size: 48px; }
  .race-site .hero-actions > a { flex: 1; min-width: 0; font-size: 10px; padding: 10px; gap: 8px; }
  .race-site .join-form-grid { grid-template-columns: 1fr; }
  .race-site h2 { font-size: 40px; }
}
@media (max-width: 760px) and (max-height: 740px) {
  .race-hero-content, .partner-hero .race-hero-content { padding-top: 200px; }
  .race-hero-photo { height: 300px; }
}
@media (prefers-reduced-motion: reduce) {
  .race-site *, .race-site *::before, .race-site *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  .race-site { background: white; color: #111; }
  .race-site .site-header, .race-site .mobile-nav, .race-site .footer, .print-actions { display: none !important; }
  .race-site .page-shell { padding-top: 0; }
  .document-page { padding: 0; }
  .document-page .container { width: 100%; max-width: none; }
  .document-page h1 { font-size: 38px; color: #111; }
  .document-page h2 { font-size: 24px; color: #111; margin-top: 18px; }
  .document-page p, .document-page li, .document-page .overline, .document-page .caption { color: #333; font-size: 10px; line-height: 1.4; }
  .document-page table { font-size: 10px; }
  .document-page td, .document-page th { padding: 8px; border-color: #aaa; }
  .document-page .brief-photo { max-height: 160px; margin: 16px 0; }
  .document-page h2, .document-page tr { break-inside: avoid; }
  @page { size: A4; margin: 15mm; }
}
