/* HMM PREMIUM OVERRIDES START — scoped to .hmm-page only */

.hmm-page {
  position: relative;
  isolation: isolate;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px calc(100px + env(safe-area-inset-bottom, 0px));
  color: #3a3733;
}

/* —— Typography —— */
.hmm-page .hmm-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #1b1917;
  margin: 0 0 14px;
}

.hmm-page .hmm-subheading {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2a2826;
  margin: 0 0 10px;
}

.hmm-page .hmm-section__prose p,
.hmm-page .hmm-section__panel p,
.hmm-page .hmm-contrast__item p,
.hmm-page .hmm-ecosystem p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #524e48;
  font-weight: 400;
  margin: 0;
}

.hmm-page .hmm-prose-gap {
  margin-top: 20px;
}

/* —— Section rhythm (base) —— */
.hmm-page .hmm-section {
  margin-bottom: 46px;
}

.hmm-page .hmm-section-break {
  width: 56px;
  height: 1px;
  background: rgba(212, 175, 55, 0.28);
  margin: 4px auto 52px;
}

/* Gold rules — centered under headings + ambient highlight sweep */
.hmm-page .hmm-gold-rule,
.hmm-page .hmm-section__rule,
.hmm-page .hmm-founders-rule,
.hmm-page .hmm-hero .hmm-hero-rule {
  position: relative;
  display: block;
  width: 44px;
  height: 1.5px;
  background: #c9a84c;
  border-radius: 1px;
  margin: 4px auto 26px;
  opacity: 0.9;
  overflow: hidden;
}

.hmm-page .hmm-gold-rule::after,
.hmm-page .hmm-section__rule::after,
.hmm-page .hmm-founders-rule::after,
.hmm-page .hmm-hero .hmm-hero-rule::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 246, 228, 0.28) 40%,
    rgba(255, 252, 242, 0.48) 50%,
    rgba(255, 246, 228, 0.28) 60%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-130%);
  animation: hmm-rule-sweep 11s ease-in-out infinite;
  pointer-events: none;
}

.hmm-page .hmm-section__prose .hmm-heading,
.hmm-page .hmm-section__panel .hmm-heading,
.hmm-page .hmm-section__prose--intro .hmm-heading {
  text-align: center;
}

.hmm-page .hmm-section__rule--center {
  margin-left: auto;
  margin-right: auto;
}

@keyframes hmm-rule-sweep {
  0%,
  20% {
    opacity: 0;
    transform: translateX(-130%);
  }
  30% {
    opacity: 0.88;
  }
  54% {
    opacity: 0.88;
    transform: translateX(290%);
  }
  64%,
  100% {
    opacity: 0;
    transform: translateX(290%);
  }
}

/* —— Editorial pacing by section (subtle variation) —— */
.hmm-page #beginning,
.hmm-page #question {
  margin-bottom: 50px;
}

.hmm-page #beginning .hmm-section__prose,
.hmm-page #question .hmm-section__prose {
  max-width: 700px;
  margin: 0 auto;
}

.hmm-page #why-hmm .hmm-section__prose {
  max-width: 660px;
  margin: 0 auto;
}

.hmm-page #what-is-hmm {
  margin-top: 8px;
  margin-bottom: 54px;
}

.hmm-page #what-is-hmm .hmm-section__panel {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 42px 42px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

.hmm-page #healing-vs-treatment {
  margin-bottom: 60px;
}

.hmm-page #healing-vs-treatment .hmm-section__prose--intro {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 32px;
}

.hmm-page #healing-vs-treatment .hmm-contrast {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.hmm-page #healing-vs-treatment .hmm-contrast__item {
  background: #faf9f7;
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(48, 40, 32, 0.025);
  padding: 34px 28px 32px;
}

.hmm-page #vision {
  margin-bottom: 50px;
}

.hmm-page #vision .hmm-section__prose {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}


.hmm-page #app-vision {
  margin-bottom: 44px;
}

.hmm-page #app-vision .hmm-section__prose {
  max-width: 640px;
  margin: 0 auto;
}

.hmm-page #philosophy {
  margin-bottom: 62px;
}

.hmm-page #philosophy .hmm-section__panel {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* —— Hero (single brandmark) —— */
.hmm-page .hmm-section.hmm-hero {
  margin-bottom: 0;
}

