:root {
  --dark: #050814;
  --black: #02040b;
  --navy: #07152f;
  --blue: #0be7ff;
  --blue-deep: #006dff;
  --orange: #ff5a16;
  --orange-hot: #ff2d16;
  --redline: #e50019;
  --steel: #dfe8f4;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.75);
  --card: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.15);
  --light-text: #061126;
  --light-muted: #27334a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

section[id] {
  scroll-margin-top: 88px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  overflow-x: clip;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 42px),
    var(--dark);
  padding-bottom: 0;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(11, 231, 255, 0.65);
  outline-offset: 4px;
}

.site-header {
  height: 72px;
  padding: 0 clamp(20px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(2, 4, 11, 0.94);
  color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 3px solid var(--orange);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.logo {
  width: 52px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange-hot), var(--orange) 52%, var(--blue));
  color: white;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.9rem;
  box-shadow: 0 0 22px rgba(255, 90, 22, 0.55);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.desktop-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}

.desktop-nav a {
  position: relative;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.88rem;
}

.desktop-nav a:hover {
  color: var(--blue);
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 3px;
  background: var(--orange);
  transition: right 0.18s ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.menu-button {
  display: none;
  background: none;
  border: 0;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  background: #050814;
  color: #ffffff;
  padding: 18px 28px;
  border-top: 1px solid rgba(255, 90, 22, 0.45);
  position: sticky;
  top: 72px;
  z-index: 25;
}

.mobile-menu.open {
  display: grid;
  gap: 16px;
}

.mobile-menu a {
  text-decoration: none;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(100deg, rgba(2, 4, 14, 0.96), rgba(2, 10, 30, 0.84) 38%, rgba(2, 8, 24, 0.42) 68%, rgba(255, 72, 0, 0.22)),
    url("hero-race.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -10%;
  background:
    repeating-linear-gradient(105deg, transparent 0 22px, rgba(255, 255, 255, 0.08) 22px 24px, transparent 24px 58px),
    linear-gradient(118deg, transparent 0 56%, rgba(11, 231, 255, 0.14) 56.2% 57.3%, transparent 57.5% 100%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.58;
  animation: speedSweep 12s linear infinite;
}

.hero::after {
  content: "";
  position: absolute;
  right: -15%;
  bottom: 12%;
  width: min(820px, 72vw);
  height: 150px;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(255, 45, 22, 0.88) 14% 52%, rgba(255, 122, 0, 0.95) 52% 72%, transparent 72%),
    linear-gradient(90deg, transparent, rgba(11, 231, 255, 0.55), transparent);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  transform: skewY(-7deg);
  z-index: 1;
  pointer-events: none;
  opacity: 0.88;
  filter: drop-shadow(0 0 30px rgba(255, 90, 22, 0.6));
}

.hero-overlay {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding-left: clamp(28px, 7vw, 110px);
  padding-right: 24px;
  transform: translateY(-42px);
}

.eyebrow,
.section-label {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.82rem;
  text-shadow: 0 0 18px rgba(38, 240, 255, 0.55);
}

.presented-by {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 9px 14px;
  border-left: 4px solid var(--orange);
  background: rgba(2, 4, 11, 0.74);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}

.hero h1 {
  font-size: clamp(3.4rem, 8vw, 8.8rem);
  line-height: 0.8;
  letter-spacing: 0;
  margin: 0 0 22px;
  max-width: 980px;
  text-transform: uppercase;
  font-weight: 1000;
  transform: skewX(-7deg);
  text-shadow:
    0 7px 0 rgba(0, 0, 0, 0.42),
    0 0 32px rgba(0, 0, 0, 0.82);
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 span:nth-child(1) {
  color: #ffffff;
}

.hero h1 span:nth-child(2),
.hero h1 span:nth-child(3) {
  color: var(--orange);
  text-shadow:
    0 5px 0 rgba(100, 20, 0, 0.55),
    0 0 30px rgba(255, 90, 0, 0.95);
}

.hero-copy {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.55vw, 1.34rem);
  font-weight: 900;
  line-height: 1.42;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}

.race-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.race-rail span {
  padding: 9px 13px;
  background: rgba(2, 4, 11, 0.76);
  border: 1px solid rgba(11, 231, 255, 0.42);
  border-left: 5px solid var(--orange);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
  box-shadow: 0 0 18px rgba(11, 231, 255, 0.16);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.btn,
.watch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 0.86rem;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn:hover,
.watch-link:hover {
  transform: translateY(-3px) skewX(-3deg);
}

.btn.primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  color: #00111f;
  border: 0;
  box-shadow: 0 0 22px rgba(11, 231, 255, 0.45);
}

.btn.secondary {
  background: linear-gradient(135deg, var(--orange-hot), #ff7a00);
  color: #ffffff;
  border: 0;
  box-shadow: 0 0 24px rgba(255, 80, 0, 0.55);
}

.watch-link {
  color: #ff9b22;
  border: 2px solid rgba(255, 140, 0, 0.9);
  box-shadow: 0 0 18px rgba(255, 100, 0, 0.45);
}

.section {
  padding: clamp(70px, 8vw, 120px) clamp(24px, 7vw, 110px);
}

.section h2 {
  font-size: clamp(2.5rem, 5.3vw, 5.4rem);
  line-height: 0.9;
  margin: 0 0 24px;
  max-width: 900px;
  text-transform: uppercase;
}

.section p {
  max-width: 900px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.7;
}

.race-section,
.media-section {
  background:
    linear-gradient(115deg, rgba(255, 90, 22, 0.08), transparent 28%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 42px),
    #07101f;
}

.schedule-section,
.foundation-section {
  background:
    linear-gradient(112deg, rgba(11, 231, 255, 0.13), transparent 30%),
    #ffffff;
  color: var(--light-text);
}

.schedule-section p,
.foundation-section p {
  color: var(--light-muted);
}

.watch-section {
  background:
    linear-gradient(135deg, rgba(2, 4, 11, 0.98), rgba(5, 24, 65, 0.94)),
    repeating-linear-gradient(115deg, rgba(255, 90, 22, 0.09) 0 2px, transparent 2px 46px),
    var(--navy);
}

.media-section h2 {
  line-height: 1;
}

.sponsors-section {
  --sponsor-paper: #fff8f0;
  --sponsor-paper-soft: #f8f0e8;
  --sponsor-panel: #ffffff;
  --sponsor-ink: #001038;
  --sponsor-muted: #27334a;
  --sponsor-blue: #2866a8;
  --sponsor-blue-dark: #1f4f86;
  --sponsor-red-orange: #e86018;
  --sponsor-red-orange-dark: #c9461f;
  scroll-margin-top: 96px;
  background:
    linear-gradient(118deg, rgba(232, 96, 24, 0.12), transparent 30%),
    linear-gradient(135deg, var(--sponsor-paper), #ffffff 68%, var(--sponsor-paper-soft));
  color: var(--sponsor-ink);
}

.sponsors-section p {
  color: var(--sponsor-muted);
}

.sponsors-section .sponsor-lede {
  max-width: 820px;
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  font-weight: 800;
  line-height: 1.55;
}

.sponsor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 28px;
}

.sponsor-main-link {
  min-width: 245px;
}

.sponsors-section .sponsor-note {
  color: var(--sponsor-muted);
  font-size: 0.96rem;
  font-weight: 800;
}

.sponsors-section .sponsor-impact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 34px;
  margin-inline: 0;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(232, 96, 24, 0.12), transparent 36%),
    var(--sponsor-panel);
  border: 1px solid rgba(0, 16, 56, 0.14);
  border-left: 6px solid var(--sponsor-red-orange);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 17, 38, 0.11);
}

