:root {
  --ink: #11120f;
  --muted: #5f625a;
  --paper: #f7f3e9;
  --surface: #fffaf0;
  --gold: #d5a83b;
  --gold-dark: #8e681c;
  --green: #216045;
  --green-dark: #0f352b;
  --clay: #b64f37;
  --line: rgba(17, 18, 15, 0.13);
  --shadow: 0 22px 60px rgba(17, 18, 15, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem clamp(1rem, 3vw, 2.5rem);
  background: rgba(17, 18, 15, 0.72);
  color: white;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(213, 168, 59, 0.65);
  color: var(--gold);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.35rem;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand small {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: white;
}

.header-cta,
.button,
.sticky-register,
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.2rem;
  border-radius: 0.45rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header-cta,
.button-primary,
.sticky-register {
  background: var(--gold);
  color: var(--ink);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-image-official {
  object-position: center top;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(17, 18, 15, 0.92), rgba(17, 18, 15, 0.56) 45%, rgba(17, 18, 15, 0.18)),
    linear-gradient(0deg, rgba(17, 18, 15, 0.8), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  padding: 9rem clamp(1.1rem, 4vw, 4rem) 4.5rem;
  color: white;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 0.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.8rem, 13vw, 11rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: 1.7rem;
  line-height: 1.05;
}

.hero-subtitle {
  max-width: 720px;
  margin-bottom: 1.65rem;
  font-size: clamp(1.2rem, 2.3vw, 2rem);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.7rem;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-facts span,
.pill-grid span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  color: white;
  font-weight: 800;
}

.countdown-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1.1rem, 4vw, 4rem);
  background: var(--green-dark);
  color: white;
}

.countdown-band h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(5rem, 1fr));
  gap: 0.7rem;
  min-width: min(520px, 100%);
}

.countdown div {
  display: grid;
  place-items: center;
  min-height: 6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.countdown strong {
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1;
}

.countdown span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.1rem, 4vw, 4rem);
}

.intro-section,
.kit-section,
.sponsor-layout,
.registration-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.84fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.section-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.video-card {
  width: min(100%, 320px);
  justify-self: center;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
  aspect-ratio: 9 / 16;
}

.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-section,
.timeline-section,
.faq-section {
  background: var(--surface);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2.2rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 3rem;
}

.feature-card,
.price-card,
.faq-list details {
  border: 1px solid var(--line);
  background: white;
  border-radius: 0.5rem;
}

.feature-card {
  min-height: 9rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card span {
  color: var(--gold-dark);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}

.route-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: center;
}

.location-photo {
  position: relative;
  min-height: 370px;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.location-photo img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
}

.location-photo figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.8rem;
  border-radius: 0.45rem;
  background: rgba(17, 18, 15, 0.78);
  color: white;
  font-size: 0.8rem;
  font-weight: 900;
}

.kit-section {
  background: var(--green-dark);
  color: white;
}

.kit-section .section-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.kit-artwork {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #11120f;
  box-shadow: var(--shadow);
}

.kit-artwork img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
}

.kit-artwork figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.45rem;
  background: rgba(17, 18, 15, 0.78);
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  min-height: 7rem;
  display: grid;
  align-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  border-top: 4px solid var(--gold);
  background: white;
}

.timeline time {
  font-size: 1.65rem;
  font-weight: 900;
}

.timeline span {
  color: var(--muted);
  font-weight: 700;
}

.audience-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 2rem;
  align-items: center;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pill-grid span {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

.sponsor-section {
  background: #ece5d6;
}

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

.sponsor-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.sponsor-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.sponsor-reach {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(17, 18, 15, 0.1);
  background: rgba(255, 255, 255, 0.52);
}

.sponsor-reach h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.sponsor-reach p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.sponsor-reach strong {
  color: var(--ink);
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.logo-wall span {
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(17, 18, 15, 0.28);
  background: rgba(255, 255, 255, 0.48);
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.logo-wall .sponsor-logo {
  padding: 0.35rem;
  border-style: solid;
  background: #050505;
}

.logo-wall .sponsor-logo-light {
  padding: 0;
  background: #ffffff;
}

.sponsor-logo img {
  width: 100%;
  height: 100%;
  max-height: 90%;
  object-fit: contain;
}

.logo-wall .sponsor-logo-wide img {
  width: 94%;
  max-height: 86%;
}

.logo-wall .sponsor-logo-square img {
  width: 86%;
  height: 86%;
  max-height: 86%;
  object-fit: contain;
}

.registration-section {
  background: var(--ink);
  color: white;
}

.registration-section p {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.price-card {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: white;
}

.price-card.featured {
  border-color: var(--gold);
  background: rgba(213, 168, 59, 0.14);
}

.price-card span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.price-card h3 {
  margin: 0.55rem 0 1.8rem;
  font-size: 2.2rem;
}

.price-card strong {
  font-size: 1.5rem;
}

.button-wide {
  grid-column: 1 / -1;
  width: min(100%, 31rem);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.faq-list details {
  padding: 1.15rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(260px, 1.3fr) minmax(210px, 0.8fr);
  gap: 2rem;
  padding: 3rem clamp(1.1rem, 4vw, 4rem) 6rem;
  background: var(--green-dark);
  color: white;
}

.site-footer p,
.footer-meta {
  color: rgba(255, 255, 255, 0.68);
}

.footer-meta,
.footer-contact {
  display: grid;
  gap: 0.45rem;
}

.footer-contact a {
  color: var(--gold);
  font-weight: 800;
}

.sticky-register {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 30;
  transform: translateX(-50%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
  white-space: nowrap;
}

.back-to-top {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 31;
  width: 2.9rem;
  padding: 0;
  background: rgba(17, 18, 15, 0.86);
  color: white;
  font-size: 1.25rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

@media (max-width: 1000px) {
  .main-nav {
    display: none;
  }

  .feature-grid,
  .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .intro-section,
  .kit-section,
  .route-layout,
  .audience-section,
  .sponsor-layout,
  .registration-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .countdown-band {
    align-items: stretch;
    flex-direction: column;
  }

}

@media (max-width: 680px) {
  .site-header {
    padding: 0.7rem 0.85rem;
  }

  .brand-mark {
    width: 2.25rem;
    height: 2.25rem;
  }

  .header-cta {
    min-height: 2.5rem;
    padding: 0 0.8rem;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    padding: 7rem 1rem 3rem;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 6rem);
  }

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

  .feature-grid,
  .timeline,
  .pricing-grid,
  .faq-list,
  .logo-wall {
    grid-template-columns: 1fr;
  }

  .kit-artwork img {
    aspect-ratio: 0.92;
  }

  .button {
    width: 100%;
  }

  .back-to-top {
    left: 0.8rem;
    bottom: 4.55rem;
    width: 2.65rem;
    min-height: 2.65rem;
  }

  .sticky-register {
    width: calc(100% - 1.6rem);
  }
}
