:root {
  --bg: #f7f7f5;
  --paper: #fff;
  --ink: #050505;
  --muted: #5d5d5d;
  --line: #d8d8d4;
  --line-dark: #bcbcb7;
  --soft: #eeeeeb;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.11);
  --radius: 22px;
  --max: 1510px;
  --header-h: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

section[id] {
  scroll-margin-top: var(--header-h);
}

main,
section,
.hero,
.classes-hero,
.coach-layout,
.pricing-grid,
.contact-panel,
.hero-copy,
.classes-copy,
.coach-copy,
.coach-content,
.pricing-copy {
  min-width: 0;
}

.site-shell {
  width: min(100%, 1672px);
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
  padding-top: var(--header-h);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow-x: clip;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  width: min(100%, 1672px);
  height: var(--header-h);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(28px, 4.7vw, 88px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  line-height: 0;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-text {
  display: grid;
  gap: 2px;
  letter-spacing: 0.28em;
}

.brand-text strong {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 0.9;
}

.brand-text small {
  font-size: 9px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.42em;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
}

.nav a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: var(--ink);
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.nav a:hover::after,
.nav a.active::after {
  width: 36px;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}

.login-link {
  font-size: 14px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--ink);
  border-radius: 9px;
  min-height: 44px;
  padding: 0 26px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-light {
  background: white;
  color: var(--ink);
}

.button-outline {
  background: transparent;
  color: var(--ink);
}

.button.full {
  width: 100%;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  margin: 6px auto;
}

.section-pad {
  padding: clamp(22px, 2.5vw, 38px) clamp(28px, 5.3vw, 94px);
}

.home-section {
  min-height: calc(100svh - var(--header-h));
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line-dark);
}

.hero {
  flex: 1;
  min-height: 0;
  padding-top: clamp(34px, 3.7vw, 58px);
  padding-bottom: clamp(12px, 1.5vw, 22px);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
}

.pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #111;
  background: #f3f3f1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 10px;
}

h1,
h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

h1 {
  font-size: clamp(56px, 5.35vw, 88px);
  font-weight: 900;
  margin-top: 22px;
}

.hero-title {
  max-width: none;
  line-height: 0.92;
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

h2 {
  font-size: clamp(46px, 5.1vw, 76px);
  font-weight: 900;
}

p {
  color: var(--muted);
  line-height: 1.52;
}

.hero-copy p {
  max-width: 560px;
  color: #1b1b1b;
  font-size: 18px;
  margin: 20px 0 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.play-dot {
  font-size: 11px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.rating-row span {
  letter-spacing: 0.18em;
  font-size: 15px;
}

.rating-row p {
  margin: 0;
  font-size: 14px;
  color: #222;
}

.hero-media {
  align-self: center;
  justify-self: end;
}

.hero-media img {
  width: min(100%, 740px);
  filter: drop-shadow(0 32px 36px rgba(0, 0, 0, 0.14));
}

.discipline-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.08fr;
  gap: 0;
  padding: 12px clamp(28px, 5.3vw, 94px);
}

.discipline-strip article {
  padding: 10px 32px;
  border-right: 1px solid var(--line);
  min-height: 104px;
}

.discipline-strip article:first-child {
  padding-left: 0;
}

.discipline-strip article:last-child {
  border-right: 0;
  padding-right: 0;
}

.discipline-strip h3 {
  margin: 5px 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 15px;
}

.discipline-strip p {
  margin: 0 0 10px;
  font-size: 13px;
  max-width: 280px;
  color: #292929;
}

.discipline-strip a {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stat-panel {
  display: grid;
  align-content: center;
  gap: 5px;
}

.stat-panel span {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.stat-panel strong {
  display: block;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.discipline-icon {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
  margin: 0;
  mix-blend-mode: multiply;
}

.no-phone-section {
  background: linear-gradient(180deg, #fff, #fbfbfa);
}

.features {
  min-height: calc(100svh - var(--header-h));
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  padding-top: clamp(22px, 2.4vw, 34px);
  padding-bottom: clamp(20px, 2.2vw, 32px);
}

.section-heading {
  max-width: 850px;
}

.section-heading p {
  max-width: 620px;
  font-size: 17px;
  color: #1d1d1d;
  margin: 12px 0 0;
}

.features .section-heading h2 {
  font-size: clamp(44px, 4.45vw, 68px);
  line-height: 0.92;
  max-width: 840px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
  margin-top: 22px;
}

.feature-card {
  min-height: 128px;
  padding: 20px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.25s ease, transform 0.25s ease;
}

.feature-card:hover {
  background: #f5f5f2;
  transform: translateY(-4px);
}

.icon-box {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 12px;
}

.feature-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 0;
  font-size: 13px;
  color: #2e2e2e;
}

.stats-strip,
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line);
  margin-top: 22px;
}

.stats-strip article,
.trust-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 16px;
  padding: 13px 26px;
  border-right: 1px solid var(--line);
}

.stats-strip article:last-child,
.trust-row article:last-child {
  border-right: 0;
}

.stats-strip strong,
.trust-row strong {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.stats-strip span,
.trust-row span {
  grid-column: 2;
  font-size: 13px;
  color: #333;
}

/* CLASSES - force one-screen fit */
.classes {
  min-height: calc(100svh - var(--header-h));
  height: auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-content: center;
  gap: clamp(14px, 1.8vh, 22px);
  overflow: visible;
  border-bottom: 1px solid var(--line-dark);
  padding-top: clamp(14px, 2vh, 26px);
  padding-bottom: clamp(14px, 2vh, 26px);
}

.classes-hero {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 4vw, 66px);
}

.classes-copy p {
  max-width: 560px;
  color: #222;
  font-size: clamp(15px, 1.05vw, 18px);
  margin: 14px 0 0;
}

.classes-title {
  font-size: clamp(52px, 4.75vw, 76px);
  line-height: 0.9;
  max-width: none;
}

.classes-title span {
  display: block;
  white-space: nowrap;
}

.classes-phone {
  justify-self: end;
  width: min(100%, 680px);
  max-height: min(52svh, 500px);
  display: grid;
  place-items: center;
}

.classes-phone img {
  width: auto;
  max-width: 100%;
  max-height: min(52svh, 500px);
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.15));
}

.class-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line);
}

