:root {
  --ink: #06152f;
  --ink-2: #0b2346;
  --blue: #08aff0;
  --blue-2: #057ac7;
  --lime: #9df900;
  --orange: #ff7917;
  --white: #f8fbff;
  --paper: #eef3f7;
  --muted: #64748b;
  --line: rgba(6, 21, 47, 0.16);
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
  --shadow: 0 20px 70px rgba(6, 21, 47, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topline { height: 35px; background: var(--lime); border-bottom: 3px solid var(--ink); overflow: hidden; font: 800 13px/32px var(--font-body); letter-spacing: .12em; white-space: nowrap; }
.topline-track { display: inline-flex; align-items: center; gap: 24px; min-width: max-content; animation: ticker 28s linear infinite; }
.topline i { width: 7px; height: 7px; background: var(--ink); border-radius: 50%; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: absolute; top: 35px; left: 0; right: 0; z-index: 20; height: 92px; padding: 0 clamp(22px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(6, 21, 47, .12); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; }
.brand b { font: 800 21px/1 var(--font-display); letter-spacing: .025em; }
.brand small { margin-top: 4px; color: var(--blue-2); font-weight: 800; font-size: 10px; letter-spacing: .28em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 38px); }
.site-nav > a:not(.nav-cta) { position: relative; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 13px 18px; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; transform: skew(-5deg); box-shadow: 5px 5px 0 var(--blue); }
.nav-cta span { color: var(--lime); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }

.hero { position: relative; min-height: 860px; height: min(920px, calc(100vh - 35px)); padding: 150px clamp(22px, 6vw, 108px) 70px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 5vw; overflow: hidden; background: linear-gradient(120deg, #f8fbff 0 58%, #dceaf3 58%); }
.hero::before { content: ""; position: absolute; width: 40vw; height: 40vw; border: 2px solid rgba(8,175,240,.18); border-radius: 50%; right: -10vw; top: 8%; box-shadow: 0 0 0 7vw rgba(8,175,240,.05), 0 0 0 14vw rgba(8,175,240,.035); }
.hero::after { content: ""; position: absolute; left: 54%; top: -40px; bottom: -40px; width: 3px; background: var(--lime); transform: rotate(12deg); box-shadow: 16px 0 0 var(--blue); }
.court-lines { position: absolute; inset: 0; pointer-events: none; opacity: .17; }
.court-lines::before { content: ""; position: absolute; left: -6%; bottom: -18%; width: 63%; height: 51%; border: 3px solid var(--ink); transform: skew(-12deg) rotate(-4deg); }
.court-lines span { position: absolute; height: 2px; background: var(--ink); transform-origin: left; }
.court-lines span:nth-child(1) { left: 0; bottom: 22%; width: 58%; transform: rotate(-4deg); }
.court-lines span:nth-child(2) { left: 24%; bottom: 0; width: 33%; transform: rotate(-64deg); }
.court-lines span:nth-child(3) { left: 8%; bottom: 34%; width: 50%; transform: rotate(-4deg); }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.hero-photo-stage { position: relative; width: min(520px, 100%); aspect-ratio: 4 / 5; padding: 13px; background: white; box-shadow: 16px 16px 0 var(--ink), 27px 27px 0 var(--blue); transform: rotate(2deg); overflow: hidden; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(1.08) contrast(1.04); }
.hero-photo-stage::after { content: ""; position: absolute; inset: 13px; background: linear-gradient(180deg, transparent 50%, rgba(6,21,47,.74)); pointer-events: none; }
.hero-photo-logo { position: absolute; z-index: 2; top: 28px; right: 28px; width: 82px; height: 82px; border: 5px solid white; border-radius: 50%; object-fit: cover; box-shadow: 5px 5px 0 var(--ink); }
.hero-photo-caption { position: absolute; z-index: 2; left: 32px; bottom: 30px; color: white; font: 800 15px/1 var(--font-display); letter-spacing: .13em; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: inline-flex; padding: 7px 9px; color: var(--ink); background: var(--lime); font: 900 13px/1 var(--font-display); letter-spacing: .08em; transform: skew(-6deg); }
.eyebrow.dark { color: var(--blue-2); }
.hero h1, .section h2, .closing-section h2 { margin: 22px 0 24px; font: 900 clamp(80px, 9.6vw, 156px)/.75 var(--font-display); letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em, .section h2 em, .closing-section h2 em { color: var(--blue); font-style: italic; text-shadow: 4px 4px 0 var(--ink); }
.hero-intro { max-width: 620px; margin: 0; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.75; color: #374d67; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 56px; padding: 0 24px; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.button span { font-size: 20px; line-height: 1; }
.button:hover { transform: translate(-2px, -2px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 7px 7px 0 var(--ink); }
.button-primary:hover { box-shadow: 10px 10px 0 var(--blue); }
.button:disabled { cursor: not-allowed; opacity: .4; box-shadow: none; }
.button-dark { width: 100%; color: white; background: var(--ink); box-shadow: 6px 6px 0 var(--blue); }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 6px; border-bottom: 2px solid var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { color: var(--blue-2); font-size: 18px; }
.text-link.light { color: white; border-color: var(--lime); }
.hero-quick-stats { display: flex; max-width: 590px; margin-top: 52px; border-top: 1px solid var(--line); }
.hero-quick-stats div { flex: 1; padding: 20px 20px 0 0; }
.hero-quick-stats div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.hero-quick-stats strong { display: block; font: 900 37px/1 var(--font-display); }
.hero-quick-stats span { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.logo-stage { position: relative; width: min(100%, 620px); padding: 28px; background: white; transform: rotate(2deg); box-shadow: 18px 18px 0 var(--ink), 28px 28px 0 var(--blue); clip-path: polygon(6% 0, 100% 0, 96% 94%, 10% 100%, 0 11%); }
.logo-stage::after { content: ""; position: absolute; inset: 18px; border: 2px solid rgba(8,175,240,.25); clip-path: inherit; pointer-events: none; }
.hero-sticker { position: absolute; z-index: 2; padding: 10px 15px; font: 900 16px/.9 var(--font-display); letter-spacing: .08em; transform: rotate(-5deg); box-shadow: 5px 5px 0 var(--ink); }
.sticker-top { top: 4%; right: -2%; color: var(--ink); background: var(--lime); }
.sticker-bottom { bottom: 4%; left: -3%; color: white; background: var(--blue-2); transform: rotate(4deg); }
.sticker-bottom b { color: var(--lime); }
.hero-scroll { position: absolute; z-index: 3; right: 24px; bottom: 38px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-scroll span { writing-mode: vertical-rl; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.hero-scroll i { width: 2px; height: 54px; background: linear-gradient(var(--ink) 50%, transparent 50%); background-size: 100% 8px; animation: scrollLine 1s linear infinite; }
@keyframes scrollLine { to { background-position-y: 8px; } }

.section { position: relative; padding: clamp(86px, 10vw, 150px) clamp(22px, 6vw, 108px); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 420px); align-items: end; column-gap: 6vw; max-width: 1450px; margin: 0 auto 65px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(68px, 8vw, 126px); }
.section-heading > p:last-child { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.section-heading.compact { display: block; margin-bottom: 50px; }
.lesson-section { background: var(--paper); overflow: hidden; }
.lesson-section::before { content: "05"; position: absolute; right: -2vw; top: 40px; color: rgba(6,21,47,.035); font: 900 38vw/.8 var(--font-display); pointer-events: none; }
.level-grid { position: relative; z-index: 1; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.level-card { position: relative; min-height: 255px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border: 1px solid var(--line); background: rgba(255,255,255,.72); cursor: pointer; text-align: left; overflow: hidden; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.level-card::before { content: ""; position: absolute; inset: auto -30px -70px auto; width: 140px; height: 140px; border: 18px dotted rgba(8,175,240,.12); border-radius: 50%; transition: transform .4s ease; }
.level-card:hover, .level-card.active { transform: translateY(-9px); color: white; background: var(--ink); box-shadow: 0 16px 0 var(--blue); }
.level-card:hover::before, .level-card.active::before { transform: rotate(35deg); border-color: rgba(157,249,0,.3); }
.level-number { position: absolute; top: 20px; left: 22px; color: var(--blue-2); font: 800 13px/1 var(--font-display); }
.level-card b { position: relative; font: 900 clamp(34px, 3vw, 54px)/.85 var(--font-display); letter-spacing: -.03em; }
.level-card small { position: relative; margin-top: 12px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.level-card:hover small, .level-card.active small { color: var(--lime); }
.level-card i { position: absolute; top: 18px; right: 18px; font-style: normal; font-size: 22px; }
.level-card.featured { background: var(--lime); }
.level-card.featured .tag { position: absolute; top: 15px; left: 50%; padding: 5px 8px; color: white; background: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.claim-panel { position: relative; z-index: 2; max-width: 1450px; margin: 48px auto 0; padding: 40px; display: grid; grid-template-columns: 170px minmax(240px, .75fr) 1.25fr; align-items: center; gap: 38px; color: white; background: var(--ink); box-shadow: 15px 15px 0 var(--blue); }
.claim-score { width: 150px; height: 150px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; box-shadow: inset 0 0 0 9px var(--ink), inset 0 0 0 11px var(--blue); }
.claim-score span { font: 900 58px/.8 var(--font-display); }
.claim-score small { margin-top: 10px; font: 800 10px/1 var(--font-body); letter-spacing: .18em; }
.mini-label { margin: 0 0 12px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.claim-copy h3, .lesson-plan h3 { margin: 0 0 12px; font: 800 38px/1 var(--font-display); text-transform: uppercase; }
.claim-copy > p:last-child { margin: 0; color: #b8c4d2; font-size: 13px; line-height: 1.7; }
.claim-form { display: grid; grid-template-columns: 1fr 1.25fr auto; gap: 10px; align-items: end; }
.claim-form label span { display: block; margin-bottom: 8px; color: #b8c4d2; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.claim-form input { width: 100%; height: 55px; padding: 0 16px; color: white; border: 1px solid rgba(255,255,255,.22); border-radius: 0; outline: none; background: rgba(255,255,255,.05); }
.claim-form input:focus { border-color: var(--lime); }
.claim-form .button { min-width: 190px; }
.form-note { grid-column: 1 / -1; margin: 4px 0 0; color: #73859a; font-size: 9px; }
.lesson-unlocked { max-width: 1450px; margin: 64px auto 0; color: white; background: var(--ink-2); box-shadow: var(--shadow); }
.unlock-banner { height: 50px; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.lesson-video-placeholder { min-height: 410px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at center, rgba(8,175,240,.2), transparent 34%), linear-gradient(125deg, #06152f, #0a3153); }
.lesson-plan { padding: 44px; }
.lesson-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 30px 0; }
.lesson-plan-grid div { padding: 20px 20px 10px 0; border-top: 1px solid rgba(255,255,255,.2); }
.lesson-plan-grid span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.lesson-plan-grid p { color: #c8d3df; font-size: 13px; line-height: 1.7; }

.resume-section { color: white; background: var(--ink); overflow: hidden; }
.resume-section::before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(var(--blue) 1px, transparent 1px), linear-gradient(90deg, var(--blue) 1px, transparent 1px); background-size: 50px 50px; transform: perspective(600px) rotateX(45deg) scale(1.5); transform-origin: bottom; }
.resume-intro { position: relative; max-width: 1450px; margin: 0 auto 55px; display: grid; grid-template-columns: 1.1fr .55fr; gap: 7vw; }
.resume-intro .eyebrow, .resume-intro h2 { grid-column: 1; }
.resume-intro h2 { margin-bottom: 0; font-size: clamp(84px, 10vw, 150px); }
.resume-intro > p:not(.eyebrow) { grid-column: 2; grid-row: 2; align-self: end; color: #b6c5d4; font-size: 16px; line-height: 1.8; }
.resume-intro blockquote { grid-column: 1 / -1; margin: 30px 0 0; padding: 16px 20px; color: var(--ink); background: var(--lime); font: italic 800 clamp(24px, 3vw, 44px)/1 var(--font-display); text-align: center; transform: rotate(-1deg); }
.resume-board { position: relative; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: 14px 14px 0 var(--blue); }
.stat-card { min-height: 285px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); border-right: 1px solid rgba(6,21,47,.18); }
.stat-card small { font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.stat-card strong { font: 900 clamp(54px, 5vw, 82px)/.8 var(--font-display); letter-spacing: -.04em; }
.stat-card span { max-width: 210px; font-size: 11px; font-weight: 700; line-height: 1.55; }
.stat-card.lime { background: var(--lime); }
.stat-card.blue { background: var(--blue); }
.stat-card.navy { color: white; background: #17355b; }
.stat-card.white { background: white; }
.proof-grid { position: relative; max-width: 1450px; margin: 80px auto 0; display: grid; grid-template-columns: 1fr 1.4fr; gap: 18px; }
.proof-media { position: relative; min-height: 470px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #102947; }
.proof-media > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; transition: transform .55s ease; }
.proof-media:hover > img { transform: scale(1.035); }
.proof-media figcaption { position: absolute; inset: auto 0 0; min-height: 42%; padding: 80px 30px 30px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(transparent, rgba(3,12,28,.95)); }
.proof-media b { font: 800 clamp(31px, 4vw, 56px)/.9 var(--font-display); letter-spacing: .03em; }
.proof-media small { margin-top: 10px; color: #b5c5d6; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.medal-slot > img { object-position: center 42%; }
.match-slot > img { object-position: center 52%; }
.media-placeholder { position: relative; min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 1px dashed rgba(255,255,255,.4); background: rgba(255,255,255,.035); }
.media-placeholder::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(157,249,0,.14); pointer-events: none; }
.media-placeholder::after { content: ""; position: absolute; width: 160%; height: 1px; background: rgba(8,175,240,.22); transform: rotate(-25deg); }
.media-placeholder b, .media-placeholder small, .media-placeholder .play-orbit, .media-placeholder .placeholder-icon { position: relative; z-index: 2; }
.media-placeholder b { margin-top: 24px; font: 800 30px/1 var(--font-display); letter-spacing: .04em; }
.media-placeholder small { margin-top: 8px; color: #8fa1b4; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.slot-number { position: absolute; z-index: 2; top: 24px; left: 24px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.placeholder-icon { color: var(--lime); font-size: 56px; }
.play-orbit { width: 78px; height: 78px; display: grid; place-items: center; border: 2px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 12px rgba(157,249,0,.08); }
.play-orbit::after { content: ""; position: absolute; inset: -26px; border: 1px dashed var(--blue); border-radius: 50%; animation: spin 9s linear infinite; }
.play-orbit span { margin-left: 4px; color: var(--lime); }
@keyframes spin { to { transform: rotate(360deg); } }

.coaching-section { background: var(--lime); }
.coaching-section::before { content: ""; position: absolute; right: 0; top: 0; width: 38%; height: 100%; opacity: .14; background: repeating-linear-gradient(-55deg, var(--ink) 0 2px, transparent 2px 22px); }
.coaching-card { position: relative; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; box-shadow: 18px 18px 0 var(--blue); }
.coaching-copy { padding: clamp(36px, 5vw, 80px); background: var(--white); }
.coaching-copy h2 { font-size: clamp(65px, 7vw, 110px); }
.coaching-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.coaching-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin: 40px 0 0; padding: 0; list-style: none; }
.coaching-copy li { padding: 16px 0; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.coaching-copy li span { margin-right: 12px; color: var(--blue-2); font: 900 14px/1 var(--font-display); }
.offer-box { padding: clamp(36px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; background: var(--blue); }
.offer-box > p { font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.price { display: flex; align-items: flex-start; margin-top: 18px; }
.price sup { margin-top: 13px; font: 800 30px/1 var(--font-display); }
.price strong { font: 900 125px/.75 var(--font-display); letter-spacing: -.06em; }
.offer-box > span { margin-top: 15px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.offer-box hr { width: 100%; margin: 34px 0; border: 0; border-top: 1px solid rgba(6,21,47,.3); }
.availability { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; }
.availability i { width: 11px; height: 11px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(157,249,0,.22); }
.availability span { font-size: 12px; font-weight: 800; line-height: 1.4; }
.availability small { opacity: .65; font-size: 9px; font-weight: 700; }
.offer-note { margin-top: 17px; text-align: center; font-size: 8px; font-weight: 700; opacity: .65; }
.city-strip { position: relative; max-width: 1450px; margin: 50px auto 0; display: grid; grid-template-columns: .7fr repeat(4, 1fr); border: 2px solid var(--ink); background: var(--lime); }
.city-strip > p, .city-strip > div { min-height: 95px; padding: 18px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--ink); }
.city-strip > p { margin: 0; color: white; background: var(--ink); font: 800 17px/1 var(--font-display); letter-spacing: .07em; }
.city-strip b { font: 800 22px/1 var(--font-display); }
.city-strip span { margin-top: 6px; color: var(--blue-2); font-size: 8px; font-weight: 800; letter-spacing: .12em; }

.film-section { color: white; background: #071c37; }
.film-section .section-heading { max-width: 1450px; }
.film-grid { max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.film-card { position: relative; min-height: 460px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #102947; }
.film-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #030c1c; }
.film-caption { position: absolute; z-index: 2; inset: auto 0 0; padding: 90px 30px 30px; display: flex; flex-direction: column; pointer-events: none; background: linear-gradient(transparent, rgba(3,12,28,.96)); }
.film-caption span { position: absolute; left: 30px; bottom: 105px; color: var(--lime); font: 900 15px/1 var(--font-display); }
.film-caption b { font: 800 32px/1 var(--font-display); }
.film-caption small { margin-top: 8px; color: #9fb0c2; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.gear-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 750px; padding-top: 0; padding-bottom: 0; background: var(--paper); }
.gear-visual { position: relative; min-height: 650px; display: grid; place-items: center; background: var(--blue); overflow: hidden; }
.gear-visual::before { content: ""; position: absolute; width: 380px; height: 380px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.08), 0 0 0 160px rgba(255,255,255,.05); }
.paddle-placeholder { position: relative; z-index: 2; width: 270px; height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 9px solid var(--ink); border-radius: 47% 47% 26% 26%; color: white; background: linear-gradient(140deg, var(--ink-2), var(--ink)); transform: rotate(12deg); box-shadow: 18px 22px 0 rgba(6,21,47,.25); }
.paddle-placeholder::after { content: ""; position: absolute; top: 100%; width: 70px; height: 175px; background: var(--ink); border-radius: 0 0 28px 28px; }
.paddle-placeholder span { color: var(--lime); font: italic 900 95px/.8 var(--font-display); text-shadow: 5px 5px 0 var(--blue); }
.paddle-placeholder i { width: 80%; height: 3px; margin: 24px 0; background: var(--blue); }
.paddle-placeholder b { font: 800 19px/.9 var(--font-display); text-align: center; letter-spacing: .12em; }
.ball { position: absolute; width: 80px; height: 80px; border-radius: 50%; background-color: var(--lime); background-image: radial-gradient(circle, var(--ink) 0 6px, transparent 7px); background-size: 29px 29px; box-shadow: 6px 9px 0 rgba(6,21,47,.2); }
.ball-one { top: 13%; right: 13%; transform: rotate(18deg); }
.ball-two { bottom: 14%; left: 12%; width: 55px; height: 55px; background-size: 20px 20px; }
.gear-copy { padding: clamp(70px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; }
.gear-copy h2 { font-size: clamp(65px, 7vw, 108px); }
.gear-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.gear-pick { margin: 35px 0; padding: 22px; border-left: 6px solid var(--lime); background: white; box-shadow: 7px 7px 0 var(--ink); }
.gear-pick small, .gear-pick span { display: block; }
.gear-pick small { color: var(--blue-2); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.gear-pick b { display: block; margin: 8px 0; font: 800 31px/1 var(--font-display); }
.gear-pick span { color: var(--muted); font-size: 10px; }

.closing-section { position: relative; min-height: 730px; padding: 100px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: var(--ink); overflow: hidden; }
.closing-section::before { content: ""; position: absolute; width: 750px; height: 750px; border: 2px solid rgba(8,175,240,.25); border-radius: 50%; box-shadow: 0 0 0 95px rgba(8,175,240,.04), 0 0 0 190px rgba(8,175,240,.025); }
.closing-section img { position: relative; z-index: 2; width: 90px; height: 90px; object-fit: cover; border-radius: 50%; border: 4px solid white; }
.closing-section p { position: relative; z-index: 2; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.closing-section h2 { position: relative; z-index: 2; margin: 20px 0 45px; font-size: clamp(78px, 10vw, 154px); }
.closing-section .button { position: relative; z-index: 2; }

footer { min-height: 170px; padding: 35px clamp(22px, 6vw, 108px); display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); color: white; background: #030c1c; }
.footer-brand b { font-size: 18px; }
footer > p { color: #8393a6; font-size: 11px; text-align: center; }
.footer-links { display: flex; justify-content: center; gap: 24px; }
.footer-links a { font-size: 10px; font-weight: 800; letter-spacing: .05em; }
footer > small { color: #68788c; font-size: 9px; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; padding: 14px 18px; color: var(--ink); background: var(--lime); box-shadow: 6px 6px 0 var(--ink); font-size: 11px; font-weight: 800; transform: translate(-50%, 150px); transition: transform .3s ease; }
.toast.show { transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.delay-1 { transition-delay: .12s; }
.reveal.delay-2 { transition-delay: .22s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .site-nav { gap: 17px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 780px; grid-template-columns: 1fr .75fr; padding-left: 45px; padding-right: 45px; }
  .hero h1 { font-size: clamp(75px, 10vw, 115px); }
  .level-grid { grid-template-columns: repeat(3, 1fr); }
  .claim-panel { grid-template-columns: 130px 1fr; }
  .claim-score { width: 120px; height: 120px; }
  .claim-form { grid-column: 1 / -1; }
  .resume-board { grid-template-columns: 1fr 1fr; }
  .coaching-card { grid-template-columns: 1fr; }
  .city-strip { grid-template-columns: repeat(2, 1fr); }
  .city-strip > p { grid-column: 1 / -1; }
  .gear-copy { padding: 70px 45px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .topline { height: 31px; line-height: 28px; }
  .site-header { position: absolute; top: 31px; height: 76px; padding: 0 18px; }
  .brand img { width: 39px; height: 39px; }
  .brand b { font-size: 17px; }
  .brand small { font-size: 8px; }
  .site-nav { position: fixed; inset: 0; z-index: 50; padding: 110px 28px 45px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; color: white; background: var(--ink); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a:not(.nav-cta) { display: block; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); font: 800 36px/1 var(--font-display); text-transform: uppercase; }
  .nav-cta { margin-top: 28px; text-align: center; }
  .menu-toggle { position: relative; z-index: 60; width: 43px; height: 43px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: var(--ink); }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--lime); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { height: auto; min-height: 930px; padding: 138px 20px 65px; display: block; background: linear-gradient(160deg, #f8fbff 0 66%, #d9e7f0 66%); }
  .hero::after { left: auto; right: 8%; transform: rotate(8deg); }
  .hero-copy { max-width: none; }
  .hero h1 { margin-top: 18px; font-size: clamp(69px, 21vw, 98px); line-height: .78; }
  .hero h1 em { text-shadow: 2px 2px 0 var(--ink); }
  .hero-intro { font-size: 14px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-quick-stats { margin-top: 35px; }
  .hero-quick-stats strong { font-size: 28px; }
  .hero-quick-stats span { font-size: 8px; }
  .hero-visual { width: 88%; margin: 70px auto 0; }
  .hero-photo-stage { box-shadow: 10px 10px 0 var(--ink), 17px 17px 0 var(--blue); }
  .hero-photo-logo { top: 24px; right: 24px; width: 68px; height: 68px; }
  .hero-sticker { font-size: 12px; }
  .hero-scroll { display: none; }
  .section { padding: 82px 20px; }
  .section-heading, .resume-intro { display: block; margin-bottom: 42px; }
  .section-heading h2, .resume-intro h2, .coaching-copy h2, .gear-copy h2 { font-size: clamp(60px, 19vw, 88px); }
  .section-heading > p:last-child, .resume-intro > p:not(.eyebrow) { margin-top: 25px; font-size: 14px; }
  .level-grid { grid-template-columns: 1fr; gap: 7px; }
  .level-card { min-height: 145px; }
  .level-card b { font-size: 45px; }
  .claim-panel { margin-top: 35px; padding: 28px 22px; display: block; box-shadow: 9px 9px 0 var(--blue); }
  .claim-score { width: 95px; height: 95px; margin-bottom: 25px; }
  .claim-score span { font-size: 44px; }
  .claim-form { display: block; margin-top: 28px; }
  .claim-form label { display: block; margin-bottom: 14px; }
  .claim-form .button { width: 100%; margin-top: 4px; }
  .form-note { margin-top: 12px; }
  .lesson-unlocked { margin-top: 42px; }
  .lesson-video-placeholder { min-height: 280px; }
  .lesson-plan { padding: 28px 22px; }
  .lesson-plan-grid { grid-template-columns: 1fr; }
  .resume-intro blockquote { margin-top: 35px; }
  .resume-board { grid-template-columns: 1fr; box-shadow: 9px 9px 0 var(--blue); }
  .stat-card { min-height: 220px; }
  .proof-grid, .film-grid { grid-template-columns: 1fr; }
  .proof-media, .proof-media > img { min-height: 380px; }
  .media-placeholder { min-height: 300px; }
  .coaching-section { padding-left: 12px; padding-right: 12px; }
  .coaching-card { box-shadow: 9px 9px 0 var(--blue); }
  .coaching-copy { padding: 45px 23px; }
  .coaching-copy ul { grid-template-columns: 1fr; }
  .offer-box { padding: 45px 25px; }
  .city-strip { grid-template-columns: 1fr; }
  .city-strip > p { grid-column: auto; }
  .city-strip > p, .city-strip > div { min-height: 75px; border-bottom: 1px solid var(--ink); }
  .film-card { min-height: 360px; }
  .gear-section { display: block; padding: 0; }
  .gear-visual { min-height: 620px; }
  .paddle-placeholder { width: 210px; height: 310px; }
  .paddle-placeholder::after { width: 58px; height: 125px; }
  .gear-copy { padding: 75px 23px; }
  .closing-section { min-height: 650px; }
  .closing-section h2 { font-size: clamp(68px, 20vw, 96px); }
  footer { padding: 40px 22px; display: flex; flex-direction: column; text-align: center; }
}

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