.sponsor-impact-copy {
  display: grid;
  gap: 12px;
  align-content: center;
  min-width: 0;
  padding: clamp(24px, 4vw, 42px);
}

.sponsors-section .sponsor-impact-copy strong {
  max-width: 760px;
  color: var(--sponsor-ink);
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.sponsors-section .sponsor-impact-copy p {
  margin: 0;
  max-width: 640px;
  color: var(--sponsor-muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.sponsor-impact-photo {
  position: relative;
  min-width: 0;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  background: #061126;
}

.sponsor-impact-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.04);
}

.sponsors-section .sponsor-impact-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(2, 4, 11, 0.78)),
    linear-gradient(115deg, rgba(232, 96, 24, 0.18), transparent 38%);
  pointer-events: none;
}

.sponsors-section .sponsor-impact-photo figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 9px 12px;
  background: rgba(2, 4, 11, 0.86);
  color: #ffffff;
  border-left: 5px solid var(--sponsor-red-orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
}

.feature-grid,
.schedule-grid,
.link-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.schedule-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.schedule-day,
.link-card {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 28px;
  border-radius: 8px;
  text-decoration: none;
  min-height: 120px;
}

.feature-card,
.link-card {
  border-top: 5px solid var(--orange);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-card span {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.feature-card h3,
.schedule-day h3 {
  margin: 14px 0;
  font-size: 1.45rem;
}

.feature-card p {
  font-size: 1rem;
}

.schedule-day {
  background: #f1f5fb;
  border: 1px solid #d9e3f0;
  border-top: 5px solid var(--orange);
  box-shadow: 0 14px 34px rgba(6, 17, 38, 0.08);
}

.schedule-day li {
  margin: 14px 0;
  line-height: 1.5;
  color: #1f2e45;
}

.link-card {
  display: grid;
  align-content: center;
  gap: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.link-card:hover {
  transform: translateY(-6px) skewX(-2deg);
  border-color: var(--orange);
  box-shadow: 0 18px 44px rgba(255, 90, 22, 0.18);
}

.link-card span {
  font-size: 1.5rem;
  color: var(--orange);
  font-weight: 900;
}

.link-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.link-card-icon svg {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.link-card strong {
  font-size: 1.25rem;
}

.media-reel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(16px, 1.8vw, 24px);
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 36px;
  overflow: hidden;
}

.media-reel-main,
.media-reel-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  background: #02040b;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.media-reel-main {
  min-height: clamp(320px, 24vw, 440px);
}

.media-reel-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  min-height: clamp(320px, 24vw, 440px);
  min-width: 0;
}

.media-reel-card {
  min-height: 0;
  color: #ffffff;
  text-decoration: none;
}

.media-reel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(1.15) contrast(1.08);
  transform: scale(1.01);
  transition: transform 0.32s ease, filter 0.32s ease;
}