.class-focus-grid article {
  min-height: clamp(112px, 14vh, 132px);
  padding: clamp(16px, 1.8vw, 22px) clamp(18px, 2vw, 26px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.class-focus-grid h3 {
  margin: 0 0 6px;
  font-size: clamp(16px, 1.1vw, 18px);
  letter-spacing: -0.02em;
}

.class-focus-grid p {
  margin: 0;
  color: #2d2d2d;
  font-size: clamp(12px, 0.85vw, 13px);
  line-height: 1.38;
}

/* COACHES */
.coaches {
  min-height: calc(100svh - var(--header-h));
  display: grid;
  align-content: center;
  padding-top: clamp(24px, 3vw, 44px);
  padding-bottom: clamp(24px, 3vw, 44px);
}

.coach-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(38px, 4.4vw, 66px);
  align-items: center;
}

.coach-title {
  max-width: 100%;
  font-size: clamp(46px, 4.25vw, 68px);
  line-height: 0.94;
  overflow-wrap: normal;
}

.coach-title span {
  display: block;
  white-space: normal;
}

.coach-copy p {
  max-width: 520px;
  font-size: 18px;
  color: #222;
  margin: 18px 0 0;
}

.two-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}

.two-feature-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  align-items: start;
  border-right: 1px solid var(--line);
  padding-right: 18px;
}

.two-feature-row article:last-child {
  border-right: 0;
}

.round-icon {
  width: 36px;
  height: 36px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.two-feature-row strong {
  font-size: 14px;
}

.two-feature-row span {
  grid-column: 2;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
}

.featured-coaches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.coach-feature {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-rows: 220px 1fr;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.coach-feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.coach-image-slot,
.mini-image-slot {
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, #f6f6f4, #e9e9e5);
  color: #111;
  border-bottom: 1px solid var(--line);
}

.coach-image-slot {
  padding: 24px;
}

.coach-image-slot span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 900;
}

.coach-image-slot small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.02em;
  word-break: break-word;
}

.coach-feature-copy {
  padding: clamp(18px, 2vw, 24px);
}

.coach-role {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 900;
  color: var(--muted);
  margin-bottom: 8px;
}

.coach-feature-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 1.9vw, 30px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.coach-feature-copy p {
  margin: 0 0 14px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.45;
}

