:root {
  --ink: #123e49;
  --deep: #0c2e38;
  --muted: #667071;
  --paper: #f7f3ea;
  --cream: #efe8da;
  --gold: #b99243;
  --gold-soft: #d7bd78;
  --teal: #123e49;
  --line: rgba(18, 62, 73, 0.16);
  --shadow: 0 24px 70px rgba(18, 62, 73, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.open {
  color: var(--ink);
  background: rgba(255, 250, 244, 0.94);
  box-shadow: 0 10px 30px rgba(22, 18, 15, 0.09);
  backdrop-filter: blur(16px);
}

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

.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center 38%;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(12, 46, 56, 0.18);
}

.site-header.scrolled .brand-logo,
.site-header.open .brand-logo {
  border-color: rgba(18, 62, 73, 0.15);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  opacity: 0.78;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.88;
}

.site-nav a:hover {
  opacity: 1;
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #20150f;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 46, 56, 0.91) 0%, rgba(18, 62, 73, 0.66) 48%, rgba(18, 62, 73, 0.26) 100%),
    linear-gradient(0deg, rgba(12, 46, 56, 0.78) 0%, rgba(12, 46, 56, 0.08) 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, 100%);
  padding: 150px clamp(22px, 5vw, 72px) 96px;
}

.hero-logo {
  width: min(178px, 46vw);
  aspect-ratio: 1;
  margin-bottom: 26px;
  object-fit: cover;
  object-position: center 38%;
  border: 4px solid rgba(247, 243, 234, 0.9);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 20px 60px rgba(12, 46, 56, 0.34);
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1,
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  max-width: 640px;
  font-size: clamp(2.15rem, 5vw, 4.8rem);
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

.why-title {
  font-size: clamp(1.75rem, 3.5vw, 3.1rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.hero-lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--gold-soft);
  font-family: "Segoe Script", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(1.35rem, 2.7vw, 2.25rem);
  font-weight: 700;
  line-height: 1.28;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
}

.hero-lead::before,
.hero-lead::after {
  color: rgba(247, 243, 234, 0.9);
}

.hero-lead::before {
  content: "“";
}

.hero-lead::after {
  content: "”";
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-highlights span,
.course-note,
.trial-note,
.shoe-loan {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(247, 243, 234, 0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(185, 146, 67, 0.22);
  font-weight: 900;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: var(--deep);
  background: var(--gold);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.section {
  padding: clamp(72px, 9vw, 130px) clamp(20px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

.flow p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.reason-grid,
.guest-grid,
.team-grid {
  display: grid;
  gap: 18px;
}

.reason-card,
.guest-grid article,
.team-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 12px 40px rgba(31, 20, 14, 0.06);
}

.why {
  background: var(--cream);
}

.history {
  background: var(--paper);
}

.history-visuals {
  margin-bottom: 44px;
}

.history-visuals figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.history-visuals img {
  width: 100%;
  aspect-ratio: 16 / 5;
  max-height: 300px;
  min-height: 180px;
  object-fit: cover;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto clamp(52px, 6vw, 80px);
  padding: 4px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 28px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 8px, var(--gold) 0 4px, transparent 5px) 0 0 / 28px 28px repeat-y,
    linear-gradient(90deg, transparent 0 10px, var(--teal) 10px 13px, transparent 13px 15px, var(--teal) 15px 18px, transparent 18px);
  opacity: 0.92;
}

.timeline article {
  position: relative;
  width: min(390px, calc(50% - 38px));
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 40px rgba(31, 20, 14, 0.07);
}

.timeline article:nth-child(odd) {
  justify-self: start;
}

.timeline article:nth-child(even) {
  justify-self: end;
}

.timeline article::before {
  content: "";
  position: absolute;
  top: 22px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--teal);
}

.timeline article:nth-child(odd)::before {
  right: -46px;
}

.timeline article:nth-child(even)::before {
  left: -46px;
}

.timeline span,
.famous-grid a {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.famous-heading {
  margin-bottom: 26px;
}

.famous-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.famous-grid article {
  display: grid;
  justify-items: start;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 40px rgba(31, 20, 14, 0.07);
}

.famous-grid img {
  width: 118px;
  aspect-ratio: 1;
  border: 5px solid var(--paper);
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 12px 30px rgba(12, 46, 56, 0.18);
}

  object-fit: cover;
}

.famous-grid h3,
.famous-grid p {
  margin-right: 0;
  margin-left: 0;
}

.famous-grid h3 {
  margin-top: 16px;
}

.famous-grid p {
  color: var(--muted);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-visual,
.course-visual,
.association-visual {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-visual img,
.course-visual img,
.association-visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.section-visual {
  aspect-ratio: 16 / 7;
}

.reason-grid {
  grid-template-columns: repeat(4, 1fr);
}

.reason-card {
  min-height: 270px;
  padding: 26px;
}

.icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 1.3rem;
  font-weight: 900;
}

.reason-card:nth-child(2) .icon {
  background: var(--gold);
  color: var(--deep);
}

.reason-card:nth-child(3) .icon {
  background: var(--deep);
}

.reason-card:nth-child(4) .icon {
  background: var(--gold-soft);
  color: var(--deep);
}

.reason-card p,
.guest-grid p,
.team-grid p,
.cta-band p {
  color: var(--muted);
}

.courses {
  background: var(--deep);
  color: #fff;
}

.courses .section-heading p,
.courses .course-detail p,
.practice-info p {
  color: rgba(255, 255, 255, 0.73);
}

.practice-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

.practice-info article,
.course-item {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.practice-info article {
  padding: 22px;
}

.practice-info span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.practice-info strong {
  display: block;
  font-size: 1.3rem;
}

.practice-info p {
  margin: 4px 0 0;
}

.course-visual {
  aspect-ratio: 16 / 6;
}

.course-accordion {
  display: grid;
  gap: 12px;
}

.course-item {
  overflow: hidden;
}

.course-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.course-item summary::-webkit-details-marker {
  display: none;
}

.course-item summary::after {
  content: "+";
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--deep);
  background: var(--gold);
  font-weight: 900;
}

.course-item[open] {
  background:
    radial-gradient(circle at top right, rgba(185, 146, 67, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.08);
}

.course-item[open] summary {
  color: var(--gold-soft);
}

.course-item[open] summary::after {
  content: "−";
}

.course-detail {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 2px clamp(22px, 4vw, 44px) clamp(24px, 4vw, 38px);
}

.course-thumb {
  width: 78px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 3px solid rgba(247, 243, 234, 0.9);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.course-detail ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.course-note {
  margin-top: 14px;
}

.course-detail li {
  padding-left: 22px;
  position: relative;
}

.course-detail li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.teacher-feature {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.teacher-photo {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 52% 24%;
  border-radius: 50%;
  border: 5px solid var(--paper);
  box-shadow: 0 18px 44px rgba(12, 46, 56, 0.22);
}

.teacher-badges {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.teacher-badges .role {
  margin: 0;
}

.teacher-badges span:not(.role) {
  color: var(--teal);
  font-family: "Segoe Script", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: 1.05rem;
  font-weight: 700;
}

.guest-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 22px;
}

.guest-grid article,
.team-grid article {
  padding: 26px;
}

.guest-card {
  display: grid;
  gap: 18px;
}

.guest-photo {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 5px solid var(--paper);
  box-shadow: 0 14px 34px rgba(12, 46, 56, 0.18);
}

.association {
  background: #eef0e9;
}

.association-visual {
  aspect-ratio: 16 / 6;
  margin-bottom: 28px;
}

.partners-block {
  margin-bottom: 30px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 40px rgba(31, 20, 14, 0.06);
}

.partners-block h3 {
  margin-bottom: 18px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.partner-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.partner-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
}

.partner-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.partner-heading img {
  width: 92px;
  height: 52px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.partner-heading span {
  margin-bottom: 0;
}

.partner-body {
  display: flex;
  align-items: center;
  gap: 16px;
}

.partner-body img {
  width: 112px;
  height: 64px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.partner-body-tall img {
  width: 82px;
  height: 112px;
}

.partner-grid p {
  margin: 0;
  color: var(--muted);
}

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

.team-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-photo {
  display: block;
  width: 150px;
  aspect-ratio: 1;
  margin-bottom: 16px;
  object-fit: cover;
  object-position: center;
  border: 5px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(12, 46, 56, 0.22);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(52px, 8vw, 96px) clamp(20px, 5vw, 72px);
  color: #fff;
  background: var(--teal);
}

.cta-band div {
  max-width: 760px;
}

.cta-band h2 {
  color: var(--gold-soft);
  font-family: "Segoe Script", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.cta-band .section-kicker,
.cta-band p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-phone {
  margin-top: 14px;
  font-weight: 800;
}

.pricing-note,
.donation-note {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.pricing-note h3,
.donation-note h3 {
  margin-bottom: 8px;
}

.pricing-note p,
.donation-note p {
  margin: 0;
}

.pricing-note strong {
  color: #fff;
}

.trial-note,
.shoe-loan {
  margin-top: 14px;
}

.contact-phone a {
  color: #fff;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.social-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.social-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.social-icon.instagram svg {
  fill: none;
  stroke-width: 2;
}

.social-icon.upcoming {
  color: rgba(255, 255, 255, 0.58);
  cursor: default;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--deep);
}

.site-footer p {
  margin: 0;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid rgba(247, 243, 234, 0.88);
  border-radius: 50%;
  color: var(--deep);
  background: var(--gold);
  box-shadow: 0 14px 36px rgba(12, 46, 56, 0.28);
  font-size: 1.4rem;
  font-weight: 900;
}

.back-to-top:hover {
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .site-nav {
    position: absolute;
    top: 74px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }

  .nav-toggle {
    display: block;
  }

  .hero-content {
    padding-top: 120px;
  }

  .reason-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .partner-grid,
  .practice-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .brand small {
    display: none;
  }

  .hero {
    min-height: 96svh;
  }

  .hero-content {
    padding: 112px 20px 80px;
  }

  .reason-grid,
  .guest-grid,
  .partner-grid,
  .famous-grid,
  .team-grid,
  .teacher-feature {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 16px;
    transform: none;
  }

  .timeline article,
  .timeline article:nth-child(even),
  .timeline article:nth-child(odd) {
    width: auto;
    margin-left: 54px;
    justify-self: stretch;
  }

  .timeline article:nth-child(even)::before,
  .timeline article:nth-child(odd)::before {
    left: -47px;
    right: auto;
  }

  .section-visual,
  .course-visual,
  .association-visual {
    aspect-ratio: 4 / 3;
  }

  .course-detail {
    grid-template-columns: 1fr;
  }

  .course-thumb {
    width: 64px;
  }

  .teacher-photo {
    max-width: 180px;
  }

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