:root {
  --ink: #0d0a12;
  --ink-2: #17111f;
  --purple: #711cc9;
  --purple-bright: #9d44f2;
  --purple-dark: #31006d;
  --magenta: #a81b92;
  --blue: #1747bb;
  --paper: #f5f4f7;
  --white: #ffffff;
  --muted: #77717e;
  --line: rgba(13, 10, 18, 0.13);
  --heading: "Barlow Condensed", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 76px; color: white; background: rgba(10, 8, 15, 0.96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.header-stripes { position: absolute; inset: 0; opacity: .3; overflow: hidden; pointer-events: none; }
.header-stripes::before { content: ""; position: absolute; width: 520px; height: 100%; left: 6%; top: 0; transform: skewX(-34deg); background: repeating-linear-gradient(90deg, transparent 0 45px, rgba(129,62,189,.44) 45px 80px, transparent 80px 116px); }
.header-stripes::after { content: ""; position: absolute; width: 420px; height: 100%; right: 7%; top: 0; transform: skewX(-34deg); background: repeating-linear-gradient(90deg, transparent 0 48px, rgba(129,62,189,.34) 48px 80px, transparent 80px 115px); }
.header-inner { width: min(var(--max), calc(100% - 40px)); height: 100%; margin: 0 auto; display: flex; align-items: center; gap: 32px; position: relative; z-index: 2; }
.brand { width: 158px; height: 66px; flex: 0 0 auto; display: grid; place-items: center; padding: 7px 0; }
.brand img { width: 138px; max-height: 58px; object-fit: contain; filter: drop-shadow(0 2px 7px rgba(0,0,0,.25)); }
.desktop-nav { display: flex; align-items: stretch; align-self: stretch; gap: 4px; margin-left: 12px; }
.desktop-nav a { display: grid; place-items: center; padding: 0 18px; font-family: var(--heading); font-size: 1.02rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 3px; inset: auto 18px 0; background: var(--purple-bright); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { margin-left: auto; padding: 12px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 2px; font-family: var(--heading); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; transition: background .2s, border-color .2s; }
.header-cta:hover { background: var(--purple); border-color: var(--purple); }
.menu-button { display: none; margin-left: auto; width: 48px; height: 48px; border: 0; background: transparent; padding: 12px 9px; cursor: pointer; }
.menu-button span { display: block; width: 29px; height: 2px; margin: 6px 0; background: white; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu { position: fixed; top: 76px; inset-inline: 0; height: calc(100svh - 76px); padding: 24px 20px 48px; background: #100b17; z-index: 99; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: flex; align-items: center; min-height: 62px; border-bottom: 1px solid rgba(255,255,255,.12); color: white; font-family: var(--heading); font-size: 1.65rem; font-weight: 800; text-transform: uppercase; }
.mobile-menu .mobile-register { justify-content: center; min-height: 56px; margin-top: 26px; background: linear-gradient(135deg, var(--purple), var(--magenta)); border: 0; }

.hero { position: relative; min-height: 720px; height: min(880px, 100svh); overflow: hidden; background: #111; color: white; }
.hero-picture, .hero-picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture img { object-fit: cover; object-position: center 54%; animation: heroZoom 14s ease-out both; }
@keyframes heroZoom { from { transform: scale(1.035); } to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, rgba(89,22,148,.15), transparent 37%), linear-gradient(180deg, rgba(6,4,11,.62) 0%, rgba(8,5,12,.09) 40%, rgba(9,6,12,.45) 77%, rgba(9,6,12,.92) 100%); }
.hero-content { width: min(980px, calc(100% - 40px)); position: absolute; z-index: 2; left: 50%; top: 47%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; text-align: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; font-family: var(--heading); font-size: 1rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; text-shadow: 0 2px 8px black; }
.eyebrow span { width: 26px; height: 4px; background: var(--purple-bright); transform: skewX(-26deg); }
.event-logo { width: min(640px, 70vw); max-height: 440px; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(0,0,0,.58)); }
.hero-meta { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 14px; font-family: var(--heading); font-size: 1.25rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; text-shadow: 0 2px 8px black; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 13px 24px; border: 0; border-radius: 2px; font-family: var(--heading); font-size: 1.05rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: white; background: linear-gradient(135deg, #7920d3, #a51e8d); box-shadow: 0 12px 34px rgba(80,10,145,.34); }
.button-glass { color: white; background: rgba(11,8,16,.42); border: 1px solid rgba(255,255,255,.7); backdrop-filter: blur(8px); }
.button-white { color: var(--purple-dark); background: white; }
.button-outline { color: white; background: transparent; border: 1px solid rgba(255,255,255,.65); }
.button-map { color: white; background: linear-gradient(135deg, #59109c, #942cd1); border: 1px solid rgba(255,255,255,.25); box-shadow: 0 10px 25px rgba(29,4,53,.24); }
.hero-scroll { position: absolute; z-index: 2; bottom: 23px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 4px; font-family: var(--heading); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-scroll svg { width: 24px; fill: none; stroke: white; stroke-width: 2; }

.countdown { min-height: 126px; padding: 22px max(28px, calc((100% - var(--max)) / 2)); background: linear-gradient(112deg, #1b1027, #0f0b15 66%); color: white; display: flex; align-items: center; gap: 70px; border-bottom: 1px solid rgba(255,255,255,.08); position: relative; overflow: hidden; }
.countdown::after { content: ""; position: absolute; width: 380px; height: 190%; right: -20px; background: repeating-linear-gradient(100deg, transparent 0 45px, rgba(128,44,200,.19) 45px 90px); transform: skewX(-24deg); }
.countdown-title { min-width: 250px; display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }
.live-dot { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; background: #b946ff; box-shadow: 0 0 0 8px rgba(185,70,255,.12), 0 0 22px #9f3fe2; }
.countdown-title div { display: flex; flex-direction: column; }
.countdown-title small { color: #bcb5c2; font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; }
.countdown-title strong { font-family: var(--heading); font-size: 1.45rem; text-transform: uppercase; }
.countdown-grid { flex: 1; display: grid; grid-template-columns: repeat(4, minmax(80px, 135px)); justify-content: end; position: relative; z-index: 1; }
.countdown-grid div { padding: 0 24px; border-left: 1px solid rgba(255,255,255,.18); }
.countdown-grid strong { display: block; font-family: var(--heading); font-size: 2.65rem; line-height: .9; font-weight: 800; }
.countdown-grid span { display: block; margin-top: 6px; color: #a9a3ad; font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 96px max(24px, calc((100% - var(--max)) / 2)); }
.section-kicker { margin-bottom: 17px; color: var(--purple); font-family: var(--heading); font-size: .94rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker-light { color: #dbaaff; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .75fr; gap: 100px; align-items: end; }
.intro-grid h2, .section-heading h2 { margin: 0; font-family: var(--heading); font-size: clamp(3.2rem, 6.6vw, 6.1rem); line-height: .88; font-weight: 900; letter-spacing: -.045em; text-transform: uppercase; }
.intro-copy { padding-bottom: 5px; }
.intro-copy p { margin: 0 0 24px; color: #4f4854; font-size: 1.05rem; line-height: 1.7; }
.text-link { font-family: var(--heading); font-size: 1.05rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; border-bottom: 2px solid var(--purple); padding-bottom: 5px; }
.text-link span { color: var(--purple); margin-left: 8px; }
.season-stats { margin-top: 74px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.season-stats div { padding: 27px 30px; display: flex; align-items: baseline; gap: 13px; border-right: 1px solid var(--line); }
.season-stats div:last-child { border-right: 0; }
.season-stats strong { color: var(--purple); font-family: var(--heading); font-size: 3rem; line-height: 1; font-weight: 900; }
.season-stats span { color: var(--muted); font-family: var(--heading); font-weight: 700; text-transform: uppercase; }

.next-event { color: white; background: linear-gradient(144deg, #451080 0%, #250743 48%, #120b18 100%); position: relative; overflow: hidden; }
.next-event::before { content: "04"; position: absolute; right: -24px; top: -80px; color: rgba(255,255,255,.035); font-family: var(--heading); font-size: 32rem; font-weight: 900; line-height: 1; }
.section-heading { position: relative; display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.section-heading h2 { font-size: clamp(4.4rem, 8vw, 7.8rem); }
.event-summary { padding-bottom: 8px; }
.event-summary p { margin: 0 0 20px; color: #d2c7d9; font-size: 1.05rem; line-height: 1.65; }
.event-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.event-pills span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); font-family: var(--heading); font-size: .84rem; font-weight: 800; text-transform: uppercase; }
.stage-list { position: relative; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.2); }
.stage-card { min-height: 118px; display: grid; grid-template-columns: 130px 1fr 130px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .2s, padding .2s; }
.stage-card:hover { padding-inline: 14px; background: rgba(255,255,255,.055); }
.stage-number { display: flex; align-items: baseline; gap: 9px; }
.stage-number small { color: #bfaecb; font-family: var(--heading); font-weight: 700; text-transform: uppercase; }
.stage-number strong { font-family: var(--heading); font-size: 3.2rem; line-height: 1; }
.stage-info { padding-inline: 24px; border-left: 1px solid rgba(255,255,255,.13); }
.stage-info span { color: #bcaac8; font-size: .71rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stage-info h3 { margin: 5px 0 2px; font-family: var(--heading); font-size: 1.55rem; font-weight: 800; text-transform: uppercase; }
.stage-info h3 b { color: #dbaaff; padding-inline: 8px; }
.stage-info p { margin: 0; color: #a89caf; font-size: .82rem; }
.stage-distance { text-align: right; white-space: nowrap; }
.stage-distance strong { font-family: var(--heading); font-size: 3.2rem; line-height: 1; }
.stage-distance span { margin-left: 5px; color: #cba3ed; font-family: var(--heading); font-size: 1.15rem; font-weight: 800; text-transform: uppercase; }
.stage-card.active .stage-number strong, .stage-card.active .stage-distance strong { color: #d696ff; }
.event-actions { position: relative; display: flex; gap: 12px; margin-top: 38px; }

.champ-standings {
  --champ-line: #e7e2ea;
  --champ-muted: #6e6875;
  --champ-soft: #f8f5fa;
  padding: 96px max(24px, calc((100% - var(--max)) / 2));
  overflow: hidden;
  color: #121018;
  background: #fff;
  border-top: 1px solid #eeeaf0;
}
.champ-standings__inner { width: 100%; margin: 0 auto; }
.champ-standings__header { display: flex; align-items: end; justify-content: space-between; gap: 38px; }
.champ-standings__eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 13px; color: var(--purple); font-family: var(--heading); font-size: .88rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.champ-standings__eyebrow::before { width: 38px; height: 3px; background: linear-gradient(90deg, var(--purple), #18bfe9); content: ""; transform: skewX(-24deg); }
.champ-standings h2 { margin: 0; font-family: var(--heading); font-size: clamp(3.5rem, 6vw, 5.8rem); font-weight: 900; letter-spacing: -.045em; line-height: .86; text-transform: uppercase; }
.champ-standings h2 span { color: var(--purple); }
.champ-standings__tabs { display: inline-grid; grid-template-columns: repeat(3, auto); gap: 4px; padding: 4px; border: 1px solid var(--champ-line); background: #faf9fb; }
.champ-standings__tab { min-height: 46px; padding: 10px 18px; border: 0; color: #5e5864; background: transparent; font-family: var(--heading); font-size: .95rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: color .18s ease, background .18s ease, box-shadow .18s ease; }
.champ-standings__tab:hover { color: var(--purple-dark); background: #f3edf8; }
.champ-standings__tab[aria-selected="true"] { color: #fff; background: linear-gradient(120deg, #6716b8, #922bd8); box-shadow: 0 8px 22px rgba(113,28,201,.2); }
.champ-standings__tab:focus-visible, .champ-standings__more:focus-visible { outline: 3px solid #22bce8; outline-offset: 3px; }
.champ-standings__panel { margin-top: 45px; }
.champ-standings__panel[hidden] { display: none; }
.champ-standings__table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.champ-standings__table col:nth-child(1) { width: 8%; }
.champ-standings__table col:nth-child(2) { width: 32%; }
.champ-standings__table col:nth-child(3) { width: 22%; }
.champ-standings__table col:nth-child(4) { width: 25%; }
.champ-standings__table col:nth-child(5) { width: 13%; }
.champ-standings__table th { padding: 12px 10px; border-block: 1px solid #cfc9d3; color: #766f7b; font-family: var(--heading); font-size: .75rem; font-weight: 900; letter-spacing: .09em; text-align: left; text-transform: uppercase; }
.champ-standings__table th:first-child, .champ-standings__table td:first-child { padding-left: 4px; }
.champ-standings__table th:last-child, .champ-standings__table td:last-child { padding-right: 4px; text-align: right; }
.champ-standings__row { border-bottom: 1px solid var(--champ-line); transition: background .18s ease; }
.champ-standings__row:hover { background: var(--champ-soft); }
.champ-standings__row[hidden] { display: none; }
.champ-standings__table td { height: 78px; padding: 10px; vertical-align: middle; }
.champ-position { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid #c9c3ce; border-radius: 50%; font-family: var(--heading); font-size: 1.1rem; font-weight: 900; line-height: 1; }
.champ-standings__row:nth-child(1) .champ-position { color: #251b05; border-color: #dfae2e; background: #efbd3d; box-shadow: 0 5px 16px rgba(199,143,18,.18); }
.champ-standings__row:nth-child(2) .champ-position { color: #27292c; border-color: #bcc2c8; background: #d2d7dd; }
.champ-standings__row:nth-child(3) .champ-position { color: #2a1308; border-color: #bd6730; background: #d8864c; }
.champ-driver { display: flex; align-items: baseline; gap: 6px; min-width: 0; font-family: var(--heading); line-height: 1.05; }
.champ-driver strong { overflow: hidden; font-size: clamp(1.05rem, 1.8vw, 1.28rem); font-weight: 900; letter-spacing: -.01em; text-overflow: ellipsis; white-space: nowrap; }
.champ-driver > span:not(.champ-mobile-meta) { overflow: hidden; color: #69636e; font-size: clamp(.95rem, 1.5vw, 1.1rem); font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.champ-country { display: inline-flex; align-items: center; gap: 10px; color: #514b56; font-size: .95rem; font-weight: 600; }
.champ-country > span { font-size: 1.35rem; line-height: 1; }
.champ-brand, .champ-mobile-meta img { display: block; width: min(118px, 100%); height: 34px; object-fit: contain; object-position: left center; filter: invert(1) grayscale(1) contrast(7); mix-blend-mode: multiply; }
.champ-points { font-family: var(--heading); font-size: clamp(1.65rem, 2.5vw, 2rem); font-weight: 900; letter-spacing: -.025em; line-height: 1; }
.champ-points small { margin-left: 3px; color: #746e79; font-family: var(--body); font-size: .57rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.champ-mobile-meta { display: none; }
.champ-standings__footer { display: flex; justify-content: center; min-height: 70px; padding-top: 17px; }
.champ-standings__more { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 10px 17px; border: 0; color: var(--purple); background: transparent; font-family: var(--heading); font-size: .94rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; }
.champ-standings__more::after { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.champ-standings__more[aria-expanded="true"]::after { transform: translateY(2px) rotate(225deg); }
.champ-coming-soon { min-height: 360px; display: grid; place-items: center; align-content: center; padding: 45px 20px; border-block: 1px solid #cfc9d3; text-align: center; background: radial-gradient(circle at 50% 115%, rgba(113,28,201,.08), transparent 50%); }
.champ-coming-soon > span { color: transparent; font-family: var(--heading); font-size: clamp(5rem, 14vw, 9rem); font-style: italic; font-weight: 900; letter-spacing: -.07em; line-height: .78; -webkit-text-stroke: 1px #d4ced8; }
.champ-coming-soon strong { margin-top: 18px; font-family: var(--heading); font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; text-transform: uppercase; }
.champ-coming-soon strong::after { display: block; width: 62px; height: 3px; margin: 14px auto 0; background: linear-gradient(90deg, var(--purple), #18bfe9); content: ""; }
.champ-coming-soon p { margin: 13px 0 0; color: var(--champ-muted); }

.calendar { position: relative; isolation: isolate; overflow: hidden; color: white; background: radial-gradient(circle at 8% 18%, rgba(15,199,246,.11), transparent 18%), radial-gradient(circle at 88% 74%, rgba(139,38,225,.14), transparent 22%), #08070c; }
.calendar::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .3; background-image: radial-gradient(circle, rgba(19,211,255,.75) 1.2px, transparent 1.5px); background-size: 16px 16px; mask-image: linear-gradient(90deg, black, transparent 24%, transparent 76%, black); pointer-events: none; }
.calendar::after { content: ""; position: absolute; z-index: -1; width: 760px; height: 180px; left: -110px; bottom: -105px; opacity: .24; transform: rotate(-8deg); background: repeating-linear-gradient(165deg, transparent 0 13px, #fff 14px 18px, transparent 19px 28px); pointer-events: none; }
.calendar-heading { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 58px); text-align: center; }
.calendar-heading .section-kicker { margin-bottom: 9px; }
.calendar-heading h2 { margin: 0; font-family: var(--heading); font-size: clamp(3.7rem, 6vw, 6rem); line-height: .88; font-weight: 900; letter-spacing: -.035em; text-transform: uppercase; }
.calendar-arrows { color: #a731ef; font-family: var(--heading); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.24em; line-height: 1; text-shadow: 0 0 20px rgba(167,49,239,.42); transform: skewX(-14deg); }
.calendar-arrows--reverse { color: #6a21bc; }
.calendar-lead { margin: 20px auto 0; color: #aca4b3; font-family: var(--heading); font-size: 1rem; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.section-heading.compact { grid-template-columns: 1fr 340px; }
.section-heading.compact h2 { font-size: clamp(3.8rem, 6.2vw, 6rem); }
.section-heading.compact > p { margin: 0 0 4px; color: #5e5762; line-height: 1.6; }
.calendar-track { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin-top: 68px; padding-bottom: 30px; }
.calendar-track::before { content: ""; position: absolute; z-index: 0; top: 88px; left: 7%; right: 7%; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.65) 8%, rgba(176,61,241,.8) 50%, rgba(255,255,255,.65) 92%, transparent); }
.calendar-card { min-height: 390px; padding: 42px 18px 20px; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; overflow: visible; text-align: center; background: linear-gradient(155deg, rgba(25,20,31,.97), rgba(6,6,9,.98)); border: 1px solid rgba(255,255,255,.28); border-radius: 18px; box-shadow: inset 0 0 24px rgba(255,255,255,.025), 0 18px 38px rgba(0,0,0,.34); }
.calendar-card:not(:first-child)::after { content: ""; position: absolute; z-index: 3; width: 9px; height: 9px; left: -20px; top: 84px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(150,61,211,.2), 0 0 14px rgba(255,255,255,.55); }
.round-badge { width: 52px; height: 52px; display: grid; place-items: center; position: absolute; z-index: 4; left: 50%; top: -27px; transform: translateX(-50%); color: white; background: linear-gradient(145deg, #bd42ff, #4a087e); border: 2px solid #db9cff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(105,24,160,.3), 0 0 22px rgba(176,53,242,.66); font-family: var(--heading); font-size: 1.55rem; font-weight: 900; }
.calendar-logo { width: 100%; height: 132px; margin: 4px 0 3px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.calendar-logo img { display: block; width: auto; height: auto; max-width: 215px; max-height: 122px; object-fit: contain; }
.calendar-logo--wide img { max-width: 220px; }
.calendar-logo--portrait img { max-width: 104px; max-height: 118px; }
.calendar-logo--series { padding: 0; background: transparent; box-shadow: none; }
.calendar-logo--series img { max-width: 215px; max-height: 122px; filter: drop-shadow(0 10px 14px rgba(0,0,0,.55)); }
.calendar-card h3 { margin: 3px 0 8px; color: #f4eef7; font-family: var(--heading); font-size: 1.22rem; line-height: 1; letter-spacing: .04em; text-transform: uppercase; }
.calendar-date { min-height: 61px; margin-top: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: white; font-family: var(--heading); font-size: 1.55rem; font-weight: 800; line-height: .95; letter-spacing: .035em; text-transform: uppercase; }
.calendar-date span { font: inherit; }
.calendar-place { margin: 8px 0 0; color: #aaa2af; font-size: .78rem; }
.calendar-place span { margin-right: 6px; color: #c568fa; font-family: var(--heading); font-weight: 900; letter-spacing: .08em; }
.calendar-status { width: calc(100% + 14px); min-height: 35px; margin: auto -7px 0; padding: 8px 14px 7px; display: flex; align-items: center; justify-content: center; color: white; background: linear-gradient(90deg, #641a94, #aa36d6, #641a94); clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0 50%); font-family: var(--heading); font-size: 1rem; font-weight: 900; font-style: italic; letter-spacing: .065em; text-transform: uppercase; }
.calendar-check { width: 45px; height: 45px; display: grid; place-items: center; position: absolute; left: 50%; bottom: -25px; transform: translateX(-50%); color: white; background: #35104d; border: 2px solid #9b43cd; border-radius: 50%; box-shadow: 0 0 0 4px #08070c, 0 0 20px rgba(160,61,210,.34); font-size: 1.45rem; font-weight: 900; }
.calendar-card.featured { border-color: #15c9fa; box-shadow: inset 0 0 28px rgba(9,193,240,.08), 0 0 22px rgba(10,183,235,.38), 0 20px 44px rgba(0,0,0,.4); }
.calendar-card.featured .round-badge { background: linear-gradient(145deg, #36ddff, #0874b8); border-color: #90edff; box-shadow: 0 0 0 5px rgba(11,134,188,.32), 0 0 24px rgba(30,211,255,.72); }
.calendar-card.featured .calendar-status { color: #071017; background: linear-gradient(90deg, #088cb9, #35dcff, #088cb9); }
.calendar-card.featured .calendar-place span { color: #3bdcff; }
.calendar-check--next { color: #071017; background: #2bd7ff; border-color: #8befff; box-shadow: 0 0 0 4px #08070c, 0 0 22px rgba(36,211,255,.52); }
.calendar-categories { margin-top: 23px; display: flex; align-items: center; justify-content: center; gap: 22px; color: #b250df; font-family: var(--heading); font-size: 1.1rem; font-weight: 900; font-style: italic; letter-spacing: .08em; text-transform: uppercase; }
.calendar-categories i { width: 1px; height: 27px; background: rgba(255,255,255,.3); }

.news { background: white; }
.news-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, 260px); gap: 13px; margin-top: 46px; }
.news-card { position: relative; overflow: hidden; color: white; min-height: 250px; }
.news-main { grid-row: span 2; }
.news-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-main img { object-position: 60% center; }
.news-card:hover img { transform: scale(1.035); }
.news-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(10,7,13,.9) 100%); }
.news-content { position: absolute; inset: auto 0 0; padding: 27px; }
.news-content span { color: #df9cff; font-family: var(--heading); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-content h3 { max-width: 720px; margin: 8px 0 8px; font-family: var(--heading); font-size: 2rem; line-height: .98; text-transform: uppercase; }
.news-main .news-content h3 { font-size: clamp(2.5rem, 4vw, 4.7rem); }
.news-content p { margin: 0; color: #c4bdc7; font-size: .74rem; text-transform: uppercase; letter-spacing: .07em; }

.final-cta { height: 630px; position: relative; display: grid; place-items: center; overflow: hidden; color: white; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.final-cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,6,17,.9), rgba(34,6,56,.66) 52%, rgba(5,4,8,.18)); }
.final-cta-content { position: relative; z-index: 1; width: min(var(--max), calc(100% - 48px)); }
.final-cta-content > span { color: #dca1ff; font-family: var(--heading); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.final-cta h2 { margin: 15px 0 30px; font-family: var(--heading); font-size: clamp(4.2rem, 8vw, 8rem); line-height: .8; letter-spacing: -.04em; text-transform: uppercase; }
.final-cta-content > div { display: flex; gap: 12px; }

.site-footer { min-height: 150px; padding: 28px max(24px, calc((100% - var(--max)) / 2)); display: flex; align-items: center; gap: 35px; color: #ada6b0; background: #0b080f; border-top: 1px solid rgba(255,255,255,.09); }
.site-footer img { width: 145px; max-height: 82px; object-fit: contain; }
.site-footer p { font-size: .79rem; }
.site-footer a { margin-left: auto; color: white; font-family: var(--heading); font-weight: 800; text-transform: uppercase; }

.prices-dialog { width: min(850px, calc(100% - 30px)); max-height: calc(100svh - 30px); padding: 0; overflow-x: hidden; overflow-y: auto; border: 0; border-radius: 4px; color: var(--ink); background: white; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.prices-dialog::backdrop { background: rgba(7,4,10,.82); backdrop-filter: blur(7px); }
.dialog-shell { padding: 38px; position: relative; }
.dialog-close { position: absolute; top: 13px; right: 15px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: white; background: var(--ink); font-size: 2rem; line-height: 1; cursor: pointer; }
.dialog-heading span { color: var(--purple); font-family: var(--heading); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dialog-heading h2 { margin: 7px 0 5px; font-family: var(--heading); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .9; text-transform: uppercase; }
.dialog-heading p { margin: 0; color: var(--muted); font-size: .85rem; }
.price-table-wrap { margin-top: 28px; overflow-x: auto; }
.price-table { width: 100%; min-width: 610px; border-collapse: collapse; text-align: center; }
.price-table th, .price-table td { padding: 17px 13px; border: 1px solid #ddd8e0; }
.price-table thead th { color: white; background: #150d1b; font-family: var(--heading); font-size: 1.05rem; text-transform: uppercase; }
.price-table tbody th { text-align: left; font-family: var(--heading); text-transform: uppercase; }
.price-table tbody td { font-family: var(--heading); font-size: 1.55rem; font-weight: 900; }
.price-table .best-price { color: var(--purple-dark); background: #f0e3fb; }
.dialog-register { width: 100%; margin-top: 20px; }

.map-dialog { width: min(980px, calc(100% - 24px)); max-height: calc(100svh - 24px); padding: 0; overflow: hidden; border: 0; border-radius: 5px; color: var(--ink); background: #ece9ef; box-shadow: 0 30px 100px rgba(0,0,0,.62); }
.map-dialog::backdrop { background: rgba(7,4,10,.86); backdrop-filter: blur(7px); }
.map-dialog__shell { max-height: calc(100svh - 24px); display: flex; flex-direction: column; }
.map-dialog__header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 22px; color: white; background: linear-gradient(115deg, #160d20, #321047); }
.map-dialog__header span { color: #d995ff; font-family: var(--heading); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.map-dialog__header h2 { margin: 2px 0 0; font-family: var(--heading); font-size: 2.35rem; line-height: .85; text-transform: uppercase; }
.map-dialog__close { width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: white; background: rgba(255,255,255,.06); font-size: 2rem; line-height: 1; cursor: pointer; }
.map-dialog__viewer { min-height: 0; padding: 18px; overflow: auto; overscroll-behavior: contain; }
.map-dialog__viewer img { width: min(100%, 800px); height: auto; margin: 0 auto; box-shadow: 0 12px 35px rgba(18,10,25,.2); }
.map-dialog__open { min-height: 52px; display: grid; place-items: center; padding: 12px 18px; color: white; background: #160d20; font-family: var(--heading); font-size: 1rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .desktop-nav a { padding-inline: 10px; }
  .header-cta { display: none; }
  .desktop-nav { margin-left: auto; }
  .intro-grid { gap: 50px; }
  .calendar-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px 30px; }
  .calendar-track::before, .calendar-card::after { display: none; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; }
  .header-inner { width: calc(100% - 28px); }
  .brand { width: 116px; height: 61px; justify-content: start; }
  .brand img { width: 108px; max-height: 54px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .mobile-menu { top: 68px; height: calc(100svh - 68px); }
  .hero { min-height: 720px; height: 100svh; }
  .hero-picture img { object-position: center bottom; }
  .hero-shade { background: radial-gradient(circle at 50% 31%, rgba(101,19,176,.12), transparent 34%), linear-gradient(180deg, rgba(7,4,11,.45), rgba(9,5,14,.06) 54%, rgba(8,5,11,.25) 76%, rgba(8,5,11,.84)); }
  .hero-content { width: calc(100% - 26px); top: 38%; }
  .eyebrow { margin-bottom: 8px; font-size: .76rem; }
  .event-logo { width: min(90vw, 520px); max-height: min(42svh, 440px); filter: drop-shadow(0 15px 19px rgba(0,0,0,.58)); }
  .hero-meta { max-width: 320px; flex-wrap: wrap; gap: 4px 8px; margin-top: 7px; font-size: .98rem; }
  .hero-meta span:nth-child(2) { display: none; }
  .hero-meta span { flex-basis: 100%; }
  .hero-actions { width: min(100%, 380px); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; }
  .hero-map-button { grid-column: 1 / -1; }
  .button { min-height: 48px; padding: 11px 13px; font-size: .9rem; }
  .button svg { display: none; }
  .hero-scroll { display: none; }
  .countdown { padding: 22px 18px 24px; display: block; }
  .countdown-title { min-width: 0; margin-bottom: 23px; }
  .countdown-title small { font-size: .63rem; }
  .countdown-title strong { font-size: 1.25rem; }
  .countdown-grid { width: 100%; grid-template-columns: repeat(4, 1fr); }
  .countdown-grid div { padding: 0 9px; text-align: center; }
  .countdown-grid div:first-child { border-left: 0; }
  .countdown-grid strong { font-size: 2.1rem; }
  .section { padding: 68px 18px; }
  .section-kicker { margin-bottom: 12px; font-size: .8rem; }
  .intro-grid, .section-heading { grid-template-columns: 1fr; gap: 27px; }
  .intro-grid h2, .section-heading h2 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .intro-copy p { font-size: .96rem; line-height: 1.58; }
  .season-stats { grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
  .season-stats div { padding: 19px 10px; display: block; }
  .season-stats div:nth-child(2) { border-right: 0; }
  .season-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .season-stats strong { display: block; font-size: 2.6rem; }
  .season-stats span { font-size: .76rem; }
  .next-event::before { font-size: 19rem; right: -40px; }
  .section-heading h2 { font-size: clamp(4rem, 19vw, 5.4rem); }
  .stage-list { margin-top: 42px; }
  .stage-card { min-height: 112px; grid-template-columns: 58px 1fr 62px; }
  .stage-card:hover { padding-inline: 0; }
  .stage-number { display: block; }
  .stage-number small { display: block; font-size: .58rem; }
  .stage-number strong, .stage-distance strong { font-size: 2rem; }
  .stage-info { padding-inline: 12px; }
  .stage-info span { font-size: .61rem; }
  .stage-info h3 { margin-top: 5px; font-size: 1.08rem; line-height: 1.02; }
  .stage-info h3 b { padding-inline: 3px; }
  .stage-info p { margin-top: 5px; font-size: .7rem; }
  .stage-distance span { display: block; margin: 0; font-size: .75rem; }
  .event-actions { display: grid; grid-template-columns: 1fr; }
  .champ-standings { padding: 66px 16px 48px; }
  .champ-standings__header { align-items: stretch; flex-direction: column; gap: 25px; }
  .champ-standings__eyebrow { margin-bottom: 10px; font-size: .74rem; letter-spacing: .12em; }
  .champ-standings h2 { max-width: none; font-size: clamp(3.15rem, 16vw, 4.65rem); line-height: .82; }
  .champ-standings__tabs { width: 100%; grid-template-columns: 1.3fr .75fr .62fr; }
  .champ-standings__tab { min-height: 48px; padding: 9px 5px; font-size: .76rem; white-space: nowrap; }
  .champ-standings__panel { margin-top: 27px; }
  .champ-standings__table col:nth-child(1) { width: 52px; }
  .champ-standings__table col:nth-child(2) { width: auto; }
  .champ-standings__table col:nth-child(3), .champ-standings__table col:nth-child(4) { width: 0; }
  .champ-standings__table col:nth-child(5) { width: 59px; }
  .champ-standings__table th:nth-child(3), .champ-standings__table th:nth-child(4), .champ-standings__table td:nth-child(3), .champ-standings__table td:nth-child(4) { display: none; }
  .champ-standings__table th { padding-block: 10px; font-size: .66rem; }
  .champ-standings__table td { height: 88px; padding: 10px 6px; }
  .champ-position { width: 34px; height: 34px; font-size: 1rem; }
  .champ-driver { align-items: flex-start; flex-direction: column; gap: 2px; }
  .champ-driver strong { max-width: 100%; font-size: 1rem; }
  .champ-driver > span:not(.champ-mobile-meta) { max-width: 100%; font-size: .95rem; }
  .champ-mobile-meta { display: flex; align-items: center; gap: 10px; width: 100%; height: 19px; margin-top: 6px; }
  .champ-mobile-meta > span { flex: 0 0 auto; font-size: 1.05rem; line-height: 1; }
  .champ-mobile-meta img { width: 68px; height: 19px; }
  .champ-points { font-size: 1.55rem; }
  .champ-points small { display: block; margin: 4px 0 0; font-size: .5rem; }
  .champ-coming-soon { min-height: 300px; padding-inline: 12px; }
  .champ-coming-soon p { max-width: 270px; font-size: .9rem; line-height: 1.45; }
  .section-heading.compact { grid-template-columns: 1fr; }
  .section-heading.compact h2 { font-size: 4.3rem; }
  .calendar { padding-inline: 12px; }
  .calendar-heading { gap: 8px; }
  .calendar-heading > div { min-width: 0; }
  .calendar-heading .section-kicker { margin-bottom: 6px; font-size: .65rem; }
  .calendar-heading h2 { font-size: clamp(2.25rem, 10.8vw, 3.1rem); }
  .calendar-arrows { font-size: 1.45rem; }
  .calendar-lead { max-width: 290px; margin-top: 13px; font-size: .64rem; line-height: 1.4; }
  .calendar-track { width: 100%; max-width: 620px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 43px 10px; margin: 48px auto 0; padding: 0 0 22px; overflow: visible; scroll-snap-type: none; }
  .calendar-card { min-width: 0; min-height: 250px; padding: 25px 7px 9px; border-radius: 12px; scroll-snap-align: none; }
  .round-badge { width: 36px; height: 36px; top: -19px; border-width: 1px; box-shadow: 0 0 0 3px rgba(105,24,160,.28), 0 0 15px rgba(176,53,242,.48); font-size: 1.05rem; }
  .calendar-logo { height: 76px; margin: 0; }
  .calendar-logo img, .calendar-logo--wide img { max-width: 112px; max-height: 70px; }
  .calendar-logo--portrait img { max-width: 56px; max-height: 68px; }
  .calendar-logo--series img { max-width: 105px; max-height: 72px; filter: drop-shadow(0 6px 8px rgba(0,0,0,.5)); }
  .calendar-card h3 { min-height: 28px; display: grid; place-items: center; margin: 1px 0 3px; font-size: .84rem; line-height: .95; }
  .calendar-date { min-height: 42px; margin-top: 0; font-size: 1.08rem; }
  .calendar-place { min-height: 28px; margin-top: 4px; font-size: .62rem; line-height: 1.2; }
  .calendar-place span { margin-right: 3px; }
  .calendar-status { width: calc(100% + 4px); min-height: 28px; margin-inline: -2px; padding: 6px 5px 5px; font-size: .72rem; letter-spacing: .035em; }
  .calendar-check { width: 31px; height: 31px; bottom: -17px; border-width: 1px; box-shadow: 0 0 0 3px #08070c, 0 0 13px rgba(160,61,210,.3); font-size: 1rem; }
  .calendar-categories { flex-wrap: wrap; gap: 8px 10px; margin-top: 13px; font-size: .68rem; }
  .calendar-categories i { height: 16px; }
  .section-heading.compact h2 { max-width: 11ch; font-size: clamp(2.65rem, 11.5vw, 3.4rem); line-height: .88; }
  .news { padding-top: 54px; padding-bottom: 54px; }
  .news .section-kicker { margin-bottom: 8px; font-size: .72rem; }
  .news-grid { grid-template-columns: 1fr; grid-template-rows: 275px 190px 190px; gap: 8px; margin-top: 28px; }
  .news-card { min-height: 0; }
  .news-main { grid-row: auto; }
  .news-content { padding: 17px; }
  .news-content span { font-size: .66rem; }
  .news-main .news-content h3 { max-width: 11ch; font-size: 2.05rem; line-height: .92; }
  .news-content h3 { margin-block: 5px; font-size: 1.55rem; }
  .news-content p { font-size: .65rem; }
  .final-cta { height: 620px; }
  .final-cta > img { object-position: 60% center; }
  .final-cta-shade { background: linear-gradient(180deg, rgba(13,7,20,.32), rgba(20,6,31,.84) 80%); }
  .final-cta-content { width: calc(100% - 36px); align-self: end; padding-bottom: 50px; }
  .final-cta h2 { font-size: 4.5rem; }
  .final-cta-content > div { display: grid; grid-template-columns: 1fr 1fr; }
  .site-footer { padding-block: 34px; flex-wrap: wrap; gap: 16px 22px; }
  .site-footer img { width: 120px; }
  .site-footer p { flex-basis: calc(100% - 150px); }
  .site-footer a { margin-left: 0; }
  .prices-dialog { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .dialog-shell { padding: 26px 14px 16px; }
  .dialog-heading { padding-right: 35px; }
  .dialog-close { top: 9px; right: 9px; }
  .dialog-heading h2 { font-size: clamp(2.25rem, 12vw, 3.2rem); }
  .price-table-wrap { width: 100%; margin-top: 20px; overflow: visible; }
  .price-table { display: block; min-width: 0; text-align: left; }
  .price-table thead { display: none; }
  .price-table tbody { display: grid; gap: 10px; }
  .price-table tbody tr { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid #ded8e3; border-radius: 4px; background: #fff; }
  .price-table tbody th { grid-column: 1 / -1; padding: 9px 11px; border: 0; color: #fff; background: #160e1c; font-size: .9rem; text-align: left; }
  .price-table tbody td { display: grid; gap: 4px; min-width: 0; padding: 9px 3px; border: 0; border-top: 1px solid #ded8e3; border-right: 1px solid #ded8e3; font-size: 1.15rem; text-align: center; }
  .price-table tbody td:last-child { border-right: 0; }
  .price-table tbody td::before { color: #716b76; content: attr(data-label); font-family: var(--body); font-size: .55rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
  .price-table .best-price { background: #f4ebfb; }
  .price-table .best-price th { background: var(--purple-dark); }
  .dialog-register { margin-top: 14px; }
  .map-dialog { width: calc(100% - 10px); max-height: calc(100svh - 10px); border-radius: 2px; }
  .map-dialog__shell { max-height: calc(100svh - 10px); }
  .map-dialog__header { min-height: 72px; padding: 13px 14px; }
  .map-dialog__header h2 { font-size: 1.85rem; }
  .map-dialog__close { width: 44px; height: 44px; }
  .map-dialog__viewer { padding: 8px; }
  .map-dialog__open { min-height: 50px; }
}

@media (max-width: 360px) {
  .calendar-arrows { display: none; }
  .calendar-track { gap-inline: 8px; }
  .calendar-card { min-height: 244px; padding-inline: 5px; }
  .calendar-card h3 { font-size: .78rem; }
  .calendar-logo img, .calendar-logo--wide img { max-width: 100px; }
  .calendar-logo--series img { max-width: 94px; }
  .calendar-status { font-size: .66rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