.media-reel-main img {
  object-position: center 58%;
}

.media-reel-crowd img {
  object-position: center 54%;
}

.media-reel-video img {
  object-position: 36% 58%;
}

.media-reel-main::after,
.media-reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(2, 4, 11, 0.86)),
    linear-gradient(112deg, rgba(255, 90, 22, 0.18), transparent 38%);
  pointer-events: none;
}

.media-reel-main::after {
  background:
    linear-gradient(180deg, rgba(2, 4, 11, 0) 38%, rgba(2, 4, 11, 0.56) 70%, rgba(2, 4, 11, 0.92) 100%);
}

.media-reel-main figcaption,
.media-reel-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.5vw, 2.6rem);
  font-weight: 1000;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.62);
  overflow-wrap: normal;
  word-break: normal;
}

.media-reel-card figcaption {
  max-width: min(100%, 24ch);
  font-size: clamp(1.1rem, 1.55vw, 1.65rem);
  line-height: 1.08;
}

.media-reel-main figcaption span,
.media-reel-card figcaption span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.media-reel-video {
  display: grid;
  align-content: end;
  padding: 22px;
}

.media-reel-video img {
  position: absolute;
  inset: 0;
}

.media-reel-video strong {
  position: relative;
  z-index: 1;
  max-width: 100%;
  font-size: clamp(1.35rem, 2vw, 2.35rem);
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.65);
  overflow-wrap: normal;
  word-break: normal;
}

.media-play {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-hot), #ff8a00);
  box-shadow: 0 0 24px rgba(255, 90, 22, 0.58);
  transition: transform 0.24s ease;
}

.media-play::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 22px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #ffffff;
}

.media-reel-main:hover img,
.media-reel-card:hover img {
  filter: saturate(1.25) contrast(1.12);
  transform: scale(1.06);
}

.media-reel-video:hover .media-play,
.media-reel-video:focus-visible .media-play {
  transform: scale(1.08);
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  max-width: 1120px;
}

.sponsors-section .sponsor-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 0;
}

.sponsors-section .sponsor-metrics div {
  padding: 14px;
  background: var(--sponsor-paper-soft);
  border: 1px solid rgba(0, 16, 56, 0.12);
  border-top: 4px solid var(--sponsor-blue);
  border-radius: 8px;
}

.sponsors-section .sponsor-metrics dt {
  color: var(--sponsor-blue);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 1000;
  line-height: 1;
}

.sponsors-section .sponsor-metrics dd {
  margin: 6px 0 0;
  color: var(--sponsor-muted);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.sponsors-section .sponsor-social-claim {
  padding: 14px 16px;
  background: rgba(40, 102, 168, 0.08);
  border-left: 5px solid var(--sponsor-red-orange-dark);
  border-radius: 8px;
}

.sponsors-section .sponsor-social-claim strong {
  color: var(--sponsor-ink);
}

.sponsors-section .sponsor-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin-top: 34px;
}

.sponsors-section .sponsor-program-card,
.sponsors-section .sponsor-section-heading,
.sponsors-section .sponsor-benefits-panel,
.sponsors-section .livestream-support-panel {
  background: var(--sponsor-panel);
  border: 1px solid rgba(0, 16, 56, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 16, 56, 0.08);
}

.sponsors-section .sponsor-program-card {
  padding: clamp(22px, 3vw, 32px);
  border-top: 5px solid var(--sponsor-red-orange);
}