.hmm-page .hmm-hero {
  text-align: center;
  padding: 48px 20px 52px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.hmm-page .hmm-eyebrow {
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #8a8278;
  margin: 0 0 18px;
  font-weight: 500;
  line-height: 1.2;
}

.hmm-page .hmm-hero-brand {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 18px;
}

.hmm-page .hmm-brandmark-img {
  display: block;
  width: min(480px, 90vw);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

.hmm-page .hmm-hero .hmm-hero-rule {
  width: 52px;
  margin: 0 auto 14px;
}

.hmm-page .hmm-hero-headline {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 5.2vw, 48px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.025em;
  color: #141210;
  max-width: 620px;
  margin: 0 auto;
}

.hmm-page .hmm-hero-lead {
  margin-top: 18px;
  font-size: 15.25px;
  line-height: 1.74;
  color: #57534d;
  max-width: 460px;
  font-weight: 400;
  letter-spacing: 0.008em;
}

/* —— Editorial prose blocks —— */
.hmm-page .hmm-section__prose {
  max-width: 100%;
}

.hmm-page .hmm-section__prose--intro {
  margin-bottom: 28px;
}

/* —— Soft featured panels —— */
.hmm-page .hmm-section__panel {
  max-width: 100%;
  margin: 0 auto;
  padding: 42px 40px 44px;
  border-radius: 18px;
  background: #fcfbfa;
  border: 1px solid rgba(212, 175, 55, 0.07);
  box-shadow: 0 8px 24px rgba(48, 40, 32, 0.028);
  text-align: center;
}

.hmm-page .hmm-section__panel .hmm-heading {
  margin-bottom: 0;
}

.hmm-page .hmm-section__panel .hmm-section__rule--center {
  margin-top: 16px;
  margin-bottom: 26px;
}

.hmm-page #philosophy .hmm-section__panel {
  padding: 44px 38px 46px;
  background: #fcfbf9;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.06);
  box-shadow: 0 6px 22px rgba(48, 40, 32, 0.022);
}

/* —— Healing vs Treatment (contrast grid) —— */
.hmm-page .hmm-contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.hmm-page .hmm-contrast__item {
  padding: 32px 26px;
  border-radius: 14px;
  background: #faf9f7;
  border: 1px solid rgba(212, 175, 55, 0.06);
  text-align: center;
  box-shadow: 0 6px 20px rgba(48, 40, 32, 0.025);
  transition: box-shadow 0.45s ease, border-color 0.45s ease;
}

@media (hover: hover) {
  .hmm-page .hmm-contrast__item:hover {
    border-color: rgba(212, 175, 55, 0.12);
    box-shadow: 0 8px 24px rgba(48, 40, 32, 0.032);
  }
}

/* —— Leadership —— */
.hmm-page .hmm-founders {
  margin: 56px 0 52px;
  padding: 12px 0 8px;
}

.hmm-page .hmm-founders-eyebrow {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #948c82;
  margin: 0 0 14px;
}

.hmm-page .hmm-founders-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4.5vw, 38px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.22;
  margin: 0;
  color: #1a1816;
}

.hmm-page .hmm-founders-rule {
  width: 52px;
  margin-top: 18px;
  margin-bottom: 28px;
}

.hmm-page .hmm-founders-intro {
  text-align: center;
  color: #57534d;
  font-size: 15.25px;
  line-height: 1.74;
  max-width: 520px;
  margin: 0 auto 38px;
  font-weight: 400;
  letter-spacing: 0.006em;
}

.hmm-page .hmm-founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 28px;
}

.hmm-page .hmm-leader-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 38px 30px 36px;
  border-radius: 18px;
  background: #fcfbfa;
  border: 1px solid rgba(212, 175, 55, 0.08);
  box-shadow: 0 6px 22px rgba(48, 40, 32, 0.028);
  transition: box-shadow 0.5s ease, border-color 0.5s ease;
}

@media (hover: hover) {
  .hmm-page .hmm-leader-card:hover {
    border-color: rgba(212, 175, 55, 0.14);
    box-shadow: 0 10px 28px rgba(48, 40, 32, 0.034);
  }
}

