/* =====================================================
   MH Theme — Phase 92 About page product polish
   Scope: About page only.
   Purpose: finish spacing, light-mode readability, and product-safe fallbacks
   without touching header, dock, utility, TOC, Work, Thinking, or homepage.
   ===================================================== */

.mht-about-page {
  display: flex;
  flex-direction: column;
  --about-section-tight: clamp(54px, 7vw, 96px);
  --about-section-wide: clamp(76px, 9vw, 132px);
  --about-card-radius: clamp(20px, 2vw, 28px);
}

.mht-about-page .mht-about-hero {
  padding-block: clamp(118px, 13vw, 174px) clamp(58px, 7vw, 102px);
}

.mht-about-page .mht-about-hero__inner {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .82fr);
  gap: clamp(40px, 6vw, 96px);
}

.mht-about-page .mht-about-hero__heading {
  max-width: 20ch;
  letter-spacing: -.052em;
}

.mht-about-page .mht-about-hero__lede,
.mht-about-page .mht-about-note__body,
.mht-about-page .mht-about-story__body,
.mht-about-page .mht-about-beliefs__item-body,
.mht-about-page .mht-about-fit__list li,
.mht-about-page .mht-about-process__detail-body,
.mht-about-page .mht-about-process__mockup-body {
  text-wrap: pretty;
}

.mht-about-page .mht-about-hero__media {
  max-width: min(440px, 100%);
  margin-inline: auto 0;
  border-radius: clamp(22px, 2.4vw, 34px);
  box-shadow:
    0 28px 86px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(197, 166, 211, .08);
}

.mht-about-page .mht-about-note,
.mht-about-page .mht-about-beliefs,
.mht-about-page .mht-about-fit {
  padding-block: var(--about-section-tight);
}

