/* We All Hoop - design system. Tokens live in theme.css. Mobile first.
   Signature: Carolina blue hex (the logo) on deep navy, clean paper sections, one highlighted word
   per headline in Big Shoulders (closest web face to the logo lettering), metric-matched. */

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--f-body); font-size: 17px; line-height: 1.65; color: var(--text); background: var(--paper); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
::selection { background: var(--blue); color: var(--white); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--blue); color: var(--ink); padding: 10px 16px; border-radius: 10px; font-weight: 700; text-decoration: none; }
.skip:focus { top: 12px; }
.wrap { width: min(1240px, 100% - 40px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
main { overflow-x: clip; }

/* ---------- type ----------
   Two families. Display (h1/h2 via .h-xl/.h-lg): Big Shoulders, uppercase, tight leading.
   Everything else: Manrope. Emphasis inside a headline = colour only (.hl). Scale in theme.css. */
h1, h2, h3, h4 { font-family: var(--f-body); font-weight: 800; line-height: 1.2; letter-spacing: -0.015em; margin: 0; text-wrap: balance; }
h3 { font-size: var(--fs-h3); }
.h-xl, .h-lg { font-family: var(--f-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.005em; line-height: 0.92; }
.h-xl { font-size: var(--fs-hero); }
.h-lg { font-size: var(--fs-h2); }
.h-md { font-size: clamp(1.5rem, 2.2vw, 1.85rem); line-height: 1.15; letter-spacing: -0.02em; }
.h-sm { font-size: var(--fs-h3); }
p { margin: 0; }
.lead { font-size: var(--fs-lead); line-height: 1.6; color: var(--text-soft); max-width: 56ch; }
.muted { color: var(--text-soft); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-body); font-weight: 700; font-size: var(--fs-xs); letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-deep); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 8px; height: 9px; background: currentColor; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); flex: none; }
.section-dark .eyebrow, .hero .eyebrow, .band .eyebrow { color: var(--blue-hi); }

/* One emphasised word per display headline, by colour only. */
.hl { color: var(--blue); }
.section-dark .hl, .hero .hl, .band .hl, .page-hero .hl, .funnel .hl, .confirm .hl, .rail .hl { color: var(--blue-hi); }

/* ---------- buttons ---------- */
.btn { --tx: 0px; --ty: 0px; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 24px; border: 0; border-radius: 999px; cursor: pointer; text-decoration: none; overflow: hidden; isolation: isolate;
  font-family: var(--f-body); font-weight: 700; font-size: var(--fs-sm); letter-spacing: 0; color: var(--ink);
  background: linear-gradient(135deg, #9fd0f2, var(--blue) 55%, #3a86bd); box-shadow: 0 10px 30px -10px rgba(75, 156, 211, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translate(var(--tx), var(--ty)); transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background-position 0.3s; animation: breathe 3.2s ease-in-out infinite; }
.btn::after { content: ""; position: absolute; inset: -2px; z-index: -1; background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.65) 48%, transparent 64%); transform: translateX(-120%); animation: shine 4.2s var(--ease) infinite 1.2s; }
.btn:hover { box-shadow: 0 16px 40px -12px rgba(75, 156, 211, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.5); }
.btn .arr { display: inline-block; transition: transform 0.3s var(--ease); animation: nudge 1.9s ease-in-out infinite; }
.btn:hover .arr { transform: translateX(4px); }
.btn-sm { min-height: 42px; padding: 9px 18px; font-size: 0.9rem; animation: none; }
.btn-lg { min-height: 56px; padding: 15px 28px; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-ghost { color: var(--on-dark); background: rgba(255, 255, 255, 0.05); box-shadow: inset 0 0 0 1.5px rgba(140, 196, 236, 0.4); animation: none; backdrop-filter: blur(6px); }
.btn-ghost::after { display: none; }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--blue-hi); background: rgba(140, 196, 236, 0.1); }
.btn-ghost .arr { animation: none; }
.section:not(.section-dark) .btn-ghost { color: var(--text); background: transparent; box-shadow: inset 0 0 0 1.5px var(--line-light); }
.btn.is-busy { pointer-events: none; opacity: 0.8; }
.btn.is-busy .arr { animation: spin 0.8s linear infinite; }
.btn[disabled] { cursor: default; }
.link { font-weight: 700; color: var(--blue-deep); text-decoration: none; background: linear-gradient(currentColor, currentColor) no-repeat 0 100% / 0% 2px; transition: background-size 0.35s var(--ease); }
.link:hover { background-size: 100% 2px; }
@keyframes breathe { 0%, 100% { box-shadow: 0 10px 30px -10px rgba(75, 156, 211, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.45); } 50% { box-shadow: 0 14px 44px -8px rgba(75, 156, 211, 0.95), 0 0 0 6px rgba(75, 156, 211, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.45); } }
@keyframes shine { 0%, 62% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
@keyframes nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(4px); } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--on-dark); transition: background 0.35s, box-shadow 0.35s, transform 0.45s var(--ease), padding 0.35s; padding: 14px 0; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header.is-stuck { background: rgba(6, 13, 24, 0.78); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 var(--line-dark); padding: 8px 0; }
.site-header.is-hidden { transform: translateY(-110%); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 62px; height: auto; transition: width 0.35s var(--ease); filter: drop-shadow(0 4px 14px rgba(75, 156, 211, 0.35)); }
.is-stuck .brand img { width: 52px; }
.brand-word { font-family: var(--f-display); font-weight: 800; font-size: 1.35rem; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1; }
.nav { display: none; }
.nav a:not(.btn) { position: relative; text-decoration: none; font-weight: 600; font-size: var(--fs-sm); color: var(--on-dark-soft); padding: 8px 2px; transition: color 0.2s; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease); }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { color: var(--white); }
.nav a:not(.btn):hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { width: 46px; height: 46px; border: 0; border-radius: 14px; background: rgba(255, 255, 255, 0.08); cursor: pointer; display: grid; place-items: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--white); transition: transform 0.3s var(--ease), opacity 0.2s; }
.nav-toggle span { position: relative; }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 959px) {
  .nav-open .nav { display: flex; position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: calc(var(--hdr-h, 120px) + 18px) 24px 32px; overflow-y: auto; background: radial-gradient(circle at 85% 0%, rgba(75, 156, 211, 0.2), transparent 55%), var(--ink); animation: navIn 0.35s var(--ease); }
  .nav-open .nav a:not(.btn) { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 2px; font-family: var(--f-body); font-weight: 700; font-size: 1.25rem; letter-spacing: -0.01em; color: var(--white); border-bottom: 1px solid var(--line-dark); }
  .nav-open .nav a:not(.btn)::after { position: static; content: "\2192"; width: auto; height: auto; background: none; transform: none; color: var(--blue-hi); font-weight: 600; }
  .nav-open .nav a[aria-current="page"] { color: var(--blue-hi); }
  .nav-open .nav .btn { margin-top: 26px; width: 100%; min-height: 54px; }
  .nav-open .nav::after { content: "coachaaronwah@gmail.com \00B7 Blackstone + Milford, MA"; margin-top: 18px; font-size: var(--fs-xs); color: var(--on-dark-soft); text-align: center; }
  .nav-open { overflow: hidden; }
  .nav-open .site-header { background: transparent; box-shadow: none; transform: none; }
}
@keyframes navIn { from { opacity: 0; transform: translateY(-12px); } }
@media (min-width: 960px) {
  .nav { display: flex; align-items: center; gap: 30px; }
  .nav-toggle { display: none; }
}
.funnel-header { position: absolute; }
.funnel-contact { display: flex; gap: 18px; align-items: center; }
.funnel-contact a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.9rem; text-decoration: none; color: var(--on-dark-soft); }
.funnel-contact a:hover { color: var(--white); }
@media (max-width: 560px) { .funnel-contact a span { display: none; } .funnel-contact a { width: 44px; height: 44px; justify-content: center; border-radius: 12px; background: rgba(255, 255, 255, 0.08); } .brand-word { display: none; } }

