:root {
  --ink: #35152f;
  --deep: #210b1d;
  --lime: #f8cb45;
  --cream: #fff0cc;
  --paper: #fffaf0;
  --orange: #f5a623;
  --line: rgba(53, 21, 47, .2);
  --muted: #72586b;
}

body {
  background: var(--paper);
  color: var(--ink);
}

.site-header {
  background: rgba(255, 250, 240, .96);
  border-color: rgba(53, 21, 47, .22);
}

nav a:hover,
.light .eyebrow {
  color: var(--lime);
}

.button {
  background: var(--lime);
  color: var(--deep);
  border-color: var(--deep);
  box-shadow: 4px 4px 0 var(--deep);
}

.hero h1 em,
.result-grid span,
.coach-facts b {
  color: #9b4f7f;
}

.photo-hero {
  box-shadow: 16px 16px 0 var(--lime);
}

.hero-card {
  border-left-color: #8d3f73;
}

.marquee,
.schedule-section,
.site-footer {
  background: var(--deep);
}

.marquee i,
.session p,
.session-book span {
  color: var(--lime);
}

.access-section {
  padding: 100px clamp(20px, 8vw, 120px);
  color: var(--cream);
  background: var(--deep);
}

.access-intro {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(35px, 7vw, 100px);
  align-items: end;
}

.access-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
  color: var(--lime);
}

.access-intro h2 {
  margin: 0;
  font: 600 clamp(46px, 6vw, 78px)/1 Oswald, sans-serif;
}

.access-intro > p:last-child {
  margin: 0;
  color: #ead7e6;
  font-size: 16px;
  line-height: 1.8;
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  border-top: 1px solid rgba(255, 240, 204, .28);
  border-bottom: 1px solid rgba(255, 240, 204, .28);
}

.access-grid article {
  padding: 32px;
  border-right: 1px solid rgba(255, 240, 204, .28);
}

.access-grid article:last-child {
  border-right: 0;
}

.access-grid span {
  color: var(--lime);
  font: 600 43px Oswald, sans-serif;
}

.access-grid h3 {
  margin: 16px 0 8px;
  font: 600 28px Oswald, sans-serif;
}

.access-grid p {
  margin: 0;
  color: #ead7e6;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 780px) {
  .access-intro,
  .access-grid {
    grid-template-columns: 1fr;
  }

  .access-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 240, 204, .28);
  }

  .access-grid article:last-child {
    border-bottom: 0;
  }
}

.coach-section {
  background: #f4e8f1;
  border-color: rgba(53, 21, 47, .2);
}

.coach-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.coach-photo-wrap > img,
.coach-badge {
  border-color: var(--deep);
  box-shadow: 12px 12px 0 var(--deep);
}

.coach-badge {
  background: var(--lime);
}

.coach-photo-wrap .coach-badge {
  box-shadow: 6px 6px 0 var(--deep);
}

.community-section {
  background: var(--lime);
  border-color: var(--deep);
}

.community-button {
  background: var(--paper);
}

.supporter-section {
  padding: 42px clamp(20px, 8vw, 120px);
  display: grid;
  grid-template-columns: .55fr 1.45fr auto;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  color: var(--cream);
  background: #5d254e;
  border-bottom: 8px solid var(--lime);
}

.supporter-kicker {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.supporter-kicker span {
  margin-right: 7px;
  font-size: 18px;
}

.supporter-section h2 {
  margin: 0 0 9px;
  font: 600 clamp(28px, 3vw, 42px)/1 Oswald, sans-serif;
}

.supporter-section p {
  max-width: 720px;
  margin: 0;
  color: #f4dff0;
  font-size: 13px;
  line-height: 1.7;
}

.supporter-button {
  min-width: 155px;
  background: var(--lime);
}

@media (max-width: 800px) {
  .supporter-section {
    grid-template-columns: 1fr;
  }

  .supporter-button {
    width: fit-content;
  }
}

.program-card {
  background: #f4e8f1;
}

.program-card.featured {
  background: var(--lime);
}

.rate-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: auto;
}

.rate-list > div {
  padding: 11px 0;
  border-top: 1px solid var(--ink);
}

.rate-list b {
  display: block;
  font: 600 35px Oswald, sans-serif;
}