.sponsors-section .sponsor-program-card h3,
.sponsors-section .sponsor-section-heading h3,
.sponsors-section .livestream-support-panel h3 {
  margin: 10px 0 12px;
  color: var(--sponsor-ink);
  font-size: clamp(1.6rem, 2.7vw, 2.6rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.sponsors-section .sponsor-program-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--sponsor-muted);
  font-weight: 750;
  line-height: 1.5;
}

.sponsors-section .sponsor-program-card li + li {
  margin-top: 10px;
}

.sponsors-section .sponsor-section-heading {
  max-width: 1120px;
  margin-top: 34px;
  padding: clamp(20px, 3vw, 30px);
  border-left: 6px solid var(--sponsor-blue);
}

.sponsors-section .sponsor-card {
  display: grid;
  gap: 12px;
  align-content: start;
  grid-column: span 2;
  min-height: 236px;
  padding: 24px;
  background: var(--sponsor-panel);
  color: var(--sponsor-ink);
  border: 1px solid rgba(0, 16, 56, 0.14);
  border-top: 5px solid var(--sponsor-blue);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 17, 38, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sponsors-section .sponsor-card:not(.sponsor-card-featured) {
  grid-template-rows: auto auto auto 1fr auto;
}

.sponsors-section .sponsor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 70, 31, 0.55);
  border-top-color: var(--sponsor-red-orange);
  box-shadow: 0 22px 48px rgba(0, 16, 56, 0.14);
}

.sponsors-section .sponsor-card-featured {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-column: span 6;
  min-height: 0;
  padding: clamp(28px, 4vw, 42px);
  background:
    linear-gradient(135deg, var(--sponsor-ink), var(--sponsor-blue-dark) 58%, var(--sponsor-blue));
  color: #ffffff;
  border-color: rgba(40, 102, 168, 0.38);
  border-top-color: var(--sponsor-red-orange);
  box-shadow: 0 20px 54px rgba(0, 16, 56, 0.22);
}

.sponsors-section .nordic-title-sponsor {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  align-items: center;
  min-height: clamp(380px, 28vw, 460px);
  background:
    linear-gradient(90deg, #061126 0%, #061126 38%, #07101f 68%, #02040b 100%);
  border-right: 1px solid rgba(230, 38, 43, 0.34);
}

.sponsors-section .nordic-title-sponsor::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("media/nordic-boats-logo-official.png");
  background-repeat: no-repeat;
  background-position: center right 8%;
  background-size: min(50%, 620px) auto;
  opacity: 0.45;
  mix-blend-mode: screen;
  pointer-events: none;
}

.sponsors-section .nordic-title-sponsor::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 17, 38, 0.94) 0%, rgba(6, 17, 38, 0.82) 42%, rgba(6, 17, 38, 0.48) 68%, rgba(6, 17, 38, 0.28) 100%);
  pointer-events: none;
}

.sponsors-section .nordic-title-sponsor .title-sponsor-copy {
  display: grid;
  position: relative;
  z-index: 2;
  grid-column: 1;
  gap: 12px;
  max-width: 580px;
  text-align: left;
}

.sponsors-section .sponsor-card:nth-child(2),
.sponsors-section .sponsor-card:nth-child(3) {
  grid-column: span 3;
}