.hmm-page .hmm-leader-card--principal {
  border-color: rgba(212, 175, 55, 0.16);
  background: #fdfcfa;
  box-shadow: 0 8px 26px rgba(48, 40, 32, 0.032);
}

@media (hover: hover) {
  .hmm-page .hmm-leader-card--principal:hover {
    border-color: rgba(212, 175, 55, 0.22);
  }
}

.hmm-page .hmm-leader-portrait {
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin-bottom: 26px;
  background: #f5f2ec;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 4px 14px rgba(48, 40, 32, 0.03);
  overflow: hidden;
  flex-shrink: 0;
}

.hmm-page .hmm-leader-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.hmm-page .hmm-leader-initial {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 500;
  color: #6a6358;
  letter-spacing: 0.04em;
}

.hmm-page .hmm-leader-body {
  width: 100%;
  max-width: 320px;
}

.hmm-page .hmm-leader-name {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.34;
  color: #1c1a18;
  margin: 0 0 12px;
}

.hmm-page .hmm-leader-designation {
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #756e64;
  margin: 0 0 14px;
  line-height: 1.5;
  font-weight: 500;
}

.hmm-page .hmm-leader-credential {
  font-size: 13px;
  color: #56524c;
  letter-spacing: 0.01em;
  margin: 0 0 6px;
  line-height: 1.52;
  font-weight: 400;
}

.hmm-page .hmm-leader-credential + .hmm-leader-credential {
  margin-bottom: 14px;
}

.hmm-page .hmm-leader-bio {
  font-size: 13.75px;
  line-height: 1.76;
  color: #534f4a;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  font-weight: 400;
}

/* —— Philosophy pillars —— */
.hmm-page .hmm-pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.hmm-page .hmm-pillar {
  padding: 9px 18px;
  border-radius: 999px;
  background: #faf9f7;
  border: 1px solid rgba(212, 175, 55, 0.06);
  font-size: 12.5px;
  color: #484540;
  letter-spacing: 0.04em;
  box-shadow: none;
}

/* —— Closing —— */
.hmm-page .hmm-closing {
  text-align: center;
  padding: 80px 20px 64px;
  margin-top: 16px;
  margin-bottom: 0;
}