.rate-list span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.lesson-overview { border: 2px solid var(--purple); background: var(--cream); box-shadow: 10px 10px 0 var(--lime); margin-bottom: 42px; }
.lesson-formats, .lesson-details { display: grid; grid-template-columns: 1fr 1fr; }
.lesson-title { padding: clamp(28px, 4vw, 52px); background: var(--lime); }
.lesson-title h3 { font: 600 clamp(34px,5vw,56px)/1 Oswald,sans-serif; margin: 0 0 16px; }
.lesson-title > p:not(.tag) { max-width: 760px; line-height: 1.7; }
.lesson-choice-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.lesson-choice-links .card-link { min-width: 190px; }
.lesson-formats > div, .lesson-details > div { padding: clamp(26px, 4vw, 48px); }
.lesson-formats > div:first-child, .lesson-details > div:first-child { border-right: 1px solid rgba(53,21,47,.28); }
.lesson-formats > div:first-child { background: var(--lime); }
.lesson-formats h3 { font: 600 clamp(30px,4vw,46px)/1 Oswald,sans-serif; margin: 0 0 16px; }
.lesson-formats p:not(.tag) { line-height: 1.65; max-width: 520px; }
.lesson-details { border-top: 1px solid rgba(53,21,47,.28); }
.lesson-details ul { margin: 0; padding: 0; list-style: none; }
.lesson-details li { padding: 9px 0; border-bottom: 1px solid rgba(53,21,47,.2); }
.lesson-details li::before { content: "✓"; font-weight: 900; margin-right: 10px; }
.overview-rates > div { display: flex; align-items: baseline; gap: 12px; }
.overview-rates b { font: 600 44px Oswald,sans-serif; }
.overview-rates span { font-size: 13px; font-weight: 700; }
.overview-rates small { display: block; margin-top: 12px; line-height: 1.5; }

.hitting-partner {
  margin-top: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: .8fr 1.25fr auto;
  gap: 32px;
  align-items: center;
  color: var(--cream);
  background: #5d254e;
  border-left: 8px solid var(--lime);
}

.hitting-partner .tag {
  margin-bottom: 8px;
  color: var(--lime);
}

.hitting-partner h3 {
  margin: 0;
  font: 600 30px/1.1 Oswald, sans-serif;
}

.hitting-partner > p {
  margin: 0;
  color: #f4dff0;
  font-size: 13px;
  line-height: 1.7;
}

.hitting-partner .button {
  min-width: 205px;
}

@media (max-width: 900px) {
  .lesson-formats, .lesson-details { grid-template-columns: 1fr; }
  .lesson-formats > div:first-child, .lesson-details > div:first-child { border-right: 0; border-bottom: 1px solid rgba(53,21,47,.28); }

  .hitting-partner {
    grid-template-columns: 1fr;
  }

  .hitting-partner .button {
    width: fit-content;
  }
}

.filter.active {
  background: var(--lime);
  color: var(--deep);
  border-color: var(--lime);
}

.date {
  border-color: var(--lime);
}

blockquote {
  background: #f4e8f1;
}

blockquote::before {
  color: var(--lime);
}

.tips {
  background: #f4e8f1;
}

.tip-visual {
  background: var(--lime);
  border-color: var(--deep);
}

.visual-two {
  background: #9b4f7f;
}

.visual-three {
  background: var(--deep);
}

.register {
  background: #6f2e5d;
  color: var(--cream);
}

.register .eyebrow {
  color: var(--lime);
}

.register .contact-note {
  border-color: rgba(255, 240, 204, .45);
}

.register .contact-note a {
  color: var(--lime);
  font-size: 17px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.register .contact-note a + br + a {
  font-size: 13px;
}

.register form {
  color: var(--ink);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--deep);
}

input:focus,
select:focus,
textarea:focus {
  border-bottom-color: #9b4f7f;
}

.class-gallery figure {
  background: var(--deep);
  border-color: var(--deep);
}

.site-footer {
  color: var(--cream);
}

.footer-logo {
  background: white;
  border: 2px solid var(--lime);
}

.testimonial-section {
  padding: 100px clamp(20px, 6vw, 90px);
  color: var(--cream);
  background: var(--deep);
}

.testimonial-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: end;
}

.testimonial-heading .eyebrow {
  color: var(--lime);
}

.testimonial-heading h2 {
  margin: 0;
  max-width: 850px;
  font: 600 clamp(44px, 6vw, 78px)/1 Oswald, sans-serif;
}

.testimonial-heading > p {
  margin: 0;
  color: #ead7e6;
  font-size: 14px;
  line-height: 1.75;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 54px;
}

.testimonial-card {
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--paper);
  border-top: 8px solid var(--lime);
  box-shadow: 8px 8px 0 #6f2e5d;
}

.testimonial-placeholder {
  width: fit-content;
  padding: 6px 9px;
  color: var(--cream);
  background: #6f2e5d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.testimonial-quote {
  margin: 28px 0;
  font: 500 clamp(24px, 3vw, 34px)/1.25 Oswald, sans-serif;
}

.testimonial-card footer {
  margin-top: auto;
  padding-top: 18px;
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(53, 21, 47, .2);
}

.testimonial-card footer b {
  font-size: 13px;
}

.testimonial-card footer span {
  color: var(--muted);
  font-size: 11px;
}

.testimonial-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid rgba(255, 240, 204, .35);
}

@media (max-width: 900px) {
  .testimonial-heading,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-heading {
    gap: 24px;
  }

  .testimonial-card {
    min-height: 270px;
  }
}

@media (max-width: 560px) {
  .testimonial-section {
    padding: 74px 20px;
  }

  .testimonial-card {
    min-height: 0;
    padding: 24px;
    box-shadow: 6px 6px 0 #6f2e5d;
  }
}
