:root {
  --bg: #070707;
  --card: #111111;
  --text: #f5f3ef;
  --muted: #a8a8a8;
  --red: #e31b23;
  --line: rgba(255, 255, 255, 0.1);
  --max: 1180px;
  --radius: 18px;
  --shadow-red: 0 20px 70px rgba(227, 27, 35, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: radial-gradient(circle at 50% -10%, rgba(227, 27, 35, 0.13), transparent 36rem), var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.018), transparent);
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(227, 27, 35, 0.7);
  border-radius: 9px;
  background: linear-gradient(145deg, #2a080a, #0a0a0a);
  color: var(--red);
  font-size: 1.12rem;
  font-style: italic;
  box-shadow: 0 0 26px rgba(227, 27, 35, 0.2);
}
.header-brand {
  flex-shrink: 0;
  letter-spacing: 0;
}
.header-logo {
  width: clamp(180px, 19vw, 230px);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(227, 27, 35, 0.18));
}
.header-link {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}
.header-link:hover { color: var(--text); }
.section {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 112px 0;
}
.hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 82px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-glow {
  position: absolute;
  top: 12%;
  left: 50%;
  z-index: -1;
  width: min(80vw, 850px);
  height: 500px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(195, 10, 18, 0.2), rgba(90, 0, 4, 0.05) 46%, transparent 72%);
  filter: blur(18px);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}
.hero h1, .section-heading h2, .about h2, .final-cta h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 500;
  letter-spacing: 0.018em;
  line-height: 0.98;
  text-transform: uppercase;
}
.hero h1 { max-width: 1080px; font-size: clamp(3rem, 6.1vw, 6.3rem); }
.hero h1 span, .about h2 span {
  color: var(--red);
  text-shadow: 0 0 34px rgba(227, 27, 35, 0.22);
}
.hero-copy {
  max-width: 830px;
  margin: 32px auto 38px;
  color: #cacaca;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}
.cta-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 17px 28px;
  border: 1px solid #ef333a;
  border-radius: 11px;
  background: linear-gradient(180deg, #ec222a, #be1017);
  box-shadow: 0 16px 38px rgba(227, 27, 35, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 22px 50px rgba(227, 27, 35, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.cta-button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}
.microcopy { margin: 16px 0 0; color: #777; font-size: 0.76rem; }
.proof, .about, .faq { border-top: 1px solid var(--line); }
.section-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-heading h2, .about h2, .final-cta h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); }
.section-heading > p:last-child { margin: 20px auto 0; color: var(--muted); font-size: 1.03rem; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.proof-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.96), rgba(10, 10, 10, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 27, 35, 0.36);
  box-shadow: var(--shadow-red);
}
.proof-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: #090909; }
.proof-image-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  pointer-events: none;
}
.proof-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.proof-card:hover img { transform: scale(1.018); }
.proof-content { padding: 30px 32px 34px; }
.result {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.proof-content h3 { margin: 0 0 14px; font-size: clamp(1.38rem, 2.1vw, 1.8rem); line-height: 1.18; }
.proof-content > p:not(.result) { margin: 0; color: var(--muted); }
blockquote {
  margin: 22px 0 0;
  padding: 14px 0 14px 18px;
  border-left: 2px solid var(--red);
  color: #e7e7e7;
  font-weight: 700;
}
.text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link:hover { color: var(--red); }
.centered-cta { margin-top: 52px; text-align: center; }
.about {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(52px, 7vw, 96px);
}
.portrait-frame {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #050505;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55), 0 0 60px rgba(227, 27, 35, 0.13);
}
.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(227, 27, 35, 0.28);
  border-radius: inherit;
  box-shadow: inset 0 0 44px rgba(227, 27, 35, 0.07);
  pointer-events: none;
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.86));
  pointer-events: none;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: center center;
}
.portrait-caption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.portrait-caption strong { font-size: 1.2rem; }
.portrait-caption span { color: #b7b7b7; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; }
.about-copy > p:not(.eyebrow, .strong-copy, .coach-note) { margin: 28px 0 0; color: var(--muted); }
.strong-copy { margin: 24px 0 0; color: var(--text); font-size: 1.15rem; font-weight: 900; }
.benefit-list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.benefit-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  line-height: 1.35;
}
.benefit-list li:last-child { border-bottom: 1px solid var(--line); }
.benefit-list span { color: var(--red); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; }
.coach-note {
  margin: 28px 0 0;
  padding: 20px 22px;
  border-left: 3px solid var(--red);
  background: linear-gradient(90deg, rgba(227, 27, 35, 0.09), transparent);
  color: #dedede;
  font-weight: 700;
}
.final-cta { width: min(calc(100% - 40px), 1040px); text-align: center; }
.final-cta-inner {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 86px) clamp(24px, 7vw, 82px);
  border: 1px solid rgba(227, 27, 35, 0.28);
  border-radius: 24px;
  background: radial-gradient(circle at 50% 0%, rgba(227, 27, 35, 0.18), transparent 58%), #0d0d0d;
  box-shadow: var(--shadow-red);
}
.final-cta p:not(.eyebrow) { max-width: 680px; margin: 24px auto 32px; color: var(--muted); }
.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 4px;
  font-size: 1.02rem;
  font-weight: 850;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--red); font-size: 1.5rem; font-weight: 400; transition: transform 180ms ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details div { max-width: 760px; padding: 0 4px 25px; }
