:root {
  --black: #000;
  --white: #fff;
  --grey-line: #9a9a9a;
  --grey-text: #6b6b6b;
  --display: "Archivo", "Arial Black", Impact, sans-serif;
  --body: "Wix Madefor Text", "Helvetica Neue", Arial, sans-serif;
  --page-pad: clamp(20px, 3.2vw, 44px);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--black); font-family: var(--body); line-height: 1.35; }
img, video { max-width: 100%; display: block; }

/* Wide heavy display type used for most headings */
.wide { font-family: var(--display); font-weight: 900; font-stretch: 125%; font-variation-settings: "wdth" 125; letter-spacing: -0.01em; line-height: 1; }

/* ---------- Nav ---------- */
.nav { text-align: center; padding: 18px var(--page-pad) 0; }
.nav a { color: var(--black); font-size: 17px; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Hero ---------- */
.hero { padding: 60px var(--page-pad) 0; }
.hero h1 { margin: 0 0 24px; font-size: clamp(32px, 5.2vw, 72px); }
.hero p { margin: 0; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.4; }

/* ---------- Trusted strip + program cards ---------- */
.trusted { text-align: center; margin: 88px var(--page-pad) 48px; font-size: clamp(15px, 1.6vw, 22px); }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); width: min(90%, 1260px); margin: 0 auto; border: 1px solid #222; background: #111; }
.card { position: relative; aspect-ratio: 627 / 606; padding: 120px 36px 36px; color: var(--white); background-color: #151515; background-size: cover; background-position: center; border-right: 1px solid #222; overflow: hidden; }
.card:last-child { border-right: 0; }
.card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.35) 35%, rgba(0,0,0,0) 60%); }
.card > * { position: relative; }
.card h3 { margin: 0 0 22px; font-size: clamp(22px, 2.2vw, 31px); }
.card p { margin: 0; font-size: clamp(15px, 1.25vw, 17px); line-height: 1.35; max-width: 26em; }
.card--group   { background-image: url("assets/card-small-group.jpg"); }
.card--private { background-image: url("assets/card-private.jpg"); }

/* ---------- Form intro + marquee ---------- */
.form-intro { text-align: center; margin: 110px auto 40px; max-width: 420px; padding: 0 var(--page-pad); font-size: clamp(20px, 1.9vw, 26px); line-height: 1.3; }
.marquee { overflow: hidden; white-space: nowrap; padding: 18px 0; }
.marquee__track { display: inline-flex; animation: scroll 28s linear infinite; }
.marquee__track span { font-size: clamp(26px, 3vw, 40px); padding-right: .35em; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Inquiry form ---------- */
.inquiry { width: min(70%, 970px); margin: 70px auto 0; }
.inquiry h2 { margin: 0 0 22px; padding-left: 20%; font-family: var(--display); font-weight: 900; font-size: clamp(28px, 2.6vw, 38px); letter-spacing: -0.01em; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 14px; margin-bottom: 8px; }
.field input, .field textarea, .field select { width: 100%; font: inherit; font-size: 15px; color: var(--black); background: var(--white); border: 1px solid var(--grey-line); border-radius: 0; padding: 0 12px; height: 41px; }
.field textarea { height: 89px; padding: 12px; resize: vertical; }
.field ::placeholder { color: var(--grey-text); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--black); box-shadow: inset 0 0 0 1px var(--black); }
.phone { display: flex; }
.phone select { width: auto; flex: 0 0 auto; border-right: 0; padding-right: 8px; }
.field--check { display: flex; align-items: flex-start; gap: 10px; }
.field--check input { appearance: none; -webkit-appearance: none; flex: 0 0 18px; width: 18px; height: 18px; margin: 0; border: 1px solid var(--grey-line); border-radius: 0; background: var(--white); cursor: pointer; }
.field--check input:checked { background: var(--black) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-7' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") center / 14px no-repeat; border-color: var(--black); }
.field--check input:focus-visible { outline: 2px solid var(--black); outline-offset: 2px; }
.field--check label { margin: 0; line-height: 18px; cursor: pointer; }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.thanks { margin: 0; padding: 40px 0; text-align: center; font-size: clamp(20px, 1.9vw, 26px); line-height: 1.3; }
.thanks:focus { outline: none; }
.form-error { margin: 14px 0 0; font-size: 14px; line-height: 1.4; }
.form-error a { color: var(--black); text-underline-offset: 2px; }
.submit:disabled { opacity: .6; cursor: default; }
.submit { width: 100%; height: 36px; border: 0; background: var(--black); color: var(--white); font: inherit; font-size: 14px; cursor: pointer; }
.submit:focus-visible, .nav a:focus-visible { outline: 2px solid var(--black); outline-offset: 3px; }

/* ---------- Trusted by the Elite ---------- */
.elite { display: grid; grid-template-columns: minmax(0, 36%) minmax(0, 32%) 1fr; gap: 0 clamp(24px, 8vw, 120px); align-items: start; padding: 140px var(--page-pad) 0; }
.elite h2 { margin: 48px 0 30px; font-family: var(--display); font-weight: 900; font-size: clamp(52px, 6.4vw, 90px); line-height: .9; letter-spacing: -0.035em; }
.elite p { margin: 0; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.38; max-width: 23em; }
.elite__media { position: relative; aspect-ratio: 432 / 732; background: #2a2a2a; overflow: hidden; }
.elite__media video { width: 100%; height: 100%; object-fit: cover; }
.elite__tag { align-self: end; justify-self: center; text-align: center; font-size: 14px; line-height: 1.05; }

/* ---------- Athlete success ---------- */
.success { text-align: center; padding: 150px var(--page-pad) 0; }
.success h2 { margin: 0 0 30px; font-size: clamp(34px, 4.6vw, 64px); }
.success p { margin: 0 auto; max-width: 690px; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.38; }
.stat { display: grid; place-items: center; width: min(100%, 994px); min-height: 283px; margin: 76px auto 0; padding: 40px 24px; background: var(--black); color: var(--white); border-radius: 36px; }
.stat span { font-size: clamp(26px, 3.5vw, 48px); }

/* ---------- Footer ---------- */
footer { text-align: center; padding: 150px var(--page-pad) 60px; }
footer .brand { margin: 0; font-size: clamp(40px, 5.6vw, 78px); }
footer .loc { margin: 80px 0 0; font-size: 17px; }
footer .copy { margin: 26px 0 0; font-size: 14px; }

/* ---------- Heading reveal (fades/un-blurs headings in on scroll) ---------- */
.reveal { opacity: 0; filter: blur(8px); transition: opacity .8s ease, filter .8s ease; }
.reveal.is-in { opacity: 1; filter: none; }

@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
  .reveal { opacity: 1; filter: none; transition: none; }
}

/* ---------- Mobile ---------- */
@media (max-width: 800px) {
  .cards { grid-template-columns: 1fr; width: calc(100% - 2 * var(--page-pad)); }
  .card { aspect-ratio: 4 / 5; border-right: 0; border-bottom: 1px solid #222; padding: 80px 28px 28px; }
  .card:last-child { border-bottom: 0; }
  .inquiry { width: calc(100% - 2 * var(--page-pad)); }
  .inquiry h2 { padding-left: 0; text-align: center; }
  .elite { grid-template-columns: 1fr; gap: 36px; padding-top: 100px; }
  .elite h2 { margin-top: 0; }
  .elite__media { width: min(100%, 432px); margin: 0 auto; }
  .success, footer { padding-top: 110px; }
}
