/* Scoped extension of the existing Muay Thai AI brand. */
.coaches-page {
  --coach-muted: #b8b1a5;
}
.coaches-page p {
  color: var(--coach-muted);
  font-size: 1rem;
  line-height: 1.75;
}
.coaches-page .wrap {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}
.coaches-page a {
  color: inherit;
}
.coaches-page h1 {
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.coaches-page h2 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}
.coaches-page h3 {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}
.coaches-page em {
  color: var(--coach-muted);
  font-weight: 400;
}
.coaches-page .eyebrow {
  color: #fb923c;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.coach-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 25px;
  border-bottom: 1px solid var(--border);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: 600;
  flex-wrap: wrap;
}
.wordmark span {
  font-size: 0.75rem;
  color: var(--coach-muted);
  font-weight: 400;
  border-left: 1px solid var(--border);
  padding-left: 10px;
}
.coach-nav nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.875rem;
}
.coach-nav nav > a {
  text-decoration: none;
}
.coaches-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--cream);
  color: var(--ink);
  border-radius: 100px;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  min-height: 48px;
  line-height: 1.5;
}
.coaches-page .button:hover {
  background: #fed7aa;
}
.coaches-page .button.small {
  padding: 10px 20px;
  font-size: 0.875rem;
}
.intro {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 90px;
  align-items: center;
  padding-block: 80px 100px;
}
.intro .lead {
  font-size: 1.3rem;
  color: var(--fg);
  margin-top: 26px;
}
.intro-copy {
  margin-top: 18px;
  max-width: 520px;
}
.actions {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  flex-direction: column;
  margin: 30px 0 20px;
}
.text-link {
  text-underline-offset: 6px;
  font-size: 0.95rem;
}
.coaches-page .smallprint {
  font-size: 0.875rem;
}
.hero-proof {
  position: relative;
  max-width: 345px;
  justify-self: center;
  width: 100%;
  padding: 16px 16px 22px;
  border: 1px solid #393631;
  background: #141517;
  transform: rotate(3deg);
  border-radius: 22px;
  box-shadow: 28px 25px 80px #0006;
}
.hero-proof > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.proof-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding: 2px 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dot {
  width: 7px;
  height: 7px;
  background: #fb923c;
  border-radius: 50%;
}
.hero-proof figcaption {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  padding-top: 16px;
  line-height: 1.4;
}
.hero-proof figcaption span {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  color: var(--coach-muted);
}
.section {
  padding-block: 90px;
  border-top: 1px solid var(--border);
  scroll-margin-top: 24px;
}
.section-head {
  max-width: 640px;
  margin-bottom: 48px;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.screen-window {
  overflow: hidden;
  border: 1px solid #34312e;
  border-radius: 20px;
  background: #121316;
}
.screen-window img {
  width: 100%;
  height: auto;
  display: block;
}
.experience-grid figcaption {
  padding-top: 24px;
}
.number {
  color: #fb923c;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 12px;
}
.experience-grid h3 {
  margin-bottom: 10px;
}
.coaches-page .image-note {
  font-size: 0.875rem;
  margin-top: 35px;
  max-width: 740px;
}
.builder-section {
  background: #121315;
  padding: 90px 0;
  scroll-margin-top: 20px;
}
.choice-grid,
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.choice-copy h3:not(:first-child) {
  margin-top: 30px;
}
.story {
  padding: 60px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: linear-gradient(120deg, #201913, #111214);
}
.story > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 20px;
}
.details-grid {
  margin-top: 90px;
}
.fee {
  display: flex;
  align-items: center;
  gap: 24px;
  border-block: 1px solid var(--border);
  margin: 26px 0;
  padding: 20px 0;
}
.fee strong {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 400;
}
.fee span {
  font-size: 0.875rem;
  color: var(--coach-muted);
}
.faq > h3 {
  margin-bottom: 20px;
}
.faq details {
  border-bottom: 1px solid var(--border);
}
.faq summary {
  cursor: pointer;
  padding: 20px 0;
  font-size: 1rem;
}
.faq details p {
  padding-bottom: 22px;
}
.join {
  text-align: center;
  background: #171411;
  border-top: 1px solid var(--border);
  padding: 90px 0;
  scroll-margin-top: 0;
}
.join h2 {
  font-size: clamp(3rem, 6vw, 5rem);
}
.join p:not(.eyebrow) {
  max-width: 550px;
  margin: 20px auto;
}
.join .button {
  margin-top: 12px;
}
.join .email-address {
  font-size: 0.95rem;
}
.coach-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 35px;
}
.coach-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.875rem;
}
.skip {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 10;
  background: var(--cream);
  color: #111 !important;
  padding: 14px;
}
.skip:focus {
  top: 12px;
}
.coaches-page :focus-visible {
  outline: 3px solid #fb923c;
  outline-offset: 5px;
}
.coaches-page img {
  max-width: 100%;
}
@media (max-width: 850px) {
  .intro {
    gap: 35px;
    grid-template-columns: 1.2fr 0.8fr;
  }
  .choice-grid,
  .details-grid {
    gap: 40px;
  }
  .experience-grid {
    gap: 20px;
  }
  .coach-nav nav > a:first-child {
    display: none;
  }
  .wordmark span {
    display: none;
  }
  .story {
    padding: 35px;
  }
}
@media (max-width: 620px) {
  .coaches-page .wrap {
    width: calc(100% - 36px);
  }
  .coach-nav {
    padding-block: 18px;
    gap: 12px;
  }
  .wordmark {
    font-size: 0.75rem;
  }
  .wordmark img {
    width: 25px;
    height: 25px;
  }
  .coaches-page .button.small {
    padding: 10px 16px;
  }
  .intro {
    grid-template-columns: 1fr;
    padding-block: 50px 65px;
    gap: 45px;
  }
  .intro .lead {
    font-size: 1.15rem;
  }
  .hero-proof {
    max-width: 300px;
    transform: rotate(2deg);
  }
  .section,
  .builder-section {
    padding-block: 60px;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .experience-grid figure {
    max-width: 360px;
    width: 100%;
    margin: auto;
  }
  .choice-grid,
  .details-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .story {
    padding: 30px 24px;
  }
  .details-grid {
    margin-top: 60px;
  }
  .join {
    padding: 65px 0;
  }
  .coach-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .coach-footer > div {
    gap: 18px;
  }
  .proof-label {
    font-size: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* The complete app screenshots remain readable, without fixed-height clipping. */
.hero-proof {
  max-width: 300px;
}
.screen-window {
  max-width: 310px;
  margin-inline: auto;
}
.screen-window img {
  height: auto;
}
.portal-showcase {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}
.portal-preview {
  min-width: 0;
  border: 1px solid #393632;
  border-radius: 18px;
  background: #0b0c0f;
  overflow: hidden;
  box-shadow: 0 22px 55px #0004;
}
.portal-bar {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.portal-brand-sub {
  display: block;
  margin-top: 5px;
  color: var(--coach-muted);
  font-size: 0.75rem;
}
.preview-label {
  color: var(--coach-muted);
  letter-spacing: 0;
  white-space: nowrap;
}
.portal-content {
  padding: 28px;
}
.coaches-page .portal-eyebrow {
  color: #fb923c;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.portal-content > h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 26px;
}
.portal-fields {
  display: grid;
  gap: 20px;
}
.portal-field {
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.portal-field h4 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.coaches-page .field-help {
  font-size: 0.875rem;
  margin-bottom: 14px;
}
.coaches-page .field-value,
.instruction-preview li {
  background: #17181d;
  border: 1px solid #303139;
  padding: 12px 14px;
  border-radius: 8px;
  color: #ded9cf;
  font-size: 0.95rem;
  line-height: 1.65;
}
.instruction-preview {
  padding-left: 25px;
}
.instruction-preview li {
  padding-left: 12px;
  margin-top: 8px;
}
.instruction-preview li::marker {
  color: var(--coach-muted);
  font-size: 0.875rem;
}
.video-file {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px dashed #514b42;
  border-radius: 8px;
  padding: 18px;
}
.video-file > span {
  color: #fb923c;
  font-size: 2rem;
}
.video-file strong {
  display: block;
  font-weight: 500;
  font-size: 0.95rem;
}
.video-file div > span {
  display: block;
  color: var(--coach-muted);
  font-size: 0.875rem;
  margin-top: 4px;
}
.portal-preview figcaption {
  border-top: 1px solid var(--border);
  padding: 18px 24px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--coach-muted);
}
.builder-benefits {
  display: grid;
  gap: 35px;
}
.builder-benefits h3 {
  font-size: 1.3rem;
}
.next-builder {
  border-top: 1px solid var(--border);
  padding-top: 28px;
}
.faq {
  min-width: 0;
}
.faq > h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 24px;
}
.faq details {
  margin-bottom: 12px;
  border: 1px solid #34312d;
  border-radius: 12px;
  background: #111215;
  overflow: hidden;
}
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 22px;
  line-height: 1.5;
  font-weight: 500;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: '+';
  flex-shrink: 0;
  color: #fb923c;
  font-size: 1.5rem;
  font-weight: 400;
}
.faq details[open] {
  border-color: #73614c;
  background: #191715;
}
.faq details[open] summary::after {
  content: '−';
}
.faq summary:hover {
  background: #ffffff05;
}
.coaches-page .faq details p {
  padding: 0 22px 22px;
  font-size: 0.95rem;
  line-height: 1.8;
}
.faq summary:focus-visible {
  outline-offset: -4px;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .portal-showcase {
    gap: 35px;
  }
  .portal-content {
    padding: 22px;
  }
}
@media (max-width: 620px) {
  .portal-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .portal-bar {
    padding: 18px;
  }
  .portal-content {
    padding: 22px 18px;
  }
  .hero-proof {
    max-width: 260px;
  }
  .experience-grid figure {
    max-width: 310px;
  }
  .faq summary {
    padding: 18px;
  }
  .coaches-page .faq details p {
    padding: 0 18px 20px;
  }
}
/* Compact device showcase, using the latest App Store source captures. */
.coaches-page [hidden] {
  display: none !important;
}
.intro {
  padding-block: 55px 65px;
  gap: 60px;
}
.coaches-page h1 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}
.hero-proof {
  max-width: 272px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  transform: none;
}
.iphone {
  width: 100%;
  max-width: 272px;
  padding: 7px;
  border-radius: 35px;
  background: #060709;
  border: 2px solid #696664;
  box-shadow:
    inset 0 0 0 2px #1c1e20,
    0 18px 45px #0005;
  margin-inline: auto;
}
.iphone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
}
.hero-proof figcaption {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  line-height: 1.6;
  padding-top: 18px;
}
.hero-proof figcaption span {
  font-size: 0.8rem;
}
.section {
  padding-block: 60px;
}
.experience-section {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr;
  gap: 75px;
  align-items: center;
}
.experience-copy > p {
  max-width: 560px;
}
.experience-copy .eyebrow {
  margin-bottom: 16px;
}
.experience-tabs {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.experience-tabs button {
  font: inherit;
  color: var(--fg);
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-left: 2px solid #39332b;
  border-radius: 0 12px 12px 0;
  padding: 15px 20px;
}
.experience-tabs button[aria-selected='true'] {
  border-color: #4b3b2b;
  border-left-color: #fb923c;
  background: #1b1713;
}
.experience-tabs button:hover {
  background: #ffffff05;
}
.experience-tabs button > span {
  display: block;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--coach-muted);
}
.experience-tabs button > .tab-kicker {
  color: #fb923c;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.experience-tabs strong {
  display: block;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.experience-preview {
  text-align: center;
  position: relative;
  align-self: center;
}
.experience-preview .image-note {
  max-width: 290px;
  margin: 20px auto 0;
  font-size: 0.8rem;
}
.builder-section {
  padding-block: 60px;
}
.builder-section .section-head {
  max-width: 800px;
  margin-bottom: 30px;
}
.portal-showcase {
  grid-template-columns: 1.1fr 1fr;
  gap: 55px;
}
.portal-bar {
  background: #1c1c21;
  padding-block: 15px;
}
.portal-bar > span:first-child {
  font-size: 0.7rem;
  color: var(--coach-muted);
}
.portal-brand-sub {
  font-size: 1rem;
  letter-spacing: 0;
  color: var(--fg);
  margin-top: 2px;
}
.portal-content {
  padding: 24px;
}
.portal-content > h3 {
  margin-bottom: 18px;
  font-size: 1.7rem;
}
.portal-fields {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.portal-field {
  min-width: 0;
  padding-top: 12px;
}
.portal-field:first-child {
  grid-row: span 2;
}
.portal-field:last-child {
  grid-column: 1 / -1;
}
.portal-video {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  background: #1c1c21;
}
.portal-video img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  display: block;
}
.portal-video span {
  display: block;
  padding: 9px 12px;
  color: var(--coach-muted);
  font-size: 0.75rem;
  line-height: 1.5;
}
.coaches-page .field-value,
.instruction-preview li {
  font-size: 0.85rem;
  padding: 8px 10px;
}
.portal-preview figcaption {
  font-size: 0.8rem;
  padding: 13px 24px;
}
.builder-benefits {
  gap: 24px;
}
.builder-benefits .number {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.builder-benefits h3 {
  font-size: 1.2rem;
}
.next-builder {
  padding-top: 22px;
}
.story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 0;
  overflow: hidden;
  margin-top: 60px;
  background: #131416;
}
.founder-photo {
  position: relative;
  min-height: 360px;
}
.founder-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.founder-photo figcaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #08090cdd;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.8rem;
}
.story-copy {
  padding: 38px;
}
.story-copy .eyebrow {
  margin-bottom: 18px;
}
.story-copy h2 {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
}
.story-copy p + p {
  margin-top: 16px;
}
.story-copy .text-link {
  display: inline-block;
  margin-top: 22px;
}
.details-grid {
  margin-top: 0;
  border-top: 0;
  gap: 75px;
}
.details-grid h2 {
  font-size: 2.9rem;
}
.commerce-points {
  list-style: none;
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.commerce-points li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.commerce-points li > span {
  background: #221b13;
  border: 1px solid #4c3821;
  color: #fb923c;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.commerce-points strong {
  display: block;
  font-weight: 500;
  font-size: 0.95rem;
}
.commerce-points div > span {
  color: var(--coach-muted);
  font-size: 0.875rem;
}
.fee {
  border: 1px solid #4b3b2b;
  background: #1b1713;
  border-radius: 12px;
  padding: 16px 24px;
  margin-block: 22px;
}
.fee strong {
  font-size: 3rem;
}
.faq summary {
  padding: 16px 20px;
  font-size: 0.95rem;
}
.join {
  padding-block: 55px;
}
.join h2 {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
}
@media (max-width: 850px) {
  .experience-section {
    gap: 30px;
  }
  .portal-showcase {
    gap: 30px;
  }
  .portal-fields {
    grid-template-columns: 1fr;
  }
  .portal-field:first-child {
    grid-row: auto;
  }
  .portal-video img {
    height: 135px;
  }
  .story-copy {
    padding: 26px;
  }
  .details-grid {
    gap: 35px;
  }
}
@media (max-width: 620px) {
  .intro {
    padding-block: 38px;
    gap: 25px;
  }
  .hero-proof {
    max-width: 235px;
  }
  .experience-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .experience-tabs button {
    padding: 12px 16px;
  }
  .experience-tabs button:not([aria-selected='true']) > span:last-child {
    display: none;
  }
  .experience-preview .iphone {
    max-width: 245px;
  }
  .section,
  .builder-section {
    padding-block: 42px;
  }
  .portal-showcase {
    grid-template-columns: 1fr;
  }
  .portal-fields {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .portal-field:first-child {
    grid-row: span 2;
  }
  .portal-content {
    padding: 18px;
  }
  .portal-field h4 {
    font-size: 0.875rem;
  }
  .story {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .founder-photo {
    min-height: 290px;
  }
  .founder-photo img {
    object-position: center 32%;
  }
  .story-copy {
    padding: 26px;
  }
  .details-grid {
    grid-template-columns: 1fr;
  }
  .join {
    padding-block: 40px;
  }
}
@media (max-width: 370px) {
  .portal-fields {
    grid-template-columns: 1fr;
  }
  .portal-field:first-child {
    grid-row: auto;
  }
}

/* Center the device itself; keep its explanatory caption below it. */
@media (min-width: 621px) {
  .experience-preview .image-note {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 310px);
  }
}

/* A lesson preview replaces the dense multi-field editor mockup. */
.lesson-card .portal-bar > span:first-child {
  color: var(--fg);
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.lesson-card .portal-content {
  padding: 24px;
}
.lesson-card .portal-content > h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.lesson-demonstration {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #18191d;
}
.lesson-demonstration img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
  object-position: center 30%;
}
.lesson-demonstration > span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #08090ce6;
  color: #eee8dc;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
}
.cue-heading {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 24px 0 8px;
}
.lesson-cues {
  list-style: none;
}
.lesson-cues li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  line-height: 1.55;
}
.lesson-cues li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.lesson-cues li > span {
  color: #fb923c;
  font-size: 0.8rem;
}
.creation-steps {
  gap: 28px;
}
.creation-steps > div {
  border-left: 2px solid #4b3b2b;
  padding-left: 22px;
}
.creation-steps h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}
@media (max-width: 620px) {
  .lesson-card .portal-content {
    padding: 20px;
  }
  .lesson-demonstration img {
    height: 180px;
  }
  .creation-steps {
    gap: 22px;
  }
}