.faq details p { margin: 0; color: var(--muted); }
footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 32px 0 42px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #777;
  font-size: 0.78rem;
}
footer p { margin: 0; }
footer > a:last-child { text-decoration: none; }
footer > a:last-child:hover { color: var(--text); }
.tally-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  max-width: min(360px, calc(100% - 40px));
  padding: 14px 18px;
  border: 1px solid rgba(227, 27, 35, 0.5);
  border-radius: 10px;
  background: rgba(14, 14, 14, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  color: #ddd;
  font-size: 0.82rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.tally-notice.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .hero { min-height: auto; padding-top: 100px; padding-bottom: 108px; }
  .proof-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .about { grid-template-columns: 1fr; }
  .portrait-frame, .portrait-frame img { min-height: 620px; }
}

@media (max-width: 600px) {
  .site-header, .section, footer { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 70px; }
.header-link { display: none; }
  .section { padding: 72px 0; }
  .hero { padding-top: 78px; padding-bottom: 82px; }
  .hero h1 { font-size: clamp(2.6rem, 13.2vw, 4.2rem); }
  .hero-copy { margin-top: 24px; font-size: 0.98rem; }
  .cta-button { width: 100%; min-height: 62px; padding: 16px 18px; gap: 10px; font-size: 0.74rem; }
  .section-heading { margin-bottom: 36px; text-align: left; }
  .section-heading h2, .about h2, .final-cta h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .section-heading > p:last-child { font-size: 0.96rem; }
  .proof-content { padding: 24px 22px 28px; }
  .portrait-frame, .portrait-frame img { min-height: 530px; }
  .portrait-caption { right: 20px; bottom: 20px; left: 20px; align-items: flex-start; flex-direction: column; gap: 2px; }
  .final-cta { width: min(calc(100% - 20px), 1040px); }
  .final-cta-inner { padding: 48px 20px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* LP readability refinement */
.hero h1 {
  max-width: 980px;
  font-size: clamp(2.5rem, 4.8vw, 4.85rem);
  line-height: 1.02;
}

.proof .section-heading h2 {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}

.proof-card-featured {
  grid-column: 1 / -1;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  width: min(100%, 920px);
}

.proof-card-featured .proof-image-wrap {
  aspect-ratio: 1 / 1;
}

.proof-card-featured .proof-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.proof-content {
  padding: 24px 24px 28px;
}

.proof-content > p:not(.result) {
  color: #c7c7c7;
  font-size: 1rem;
  line-height: 1.72;
}

.proof-card-featured .proof-content > p:not(.result) {
  font-size: 1.08rem;
}

.proof-content h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  line-height: 1.22;
}

.proof-card-featured .proof-content h3 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.proof-card-featured blockquote {
  font-size: 1.06rem;
  line-height: 1.62;
}

.about {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(46px, 6vw, 78px);
}

.portrait-frame {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.portrait-frame::after {
  display: none;
}

.portrait-frame img {
  height: 100%;
  min-height: 0;
  object-position: center 48%;
}

.about h2 {
  font-size: clamp(2.45rem, 4.2vw, 4rem);
  line-height: 1.02;
}

.about-copy > p:not(.eyebrow, .strong-copy, .coach-note) {
  color: #c7c7c7;
  font-size: 1.07rem;
  line-height: 1.74;
}

.strong-copy {
  font-size: 1.24rem;
}

.benefit-list li {
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 18px 0;
  line-height: 1.45;
}

.benefit-list span {
  font-size: 0.78rem;
}

.benefit-list strong {
  font-size: 1.03rem;
}

.coach-note {
  padding: 22px 24px;
  font-size: 1.08rem;
  line-height: 1.66;
}

.final-cta h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  line-height: 1.02;
}

.final-cta p:not(.eyebrow) {
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.faq .section-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.faq summary {
  font-size: 1.08rem;
}

.faq details div {
  display: grid;
  gap: 14px;
}

.faq details p {
  color: #c3c3c3;
  font-size: 1.02rem;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .proof-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .proof-card-featured {
    grid-column: auto;
  }

  .portrait-frame {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .hero h1 {
    font-size: clamp(2.3rem, 10vw, 3.45rem);
  }

  .proof-card-featured {
    grid-template-columns: 1fr;
  }

  .proof-card-featured .proof-content {
    padding: 27px 24px 30px;
  }

  .proof .section-heading h2,
  .faq .section-heading h2,
  .about h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.35rem);
  }

  .final-cta h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }
}
/* LP alignment and hero refinement */
.hero h1 {
  max-width: 1080px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 0.98;
}