.mht-about-page .mht-about-note__inner {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, .82fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.mht-about-page .mht-about-note__heading {
  max-width: 13ch;
  margin-bottom: 0;
}

.mht-about-page .mht-about-note__body {
  max-width: 58ch;
  font-size: clamp(1rem, .96rem + .32vw, 1.22rem);
  line-height: 1.72;
}

.mht-about-page .mht-about-beliefs__title,
.mht-about-page .mht-about-fit__title {
  margin-bottom: clamp(28px, 4vw, 46px);
  max-width: 18ch;
}

.mht-about-page .mht-about-beliefs__grid,
.mht-about-page .mht-about-fit__grid {
  gap: clamp(16px, 2vw, 24px);
}

.mht-about-page .mht-about-beliefs__item,
.mht-about-page .mht-about-fit__col {
  border-radius: var(--about-card-radius);
  min-height: 100%;
}

.mht-about-page .mht-about-beliefs__item-title,
.mht-about-page .mht-about-fit__col-title {
  letter-spacing: -.035em;
}

.mht-about-page .mht-about-beliefs__item-body,
.mht-about-page .mht-about-fit__list li {
  font-size: clamp(.94rem, .9rem + .16vw, 1.02rem);
  line-height: 1.72;
}

.mht-about-page .mht-about-story__card {
  border-radius: clamp(24px, 2.4vw, 36px);
  padding: clamp(34px, 5vw, 64px);
}

.mht-about-page .mht-about-story__heading {
  max-width: 11ch;
}

.mht-about-page .mht-about-story__body {
  max-width: 62ch;
  line-height: 1.72;
}

.mht-about-page .mht-about-process__header {
  max-width: var(--site-max);
  margin-inline: auto;
}

.mht-about-page .mht-about-process__detail-body,
.mht-about-page .mht-about-process__mockup-body {
  line-height: 1.7;
}

.mht-about-page .mht-about-process__nav-label {
  text-wrap: balance;
}

.mht-about-page .mht-about-final-cta-wrap {
  position: relative;
}

/* Light mode: About should feel editorial and premium, not washed-out purple. */
html[data-mht-theme-effective="light"] .mht-about-page,
html[data-mht-theme="light"] .mht-about-page {
  color: #2F1F3A;
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-hero__lede,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-note__body,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-story__body,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-beliefs__item-body,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-fit__list li,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process__detail-body,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process__mockup-body,
html[data-mht-theme="light"] .mht-about-page .mht-about-hero__lede,
html[data-mht-theme="light"] .mht-about-page .mht-about-note__body,
html[data-mht-theme="light"] .mht-about-page .mht-about-story__body,
html[data-mht-theme="light"] .mht-about-page .mht-about-beliefs__item-body,
html[data-mht-theme="light"] .mht-about-page .mht-about-fit__list li,
html[data-mht-theme="light"] .mht-about-page .mht-about-process__detail-body,
html[data-mht-theme="light"] .mht-about-page .mht-about-process__mockup-body {
  color: rgba(47, 31, 58, .76);
  opacity: 1;
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-hero__heading,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-note__heading,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-beliefs__title,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process__title,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-fit__title,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-beliefs__item-title,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-fit__col-title,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process__detail-title,
html[data-mht-theme="light"] .mht-about-page .mht-about-hero__heading,
html[data-mht-theme="light"] .mht-about-page .mht-about-note__heading,
html[data-mht-theme="light"] .mht-about-page .mht-about-beliefs__title,
html[data-mht-theme="light"] .mht-about-page .mht-about-process__title,
html[data-mht-theme="light"] .mht-about-page .mht-about-fit__title,
html[data-mht-theme="light"] .mht-about-page .mht-about-beliefs__item-title,
html[data-mht-theme="light"] .mht-about-page .mht-about-fit__col-title,
html[data-mht-theme="light"] .mht-about-page .mht-about-process__detail-title {
  color: #2F1F3A;
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-hero__media,
html[data-mht-theme="light"] .mht-about-page .mht-about-hero__media {
  border-color: rgba(76, 52, 93, .16);
  background:
    radial-gradient(circle at 82% 12%, rgba(230, 216, 255, .76), rgba(230, 216, 255, 0) 56%),
    linear-gradient(145deg, rgba(255, 255, 255, .84), rgba(246, 242, 247, .68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 28px 86px rgba(47, 31, 58, .14);
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-beliefs__item,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-fit__col,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-story__card,
html[data-mht-theme="light"] .mht-about-page .mht-about-beliefs__item,
html[data-mht-theme="light"] .mht-about-page .mht-about-fit__col,
html[data-mht-theme="light"] .mht-about-page .mht-about-story__card {
  border-color: rgba(76, 52, 93, .14);
  background:
    radial-gradient(circle 260px at 92% 8%, rgba(230, 216, 255, .52), rgba(230, 216, 255, 0) 64%),
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(246, 242, 247, .62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 18px 48px rgba(47, 31, 58, .055);
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-fit__col--not .mht-about-fit__col-title,
html[data-mht-theme="light"] .mht-about-page .mht-about-fit__col--not .mht-about-fit__col-title {
  color: rgba(47, 31, 58, .72);
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process--slides.is-process-ready .mht-about-process__sticky,
html[data-mht-theme="light"] .mht-about-page .mht-about-process--slides.is-process-ready .mht-about-process__sticky {
  border-color: rgba(76, 52, 93, .16);
  background-color: #F6F2F7;
  background-image:
    radial-gradient(at 0% 100%, rgba(197,166,211,.36) 0px, transparent 52%),
    radial-gradient(at 100% 0%, rgba(230,216,255,.82) 0px, transparent 48%),
    radial-gradient(at 100% 100%, rgba(183,140,255,.20) 0px, transparent 44%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(246,242,247,.72));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.86),
    0 30px 86px rgba(47,31,58,.12);
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process--slides.is-process-ready .mht-about-process__sticky::before,
html[data-mht-theme="light"] .mht-about-page .mht-about-process--slides.is-process-ready .mht-about-process__sticky::before {
  background-image:
    linear-gradient(rgba(76,52,93,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76,52,93,.08) 1px, transparent 1px);
  opacity: .5;
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process__nav-item,
html[data-mht-theme="light"] .mht-about-page .mht-about-process__nav-item {
  color: rgba(47,31,58,.64);
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process__nav-item:hover,
html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process__nav-item.is-active,
html[data-mht-theme="light"] .mht-about-page .mht-about-process__nav-item:hover,
html[data-mht-theme="light"] .mht-about-page .mht-about-process__nav-item.is-active {
  color: #2F1F3A;
  background: rgba(255,255,255,.58);
}

html[data-mht-theme-effective="light"] .mht-about-page .mht-about-process__mockup,
html[data-mht-theme="light"] .mht-about-page .mht-about-process__mockup {
  background: rgba(255,255,255,.58);
  border-color: rgba(76,52,93,.14);
  color: #2F1F3A;
}

@media (max-width: 960px) {
  .mht-about-page .mht-about-hero {
    padding-block: clamp(104px, 16vw, 138px) clamp(46px, 8vw, 72px);
  }

  .mht-about-page .mht-about-hero__inner,
  .mht-about-page .mht-about-note__inner {
    grid-template-columns: 1fr;
  }

  .mht-about-page .mht-about-note__heading {
    max-width: 16ch;
  }

  .mht-about-page .mht-about-hero__media {
    margin-inline: auto;
    max-width: min(520px, 100%);
  }
}

@media (max-width: 760px) {
  .mht-about-page {
    --about-section-tight: clamp(42px, 12vw, 66px);
    --about-section-wide: clamp(54px, 14vw, 80px);
  }

  .mht-about-page .mht-about-hero__heading,
  .mht-about-page .mht-about-note__heading,
  .mht-about-page .mht-about-beliefs__title,
  .mht-about-page .mht-about-fit__title {
    max-width: 100%;
  }

  .mht-about-page .mht-about-hero__lede,
  .mht-about-page .mht-about-note__body,
  .mht-about-page .mht-about-story__body {
    font-size: clamp(1rem, 4.1vw, 1.12rem);
    line-height: 1.7;
  }

  .mht-about-page .mht-about-beliefs__grid,
  .mht-about-page .mht-about-fit__grid {
    grid-template-columns: 1fr;
  }

  .mht-about-page .mht-about-hero__actions .mht-u-btn,
  .mht-about-page .mht-about-story__actions .mht-u-btn {
    width: 100%;
  }

  .mht-about-page .mht-about-story__card {
    padding: clamp(28px, 8vw, 38px);
  }

  .mht-about-page .mht-about-fit__list li {
    padding-inline-start: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mht-about-page .mht-about-beliefs__item,
  .mht-about-page .mht-about-fit__col,
  .mht-about-page .mht-about-hero__media {
    transition: none !important;
  }
}
