:root {
  --black: #0b0b0c;
  --ink: #171717;
  --muted: #66645f;
  --line: #e9e3d6;
  --white: #ffffff;
  --soft: #f7f4ee;
  --gold: #c79a2d;
  --gold-dark: #8b6616;
  --gold-soft: #f4e7c6;
  --shadow: 0 22px 60px rgba(15, 14, 10, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(233, 227, 214, 0.85);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

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

.logo-image {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(199, 154, 45, 0.5);
  border-radius: var(--radius);
  background: var(--black);
  object-fit: cover;
  object-position: center;
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 1rem;
  font-weight: 800;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #33302a;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--black);
  background: var(--soft);
}

.site-nav .nav-cta {
  margin-left: 8px;
  color: var(--black);
  background: var(--gold);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--black);
}

.section {
  position: relative;
  padding: clamp(64px, 9vw, 112px) clamp(20px, 5vw, 72px);
}

.piece-watermark {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  color: rgba(199, 154, 45, 0.11);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1;
}

.hero-piece {
  right: clamp(22px, 7vw, 110px);
  bottom: clamp(16px, 8vw, 94px);
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(8rem, 24vw, 21rem);
}

.section-piece {
  font-size: clamp(7rem, 18vw, 16rem);
}

.left-piece {
  left: clamp(8px, 3vw, 40px);
  bottom: 10px;
}

.right-piece {
  right: clamp(8px, 4vw, 54px);
  top: 18px;
}

.coaches-piece {
  right: clamp(10px, 7vw, 96px);
  bottom: -14px;
  color: rgba(199, 154, 45, 0.16);
  font-size: clamp(9rem, 23vw, 20rem);
}

.hero {
  position: relative;
  display: grid;
  min-height: 82vh;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11, 11, 12, 0.96), rgba(11, 11, 12, 0.82) 52%, rgba(11, 11, 12, 0.5)),
    radial-gradient(circle at 75% 28%, rgba(199, 154, 45, 0.26), transparent 35%),
    var(--black);
}

.hero-board {
  position: absolute;
  inset: auto -6vw 5vh auto;
  width: min(56vw, 640px);
  aspect-ratio: 1;
  opacity: 0.5;
  transform: rotate(-8deg);
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25% 50%, rgba(255, 255, 255, 0.08) 50% 75%, transparent 75%),
    linear-gradient(45deg, transparent 25%, rgba(199, 154, 45, 0.28) 25% 50%, transparent 50% 75%, rgba(199, 154, 45, 0.28) 75%);
  background-size: 90px 90px;
  border: 1px solid rgba(199, 154, 45, 0.34);
  box-shadow: var(--shadow);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 8vw, 6.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--black);
  background: var(--gold);
  box-shadow: 0 14px 36px rgba(199, 154, 45, 0.24);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-strip span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
  font-weight: 700;
}

.intro-section {
  background:
    linear-gradient(90deg, rgba(199, 154, 45, 0.09), transparent 55%),
    var(--soft);
}

.intro-layout {
  align-items: center;
}

.learning-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(199, 154, 45, 0.35);
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
  background: var(--black);
  box-shadow: var(--shadow);
}

.learning-photo::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.learning-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-column,
.contact-layout,
.club-panel {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.two-column p,
.section-heading p,
.club-panel p,
.contact-layout > div > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading .text-link {
  margin-top: 8px;
}

.text-link {
  display: inline-flex;
  color: var(--gold-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.dark-section {
  color: var(--white);
  background: var(--black);
}

.dark-section .section-heading p,
.dark-section .program-card p,
.dark-section .schedule-card p {
  color: rgba(255, 255, 255, 0.72);
}

.card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-card,
.team-card,
.price-card,
.schedule-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(18, 17, 15, 0.05);
}

.dark-section .program-card,
.dark-section .schedule-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.level-tag,
.price-label,
.schedule-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.program-card.accent-card,
.price-card.featured,
.schedule-card.highlighted {
  border-color: rgba(199, 154, 45, 0.55);
  background: linear-gradient(180deg, rgba(199, 154, 45, 0.14), rgba(255, 255, 255, 0.04));
}

.about-layout {
  align-items: start;
}

.private-lessons-section {
  background:
    linear-gradient(135deg, rgba(11, 11, 12, 0.04), transparent 42%),
    var(--white);
}

.private-lessons-layout {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: center;
}

.private-lessons-layout > div > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.lesson-column {
  display: grid;
  gap: 18px;
}

.lesson-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 34px);
  background: var(--soft);
  box-shadow: 0 16px 38px rgba(18, 17, 15, 0.08);
}

.lesson-panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 26px;
  padding-left: 20px;
  color: var(--muted);
}

.lesson-panel li::marker {
  color: var(--gold);
}