.coach-feature-copy ul {
  margin: 0;
  gap: 7px;
}

.coach-feature-copy li {
  font-size: 12px;
}

.sub-label {
  margin: 18px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.coach-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mini-coach {
  min-height: 165px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  grid-template-rows: 54px 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mini-coach:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.mini-image-slot {
  padding: 10px 12px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  word-break: break-word;
}

.mini-coach > div:last-child {
  padding: 12px;
}

.mini-coach h4 {
  margin: 0 0 5px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mini-coach span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.mini-coach p {
  margin: 0 0 8px;
  font-size: 11px;
  color: #111;
  line-height: 1.4;
}

.mini-coach a {
  font-size: 11px;
  font-weight: 900;
}

/* PRICING - force one-screen fit */
.pricing {
  min-height: calc(100svh - var(--header-h));
  height: auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-content: center;
  gap: clamp(14px, 1.8vh, 22px);
  overflow: visible;
  border-top: 1px solid var(--line-dark);
  padding-top: clamp(12px, 1.8vh, 24px);
  padding-bottom: clamp(12px, 1.8vh, 24px);
}

.pricing-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.58fr);
  gap: clamp(36px, 4.2vw, 64px);
  align-items: center;
}

.pricing h2 {
  font-size: clamp(50px, 4.6vw, 76px);
  line-height: 0.9;
}

.pricing-copy > p {
  font-size: clamp(15px, 1vw, 17px);
  color: #1e1e1e;
  max-width: 680px;
  margin: 14px 0 0;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.2vw, 18px);
  margin-top: clamp(18px, 2vh, 24px);
}

.plan-card {
  position: relative;
  min-height: clamp(292px, 37vh, 330px);
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  padding: clamp(18px, 1.6vw, 24px);
  background: #fff;
  display: flex;
  flex-direction: column;
}

.plan-card h3 {
  text-transform: uppercase;
  font-size: clamp(19px, 1.3vw, 21px);
  letter-spacing: 0.04em;
  margin: 0 0 4px;
}

.plan-card p {
  margin: 0 0 clamp(14px, 1.8vh, 20px);
  color: #111;
}

.plan-card strong {
  font-size: clamp(32px, 2.4vw, 38px);
  letter-spacing: -0.05em;
  margin-bottom: clamp(14px, 1.7vh, 18px);
}

.plan-card small {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(16px, 2vh, 22px);
  display: grid;
  gap: clamp(7px, 1vh, 10px);
}

li {
  position: relative;
  padding-left: 24px;
  font-size: clamp(12px, 0.85vw, 13px);
  line-height: 1.32;
}

li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 900;
}

.plan-card .button {
  margin-top: auto;
}

.featured-plan {
  background: #050505;
  color: #fff;
  border-color: #050505;
  padding-top: clamp(26px, 3vh, 38px);
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.18);
}

.featured-plan p,
.featured-plan li,
.featured-plan small {
  color: #f4f4f4;
}

.tag {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #050505;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 6px 16px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
}

.pricing-media {
  position: relative;
  justify-self: end;
  display: grid;
  justify-items: center;
}

.pricing-media img {
  width: auto;
  max-width: 100%;
  max-height: min(47svh, 455px);
  object-fit: contain;
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, 0.14));
}

.rating-card {
  text-align: center;
  margin-top: -8px;
}

.rating-card span {
  letter-spacing: 0.18em;
  font-size: 13px;
}

.rating-card p {
  margin: 5px 0 0;
  font-size: 13px;
}

.trust-row {
  margin-top: 0;
}