.hero-copy {
  max-width: 900px;
  margin: 32px auto 0;
  color: #e1e1e1;
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  font-weight: 700;
  line-height: 1.65;
}

.proof .eyebrow {
  font-size: 0.84rem;
}

.proof-grid {
  align-items: stretch;
}

.proof-grid > .proof-card:not(.proof-card-featured) {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.proof-grid > .proof-card:not(.proof-card-featured) .proof-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.proof-content > p:not(.result) + p:not(.result) {
  margin-top: 11px;
}

.proof-grid > .proof-card:not(.proof-card-featured) .text-link {
  margin-top: auto;
  padding-top: 22px;
}

.footer-brand {
  flex-shrink: 0;
  letter-spacing: 0;
}

.footer-brand-logo {
  width: clamp(170px, 16vw, 220px);
  height: auto;
}

@media (max-width: 700px) {
  .hero h1 {
    font-size: clamp(2.05rem, 9.2vw, 3.15rem);
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .footer-brand-logo {
    width: 175px;
  }
}
/* Improved Fitness-inspired compact rhythm */
.section {
  padding: 82px 0;
}

.hero {
  min-height: 0;
  padding-top: 84px;
  padding-bottom: 78px;
}

.hero h1 {
  max-width: 1080px;
  font-size: clamp(2.5rem, 3.55vw, 3.4rem);
  line-height: 1.04;
}

.hero-copy {
  max-width: 880px;
  margin: 25px auto 0;
  font-size: clamp(1.05rem, 1.25vw, 1.18rem);
  line-height: 1.6;
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading > p:last-child {
  margin-top: 16px;
}

.proof .eyebrow {
  margin-bottom: 14px;
}

.proof .section-heading h2,
.about h2,
.faq .section-heading h2 {
  font-size: clamp(2.3rem, 3.2vw, 3rem);
  line-height: 1.05;
}

.proof-grid {
  gap: 18px;
}

.proof-card-featured .proof-content {
  padding: 32px;
}

.proof-content {
  padding: 22px 22px 25px;
}

.centered-cta {
  margin-top: 38px;
}

.about {
  gap: clamp(36px, 5vw, 58px);
}

.about-copy > p:not(.eyebrow, .strong-copy, .coach-note) {
  margin-top: 20px;
  line-height: 1.65;
}

.strong-copy,
.benefit-list {
  margin-top: 18px;
}

.benefit-list li {
  padding: 14px 0;
}

.coach-note {
  margin-top: 20px;
  padding: 18px 20px;
  line-height: 1.58;
}

.final-cta-inner {
  padding: clamp(46px, 5vw, 60px) clamp(24px, 6vw, 68px);
}

.final-cta h2 {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.final-cta p:not(.eyebrow) {
  margin: 18px auto 25px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.faq summary {
  padding: 20px 4px;
}

.faq details div {
  gap: 12px;
  padding-bottom: 22px;
}

footer {
  padding: 26px 0 32px;
}

@media (max-width: 900px) {
  .section {
    padding: 68px 0;
  }

  .hero {
    padding-top: 72px;
    padding-bottom: 66px;
  }

  .about {
    gap: 42px;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 54px 0;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 56px;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 9vw, 2.65rem);
  }

  .hero-copy {
    margin-top: 20px;
    font-size: 1rem;
  }

  .proof .section-heading h2,
  .about h2,
  .faq .section-heading h2 {
    font-size: clamp(2rem, 9vw, 2.4rem);
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .proof-grid {
    gap: 16px;
  }

  .proof-card-featured .proof-content,
  .proof-content {
    padding: 20px 20px 24px;
  }

  .centered-cta {
    margin-top: 30px;
  }

  .about {
    gap: 34px;
  }

  .final-cta-inner {
    padding: 38px 20px;
  }

  .faq summary {
    padding: 18px 4px;
  }

  footer {
    padding: 24px 0 28px;
  }
}

/* Mobile-only LP repair */
@media (max-width: 600px) {
  .hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero h1 {
    max-width: 24rem;
    font-family: "Anton", Impact, "Roboto Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(1.72rem, 7.6vw, 2.08rem);
    font-weight: 400;
    letter-spacing: 0.006em;
    line-height: 1.08;
    text-wrap: balance;
  }

  .hero-copy {
    max-width: 34rem;
    margin-top: 18px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    max-width: none;
    gap: 10px;
  }

  .proof-card,
  .proof-card-featured {
    display: flex;
    width: 100%;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    grid-column: auto;
    justify-self: stretch;
    border-radius: 13px;
  }

  .proof-card-featured .proof-image-wrap,
  .proof-image-wrap {
    aspect-ratio: 1 / 1;
  }

  .proof-card-featured .proof-content,
  .proof-content,
  .proof-grid > .proof-card:not(.proof-card-featured) .proof-content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding: 13px 12px 15px;
  }

  .proof-content .result {
    margin-bottom: 6px;
    font-size: 0.56rem;
    letter-spacing: 0.055em;
    line-height: 1.3;
  }

  .proof-card-featured .proof-content h3,
  .proof-content h3 {
    margin-bottom: 0;
    font-size: clamp(0.92rem, 4vw, 1.05rem);
    line-height: 1.17;
    overflow-wrap: anywhere;
  }

  .proof-card-featured .proof-content > p:not(.result),
  .proof-content > p:not(.result) {
    display: block;
    margin-top: 9px;
    color: #c7c7c7;
    font-size: clamp(0.72rem, 3vw, 0.82rem);
    line-height: 1.45;
    overflow-wrap: break-word;
  }

  .proof-content > p:not(.result) + p:not(.result) {
    margin-top: 7px;
  }

  .proof-card-featured blockquote {
    display: none;
  }

  .proof-grid > .proof-card:not(.proof-card-featured) .text-link,
  .proof-content .text-link {
    margin-top: auto;
    padding-top: 12px;
    font-size: 0.61rem;
    line-height: 1.25;
  }

  .about {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .portrait-frame {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin: 0;
    border-radius: 16px;
  }

  .portrait-frame img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 34%;
  }

  .about-copy {
    width: 100%;
    min-width: 0;
  }

  .about h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.18rem);
    line-height: 1.06;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .about-copy > p:not(.eyebrow, .strong-copy, .coach-note) {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .strong-copy {
    margin-top: 16px;
    font-size: 1.08rem;
  }

  .benefit-list {
    width: 100%;
    min-width: 0;
    margin-top: 15px;
  }

  .benefit-list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    padding: 12px 0;
  }

  .benefit-list span {
    font-size: 0.7rem;
  }

  .benefit-list strong {
    min-width: 0;
    font-size: 0.96rem;
    line-height: 1.4;
    overflow-wrap: break-word;
  }

  .coach-note {
    margin-top: 16px;
    padding: 16px;
    font-size: 0.98rem;
    line-height: 1.55;
    overflow-wrap: break-word;
  }
}