.achievement-card {
  display: grid;
  align-items: center;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  border: 1px solid rgba(199, 154, 45, 0.36);
  border-radius: var(--radius);
  padding: 18px;
  background: linear-gradient(135deg, rgba(199, 154, 45, 0.13), rgba(255, 255, 255, 0.82));
}

.achievement-card svg {
  width: 54px;
  height: 54px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.achievement-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--black);
  font-size: 1rem;
}

.achievement-card p {
  margin: 0;
  color: var(--muted);
}

.copy-stack {
  display: grid;
  gap: 14px;
}

.copy-stack p {
  margin: 0;
}

.muted-section {
  background: var(--soft);
}

.team-grid,
.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.pricing-section {
  padding-bottom: clamp(44px, 6vw, 72px);
}

.team-card {
  min-height: 230px;
}

.avatar-placeholder {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold-soft);
  font-weight: 800;
}

.team-card p,
.price-card p,
.schedule-card p {
  color: var(--muted);
}

.price-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.price-card strong span {
  color: var(--muted);
  font-size: 1rem;
}

.rate-list {
  display: grid;
  gap: 0;
  margin-top: 14px;
  border-top: 1px solid var(--line);
}

.rate-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
}

.rate-row div {
  display: grid;
  gap: 1px;
}

.rate-list span {
  color: var(--black);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.rate-list em,
.rate-list small {
  color: var(--muted);
  font-style: normal;
  line-height: 1.35;
}

.rate-list em {
  font-size: 0.82rem;
  font-weight: 800;
}

.rate-list small {
  font-size: 0.8rem;
}

.rate-list b {
  min-width: max-content;
  color: var(--black);
  font-size: 0.95rem;
  line-height: 1.25;
}

.price-button {
  width: 100%;
  margin-top: 18px;
}

.price-achievement-card {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  border: 1px solid rgba(199, 154, 45, 0.34);
  border-radius: var(--radius);
  padding: 22px;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.9), rgba(244, 231, 198, 0.55) 55%, rgba(199, 154, 45, 0.13)),
    var(--soft);
}

.price-achievement-card svg {
  width: 72px;
  height: 72px;
  color: var(--gold);
  fill: rgba(199, 154, 45, 0.12);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  filter: drop-shadow(0 10px 14px rgba(18, 17, 15, 0.14));
}

.price-achievement-card strong {
  max-width: 190px;
  margin: 0;
  color: var(--black);
  font-size: 1rem;
  line-height: 1.35;
}

.ribbon-award svg {
  fill: rgba(199, 154, 45, 0.18);
}

.schedule-list {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 920px;
  margin: 0 auto;
  gap: 14px;
}

.schedule-suggestion {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 920px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 22px auto 0;
  border: 1px solid rgba(199, 154, 45, 0.42);
  border-radius: var(--radius);
  padding: 22px 30px;
  background: rgba(199, 154, 45, 0.1);
}

.schedule-suggestion h3,
.schedule-suggestion p {
  margin: 0;
}

.schedule-suggestion p {
  color: rgba(255, 255, 255, 0.72);
}

.schedule-card {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1fr);
}

.schedule-card span {
  margin: 0;
}

.schedule-card h3,
.schedule-card p {
  margin: 0;
}

.club-section {
  background:
    linear-gradient(135deg, rgba(199, 154, 45, 0.12), transparent 42%),
    var(--white);
}

.club-panel {
  align-items: center;
  border-block: 1px solid var(--line);
  padding-block: 42px;
}

.club-button {
  justify-self: start;
}

.club-medal {
  display: grid;
  width: clamp(110px, 16vw, 170px);
  height: clamp(110px, 16vw, 170px);
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(199, 154, 45, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(199, 154, 45, 0.18), rgba(199, 154, 45, 0.04) 62%, transparent 63%),
    rgba(255, 255, 255, 0.5);
}

.club-medal svg {
  width: 74%;
  height: 74%;
  color: var(--gold);
  fill: rgba(199, 154, 45, 0.16);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.question-icon {
  display: grid;
  width: clamp(108px, 15vw, 160px);
  height: clamp(108px, 15vw, 160px);
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  color: var(--gold-dark);
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.95), rgba(244, 231, 198, 0.9) 42%, rgba(199, 154, 45, 0.24) 78%),
    var(--gold-soft);
  box-shadow: 0 20px 42px rgba(18, 17, 15, 0.12);
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 800;
  line-height: 1;
}

.contact-section {
  background: var(--soft);
}

.contact-layout {
  align-items: start;
}

.signup-form {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(18px, 4vw, 30px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.signup-form label {
  display: grid;
  gap: 8px;
  color: #35322c;
  font-size: 0.92rem;
  font-weight: 800;
}

.signup-form input,
.signup-form select,
.signup-form textarea {
  width: 100%;
  border: 1px solid #d9d1c3;
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fffdf9;
}

.signup-form input:focus,
.signup-form select:focus,
.signup-form textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(199, 154, 45, 0.2);
}

.full-field,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--gold-dark);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--black);
}