.pricing .trust-row article {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* CONTACT */
.contact {
  min-height: calc(100svh - var(--header-h));
  display: grid;
  align-content: center;
  padding-top: clamp(32px, 3.8vw, 56px);
  padding-bottom: clamp(32px, 3.8vw, 56px);
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 64px;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff, #f6f6f3);
}

.contact h2 {
  margin-top: 0;
}

.contact p {
  max-width: 460px;
  font-size: 18px;
  color: #222;
}

.contact-methods {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-methods a {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-methods strong {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.contact-methods span {
  color: #222;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  padding: 16px 18px;
  background: white;
  resize: vertical;
  color: var(--ink);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.contact-form .button {
  justify-self: start;
  min-width: 190px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  padding: 34px clamp(28px, 5.3vw, 94px);
  border-top: 1px solid var(--line-dark);
  background: #fafaf8;
}

.footer p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 12px;
  color: #333;
}

.store-buttons {
  justify-self: end;
  display: flex;
  gap: 12px;
}

.store-buttons a {
  border: 1px solid var(--ink);
  border-radius: 8px;
  min-width: 126px;
  padding: 8px 12px;
  font-size: 10px;
  line-height: 1.1;
}

.store-buttons strong {
  font-size: 15px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}


@media (max-width: 1500px) {
  .site-header {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) minmax(220px, 260px);
    gap: clamp(16px, 2vw, 28px);
    padding: 0 clamp(24px, 3vw, 56px);
  }

  .nav {
    gap: clamp(18px, 2.2vw, 38px);
  }

  .section-pad {
    padding-left: clamp(28px, 4vw, 68px);
    padding-right: clamp(28px, 4vw, 68px);
  }

  .discipline-strip {
    padding-left: clamp(28px, 4vw, 68px);
    padding-right: clamp(28px, 4vw, 68px);
  }

  .coach-layout {
    grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 3vw, 48px);
  }

  .coach-title {
    font-size: clamp(44px, 4vw, 62px);
  }

  .coach-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(210px, 1fr) auto;
  }

  .nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .nav.is-open {
    display: flex;
  }

  .hero,
  .classes-hero,
  .coach-layout,
  .pricing-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .coach-content,
  .hero-media,
  .classes-phone,
  .pricing-media {
    width: 100%;
    max-width: 860px;
    justify-self: center;
  }

  .featured-coaches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1250px) {
  .site-header {
    grid-template-columns: 240px auto auto;
  }

  .nav {
    gap: 24px;
  }

  .hero,
  .classes-hero,
  .coach-layout,
  .pricing-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .classes-phone,
  .pricing-media {
    max-width: 850px;
    justify-self: center;
  }

  .discipline-strip,
  .feature-grid,
  .stats-strip,
  .trust-row,
  .class-focus-grid,
  .coach-card-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-section,
  .features,
  .classes,
  .coaches,
  .pricing,
  .contact {
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .coach-copy {
    max-width: 760px;
  }

  .classes-phone,
  .classes-phone img,
  .pricing-media img {
    max-height: none;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 74px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text small {
    font-size: 7px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    width: 100%;
    padding: 22px 28px 28px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.08);
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.is-open {
    display: flex;
  }

  .header-actions {
    display: none;
  }

  .section-pad {
    padding: 48px 22px;
  }

  h1,
  .classes-title,
  .coach-title {
    font-size: clamp(50px, 13vw, 72px);
  }

  .hero-title span,
  .classes-title span,
  .coach-title span {
    white-space: normal;
  }

  h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .discipline-strip,
  .feature-grid,
  .stats-strip,
  .trust-row,
  .class-focus-grid,
  .coach-card-row,
  .mini-benefits,
  .plans {
    grid-template-columns: 1fr;
  }

  .discipline-strip {
    padding: 16px 22px;
  }

  .discipline-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
  }

  .discipline-strip article:last-child {
    border-bottom: 0;
  }

  .featured-coaches {
    grid-template-columns: 1fr;
  }

  .coach-feature {
    grid-template-rows: 180px 1fr;
  }

  .two-feature-row {
    grid-template-columns: 1fr;
  }

  .featured-plan {
    transform: none;
  }

  .contact-methods a {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer .brand,
  .store-buttons {
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .hero-media img {
    transform: scale(1.06);
    transform-origin: center;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .rating-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .mini-coach {
    grid-template-columns: none;
    grid-template-rows: 54px 1fr;
  }
}

@media (max-width: 480px) {
  .brand {
    gap: 10px;
  }

  .brand-text {
    letter-spacing: 0.18em;
  }

  .brand-text strong {
    font-size: 16px;
    letter-spacing: 0.16em;
  }

  .brand-text small {
    font-size: 6px;
    letter-spacing: 0.28em;
  }

  .coach-title,
  h1,
  .classes-title {
    font-size: clamp(42px, 12.5vw, 56px);
  }

  .coach-feature {
    grid-template-rows: 160px 1fr;
  }
}
