:root {
  --ink: #111313;
  --paper: #f3f0e8;
  --cream: #fbf9f3;
  --lime: #d8ff54;
  --orange: #ff5c35;
  --muted: #6b6c67;
  --line: rgba(17, 19, 19, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 10; min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: rgba(251,249,243,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; letter-spacing: .12em; }
.brand b { font-weight: 800; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font: 800 17px Georgia, serif; }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.nav-cta { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 100px; }

.hero { min-height: 720px; padding: 100px 7vw 70px; background: radial-gradient(circle at 82% 18%, rgba(216,255,84,.7), transparent 27%), var(--paper); border-bottom: 1px solid var(--line); }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
h1 { max-width: 980px; margin: 24px 0; font: 500 clamp(54px, 8.3vw, 118px)/.9 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
h1 em { color: var(--orange); font-weight: 400; }
.hero-copy { max-width: 700px; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; color: #353733; }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 48px; }
.button { padding: 15px 22px; border-radius: 100px; font-size: 14px; font-weight: 750; }
.button.primary { background: var(--ink); color: white; }
.button.secondary { border: 1px solid var(--ink); }

.search-card { max-width: 1100px; display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; align-items: stretch; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 45px rgba(17,19,19,.08); }
.search-card > div { padding: 12px 22px; border-right: 1px solid var(--line); }
.label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.search-card button { border: 0; border-radius: 11px; padding: 0 22px; color: #777; background: #e9e9e4; font-weight: 700; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); padding: 30px 7vw; border-bottom: 1px solid var(--line); background: white; }
.stats div { padding: 10px 26px; border-right: 1px solid var(--line); }
.stats div:last-child { border-right: 0; }
.stats strong, .stats span { display: block; }
.stats strong { font: 600 22px Georgia, serif; }
.stats span { margin-top: 5px; color: var(--muted); font-size: 13px; }

.section { padding: 110px 7vw; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .manifesto h2 { margin: 16px 0; font: 500 clamp(40px, 5vw, 72px)/1 Georgia, serif; letter-spacing: -.04em; }
.section-heading p, .manifesto p { max-width: 690px; font-size: 18px; line-height: 1.65; color: var(--muted); }
.kicker { color: var(--orange); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { min-height: 240px; padding: 30px 34px 24px 0; border-right: 1px solid var(--line); }
.steps article + article { padding-left: 34px; }
.steps span, .sports-grid span { color: var(--orange); font: 600 13px ui-monospace, monospace; }
.steps h3, .sports-grid h3 { margin: 50px 0 12px; font: 500 29px Georgia, serif; }
.steps p, .sports-grid p { color: var(--muted); line-height: 1.6; }

.dark-section { padding: 110px 7vw; color: white; background: var(--ink); }
.light .kicker { color: var(--lime); }
.sports-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.sports-grid article { min-height: 300px; padding: 28px 28px 20px 0; border-right: 1px solid rgba(255,255,255,.22); }
.sports-grid article + article { padding-left: 28px; }
.sports-grid span { color: var(--lime); }
.sports-grid p { color: rgba(255,255,255,.65); }

.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { min-height: 360px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); background: white; }
.event-card.accent { background: var(--lime); }
.event-top, .event-meta { display: flex; align-items: center; justify-content: space-between; }
.event-top span { padding: 7px 10px; border-radius: 99px; background: var(--ink); color: white; font-size: 11px; text-transform: uppercase; }
.event-card h3 { margin: 78px 0 14px; font: 500 32px/1.05 Georgia, serif; }
.event-card p { color: var(--muted); line-height: 1.6; }
.event-meta { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; }

.manifesto { padding: 120px 7vw; background: var(--paper); border-top: 1px solid var(--line); }
.manifesto h2 { max-width: 1050px; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 50px; padding: 55px 7vw 40px; color: white; background: var(--ink); }
.footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
footer p { color: rgba(255,255,255,.62); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: 13px; }
.disclosure { grid-column: 1 / -1; max-width: 820px; font-size: 12px; line-height: 1.6; }
footer small { grid-column: 1 / -1; color: rgba(255,255,255,.42); }

.legal-page { max-width: 850px; margin: 0 auto; padding: 90px 24px 120px; }
.legal-page h1 { font-size: clamp(44px, 7vw, 78px); }
.legal-page h2 { margin-top: 38px; font: 500 28px Georgia, serif; }
.legal-page p, .legal-page li { color: #4d4f4a; line-height: 1.75; }
.back-link { display: inline-block; margin-bottom: 28px; font-weight: 700; }

@media (max-width: 850px) {
  nav a:not(.nav-cta) { display: none; }
  .site-header { min-height: 66px; }
  .hero { min-height: auto; padding: 70px 6vw 50px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .search-card { grid-template-columns: 1fr; }
  .search-card > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .search-card button { min-height: 54px; margin-top: 8px; }
  .stats, .steps, .sports-grid, .event-grid, footer { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article, .steps article + article, .sports-grid article, .sports-grid article + article { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section, .dark-section, .manifesto { padding: 78px 6vw; }
  .footer-links { justify-content: flex-start; }
}