.hmm-page .hmm-closing-line {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 5.4vw, 50px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.025em;
  color: #141210;
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* —— Ecosystem —— */
.hmm-page .hmm-ecosystem {
  text-align: center;
  padding: 46px 36px 40px;
  margin-top: 20px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: #fcfbfa;
  border: 1px solid rgba(212, 175, 55, 0.06);
  box-shadow: 0 6px 22px rgba(48, 40, 32, 0.026);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.hmm-page .hmm-ecosystem .hmm-heading {
  margin-bottom: 0;
}

.hmm-page .hmm-ecosystem .hmm-section__rule--center {
  margin-top: 16px;
  margin-bottom: 24px;
}

.hmm-page .hmm-ecosystem p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.hmm-page .hmm-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.hmm-page .hmm-cta-row .btn {
  margin-top: 0;
  transition: box-shadow 0.4s ease, transform 0.4s ease, background 0.35s ease;
}

@media (hover: hover) {
  .hmm-page .hmm-cta-row .btn:hover {
    transform: translateY(-1px);
  }
}

.hmm-page .hmm-cta-secondary {
  background: transparent;
  color: #1a1816;
  border: 1px solid rgba(26, 24, 22, 0.12);
}

.hmm-page .hmm-cta-secondary:hover {
  background: rgba(26, 24, 22, 0.03);
  box-shadow: 0 6px 18px rgba(48, 40, 32, 0.05);
}

/* —— Tablet landscape —— */
@media (min-width: 769px) and (max-width: 1024px) {
  .hmm-page {
    max-width: 860px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .hmm-page .hmm-hero {
    min-height: 0;
    padding-bottom: 52px;
  }

  .hmm-page .hmm-founder-grid {
    gap: 22px;
  }
}

/* —— Tablet portrait & mobile —— */
@media (max-width: 768px) {
  .hmm-page {
    padding: 0 18px calc(112px + env(safe-area-inset-bottom, 0px));
  }

  .hmm-page .hmm-section {
    margin-bottom: 40px;
  }

  .hmm-page .hmm-hero {
    padding: 40px 16px 46px;
  }

  .hmm-page .hmm-hero-brand {
    margin-bottom: 18px;
  }

  .hmm-page .hmm-brandmark-img {
    width: min(360px, 88vw);
  }

  .hmm-page .hmm-hero .hmm-hero-rule {
    margin-bottom: 14px;
  }

  .hmm-page .hmm-hero-lead {
    margin-top: 18px;
  }

  .hmm-page .hmm-section__panel {
    padding: 34px 26px 36px;
  }

  .hmm-page #what-is-hmm .hmm-section__panel {
    padding: 38px 24px 40px;
  }

  .hmm-page .hmm-contrast {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hmm-page .hmm-founder-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hmm-page .hmm-founders {
    margin: 48px 0 44px;
  }

  .hmm-page .hmm-leader-card {
    padding: 34px 26px 32px;
  }

  .hmm-page .hmm-leader-portrait {
    width: 84px;
    height: 84px;
    margin-bottom: 22px;
    aspect-ratio: 1 / 1;
  }

  .hmm-page .hmm-closing {
    padding: 64px 16px 52px;
  }

  .hmm-page .hmm-cta-row {
    flex-direction: column;
    width: 100%;
  }

  .hmm-page .hmm-cta-row .btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .hmm-page .hmm-section-break {
    margin-bottom: 46px;
  }

}

/* —— Small phones —— */
@media (max-width: 480px) {
  .hmm-page .hmm-hero-headline {
    font-size: 26px;
    max-width: 100%;
  }

  .hmm-page .hmm-brandmark-img {
    width: min(320px, 92vw);
  }

  .hmm-page .hmm-closing-line {
    font-size: 26px;
  }

  .hmm-page .hmm-leader-name {
    font-size: 17px;
  }

  .hmm-page .hmm-leader-portrait {
    width: 80px;
    height: 80px;
  }

  .hmm-page .hmm-leader-initial {
    font-size: 20px;
  }

  .hmm-page .hmm-founders-title {
    font-size: 26px;
  }
}

@media (max-width: 360px) {
  .hmm-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hmm-page .hmm-hero-headline {
    font-size: 24px;
  }
}

/* —— Floating UI clearance —— */
@media (max-width: 768px) {
  .hmm-page .hmm-ecosystem {
    margin-bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hmm-page .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hmm-page .hmm-gold-rule,
  .hmm-page .hmm-section__rule,
  .hmm-page .hmm-hero .hmm-hero-rule,
  .hmm-page .hmm-founders-rule,
  .hmm-page .hmm-gold-rule::after,
  .hmm-page .hmm-section__rule::after,
  .hmm-page .hmm-hero .hmm-hero-rule::after,
  .hmm-page .hmm-founders-rule::after {
    animation: none;
  }

  .hmm-page .hmm-gold-rule::after,
  .hmm-page .hmm-section__rule::after,
  .hmm-page .hmm-hero .hmm-hero-rule::after,
  .hmm-page .hmm-founders-rule::after {
    opacity: 0;
  }

  .hmm-page .hmm-leader-card,
  .hmm-page .hmm-contrast__item,
  .hmm-page .hmm-cta-row .btn {
    transition: none;
  }

  .hmm-page .hmm-cta-row .btn:hover {
    transform: none;
  }
}

/* =========================================
   HMM REFINEMENTS (Phase 5B)
========================================= */

.hmm-page .hmm-hero-trust {
  margin: 14px auto 0;
  max-width: 420px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(132, 126, 118, 0.88);
  line-height: 1.55;
  font-weight: 500;
}

.hmm-page .hmm-transition {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: clamp(16px, 2.6vw, 18px);
  font-style: italic;
  line-height: 1.62;
  letter-spacing: -0.006em;
  color: #5c5854;
  max-width: 480px;
  margin: 8px auto 48px;
  padding: 0 12px;
}

.hmm-page #what-is-not {
  margin-bottom: 48px;
}

.hmm-page #what-is-not .hmm-section__prose {
  max-width: 660px;
  margin: 0 auto;
}

.hmm-page #what-is-not .hmm-heading {
  text-align: center;
}

.hmm-page #everyday-practice {
  margin-bottom: 52px;
}