/* ---------- sections ---------- */
.section { position: relative; padding: clamp(72px, 10vw, 136px) 0; }
.section-dark { background: var(--navy); color: var(--on-dark); }
.section-dark .lead, .section-dark .muted { color: var(--on-dark-soft); }
.section-ink { background: var(--ink); }
.section-paper2 { background: var(--paper-2); }
.sec-head { max-width: 780px; margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head .lead { margin-top: 22px; }
.sec-head.center { text-align: left; } /* retired: section heads are always left aligned */
.split { display: grid; gap: clamp(36px, 5vw, 80px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split.wide-l { grid-template-columns: 1.15fr 0.85fr; } .split.wide-r { grid-template-columns: 0.85fr 1.15fr; } }
.grain::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.07; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hexgrid { position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cpath d='M28 1 55 16.5v31L28 63 1 47.5v-31z M28 63v34' fill='none' stroke='%238cc4ec' stroke-opacity='.08'/%3E%3C/svg%3E");
  mask-image: radial-gradient(ellipse at 70% 30%, #000 10%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 10%, transparent 70%); }

/* ---------- photos: one grade, one overlay, one frame ---------- */
.ph { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-2); box-shadow: var(--shadow); isolation: isolate; }
.ph img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.86) contrast(1.07) brightness(0.98); transform: translate3d(0, var(--py, 0px), 0) scale(1.08); transition: transform 1.2s var(--ease); }
.ph img.no-zoom { transform: none; }
.ph::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(6, 13, 24, 0) 45%, rgba(6, 13, 24, 0.45)), radial-gradient(120% 90% at 50% 40%, transparent 55%, rgba(6, 13, 24, 0.35)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); border-radius: inherit; }
.ph.bw img { filter: grayscale(1) contrast(1.12); }
.ph-tag { position: absolute; z-index: 2; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: var(--fs-xs); font-weight: 600; color: var(--white); background: rgba(6, 13, 24, 0.55); backdrop-filter: blur(10px); box-shadow: inset 0 0 0 1px rgba(140, 196, 236, 0.25); }
.ph-tag::before { content: ""; width: 8px; height: 9px; background: var(--blue-hi); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
/* wipe reveal */
.js .wipe { clip-path: inset(0 0 100% 0 round var(--radius-lg)); transition: clip-path 1.15s var(--ease); }
.js .wipe.is-in { clip-path: inset(0 0 0 0 round var(--radius-lg)); }
.js .wipe img { transform: translate3d(0, var(--py, 0px), 0) scale(1.22); }
.js .wipe.is-in img { transform: translate3d(0, var(--py, 0px), 0) scale(1.08); }
.js .wipe.is-in img.no-zoom { transform: none; }

/* ---------- reveal ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.js [data-reveal="left"] { transform: translateX(-32px); }
.js [data-reveal="right"] { transform: translateX(32px); }
.js [data-reveal="zoom"] { transform: scale(0.94); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: max(96px, 11vh) 0 max(40px, 5vh); color: var(--on-dark); background: var(--ink); overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(600px circle at var(--mx, 70%) var(--my, 30%), rgba(75, 156, 211, 0.16), transparent 60%), radial-gradient(900px 600px at 85% 15%, rgba(75, 156, 211, 0.22), transparent 60%), radial-gradient(700px 500px at 0% 100%, rgba(34, 103, 155, 0.25), transparent 60%); }
.hero-grid { display: grid; gap: 44px; align-items: center; }
@media (min-width: 980px) { .hero-grid { grid-template-columns: 1.3fr 0.7fr; gap: 40px; } }
@media (min-width: 1280px) { .hero-grid { grid-template-columns: 1.25fr 0.75fr; gap: 56px; } }
.badge { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 8px; border-radius: 999px; font-size: var(--fs-xs); font-weight: 600; color: var(--on-dark); background: rgba(140, 196, 236, 0.08); box-shadow: inset 0 0 0 1px rgba(140, 196, 236, 0.22); margin-bottom: min(28px, 3vh); }
.badge b { display: inline-grid; place-items: center; height: 24px; padding: 0 10px; border-radius: 999px; background: var(--blue); color: var(--ink); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
.hero h1 { color: var(--white); }
.hero .lead { color: var(--on-dark-soft); margin-top: min(24px, 2.6vh); max-width: 52ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: min(34px, 3.6vh); }
.hero .cta-row { margin-top: min(30px, 3.4vh); }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px; margin-top: clamp(26px, 4vh, 48px); padding-top: min(24px, 2.6vh); border-top: 1px solid var(--line-dark); max-width: 620px; }
@media (min-width: 560px) { .stats { grid-template-columns: repeat(4, auto); justify-content: start; } }
.stat b { display: block; font-family: var(--f-display); font-weight: 800; font-size: clamp(2.4rem, min(4.2vw, 6vh), 3.4rem); letter-spacing: 0; line-height: 0.9; color: var(--white); }
.stat b sup { font-size: 0.5em; color: var(--blue-hi); vertical-align: 0.8em; margin-left: 2px; }
.stat > span { display: block; margin-top: 8px; font-size: var(--fs-xs); color: var(--on-dark-soft); line-height: 1.4; max-width: 17ch; }
.js .stat { opacity: 0; transform: translateY(14px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.js .stat.is-in { opacity: 1; transform: none; }
.stats .stat:nth-child(2) { transition-delay: 0.1s; } .stats .stat:nth-child(3) { transition-delay: 0.2s; } .stats .stat:nth-child(4) { transition-delay: 0.3s; }

/* headline word masks */
.wm { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.wm-i { display: inline-block; }
.nobr { white-space: nowrap; }
.js [data-split] .wm-i { transform: translateY(105%); transition: transform 0.95s var(--ease); transition-delay: calc(0.12s + var(--w) * 70ms); }
.js [data-split].is-split .wm-i { transform: none; }
.js [data-split] .wm-hl { opacity: 0; transition: opacity 0.8s var(--ease) calc(0.12s + var(--w) * 70ms); }
.js [data-split].is-split .wm-hl { opacity: 1; }

/* hero media: hex-clipped photo + floating cards + self-drawing crest lines */
.hero-media { position: relative; aspect-ratio: 0.9; max-width: 560px; width: 100%; margin-inline: auto; }
.hex-photo { position: absolute; inset: 4% 6%; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: var(--navy-2); }
.hex-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.88) contrast(1.06); transform: scale(1.04); animation: slowzoom 18s ease-in-out infinite alternate; }
.hex-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 40%, rgba(6, 13, 24, 0.55)), radial-gradient(90% 70% at 50% 35%, transparent 50%, rgba(6, 13, 24, 0.4)); }
.hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.hero-lines polygon, .hero-lines path, .hero-lines circle { fill: none; stroke: var(--blue); stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.hero-lines .l2 { stroke: var(--blue-hi); stroke-opacity: 0.35; }
.hero-lines .spin { transform-origin: 50% 50%; transform-box: fill-box; animation: rot 60s linear infinite; }
.draw polygon, .draw path, .draw circle, .draw line { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 2.4s var(--ease) forwards; animation-delay: calc(0.3s + var(--dd, 0) * 0.25s); }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes rot { to { transform: rotate(360deg); } }
@keyframes slowzoom { from { transform: scale(1.04); } to { transform: scale(1.14); } }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 18px; background: rgba(11, 22, 39, 0.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: inset 0 0 0 1px rgba(140, 196, 236, 0.22), 0 20px 50px -20px rgba(0, 0, 0, 0.7); color: var(--on-dark-soft); font-size: var(--fs-xs); line-height: 1.35; animation: bob 6s ease-in-out infinite; }
.float-card b { display: block; color: var(--white); font-weight: 700; font-size: var(--fs-sm); }
.float-card .ic { flex: none; display: grid; place-items: center; width: 38px; height: 42px; background: var(--blue); color: var(--ink); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.fc-1 { left: -2%; bottom: 14%; }
.fc-2 { right: -2%; top: 12%; animation-delay: -3s; }
.fc-3 { right: 4%; bottom: 3%; animation-delay: -1.5s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 979px) { .hero { min-height: auto; padding-top: 104px; } .hero-media { max-width: 440px; } .fc-2 { display: none; } }
@media (max-width: 420px) { .float-card { font-size: var(--fs-xs); padding: 10px 12px; } .fc-1 { left: 0; } }

/* ---------- marquee ---------- */
.marquee { position: relative; overflow: hidden; background: var(--blue); color: var(--ink); padding: 18px 0; border-block: 1px solid rgba(255, 255, 255, 0.2); }
.marquee.alt { background: var(--ink); color: var(--blue-hi); transform: rotate(-1.4deg) scale(1.02); margin-block: -8px; z-index: 2; }
.marquee-track { display: flex; width: max-content; will-change: transform; animation: marq 38s linear infinite; }
.marquee-js .marquee-track { animation: none; }
.marquee-track span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; white-space: nowrap; font-family: var(--f-display); font-weight: 800; font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: 0.03em; text-transform: uppercase; line-height: 1; }
.marquee-track span::after { content: ""; width: 14px; height: 16px; background: currentColor; opacity: 0.55; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.marquee-track .o { color: transparent; -webkit-text-stroke: 1.2px currentColor; }
.marquee.alt .marquee-track .o { -webkit-text-stroke-color: var(--blue-hi); }
.marquee:not(.alt) .marquee-track .o { -webkit-text-stroke-color: var(--ink); }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- mission ---------- */
.mission-media { position: relative; }
.mission-media .ph { aspect-ratio: 4 / 5; }
.mission-media .ph-small { position: absolute; width: 46%; aspect-ratio: 1; right: -4%; bottom: -8%; border: 6px solid var(--paper); border-radius: 22px; }
@media (max-width: 600px) { .mission-media .ph-small { right: 0; bottom: -10%; width: 44%; } }
.pull { position: relative; margin: 34px 0 0; padding: 26px 0 0 30px; border-top: 1px solid var(--line-light); }
.pull::before { content: ""; position: absolute; left: 0; top: 30px; width: 3px; bottom: 6px; border-radius: 3px; background: linear-gradient(var(--blue), transparent); }
.pull blockquote { margin: 0; font-weight: 500; font-size: clamp(1.15rem, 1.6vw, 1.35rem); line-height: 1.5; letter-spacing: -0.01em; color: var(--text); }
.pull cite { display: block; margin-top: 14px; font-style: normal; font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue-deep); }
.checks { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 34px; font-weight: 500; color: var(--text); }
.checks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 24px; background: var(--blue); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.checks li::after { content: ""; position: absolute; left: 7px; top: 10px; width: 8px; height: 5px; border-left: 2px solid var(--white); border-bottom: 2px solid var(--white); transform: rotate(-45deg); }

/* ---------- method cards ---------- */
.cards { display: grid; gap: 18px; }
@media (min-width: 700px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .cards.c3 { grid-template-columns: repeat(3, 1fr); } }
.card { --cx: 50%; --cy: 0%; position: relative; padding: 30px 28px 28px; border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.03); box-shadow: inset 0 0 0 1px var(--line-dark); overflow: hidden; transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease); isolation: isolate; }
.card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity 0.4s; background: radial-gradient(360px circle at var(--cx) var(--cy), rgba(75, 156, 211, 0.2), transparent 60%); }
.card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px rgba(140, 196, 236, 0.35), 0 30px 60px -30px rgba(0, 0, 0, 0.6); }
.card:hover::before { opacity: 1; }
.card .num { display: none; }
.card h3 { margin: 0 0 10px; font-size: var(--fs-h3); letter-spacing: -0.015em; color: var(--white); line-height: 1.25; }
.card p { color: var(--on-dark-soft); font-size: var(--fs-sm); line-height: 1.65; }
.card .ico { width: 50px; height: 56px; display: grid; place-items: center; color: var(--ink); background: linear-gradient(160deg, var(--blue-hi), var(--blue)); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); margin-bottom: 20px; }
.section:not(.section-dark) .card { background: var(--white); box-shadow: 0 1px 0 var(--line-light), 0 20px 50px -34px rgba(11, 22, 39, 0.35); }
.section:not(.section-dark) .card h3 { color: var(--text); }
.section:not(.section-dark) .card p { color: var(--text-soft); }
.section:not(.section-dark) .card .num { color: var(--blue-deep); }