.footer-brand .brand-text strong {
  color: var(--white);
}

.footer-brand .brand-text span {
  color: rgba(255, 255, 255, 0.62);
}

.site-footer p {
  margin: 0;
}

.coaches-hero {
  padding-bottom: 36px;
  background:
    linear-gradient(135deg, rgba(199, 154, 45, 0.12), transparent 46%),
    var(--soft);
}

.coaches-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  color: var(--black);
  font-size: clamp(2.4rem, 6vw, 5.2rem);
}

.coaches-hero .section-heading {
  margin-bottom: 0;
}

.coaches-section {
  padding-top: 42px;
}

.coach-profile-grid {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.coach-profile-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 30px);
  background: var(--white);
  box-shadow: 0 16px 38px rgba(18, 17, 15, 0.08);
}

.coach-board-card {
  display: grid;
  gap: 24px;
  border: 1px solid rgba(199, 154, 45, 0.38);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(199, 154, 45, 0.12), rgba(255, 255, 255, 0.92)),
    var(--soft);
  box-shadow: 0 16px 38px rgba(18, 17, 15, 0.08);
}

.mini-board {
  display: grid;
  overflow: hidden;
  width: min(100%, 360px);
  aspect-ratio: 1;
  border: 6px solid rgba(11, 11, 12, 0.72);
  border-radius: var(--radius);
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  box-shadow: 0 18px 34px rgba(18, 17, 15, 0.14);
}

.mini-board span {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(11, 11, 12, 0.45);
}

.mini-board span[data-piece]::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  content: attr(data-piece);
  font-size: clamp(1rem, 2.5vw, 1.85rem);
  opacity: 0.88;
}

.mini-board span[data-side="black"]::before {
  color: #0b0b0c;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.38),
    0 2px 3px rgba(11, 11, 12, 0.22);
}

.mini-board span[data-side="white"]::before {
  color: #fff8e8;
  text-shadow:
    0 1px 0 rgba(11, 11, 12, 0.48),
    0 2px 4px rgba(11, 11, 12, 0.34);
}

.mini-board span:nth-child(16n + 1),
.mini-board span:nth-child(16n + 3),
.mini-board span:nth-child(16n + 5),
.mini-board span:nth-child(16n + 7),
.mini-board span:nth-child(16n + 10),
.mini-board span:nth-child(16n + 12),
.mini-board span:nth-child(16n + 14),
.mini-board span:nth-child(16n + 16) {
  background: rgba(21, 17, 10, 0.76);
}

.mini-board span:nth-child(16n + 2),
.mini-board span:nth-child(16n + 4),
.mini-board span:nth-child(16n + 6),
.mini-board span:nth-child(16n + 8),
.mini-board span:nth-child(16n + 9),
.mini-board span:nth-child(16n + 11),
.mini-board span:nth-child(16n + 13),
.mini-board span:nth-child(16n + 15) {
  background: rgba(243, 226, 183, 0.64);
}

.coach-board-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--black);
  font-size: 1.1rem;
}

.coach-board-card p {
  margin: 0;
  color: var(--muted);
}

.coach-profile-top {
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  margin-bottom: 24px;
}

.coach-profile-top .avatar-placeholder {
  margin-bottom: 0;
}

.coach-profile-top h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.rating-badge {
  display: inline-flex;
  border: 1px solid rgba(199, 154, 45, 0.5);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--black);
  background: var(--gold-soft);
  font-size: 0.84rem;
  font-weight: 800;
}

.coach-detail-list {
  display: grid;
  gap: 16px;
}

.coach-detail-list div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.coach-detail-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--black);
}

.coach-detail-list p {
  margin: 0;
  color: var(--muted);
}

.coaches-cta-section {
  padding-top: 40px;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

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

  .site-nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-board {
    width: 82vw;
    opacity: 0.25;
  }

  .two-column,
  .contact-layout,
  .club-panel,
  .private-lessons-layout {
    grid-template-columns: 1fr;
  }

  .learning-photo {
    max-width: 620px;
  }

  .programs-grid,
  .team-grid,
  .coach-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-text strong {
    font-size: 0.95rem;
  }

  .brand-text span {
    font-size: 0.76rem;
  }

  .logo-image {
    width: 48px;
    height: 48px;
  }

  .section {
    padding: 56px 18px;
  }

  h1 {
    font-size: 2.75rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .programs-grid,
  .team-grid,
  .pricing-grid,
  .signup-form {
    grid-template-columns: 1fr;
  }

  .rate-row {
    gap: 10px;
  }

  .schedule-card {
    grid-template-columns: 1fr;
  }

  .schedule-suggestion {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }

  .coach-profile-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
