:root {
  --lime: #b9db27;
  --lime-light: #d8f05c;
  --ink: #11130f;
  --muted: #62685b;
  --cream: #f6f5ee;
  --white: #ffffff;
  --line: rgba(17, 19, 15, 0.12);
  --shadow: 0 30px 80px rgba(19, 28, 5, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 16px 0;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.site-header.scrolled {
  background: rgba(246, 245, 238, .92);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(17, 19, 15, .08);
  padding: 10px 0;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(17,19,15,.08); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { transition: opacity .2s ease, transform .2s ease; }
.main-nav a:hover { opacity: .65; transform: translateY(-1px); }
.nav-cta { background: var(--ink); color: white; padding: 11px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s ease; }

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  position: relative;
  padding: 130px 0 80px;
  background:
    radial-gradient(circle at 85% 15%, rgba(185,219,39,.45), transparent 30%),
    linear-gradient(135deg, #f6f5ee 0%, #f2f3e7 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .19em; color: #668000; }
.eyebrow.dark { color: rgba(17,19,15,.62); }
h1, h2, h3 { margin-top: 0; line-height: 1.05; }
h1 { font-size: clamp(56px, 7vw, 104px); letter-spacing: -.06em; margin-bottom: 28px; }
h1 em, h2 em { font-family: "Playfair Display", serif; font-weight: 700; color: #668000; }
.hero-text { max-width: 600px; font-size: 19px; color: var(--muted); margin-bottom: 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 15px 22px; border-radius: 999px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--lime); color: var(--ink); box-shadow: 0 14px 35px rgba(132,162,4,.25); }
.btn-primary:hover { background: var(--lime-light); box-shadow: 0 18px 42px rgba(132,162,4,.32); }
.btn-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.56); }
.btn-dark { background: var(--ink); color: white; flex-shrink: 0; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-tags span { font-size: 12px; font-weight: 700; border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.42); }

.hero-visual { position: relative; }
.court-card {
  aspect-ratio: 4 / 5;
  max-height: 650px;
  border-radius: 36px;
  background: var(--lime);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.court-lines { position: absolute; inset: 7%; border: 3px solid rgba(255,255,255,.92); }
.court-line { position: absolute; background: rgba(255,255,255,.92); }
.court-line.vertical { width: 3px; top: 0; bottom: 0; left: 50%; }
.court-line.horizontal { height: 3px; left: 0; right: 0; top: 50%; }
.court-line.box { top: 26%; bottom: 26%; width: 25%; border: 3px solid rgba(255,255,255,.92); background: transparent; }
.court-line.box.left { left: 25%; border-right: 0; }
.court-line.box.right { right: 25%; border-left: 0; }
.logo-badge { position: absolute; width: 39%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 8px solid white; box-shadow: 0 15px 45px rgba(38,52,0,.28); background: white; }
.logo-badge img { width: 100%; height: 100%; object-fit: cover; }
.ball { position: absolute; width: 66px; height: 66px; border-radius: 50%; right: 8%; top: 12%; background: #eef7ba; box-shadow: inset -10px -10px 18px rgba(90,110,0,.18), 0 10px 30px rgba(69,86,0,.2); }
.ball::before, .ball::after { content: ""; position: absolute; width: 58px; height: 58px; border: 3px solid rgba(111,135,0,.55); border-radius: 50%; }
.ball::before { left: -31px; top: 4px; }
.ball::after { right: -31px; top: 4px; }
.score-card { position: absolute; left: 7%; bottom: 7%; background: var(--ink); color: white; border-radius: 18px; padding: 16px 18px; box-shadow: 0 15px 35px rgba(17,19,15,.25); }
.score-card small { display: block; color: var(--lime); font-size: 10px; letter-spacing: .18em; margin-bottom: 4px; }
.score-card strong { font-size: 13px; letter-spacing: .08em; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 220px; height: 220px; background: rgba(185,219,39,.16); left: -100px; top: 20%; }
.hero-orb-two { width: 90px; height: 90px; border: 20px solid rgba(185,219,39,.25); right: 7%; bottom: 7%; }

.section { padding: 110px 0; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-heading h2, .section-top h2, .contact h2 { font-size: clamp(40px, 5vw, 70px); letter-spacing: -.055em; margin-bottom: 0; }
.intro-copy { font-size: 19px; color: var(--muted); padding-top: 34px; }
.intro-copy p { margin: 0 0 20px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; margin-top: 8px; border-bottom: 2px solid var(--lime); padding-bottom: 4px; }

.training { background: var(--ink); color: white; }
.training .eyebrow { color: var(--lime); }
.section-top { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-top p:last-child { color: rgba(255,255,255,.62); font-size: 17px; margin: 0; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 310px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; background: rgba(255,255,255,.03); transition: transform .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(185,219,39,.55); }
.feature-card.featured { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.card-number { position: absolute; align-self: flex-start; top: auto; transform: translateY(-205px); font-size: 12px; font-weight: 800; letter-spacing: .14em; opacity: .6; }
.feature-card h3 { font-size: 28px; margin-bottom: 14px; }
.feature-card p { margin: 0; color: rgba(255,255,255,.64); }
.feature-card.featured p { color: rgba(17,19,15,.68); }

.quote-section { background: var(--lime); }
.quote-wrap { text-align: center; max-width: 920px; }
.quote-mark { display: block; font-family: "Playfair Display", serif; font-size: 90px; line-height: .6; margin-bottom: 30px; }
blockquote { font-family: "Playfair Display", serif; font-size: clamp(34px, 5vw, 60px); line-height: 1.14; margin: 0; }
.quote-line { width: 60px; height: 2px; background: var(--ink); margin: 34px auto 18px; }
.quote-wrap p { font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }

.contact { background: var(--cream); }
.contact-card { background: white; border-radius: 34px; padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: 0 24px 70px rgba(17,19,15,.08); }
.contact-card > div { max-width: 720px; }
.contact-card h2 { font-size: clamp(38px, 4.5vw, 64px); margin-bottom: 20px; }
.contact-card p:last-child { color: var(--muted); font-size: 17px; margin-bottom: 0; }

footer { background: var(--ink); color: white; padding: 32px 0; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.footer-brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.footer-wrap p { color: rgba(255,255,255,.55); }
.footer-wrap > a:last-child { color: var(--lime); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .main-nav { position: absolute; top: 74px; left: 20px; right: 20px; background: rgba(246,245,238,.98); border-radius: 20px; padding: 20px; flex-direction: column; align-items: stretch; gap: 10px; box-shadow: 0 20px 50px rgba(17,19,15,.15); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 10px 12px; }
  .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { padding-top: 125px; }
  .hero-visual { max-width: 580px; width: 100%; margin-inline: auto; }
  .split-layout, .section-top { grid-template-columns: 1fr; gap: 28px; }
  .intro-copy { padding-top: 0; }
  .cards-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 240px; }
  .card-number { transform: translateY(-140px); }
  .contact-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand span { display: none; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-tags { gap: 8px; }
  .court-card { border-radius: 26px; }
  .section { padding: 80px 0; }
  .contact-card { padding: 34px 24px; border-radius: 24px; }
  .footer-wrap { flex-direction: column; text-align: center; }
}