.hmm-page .hmm-practice {
  max-width: 660px;
  margin: 0 auto;
}

.hmm-page .hmm-practice .hmm-heading {
  text-align: center;
}

.hmm-page .hmm-practice-intro {
  font-size: 15.5px;
  line-height: 1.8;
  color: #524e48;
  margin: 0 0 32px;
  text-align: center;
}

.hmm-page .hmm-practice-item {
  margin-bottom: 28px;
}

.hmm-page .hmm-practice-item:last-child {
  margin-bottom: 0;
}

.hmm-page .hmm-practice-label {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.38;
  color: #252220;
  margin: 0 0 10px;
}

.hmm-page .hmm-practice-item p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #524e48;
  margin: 0;
}

.hmm-page .hmm-practice-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  color: #6e6964;
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 105, 100, 0.28);
  transition: color 0.3s ease, border-color 0.3s ease;
}

@media (hover: hover) {
  .hmm-page .hmm-practice-link:hover {
    color: #484540;
    border-color: rgba(72, 69, 64, 0.45);
  }
}

.hmm-page .hmm-ecosystem-journal {
  margin: 0 auto 22px;
  text-align: center;
}

.hmm-page .hmm-ecosystem-journal .hmm-practice-link {
  margin-top: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .hmm-page .hmm-hero-trust {
    margin-top: 12px;
    max-width: 100%;
    padding: 0 4px;
  }

  .hmm-page .hmm-transition {
    margin: 4px auto 40px;
    font-size: 15.5px;
  }

  .hmm-page #what-is-not {
    margin-bottom: 40px;
  }

  .hmm-page #everyday-practice {
    margin-bottom: 44px;
  }

  .hmm-page .hmm-practice-intro {
    margin-bottom: 28px;
  }

  .hmm-page .hmm-practice-item {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .hmm-page .hmm-hero-trust {
    font-size: 9.5px;
    letter-spacing: 0.12em;
  }
}

/* =========================================
   PHASE 5B — SPACING RHYTHM REFINEMENTS
   STRICTLY ISOLATED
========================================= */

.hmm-page #what-is-hmm {
  margin-top: 6px;
  margin-bottom: 47px;
}

.hmm-page #what-is-hmm .hmm-section__panel {
  padding-top: 36px;
  padding-bottom: 38px;
}

.hmm-page #why-hmm {
  margin-bottom: 38px;
}

.hmm-page #why-hmm .hmm-prose-gap {
  margin-top: 17px;
}

.hmm-page #vision {
  margin-bottom: 44px;
}

.hmm-page .hmm-transition {
  margin: 6px auto 42px;
}

.hmm-page #founders.hmm-founders {
  margin-top: 48px;
}

.hmm-page #app-vision {
  margin-bottom: 38px;
}

.hmm-page .hmm-closing {
  margin-top: 10px;
  padding-top: 72px;
  padding-bottom: 58px;
}

@media (max-width: 768px) {
  .hmm-page #what-is-hmm {
    margin-bottom: 42px;
  }

  .hmm-page #what-is-hmm .hmm-section__panel {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .hmm-page #why-hmm {
    margin-bottom: 34px;
  }

  .hmm-page #vision {
    margin-bottom: 40px;
  }

  .hmm-page .hmm-transition {
    margin: 4px auto 36px;
  }

  .hmm-page #founders.hmm-founders {
    margin-top: 42px;
  }

  .hmm-page #app-vision {
    margin-bottom: 34px;
  }

  .hmm-page .hmm-closing {
    margin-top: 8px;
    padding-top: 58px;
    padding-bottom: 48px;
  }
}

/* =========================================
   PHASE 5C — NARRATIVE FLOW REFINEMENT
========================================= */

.hmm-page #beginning {
  margin-bottom: 46px;
}

.hmm-page .hmm-transition {
  margin: 4px auto 38px;
}

.hmm-page #question {
  margin-top: 0;
}

@media (max-width: 768px) {
  .hmm-page #beginning {
    margin-bottom: 44px;
  }

  .hmm-page .hmm-transition {
    margin: 3px auto 34px;
  }
}

/* HMM PREMIUM OVERRIDES END */
