/* ============================================================
   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; }
}
