/* ==================================================
   DESKTOP + TABLET
   ================================================== */

/* Base/Desktop layout and desktop/tablet image presentation */

.about-hero {
  position: relative;
  min-height: clamp(720px, 58vw, 860px);
  overflow: hidden;
  color: #fff;
  background: var(--fx-navy-950);
  border-bottom: 3px solid var(--fx-orange-500);
}

.about-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(3, 12, 30, 0.18));
  content: "";
  pointer-events: none;
}

.about-hero__media,
.about-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero__media img {
  object-fit: cover;
  object-position: center top;
}

.about-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  align-items: flex-start;
  padding-top: clamp(118px, 8.6vw, 142px);
  padding-bottom: clamp(42px, 4vw, 58px);
}

.about-hero__copy {
  width: min(47%, 650px);
  padding: clamp(24px, 2.6vw, 36px);
  background: linear-gradient(135deg, rgba(3, 12, 30, 0.62), rgba(7, 29, 60, 0.32));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(3, 12, 30, 0.24);
  backdrop-filter: blur(4px);
}

.about-hero__copy .eyebrow,
.about-hero__copy h1,
.about-hero__copy p,
.about-hero__founder span,
.about-hero__founder small,
.about-hero__facts dt,
.about-hero__facts dd {
  color: inherit;
}

.about-hero__copy h1 {
  max-width: 620px;
  margin: 6px 0 14px;
  font-size: clamp(2.45rem, 3.9vw, 4.35rem);
  line-height: 0.98;
}

.about-hero__lead {
  margin-bottom: 12px;
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  font-weight: 750;
  line-height: 1.55;
}

.about-hero__copy > p:not(.eyebrow):not(.about-hero__lead) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.about-hero__founder {
  display: grid;
  gap: 3px;
  margin: 16px 0;
  padding-left: 16px;
  border-left: 3px solid var(--fx-orange-500);
}

.about-hero__founder span,
.about-hero__founder small {
  color: rgba(255, 255, 255, 0.74);
}

.about-hero__founder strong {
  font-size: 1.18rem;
}

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

.about-hero__facts div {
  padding: 12px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}

.about-hero__facts dt {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  opacity: 0.7;
  text-transform: uppercase;
}

.about-hero__facts dd {
  margin: 4px 0 0;
  font-size: 0.9rem;
  font-weight: 850;
}

main > .section {
  position: relative;
  padding-block: clamp(52px, 5vw, 72px);
}

main > .section .section-heading {
  max-width: 800px;
  margin-bottom: clamp(24px, 2.8vw, 34px);
}

main > .section .section-heading--center {
  margin-inline: auto;
}

.about-story,
.about-guidance-section,
.about-why {
  background: linear-gradient(180deg, var(--fx-white), #fffdfa);
}

.trainer-showcase {
  background: linear-gradient(180deg, #f3f6fa, var(--fx-white));
}

.about-story::before,
.trainer-showcase::before,
.about-audiences-section::before,
.about-method::before,
.about-why::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 28px), 1240px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--fx-line), transparent);
  content: "";
  transform: translateX(-50%);
}

.about-story__grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-story__grid::before {
  position: absolute;
  z-index: 0;
  top: 42px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(243, 107, 19, 0.08), rgba(243, 107, 19, 0.62), rgba(243, 107, 19, 0.08));
  content: "";
}

.about-story__card,
.about-audiences article,
.about-guidance article,
.about-why__grid article {
  position: relative;
  z-index: 1;
  padding: 23px 22px;
  background: #fff;
  border: 1px solid rgba(7, 20, 47, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(7, 20, 47, 0.075);
  transition: transform 280ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 280ms ease, box-shadow 280ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .about-story__card:hover,
  .has-js .about-story__card[data-reveal]:hover,
  .about-audiences article:hover,
  .has-js .about-audiences article[data-reveal]:hover,
  .about-guidance article:hover,
  .has-js .about-guidance article[data-reveal]:hover,
  .about-why__grid article:hover,
  .has-js .about-why__grid article[data-reveal]:hover,
  .founder-mentorship__pillars article:hover,
  .has-js .founder-mentorship__pillars article[data-reveal]:hover,
  .about-method__steps li:hover,
  .has-js .about-method__steps li[data-reveal]:hover {
    border-color: rgba(243, 107, 19, 0.4);
    box-shadow: 0 20px 42px rgba(7, 20, 47, 0.13);
    transform: translateY(-5px);
  }
}

.about-story__card > span,
.about-audiences article > span,
.about-guidance article > span,
.about-why__grid article > span,
.about-method__steps li > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--fx-orange-600);
  background: var(--fx-orange-100);
  border: 1px solid rgba(243, 107, 19, 0.18);
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 900;
}