/* ---------- programs ---------- */
.progs { display: grid; gap: 22px; }
@media (min-width: 900px) { .progs { grid-template-columns: repeat(3, 1fr); } }
.prog { --cx: 50%; --cy: 0%; position: relative; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--white); overflow: hidden; box-shadow: 0 1px 0 var(--line-light), 0 30px 60px -40px rgba(11, 22, 39, 0.45); transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease); }
.prog:hover { transform: translateY(-6px); box-shadow: 0 1px 0 var(--line-light), 0 40px 70px -36px rgba(11, 22, 39, 0.5); }
.prog .ph { border-radius: 0; box-shadow: none; aspect-ratio: 16 / 11; }
.prog .ph img { transition: transform 1.2s var(--ease); }
.prog:hover .ph img:not(.no-zoom) { transform: scale(1.14); }
.prog-body { display: flex; flex-direction: column; flex: 1; padding: 26px 26px 28px; }
.prog-kicker { font-family: var(--f-body); font-weight: 700; font-size: var(--fs-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-deep); }
.prog h3 { margin: 8px 0 10px; font-size: 1.5rem; letter-spacing: -0.02em; }
.prog p { color: var(--text-soft); font-size: var(--fs-sm); line-height: 1.6; }
.prog ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; font-size: var(--fs-sm); font-weight: 500; }
.prog li { display: flex; gap: 10px; align-items: baseline; }
.prog li::before { content: ""; flex: none; width: 8px; height: 9px; background: var(--blue); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); transform: translateY(-1px); }
.prog-foot { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.price { font-family: var(--f-display); font-weight: 800; font-size: 2.1rem; line-height: 1; letter-spacing: 0; }
.price small { font-family: var(--f-body); font-weight: 600; font-size: var(--fs-xs); color: var(--text-soft); letter-spacing: 0; }
.prog.featured { background: var(--navy); color: var(--on-dark); box-shadow: 0 0 0 1px rgba(140, 196, 236, 0.3), 0 40px 80px -40px rgba(11, 22, 39, 0.8); }
.prog.featured p, .prog.featured .price small { color: var(--on-dark-soft); }
.prog.featured h3, .prog.featured .price { color: var(--white); }
.prog.featured .prog-kicker { color: var(--blue-hi); }
.prog .flag { position: absolute; z-index: 3; top: 16px; right: 16px; padding: 6px 12px; border-radius: 999px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; background: var(--blue); color: var(--ink); }

/* ---------- schedule board ---------- */
.board { position: relative; border-radius: var(--radius-lg); background: var(--ink); color: var(--on-dark); padding: clamp(20px, 3vw, 34px); box-shadow: inset 0 0 0 1px var(--line-dark), var(--shadow); overflow: hidden; }
.board-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.board-head b { font-family: var(--f-display); font-weight: 800; font-size: 1.6rem; letter-spacing: 0.02em; text-transform: uppercase; line-height: 1; }
.board-head span { font-size: var(--fs-xs); color: var(--on-dark-soft); }
.days { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 560px) { .days { grid-template-columns: repeat(3, 1fr); } }
.day { border-radius: 16px; padding: 14px; background: rgba(140, 196, 236, 0.05); box-shadow: inset 0 0 0 1px var(--line-dark); }
.day h4 { font-family: var(--f-display); font-weight: 800; font-size: 1.3rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); margin-bottom: 10px; }
/* one hue per group so the board reads at a glance (Aaron 9/24): MS carolina blue, HS gold, privates mint */
.slot { --c: #4b9cd3; display: block; padding: 8px 10px 8px 12px; border-radius: 10px; font-size: var(--fs-xs); line-height: 1.35; margin-top: 6px; background: color-mix(in srgb, var(--c) 20%, transparent); box-shadow: inset 3px 0 0 var(--c); color: var(--on-dark); }
.slot b { display: block; font-size: var(--fs-sm); color: var(--white); }
.slot.hs { --c: #f2b53a; }
.slot.pv { --c: #5ed3a8; background: color-mix(in srgb, var(--c) 10%, transparent); box-shadow: inset 3px 0 0 var(--c), inset 0 0 0 1px color-mix(in srgb, var(--c) 45%, transparent); }
.js .day { opacity: 0; transform: translateY(16px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.js .is-in .day { opacity: 1; transform: none; }
.legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; font-size: var(--fs-xs); color: var(--on-dark-soft); }
.legend i { display: inline-block; width: 12px; height: 12px; border-radius: 4px; margin-right: 6px; vertical-align: -1px; background: #4b9cd3; }
.legend i.hs { background: #f2b53a; }
.legend i.pv { background: #5ed3a8; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 18px; counter-reset: s; position: relative; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 26px; } .steps::before { content: ""; position: absolute; top: 34px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, var(--blue), var(--blue-hi)); transform-origin: left; transform: scaleX(var(--line, 0)); transition: transform 1.6s var(--ease) 0.3s; } .steps.is-in::before { --line: 1; } }
.step { position: relative; padding: 0 6px; }
.step .n { position: relative; z-index: 1; display: grid; place-items: center; width: 64px; height: 72px; margin-bottom: 22px; font-family: var(--f-display); font-weight: 800; font-size: 1.9rem; color: var(--ink); background: linear-gradient(160deg, var(--blue-hi), var(--blue)); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--text-soft); font-size: var(--fs-sm); line-height: 1.65; max-width: 34ch; }
.section-dark .step p { color: var(--on-dark-soft); }

/* ---------- gallery rail (sticky horizontal scroll on desktop, swipe on mobile) ---------- */
.rail { position: relative; background: var(--ink); color: var(--on-dark); }
.rail-sticky { padding: clamp(72px, 9vw, 110px) 0 48px; overflow: hidden; }
@media (min-width: 900px) { .rail-sticky { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 70px 0 40px; } }
.rail-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; }
.rail-viewport { overflow: hidden; }
@media (max-width: 899px) { .rail-viewport { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-inline: 20px; } .rail-viewport::-webkit-scrollbar { display: none; } }
.rail-track { display: flex; gap: 18px; width: max-content; padding-left: max(20px, (100vw - 1240px) / 2); padding-right: 20px; will-change: transform; }
@media (max-width: 899px) { .rail-track { padding-left: 0; } }
.rail-item { flex: none; height: clamp(300px, 56vh, 520px); margin: 0; scroll-snap-align: start; }
.rail-item .ph { height: 100%; }
.rail-item.p { aspect-ratio: 3 / 4; }
.rail-item.l { aspect-ratio: 4 / 3; }
.rail-item.w { aspect-ratio: 16 / 9; }
.rail-item figcaption { margin-top: 12px; font-size: var(--fs-xs); color: var(--on-dark-soft); }
.rail-bar { height: 3px; margin-top: 30px; border-radius: 3px; background: var(--line-dark); overflow: hidden; }
.rail-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-hi)); transform-origin: left; transform: scaleX(var(--rp, 0)); }
@media (max-width: 899px) { .rail-bar { display: none; } .rail-item { height: 360px; } }

/* ---------- locations ---------- */
.loc-section { background: radial-gradient(900px 500px at 10% 0%, rgba(75, 156, 211, 0.14), transparent 60%), var(--navy); overflow: hidden; }
.loc-stage { display: grid; gap: 20px; }
@media (min-width: 980px) { .loc-stage { grid-template-columns: 1.55fr 1fr; gap: 26px; align-items: stretch; } }
.map-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: #0d1a2c; box-shadow: inset 0 0 0 1px var(--line-dark), var(--shadow); min-height: 380px; }
@media (min-width: 980px) { .map-frame { min-height: 520px; } }
.map { position: absolute; inset: 0; background: #0d1a2c; }
.map .leaflet-tile-pane { filter: grayscale(1) invert(1) brightness(0.62) contrast(1.15) sepia(0.35) hue-rotate(172deg) saturate(2.6); }
.map.map-failed::after { content: "The map could not load. We train at the Milford Youth Center (24 Pearl St, Milford) and at BCA in the Blackstone area."; position: absolute; inset: 0; display: grid; place-items: center; padding: 30px; text-align: center; color: var(--on-dark-soft); }
.map-hud { position: absolute; z-index: 500; top: 14px; left: 14px; right: 14px; display: flex; justify-content: space-between; gap: 10px; pointer-events: none; }
.map-live, .map-dist { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; font-size: var(--fs-xs); font-weight: 600; color: var(--white); background: rgba(6, 13, 24, 0.7); backdrop-filter: blur(8px); box-shadow: inset 0 0 0 1px var(--line-dark); }
.map-dist:empty { display: none; }
.map-live .dot { width: 8px; height: 8px; border-radius: 50%; background: #5ce0a0; box-shadow: 0 0 0 0 rgba(92, 224, 160, 0.6); animation: live 2s infinite; }
@keyframes live { 70% { box-shadow: 0 0 0 8px rgba(92, 224, 160, 0); } 100% { box-shadow: 0 0 0 0 rgba(92, 224, 160, 0); } }
.leaflet-container { font-family: var(--f-body); background: #0d1a2c; }
.leaflet-control-attribution { background: rgba(6, 13, 24, 0.7) !important; color: var(--on-dark-soft) !important; font-size: 10px; }
.leaflet-control-attribution a { color: var(--blue-hi) !important; }
.leaflet-bar a { background: var(--navy-2) !important; color: var(--white) !important; border-color: var(--line-dark) !important; }
.hexb-wrap { background: none; border: 0; }
.hexb { position: relative; display: grid; place-items: center; width: 34px; height: 38px; }
.hexb svg { position: relative; z-index: 2; width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 4px 12px rgba(75, 156, 211, 0.8)); }
.hexb svg polygon { fill: var(--blue); stroke: var(--white); stroke-width: 2.5; }
.hexb b { position: absolute; z-index: 3; inset: 0; display: grid; place-items: center; font-family: var(--f-display); font-weight: 800; font-size: 15px; color: var(--ink); padding-top: 1px; }
.hexb i { position: absolute; inset: 0; z-index: 1; background: var(--blue); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); opacity: 0; animation: hexpulse 2.8s var(--ease) infinite; animation-delay: var(--d, 0s); }
.hexb i + i { animation-delay: calc(var(--d, 0s) + 1.4s); }
.hexb.is-catch svg { animation: catch 0.6s var(--ease); }
.hexb.is-catch::after { content: ""; position: absolute; inset: -6px; border: 2px solid var(--blue-hi); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); animation: ripple 0.9s var(--ease) forwards; }
@keyframes hexpulse { 0% { opacity: 0.55; transform: scale(1); } 100% { opacity: 0; transform: scale(3.2); } }
@keyframes catch { 40% { transform: scale(1.3); } }
@keyframes ripple { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(3.4); } }
.pass-line { stroke: var(--blue-hi); stroke-dasharray: 2 9; stroke-linecap: round; fill: none; animation: march 1.2s linear infinite; }
.pass-glow { stroke: var(--blue); stroke-opacity: 0.18; fill: none; stroke-linecap: round; }
@keyframes march { to { stroke-dashoffset: -22; } }
.ball-wrap { background: none; border: 0; }
.ball { display: block; width: 22px; height: 22px; transform: scale(var(--lift, 1)); filter: drop-shadow(0 calc((var(--lift, 1) - 1) * 30px + 3px) 6px rgba(0, 0, 0, 0.55)); }
.ball svg { width: 100%; height: 100%; animation: rot 0.9s linear infinite; }
.ball svg circle { fill: #e8833a; stroke: #3b1d08; stroke-width: 1.2; }
.ball svg path { fill: none; stroke: #3b1d08; stroke-width: 1.1; }
.wah-popup .leaflet-popup-content-wrapper { background: var(--ink); color: var(--on-dark); border-radius: 16px; box-shadow: inset 0 0 0 1px var(--line-dark), 0 20px 40px -12px rgba(0, 0, 0, 0.7); }
.wah-popup .leaflet-popup-tip { background: var(--ink); }
.map-pop { display: grid; gap: 4px; min-width: 190px; font-size: 0.86rem; }
.map-pop small { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-hi); font-weight: 700; }
.map-pop b { font-family: var(--f-body); font-size: 1.05rem; color: var(--white); }
.map-pop span { color: var(--on-dark-soft); }
.map-pop a { margin-top: 6px; font-weight: 800; color: var(--blue-hi); text-decoration: none; }
.court-cards { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; align-content: start; }
.court-card { --cx: 50%; --cy: 0%; position: relative; width: 100%; text-align: left; display: grid; gap: 6px; padding: 22px 22px 20px; border: 0; border-radius: 22px; cursor: pointer; color: var(--on-dark); background: rgba(255, 255, 255, 0.03); box-shadow: inset 0 0 0 1px var(--line-dark); overflow: hidden; isolation: isolate; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), background 0.4s; }
.court-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity 0.4s; background: radial-gradient(320px circle at var(--cx) var(--cy), rgba(75, 156, 211, 0.22), transparent 60%); }
.court-card::after { content: ""; position: absolute; right: -40px; top: -40px; width: 150px; height: 170px; z-index: -1; border: 1px solid rgba(140, 196, 236, 0.16); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: linear-gradient(160deg, rgba(75, 156, 211, 0.12), transparent); transition: transform 0.8s var(--ease); }
.court-card:hover, .court-card.is-on { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(140, 196, 236, 0.45), 0 26px 50px -30px rgba(0, 0, 0, 0.7); }
.court-card:hover::before, .court-card.is-on::before { opacity: 1; }
.court-card:hover::after, .court-card.is-on::after { transform: rotate(30deg) scale(1.1); }
.cc-top { display: flex; align-items: center; gap: 10px; }
.cc-kicker { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-hi); }
.hexdot { width: 14px; height: 16px; background: var(--blue); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); animation: hexblink 2.4s ease-in-out infinite; }
@keyframes hexblink { 50% { opacity: 0.45; } }
.court-card b { font-family: var(--f-body); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.02em; color: var(--white); line-height: 1.1; margin-top: 4px; }
.court-card small { font-size: var(--fs-sm); color: var(--on-dark-soft); }
.cc-runs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.cc-runs i { font-style: normal; font-size: var(--fs-xs); font-weight: 600; padding: 5px 10px; border-radius: 999px; background: rgba(75, 156, 211, 0.14); color: var(--on-dark); }
.cc-go { margin-top: 10px; font-weight: 700; font-size: var(--fs-sm); color: var(--blue-hi); }
.cc-go .arr { display: inline-block; transition: transform 0.3s var(--ease); }
.court-card:hover .cc-go .arr { transform: translateX(5px); }

