/* ============================================================
   WE MET SPORTS - brand stylesheet
   Faithfully derived from the WE MET General Catalogue
   Palette: Yellow #FEE31C  •  Navy #1C2747
   ============================================================ */

:root {
  --yellow: #FEE31C;
  --yellow-deep: #F5D400;
  --navy: #1C2747;
  --navy-2: #141d36;
  --ink: #14161c;
  --white: #ffffff;
  --grey: #6b7280;
  --line: rgba(28, 39, 71, 0.12);

  /* program accents */
  --c-mini: #F7A50A;
  --c-foundation: #17A6DF;
  --c-mastery: #F26C21;
  --c-elite: #FEE31C;
  --c-social: #B6D330;
  --c-corporate: #71539E;
  --c-veteran: #5CB466;
  --c-private: #1C2747;
  --c-events: #65318A;
  --c-facility: #5CB466;
  --c-tour: #3A6BB0;

  --font-head: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --maxw: 1180px;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(20, 25, 40, 0.16);
  --shadow-sm: 0 8px 24px rgba(20, 25, 40, 0.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--font-body);
  color: var(--navy);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.02; letter-spacing: -0.01em; }

.italic-head {
  font-family: var(--font-head);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}

a { color: inherit; text-decoration: none; }

.eyebrow {
  font-family: var(--font-head);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.04em;
  font-size: 0.84rem;
  padding: 13px 24px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-yellow { background: var(--yellow); color: var(--navy); }
.btn-yellow:hover { box-shadow: 0 10px 24px rgba(254,227,28,.45); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { box-shadow: 0 10px 24px rgba(28,39,71,.35); }
.btn-ghost { background: transparent; border-color: currentColor; }
.btn-wa { background: #25D366; color: #07371b; }
.btn-wa:hover { box-shadow: 0 10px 24px rgba(37,211,102,.45); }

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(28, 39, 71, 0.96);
  backdrop-filter: blur(10px);
  transition: box-shadow .25s ease, padding .25s ease;
}
.nav.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.25); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: var(--yellow); flex: 0 0 auto;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.brand-mark img { width: 44px; height: 44px; object-fit: contain; display: block; }
.brand .bword { font-family: var(--font-head); font-weight: 900; font-style: italic; color: #fff; font-size: 1.15rem; letter-spacing: .02em; line-height: 1; }
.brand .bword span { color: var(--yellow); }
.brand small { display:block; font-family: var(--font-head); font-weight: 600; font-size: .48rem; letter-spacing: .08em; color: rgba(255,255,255,.58); white-space: nowrap; margin-top: 2px; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-family: var(--font-head); font-weight: 600; font-size: .82rem;
  color: rgba(255,255,255,.82); padding: 9px 13px; border-radius: 8px;
  text-transform: uppercase; letter-spacing: .03em; transition: color .15s, background .15s;
}
.nav-links a:hover { color: var(--yellow); background: rgba(255,255,255,.06); }
.nav-cta { margin-left: 8px; padding: 10px 18px !important; font-size: .78rem; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: #fff; border-radius: 2px; margin: 5px 0; transition: .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--yellow);
  padding: 150px 0 90px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -180px; top: -120px;
  width: 620px; height: 620px; border-radius: 50%;
  border: 70px solid rgba(28,39,71,.05);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.hero-logo { height: 72px; width: auto; margin-bottom: 26px; }
.hero .badge-line {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy); color: #fff; padding: 8px 18px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 800; text-transform: uppercase;
  letter-spacing: .14em; font-size: .72rem; margin-bottom: 22px;
}
.hero h1 {
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(2.8rem, 7vw, 5rem); color: var(--navy);
  letter-spacing: -0.02em; margin-bottom: 18px;
}
.hero h1 .stroke { color: var(--navy); display: inline-block; }
.hero h1 .stroke::after { content: ""; display: block; height: 8px; width: 64%; background: var(--navy); border-radius: 6px; margin-top: 6px; }
.hero p.lead { font-size: 1.12rem; max-width: 30em; color: #2b3658; margin-bottom: 30px; font-weight: 500; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-figure { position: relative; }
.hero-figure img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.hero-figure .tag {
  position: absolute; left: -18px; bottom: 26px; background: var(--navy); color: #fff;
  padding: 14px 20px; border-radius: 12px; box-shadow: var(--shadow-sm);
  font-family: var(--font-head); font-weight: 900; font-style: italic; font-size: 1rem; max-width: 230px; line-height: 1.1;
}
.hero-figure .tag span { color: var(--yellow); }
.hero-stats { display: flex; gap: 34px; margin-top: 38px; }
.hero-stats .stat .n { font-family: var(--font-head); font-weight: 900; font-style: italic; font-size: 2.4rem; color: var(--navy); line-height: 1; }
.hero-stats .stat .l { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; color: #45507a; }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
section { position: relative; }
.section-pad { padding: 90px 0; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head .kicker { color: var(--c-mini); font-weight: 800; }
.section-head h2 { font-weight: 900; font-style: italic; text-transform: uppercase; font-size: clamp(2.1rem, 4.6vw, 3.4rem); margin: 12px 0 16px; }
.section-head p { font-size: 1.06rem; color: #3c466a; }

.quote-band {
  font-family: var(--font-head); font-weight: 800; font-style: italic;
  text-transform: uppercase; letter-spacing: -0.01em;
  font-size: clamp(1.4rem, 3.4vw, 2.3rem); line-height: 1.05;
}

/* ---------- ABOUT (dark) ---------- */
.about { background: var(--navy); color: #eef1f8; }
.about .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about h2 { color: var(--yellow); font-weight: 900; font-style: italic; text-transform: uppercase; font-size: clamp(2.4rem,5vw,3.8rem); margin-bottom: 22px; }
.about .cols { columns: 2; column-gap: 30px; color: #c7cee0; font-size: .98rem; }
.about .quote-band { color: var(--yellow); margin-top: 30px; -webkit-text-stroke: 0; }
.about-figure { position: relative; }
.about-figure img { border-radius: var(--radius); filter: grayscale(.15); box-shadow: var(--shadow); }
.about-figure .quote-band {
  position: absolute; left: 22px; bottom: 22px; right: 22px; color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.6);
}

/* ---------- TOUR (blue) ---------- */
.tour { background: #21437A; color: #fff; }
.tour h2 { color: #fff; -webkit-text-stroke: 0; text-shadow: 0 2px 16px rgba(0,0,0,.25); }
.tour .kicker { color: var(--yellow); }
.tour .tour-lead { color: #fff; max-width: 60em; font-size: 1.12rem; font-weight: 500; line-height: 1.7; }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.tour-card { background: rgba(255,255,255,.10); border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); transition: transform .2s; cursor: pointer; }
.tour-card:hover { transform: translateY(-5px); }
.tour-card img { aspect-ratio: 16/10; object-fit: cover; }
.tour-card .cap { padding: 16px 18px; font-size: .94rem; color: #fff; font-weight: 500; }
.tour-card .cap b { color: var(--yellow); display:block; font-family: var(--font-head); font-weight: 800; margin-bottom: 4px; font-size: .86rem; text-transform: uppercase; letter-spacing: .04em; }

/* ---------- SERVICES strip ---------- */
.services { background: #f5f6fa; }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.svc-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display:flex; flex-direction: column; }
.svc-card .ph { aspect-ratio: 16/11; overflow: hidden; }
.svc-card .ph img { width:100%; height:100%; object-fit: cover; transition: transform .4s; }
.svc-card:hover .ph img { transform: scale(1.06); }
.svc-body { padding: 26px 24px 28px; flex:1; display:flex; flex-direction:column; }
.svc-body h3 { font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 1.5rem; margin-bottom: 10px; }
.svc-body p { color: #4b556f; font-size: .95rem; flex:1; }
.svc-quote { margin-top: 16px; font-family: var(--font-head); font-style: italic; font-weight: 800; color: var(--navy); font-size: 1rem; }

/* ============================================================
   PROGRAM DIVIDERS + CARDS
   ============================================================ */
.divider { padding: 110px 0; }
.divider h2 { font-weight: 900; font-style: normal; text-transform: uppercase; font-size: clamp(3rem, 9vw, 7rem); line-height: .92; letter-spacing: -0.03em; }
.divider.junior { background: var(--yellow); color: var(--navy); }
.divider.junior h2 { color: #111; }
.divider.senior { background: var(--navy); color: #fff; }
.divider.senior h2 { color: #fff; }
.divider .sub { font-size: 1.05rem; max-width: 40em; margin-top: 18px; font-weight: 500; }
.divider.junior .sub { color: #3a3a14; }
.divider.senior .sub { color: #c7cee0; }

.programs { background: #fff; padding: 0 0 30px; }

.pcard {
  --accent: var(--c-mini);
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow); margin: 0 auto 56px; max-width: var(--maxw);
  border: 1px solid var(--line);
}
.pcard-top { padding: 34px 38px 28px; position: relative; }
.pcard-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.pbadge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--accent); color: #fff; font-family: var(--font-head);
  font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  font-size: .74rem; padding: 7px 15px; border-radius: 999px;
}
.pbadge.alt { background: var(--navy); }
.pbadge.light { background: var(--yellow); color: var(--navy); }
.pcard h3 {
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(2rem, 4.4vw, 3.2rem); color: var(--accent);
  letter-spacing: -0.02em; max-width: 14ch;
}
.pcard h3 .wm { color: var(--navy); }
.pcard .accent-rule { height: 4px; width: 100%; background: var(--accent); border-radius: 4px; margin: 22px 0 0; }

.pcard-body { display: grid; grid-template-columns: 1.4fr .9fr; gap: 38px; padding: 30px 38px 8px; }
.pcard .about-prog .lbl { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; color: var(--navy); margin-bottom: 8px; }
.pcard .about-prog > p { color: #45507a; margin-bottom: 22px; font-size: 1.02rem; }

.detail-list { display: flex; flex-direction: column; gap: 16px; }
.detail { display: flex; gap: 14px; align-items: flex-start; }
.detail .ico {
  flex: 0 0 38px; width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center; background: color-mix(in srgb, var(--accent) 16%, white);
  color: var(--accent);
}
.detail .ico svg { width: 20px; height: 20px; }
.detail .txt { font-size: .95rem; color: #3f4868; }
.detail .txt b { color: var(--navy); }

.player-card { align-self: start; }
.player-card .ph { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.player-card .ph::before {
  content: "Player in program"; position: absolute; top: 0; left: 0; z-index: 2;
  background: var(--accent); color: #fff; font-family: var(--font-head); font-weight: 800;
  font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; padding: 7px 13px;
  border-bottom-right-radius: 10px;
}
.player-card .ph img { aspect-ratio: 1/1.08; object-fit: cover; width: 100%; }
.player-card .pname {
  background: var(--accent); color: #fff; text-align: center; padding: 9px;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem;
  border-radius: 0 0 12px 12px; margin-top: -4px;
}
.light-accent .pbadge, .light-accent .player-card .ph::before, .light-accent .player-card .pname { color: var(--navy); }
.light-accent .pcard h3 { color: var(--navy); }

.pquote {
  background: var(--accent); color: #fff; margin: 26px 0 0; padding: 30px 38px;
}
.light-accent .pquote { color: var(--navy); }

/* ---------- EVENTS ---------- */
.events { background: var(--c-events); color: #fff; }
.events h2, .events .kicker { color: #fff; }
.events .kicker { opacity: .8; }
.events .lead { color: #ecdcf6; max-width: 60em; }
.ev-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; margin-top: 40px; align-items: start; }
.ev-list { display: grid; gap: 16px; }
.ev-item { display:flex; gap: 14px; }
.ev-item .ico { flex:0 0 40px; width:40px; height:40px; border-radius: 10px; background: rgba(255,255,255,.14); display:grid; place-items:center; color: #fff; }
.ev-item .ico svg{ width:20px;height:20px; }
.ev-item p { font-size: .96rem; color: #f0e6f8; }
.ev-item p b { color: #fff; }
.ev-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ev-gallery figure { position: relative; border-radius: 12px; overflow:hidden; cursor: pointer; }
.ev-gallery img { aspect-ratio: 4/3; object-fit: cover; transition: transform .3s; }
.ev-gallery figure:hover img { transform: scale(1.07); }
.ev-gallery figcaption { position:absolute; left:0; right:0; bottom:0; background: linear-gradient(transparent, rgba(0,0,0,.8)); color:#fff; padding: 22px 12px 10px; font-family: var(--font-head); font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .03em; }
.ev-gallery .big { grid-column: 1 / -1; }
.events .quote-band { color: var(--yellow); margin-top: 44px; text-align:center; }

/* ---------- FACILITY ---------- */
.facility { background: var(--c-facility); color: #fff; }
.facility h2, .facility .kicker { color: #fff; }
.facility .kicker { opacity:.85; }
.facility .lead { color: #eaf6ec; max-width: 60em; }
.fac-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
.fac-card { background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius: 14px; padding: 24px; }
.fac-card .ico { width:44px;height:44px;border-radius:12px;background:#fff;color:var(--c-facility);display:grid;place-items:center;margin-bottom:14px; }
.fac-card .ico svg{width:24px;height:24px;}
.fac-card h4 { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; font-size: 1rem; margin-bottom: 8px; letter-spacing: .02em; }
.fac-card p { font-size: .92rem; color: #eaf6ec; }
.fac-photos { display:grid; grid-template-columns: 2fr 1fr; gap: 16px; margin-top: 24px; }
.fac-photos img { border-radius: 14px; aspect-ratio: 16/9; object-fit: cover; height:100%; }
.facility .quote-band { color: var(--navy); margin-top: 40px; text-align:center; }

/* ---------- HEADCOACH ---------- */
.coach { background: var(--yellow); color: var(--navy); }
.coach-grid { display:grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items:start; }
.coach h2 { font-weight: 900; font-style: italic; text-transform: uppercase; font-size: clamp(2.6rem,6vw,4.2rem); line-height:.95; }
.coach .rule { height: 4px; background: var(--navy); width: 90px; margin: 22px 0; border-radius: 4px; }
.coach .letter p { margin-bottom: 16px; color: #2a3354; font-size: 1.02rem; }
.coach .sig { margin-top: 26px; }
.coach .sig .nm { font-family: var(--font-head); font-weight: 900; font-style: italic; font-size: 1.2rem; }
.coach .sig .ttl { font-weight: 600; font-size: .9rem; }
.coach blockquote { font-family: var(--font-head); font-weight: 900; font-style: italic; text-transform: uppercase; font-size: clamp(1.5rem,3.6vw,2.4rem); line-height: 1.05; margin-top: 10px; }

/* ---------- CONTACT / FOOTER ---------- */
.contact { background: var(--navy-2); color: #e7ebf5; }
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact h2 { color: var(--yellow); font-weight: 900; font-style: italic; text-transform: uppercase; font-size: clamp(2.2rem,5vw,3.4rem); margin-bottom: 18px; }
.contact .ctext { color: #b9c1d8; max-width: 36em; margin-bottom: 26px; }
.contact-info { display:grid; gap: 16px; margin-bottom: 26px; }
.cinfo { display:flex; gap:14px; align-items:flex-start; }
.cinfo .ico { flex:0 0 42px; width:42px;height:42px; border-radius:12px; background: rgba(254,227,28,.12); color: var(--yellow); display:grid; place-items:center; }
.cinfo .ico svg{width:20px;height:20px;}
.cinfo b { font-family: var(--font-head); font-weight:700; display:block; }
.cinfo span { color:#aab3cd; font-size:.92rem; }
form .row { display:grid; grid-template-columns:1fr 1fr; gap: 14px; }
form label { display:block; font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; margin: 0 0 6px; color:#aab3cd; }
form input, form select, form textarea {
  width:100%; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14);
  color:#fff; border-radius:10px; padding: 12px 14px; font-family:var(--font-body); font-size:.95rem; margin-bottom:14px;
}
form input:focus, form select:focus, form textarea:focus { outline:none; border-color: var(--yellow); }
form textarea { resize: vertical; min-height: 110px; }
form .form-note { font-size:.8rem; color:#8b95b3; margin-top:6px; }
.foot-logo { margin-top: 56px; display: flex; }
.foot-logo img {
  height: 88px; width: auto; background: var(--yellow);
  padding: 16px 24px; border-radius: 16px; box-shadow: var(--shadow-sm);
}
.foot-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:30px; padding-top: 26px; display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; color:#8b95b3; font-size:.85rem; }
.foot-bottom .socials { display:flex; gap:10px; }
.foot-bottom .socials a { width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;transition:.2s; }
.foot-bottom .socials a:hover { background: var(--yellow); color: var(--navy); }
.foot-bottom .socials svg{width:18px;height:18px;}

/* ---------- floating whatsapp + back to top ---------- */
.fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 90; width:58px;height:58px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 10px 30px rgba(37,211,102,.5); transition: transform .2s; }
.fab-wa:hover { transform: scale(1.08); }
.fab-wa svg{width:30px;height:30px;}
.to-top { position: fixed; right: 24px; bottom: 92px; z-index:90; width:46px;height:46px;border-radius:50%;background:var(--navy);color:#fff;border:0;cursor:pointer;display:grid;place-items:center;opacity:0;pointer-events:none;transition:.25s; box-shadow: var(--shadow-sm);}
.to-top.show { opacity:1; pointer-events:auto; }
.to-top svg{width:20px;height:20px;}

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset:0; z-index:200; background: rgba(10,12,20,.92); display:none; place-items:center; padding: 30px; }
.lightbox.open { display:grid; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.6); }
.lightbox .close { position:absolute; top:20px; right:26px; background:none;border:0;color:#fff;font-size:2.4rem;cursor:pointer;line-height:1; }

/* ---------- reveal ---------- */
.reveal { opacity:0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity:1; transform:none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .nav-links {
    position: fixed; inset: 70px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--navy); padding: 14px 24px 26px; gap: 4px;
    transform: translateY(-130%); transition: transform .3s ease; box-shadow: 0 20px 40px rgba(0,0,0,.4);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 13px; font-size: .95rem; }
  .nav-cta { margin: 8px 0 0; justify-content:center; }
  .nav-toggle { display: block; }

  .hero-grid, .about .about-grid, .ev-grid, .coach-grid, .contact-grid { grid-template-columns: 1fr; }
  .about .cols { columns: 1; }
  .hero-figure { order: -1; max-width: 420px; }
  .tour-grid, .svc-grid, .fac-grid { grid-template-columns: 1fr 1fr; }
  .pcard-body { grid-template-columns: 1fr; }
  .player-card { max-width: 360px; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .section-pad { padding: 64px 0; }
  .tour-grid, .svc-grid, .fac-grid, .ev-gallery, .fac-photos, form .row { grid-template-columns: 1fr; }
  .hero { padding: 120px 0 64px; }
  .hero::after { display: none; }
  .hero-logo { height: 54px; margin-bottom: 20px; }
  .foot-logo img { height: 66px; padding: 13px 18px; }
  .hero-stats { gap: 22px; }
  .pcard-top, .pcard-body, .pquote { padding-left: 22px; padding-right: 22px; }
}
/* ============================================================
   WE MET SPORTS - motion & creative layer
   Loaded after styles.css. All heavy motion respects
   prefers-reduced-motion (see bottom of file).
   ============================================================ */

/* ---------- 0. Page loader / brand splash ---------- */
.loader {
  position: fixed; inset: 0; z-index: 2000; background: var(--navy);
  display: grid; place-items: center;
  transition: opacity .6s ease, visibility .6s ease;
}
.loader.hide { opacity: 0; visibility: hidden; }
.loader-mark {
  width: 104px; height: 104px; border-radius: 50%; background: var(--yellow);
  display: grid; place-items: center; position: relative; animation: pulse 1.1s ease-in-out infinite;
}
.loader-mark img { width: 92px; height: 92px; }
.loader-ring {
  position: absolute; inset: -16px; border: 4px solid rgba(254,227,28,.22);
  border-top-color: var(--yellow); border-radius: 50%; animation: spin .85s linear infinite;
}
.loader-word {
  position: absolute; bottom: -52px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-head); font-weight: 800; font-style: italic; letter-spacing: .3em;
  color: rgba(255,255,255,.7); font-size: .72rem; text-transform: uppercase; white-space: nowrap;
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.09); } }

/* ---------- 1. Scroll progress bar ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 4px; width: 100%; z-index: 130; pointer-events: none; }
.scroll-progress > span {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--yellow), #fff5a8);
  box-shadow: 0 0 14px rgba(254,227,28,.8);
}

/* ---------- 2. Active nav link ---------- */
.nav-links a { position: relative; }
.nav-links a:not(.nav-cta).active { color: var(--yellow); }
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 2px;
  background: var(--yellow); border-radius: 2px; transform: scaleX(0); transform-origin: left;
  transition: transform .25s cubic-bezier(.2,.7,.2,1);
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a:not(.nav-cta).active::after { transform: scaleX(1); }

/* ---------- 3. Button shine sweep ---------- */
.btn { position: relative; overflow: hidden; }
.btn > * { position: relative; z-index: 1; }
.btn::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; z-index: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg);
}
.btn:hover::after { animation: shine .75s ease; }
@keyframes shine { to { left: 150%; } }

/* ---------- 4. Hero entrance (driven by body.loaded) ---------- */
.hero .reveal { opacity: 1 !important; transform: none !important; }
.hero-logo, .hero .badge-line, .hero h1, .hero p.lead, .hero-cta, .hero-stats, .hero-figure {
  opacity: 0;
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.hero-logo, .hero .badge-line, .hero h1, .hero p.lead, .hero-cta, .hero-stats { transform: translateY(30px); }
.hero-figure { transform: translateX(46px) scale(.96); }
body.loaded .hero-logo      { opacity: 1; transform: none; transition-delay: .15s; }
body.loaded .hero .badge-line { opacity: 1; transform: none; transition-delay: .27s; }
body.loaded .hero h1        { opacity: 1; transform: none; transition-delay: .39s; }
body.loaded .hero p.lead    { opacity: 1; transform: none; transition-delay: .54s; }
body.loaded .hero-cta       { opacity: 1; transform: none; transition-delay: .66s; }
body.loaded .hero-stats     { opacity: 1; transform: none; transition-delay: .78s; }
body.loaded .hero-figure    { opacity: 1; transform: none; transition-delay: .42s; }

/* hero headline underline draws in */
.hero h1 .stroke::after { transform-origin: left; transform: scaleX(0); transition: transform .7s ease .95s; }
body.loaded .hero h1 .stroke::after { transform: scaleX(1); }

/* ---------- 5. Decorative floating motifs ---------- */
.decor { position: absolute; pointer-events: none; z-index: 0; opacity: .9; }
.decor svg { width: 100%; height: 100%; display: block; }
.decor-shuttle { animation: floaty var(--dur, 7s) ease-in-out infinite; }
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
  50%      { transform: translateY(-24px) rotate(calc(var(--r, 0deg) + 10deg)); }
}
.decor-ring { border-radius: 50%; border: 14px solid rgba(28,39,71,.06); }
.hero .decor-ring { animation: floaty 11s ease-in-out infinite; }
/* hero shuttles */
.hero .d1 { width: 90px; height: 90px; top: 16%; right: 40%; --r: -12deg; --dur: 8s; color: rgba(28,39,71,.18); }
.hero .d2 { width: 64px; height: 64px; bottom: 14%; right: 8%; --r: 18deg; --dur: 9.5s; color: rgba(28,39,71,.16); }
.hero .d3 { width: 120px; height: 120px; top: 60%; left: -40px; --r: 6deg; --dur: 10s; color: rgba(28,39,71,.10); }
/* divider shuttles */
.divider { overflow: hidden; }
.divider .decor { opacity: .5; }
.divider.junior .ds { color: rgba(0,0,0,.10); }
.divider.senior .ds { color: rgba(255,255,255,.10); }
.divider .ds1 { width: 150px; height: 150px; top: 18%; right: 6%; --r: -10deg; --dur: 9s; }
.divider .ds2 { width: 90px; height: 90px; bottom: 14%; right: 22%; --r: 14deg; --dur: 11s; }

/* ---------- 6. Marquee ticker ---------- */
.marquee {
  overflow: hidden; background: var(--yellow);
  border-top: 4px solid var(--navy); border-bottom: 4px solid var(--navy);
  padding: 15px 0; position: relative;
}
.marquee.alt { background: var(--navy); border-color: var(--yellow); }
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee.alt .marquee-track { animation-duration: 34s; animation-direction: reverse; }
.marquee-track span {
  font-family: var(--font-head); font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: 1.35rem; color: var(--navy); white-space: nowrap; padding: 0 30px;
  display: inline-flex; align-items: center; gap: 30px; letter-spacing: -.01em;
}
.marquee.alt .marquee-track span { color: var(--yellow); }
.marquee-track .dot { width: 12px; height: 12px; border-radius: 50%; background: currentColor; opacity: .55; flex: 0 0 auto; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- 7. Staggered grid reveals ---------- */
.svc-grid .svc-card:nth-child(2) { transition-delay: .12s; }
.svc-grid .svc-card:nth-child(3) { transition-delay: .24s; }

.tour-grid .tour-card, .fac-grid .fac-card, .ev-gallery figure {
  opacity: 0; transform: translateY(30px) scale(.97);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1);
}
.tour-grid.in .tour-card, .fac-grid.in .fac-card, .ev-gallery.in figure { opacity: 1; transform: none; }
.tour-grid.in .tour-card:nth-child(1), .fac-grid.in .fac-card:nth-child(1), .ev-gallery.in figure:nth-child(1) { transition-delay: .06s; }
.tour-grid.in .tour-card:nth-child(2), .fac-grid.in .fac-card:nth-child(2), .ev-gallery.in figure:nth-child(2) { transition-delay: .16s; }
.tour-grid.in .tour-card:nth-child(3), .fac-grid.in .fac-card:nth-child(3), .ev-gallery.in figure:nth-child(3) { transition-delay: .26s; }
.tour-grid.in .tour-card:nth-child(4), .fac-grid.in .fac-card:nth-child(4) { transition-delay: .36s; }
.tour-grid.in .tour-card:nth-child(5), .fac-grid.in .fac-card:nth-child(5) { transition-delay: .46s; }
.tour-grid.in .tour-card:nth-child(6), .fac-grid.in .fac-card:nth-child(6) { transition-delay: .56s; }

.ev-list .ev-item { opacity: 0; transform: translateX(-22px); transition: opacity .5s ease, transform .5s ease; }
.ev-list.in .ev-item { opacity: 1; transform: none; }
.ev-list.in .ev-item:nth-child(2) { transition-delay: .1s; }
.ev-list.in .ev-item:nth-child(3) { transition-delay: .2s; }
.ev-list.in .ev-item:nth-child(4) { transition-delay: .3s; }
.ev-list.in .ev-item:nth-child(5) { transition-delay: .4s; }

/* program card detail rows cascade */
.pcard .detail { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.pcard.in .detail { opacity: 1; transform: none; }
.pcard.in .detail:nth-child(2) { transition-delay: .08s; }
.pcard.in .detail:nth-child(3) { transition-delay: .16s; }
.pcard.in .detail:nth-child(4) { transition-delay: .24s; }
.pcard.in .detail:nth-child(5) { transition-delay: .32s; }
.pcard.in .detail:nth-child(6) { transition-delay: .40s; }

/* ---------- 8. Card tilt + glow ---------- */
.tilt { transform-style: preserve-3d; transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease; }
.tilt .player-card, .tilt h3, .tilt .svc-body, .tilt .cap { transform: translateZ(30px); }
.pcard.tilt:hover { box-shadow: 0 36px 80px rgba(20,25,40,.22), 0 0 0 2px color-mix(in srgb, var(--accent) 45%, transparent); }
.svc-card.tilt:hover { box-shadow: 0 30px 64px rgba(20,25,40,.2); }
.player-card .ph img { transition: transform .5s ease; }
.pcard:hover .player-card .ph img { transform: scale(1.05); }

/* richer image zoom on tour cards */
.tour-card img { transition: transform .55s ease; }
.tour-card:hover img { transform: scale(1.08); }
.ev-gallery figure img { transition: transform .55s ease; }

/* ---------- 9. Lightbox prev/next ---------- */
.lightbox .lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 54px; height: 54px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center;
  transition: background .2s ease; backdrop-filter: blur(4px);
}
.lightbox .lb-nav:hover { background: var(--yellow); color: var(--navy); }
.lightbox .lb-prev { left: 22px; }
.lightbox .lb-next { right: 22px; }
.lightbox .lb-nav svg { width: 26px; height: 26px; }
.lightbox img { animation: lbpop .35s cubic-bezier(.2,.7,.2,1); }
@keyframes lbpop { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: none; } }

/* ---------- 10. Floating WhatsApp pulse ---------- */
.fab-wa { animation: floaty 5s ease-in-out infinite; }
.fab-wa::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25D366;
  z-index: -1; animation: wapulse 2.2s ease-out infinite;
}
@keyframes wapulse { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(1.9); opacity: 0; } }

/* ---------- 11. Section heading kicker animated dot ---------- */
.section-head .eyebrow::before {
  content: ""; display: inline-block; width: 22px; height: 3px; background: currentColor;
  vertical-align: middle; margin-right: 10px; border-radius: 2px;
}

/* quote bands subtle gradient shimmer */
.pquote { position: relative; overflow: hidden; }
.pquote::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.18), transparent);
  transform: skewX(-20deg); animation: sweep 6s ease-in-out infinite;
}
@keyframes sweep { 0%, 70% { left: -60%; } 100% { left: 160%; } }

/* ---------- 12. Reveal easing upgrade ---------- */
.reveal { transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-scale { transform: translateY(20px) scale(.96); }
.reveal-right { transform: translateX(40px); }
.reveal-left  { transform: translateX(-40px); }
.reveal-right.in, .reveal-left.in, .reveal-scale.in { transform: none; }

/* ============================================================
   EXTENDED CREATIVE LAYER
   ============================================================ */

/* ---------- A. Impact "by the numbers" band ---------- */
.impact {
  background: var(--navy); color: #fff; padding: 84px 0 72px; position: relative; overflow: hidden;
  clip-path: polygon(0 28px, 100% 0, 100% 100%, 0 100%);
}
.impact .imp-shuttle { width: 120px; height: 120px; top: 16%; left: 46%; color: rgba(255,255,255,.06); --dur: 9s; }
.impact-head { text-align: center; margin-bottom: 40px; }
.impact-head .eyebrow { color: var(--yellow); }
.impact-head h2 { font-weight: 900; font-style: italic; text-transform: uppercase; font-size: clamp(1.6rem,3.4vw,2.4rem); margin-top: 8px; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; position: relative; z-index: 1; }
.impact-item { position: relative; }
.impact-item + .impact-item::before {
  content: ""; position: absolute; left: -12px; top: 18%; height: 64%; width: 1px; background: rgba(255,255,255,.14);
}
.impact-item .n { font-family: var(--font-head); font-weight: 900; font-style: italic; font-size: clamp(2.6rem,6vw,4.4rem); color: var(--yellow); line-height: 1; }
.impact-item .l { text-transform: uppercase; letter-spacing: .12em; font-weight: 700; font-size: .8rem; color: #aab3cd; margin-top: 10px; }

/* ---------- B. Player stories carousel ---------- */
.stories { background: #f5f6fa; }
.story-carousel { position: relative; max-width: 920px; margin: 0 auto; }
.story-viewport { overflow: hidden; border-radius: 24px; }
.story-track { display: flex; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.story-slide {
  min-width: 100%; box-sizing: border-box; display: grid; grid-template-columns: 220px 1fr; gap: 40px;
  align-items: center; background: #fff; padding: 48px; border-top: 7px solid var(--accent, var(--yellow));
}
.story-photo {
  width: 200px; height: 200px; border-radius: 24px; object-fit: cover; box-shadow: var(--shadow-sm);
  background: var(--accent);
}
.story-body .quote-mark { font-family: var(--font-head); font-weight: 900; font-style: italic; font-size: 3.4rem; color: var(--accent); line-height: .6; }
.story-quote { font-size: 1.32rem; line-height: 1.5; font-style: italic; color: var(--navy); margin: 6px 0 22px; font-weight: 500; }
.story-name { font-family: var(--font-head); font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 1.2rem; color: var(--navy); }
.story-prog {
  display: inline-block; margin-top: 8px; background: var(--accent); color: #fff;
  font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  font-size: .72rem; padding: 6px 14px; border-radius: 999px;
}
.story-slide.light-prog .story-prog { color: var(--navy); }
.story-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer; background: var(--navy); color: #fff;
  display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: background .2s, transform .2s;
}
.story-nav:hover { background: var(--yellow); color: var(--navy); }
.story-nav:active { transform: translateY(-50%) scale(.92); }
.story-nav.prev { left: -18px; }
.story-nav.next { right: -18px; }
.story-nav svg { width: 24px; height: 24px; }
.story-dots { display: flex; gap: 10px; justify-content: center; margin-top: 26px; }
.story-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: #c3c9d8; cursor: pointer; padding: 0; transition: .2s; }
.story-dots button.active { background: var(--navy); width: 28px; border-radius: 6px; }

/* ---------- C. Magnetic buttons ---------- */
.magnetic { transition: transform .18s cubic-bezier(.2,.7,.2,1); }

/* ---------- D. Custom cursor ---------- */
.cursor-shuttle {
  position: fixed; top: 0; left: 0; width: 38px; height: 38px; pointer-events: none; z-index: 1500;
  border-radius: 50%; background: var(--yellow); display: grid; place-items: center;
  /* white ring + soft shadow define the yellow disc on any background
     without adding a second navy ring that would clash with the emblem */
  box-shadow: 0 0 0 1.6px rgba(255,255,255,.9), 0 4px 13px rgba(0,0,0,.35);
  transform: translate(-50%, -50%); opacity: 0;
  transition: opacity .3s ease, width .22s cubic-bezier(.2,1.4,.4,1), height .22s cubic-bezier(.2,1.4,.4,1), box-shadow .2s ease;
  will-change: transform; backface-visibility: hidden;
}
.cursor-shuttle img { width: 36px; height: 36px; display: block; transition: width .22s cubic-bezier(.2,1.4,.4,1), height .22s cubic-bezier(.2,1.4,.4,1); }
.cursor-shuttle.visible { opacity: 1; }
.cursor-shuttle.big { width: 54px; height: 54px; box-shadow: 0 0 0 2px rgba(255,255,255,.95), 0 7px 20px rgba(0,0,0,.4); }
.cursor-shuttle.big img { width: 51px; height: 51px; }
/* quick "serve" spin on click */
.cursor-shuttle.spin img { animation: cursorSpin .55s cubic-bezier(.25,.8,.3,1); }
@keyframes cursorSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
/* hide the OS cursor on devices that support the custom one */
@media (hover: hover) and (pointer: fine) {
  html.shuttle-cursor, html.shuttle-cursor * { cursor: none !important; }
}

/* ---------- E. Maps card ---------- */
.map-card { margin-top: 24px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); position: relative; }
.map-card iframe { width: 100%; height: 230px; border: 0; display: block; filter: grayscale(.25) contrast(1.05); }
.map-card .pin {
  position: absolute; top: 14px; left: 14px; background: var(--yellow); color: var(--navy);
  font-family: var(--font-head); font-weight: 800; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em;
  padding: 7px 13px; border-radius: 999px; pointer-events: none;
}

/* ---------- F. Flying shuttlecock between sections ---------- */
.flyer { position: absolute; width: 70px; height: 70px; pointer-events: none; z-index: 1; color: var(--accent, var(--yellow)); will-change: transform; }

/* ---------- G. Hero glow + scroll cue ---------- */
.hero-glow {
  position: absolute; width: 560px; height: 560px; border-radius: 50%; right: 4%; top: 16%; z-index: 0;
  background: radial-gradient(circle, rgba(28,39,71,.12), transparent 62%); filter: blur(8px);
  animation: floaty 13s ease-in-out infinite; pointer-events: none;
}
.scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 9px; color: var(--navy);
  font-family: var(--font-head); font-weight: 800; font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; opacity: .75;
  transition: opacity .4s ease;
}
.scroll-cue.gone { opacity: 0; }
.scroll-cue .mouse { width: 24px; height: 38px; border: 2.5px solid var(--navy); border-radius: 14px; position: relative; }
.scroll-cue .mouse::after {
  content: ""; position: absolute; top: 7px; left: 50%; width: 4px; height: 7px; background: var(--navy);
  border-radius: 2px; transform: translateX(-50%); animation: wheel 1.5s ease-in-out infinite;
}
@keyframes wheel { 0% { opacity: 1; transform: translate(-50%, 0); } 55% { opacity: 0; transform: translate(-50%, 11px); } 100% { opacity: 0; } }

/* ---------- H. Program card watermark number ---------- */
.pcard-num {
  position: absolute; top: 8px; right: 26px; z-index: 0; pointer-events: none;
  font-family: var(--font-head); font-weight: 900; font-style: italic; font-size: 6rem; line-height: 1;
  color: color-mix(in srgb, var(--accent) 13%, transparent); letter-spacing: -.04em;
}
.pcard-top > .pcard-badges, .pcard-top > h3, .pcard-top > .accent-rule { position: relative; z-index: 1; }

/* ---------- I. Angled footer transition ---------- */
.contact { clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%); }

/* ---------- replayable number stats ---------- */
.replayable { cursor: pointer; }
.replay { animation: statPulse .55s cubic-bezier(.3,.7,.3,1); }
@keyframes statPulse { 0% { transform: scale(1); } 38% { transform: scale(1.03); } 100% { transform: scale(1); } }
.impact-grid.replayable { position: relative; }
.impact-grid.replayable::after {
  content: "↻ Click to replay"; position: absolute; left: 50%; bottom: -34px; transform: translateX(-50%);
  font-family: var(--font-head); font-weight: 700; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.4); transition: color .2s ease; white-space: nowrap;
}
.impact-grid.replayable:hover::after { color: var(--yellow); }

/* ---------- J. Accessibility: skip link + focus styles ---------- */
.skip-link {
  position: fixed; top: 10px; left: 50%; transform: translateX(-50%) translateY(-160%); z-index: 3000;
  background: var(--navy); color: #fff; padding: 12px 22px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: .8rem;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateX(-50%) translateY(0); outline: 3px solid var(--yellow); outline-offset: 2px; }

:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; border-radius: 4px; }
.nav .nav-links a:focus-visible, .nav .brand:focus-visible { outline-color: var(--yellow); }
.btn:focus-visible { outline-color: var(--navy); outline-offset: 4px; }
.hero :focus-visible, .divider.junior :focus-visible, .coach :focus-visible { outline-color: var(--navy); }
.about :focus-visible, .tour :focus-visible, .events :focus-visible, .facility :focus-visible,
.contact :focus-visible, .divider.senior :focus-visible { outline-color: var(--yellow); }

/* responsive */
@media (max-width: 760px) {
  .impact-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .impact-item:nth-child(3)::before, .impact-item:nth-child(2)::before { display: none; }
  .story-slide { grid-template-columns: 1fr; gap: 22px; padding: 32px 24px; text-align: center; justify-items: center; }
  .story-photo { width: 150px; height: 150px; }
  .story-nav.prev { left: 6px; } .story-nav.next { right: 6px; }
  .story-nav { background: rgba(28,39,71,.85); }
  .cursor-shuttle, .cursor-dot { display: none; }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .decor, .marquee, .cursor-shuttle, .cursor-dot, .flyer, .hero-glow, .scroll-cue { display: none !important; }
  .impact, .contact { clip-path: none !important; }
  html.shuttle-cursor, html.shuttle-cursor * { cursor: auto !important; }
  .hero-logo, .hero .badge-line, .hero h1, .hero p.lead, .hero-cta, .hero-stats, .hero-figure,
  .tour-grid .tour-card, .fac-grid .fac-card, .ev-gallery figure, .ev-list .ev-item, .pcard .detail {
    opacity: 1 !important; transform: none !important;
  }
}

/* ============================================================
   MULTI-PAGE COMPONENTS  (added for 8-page build)
   ============================================================ */

/* ---------- page hero (sub-pages) ---------- */
.page-hero {
  background: var(--navy); color: #fff; padding: 142px 0 64px; position: relative; overflow: hidden;
}
.page-hero.yellow { background: var(--yellow); color: var(--navy); }
.page-hero .eyebrow { color: var(--yellow); }
.page-hero.yellow .eyebrow { color: var(--navy); }
.page-hero h1 {
  font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.4rem); margin: 12px 0 16px; letter-spacing: -0.02em;
}
.page-hero p { max-width: 46em; font-size: 1.08rem; color: #c7cee0; font-weight: 500; }
.page-hero.yellow p { color: #2b3658; }
.page-hero .crumb { font-family: var(--font-head); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.page-hero .decor { opacity: .5; }
.page-hero .ph1 { width: 150px; height: 150px; top: 20%; right: 8%; --r: -10deg; --dur: 9s; color: rgba(255,255,255,.08); }
.page-hero.yellow .ph1 { color: rgba(28,39,71,.12); }

/* ---------- generic placeholder note ---------- */
.ph-note {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(254,227,28,.16); color: var(--navy); border: 1px dashed var(--c-mini);
  font-family: var(--font-head); font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em;
  padding: 6px 12px; border-radius: 8px; margin-bottom: 14px;
}
.on-dark .ph-note { color: #fff; background: rgba(254,227,28,.14); }

/* ---------- generic content section ---------- */
.lightsec { background: #fff; }
.greysec { background: #f5f6fa; }
.navysec { background: var(--navy); color: #e7ebf5; }
.navysec h2, .navysec h3 { color: #fff; }
.navysec .section-head p { color: #c7cee0; }

/* ---------- card grid (generic 3-up) ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 10px;
}
.navysec .info-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.info-card .ico { width: 48px; height: 48px; border-radius: 12px; background: color-mix(in srgb, var(--accent, var(--navy)) 14%, #fff); color: var(--accent, var(--navy)); display: grid; place-items: center; margin-bottom: 6px; }
.navysec .info-card .ico { background: rgba(254,227,28,.14); color: var(--yellow); }
.info-card .ico svg { width: 24px; height: 24px; }
.info-card h3, .info-card h4 { font-family: var(--font-head); font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 1.25rem; }
.info-card p { color: #4b556f; font-size: .95rem; }
.navysec .info-card p { color: #c7cee0; }
.info-card .card-link { margin-top: auto; font-family: var(--font-head); font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .04em; color: var(--c-tour); display: inline-flex; align-items: center; gap: 6px; }
.info-card .card-link::after { content: "→"; transition: transform .2s; }
.info-card:hover .card-link::after { transform: translateX(4px); }

/* ---------- carousel (replaces single program/category photos) ---------- */
.carousel { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); background: var(--navy); }
.carousel-track { display: flex; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.carousel-slide { min-width: 100%; position: relative; }
.carousel-slide img { width: 100%; aspect-ratio: 1/1.05; object-fit: cover; display: block; }
.carousel-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; background: linear-gradient(transparent, rgba(0,0,0,.78)); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .03em; }
.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.85); color: var(--navy); display: grid; place-items: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25); transition: background .2s, transform .2s; backdrop-filter: blur(4px);
}
.carousel-btn:hover { background: var(--yellow); }
.carousel-btn:active { transform: translateY(-50%) scale(.9); }
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }
.carousel-btn svg { width: 20px; height: 20px; }
.carousel-dots { position: absolute; left: 0; right: 0; bottom: 8px; display: flex; gap: 6px; justify-content: center; z-index: 3; }
.carousel-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: rgba(255,255,255,.5); cursor: pointer; padding: 0; transition: .2s; }
.carousel-dots button.active { background: var(--yellow); width: 20px; border-radius: 5px; }

/* ---------- coaches ---------- */
.coach-team { background: #f5f6fa; }
.coach-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.coach-card {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; border: 1px solid var(--line); --accent: var(--navy);
}
.coach-card.head { grid-column: 1 / -1; --accent: var(--yellow); border: 2px solid var(--yellow); }
.coach-card.head .coach-inner { display: grid; grid-template-columns: 300px 1fr; gap: 0; }
.coach-photo { aspect-ratio: 4/5; overflow: hidden; position: relative; background: var(--navy); }
.coach-card.head .coach-photo { aspect-ratio: auto; height: 100%; min-height: 360px; }
.coach-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.coach-badge {
  position: absolute; top: 0; left: 0; z-index: 2; background: var(--accent); color: var(--navy);
  font-family: var(--font-head); font-weight: 900; font-style: italic; text-transform: uppercase;
  font-size: .72rem; letter-spacing: .06em; padding: 8px 14px; border-bottom-right-radius: 12px;
}
.coach-card:not(.head) .coach-badge { background: var(--navy); color: #fff; }
.coach-body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.coach-body .cname { font-family: var(--font-head); font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 1.5rem; color: var(--navy); line-height: 1.04; }
.coach-body .crole { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; font-size: .78rem; color: var(--c-mastery); }
.coach-body .cflag { font-size: .85rem; color: var(--grey); font-weight: 600; margin-bottom: 6px; }
.coach-body .cbio { font-size: .95rem; color: #45507a; margin: 4px 0 10px; }
.coach-ach { margin-top: auto; }
.coach-ach summary {
  cursor: pointer; list-style: none; font-family: var(--font-head); font-weight: 800;
  text-transform: uppercase; letter-spacing: .04em; font-size: .76rem; color: var(--navy);
  padding: 11px 14px; background: #f0f2f8; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.coach-ach summary::-webkit-details-marker { display: none; }
.coach-ach summary::after { content: "+"; font-size: 1.1rem; line-height: 1; transition: transform .2s; }
.coach-ach[open] summary::after { content: "−"; }
.coach-ach .ach-scroll { max-height: 188px; overflow-y: auto; margin-top: 10px; padding-right: 6px; }
.coach-ach ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.coach-ach li { position: relative; padding-left: 22px; font-size: .88rem; color: #3f4868; line-height: 1.4; }
.coach-ach li::before { content: "🏅"; position: absolute; left: 0; top: 0; font-size: .82rem; }
.coach-ach .ach-scroll::-webkit-scrollbar { width: 6px; }
.coach-ach .ach-scroll::-webkit-scrollbar-thumb { background: var(--c-mastery); border-radius: 3px; }

/* ---------- timeline (gallery) ---------- */
.timeline { position: relative; max-width: 880px; margin: 50px auto 0; padding-left: 4px; }
.timeline::before {
  content: ""; position: absolute; left: 20px; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(var(--yellow), var(--c-mastery)); border-radius: 3px;
  transform: scaleY(0); transform-origin: top; transition: transform 1.2s ease;
}
.timeline.grown::before { transform: scaleY(1); }
.timeline-item { position: relative; padding: 0 0 40px 56px; opacity: 0; transform: translateX(24px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.timeline-item.in { opacity: 1; transform: none; }
.timeline-item::before {
  content: ""; position: absolute; left: 13px; top: 4px; width: 17px; height: 17px; border-radius: 50%;
  background: var(--yellow); border: 3px solid var(--navy); z-index: 1;
}
.timeline-item .tl-date { font-family: var(--font-head); font-weight: 900; font-style: italic; font-size: 1.3rem; color: var(--c-mastery); }
.timeline-item .tl-body { color: #45507a; font-size: .98rem; margin: 4px 0 12px; }
.timeline-item .tl-photos { display: flex; gap: 10px; }
.timeline-item .tl-photos img { width: 120px; height: 84px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow-sm); cursor: pointer; }

/* ---------- gallery tiles ---------- */
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.gtile { position: relative; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4/3; }
.gtile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gtile:hover img { transform: scale(1.07); }
.gtile .gt-info { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 14px; background: linear-gradient(transparent 40%, rgba(0,0,0,.82)); color: #fff; }
.gtile .gt-info b { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; font-size: .82rem; letter-spacing: .02em; }
.gtile .gt-info a { font-size: .72rem; color: var(--yellow); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-top: 4px; }

/* ---------- registration modal ---------- */
.modal { position: fixed; inset: 0; z-index: 300; background: rgba(10,12,20,.74); display: none; place-items: center; padding: 24px; backdrop-filter: blur(3px); }
.modal.open { display: grid; }
.modal-box {
  background: var(--navy-2); color: #e7ebf5; border-radius: 18px; padding: 34px 32px; width: 100%; max-width: 520px;
  box-shadow: var(--shadow); position: relative; max-height: 90vh; overflow-y: auto; animation: lbpop .35s cubic-bezier(.2,.7,.2,1);
}
.modal-box h3 { font-family: var(--font-head); font-weight: 900; font-style: italic; text-transform: uppercase; color: var(--yellow); font-size: 1.7rem; margin-bottom: 6px; }
.modal-box .msub { color: #aab3cd; font-size: .92rem; margin-bottom: 20px; }
.modal-box .close { position: absolute; top: 16px; right: 18px; background: none; border: 0; color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }
.modal-alt { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; color: #8b95b3; }
.modal-alt a { color: var(--yellow); font-weight: 700; }

/* ---------- guided WhatsApp chat widget ---------- */
.chat-panel {
  position: fixed; right: 22px; bottom: 92px; z-index: 95; width: 320px; max-width: calc(100vw - 44px);
  background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden;
  transform: translateY(20px) scale(.96); opacity: 0; pointer-events: none; transform-origin: bottom right;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), opacity .25s ease;
}
.chat-panel.open { transform: none; opacity: 1; pointer-events: auto; }
.chat-head { background: #075E54; color: #fff; padding: 16px 18px; display: flex; align-items: center; gap: 10px; }
.chat-head .ch-logo { width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; flex: 0 0 auto; }
.chat-head .ch-logo img { width: 32px; height: 32px; }
.chat-head b { font-family: var(--font-head); font-weight: 800; font-size: .98rem; display: block; }
.chat-head span { font-size: .74rem; opacity: .8; }
.chat-head .ch-close { margin-left: auto; background: none; border: 0; color: #fff; font-size: 1.5rem; cursor: pointer; line-height: 1; }
.chat-body { padding: 16px; background: #ECE5DD; max-height: 50vh; overflow-y: auto; }
.chat-intro { background: #fff; border-radius: 0 12px 12px 12px; padding: 12px 14px; font-size: .88rem; color: #303030; box-shadow: 0 1px 2px rgba(0,0,0,.1); margin-bottom: 14px; }
.chat-quick { display: flex; flex-direction: column; gap: 8px; }
.chat-quick button {
  text-align: left; background: #fff; border: 1px solid #d6e3da; color: #075E54; cursor: pointer;
  font-family: var(--font-body); font-size: .86rem; font-weight: 600; padding: 10px 13px; border-radius: 10px;
  transition: background .15s, transform .15s;
}
.chat-quick button:hover { background: #25D366; color: #fff; transform: translateX(3px); }

/* ---------- philosophy / passport strips ---------- */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.feature-split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-split ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.feature-split li { position: relative; padding-left: 28px; color: #45507a; }
.feature-split li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--c-veteran); font-weight: 900; }
.navysec .feature-split li { color: #c7cee0; }

/* ---------- partner logos ---------- */
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.logo-box { aspect-ratio: 3/2; background: #fff; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; padding: 18px; box-shadow: var(--shadow-sm); }
.logo-box span { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; color: var(--grey); font-size: .82rem; text-align: center; letter-spacing: .04em; }

/* ---------- org chart placeholder ---------- */
.org-chart { margin-top: 40px; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.org-row { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.org-node {
  background: #fff; border: 2px dashed var(--c-foundation); border-radius: 12px; padding: 18px 26px;
  text-align: center; min-width: 170px; box-shadow: var(--shadow-sm);
}
.org-node b { font-family: var(--font-head); font-weight: 900; font-style: italic; text-transform: uppercase; color: var(--navy); display: block; font-size: 1rem; }
.org-node span { font-size: .82rem; color: var(--grey); }
.org-node.top { border-style: solid; border-color: var(--yellow); background: var(--navy); }
.org-node.top b { color: #fff; } .org-node.top span { color: var(--yellow); }

/* ---------- responsive additions ---------- */
@media (max-width: 960px) {
  .card-grid, .coach-cards, .logo-grid { grid-template-columns: 1fr 1fr; }
  .coach-card.head .coach-inner { grid-template-columns: 1fr; }
  .coach-card.head .coach-photo { min-height: 320px; }
  .tile-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-split { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .card-grid, .card-grid.two, .coach-cards, .logo-grid { grid-template-columns: 1fr; }
  .tile-grid { grid-template-columns: 1fr 1fr; }
  .chat-panel { right: 12px; left: 12px; width: auto; }
}
