.coach-section {
  padding: 95px clamp(20px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(220px, .55fr) 1.45fr;
  gap: clamp(45px, 8vw, 120px);
  align-items: center;
  background: #f4f0e6;
  border-bottom: 1px solid rgba(16,47,41,.18);
}

.coach-badge {
  aspect-ratio: 1;
  max-width: 320px;
  width: 100%;
  border-radius: 50%;
  background: #dfff52;
  border: 2px solid #102f29;
  box-shadow: 12px 12px 0 #102f29;
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(-4deg);
}

.coach-badge span {
  font: 700 clamp(70px, 10vw, 120px)/.8 Oswald, sans-serif;
}

.coach-badge small {
  margin-top: 18px;
  font-weight: 800;
  letter-spacing: .2em;
}

.coach-copy h2 {
  max-width: 830px;
  margin: 0 0 28px;
  font: 600 clamp(44px, 6vw, 78px)/1 Oswald, sans-serif;
}

.coach-copy > p:not(.eyebrow) {
  max-width: 800px;
  color: #64726e;
  font-size: 17px;
  line-height: 1.8;
}

.coach-copy .inline-link {
  color: #6f2e5d;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.coach-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(16,47,41,.18);
}

.coach-facts span {
  font-size: 12px;
  line-height: 1.5;
}

.coach-credential {
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
}

.coach-credential:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.safe-play-note {
  margin-top: 26px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  color: #fff0cc;
  background: #35152f;
  border-left: 6px solid #f8cb45;
}

.safe-play-shield {
  width: 42px;
  height: 42px;
  display: grid;
  place-content: center;
  border: 2px solid #f8cb45;
  border-radius: 50%;
  color: #35152f;
  background: #f8cb45;
  font-weight: 900;
}

.safe-play-note b,
.safe-play-note small {
  display: block;
}

.safe-play-note b {
  margin-bottom: 3px;
  font-size: 14px;
}

.safe-play-note small {
  color: #ead7e6;
  font-size: 10px;
  line-height: 1.5;
}

.safe-play-note strong {
  color: #f8cb45;
  font-size: 10px;
  white-space: nowrap;
}

.coach-facts b,
.coach-credential b {
  display: block;
  margin-bottom: 4px;
  font: 600 26px Oswald, sans-serif;
  color: #ff6b3d;
}

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

  .coach-badge {
    max-width: 220px;
  }

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

  .safe-play-note {
    grid-template-columns: auto 1fr;
  }

  .safe-play-note strong {
    grid-column: 2;
  }
}

.community-section {
  padding: 75px clamp(20px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
  background: #dfff52;
  border-bottom: 1px solid #102f29;
}

.community-section h2 {
  margin: 0;
  max-width: 760px;
  font: 600 clamp(40px, 5vw, 67px)/1 Oswald, sans-serif;
}

.community-copy p {
  margin: 0 0 28px;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.8;
}

.community-button {
  background: #fffdf7;
}

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