/* ---------- testimonials (portal store only) ---------- */
.tgrid { display: grid; gap: 18px; }
@media (min-width: 800px) { .tgrid { grid-template-columns: repeat(3, 1fr); } }
.tcard { margin: 0; padding: 28px; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 20px 50px -34px rgba(11, 22, 39, 0.35); }
.tcard .stars { color: var(--blue); letter-spacing: 3px; }
.tcard blockquote { margin: 14px 0 16px; font-size: 1.02rem; line-height: 1.6; }
.tcard cite { font-style: normal; font-weight: 700; font-size: 0.9rem; color: var(--blue-deep); }

/* ---------- CTA band ---------- */
.band { position: relative; overflow: hidden; color: var(--on-dark); background: var(--ink); isolation: isolate; }
.band-inner { position: relative; display: grid; gap: 30px; align-items: center; padding: clamp(40px, 6vw, 72px); border-radius: 34px; background: linear-gradient(135deg, rgba(75, 156, 211, 0.28), rgba(18, 34, 58, 0.6) 55%), var(--navy-2); box-shadow: inset 0 0 0 1px rgba(140, 196, 236, 0.22); overflow: hidden; }
@media (min-width: 900px) { .band-inner { grid-template-columns: 1.3fr auto; } }
.band-inner::after { content: ""; position: absolute; right: -80px; top: 50%; width: 420px; height: 470px; transform: translateY(-50%) rotate(0deg); border: 1.5px solid rgba(140, 196, 236, 0.22); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(140, 196, 236, 0.05) 22px 23px); animation: rot 80s linear infinite; z-index: -1; }
.band h2 { color: var(--white); }
.band p { color: var(--on-dark-soft); margin-top: 18px; max-width: 50ch; font-size: var(--fs-lead); }
.band .small { font-size: var(--fs-sm); margin-top: 16px; }

