:root {
  --navy: #071b3a;
  --navy-2: #0d2b56;
  --red: #d51e2b;
  --white: #ffffff;
  --off-white: #f4f6f9;
  --gray: #657084;
  --line: #dfe4ec;
  --ink: #111827;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,27,58,.96); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: white; font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .06em; }
.brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; border: 2px solid white; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: white; text-decoration: none; font-size: .92rem; font-weight: 600; }
.main-nav a:hover { color: #ff7d86; }
.nav-cta { border: 1px solid rgba(255,255,255,.45); padding: 10px 14px; border-radius: 3px; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; font-size: 1.6rem; }
.hero { position: relative; overflow: hidden; color: white; background:
  radial-gradient(circle at 75% 20%, rgba(213,30,43,.32), transparent 28%),
  linear-gradient(115deg, #06162f 0%, #0b2850 60%, #06162f 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; background-image:
  linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 42px 42px; opacity: .45;
}
.hero-grid { position: relative; min-height: 760px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding: 90px 0; }
.eyebrow, .section-kicker { margin: 0 0 15px; color: var(--red); font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .14em; font-size: .93rem; }
.hero h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: 1.02; margin-top: 0; }
.hero h1 { font-size: clamp(3.6rem, 7.5vw, 7rem); text-transform: uppercase; max-width: 850px; margin-bottom: 24px; letter-spacing: -.025em; }
.hero-lead { max-width: 690px; color: #dce5f3; font-size: 1.2rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; text-decoration: none; text-transform: uppercase; font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .06em; border-radius: 3px; border: 2px solid transparent; cursor: pointer; font-size: 1rem; }
.button.primary { background: var(--red); color: white; }
.button.primary:hover { background: #b91420; }
.button.secondary { border-color: white; color: white; background: transparent; }
.button.secondary:hover { background: white; color: var(--navy); }
.button.secondary.dark { border-color: var(--navy); color: var(--navy); }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.hero-meta div { border-left: 3px solid var(--red); padding-left: 14px; }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; text-transform: uppercase; }
.hero-meta span { color: #aebcd1; font-size: .82rem; }
.hero-logo-card { background: rgba(255,255,255,.97); padding: 28px; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.32); transform: rotate(1.2deg); }
.hero-logo-card img { width: 100%; }
.hero-logo-card p { color: var(--navy); text-align: center; margin: 16px 0 4px; font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hero-logo-card span { color: var(--red); }
.cred-strip { background: var(--red); color: white; }
.cred-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.cred-grid div { padding: 22px; text-align: center; border-right: 1px solid rgba(255,255,255,.28); }
.cred-grid div:last-child { border-right: 0; }
.cred-grid strong, .cred-grid span { display: block; }
.cred-grid strong { font-family: "Barlow Condensed", sans-serif; font-size: 2rem; line-height: 1; }
.cred-grid span { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.section { padding: 105px 0; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
h2 { font-size: clamp(2.7rem, 5vw, 4.7rem); text-transform: uppercase; color: var(--navy); margin-bottom: 24px; }
h3 { font-size: 1.7rem; color: var(--navy); margin-bottom: 14px; }
.prose { font-size: 1.08rem; color: #344054; }
.prose p:first-child { margin-top: 0; }
.dark-section { background: var(--navy); }
.light { color: white !important; }
.feature-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 28px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); min-height: 245px; }
.feature-card > span { color: var(--red); font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .08em; }
.feature-card h3 { color: white; margin-top: 30px; }
.feature-card p { color: #b8c4d7; margin-bottom: 0; }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.detail-card { border: 1px solid var(--line); padding: 34px; background: white; box-shadow: 0 12px 35px rgba(7,27,58,.06); }
.detail-card.accent { border-top: 6px solid var(--red); }
.detail-card .big { font-family: "Barlow Condensed", sans-serif; color: var(--navy); font-size: 2rem; font-weight: 800; text-transform: uppercase; margin: 0 0 8px; }
.detail-card a { color: var(--red); font-weight: 700; }
.roster-section { background: var(--off-white); }
.roster-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin-top: 48px; }
.roster-grid div { text-align: center; background: white; border-bottom: 4px solid var(--navy); padding: 26px 10px; }
.roster-grid strong, .roster-grid span { display: block; }
.roster-grid strong { font-family: "Barlow Condensed", sans-serif; font-size: 2.8rem; color: var(--red); line-height: 1; }
.roster-grid span { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: var(--navy); margin-top: 9px; }
.roster-total { text-align: center; margin: 28px 0 0; font-size: 1.1rem; }
.coaches-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.muted { color: #b8c4d7; max-width: 600px; }
.coach-placeholder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.coach-placeholder-grid div { min-height: 160px; border: 1px dashed rgba(255,255,255,.28); color: rgba(255,255,255,.45); display: grid; place-items: center; text-align: center; font-family: "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.selection-section { background: white; }
.selection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.selection-grid article { border: 1px solid var(--line); padding: 34px; }
.step { font-family: "Barlow Condensed", sans-serif; color: var(--red); font-weight: 800; }
.form-section { background: var(--off-white); }
.form-section.alt { background: white; }
.form-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.event-form { background: white; border: 1px solid var(--line); padding: 34px; box-shadow: 0 16px 40px rgba(7,27,58,.06); }
.alt .event-form { background: var(--off-white); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
label { display: block; color: var(--navy); font-weight: 700; font-size: .9rem; margin-bottom: 18px; }
input, select, textarea { width: 100%; margin-top: 8px; border: 1px solid #cbd3df; padding: 13px 14px; font: inherit; background: white; border-radius: 2px; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(213,30,43,.22); border-color: var(--red); }
.check { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.check input { width: auto; margin-top: 4px; }
.form-note { color: var(--gray); font-size: .82rem; margin-bottom: 0; }
.hidden { display: none; }
.faq-list { border-top: 1px solid var(--line); margin-top: 40px; }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-family: "Barlow Condensed", sans-serif; font-weight: 800; color: var(--navy); font-size: 1.35rem; }
details p { color: #4a5568; max-width: 800px; }
.final-cta { padding: 90px 0; text-align: center; color: white; background: linear-gradient(120deg, var(--navy), var(--navy-2)); }
.final-cta h2 { color: white; }
.final-cta .hero-actions { justify-content: center; }
footer { background: #031127; color: #c3cfdf; padding: 55px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.footer-grid img { width: 92px; background: white; border-radius: 4px; margin-bottom: 14px; }
.footer-grid strong { color: white; font-family: "Barlow Condensed", sans-serif; font-size: 1.3rem; text-transform: uppercase; }
.footer-grid a { color: white; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 18px; font-size: .78rem; }
@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--navy); padding: 18px 20px 26px; flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .coaches-layout, .form-shell { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 40px; padding: 72px 0; }
  .hero-logo-card { max-width: 620px; }
  .feature-grid, .selection-grid { grid-template-columns: repeat(2, 1fr); }
  .roster-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand span { display: none; }
  .hero h1 { font-size: 3.4rem; }
  .hero-meta, .cred-grid, .feature-grid, .details-grid, .selection-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-meta { gap: 14px; }
  .cred-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .section { padding: 76px 0; }
  .split, .form-shell { gap: 34px; }
  .roster-grid { grid-template-columns: repeat(2, 1fr); }
  .coach-placeholder-grid { grid-template-columns: 1fr; }
  .event-form { padding: 22px; }
}
