.hero-center{
  gap: clamp(18px, 4vw, 42px);
  padding: clamp(24px, 6vh, 72px) 0 clamp(28px, 7vh, 84px);
}

.hero-content{
  width: min(760px, 92vw);
  gap: clamp(8px, 1.8vw, 14px);
  margin-top: clamp(28px, 6vh, 80px);
}

.hero-subhead{
  font-size: clamp(16px, 2.2vw, 24px);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.hero-support{
  font-size: clamp(12px, 1.4vw, 16px);
  letter-spacing: 0.28em;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.hero-actions{
  margin-top: clamp(8px, 2vw, 18px);
  gap: 10px;
}

.hero-mark{
  width: clamp(320px, 90vw, 980px);
  min-height: calc(var(--sq) * 0.82);
}

.hero-mark-shape{
  width: calc(var(--sq) * 1.15);
  height: calc(var(--sq) * 1.15);
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.24));
}

.btn-hero{
  padding: 11px 20px;
}

.logo-wordmark{
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.what-we-do{
  padding: clamp(36px, 7vh, 72px) 16px;
  background: var(--bg);
}

.what-grid{
  margin-top: 0;
  gap: clamp(18px, 4vw, 30px);
}

.about-copy{
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
}

.about-copy__lead-primary{
  font-size: clamp(17px, 1.6vw, 24px);
  line-height: 1.65;
}

.about-intro{
  max-width: 1080px;
  margin: 0 auto 24px;
}

.about-intro .section-sublead{
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

#about.section[data-theme="light"]{
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.92) 22%,
      rgba(0, 0, 0, 0.14) 72%,
      rgba(0, 0, 0, 0.5) 100%
    );
}

.about-booking{
  margin: clamp(24px, 4vh, 40px) auto 0;
  padding: clamp(24px, 3vw, 34px) max(16px, calc((100vw - min(var(--maxw), 92vw)) / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(135deg, #4fc162, #67d479);
  border-radius: 0;
  box-shadow: none;
}

.about-booking__content{
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 640px;
  text-align: center;
  align-items: center;
}

.about-booking__eyebrow{
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.7);
}

.about-booking__title{
  margin: 0;
  font-size: clamp(22px, 3.2vw, 32px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0a0a0a;
}

.about-booking__text{
  margin: 0;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.7;
  color: rgba(10, 10, 10, 0.82);
}

.coach-card--compact{
  margin: clamp(20px, 4vh, 32px) auto 0;
  width: min(var(--maxw), 92vw);
  padding: clamp(20px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(245, 244, 238, 0.14) 0%, rgba(245, 244, 238, 0.06) 18%, rgba(245, 244, 238, 0) 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.03) 16%, rgba(0, 0, 0, 0) 42%),
    linear-gradient(325deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #101010 0%, #060606 100%);
  color: #fff;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.14),
    inset 2px 2px 10px rgba(255, 255, 255, 0.035),
    inset -1px -1px 0 rgba(255, 255, 255, 0.03),
    inset -10px -12px 24px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 22px 52px rgba(0, 0, 0, 0.28);
}

.coach-card--compact .coach-header{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.coach-card--compact .coach-photo{
  width: 92px;
  height: 92px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.coach-card--compact .coach-meta{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  align-items: flex-start;
  text-align: left;
}

.coach-card--compact .coach-name{
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  color: #fff;
  text-align: left;
}

.coach-card--compact .coach-role{
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}

.coach-card--compact .coach-divider{
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.14) 55%, rgba(255, 255, 255, 0));
}

.coach-card--compact .coach-bio{
  max-width: none;
  margin-top: 2px;
  text-align: left;
  color: rgba(255, 255, 255, 0.84);
}

.mission-layout--embedded{
  margin-top: clamp(18px, 3.5vh, 28px);
  width: min(var(--maxw), 92vw);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  grid-template-columns: minmax(240px, 315px) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(20px, 4vw, 52px);
}

.mission-layout--embedded .mission-graphic__frame{
  position: relative;
  height: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 14px;
  box-shadow: none;
  overflow: hidden;
}

.mission-layout--embedded .mission-graphic{
  max-width: 360px;
  width: 100%;
  margin: 0;
  align-self: stretch;
}

.mission-layout--embedded .mission-copy{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(20px, 3vw, 28px);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 14px;
}

.mission-layout--embedded .mission-copy{
  gap: 1rem;
}

.mission-layout--embedded .mission-graphic__media{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mission-layout--embedded .lead,
.mission-layout--embedded .body{
  max-width: none;
  color: #fff;
}

.mission-layout--embedded .lead{
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.65;
}

.mission-layout--embedded .body{
  color: rgba(255, 255, 255, 0.84);
}

.mission-video-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 146px;
  height: 146px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
  transition: opacity 500ms ease, transform 500ms ease;
  pointer-events: none;
}

.mission-video-icon svg{
  width: 100%;
  height: 100%;
}

.mission-video-icon.is-visible{
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(1);
}

.about-booking .btn-hero{
  padding: 19px 36px;
  font-size: 14px;
  min-width: 264px;
  margin-left: 0;
}

.about-booking .btn-primary{
  background: #0a0a0a;
  color: #fff;
  border-color: #0a0a0a;
  box-shadow: none;
}

.about-booking .btn-primary:hover{
  filter: none;
  background: #111;
}

.contact{
  margin-top: 22px;
}

.contact input,
.contact textarea{
  border-color: rgba(255, 255, 255, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact input:focus,
.contact textarea:focus{
  border-color: rgba(79, 193, 98, 0.9);
  box-shadow: 0 0 0 4px rgba(79, 193, 98, 0.14);
  background: #141414;
}

.btn-contact{
  padding: 14px 22px;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.btn-contact:hover{
  filter: brightness(0.98);
  transform: translateY(-1px);
}

.cta-section{
  padding: clamp(28px, 6vh, 56px) 16px;
}

.cta-content{
  gap: 8px;
}

.cta-title{
  font-size: clamp(22px, 3.4vw, 34px);
}

.cta-subtext{
  font-size: clamp(13px, 1.8vw, 16px);
}

.cta-actions{
  margin-top: clamp(8px, 2vh, 16px);
}

@media (max-width: 700px){
  .hero-center{
    gap: clamp(12px, 4vw, 24px);
    padding: clamp(20px, 5vh, 48px) 0 clamp(24px, 6vh, 56px);
  }

  .hero-content{
    gap: 8px;
    margin-top: clamp(20px, 4vh, 40px);
  }

  .hero-actions{
    margin-top: 12px;
    gap: 8px;
  }

  .about-booking{
    align-items: center;
    gap: 14px;
  }

  .about-booking .btn-hero{
    width: 100%;
  }

  .coach-card--compact{
    text-align: center;
  }

  .coach-card--compact .coach-header{
    flex-direction: column;
    gap: 8px;
  }

  .coach-card--compact .coach-divider{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  }

  .coach-card--compact .coach-photo,
  .coach-card--compact .coach-meta,
  .coach-card--compact .coach-name,
  .coach-card--compact .coach-role,
  .coach-card--compact .coach-bio{
    text-align: center;
  }

  .coach-card--compact .coach-meta{
    align-items: center;
  }

  .mission-layout--embedded{
    grid-template-columns: 1fr;
  }

  .mission-layout--embedded .mission-graphic{
    max-width: none;
  }
}