/* ---------- footer ---------- */
.site-footer { position: relative; overflow: hidden; background: var(--ink); color: var(--on-dark-soft); padding: 72px 0 110px; font-size: var(--fs-sm); }
.foot-mark { position: absolute; left: 50%; bottom: -0.2em; transform: translateX(-50%); white-space: nowrap; pointer-events: none; font-family: var(--f-display); font-weight: 800; text-transform: uppercase; font-size: clamp(5rem, 17vw, 16rem); letter-spacing: 0.02em; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(140, 196, 236, 0.1); }
.foot-grid { position: relative; display: grid; gap: 36px; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.6fr 1fr 1fr 1.3fr; } }
.foot-brand img { width: 96px; margin-bottom: 16px; }
.foot-brand p { max-width: 36ch; }
.site-footer h4 { font-family: var(--f-body); font-size: var(--fs-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer a { text-decoration: none; color: var(--on-dark-soft); transition: color 0.2s; }
.site-footer a:hover { color: var(--white); }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(140, 196, 236, 0.08); color: var(--on-dark); }
.socials a:hover { background: var(--blue); color: var(--ink); }
.foot-sms { position: relative; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-dark); font-size: var(--fs-xs); max-width: 900px; }
.foot-legal { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; margin-top: 22px; font-size: var(--fs-xs); }
.foot-legal nav { display: flex; gap: 20px; }
.funnel-footer { padding: 28px 0; }
.funnel-footer .foot-legal { margin-top: 0; }

/* ---------- mobile CTA + progress ---------- */
.mobile-cta { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 12px; transform: translateY(140%); transition: transform 0.45s var(--ease); }
.mobile-cta.is-on { transform: none; }
.is-typing .mobile-cta { transform: translateY(140%); }
@media (min-width: 960px) { .mobile-cta { display: none; } }
.scroll-progress { position: fixed; z-index: 60; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--blue), var(--blue-hi)); transform-origin: left; transform: scaleX(var(--sp, 0)); pointer-events: none; }

/* ---------- inner page hero ---------- */
.page-hero { position: relative; overflow: hidden; padding: 150px 0 80px; color: var(--on-dark); background: radial-gradient(800px 400px at 85% 0%, rgba(75, 156, 211, 0.24), transparent 60%), var(--ink); isolation: isolate; }
.page-hero h1 { color: var(--white); max-width: 16ch; }
.page-hero .lead { color: var(--on-dark-soft); margin-top: 22px; }
.page-hero-sm { padding: 140px 0 56px; }
.page-hero .hexgrid { opacity: 0.8; }

