:root {
  --red: #b5121b;
  --red-dark: #850c13;
  --ink: #171717;
  --muted: #686868;
  --cream: #f6f1e8;
  --paper: #fffdf9;
  --line: #ded8cf;
  --white: #ffffff;
  --max: 1160px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.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: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  color: var(--white); background: var(--red);
  font-weight: 900; letter-spacing: -1px;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.14);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; letter-spacing: .02em; text-transform: uppercase; }
.brand-copy small { font-size: .73rem; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .92rem; }
.site-nav a:hover { color: var(--red); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; display: block; background: var(--ink); margin: 5px 0; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(181,18,27,.13), transparent 32%),
    linear-gradient(135deg, #fffdf9 0%, #f4ede3 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(23,23,23,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,23,.025) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 64px; align-items: center; position: relative; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; }
.eyebrow-light { color: #ffd7d9; }
h1, h2, h3 { line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3.7rem, 8vw, 7.4rem); margin-bottom: 22px; letter-spacing: -.06em; max-width: 850px; }
h2 { font-size: clamp(2.3rem, 5vw, 4.4rem); letter-spacing: -.045em; margin-bottom: 24px; }
h3 { font-size: 1.35rem; margin-bottom: 10px; }
.hero-lead { font-size: clamp(1.15rem, 2vw, 1.42rem); max-width: 700px; color: #3b3b3b; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 999px; text-decoration: none; font-weight: 850; }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 9px 22px rgba(181,18,27,.25); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border: 1px solid #bcb5aa; background: rgba(255,255,255,.5); }
.button-secondary:hover { background: var(--white); }

.hero-card {
  min-height: 380px; border-radius: 32px; padding: 44px; color: var(--white);
  background: linear-gradient(145deg, #c2141e 0%, #8e0e15 75%);
  display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden;
  box-shadow: var(--shadow); transform: rotate(2deg);
}
.hero-card::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.26); border-radius: 22px; }
.hero-badge { position: absolute; top: 42px; left: 44px; font-size: 4.4rem; font-weight: 1000; letter-spacing: -.08em; z-index: 2; }
.hero-card p { margin: 0; font-size: 1.55rem; font-weight: 850; position: relative; z-index: 2; }
.baseball-seams::before,
.baseball-seams::after {
  content: ""; position: absolute; width: 280px; height: 280px; border: 5px dashed rgba(255,255,255,.2); border-radius: 50%;
}
.baseball-seams::before { top: -120px; right: -70px; }
.baseball-seams::after { bottom: -150px; left: -80px; }

.stats-strip { background: var(--ink); color: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats-grid div { padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.16); display: grid; gap: 2px; }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { font-size: 1rem; }
.stats-grid span { color: #bfbfbf; font-size: .88rem; }

.section { padding: 100px 0; }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.prose { font-size: 1.08rem; color: #333; }
.prose p:first-child { margin-top: 0; }
.note { padding: 18px 20px; border-left: 4px solid var(--red); background: var(--cream); color: #474747; }
.section-dark { background: #171717; color: var(--white); }
.section-intro { color: #bcbcbc; font-size: 1.15rem; max-width: 780px; margin: -5px 0 40px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.info-card { background: #232323; border: 1px solid #343434; border-radius: 22px; padding: 28px; min-height: 260px; }
.info-card p { color: #bcbcbc; margin-bottom: 0; }
.card-number { display: inline-block; color: #ff9ca2; font-size: .78rem; letter-spacing: .15em; font-weight: 900; margin-bottom: 45px; }

.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 160px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.timeline-item > span { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; }
.timeline-item h3 { margin-bottom: 7px; }
.timeline-item p { margin: 0; color: var(--muted); }

.section-accent { background: var(--red); color: var(--white); }
.support-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: start; }
.support-grid > div:first-child p:not(.eyebrow) { color: #ffe8e9; max-width: 700px; font-size: 1.08rem; }
.support-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 24px; padding: 30px; }
.support-card ul { padding-left: 20px; margin: 20px 0; }
.support-card li { margin: 10px 0; }
.support-note { color: #ffd7d9; font-size: .92rem; margin-bottom: 0; }

.site-footer { background: #0f0f0f; color: var(--white); padding: 38px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.site-footer p { color: #a9a9a9; margin: 5px 0 0; }
.footer-right { text-align: right; }
.fine-print { font-size: .78rem; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 90px 0 70px; gap: 40px; }
  .hero-card { min-height: 300px; transform: none; }
  .two-col, .support-grid { grid-template-columns: 1fr; gap: 28px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .menu-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; top: 74px; left: 0; right: 0; background: var(--paper);
    padding: 18px 20px 24px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 18px;
  }
  .site-nav.open { display: flex; }
  h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  h2 { font-size: 2.55rem; }
  .hero { text-align: left; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .section { padding: 72px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 220px; }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; }
  .footer-grid { flex-direction: column; }
  .footer-right { text-align: left; }
  .brand-copy strong { font-size: .92rem; }
}