.about-story__card h3,
.about-audiences h3,
.about-guidance h3,
.about-why__grid h3,
.about-method__steps h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.about-story__card p,
.about-audiences p,
.about-guidance p,
.about-why__grid p,
.about-method__steps p {
  margin-bottom: 0;
  font-size: 0.84rem;
  line-height: 1.65;
}

.founder-mentorship {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(243, 107, 19, 0.09), transparent 30%),
    linear-gradient(180deg, #fff8ef, var(--fx-cream));
}

.founder-mentorship__shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.42fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: stretch;
}

.founder-mentorship__visual {
  position: relative;
  overflow: hidden;
  align-self: start;
  height: 650px;
  min-height: 650px;
  margin: 0;
  background: var(--fx-navy-950);
  border: 1px solid rgba(7, 20, 47, 0.16);
  border-radius: 22px;
  box-shadow: 0 24px 56px rgba(7, 20, 47, 0.2);
}

.founder-mentorship__visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(3, 12, 30, 0.8));
  content: "";
}

.founder-mentorship__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.founder-mentorship__visual figcaption {
  display: grid;
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 26px;
  left: 26px;
  gap: 2px;
  padding-left: 15px;
  color: #fff;
  border-left: 3px solid var(--fx-orange-500);
}

.founder-mentorship__visual figcaption span,
.founder-mentorship__visual figcaption small {
  color: rgba(255, 255, 255, 0.78);
}

.founder-mentorship__visual figcaption span {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-mentorship__visual figcaption strong {
  font-size: 1.35rem;
}

.founder-mentorship__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-mentorship__heading {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 20, 47, 0.12);
}

.founder-mentorship__heading h2 {
  margin: 4px 0 6px;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
}

.founder-mentorship__heading > strong {
  color: var(--fx-orange-600);
  font-size: 0.92rem;
}

.founder-mentorship__story > p:first-child {
  color: var(--fx-ink);
  font-size: 1.05rem;
  font-weight: 700;
}

.founder-mentorship__story p {
  margin-bottom: 14px;
}

.founder-mentorship__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.founder-mentorship__pillars article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 20, 47, 0.11);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(7, 20, 47, 0.055);
  transition: transform 280ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.founder-mentorship__pillars span {
  color: var(--fx-orange-600);
  font-size: 0.72rem;
  font-weight: 900;
}

.founder-mentorship__pillars h3 {
  margin: 8px 0 6px;
  font-size: 0.92rem;
}

.founder-mentorship__pillars p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
}

.trainer-showcase {
  overflow: hidden;
}

.trainer-slider {
  max-width: 1120px;
  margin: 0 auto;
}

.trainer-slider__viewport {
  overflow: hidden;
  background: var(--fx-navy-950);
  border: 1px solid rgba(7, 29, 60, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(7, 20, 47, 0.18);
}

.trainer-slider__track {
  position: relative;
  min-height: 1px;
  outline: none;
}

.trainer-slider__track:focus-visible {
  outline: 4px solid rgba(243, 107, 19, 0.58);
  outline-offset: -4px;
}

.trainer-slide {
  display: none;
  position: relative;
  width: 100%;
}

.trainer-slide.is-active {
  display: block;
  aspect-ratio: 16 / 9;
  animation: trainer-slide-in 360ms ease both;
}

.trainer-slide picture,
.trainer-slide picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.trainer-slide picture {
  position: absolute;
  inset: 0;
}

.trainer-slide picture img {
  object-fit: contain;
  object-position: center;
}

.trainer-slide__profile {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 21%;
  bottom: 9%;
  left: 5.5%;
  width: 40%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 2.5vw, 34px);
  color: #fff;
  background: linear-gradient(145deg, rgba(7, 29, 60, 0.96), rgba(14, 54, 104, 0.91));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid var(--fx-orange-500);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(3, 12, 30, 0.28);
}