/* ---------- forms ---------- */
.form { display: grid; gap: 16px; }
.row2 { display: grid; gap: 16px; }
@media (min-width: 600px) { .row2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 7px; }
.field label, .field .lbl { font-size: var(--fs-xs); font-weight: 700; color: var(--text); }
.field label i, .field .lbl i { font-style: normal; font-weight: 500; color: var(--text-soft); }
.input { width: 100%; min-height: 52px; padding: 13px 16px; border-radius: 14px; border: 1.5px solid var(--line-light); background: var(--white); font: inherit; font-size: 1rem; color: var(--text); transition: border-color 0.2s, box-shadow 0.2s; }
textarea.input { min-height: 120px; resize: vertical; }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none' stroke='%230b1627' stroke-width='2'%3E%3Cpath d='m1 1 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; }
.input:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(75, 156, 211, 0.18); }
.input.is-bad, .choice-row.is-bad { border-color: #d64545; box-shadow: 0 0 0 4px rgba(214, 69, 69, 0.12); border-radius: 14px; }
.choice-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.choice { position: relative; display: block; cursor: pointer; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice span { display: grid; gap: 2px; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line-light); background: var(--white); transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.choice b { font-family: var(--f-body); font-size: 1.02rem; }
.choice small { color: var(--text-soft); font-size: 0.82rem; }
.choice input:checked + span { border-color: var(--blue); background: #eef6fc; box-shadow: 0 0 0 4px rgba(75, 156, 211, 0.16); }
.choice input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 2px; }
.consent { display: grid; gap: 12px; padding: 16px; border-radius: 16px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--line-light); }
.consent label { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: var(--fs-xs); line-height: 1.5; color: var(--text-soft); cursor: pointer; }
.consent label:first-child { font-size: var(--fs-sm); color: var(--text); font-weight: 600; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--blue-deep); cursor: pointer; }
.consent a { color: var(--blue-deep); font-weight: 700; }
.form-error { display: none; padding: 12px 14px; border-radius: 12px; background: #fdecec; color: #9b1c1c; font-size: 0.9rem; font-weight: 600; }
.form-error.is-on { display: block; animation: shake 0.4s; }
@keyframes shake { 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: var(--fs-xs); color: var(--text-soft); text-align: center; }
.panel { position: relative; padding: clamp(22px, 3.4vw, 38px); border-radius: var(--radius-lg); background: var(--white); color: var(--text); box-shadow: 0 1px 0 var(--line-light), 0 40px 80px -40px rgba(11, 22, 39, 0.55); }
.done { text-align: center; padding: 20px 0; }
.done .tick { margin: 0 auto 18px; }
.done h3 { font-size: 1.7rem; margin-bottom: 10px; }

/* ---------- funnels ---------- */
.funnel-page { background: var(--paper); }
.funnel { position: relative; padding: 118px 0 72px; background: radial-gradient(900px 500px at 90% -10%, rgba(75, 156, 211, 0.28), transparent 60%), var(--ink); color: var(--on-dark); isolation: isolate; overflow: hidden; }
.funnel-grid { display: grid; gap: 36px; align-items: start; }
@media (min-width: 980px) { .funnel-grid { grid-template-columns: 1fr 0.95fr; gap: 56px; } .funnel-grid .panel { position: sticky; top: 24px; } }
.funnel h1 { color: var(--white); }
.funnel .lead { color: var(--on-dark-soft); margin-top: 20px; }
.pitch-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.pitch-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.pitch-list .ic { display: grid; place-items: center; width: 42px; height: 46px; color: var(--ink); background: linear-gradient(160deg, var(--blue-hi), var(--blue)); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.pitch-list b { display: block; color: var(--white); font-weight: 700; font-size: var(--fs-body); }
.pitch-list span { color: var(--on-dark-soft); font-size: var(--fs-sm); }
.vsl { margin-top: 28px; aspect-ratio: 16 / 9; border-radius: 22px; overflow: hidden; background: #000; box-shadow: var(--shadow); }
.vsl iframe, .vsl video { width: 100%; height: 100%; border: 0; }
.mini-proof { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 14px; border-radius: 18px; background: rgba(140, 196, 236, 0.06); box-shadow: inset 0 0 0 1px var(--line-dark); }
.mini-proof img { width: 64px; height: 64px; border-radius: 14px; object-fit: cover; flex: none; }
.mini-proof p { font-size: var(--fs-sm); color: var(--on-dark-soft); }
.mini-proof b { color: var(--white); }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 22px; }
.progress i { height: 4px; border-radius: 4px; background: var(--paper-2); overflow: hidden; position: relative; }
.progress i::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--blue), var(--blue-hi)); transform: scaleX(0); transform-origin: left; transition: transform 0.6s var(--ease); }
.progress i.on::after { transform: scaleX(1); }
.fstep { display: none; }
.fstep.is-on { display: block; animation: stepIn 0.5s var(--ease); }
@keyframes stepIn { from { opacity: 0; transform: translateX(16px); } }
.fstep-head { margin-bottom: 20px; }
.fstep-head small { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-deep); }
.fstep-head h2 { font-size: 1.55rem; margin-top: 6px; letter-spacing: -0.02em; line-height: 1.2; }
.fstep-head p { color: var(--text-soft); font-size: var(--fs-sm); margin-top: 6px; }
.back { border: 0; background: none; padding: 8px 0; cursor: pointer; font-weight: 700; color: var(--text-soft); font-size: 0.9rem; }
.back:hover { color: var(--text); }
.cal-days { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.cal-day { flex: none; width: 66px; padding: 10px 6px; border-radius: 14px; border: 1.5px solid var(--line-light); background: var(--white); cursor: pointer; text-align: center; scroll-snap-align: start; transition: border-color 0.2s, background 0.2s, transform 0.2s; }
.cal-day small { display: block; font-size: 0.75rem; font-weight: 700; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.06em; }
.cal-day b { display: block; font-family: var(--f-display); font-size: 1.7rem; line-height: 1.1; }
.cal-day:hover { transform: translateY(-2px); }
.cal-day.is-on { border-color: var(--blue); background: var(--navy); color: var(--white); }
.cal-day.is-on small { color: var(--blue-hi); }
.cal-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px; margin-top: 8px; }
.cal-slot { min-height: 52px; border-radius: 14px; border: 1.5px solid var(--blue); background: #eef6fc; font-family: var(--f-body); font-weight: 700; font-size: var(--fs-body); color: var(--navy); cursor: pointer; transition: background 0.2s, color 0.2s, transform 0.2s; }
.cal-slot:hover { background: var(--blue); color: var(--ink); transform: translateY(-2px); }
.cal-note { font-size: 0.86rem; color: var(--text-soft); margin-bottom: 14px; }
.cal-loading { display: flex; align-items: center; gap: 12px; padding: 22px 0; color: var(--text-soft); font-weight: 600; }
.cal-loading::before { content: ""; width: 22px; height: 24px; background: var(--blue); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); animation: spin 1.2s linear infinite; }
.cal-empty { padding: 18px; border-radius: 14px; background: var(--paper); font-size: 0.94rem; }
.summary { display: grid; gap: 8px; padding: 18px; border-radius: 16px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--line-light); margin-bottom: 18px; font-size: 0.95rem; }
.summary b { color: var(--text); }

/* enroll plans */
.term-toggle { display: inline-flex; flex-wrap: wrap; gap: 4px; padding: 5px; border-radius: 999px; background: var(--paper-2); margin-bottom: 18px; }
.term-toggle button { min-height: 42px; padding: 8px 16px; border: 0; border-radius: 999px; background: none; cursor: pointer; font-weight: 700; font-size: var(--fs-sm); color: var(--text-soft); transition: background 0.25s, color 0.25s; }
.term-toggle button.is-on { background: var(--navy); color: var(--white); }
.plans { display: grid; gap: 12px; }
.plan { --cx: 50%; --cy: 0%; position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 16px; width: 100%; padding: 18px 20px; text-align: left; border-radius: 18px; border: 1.5px solid var(--line-light); background: var(--white); cursor: pointer; transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s; overflow: hidden; }
.plan:hover { transform: translateY(-2px); }
.plan.is-on { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(75, 156, 211, 0.16); }
.plan-name { font-family: var(--f-body); font-weight: 800; font-size: 1.12rem; }
.plan-desc { grid-column: 1; font-size: var(--fs-sm); color: var(--text-soft); }
.plan-price { grid-row: 1 / span 2; grid-column: 2; text-align: right; }
.plan-price b { display: block; font-family: var(--f-display); font-weight: 800; font-size: 2rem; line-height: 1; letter-spacing: 0; }
.plan-price small { font-size: var(--fs-xs); color: var(--text-soft); }
.plan-per { grid-column: 1 / -1; font-size: var(--fs-xs); color: var(--blue-deep); font-weight: 700; }
.plan .pop { position: absolute; top: 0; right: 18px; padding: 3px 10px; border-radius: 0 0 10px 10px; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; background: var(--blue); color: var(--ink); }