.sponsors-section .sponsor-kicker {
  color: var(--sponsor-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sponsors-section .sponsor-card-featured .sponsor-kicker,
.sponsors-section .sponsor-card-featured .sponsor-copy {
  color: rgba(255, 255, 255, 0.82);
}

.sponsors-section .sponsor-card strong {
  max-width: none;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1;
}

.sponsors-section .sponsor-card-featured strong {
  grid-column: 1;
  max-width: 12ch;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.sponsors-section .nordic-title-sponsor .title-sponsor-presented {
  color: #ffffff;
  font-size: clamp(1.2rem, 2.2vw, 2.15rem);
  font-weight: 1000;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.sponsors-section .sponsor-price {
  color: var(--sponsor-red-orange-dark);
  font-size: clamp(1.75rem, 2.6vw, 2.6rem);
  line-height: 1;
  font-weight: 1000;
}

.sponsors-section .sponsor-card-featured .sponsor-price {
  grid-column: 2;
  grid-row: 2 / 5;
  align-self: center;
  padding: 20px 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.sponsors-section .sponsor-copy {
  color: var(--sponsor-muted);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.sponsors-section .sponsor-card-featured .sponsor-copy {
  max-width: 680px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.sponsors-section .sponsor-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  align-self: end;
  justify-self: start;
  margin-top: 4px;
  padding: 10px 14px;
  background: var(--sponsor-blue-dark);
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sponsors-section .sponsor-action:hover,
.sponsors-section .sponsor-action:focus-visible {
  background: var(--sponsor-red-orange-dark);
  color: #ffffff;
  outline: 0;
  transform: translateY(-1px);
}

.sponsors-section .sponsor-card-featured .sponsor-action {
  grid-column: 1;
  margin-top: 10px;
  background: #ffffff;
  color: #061126;
}

.sponsors-section .sponsor-card-featured .sponsor-action:hover,
.sponsors-section .sponsor-card-featured .sponsor-action:focus-visible {
  background: var(--sponsor-red-orange-dark);
  color: #ffffff;
}

.sponsors-section .sponsor-main-link:focus-visible {
  outline: 3px solid rgba(40, 102, 168, 0.45);
  outline-offset: 4px;
}

.sponsors-section .xwr-package-grid {
  margin-top: 24px;
}

.sponsors-section .xwr-package-card {
  border-top-color: var(--sponsor-red-orange);
}

.sponsors-section .sponsor-benefits-panel {
  max-width: 1120px;
  margin-top: 34px;
  padding: clamp(20px, 3vw, 32px);
  border-top: 5px solid var(--sponsor-blue);
}

.sponsors-section .sponsor-benefits-panel .sponsor-section-heading {
  margin-top: 0;
  padding: 0 0 20px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.sponsors-section .sponsor-benefit-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(0, 16, 56, 0.14);
  border-radius: 8px;
}

.sponsors-section .sponsor-benefit-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--sponsor-ink);
  background: #ffffff;
}

.sponsors-section .sponsor-benefit-table th,
.sponsors-section .sponsor-benefit-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 16, 56, 0.1);
  text-align: center;
  vertical-align: middle;
}

.sponsors-section .sponsor-benefit-table th:first-child {
  text-align: left;
}

.sponsors-section .sponsor-benefit-table thead th {
  background: var(--sponsor-blue);
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sponsors-section .sponsor-benefit-table tbody th {
  color: var(--sponsor-ink);
  font-weight: 850;
}

.sponsors-section .sponsor-benefit-table tbody td {
  color: var(--sponsor-blue-dark);
  font-weight: 1000;
}

.sponsors-section .sponsor-benefit-table tbody tr:nth-child(even) {
  background: var(--sponsor-paper-soft);
}

.sponsors-section .livestream-support-panel {
  max-width: 1120px;
  margin-top: 34px;
  padding: clamp(22px, 3vw, 32px);
  border-left: 6px solid var(--sponsor-red-orange);
}

.sponsors-section .livestream-support-panel p strong {
  color: var(--sponsor-ink);
}

.sponsors-section .livestream-support-panel p,
.sponsors-section .xwr-sponsor-copy p,
.sponsors-section .trust-text,
.sponsors-section .xwr-sponsor-copy a {
  overflow-wrap: anywhere;
}

.sponsors-section .livestream-support-panel span:not(.sponsor-kicker) {
  color: var(--sponsor-blue-dark);
  font-weight: 1000;
}

.sponsors-section .xwr-sponsor-panel {
  max-width: 1120px;
  margin-top: 42px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--sponsor-panel);
  border: 1px solid rgba(0, 16, 56, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(6, 17, 38, 0.1);
}

.xwr-sponsor-copy {
  max-width: 820px;
}

.xwr-sponsor-copy a {
  color: var(--sponsor-blue-dark);
  font-weight: 900;
}

.sponsors-section .xwr-sponsor-copy h3 {
  margin: 12px 0;
  color: var(--sponsor-ink);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.xwr-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.sponsors-section .xwr-tier-grid div {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(0, 16, 56, 0.12);
  border-top: 5px solid var(--sponsor-red-orange);
  border-radius: 8px;
  background: var(--sponsor-paper-soft);
}

.sponsors-section .xwr-tier-grid strong {
  color: var(--sponsor-ink);
  font-size: 1.05rem;
}

.sponsors-section .xwr-tier-grid span {
  color: var(--sponsor-red-orange-dark);
  font-size: 1.35rem;
  font-weight: 900;
}

.sponsor-form {
  display: grid;
  gap: 16px;
}

.sponsors-section .sponsor-form label {
  display: grid;
  gap: 7px;
  color: var(--sponsor-ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.sponsors-section .sponsor-form label span {
  text-transform: uppercase;
}

.sponsors-section .sponsor-form input,
.sponsors-section .sponsor-form select,
.sponsors-section .sponsor-form textarea {
  width: 100%;
  border: 2px solid rgba(0, 16, 56, 0.14);
  border-radius: 8px;
  padding: 15px 16px;
  color: var(--sponsor-ink);
  background: #ffffff;
  font: inherit;
}

.sponsors-section .sponsor-form input:focus,
.sponsors-section .sponsor-form select:focus,
.sponsors-section .sponsor-form textarea:focus {
  outline: 3px solid rgba(40, 102, 168, 0.22);
  border-color: var(--sponsor-blue);
}

.sponsors-section .sponsor-form input.invalid,
.sponsors-section .sponsor-form select.invalid,
.sponsors-section .sponsor-form textarea.invalid {
  border-color: #c71919;
  outline: 3px solid rgba(199, 25, 25, 0.14);
}

.sponsors-section .sponsor-form textarea {
  min-height: 130px;
  resize: vertical;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sponsors-section .sponsor-ghost {
  background: #ffffff;
  color: var(--sponsor-ink);
  border: 2px solid rgba(0, 16, 56, 0.18);
}

.sponsors-section .btn.payment {
  background: var(--sponsor-ink);
  color: #ffffff;
  border: 0;
}

.sponsors-section .trust-text {
  margin: 0;
  color: var(--sponsor-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.sponsors-section .form-status {
  margin: 0;
  color: var(--sponsor-blue-dark);
  font-weight: 900;
}

.sponsors-section .form-status.error {
  color: #b00020;
}

.sponsors-section .form-status.success {
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(24, 155, 87, 0.12);
  color: #126c3a;
}

.sponsors-section .sponsor-form .form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  white-space: nowrap;
}

.request-preview {
  display: none;
  max-width: 100%;
  overflow-x: auto;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(6, 17, 38, 0.12);
  border-radius: 8px;
  background: #f7fbff;
  color: var(--light-text);
  white-space: pre-wrap;
  line-height: 1.5;
}

.request-preview.visible {
  display: block;
}

.entry-page {
  background:
    linear-gradient(180deg, rgba(2, 4, 11, 0.96), rgba(4, 13, 34, 0.96)),
    url("hero-race.jpg") center top / cover fixed;
  color: #ffffff;
  min-height: 100vh;
  padding-bottom: 96px;
  overflow-x: hidden;
}

.entry-hero {
  max-width: 1040px;
  margin: 0 auto;
  padding: 130px 24px 28px;
  box-sizing: border-box;
}

.entry-hero h1 {
  margin: 10px 0 18px;
  color: #ffffff;
  font-size: clamp(2.8rem, 7vw, 6.6rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.entry-hero p:not(.section-label) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.entry-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px 54px;
  box-sizing: border-box;
}

.entry-form {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.entry-section {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #071022;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  min-width: 0;
  min-inline-size: 0;
  max-width: 100%;
}

.entry-section legend {
  padding: 0 8px;
  color: #c9461f;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 1000;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.entry-form label {
  display: grid;
  gap: 7px;
  color: #071022;
  font-size: 0.88rem;
  font-weight: 900;
  min-width: 0;
}

.entry-form input,
.entry-form select,
.entry-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(7, 16, 34, 0.2);
  border-radius: 8px;
  background: #ffffff;
  color: #071022;
  font: inherit;
  font-weight: 700;
  padding: 11px 12px;
}

.entry-form textarea {
  min-height: 120px;
  resize: vertical;
}

.entry-form input:focus,
.entry-form select:focus,
.entry-form textarea:focus {
  outline: 3px solid rgba(38, 240, 255, 0.42);
  border-color: #0677b8;
}

.entry-form input.invalid,
.entry-form select.invalid,
.entry-form textarea.invalid {
  border-color: #c71919;
  outline: 3px solid rgba(199, 25, 25, 0.14);
}

.field-error {
  color: #b00020;
  font-size: 0.78rem;
  font-weight: 900;
}

.entry-note {
  margin: 0;
  color: #41516a;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.5;
}

.entry-subsection {
  border: 1px solid rgba(7, 16, 34, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(6, 119, 184, 0.06);
}

.entry-subsection summary {
  cursor: pointer;
  color: #071022;
  font-weight: 1000;
  text-transform: uppercase;
}

.entry-subsection .form-grid {
  margin-top: 16px;
}

.entry-checks {
  display: grid;
  gap: 12px;
}

.entry-checks label {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  line-height: 1.45;
}

.entry-checks input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.entry-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.entry-form-status {
  min-height: 22px;
  padding: 0 4px;
  color: #ffffff;
  font-weight: 950;
}

.entry-form-status.error {
  color: #ffb7b7;
}

.entry-form-status.success {
  padding: 16px;
  border-radius: 8px;
  background: rgba(24, 155, 87, 0.18);
  color: #c9ffe1;
}

.entry-form .form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  white-space: nowrap;
}

.site-footer {
  padding: 48px clamp(24px, 7vw, 110px) 110px;
  background: #02040b;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: white;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 620px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-content: start;
  max-width: 480px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-weight: 800;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  z-index: 35;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(2, 4, 11, 0.98);
  color: #ffffff;
  border-top: 3px solid var(--orange);
  box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.34);
}

.bottom-nav a {
  display: grid;
  place-items: center;
  gap: 2px;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.76rem;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.bottom-nav a:hover {
  background: rgba(255, 90, 22, 0.22);
  color: var(--blue);
}

.bottom-nav span {
  font-size: 1.15rem;
}

@keyframes speedSweep {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 240px 0, 0 0;
  }
}

@keyframes promoFlash {
  0%,
  48% {
    transform: translateX(-120%) skewX(-18deg);
  }

  68%,
  100% {
    transform: translateX(120%) skewX(-18deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    gap: 14px;
  }

  .desktop-nav a {
    font-size: 0.78rem;
  }
}

@media (max-width: 850px) {
  body {
    padding-bottom: 72px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-overlay {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: clamp(18px, 6vw, 24px);
    padding-right: clamp(18px, 6vw, 24px);
    padding-top: 70px;
    transform: translateY(-22px);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 11.4vw, 4.6rem);
    line-height: 0.88;
    transform: skewX(-4deg);
  }

  .hero h1 span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .eyebrow {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .race-rail,
  .hero-buttons {
    max-width: 100%;
    box-sizing: border-box;
  }

  .race-rail {
    gap: 8px;
  }

  .race-rail span {
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .btn,
  .watch-link {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
  }

  .race-rail {
    gap: 6px;
  }

  .race-rail span {
    padding: 8px 10px;
    font-size: 0.66rem;
  }

  .feature-grid,
  .schedule-grid,
  .link-card-grid,
  .sponsor-grid,
  .xwr-tier-grid {
    grid-template-columns: 1fr;
  }

  .sponsors-section .sponsor-impact,
  .sponsor-impact,
  .media-reel {
    grid-template-columns: 1fr;
  }

  .media-reel-stack {
    min-height: auto;
  }

  .sponsors-section .sponsor-impact-copy {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .sponsor-impact-photo {
    min-height: 250px;
  }

  .media-reel-main,
  .media-reel-card {
    min-height: 330px;
  }

  .site-footer {
    flex-direction: column;
  }

  .sponsors-section .sponsor-grid {
    width: 100%;
    max-width: 100%;
  }

  .sponsors-section .sponsor-card,
  .sponsors-section .sponsor-card-featured,
  .sponsors-section .sponsor-card:nth-child(2),
  .sponsors-section .sponsor-card:nth-child(3) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .sponsors-section .sponsor-card-featured {
    grid-template-columns: 1fr;
  }

  .sponsors-section .nordic-title-sponsor {
    min-height: 360px;
    background: #061126;
    border-right: 0;
  }

  .sponsors-section .sponsor-card-featured strong,
  .sponsors-section .sponsor-card-featured .sponsor-price,
  .sponsors-section .sponsor-card-featured .sponsor-copy,
  .sponsors-section .sponsor-card-featured .sponsor-action {
    grid-column: 1;
    max-width: 100%;
  }

  .sponsors-section .nordic-title-sponsor::before {
    background-position: center bottom 18px;
    background-size: min(92%, 520px) auto;
    opacity: 0.24;
  }

  .sponsors-section .nordic-title-sponsor::after {
    background:
      linear-gradient(180deg, rgba(6, 17, 38, 0.94) 0%, rgba(6, 17, 38, 0.82) 54%, rgba(6, 17, 38, 0.56) 100%);
  }

  .sponsors-section .nordic-title-sponsor .title-sponsor-copy {
    grid-column: 1;
    max-width: 100%;
  }

  .sponsors-section .sponsor-card-featured .sponsor-price {
    grid-row: auto;
    justify-self: start;
    font-size: clamp(2.4rem, 14vw, 4.2rem);
    overflow-wrap: anywhere;
  }

  .sponsor-actions {
    align-items: stretch;
  }

  .sponsor-main-link {
    width: 100%;
    min-width: 0;
  }

  .form-actions .btn {
    width: 100%;
  }

  .bottom-nav {
    display: grid;
  }
}

@media (max-width: 850px) {
  .sponsors-section .sponsor-program-grid,
  .sponsors-section .sponsor-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: clamp(2.35rem, 12.4vw, 3.55rem);
  }

  .hero-buttons {
    width: 100%;
    align-items: stretch;
  }

  .btn,
  .watch-link {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero::after {
    width: 100vw;
    height: 100px;
    bottom: 6%;
    opacity: 0.58;
  }

  .sponsors-section .sponsor-impact-copy,
  .sponsor-impact-copy {
    padding: 24px;
  }

  .sponsors-section .sponsor-benefit-table {
    min-width: 680px;
  }

  .sponsors-section .sponsor-impact-copy strong,
  .sponsor-impact-copy strong {
    font-size: clamp(1.8rem, 11vw, 3rem);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .media-reel-main,
  .media-reel-card {
    min-height: 270px;
  }

  .media-reel-main figcaption,
  .media-reel-card figcaption,
  .media-reel-video {
    padding: 18px;
  }
}

@media (max-width: 600px) {
  .entry-hero {
    width: calc(100vw - 36px);
    padding: 108px 0 24px;
  }

  .entry-hero h1 {
    font-size: 2.8rem;
    line-height: 0.94;
  }

  .entry-shell {
    width: calc(100vw - 56px);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-section {
    width: 100%;
    padding: 20px 14px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .entry-form-actions .btn {
    width: 100%;
  }

  .entry-page,
  .entry-page main,
  .entry-page section,
  .entry-page form,
  .entry-page fieldset,
  .entry-page label,
  .entry-page input,
  .entry-page select,
  .entry-page textarea {
    max-width: 100%;
  }

  .entry-form input,
  .entry-form select,
  .entry-form textarea {
    width: 100%;
    min-width: 0;
    min-inline-size: 0;
  }

  .hero-overlay {
    width: calc(100vw - 50px);
    padding-left: 14px;
    padding-right: 14px;
    transform: translateY(-14px);
  }

  .eyebrow {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 2.4rem);
    line-height: 0.94;
    transform: none;
    text-shadow:
      0 4px 0 rgba(0, 0, 0, 0.55),
      0 0 22px rgba(0, 0, 0, 0.4);
  }

  .hero-copy {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .race-rail {
    display: grid;
    grid-template-columns: 1fr;
  }

  .race-rail span {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    transform: none;
    font-size: 0.78rem;
  }

  .hero-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons .btn,
  .hero-buttons .watch-link {
    width: calc(100% - 10px);
    min-width: 0;
    align-self: center;
    transform: none;
  }

  .hero::after {
    right: -28%;
    width: 92vw;
  }
}


.live-promo {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 36px clamp(24px, 7vw, 110px);
  background:
    linear-gradient(112deg, rgba(229, 0, 25, 0.92), rgba(255, 90, 22, 0.88) 36%, rgba(6, 16, 38, 0.98) 36.4%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 42px),
    #07152f;
  border-top: 4px solid var(--blue);
  border-bottom: 4px solid var(--orange);
}

.live-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateX(-100%) skewX(-18deg);
  animation: promoFlash 4.6s ease-in-out infinite;
  z-index: 0;
}

.live-promo > * {
  position: relative;
  z-index: 1;
}

.live-promo .section-label {
  margin: 0 0 10px;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.45);
}

.live-promo h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 4.7rem);
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.28);
}

.live-promo p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.live-promo-button {
  white-space: nowrap;
  box-shadow: 0 0 30px rgba(255, 90, 22, 0.62);
}

@media (max-width: 950px) {
  .live-promo {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .live-promo-button {
    justify-self: start;
  }
}


/* Professional entry-form section component: headings sit above cards consistently. */
.entry-form {
  display: grid;
  gap: 38px;
}

.entry-section {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.entry-section > legend {
  position: static;
  display: block;
  float: none;
  width: auto;
  max-width: calc(100% - 48px);
  margin: 0 0 10px 28px;
  padding: 0;
  color: #d64d25;
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.entry-card {
  display: grid;
  gap: 18px;
  width: 100%;
  min-width: 0;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  color: #071022;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.entry-page {
  padding-bottom: calc(112px + env(safe-area-inset-bottom));
}

@media (max-width: 600px) {
  .entry-hero {
    padding-bottom: 20px;
  }

  .entry-shell {
    margin-top: 0;
  }

  .entry-form-status:empty {
    display: none;
  }

  .entry-form {
    gap: 32px;
  }

  .entry-section {
    width: 100%;
    padding: 0;
  }

  .entry-section > legend {
    max-width: calc(100% - 28px);
    margin: 0 0 8px 14px;
    font-size: clamp(1.35rem, 6.4vw, 1.8rem);
    line-height: 0.98;
    letter-spacing: -0.025em;
  }

  .entry-card {
    padding: 28px 16px;
    border-radius: 12px;
  }

  .entry-checks {
    gap: 18px;
  }

  .entry-checks label {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    font-size: 1rem;
    line-height: 1.38;
  }

  .entry-checks input {
    width: 26px;
    height: 26px;
    min-height: 26px;
    margin: 1px 0 0;
  }
}