.trainer-slide--copy-right .trainer-slide__profile {
  right: 5.5%;
  left: auto;
}

.trainer-slide__profile > span {
  color: var(--fx-orange-500);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trainer-slide__profile h3 {
  margin: 7px 0 4px;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.5rem);
}

.trainer-slide__profile strong {
  display: block;
  color: #fff;
  font-size: clamp(0.82rem, 1.2vw, 1rem);
}

.trainer-slide__profile p {
  margin: 11px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.76rem, 1vw, 0.9rem);
  line-height: 1.55;
}

.trainer-slide__profile ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trainer-slide__profile li {
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
}

.trainer-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.trainer-slider__action {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.trainer-slider__arrow,
.trainer-slider__dot {
  color: var(--fx-navy-950);
  background: #fff;
  border: 1px solid rgba(7, 20, 47, 0.2);
  cursor: pointer;
}

.trainer-slider__arrow {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(7, 20, 47, 0.08);
  font-size: 1.2rem;
}

.trainer-slider__arrow:hover,
.trainer-slider__arrow:focus-visible {
  color: #fff;
  background: var(--fx-navy-950);
  border-color: var(--fx-navy-950);
}

.trainer-slider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trainer-slider__dot {
  display: grid;
  position: relative;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
}

.trainer-slider__dot::before {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid rgba(7, 20, 47, 0.2);
  border-radius: 50%;
  content: "";
  transition: width var(--fx-transition), background var(--fx-transition), border-color var(--fx-transition);
}

.trainer-slider__dot.is-active::before {
  width: 28px;
  background: var(--fx-orange-500);
  border-color: var(--fx-orange-500);
  border-radius: 999px;
}

.trainer-slider__dot:focus-visible {
  outline: 3px solid rgba(243, 107, 19, 0.5);
  outline-offset: 0;
}

.trainer-slider__position {
  min-width: 54px;
  color: var(--fx-muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-align: center;
}

.about-audiences-section {
  background: linear-gradient(180deg, var(--fx-soft), #f7f9fc);
}

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

.about-audiences article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.about-audiences article:nth-child(3) {
  border-top: 3px solid var(--fx-orange-500);
}

.about-guidance-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(243, 107, 19, 0.07), transparent 28%),
    linear-gradient(180deg, #fffdfa, var(--fx-white));
}

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

.about-guidance article {
  padding: 28px;
}

.about-method {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 107, 19, 0.15), transparent 28%),
    linear-gradient(135deg, var(--fx-navy-950), #102d5d);
}

.about-method .section-heading h2,
.about-method .section-heading p,
.about-method__steps h3,
.about-method__steps p {
  color: inherit;
}

.about-method .section-heading > p:last-child,
.about-method__steps p {
  color: rgba(255, 255, 255, 0.76);
}

.about-method__steps {
  display: grid;
  position: relative;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-method__steps::before {
  position: absolute;
  top: 39px;
  right: 6%;
  left: 6%;
  height: 2px;
  background: linear-gradient(90deg, rgba(243, 107, 19, 0.1), rgba(243, 107, 19, 0.78), rgba(243, 107, 19, 0.1));
  content: "";
}

.about-method__steps li {
  position: relative;
  z-index: 1;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(3, 12, 30, 0.18);
  transition: transform 280ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.about-method__steps li > span {
  color: #fff;
  background: var(--fx-orange-500);
  border-color: rgba(255, 255, 255, 0.2);
}

.about-why {
  background: linear-gradient(180deg, #edf3f9, #f8fafc);
}

.about-cta {
  padding-block: clamp(36px, 4vw, 58px) clamp(52px, 7vw, 84px);
  background: var(--fx-soft);
}

.about-cta .cta-band {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  box-shadow: 0 24px 56px rgba(7, 20, 47, 0.2);
}

.about-cta .cta-band::after {
  position: absolute;
  right: -74px;
  bottom: -128px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(243, 107, 19, 0.32), transparent 68%);
  content: "";
  pointer-events: none;
}

.about-cta .cta-band > * {
  position: relative;
  z-index: 1;
}

@keyframes trainer-slide-in {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 1180px) {
  .about-hero { min-height: 720px; }
  .about-hero__media img { object-position: 58% top; }
  .about-hero__content { padding-top: 108px; padding-bottom: 42px; }
  .about-hero__copy { width: 56%; padding: 28px; }
  .about-hero__copy h1 { font-size: clamp(2.4rem, 4.6vw, 3.45rem); }
  .about-story__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-story__grid::before { display: none; }
  .about-audiences { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-method__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-method__steps::before { display: none; }
  .trainer-slide__profile { width: 43%; }
}

@media (max-width: 900px) {
  .founder-mentorship__shell { grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr); gap: 28px; }
  .founder-mentorship__visual { height: 620px; min-height: 620px; }
  .founder-mentorship__pillars { grid-template-columns: 1fr; }
  .trainer-slide__profile { top: 19%; bottom: 7%; width: 44%; padding: 18px; }
  .trainer-slide__profile p { font-size: 0.72rem; }
  .trainer-slide__profile li { font-size: 0.62rem; }
  .about-guidance { grid-template-columns: 1fr; }
}

/* ==================================================
   MOBILE
   ================================================== */

/* Mobile layout and independently controlled mobile image presentation */

@media (max-width: 760px) {
  .about-hero {
    min-height: 0;
    overflow: visible;
    color: var(--fx-ink);
    background: #fff;
    border-bottom: 0;
  }

  .about-hero::after { display: none; }

  .about-hero__media,
  .about-hero__media img {
    position: static;
    width: 100%;
    height: auto;
  }

  .about-hero__media img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }

  .about-hero__content {
    min-height: 0;
    padding-block: 24px 48px;
  }

  .about-hero__copy {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .about-hero__copy .eyebrow { color: var(--fx-orange-600); }
  .about-hero__copy h1,
  .about-hero__copy p,
  .about-hero__founder span,
  .about-hero__founder small,
  .about-hero__facts dt,
  .about-hero__facts dd { color: inherit; }
  .about-hero__copy h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .about-hero__copy > p:not(.eyebrow):not(.about-hero__lead),
  .about-hero__founder span,
  .about-hero__founder small { color: var(--fx-muted); }
  .about-hero__facts { grid-template-columns: 1fr; }
  .about-hero__facts div { background: var(--fx-soft); border-color: var(--fx-line); }

  .about-story__grid,
  .about-audiences,
  .about-guidance,
  .about-method__steps,
  .about-why__grid,
  .founder-mentorship__shell,
  .founder-mentorship__pillars {
    grid-template-columns: 1fr;
  }

  .founder-mentorship__visual { height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .founder-mentorship__content { padding-top: 4px; }

  .trainer-slider__viewport { border-radius: 18px; }
  .trainer-slide.is-active { display: grid; aspect-ratio: auto; grid-template-columns: 1fr; }
  .trainer-slide picture { position: static; aspect-ratio: 4 / 5; }
  .trainer-slide picture img { object-fit: contain; }
  .trainer-slide__profile,
  .trainer-slide--copy-right .trainer-slide__profile {
    position: static;
    width: 100%;
    padding: 22px;
    background: linear-gradient(145deg, var(--fx-navy-950), #103462);
    border: 0;
    border-top: 3px solid var(--fx-orange-500);
    border-radius: 0;
    box-shadow: none;
  }
  .trainer-slide__profile p { font-size: 0.82rem; }
  .trainer-slide__profile li { font-size: 0.68rem; }

  .about-audiences article:nth-child(3) { border-top-width: 1px; }
  .about-cta .cta-band { border-radius: 18px; }
  main > .section { padding-block: 48px; }
  main > .section .section-heading { margin-bottom: 26px; }
}

@media (max-width: 480px) {
  .trainer-slider__controls { gap: 10px; }
  .trainer-slider__dots { gap: 0; }
  .trainer-slider__position { display: none; }
  .about-cta .button-row,
  .about-cta .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .trainer-slide.is-active { animation: none; }
  .about-story__card,
  .about-audiences article,
  .about-guidance article,
  .about-why__grid article,
  .founder-mentorship__pillars article,
  .about-method__steps li {
    transition: none;
    transform: none !important;
  }
  .about-story__card[data-reveal],
  .about-audiences article[data-reveal],
  .about-guidance article[data-reveal],
  .about-why__grid article[data-reveal],
  .founder-mentorship__pillars article[data-reveal],
  .about-method__steps li[data-reveal] {
    opacity: 1;
    transform: none;
  }
}