/* confirmation pages */
.confirm { min-height: 100svh; padding: 120px 0 80px; color: var(--on-dark); background: radial-gradient(900px 600px at 50% -10%, rgba(75, 156, 211, 0.3), transparent 60%), var(--ink); text-align: center; isolation: isolate; position: relative; overflow: hidden; }
.confirm h1 { color: var(--white); margin: 22px auto 0; max-width: 18ch; }
.confirm .lead { margin: 20px auto 0; color: var(--on-dark-soft); }
.tick { width: 92px; height: 102px; margin: 0 auto; display: grid; place-items: center; background: linear-gradient(160deg, var(--blue-hi), var(--blue)); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); animation: pop 0.7s var(--ease) both; }
.tick svg { width: 44px; height: 44px; }
.tick path { fill: none; stroke: var(--ink); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: tickdraw 0.6s var(--ease) 0.45s forwards; }
@keyframes pop { from { transform: scale(0.4) rotate(-30deg); opacity: 0; } }
@keyframes tickdraw { to { stroke-dashoffset: 0; } }
.pass { display: grid; margin: 40px auto 0; max-width: 640px; text-align: left; border-radius: 24px; overflow: hidden; background: var(--white); color: var(--text); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7); animation: passIn 0.9s var(--ease) 0.3s both; }
@media (min-width: 600px) { .pass { grid-template-columns: 1fr 190px; } }
@keyframes passIn { from { opacity: 0; transform: translateY(30px) rotate(-1.5deg); } }
.pass-main { position: relative; padding: 26px 28px; }
.pass-main::before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 2px dashed var(--line-light); }
.pass-kicker { display: flex; align-items: center; gap: 10px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-deep); }
.pass-kicker img { width: 38px; }
.pass-name { font-family: var(--f-display); font-weight: 800; font-size: 2.6rem; text-transform: uppercase; letter-spacing: 0.01em; margin-top: 12px; line-height: 0.95; }
.pass-group { color: var(--text-soft); font-weight: 600; margin-top: 4px; }
.pass-rows { display: grid; gap: 6px; margin-top: 16px; font-size: 0.92rem; }
.pass-side { display: grid; place-content: center; text-align: center; padding: 24px; background: var(--navy); color: var(--white); }
.pass-side small { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-hi); }
.pass-side b { display: block; font-family: var(--f-display); font-weight: 800; font-size: 4rem; line-height: 1; margin: 6px 0; }
.pass-side span { font-weight: 700; }
.pass-side em { display: block; font-style: normal; margin-top: 8px; color: var(--blue-hi); font-weight: 800; }
.next-steps { display: grid; gap: 14px; margin: 44px auto 0; max-width: 900px; text-align: left; }
@media (min-width: 800px) { .next-steps { grid-template-columns: repeat(3, 1fr); } }
.next-steps li { list-style: none; padding: 20px; border-radius: 18px; background: rgba(140, 196, 236, 0.06); box-shadow: inset 0 0 0 1px var(--line-dark); font-size: var(--fs-sm); color: var(--on-dark-soft); }
.next-steps b { display: block; color: var(--white); margin-bottom: 4px; font-size: var(--fs-body); }
.next-steps ol { padding: 0; margin: 0; display: contents; }
.confetti { position: fixed; inset: 0; z-index: 70; pointer-events: none; }

/* ---------- legal ---------- */
.legal { max-width: 780px; }
.legal h2 { font-size: 1.45rem; margin: 48px 0 14px; letter-spacing: -0.02em; line-height: 1.25; }
.legal h3 { font-size: 1.1rem; margin: 26px 0 10px; }
.legal p, .legal li { color: var(--text-soft); font-size: var(--fs-body); line-height: 1.7; }
.legal p + p { margin-top: 12px; }
.legal ul { padding-left: 20px; display: grid; gap: 6px; margin: 12px 0; }
.legal a { color: var(--blue-deep); font-weight: 600; }

/* ---------- faq ---------- */
.faq { display: grid; gap: 12px; max-width: 860px; }
.faq details { border-radius: 18px; background: var(--white); box-shadow: 0 1px 0 var(--line-light), 0 16px 40px -32px rgba(11, 22, 39, 0.4); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 20px 22px; font-weight: 700; font-size: var(--fs-body); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: var(--paper-2); font-size: 1.2rem; transition: transform 0.3s var(--ease), background 0.3s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--blue); }
.faq details p { padding: 0 22px 20px; color: var(--text-soft); }

/* ---------- misc ---------- */
.two-col-list { display: grid; gap: 22px; }
@media (min-width: 800px) { .two-col-list { grid-template-columns: 1fr 1fr; } }
.info-card { padding: 26px; border-radius: 22px; background: var(--white); box-shadow: 0 1px 0 var(--line-light), 0 20px 50px -36px rgba(11, 22, 39, 0.4); }
.info-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.info-card p { color: var(--text-soft); font-size: var(--fs-sm); }
.table-scroll { overflow-x: auto; border-radius: 20px; box-shadow: inset 0 0 0 1px var(--line-light); background: var(--white); }
.ptable { width: 100%; border-collapse: collapse; min-width: 560px; font-size: var(--fs-sm); }
.ptable th, .ptable td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line-light); }
.ptable th { font-family: var(--f-body); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-soft); background: var(--paper); }
.ptable td b { font-family: var(--f-display); font-size: 1.5rem; font-weight: 800; }
.ptable tr:last-child td { border-bottom: 0; }
.center { text-align: center; }
.mt-s { margin-top: 16px; } .mt-m { margin-top: 28px; } .mt-l { margin-top: 44px; }

/* ---------- reduced motion: calmer, never dead ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { animation-duration: 5.5s; }
  .btn::after { animation-duration: 8s; }
  .btn .arr { animation-duration: 3.4s; }
  .js [data-reveal] { transform: none; transition-duration: 1.2s; }
  .js [data-split] .wm-i { transform: translateY(40%); transition-duration: 1.4s; }
  .js .wipe, .js .wipe.is-in { clip-path: none; }
  .js .wipe img, .js .wipe.is-in img, .ph img { transform: none; }
  .js .wipe { opacity: 0; transition: opacity 1.2s var(--ease); }
  .js .wipe.is-in { opacity: 1; }
  .hex-photo img { animation-duration: 40s; }
  .float-card { animation-duration: 10s; }
  .hero-lines .spin { animation-duration: 140s; }
  .marquee-track { animation-duration: 90s; }
  .hexb i { animation-duration: 4.5s; }
  .pass-line { animation-duration: 3s; }
  .ball svg { animation-duration: 2.4s; }
  .band-inner::after { animation-duration: 180s; }
  .fstep.is-on { animation-duration: 0.3s; }
}

/* ================= round 2: identity bar, video, stats band, mission/vision, values, voices, motion ================= */
/* identity bar (A2P: business name + contact visible on every main page) */
.topbar { font-size: var(--fs-xs); color: var(--on-dark-soft); border-bottom: 1px solid var(--line-dark); max-height: 40px; overflow: hidden; transition: max-height 0.35s var(--ease), opacity 0.3s; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 36px; }
.topbar a { color: var(--on-dark-soft); text-decoration: none; }
.topbar a:hover { color: var(--white); }
.topbar-r { display: flex; gap: 18px; }
.site-header:has(.topbar) { padding-top: 0; }
.site-header:has(.topbar) > .wrap { padding-top: 12px; }
.site-header.is-stuck .topbar { max-height: 0; opacity: 0; border-color: transparent; }
@media (max-width: 760px) { .topbar > .wrap > span:first-child { display: none; } .topbar-r { width: 100%; justify-content: space-between; gap: 10px; } }
@media (max-width: 380px) { .topbar-r a:last-child { display: none; } }
.hero { padding-top: max(128px, 14vh); }

/* hero trust chips */
.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: min(34px, 3.6vh) 0 0; }
.trust li { font-size: var(--fs-xs); font-weight: 600; color: var(--on-dark); padding: 7px 13px; border-radius: 999px; background: rgba(140, 196, 236, 0.08); box-shadow: inset 0 0 0 1px var(--line-dark); }

/* background video: shown over its poster/photo only once it is actually playing */
.bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s var(--ease); pointer-events: none; }
.bg-video.is-playing { opacity: 1; }
.hex-photo .bg-video { filter: saturate(0.9) contrast(1.05); }

/* stats band over the training reel */
.reel-band { position: relative; overflow: hidden; isolation: isolate; color: var(--on-dark); background: var(--ink) url("/assets/reel-wide-poster.jpg") center / cover no-repeat; padding: clamp(90px, 12vw, 160px) 0; }
.reel-band .bg-video { z-index: -2; opacity: 0; }
.reel-band .bg-video.is-playing { opacity: 1; }
.reel-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6, 13, 24, 0.9), rgba(6, 13, 24, 0.62) 45%, rgba(6, 13, 24, 0.94)), radial-gradient(80% 60% at 20% 30%, rgba(75, 156, 211, 0.25), transparent 70%); }
.reel-head { max-width: 760px; margin-bottom: clamp(44px, 6vw, 72px); }
.reel-head .h-lg { color: var(--white); }
.bignums { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
@media (min-width: 900px) { .bignums { grid-template-columns: repeat(4, 1fr); } }
.bignum { padding-top: 22px; border-top: 1px solid rgba(140, 196, 236, 0.3); }
.bignum b { display: block; font-family: var(--f-display); font-weight: 800; font-size: clamp(3.6rem, 7vw, 6rem); line-height: 0.9; color: var(--white); }
.bignum b sup { font-size: 0.45em; color: var(--blue-hi); vertical-align: 0.9em; margin-left: 2px; }
.bignum > span { display: block; margin-top: 12px; font-size: var(--fs-sm); color: var(--on-dark-soft); max-width: 22ch; }
/* hero keeps no stat row now; its old rule is harmless */

/* mission + vision */
.mv-section { overflow: hidden; }
.mv { display: grid; gap: 14px; margin-top: 30px; }
@media (min-width: 640px) { .mv { grid-template-columns: 1fr 1fr; } }
.mv-card { position: relative; padding: 24px 24px 22px; border-radius: 20px; background: var(--white); box-shadow: 0 1px 0 var(--line-light), 0 24px 50px -36px rgba(11, 22, 39, 0.45); overflow: hidden; }
.mv-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(var(--blue), var(--blue-hi)); transform: scaleY(0); transform-origin: top; transition: transform 1s var(--ease) 0.3s; }
.mv-card.is-in::before { transform: none; }
.mv-k { display: block; font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-deep); margin-bottom: 10px; }
.mv-card p { font-size: var(--fs-sm); line-height: 1.65; color: var(--text); }