/* The coach FAQ is a column, not the consumer site's full-width FAQ section. */
.coaches-page .faq {
  background: transparent;
  padding: 0;
}

@media (max-width: 620px) {
  .coaches-page .intro > div,
  .experience-copy,
  .builder-section .section-head,
  .creation-steps,
  .story-copy,
  .details-grid > div:first-child,
  .faq > h3,
  .coach-footer {
    text-align: center;
  }
  .coaches-page .intro-copy,
  .experience-copy > p,
  .builder-section .section-head {
    margin-inline: auto;
  }
  .coaches-page .actions {
    align-items: center;
  }
  .experience-tabs button {
    text-align: center;
    border-left: 1px solid transparent;
    border-top: 2px solid #39332b;
    border-radius: 0 0 12px 12px;
  }
  .experience-tabs button[aria-selected='true'] {
    border-left-color: #4b3b2b;
    border-top-color: #fb923c;
  }
  .creation-steps > div {
    border-left: 0;
    border-top: 1px solid #4b3b2b;
    padding: 20px 0 0;
  }
  .fee {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .commerce-points li {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .coach-footer {
    align-items: center;
  }
  .coach-footer > div {
    justify-content: center;
  }
}

/* Mobile story: compact choices, one explanation, then the product. */
.coaches-page .mobile-tab-label,
.mobile-panel-copy {
  display: none;
}
@media (max-width: 620px) {
  .coaches-page .intro {
    padding-block: 30px 34px;
    gap: 22px;
  }
  .coaches-page .intro .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 16px;
  }
  .coaches-page .intro h1 {
    font-size: clamp(2.5rem, 10vw, 3.1rem);
  }
  .coaches-page .intro .lead {
    display: none;
  }
  .coaches-page .intro-copy {
    margin-top: 16px;
  }
  .coaches-page .actions {
    margin-block: 22px 0;
  }
  .coaches-page .section,
  .builder-section {
    padding-block: 34px;
  }
  .coaches-page h2 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }
  .experience-section {
    gap: 18px;
  }
  .experience-copy > p:not(.eyebrow) {
    font-size: 0.95rem;
  }
  .experience-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    margin-top: 20px;
    padding: 5px;
    border: 1px solid #34312d;
    border-radius: 12px;
    background: #111215;
  }
  .experience-tabs button {
    min-width: 0;
    padding: 12px 3px;
    border: 1px solid transparent;
    border-radius: 8px;
    min-height: 46px;
    text-align: center;
  }
  .experience-tabs button[aria-selected='true'] {
    border-color: #76512e;
    background: #2b2015;
  }
  .experience-tabs button > span,
  .experience-tabs button > strong {
    display: none;
  }
  .experience-tabs button > .mobile-tab-label {
    display: block;
    font-size: 0.8rem;
    line-height: 1.3;
    color: var(--fg);
  }
  .mobile-panel-copy {
    display: block;
    text-align: left;
    width: min(100%, 330px);
    margin: 0 auto 20px;
    min-height: 102px;
    padding-left: 14px;
    border-left: 2px solid #fb923c;
  }
  .mobile-panel-copy h3 {
    font-size: 1.05rem;
    margin-bottom: 6px;
  }
  .coaches-page .mobile-panel-copy p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .experience-preview .image-note {
    margin-top: 14px;
  }
  .builder-section .section-head {
    margin-bottom: 22px;
  }
  .portal-showcase {
    gap: 22px;
  }
  .lesson-card .portal-content {
    padding: 18px;
  }
  .lesson-demonstration img {
    height: 155px;
  }
  .lesson-cues li {
    padding-block: 9px;
  }
  .creation-steps {
    gap: 0;
    text-align: left;
  }
  .creation-steps > div {
    padding: 16px 0;
  }
  .creation-steps > div:last-child {
    padding-bottom: 0;
  }
  .creation-steps h3 {
    font-size: 1.05rem;
    margin-bottom: 5px;
  }
  .coaches-page .creation-steps p {
    font-size: 0.95rem;
  }
  .story {
    margin-top: 28px;
  }
  .founder-photo {
    min-height: 225px;
  }
  .story-copy {
    padding: 24px 20px;
  }
  .story-copy .eyebrow {
    margin-bottom: 12px;
  }
  .story-copy h2 {
    font-size: 2rem;
  }
  .coaches-page .story-copy p {
    font-size: 0.95rem;
  }
  .story-copy .text-link {
    display: none;
  }
  .details-grid {
    gap: 30px;
  }
  .details-grid .eyebrow {
    margin-bottom: 12px;
  }
  .details-grid h2 {
    font-size: 2.3rem;
  }
  .fee {
    margin-block: 18px;
  }
  .commerce-points {
    gap: 14px;
    margin-top: 18px;
  }
  .commerce-points li {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }
  .faq > h3 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .faq summary {
    padding: 15px;
  }
  .faq details {
    margin-bottom: 9px;
  }
  .join {
    padding-block: 30px;
  }
  .join .eyebrow {
    margin-bottom: 12px;
  }
  .join h2 {
    font-size: 2.4rem;
  }
  .join p:not(.eyebrow) {
    margin-block: 14px;
  }
  .coach-footer {
    padding-block: 24px;
    gap: 18px;
  }
}

/* Four labels across is too tight on the narrowest phones. */
@media (max-width: 370px) {
  .experience-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
