:root {
  --ink: #0a0a0a;
  --ink-soft: #141414;
  --paper: #f4f2ed;
  --white: #ffffff;
  --orange: #ff5c18;
  --orange-dark: #d94308;
  --lime: #d8ff3e;
  --muted: #757575;
  --line-dark: rgba(10, 10, 10, 0.16);
  --line-light: rgba(255, 255, 255, 0.17);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --container: 1180px;
  --radius: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 2000; background: var(--white); color: var(--ink); padding: 12px 18px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; padding: 17px 0; color: var(--white); transition: background .3s, border-color .3s, padding .3s; border-bottom: 1px solid transparent; }
.site-header.scrolled { padding: 11px 0; background: rgba(7, 7, 7, .9); border-color: var(--line-light); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-name { font-family: var(--display); font-size: 1.35rem; line-height: 1; letter-spacing: -.06em; }
.brand-name > span { color: var(--orange); }
.brand-ball { position: relative; width: 30px; height: 30px; border: 2px solid var(--orange); border-radius: 50%; overflow: hidden; transform: rotate(-13deg); }
.brand-ball::before, .brand-ball::after, .brand-ball span { content: ""; position: absolute; display: block; }
.brand-ball::before { width: 2px; background: var(--orange); height: 34px; left: 13px; top: -4px; }
.brand-ball::after { height: 2px; background: var(--orange); width: 34px; top: 13px; left: -4px; }
.brand-ball span { width: 25px; height: 34px; border: 2px solid var(--orange); border-radius: 50%; top: -4px; left: 12px; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 800; letter-spacing: .03em; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active { color: var(--white); }
.site-nav .nav-cta { padding: 10px 17px; background: var(--orange); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; position: relative; cursor: pointer; }
.menu-toggle span { position: absolute; width: 24px; height: 2px; background: var(--white); left: 10px; transition: transform .25s, opacity .25s; }
.menu-toggle span:nth-child(1) { top: 13px; }.menu-toggle span:nth-child(2) { top: 21px; }.menu-toggle span:nth-child(3) { top: 29px; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }.menu-toggle.is-open span:nth-child(2) { opacity: 0; }.menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero { position: relative; min-height: 820px; padding: 160px 0 0; overflow: hidden; color: var(--white); background: radial-gradient(circle at 73% 31%, #343434 0, #181818 27%, #090909 59%), #090909; }
.hero::after { content: "HOOPIQ"; position: absolute; left: -20px; bottom: 7px; font: 12.5vw/.75 var(--display); letter-spacing: -.09em; color: rgba(255,255,255,.025); white-space: nowrap; }
.hero-noise { position: absolute; inset: 0; opacity: .1; background: repeating-radial-gradient(circle at 20% 30%, transparent 0 2px, rgba(255,255,255,.08) 2px 3px, transparent 3px 7px); background-size: 19px 17px; pointer-events: none; mix-blend-mode: soft-light; }
.hero-court { position: absolute; inset: 0 0 0 52%; opacity: .22; }
.hero-court::before { content: ""; position: absolute; width: 590px; height: 590px; border: 2px solid var(--white); border-radius: 50%; top: 90px; left: 80px; }
.court-center { position: absolute; width: 180px; height: 180px; border: 2px solid var(--white); border-radius: 50%; top: 295px; left: 285px; }
.court-arc { position: absolute; width: 270px; height: 475px; border: 2px solid var(--white); border-right: 0; border-radius: 260px 0 0 260px; top: 145px; right: -2px; }
.court-lane { position: absolute; width: 250px; height: 185px; border: 2px solid var(--white); border-right: 0; top: 290px; right: -2px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; min-height: 530px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.64); font-size: .72rem; letter-spacing: .18em; font-weight: 800; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #656565; }
.hero h1, .section-heading h2, .impact h2, .registration h2 { margin: 0; font-family: var(--display); text-transform: uppercase; letter-spacing: -.055em; line-height: .94; }
.hero h1 { max-width: 800px; font-size: clamp(3.15rem, 6.4vw, 6.35rem); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.72); font-size: clamp(1.02rem, 1.6vw, 1.2rem); margin: 29px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 36px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 56px; padding: 0 24px; border: 2px solid transparent; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; transition: transform .2s, background .2s, color .2s; }
.btn:hover, .btn:focus-visible { transform: translateY(-3px); }
.btn-primary { background: var(--orange); color: var(--white); }.btn-primary:hover { background: #ff7439; }
.text-link { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; border-bottom: 1px solid rgba(255,255,255,.42); padding: 9px 0; }
.text-link span { margin-left: 8px; color: var(--orange); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 43px; }
.hero-tags span { border: 1px solid var(--line-light); color: rgba(255,255,255,.62); padding: 6px 11px; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-board { position: relative; border: 1px solid rgba(255,255,255,.22); background: rgba(12,12,12,.67); backdrop-filter: blur(8px); padding: 24px; transform: rotate(1.2deg); box-shadow: 30px 35px 80px rgba(0,0,0,.35); }
.hero-board::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.board-topline, .board-footer { display: flex; justify-content: space-between; gap: 20px; font-size: .55rem; font-weight: 800; letter-spacing: .14em; color: rgba(255,255,255,.5); }
.live-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; background: var(--lime); border-radius: 50%; margin-right: 7px; box-shadow: 0 0 12px var(--lime); }
.board-score { display: flex; justify-content: space-between; gap: 25px; align-items: end; padding: 29px 0 19px; border-bottom: 1px solid var(--line-light); }
.board-score small { display: block; font-size: .57rem; color: var(--orange); font-weight: 800; letter-spacing: .16em; }
.board-score strong { display: block; margin-top: 7px; font: 1rem var(--display); letter-spacing: -.04em; }
.board-score strong span { color: var(--orange); padding: 0 4px; }
.board-number { font: 3.8rem/.8 var(--display); color: rgba(255,255,255,.15); }
.play-diagram { position: relative; height: 225px; overflow: hidden; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 30px 30px; }
.play-diagram svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: var(--orange); stroke-width: 3; }
.play-diagram svg .dashed { stroke: rgba(255,255,255,.58); stroke-dasharray: 8 8; }
.player { position: absolute; z-index: 2; display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid var(--white); background: #111; border-radius: 50%; font: .75rem var(--display); }
.p1 { left: 9%; bottom: 15%; }.p2 { left: 31%; bottom: 12%; }.p3 { left: 50%; top: 18%; }.p4 { right: 17%; top: 23%; }.p5 { right: 8%; bottom: 16%; }
.board-footer { padding-top: 18px; border-top: 1px solid var(--line-light); }
.board-footer b { color: var(--orange); margin-right: 5px; }
.camp-strip { position: relative; z-index: 2; margin-top: 60px; min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); color: var(--ink); box-shadow: 0 20px 55px rgba(0,0,0,.22); }
.camp-strip > div { padding: 22px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line-dark); }
.camp-strip > div:last-child { border: 0; background: var(--orange); color: var(--white); }
.camp-strip span, .info-grid small { font-size: .61rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: var(--muted); }
.camp-strip > div:last-child span { color: rgba(255,255,255,.68); }
.camp-strip strong { margin-top: 4px; font-size: .85rem; line-height: 1.25; }

.section-heading h2 { font-size: clamp(2.55rem, 5.6vw, 5.3rem); max-width: 900px; }
.section-heading.light h2 { color: var(--white); }.section-heading.light .eyebrow { color: rgba(255,255,255,.56); }
.intro { padding-top: 165px; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: start; }
.intro-copy { padding-top: 52px; }
.intro-copy p { color: #555; margin: 0 0 22px; }
.intro-copy .lead { color: var(--ink); font-size: 1.25rem; font-weight: 700; line-height: 1.5; }
.ratio-bar { display: grid; grid-template-columns: 4fr 1fr; height: 55px; margin-top: 37px; color: var(--white); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.ratio-bar span { display: flex; align-items: center; padding: 0 16px; background: var(--orange); }
.ratio-bar span:last-child { color: var(--ink); background: #dad7d0; justify-content: center; text-align: center; }

.program { color: var(--white); background: var(--ink); }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; margin-top: 60px; }
.feature-card { position: relative; min-height: 560px; border: 1px solid var(--line-light); padding: 35px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink-soft); }
.feature-index { position: absolute; right: 26px; top: 21px; font: 5rem var(--display); color: rgba(255,255,255,.05); }
.feature-primary { background: radial-gradient(circle at 30% 15%, #373737, #151515 52%); }
.skill-rings { position: absolute; left: 38px; top: 53px; width: 280px; height: 280px; }
.skill-rings span { position: absolute; inset: 0; border: 1px solid rgba(255,92,24,.55); border-radius: 50%; }
.skill-rings span:nth-child(2) { inset: 40px; border-color: rgba(255,255,255,.24); }.skill-rings span:nth-child(3) { inset: 80px; border-width: 8px; border-color: var(--orange); }
.feature-copy { position: relative; z-index: 2; }
.card-label { color: var(--orange); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.feature-card h3 { margin: 9px 0 15px; max-width: 650px; font: clamp(1.9rem, 3vw, 3.25rem)/1.04 var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.feature-card p:not(.card-label) { max-width: 610px; color: rgba(255,255,255,.61); }
.tag-list { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 25px 0 0; }
.tag-list li, .award-row span { border: 1px solid var(--line-light); padding: 6px 10px; color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.feature-competition { background: var(--orange); }
.feature-competition .card-label { color: var(--ink); }.feature-competition p:not(.card-label) { color: rgba(255,255,255,.75); }
.score-card { position: absolute; top: 40px; left: 35px; padding: 20px; width: 180px; aspect-ratio: 1; background: var(--ink); transform: rotate(-4deg); box-shadow: 15px 18px 0 rgba(0,0,0,.13); }
.score-card small { color: var(--orange); font-size: .5rem; letter-spacing: .15em; }.score-card strong { display: block; margin-top: 18px; font: 2rem/.9 var(--display); }.score-card span { position: absolute; right: 15px; bottom: 10px; color: var(--lime); font: 1.4rem var(--display); }
.award-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; }.award-row span { border-color: rgba(255,255,255,.4); }

.iq-section { background: var(--white); }
.iq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.iq-copy h2 { font: clamp(2.6rem, 5vw, 4.8rem)/.96 var(--display); text-transform: uppercase; letter-spacing: -.055em; margin: 0; }
.iq-copy .lead { font-size: 1.08rem; font-weight: 700; margin: 25px 0 35px; }
.check-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-dark); }
.check-list li { display: flex; gap: 17px; align-items: center; border-bottom: 1px solid var(--line-dark); padding: 17px 0; }
.check-list > li > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .58rem; font-weight: 800; }
.check-list b, .check-list small { display: block; }.check-list b { text-transform: uppercase; font-size: .8rem; }.check-list small { color: var(--muted); margin-top: 2px; }
.analytics-lab { border: 1px solid var(--line-dark); background: #f1efe9; padding: 18px; box-shadow: 18px 18px 0 var(--ink); }
.lab-header { display: flex; justify-content: space-between; background: var(--ink); color: var(--white); padding: 13px 15px; font-size: .56rem; font-weight: 800; letter-spacing: .15em; }
.lab-header span:first-child { color: var(--orange); }
.lab-grid { display: grid; grid-template-columns: 1fr 150px; gap: 12px; padding-top: 12px; }
.shot-chart { min-height: 420px; background: #dfdcd4; padding: 13px; }
.mini-court { position: relative; height: 360px; border: 2px solid #a9a69f; overflow: hidden; }
.mini-hoop, .mini-key, .mini-arc { position: absolute; left: 50%; transform: translateX(-50%); }
.mini-hoop { top: 20px; width: 40px; border-top: 4px solid var(--ink); }.mini-key { top: 0; width: 145px; height: 150px; border: 2px solid #a9a69f; }.mini-arc { top: 90px; width: 285px; height: 230px; border: 2px solid #a9a69f; border-radius: 0 0 150px 150px; border-top: 0; }
.shot { position: absolute; z-index: 2; display: grid; place-items: center; width: 23px; height: 23px; font-style: normal; font-size: .8rem; border-radius: 50%; }
.shot.made { color: var(--white); background: var(--orange); }.shot.miss { color: var(--white); background: var(--ink); }
.s1 { left: 18%; top: 19%; }.s2 { left: 38%; top: 31%; }.s3 { right: 34%; top: 25%; }.s4 { right: 12%; top: 15%; }.s5 { left: 23%; bottom: 25%; }.s6 { right: 25%; bottom: 19%; }.s7 { left: 47%; top: 47%; }.s8 { left: 6%; top: 49%; }.s9 { right: 5%; bottom: 34%; }
.chart-legend { display: flex; gap: 18px; padding: 12px 0 0; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.chart-legend i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 5px; }.made-dot { background: var(--orange); }.miss-dot { background: var(--ink); }
.stat-stack { display: grid; gap: 12px; }
.stat-box { display: flex; flex-direction: column; justify-content: center; background: var(--white); border: 1px solid var(--line-dark); padding: 14px; }
.stat-box.orange { background: var(--orange); color: var(--white); border-color: var(--orange); }
.stat-box small { font-size: .52rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--muted); }.stat-box.orange small { color: rgba(255,255,255,.7); }
.stat-box strong { font: 2.35rem/1 var(--display); letter-spacing: -.05em; margin: 7px 0; }.stat-box strong span { color: var(--orange); font-size: 1.1rem; }.stat-box.orange strong span { color: inherit; }
.stat-box em { font-style: normal; color: var(--muted); font-size: .58rem; font-weight: 800; text-transform: uppercase; }.stat-box.orange em { color: rgba(255,255,255,.7); }.stat-box .small-stat { font-size: 1.35rem; line-height: .9; }
.lab-note { margin: 15px 3px 0; color: var(--muted); font-size: .67rem; }

.camp-day { background: #111; color: var(--white); }
.section-note { color: rgba(255,255,255,.55); margin-top: 23px; }
.timeline { list-style: none; padding: 0; margin: 65px 0 0; border-top: 1px solid var(--line-light); }
.timeline li { display: grid; grid-template-columns: 110px .8fr 1fr; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line-light); transition: background .25s, padding .25s; }
.timeline li:hover { background: rgba(255,255,255,.035); padding-inline: 20px; }
.timeline-num { font: 2rem var(--display); color: var(--orange); }
.timeline small { color: var(--orange); font-size: .56rem; font-weight: 800; letter-spacing: .15em; }
.timeline h3 { margin: 4px 0 0; font: clamp(1.25rem, 2.2vw, 2rem)/1 var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.timeline p { color: rgba(255,255,255,.56); max-width: 480px; justify-self: end; }

.coaches { background: var(--paper); }
.coach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.coach-panel { min-height: 340px; padding: 42px; border: 1px solid var(--line-dark); background: var(--white); display: grid; grid-template-columns: 130px 1fr; gap: 35px; align-items: center; }
.coach-mark { display: grid; place-items: center; width: 130px; height: 170px; background: var(--ink); color: var(--orange); font: 3rem var(--display); transform: rotate(-3deg); box-shadow: 10px 10px 0 var(--orange); }
.coach-panel h3 { margin: 0 0 12px; font: 1.5rem/1.05 var(--display); text-transform: uppercase; }
.coach-panel p { color: var(--muted); margin: 0; }

.impact { position: relative; overflow: hidden; background: var(--orange); color: var(--white); }
.impact-court { position: absolute; width: 580px; height: 580px; border: 2px solid rgba(255,255,255,.19); border-radius: 50%; right: -180px; top: -170px; }
.impact-court::after { content: ""; position: absolute; inset: 150px; border: 2px solid rgba(255,255,255,.19); border-radius: 50%; }
.impact-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; }
.impact .eyebrow { color: rgba(255,255,255,.7); }.impact .eyebrow > span { background: var(--ink); }
.impact h2 { font-size: clamp(3.3rem, 7vw, 7rem); }.impact h2 em { color: var(--ink); }
.impact-lead { color: var(--white); font-size: clamp(1.2rem, 2vw, 1.7rem); font-weight: 800; line-height: 1.35; }
.impact-copy > p:not(.impact-lead) { color: rgba(255,255,255,.78); }
.impact-rule { display: flex; align-items: center; gap: 15px; margin-top: 38px; font-size: .58rem; letter-spacing: .12em; font-weight: 800; }.impact-rule i { flex: 1; height: 1px; background: rgba(255,255,255,.45); }

.camp-info { background: var(--paper); }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark); margin-top: 55px; background: var(--white); }
.info-grid article { min-height: 180px; padding: 25px; border-right: 1px solid var(--line-dark); position: relative; display: flex; flex-direction: column; justify-content: end; }
.info-grid article:nth-child(4) { border-right: 0; }.info-grid .contact-card { grid-column: span 4; min-height: 130px; border-top: 1px solid var(--line-dark); border-right: 0; background: var(--ink); color: var(--white); }
.info-grid article > span { position: absolute; right: 18px; top: 15px; color: #d6d3cb; font: 2.8rem var(--display); }.info-grid .contact-card > span { color: rgba(255,255,255,.12); }
.info-grid strong { margin-top: 8px; font: 1rem/1.25 var(--display); text-transform: uppercase; }.info-grid .contact-card small { color: var(--orange); }
.info-note { color: var(--muted); font-size: .75rem; margin-top: 18px; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.accordion { border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; border: 0; background: transparent; color: var(--ink); padding: 0; cursor: pointer; font-size: .95rem; font-weight: 800; }
.faq-item button i { position: relative; flex: 0 0 22px; height: 22px; }.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; background: var(--orange); }.faq-item button i::before { width: 18px; height: 2px; top: 10px; left: 2px; }.faq-item button i::after { height: 18px; width: 2px; left: 10px; top: 2px; transition: transform .2s; }.faq-item button[aria-expanded="true"] i::after { transform: rotate(90deg); }
.faq-answer p { color: var(--muted); padding: 0 45px 27px 0; margin: 0; }

.registration { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding: 130px 0; text-align: center; }
.registration-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 60px 60px; transform: perspective(500px) rotateX(60deg) scale(1.8); transform-origin: bottom; }
.registration-inner { position: relative; z-index: 1; }.registration .eyebrow { justify-content: center; }.registration h2 { font-size: clamp(3rem, 7vw, 7rem); }.registration p:not(.eyebrow):not(.registration-note) { color: rgba(255,255,255,.65); font-size: 1.05rem; }
.btn-light { margin-top: 22px; background: var(--white); color: var(--ink); }.btn-light:hover { background: var(--orange); color: var(--white); }
.registration-note { min-height: 24px; margin: 15px 0 0; color: var(--orange); font-size: .72rem; }

.site-footer { background: #050505; color: var(--white); padding: 50px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line-light); padding-bottom: 40px; }.footer-main > p { color: rgba(255,255,255,.48); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }.footer-contact { justify-self: end; color: var(--orange); font-size: .75rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; color: rgba(255,255,255,.35); font-size: .62rem; text-transform: uppercase; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-nav { gap: 16px; }.site-nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; }.hero { padding-top: 150px; }.hero-board { max-width: 680px; }.hero-court { left: 25%; }
  .intro-grid, .iq-grid, .impact-grid, .faq-grid, .coach-grid { grid-template-columns: 1fr; gap: 50px; }.intro-copy { padding-top: 0; max-width: 750px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 520px; }.feature-competition { min-height: 470px; }
  .iq-copy { max-width: 700px; }.analytics-lab { max-width: 760px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }.section { padding: 78px 0; }
  .site-header { padding: 12px 0; }.site-nav { display: none; position: fixed; inset: 69px 0 0; background: rgba(7,7,7,.98); padding: 30px 24px; flex-direction: column; align-items: stretch; }.site-nav.is-open { display: flex; }.site-nav a, .site-nav a:not(.nav-cta) { display: block; padding: 13px 0; font-size: 1rem; }.site-nav .nav-cta { margin-top: 10px; text-align: center; padding: 15px; }.menu-toggle { display: block; }
  .hero { min-height: auto; padding: 125px 0 0; }.hero-grid { gap: 55px; }.hero h1 { font-size: clamp(2.9rem, 14.3vw, 4.6rem); }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-board { padding: 17px; }.board-topline, .board-footer { font-size: .46rem; }.play-diagram { height: 185px; }.board-footer { flex-direction: column; gap: 7px; }.board-number { font-size: 3rem; }
  .camp-strip { grid-template-columns: 1fr 1fr; margin-top: 70px; }.camp-strip > div { min-height: 95px; padding: 17px; border-bottom: 1px solid var(--line-dark); }.camp-strip > div:nth-child(2) { border-right: 0; }.camp-strip > div:nth-child(3) { border-bottom: 0; }
  .intro { padding-top: 90px; }.section-heading h2 { font-size: clamp(2.45rem, 12vw, 4rem); }.ratio-bar { grid-template-columns: 3fr 1.3fr; }
  .feature-card { min-height: 530px; padding: 25px; }.feature-primary { padding-top: 250px; }.skill-rings { left: 15px; top: 48px; width: 235px; height: 235px; }.feature-competition { min-height: 510px; }.score-card { top: 35px; left: 28px; }
  .lab-grid { grid-template-columns: 1fr; }.shot-chart { min-height: 340px; }.mini-court { height: 285px; }.stat-stack { grid-template-columns: repeat(3, 1fr); }.stat-box { min-height: 120px; padding: 9px; }.stat-box strong { font-size: 1.55rem; }.stat-box .small-stat { font-size: 1rem; }
  .timeline li { grid-template-columns: 55px 1fr; padding: 26px 0; }.timeline li:hover { padding-inline: 10px; }.timeline p { grid-column: 2; margin-bottom: 0; }
  .coach-panel { grid-template-columns: 1fr; padding: 30px; }.coach-mark { width: 95px; height: 115px; }
  .impact-grid { gap: 40px; }.impact h2 { font-size: clamp(3.5rem, 17vw, 5.8rem); }.impact-rule { font-size: .48rem; }
  .info-grid { grid-template-columns: 1fr 1fr; }.info-grid article { min-height: 150px; }.info-grid article:nth-child(2) { border-right: 0; }.info-grid article:nth-child(3) { border-top: 1px solid var(--line-dark); }.info-grid article:nth-child(4) { border-top: 1px solid var(--line-dark); }.info-grid .contact-card { grid-column: span 2; }
  .registration { padding: 95px 0; }.footer-main { grid-template-columns: 1fr; text-align: left; }.footer-main > p { margin: 0; }.footer-contact { justify-self: start; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .hero-board { margin-inline: -4px; }.board-score strong { font-size: .78rem; }.board-number { font-size: 2.5rem; }.camp-strip { margin-inline: -14px; width: calc(100% + 28px); }
  .analytics-lab { margin-inline: -6px; padding: 10px; box-shadow: 8px 8px 0 var(--ink); }.stat-stack { grid-template-columns: 1fr; }.stat-box { min-height: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