/* values strip */
.values { padding: clamp(48px, 6vw, 72px) 0; background: var(--ink); border-block: 1px solid var(--line-dark); }
.values-row { display: grid; gap: 28px; }
@media (min-width: 800px) { .values-row { grid-template-columns: repeat(3, 1fr); } }
.value { display: grid; gap: 8px; padding-left: 22px; border-left: 2px solid rgba(140, 196, 236, 0.3); }
.value b { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.6rem, 4.4vw, 3.6rem); line-height: 0.9; text-transform: uppercase; color: var(--white); }
.value:nth-child(2) b { color: var(--blue-hi); }
.value span { font-size: var(--fs-sm); color: var(--on-dark-soft); }

/* athlete videos */
.voices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 899px) { .voices { grid-template-columns: 1fr; gap: 28px; max-width: 420px; margin-inline: auto; width: 100%; } .voice:nth-child(2) { transform: none; } }
.voice { margin: 0; }
.voice:nth-child(2) { transform: translateY(40px); }
.voice-play { position: relative; display: block; width: 100%; aspect-ratio: 9 / 16; padding: 0; border: 0; border-radius: 22px; overflow: hidden; cursor: pointer; background: var(--navy-2); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8), inset 0 0 0 1px var(--line-dark); }
.voice-play video { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-ic { position: absolute; left: 50%; top: 50%; width: 64px; height: 72px; margin: -36px 0 0 -32px; display: grid; place-items: center; background: var(--blue); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); transition: transform 0.35s var(--ease), opacity 0.3s; animation: breathe-hex 2.6s ease-in-out infinite; }
.play-ic svg { width: 24px; height: 24px; fill: var(--ink); margin-left: 3px; }
.voice-play:hover .play-ic { transform: scale(1.1); }
.voice-play.is-playing .play-ic { opacity: 0; transform: scale(0.6); }
.voice figcaption { margin-top: 12px; display: flex; justify-content: space-between; gap: 10px; font-size: var(--fs-xs); font-weight: 600; color: var(--on-dark-soft); }
.voice figcaption span { color: var(--blue-hi); }
@keyframes breathe-hex { 50% { transform: scale(1.08); } }
@media (max-width: 560px) { .voice:nth-child(2) { transform: none; } }

/* floating hex graphics with scroll parallax (depth via data-depth) */
.floaters { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.section > .wrap, .hero > .wrap, .band > .wrap { position: relative; z-index: 1; }
.fl { position: absolute; display: block; width: var(--s, 180px); aspect-ratio: 0.87; transform: translate3d(0, var(--fy, 0px), 0); will-change: transform; }
.fl::before { content: ""; position: absolute; inset: 0; border: 1.5px solid rgba(140, 196, 236, 0.22); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: linear-gradient(160deg, rgba(75, 156, 211, 0.1), transparent 60%); animation: flspin var(--sp, 50s) linear infinite; }
.fl::after { content: ""; position: absolute; inset: 14%; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); box-shadow: inset 0 0 0 1px rgba(140, 196, 236, 0.12); background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(140, 196, 236, 0.06) 10px 11px); animation: flspin var(--sp, 50s) linear infinite reverse; }
.floaters.light .fl::before { border-color: rgba(34, 103, 155, 0.14); background: linear-gradient(160deg, rgba(75, 156, 211, 0.08), transparent 60%); }
.floaters.light .fl::after { background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(34, 103, 155, 0.06) 10px 11px); }
.f1 { --s: 240px; --sp: 70s; left: -60px; top: 12%; }
.f2 { --s: 120px; --sp: 40s; right: 8%; top: 8%; }
.f3 { --s: 320px; --sp: 90s; right: -120px; bottom: -60px; }
.f4 { --s: 90px; --sp: 30s; left: 38%; bottom: 10%; }
@keyframes flspin { to { transform: rotate(360deg); } }
@media (max-width: 700px) { .f1, .f3 { --s: 160px; } .f2, .f4 { display: none; } }

/* court line that draws with scroll progress through the section */
[data-scrub] { position: relative; overflow: hidden; }
.court-scrub { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 60%; pointer-events: none; z-index: 0; }
.court-scrub path { fill: none; stroke: var(--blue); stroke-opacity: 0.22; stroke-width: 2; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--scrub, 0)); }

/* programs plan cards: frequency badge in the icon */
.card .ico b { font-family: var(--f-display); font-size: 1.35rem; font-weight: 800; }

@media (prefers-reduced-motion: reduce) {
  .fl::before, .fl::after { animation-duration: 200s; }
  .play-ic { animation-duration: 5s; }
}

/* ---------- round 3: counters ---------- */
[data-count] { font-variant-numeric: tabular-nums; display: inline-block; transform-origin: 50% 80%; }
[data-count].bump { animation: countbump 0.22s var(--ease); }
@keyframes countbump { 40% { transform: translateY(-6%) scale(1.06); } }
.bignum b sup { display: inline-block; transform: scale(0); transition: transform 0.5s var(--ease); }
.bignum.is-counted b sup { transform: none; }
.bignum { position: relative; }
.bignum::before { content: ""; position: absolute; left: 0; top: -1px; height: 2px; width: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-hi)); transform: scaleX(var(--cp, 0)); transform-origin: left; }

/* ---------- round 4: mobile + tablet polish ---------- */
/* nothing on the page below 13px */
.badge b, .prog .flag, .cc-kicker, .fstep-head small, .ptable th, .pass-kicker, .pass-side small, .cal-day small, .plan .pop { font-size: var(--fs-xs); }
/* touch: every link in the chrome gets a 44px tall hit area */
@media (pointer: coarse), (max-width: 959px) {
  .topbar a, .foot-legal a, .site-footer ul a, .prog-foot .link, .funnel-contact a { display: inline-flex; align-items: center; min-height: 44px; }
  .site-footer ul { gap: 0; }
  .foot-legal nav { gap: 22px; }
  .topbar .wrap { min-height: 44px; }
}
/* tablet: keep the small overlapping photo inside the screen */
@media (max-width: 1100px) { .mission-media .ph-small { right: 0; } }
/* AAU practice table becomes stacked cards on phones */
@media (max-width: 600px) {
  .table-scroll { overflow: visible; background: transparent; box-shadow: none; }
  .ptable { min-width: 0; display: block; }
  .ptable thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ptable tbody { display: grid; gap: 12px; }
  .ptable tr { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; padding: 18px; border-radius: 18px; background: var(--white); box-shadow: 0 16px 40px -30px rgba(11, 22, 39, 0.5); }
  .ptable td { padding: 0; border: 0; font-size: var(--fs-sm); }
  .ptable td::before { content: attr(data-label); display: block; margin-bottom: 2px; font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-soft); }
  .ptable td:first-child { grid-column: 1 / -1; }
  .ptable td:first-child::before { display: none; }
  .ptable td b { font-size: 1.6rem; }
}
/* phones: comfortable section rhythm, no cramped hero */
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .sec-head { margin-bottom: 32px; }
  .hero { padding-bottom: 48px; }
  .hero-media { max-width: 340px; }
  .cta-row .btn-lg { flex: 1 1 100%; }
  .bignums { gap: 26px 18px; }
  .values-row { gap: 22px; }
  .panel { padding: 20px 16px; }
  .band-inner { padding: 32px 22px; }
}

/* checklists on dark sections must use the light text colour */
.section-dark .checks li, .hero .checks li, .band .checks li { color: var(--on-dark); }
