/*
Theme Name: Noelle McLaughlin Coaching
Theme URI:
Author: Noelle McLaughlin
Author URI:
Description: A boutique wellness homepage for Noelle McLaughlin, NASM Certified Personal Trainer. Warm editorial aesthetic with Newsreader serif and Manrope sans.
Version: 1.7.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noelle-coaching
*/

/* ─────────────────────────────────────────────────────────────────────
   NOELLE — homepage
   palette tokens, type scale, layout primitives, then sections.
   ──────────────────────────────────────────────────────────────────── */
:root {
  /* color (from brand palette doc) */
  --espresso: #1A1313;     /* text only */
  --taupe:    #6E5846;     /* secondary text */
  --cream:    #F2E8DC;     /* primary surface */
  --cream-2:  #EADFCF;     /* slightly deeper surface for cards/sections */
  --plum:     #8B5E6A;     /* dusty rose — primary brand accent */
  --plum-200: #C4909B;     /* dusty rose light — dark-mode accent */
  --rose-50:  #EFE0E3;     /* dusty rose surface — soft rose tint */
  --gold:     #C69A4A;
  --terra:    #C26A4A;

  /* spacing rhythm */
  --gutter: clamp(20px, 4vw, 56px);
  --max:    1320px;

  /* type */
  --serif: "Newsreader", "Cormorant Garamond", Georgia, serif;
  --sans:  "Manrope", ui-sans-serif, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  background: var(--cream);
  color: var(--espresso);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0.005em;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* ─── type ─── */
.eyebrow {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
}
.eyebrow--plum { color: var(--plum); }
.eyebrow--gold-on-dark { color: var(--gold); }

.display {
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: -0.018em;
  font-variation-settings: "opsz" 72;
  text-wrap: balance;
}
.display em {
  font-style: italic;
  font-weight: 400;
  color: var(--plum);
}
.display--xl { font-size: clamp(40px, 5.0vw, 76px); }
.display--lg { font-size: clamp(34px, 4.2vw, 60px); }
.display--md { font-size: clamp(26px, 3.2vw, 48px); }

.lede {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.45;
  letter-spacing: -0.005em;
  color: var(--espresso);
  text-wrap: pretty;
}

.body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--espresso);
  text-wrap: pretty;
}
.body p + p { margin-top: 1.2em; }
.body--taupe { color: var(--taupe); }

/* ─── layout ─── */
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

/* ─── nav ─── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.brand {
  display: flex; align-items: baseline; gap: 10px;
  font-family: var(--serif);
}
.brand__mark {
  font-size: 24px; font-weight: 500; letter-spacing: -0.015em;
  color: var(--espresso);
}
.brand__mark em { font-style: italic; font-weight: 400; color: var(--plum); }
.brand__sub {
  font-family: var(--sans);
  font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--taupe);
}
.nav__links {
  display: flex; gap: 36px; align-items: center;
  font-size: 14px; font-weight: 500;
  color: var(--taupe);
}
.nav__links a { transition: color .2s ease; }
.nav__links a:hover { color: var(--espresso); }
.nav__cta {
  font-family: var(--sans);
  font-size: 14px; font-weight: 600;
  color: var(--cream);
  background: var(--plum);
  padding: 11px 20px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}
.nav__cta:hover { background: #C4909B; color: var(--espresso); }
@media (max-width: 820px) {
  .nav__links a:not(.nav__cta) { display: none; }
}

/* ─── buttons ─── */
.btn-plum {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans);
  font-size: 15px; font-weight: 600; letter-spacing: 0.005em;
  color: var(--cream);
  background: var(--plum);
  padding: 17px 30px 18px;
  border-radius: 999px;
  transition: background .25s ease, transform .25s ease;
}
.btn-plum:hover { background: #C4909B; color: var(--espresso); }
.btn-plum .arr { transition: transform .25s ease; }
.btn-plum:hover .arr { transform: translateX(4px); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans);
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--plum);
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
  transition: gap .25s ease, color .2s ease;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  width: 22px; height: 10px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 10' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M0 5h20M15 1l5 4-5 4'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 10' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M0 5h20M15 1l5 4-5 4'/></svg>") center / contain no-repeat;
  transition: transform .25s ease;
  transform: translateY(-1px);
}
.link-arrow:hover::after { transform: translate(4px, -1px); }
.link-arrow:hover { gap: 16px; color: #6e4954; }

/* ─── hero ─── */
.hero {
  padding-top: clamp(48px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 110px);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.hero__eyebrow-row {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.hero__eyebrow-row .dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--taupe); opacity: .6;
}
.hero__head {
  margin: 0 0 clamp(28px, 3vw, 38px);
}
.hero__sub {
  max-width: 52ch;
  margin-bottom: clamp(36px, 4vw, 48px);
}
.hero__cta-row {
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.hero__trust {
  font-size: 13px; color: var(--taupe);
  display: flex; align-items: center; gap: 10px;
}
.hero__trust .dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--gold);
}

/* hero portrait card */
.portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  background:
    linear-gradient(160deg,
      color-mix(in srgb, var(--plum) 75%, var(--taupe)) 0%,
      color-mix(in srgb, var(--plum) 45%, var(--cream-2)) 100%);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(26,19,19,0.04);
}
.portrait::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.10), transparent 40%),
    radial-gradient(circle at 70% 75%, rgba(26,19,19,0.20), transparent 50%);
  pointer-events: none;
}
.portrait__caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 52px 20px 18px;
  color: var(--cream);
  display: flex; justify-content: space-between; align-items: end;
  gap: 12px;
  font-family: var(--sans);
  font-size: 12px; letter-spacing: 0.04em;
  /* gradient underlay — ensures legibility over any photo */
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(26,19,19,0.18) 40%,
    rgba(26,19,19,0.62) 100%
  );
  pointer-events: none;
}
.portrait__caption__name {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--cream);
  text-shadow: 0 1px 4px rgba(26,19,19,0.35);
}
.portrait__caption__loc {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cream) 80%, transparent);
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(26,19,19,0.35);
}

/* hero meta strip below — full-bleed top/bottom borders so it doubles as the section divider */
.hero__meta-wrap {
  margin-top: clamp(56px, 7vw, 96px);
  border-top: 1px solid color-mix(in srgb, var(--taupe) 25%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 25%, transparent);
}
.hero__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.hero__meta-item {
  padding: 22px 26px;
  border-right: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.hero__meta-item:last-child { border-right: 0; }
.hero__meta-item .num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--plum);
  letter-spacing: -0.02em;
}
.hero__meta-item .lab {
  font-size: 13px;
  color: var(--taupe);
  line-height: 1.35;
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__meta { grid-template-columns: repeat(2, 1fr); }
  .hero__meta-item:nth-child(2) { border-right: 0; }
  .hero__meta-item:nth-child(1),
  .hero__meta-item:nth-child(2) {
    border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
  }
}

/* ─── section base ─── */
section { padding: clamp(80px, 10vw, 150px) 0; }
.section-num {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--taupe);
  display: block;
  margin-bottom: 18px;
}

/* ─── section 1 problem ─── */
.problem {
  /* divider role handled by full-bleed hero__meta-wrap above */
}
.problem__grid {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.problem__sticky {
  position: static;
}
.problem__head { margin: 18px 0 0; max-width: 18ch; }
@media (max-width: 900px) {
  .problem__grid { grid-template-columns: 1fr; }
  }

/* ─── section 2 reframe (dark band) ─── */
.reframe {
  background: var(--espresso);
  color: var(--cream);
  padding: clamp(110px, 14vw, 180px) 0;
}
.reframe .eyebrow { color: var(--gold); }
.reframe .display em { color: var(--plum-200); }

.reframe__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.reframe__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(36px, 4vw, 52px);
}
.reframe__eyebrow::before,
.reframe__eyebrow::after {
  content: "";
  width: 40px; height: 1px;
  background: color-mix(in srgb, var(--gold) 55%, transparent);
}
.reframe__thesis {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(38px, 5.0vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin: 0 auto;
  max-width: 16ch;
  text-wrap: balance;
}
.reframe__thesis em {
  font-style: italic;
  font-weight: 300;
  color: var(--plum-200);
}
.reframe__body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: color-mix(in srgb, var(--cream) 82%, var(--taupe));
  max-width: 56ch;
  margin: clamp(40px, 4.5vw, 60px) auto 0;
  text-wrap: pretty;
}
.reframe__body p + p { margin-top: 1.2em; }
.pull {
  margin: clamp(80px, 9vw, 130px) auto 0;
  max-width: 22ch;
  text-align: center;
}
.pull__eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(28px, 3vw, 36px);
}
.pull__eyebrow::before,
.pull__eyebrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background: color-mix(in srgb, var(--gold) 60%, transparent);
}
.pull__quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.012em;
  color: var(--cream);
  text-wrap: balance;
  margin: 0;
}
.pull__quote .line { display: block; white-space: nowrap; }
.pull__quote .accent { color: var(--plum-200); display: block; white-space: nowrap; }
@media (max-width: 900px) {
  .reframe__thesis { font-size: clamp(34px, 8vw, 52px); }
}

/* ─── section 3 program ─── */
.program__head {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 90px);
}
.program__head h2 { margin: 12px 0 0; }
.program__head .body { max-width: 52ch; }
.program__cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pcard {
  background: var(--cream-2);
  border-radius: 4px;
  padding: 28px 28px 30px;
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
  overflow: hidden;
  min-height: 360px;
}
.pcard__bar {
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--plum);
}
.pcard:nth-child(2) .pcard__bar { background: var(--gold); }
.pcard:nth-child(3) .pcard__bar { background: var(--terra); }
.pcard__tier {
  font-family: var(--sans);
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--taupe);
}
.pcard__name {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--espresso);
}
.pcard__name em { font-style: italic; color: var(--plum); font-weight: 400; }
.pcard:nth-child(2) .pcard__name em { color: var(--gold); }
.pcard:nth-child(3) .pcard__name em { color: var(--terra); }
.pcard__desc {
  font-size: 15px; line-height: 1.55; color: var(--taupe);
  flex: 1;
}
.pcard__list {
  margin: 0; padding: 0; list-style: none;
  border-top: 1px solid color-mix(in srgb, var(--taupe) 22%, transparent);
  padding-top: 16px;
  display: flex; flex-direction: column; gap: 10px;
}
.pcard__list li {
  font-size: 13.5px; color: var(--espresso);
  display: flex; align-items: baseline; gap: 12px;
}
.pcard__list li::before {
  content: ""; flex: 0 0 auto;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--plum); transform: translateY(-2px);
}
.pcard:nth-child(2) .pcard__list li::before { background: var(--gold); }
.pcard:nth-child(3) .pcard__list li::before { background: var(--terra); }
.pcard__cad {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--taupe);
}
.program__foot {
  margin-top: clamp(48px, 6vw, 72px);
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  flex-wrap: wrap;
}
.program__foot p {
  font-family: var(--serif); font-style: italic; font-size: clamp(20px, 1.7vw, 24px); color: var(--taupe);
  margin: 0; max-width: 50ch;
}
@media (max-width: 900px) {
  .program__head { grid-template-columns: 1fr; align-items: start; }
  .program__cards { grid-template-columns: 1fr; }
}

/* ─── section 4 testimonials ─── */
.testi {
  background: var(--cream-2);
  border-top: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.testi__head { margin-bottom: clamp(56px, 6vw, 80px); max-width: none; }
.testi__head h2 { margin: 12px 0 0; max-width: 100%; text-wrap: balance; }
.testi__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3vw, 44px);
}
.quote {
  display: flex; flex-direction: column; gap: 28px;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--taupe) 30%, transparent);
}
.quote__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--plum);
  letter-spacing: 0.04em;
}
.quote__text {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(19px, 1.6vw, 22px);
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--espresso);
  text-wrap: pretty;
  margin: 0;
  flex: 1;
}
.quote__attr {
  display: flex; align-items: center; gap: 14px;
  padding-top: 22px;
  border-top: 1px solid color-mix(in srgb, var(--taupe) 22%, transparent);
}
.quote__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--plum), var(--taupe));
  flex: 0 0 auto;
  position: relative;
}
.quote:nth-child(2) .quote__avatar {
  background: linear-gradient(135deg, var(--gold), var(--terra));
}
.quote:nth-child(3) .quote__avatar {
  background: linear-gradient(135deg, var(--taupe), var(--plum));
}
.quote__avatar::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), transparent 60%);
}
.quote__name {
  font-family: var(--sans);
  font-size: 14px; font-weight: 600;
  color: var(--espresso);
  line-height: 1.3;
}
.quote__name span {
  display: block;
  font-weight: 400;
  color: var(--taupe);
  font-size: 13px;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .testi__grid { grid-template-columns: 1fr; }
}

/* ─── section 5 about ─── */
.about__grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
}
.about__photo {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  background:
    linear-gradient(180deg,
      color-mix(in srgb, var(--taupe) 70%, var(--cream-2)),
      color-mix(in srgb, var(--plum) 60%, var(--taupe)));
  position: relative;
  overflow: hidden;
}
.about__photo::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 35%, rgba(255,255,255,0.10), transparent 45%),
    radial-gradient(circle at 75% 80%, rgba(26,19,19,0.30), transparent 55%);
}
.about__head h2 { margin: 14px 0 0; }
.about__body { margin: clamp(24px, 3vw, 36px) 0 clamp(28px, 3vw, 36px); max-width: 50ch; }
.creds {
  display: flex; gap: 32px; flex-wrap: wrap;
  padding: 18px 0;
  border-top: 1px solid color-mix(in srgb, var(--taupe) 22%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 22%, transparent);
  margin-bottom: clamp(28px, 3vw, 40px);
}
.creds__item { font-size: 13px; color: var(--taupe); display: flex; align-items: baseline; gap: 8px; }
.creds__item strong { font-weight: 600; color: var(--espresso); letter-spacing: 0.02em; }
@media (max-width: 900px) {
  .about__grid { grid-template-columns: 1fr; }
}

/* ─── section 6 final cta ─── */
.final {
  background: var(--plum);
  color: var(--cream);
}
.final__inner {
  text-align: center;
  padding: clamp(52px, 7vw, 96px) 0;
  max-width: 900px;
  margin: 0 auto;
}
.final h2 {
  margin: 0 auto clamp(28px, 3vw, 36px);
  color: var(--cream);
  text-wrap: balance;
}
.final h2 em {
  color: var(--cream);
  font-style: italic;
}
.final__lede {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.45;
  color: var(--cream);
  max-width: 50ch;
  margin: 0 auto clamp(40px, 4vw, 56px);
  text-wrap: pretty;
}
.final__lede em {
  color: var(--cream);
  font-style: italic;
  font-weight: 500;
}
.btn-cream-on-plum {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans);
  font-size: 16px; font-weight: 600;
  color: var(--plum);
  background: var(--cream);
  padding: 19px 36px 20px;
  border-radius: 999px;
  transition: background .25s ease;
}
.btn-cream-on-plum:hover { background: #fff8ec; }
.final__trust {
  margin-top: clamp(28px, 3vw, 36px);
  font-size: 14px;
  color: var(--cream);
  letter-spacing: 0.02em;
  opacity: 0.92;
}

/* ─── footer ─── */
footer {
  background: var(--espresso);
  color: color-mix(in srgb, var(--cream) 80%, var(--taupe));
  padding: clamp(64px, 7vw, 96px) 0 36px;
}
.foot__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
  gap: clamp(28px, 4vw, 60px);
  margin-bottom: clamp(48px, 6vw, 72px);
}
.foot__brand .brand__mark { color: var(--cream); }
.foot__brand .brand__mark em { color: var(--plum-200); }
.foot__brand .brand__sub { color: var(--gold); }
.foot__tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  color: color-mix(in srgb, var(--cream) 75%, var(--plum-200));
  margin: 22px 0 0;
  max-width: 30ch;
}
.foot__col h3 {
  font-family: var(--sans);
  font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}
.foot__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.foot__col a {
  color: color-mix(in srgb, var(--cream) 88%, var(--taupe));
  font-size: 14.5px;
  transition: color .2s ease;
}
.foot__col a:hover { color: var(--plum-200); }
.foot__bar {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; gap: 8px;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--cream) 12%, transparent);
  font-size: 12.5px;
  color: color-mix(in srgb, var(--cream) 60%, var(--taupe));
}
.foot__sister { color: var(--gold); font-family: var(--serif); font-style: italic; }
@media (max-width: 900px) {
  .foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .foot__grid { grid-template-columns: 1fr; }
}

/* small a11y / focus */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--plum);
  outline-offset: 3px;
  border-radius: 2px;
}
/* ── ABOUT PAGE  (.about-page) ── */

/* ─── About Hero ─── */
.about-page .ap-hero {
  padding-top: clamp(56px, 7vw, 100px);
  padding-bottom: clamp(64px, 8vw, 120px);
}
.about-page .ap-hero__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
}
.about-page .ap-hero__eyebrow {
  margin-bottom: clamp(24px, 3vw, 36px);
  display: block;
}
.about-page .ap-hero__head {
  margin: 0;
  max-width: 20ch;
}
.about-page .ap-hero__portrait {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--plum) 75%, var(--taupe)) 0%,
    color-mix(in srgb, var(--plum) 45%, var(--cream-2)) 100%);
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 0 rgba(26,19,19,0.04);
  margin: 0;
}
.about-page .ap-hero__portrait::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.10), transparent 40%),
    radial-gradient(circle at 70% 75%, rgba(26,19,19,0.20), transparent 50%);
  pointer-events: none;
}
@media (max-width: 900px) {
  .about-page .ap-hero__inner { grid-template-columns: 1fr; }
  .about-page .ap-hero__portrait { max-width: 380px; }
}

/* ─── Shared section grid ─── */
.about-page .ap-section {
  padding: clamp(80px, 10vw, 140px) 0;
}
.about-page .ap-section--alt {
  background: var(--cream-2);
  border-top: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.about-page .ap-section__grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.about-page .ap-section__label { padding-top: 6px; }
.about-page .ap-section__head {
  margin: 0 0 clamp(24px, 3vw, 36px);
  max-width: 22ch;
}
.about-page .ap-section__body { max-width: 62ch; }
.about-page .ap-section__body p + p { margin-top: 1.2em; }
.about-page .ap-section__but {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(26px, 3.2vw, 48px);
  color: var(--plum);
  margin-top: 1.6em !important;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .about-page .ap-section__grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ─── Image block ─── */
.about-page .ap-image-block { margin-top: clamp(36px, 4vw, 52px); position: relative; max-width: 680px; }
.about-page .ap-image-block__frame {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  background: linear-gradient(120deg,
    color-mix(in srgb, var(--taupe) 60%, var(--cream-2)) 0%,
    color-mix(in srgb, var(--plum) 40%, var(--taupe)) 100%);
  position: relative;
  overflow: hidden;
}
.about-page .ap-image-block__frame::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(255,255,255,0.08), transparent 60%);
}

/* ─── The Turn (dark band) ─── */
.about-page .ap-turn {
  background: var(--espresso);
  color: var(--cream);
  padding: clamp(96px, 12vw, 160px) 0;
}
.about-page .ap-turn__inner { max-width: 820px; margin: 0 auto; }
.about-page .ap-turn__head {
  margin: clamp(24px, 3vw, 36px) 0 clamp(36px, 4vw, 52px);
  max-width: 22ch;
}
.about-page .ap-turn__head em { color: var(--plum-200); }
.about-page .ap-turn__body {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--cream) 82%, var(--taupe));
  max-width: 58ch;
}
.about-page .ap-turn__body p + p { margin-top: 1.2em; }
.about-page .ap-turn__body p:nth-child(4),
.about-page .ap-turn__body p:nth-child(5),
.about-page .ap-turn__body p:nth-child(6) {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 1.7vw, 24px);
  color: var(--plum-200);
  margin-top: 1.6em !important;
  line-height: 1.35;
}

/* ─── Turn section grid overrides (dark bg) ─── */
.about-page .ap-turn .ap-section__head {
  color: var(--cream);
}
.about-page .ap-turn .ap-section__head em {
  color: var(--plum-200);
}

/* ─── Pull quote ─── */
.about-page .ap-pullquote {
  margin: clamp(40px, 5vw, 64px) 0;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 3vw, 44px);
  border-left: 3px solid var(--plum);
  background: var(--rose-50);
  border-radius: 0 4px 4px 0;
}
.about-page .ap-pullquote p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.45;
  letter-spacing: -0.005em;
  color: var(--espresso);
  margin: 0;
  max-width: 40ch;
  text-wrap: pretty;
}
.about-page .ap-pullquote p em { color: var(--plum); font-style: italic; }

/* ─── Philosophy (2-col) ─── */
.about-page .ap-philosophy { padding: clamp(80px, 10vw, 140px) 0; }
.about-page .ap-philosophy__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}
.about-page .ap-philosophy__head { margin: 16px 0 0; max-width: 18ch; }
.about-page .ap-philosophy__body { padding-top: 8px; max-width: 58ch; }
.about-page .ap-philosophy__body p + p { margin-top: 1.2em; }
/* ap-philosophy__inner mobile breakpoint removed — now uses .ap-section__grid */

/* ─── Credentials ─── */
.about-page .ap-creds {
  padding: clamp(80px, 10vw, 130px) 0;
  background: var(--espresso);
  color: var(--cream);
}
.about-page .ap-creds__head { margin-bottom: clamp(48px, 6vw, 72px); text-align: center; }
.about-page .ap-creds__head .eyebrow { color: var(--gold); }
.about-page .ap-creds__head .display em { color: var(--plum-200); }
.about-page .ap-creds__list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.about-page .ap-cred {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cream) 12%, transparent);
}
.about-page .ap-cred:nth-child(odd) {
  padding-right: clamp(24px, 4vw, 60px);
  border-right: 1px solid color-mix(in srgb, var(--cream) 12%, transparent);
}
.about-page .ap-cred:nth-child(even) { padding-left: clamp(24px, 4vw, 60px); }
.about-page .ap-cred:nth-last-child(-n+2) { border-bottom: 0; }
.about-page .ap-cred__mark { font-size: 11px; color: var(--plum-200); flex: 0 0 auto; }
.about-page .ap-cred__text {
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.35;
  color: color-mix(in srgb, var(--cream) 90%, var(--taupe));
  letter-spacing: -0.005em;
}
@media (max-width: 720px) {
  .about-page .ap-creds__list { grid-template-columns: 1fr; }
  .about-page .ap-cred:nth-child(odd) { padding-right: 0; border-right: 0; }
  .about-page .ap-cred:nth-child(even) { padding-left: 0; }
  .about-page .ap-cred:nth-last-child(-n+2) {
    border-bottom: 1px solid color-mix(in srgb, var(--cream) 12%, transparent);
  }
  .about-page .ap-cred:last-child { border-bottom: 0; }
}

/* ── SERVICES PAGE  (.services-page) ── */

/* ─── Hero ─── */
.services-page .sv-hero {
  padding: clamp(56px, 7vw, 96px) 0 clamp(40px, 5vw, 72px);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 20%, transparent);
}

.services-page .sv-hero__eyebrow {
  display: block;
  margin-bottom: clamp(20px, 2.5vw, 32px);
}
.services-page .sv-hero__head {
  margin: 0 0 clamp(20px, 2.5vw, 30px);
}
.services-page .sv-hero__sub {
  max-width: 48ch;
}

/* ─── Framing ─── */
.services-page .sv-framing {
  padding: clamp(48px, 6vw, 80px) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.services-page .sv-framing__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}


/* sv-framing__grid mobile breakpoint removed — now uses .sv-centered */

/* ─── Packages ─── */
.services-page .sv-packages {
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--cream);
  border-top: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.services-page .sv-packages__head {
  margin-bottom: clamp(28px, 3.5vw, 44px);
}

.services-page .sv-tiers {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 52px);
}

/* ─── Tier card (full-width stacked) ─── */
.services-page .sv-tier {
  background: var(--cream-2);
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--taupe) 20%, transparent);
  box-shadow: 0 1px 4px rgba(26,19,19,0.05);
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px) clamp(28px, 3vw, 44px);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: auto;
  gap: 0 clamp(24px, 3.5vw, 52px);
  grid-template-areas:
    "header  sections"
    "intro   sections"
    "closing sections"
    "cta     sections";
}
.services-page .sv-tier__bar {
  position: absolute; top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--tier-accent, var(--plum));
}
.services-page .sv-tier__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background: var(--gold);
  color: var(--espresso);
  font-family: var(--sans);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  width: auto;
  max-width: fit-content;
}
.services-page .sv-tier__header {
  grid-area: header;
  padding-top: 16px;
}
.services-page .sv-tier__eyebrow {
  font-family: var(--sans);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--taupe);
  display: block;
  margin-bottom: 12px;
}
.services-page .sv-tier__name {
  margin: 0 0 14px;
  color: var(--espresso);
}
.services-page .sv-tier__name em {
  color: var(--tier-accent, var(--plum));
}
.services-page .sv-tier__price {
  font-family: var(--sans);
  font-size: 15px; font-weight: 600;
  color: var(--taupe);
  margin: 0;
  letter-spacing: 0.01em;
}
.services-page .sv-tier__intro {
  grid-area: intro;
  padding-top: clamp(20px, 2.5vw, 30px);
  max-width: 46ch;
}
.services-page .sv-tier__intro p { margin: 0; }
.services-page .sv-tier__intro p + p { margin-top: 1.1em; }
.services-page .sv-tier__sections {
  grid-area: sections;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}
.services-page .sv-tier__group-head {
  font-family: var(--sans);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: color-mix(in srgb, var(--tier-accent, var(--plum)) 70%, var(--taupe));
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--tier-accent, var(--plum)) 25%, transparent);
}
.services-page .sv-tier__list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.services-page .sv-tier__list li {
  font-size: 15px; line-height: 1.55;
  color: var(--espresso);
  display: flex; align-items: baseline; gap: 12px;
}
.services-page .sv-tier__list li::before {
  content: ""; flex: 0 0 auto;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--bullet-color, var(--plum));
  transform: translateY(-1px);
}
.services-page .sv-tier__closing {
  grid-area: closing;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.4;
  color: var(--taupe);
  margin: clamp(14px, 1.5vw, 20px) 0 0;
  max-width: 40ch;
}
.services-page .sv-tier__cta {
  grid-area: cta;
  align-self: start;
  margin-top: clamp(22px, 2.5vw, 32px);
  justify-self: start;
}
/* Featured tier (Tier 02) — same surface, accent colour identity */
.services-page .sv-tier--featured .sv-tier__name em {
  color: var(--gold);
}
@media (max-width: 900px) {
  .services-page .sv-tier {
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "intro"
      "sections"
      "closing"
      "cta";
  }
  .services-page .sv-tier__sections { padding-top: clamp(24px, 4vw, 36px); }
}

/* ─── Decision Helper ─── */
.services-page .sv-decision {
  padding: clamp(72px, 9vw, 120px) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.services-page .sv-decision__inner {
  }
.services-page .sv-decision__head {
  margin: 0 0 clamp(24px, 3vw, 36px);
}
.services-page .sv-decision__body { max-width: 68ch; }
.services-page .sv-decision__body p + p { margin-top: 1.2em; }
.services-page .sv-decision__cta { margin-top: clamp(32px, 4vw, 48px); }

/* ─── Trust line (shared) ─── */
.services-page .sv-trust {
  font-size: 14px;
  color: var(--taupe);
  margin-top: 16px;
  letter-spacing: 0.02em;
}

/* ─── FAQ ─── */
.services-page .sv-faq {
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--cream-2);
  border-top: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.services-page .sv-faq__head {
  margin-bottom: clamp(40px, 5vw, 64px);
}
.services-page .sv-faq__head-text {
  margin: 0 0 clamp(36px, 4.5vw, 56px);
}
.services-page .sv-faq__list {
  max-width: 820px;
}
.services-page .sv-faq__item {
  border-top: 1px solid color-mix(in srgb, var(--taupe) 28%, transparent);
}
.services-page .sv-faq__item:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 28%, transparent);
}
.services-page .sv-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  text-align: left;
  cursor: pointer;
}
.services-page .sv-faq__q {
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.3;
  color: var(--espresso);
  font-weight: 400;
}
.services-page .sv-faq__icon {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1.5px solid color-mix(in srgb, var(--taupe) 50%, transparent);
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.services-page .sv-faq__icon::before,
.services-page .sv-faq__icon::after {
  content: "";
  position: absolute;
  background: var(--taupe);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.services-page .sv-faq__icon::before {
  width: 10px; height: 1.5px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
/* Expanded state */
.services-page .sv-faq__trigger[aria-expanded="true"] .sv-faq__icon {
  background: var(--plum);
  border-color: var(--plum);
}
.services-page .sv-faq__trigger[aria-expanded="true"] .sv-faq__icon::before,
.services-page .sv-faq__trigger[aria-expanded="true"] .sv-faq__icon::after {
  background: var(--cream);
}
.services-page .sv-faq__answer {
  overflow: hidden;
}
.services-page .sv-faq__answer[hidden] {
  display: none;
}
.services-page .sv-faq__answer-inner {
  padding: 0 0 28px;
  max-width: 68ch;
}
.services-page .sv-faq__foot {
  margin-top: clamp(48px, 6vw, 72px);
}

/* ─── Objection Handler ─── */
.services-page .sv-objection {
  padding: clamp(72px, 9vw, 120px) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.services-page .sv-objection__inner {
  }
.services-page .sv-objection__head {
  margin: clamp(18px, 2vw, 24px) 0 clamp(24px, 3vw, 36px);
}
.services-page .sv-objection__body { max-width: 68ch; }
.services-page .sv-objection__body p + p { margin-top: 1.2em; }
.services-page .sv-objection__permission {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 1.7vw, 24px);
  color: var(--plum);
  margin-top: 1.6em !important;
}
.services-page .sv-objection__body + .btn-plum { margin-top: clamp(32px, 4vw, 48px); }

/* ── LEGAL PAGES  (.legal-page) ── */

.legal-page .legal-wrap {
  max-width: 820px;
  padding-top: clamp(40px, 5vw, 72px);
  padding-bottom: clamp(56px, 7vw, 100px);
}
.legal-page .legal-header {
  margin-bottom: clamp(28px, 3.5vw, 44px);
  padding-bottom: clamp(24px, 3vw, 36px);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 22%, transparent);
}
.legal-page .legal-title {
  margin: 16px 0 18px;
}
.legal-page .legal-meta {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--taupe);
  letter-spacing: 0.04em;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
}
.legal-page .legal-intro {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--espresso);
  margin: 0 0 1.2em;
  max-width: 72ch;
}
.legal-page .legal-intro:last-child { margin-bottom: 0; }

/* ─── Body sections ─── */
.legal-page .legal-body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px);
}
.legal-page .legal-section {
  padding-bottom: clamp(20px, 2.5vw, 32px);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 15%, transparent);
}
.legal-page .legal-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.legal-page .legal-section h2 {
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0 0 18px;
  line-height: 1.15;
}
.legal-page .legal-section h3 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--taupe);
  margin: clamp(22px, 2.5vw, 30px) 0 10px;
}
.legal-page .legal-section h3:first-child { margin-top: 0; }
.legal-page .legal-section p {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--espresso);
  margin: 0 0 1.1em;
  max-width: 72ch;
}
.legal-page .legal-section p:last-child { margin-bottom: 0; }
.legal-page .legal-section ul {
  margin: 0 0 1.1em 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 68ch;
}
.legal-page .legal-section ul li {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--espresso);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.legal-page .legal-section ul li::before {
  content: "";
  flex: 0 0 auto;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--plum);
  transform: translateY(-1px);
}
.legal-page .legal-section a {
  color: var(--plum);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page .legal-section a:hover { color: var(--taupe); }

/* Callout sections (health disclaimer, liability, indemnification) */
.legal-page .legal-section--callout {
  background: var(--rose-50);
  border-radius: 4px;
  padding: clamp(16px, 2vw, 24px);
  border-bottom: 0;
}
.legal-page .legal-section--callout h2 {
  color: var(--plum);
}

/* Email obfuscation wrapper */
.legal-page .legal-email-wrap a {
  color: var(--plum);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Footer attorney note */
.legal-page .legal-footer-note {
  margin-top: clamp(24px, 2.5vw, 36px);
  padding-top: clamp(18px, 2vw, 26px);
  border-top: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.legal-page .legal-footer-note p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--taupe);
  margin: 0;
  max-width: 68ch;
}

/* ── MOBILE RESPONSIVENESS FIXES ── */

/* ─── 1. Global section padding — prevent double-stack on mobile ─── */
/* The base section{} rule fires on all pages; page-scoped rules add more.
   Cap the global rule tightly on small screens so it does not compound. */
@media (max-width: 600px) {
  section { padding: clamp(48px, 8vw, 72px) 0; }
}

/* ─── 2. Nav — mobile: hide COACHING sub-label, tighten CTA ─── */
@media (max-width: 600px) {
  .brand__sub { display: none; }
}
@media (max-width: 480px) {
  .nav__cta { padding: 9px 14px; font-size: 13px; }
  .nav__inner { height: 64px; }
}

/* ─── 3. Buttons — prevent horizontal overflow on narrow screens ─── */
@media (max-width: 480px) {
  .btn-plum, .btn-cream-on-plum {
    width: 100%;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero__cta-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .final__inner .btn-cream-on-plum { width: auto; }
}

/* ─── 4. Hero meta strip — tighter padding on small phones ─── */
@media (max-width: 480px) {
  .hero__meta-item { padding: 16px 12px; gap: 10px; }
  .hero__meta-item .num { font-size: 22px; }
  .hero__meta-item .lab { font-size: 12px; }
}

/* ─── 5. Homepage about photo — cap height when stacked ─── */
@media (max-width: 900px) {
  .about__photo { max-width: 400px; }
}

/* ─── 6. Services — framing grid missing breakpoint ─── */


/* ─── 7. Services — tier badge repositioning on mobile ─── */
@media (max-width: 900px) {
  .services-page .sv-tier__header { padding-top: 8px; }
}

/* ─── 8. Services — tier CTA button full-width on mobile ─── */
@media (max-width: 600px) {
  .services-page .sv-tier__cta { width: 100%; justify-content: center; }
}

/* ─── 9. About page section grid — 220px column too wide at mid-range ─── */
@media (max-width: 600px) {
  .about-page .ap-section__grid { gap: 18px; }
  .about-page .ap-hero__portrait { max-width: 100%; }
  .about-page .ap-image-block { max-width: 100%; }
}

/* ─── 10. About page Turn section body — reduce font on mobile ─── */
@media (max-width: 600px) {
  .about-page .ap-turn__body { font-size: 16px; }
}

/* ─── 11. Services page section padding on mobile ─── */
@media (max-width: 600px) {
  .services-page .sv-hero,
  .services-page .sv-framing,
  .services-page .sv-packages,
  .services-page .sv-decision,
  .services-page .sv-faq,
  .services-page .sv-objection { padding-top: clamp(48px, 8vw, 72px); padding-bottom: clamp(48px, 8vw, 72px); }
}

/* ─── 12. Final CTA section — narrower padding on mobile ─── */
@media (max-width: 600px) {
  .final__inner { padding: clamp(40px, 7vw, 60px) 0; }
  .final__lede { max-width: 100%; }
}

/* ─── 13. Footer — single column stacks well; tighten at 400px ─── */
@media (max-width: 400px) {
  .foot__grid { gap: 28px; }
  footer { padding-bottom: 28px; }
}

/* ─── 14. Reframe section — reduce padding on mobile ─── */
@media (max-width: 600px) {
  .reframe { padding: clamp(64px, 10vw, 100px) 0; }
  .reframe__inner { max-width: 100%; }
}

/* ─── 15. Program head — ensure inline margin style on h2 is overridden ─── */
@media (max-width: 600px) {
  .program__head h2 { margin-top: 0 !important; }
}

/* ─── 16. Services tier — reduce internal padding on small phones ─── */
@media (max-width: 480px) {
  .services-page .sv-tier { padding: clamp(24px, 5vw, 36px) clamp(18px, 4vw, 28px); }
}

/* ─── 17. Legal pages — max-width 100% on very narrow ─── */
@media (max-width: 600px) {
  .legal-page .legal-section p,
  .legal-page .legal-section ul,
  .legal-page .legal-intro { max-width: 100%; }
}

/* ── SITE-WIDE IMAGE SYSTEM  (.nm-img-wrap / .nm-img) ── */

/* Wrapper establishes the aspect ratio and clips the image */
.nm-img-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.nm-img-wrap.nm-img--portrait  { aspect-ratio: 4 / 5; }
.nm-img-wrap.nm-img--landscape { aspect-ratio: 4 / 3; }
.nm-img-wrap.nm-img--closing   { aspect-ratio: 16 / 6; }

/* Real image — fill the wrapper */
.nm-img-wrap .nm-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Placeholder — same gradient as existing portrait/photo placeholders */
.nm-img-wrap .nm-img__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--plum) 75%, var(--taupe)) 0%,
    color-mix(in srgb, var(--plum) 45%, var(--cream-2)) 100%);
}
.nm-img-wrap.nm-img--landscape .nm-img__placeholder,
.nm-img-wrap.nm-img--closing .nm-img__placeholder {
  background: linear-gradient(120deg,
    color-mix(in srgb, var(--taupe) 60%, var(--cream-2)) 0%,
    color-mix(in srgb, var(--plum) 40%, var(--taupe)) 100%);
}

/* ─── Homepage portrait: override old gradient bg now image handles it ─── */
.portrait .nm-img-wrap {
  position: absolute;
  inset: 0;
  border-radius: 0;
  aspect-ratio: unset;
  height: 100%;
}

/* ─── Homepage about photo: same treatment ─── */
.about__photo .nm-img-wrap {
  position: absolute;
  inset: 0;
  border-radius: 0;
  aspect-ratio: unset;
  height: 100%;
}

/* ─── About page hero portrait ─── */
.ap-hero__portrait .nm-img-wrap {
  position: absolute;
  inset: 0;
  border-radius: 0;
  aspect-ratio: unset;
  height: 100%;
}

/* ─── About page ironman image block ─── */
.ap-image-block .nm-img-wrap {
  margin-top: 0;
}

/* ── SERVICES PAGE — Hero grid + Option B centering + closing image ── */

/* ─── Shared centered column (Option B) ─── */
.services-page .sv-centered {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* ─── Hero — two-column with portrait ─── */
.services-page .sv-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.services-page .sv-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.services-page .sv-hero__portrait {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 0;
  box-shadow: 0 1px 0 rgba(26,19,19,0.04);
}
/* Portrait placeholder fallback gradient */
.services-page .sv-hero__portrait .nm-img-wrap.nm-img--portrait {
  position: absolute;
  inset: 0;
  aspect-ratio: unset;
  height: 100%;
  border-radius: 0;
}
.services-page .sv-hero__portrait .nm-img__placeholder {
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--plum) 75%, var(--taupe)) 0%,
    color-mix(in srgb, var(--plum) 45%, var(--cream-2)) 100%);
}
@media (max-width: 900px) {
  .services-page .sv-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .services-page .sv-hero__portrait { max-width: 380px; }
}

/* ─── Framing centered ─── */
.services-page .sv-framing__head {
  margin: 0 0 clamp(20px, 2.5vw, 30px);
}
.services-page .sv-framing__body { max-width: 100%; }
.services-page .sv-framing__body p + p { margin-top: 1.2em; }

/* ─── Packages head also centered ─── */
.services-page .sv-packages__head-text {
  max-width: 100%;
}

/* ─── Decision, FAQ, Objection already use sv-centered via class ─── */

/* ─── Closing section with background image ─── */
.services-page .sv-closing--has-image {
  background-color: var(--espresso);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.services-page .sv-closing--has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(26,19,19,0.55) 0%,
    rgba(139,94,106,0.70) 100%
  );
  pointer-events: none;
}
.services-page .sv-closing--has-image .final__inner {
  position: relative;
  z-index: 1;
}

/* ── PERFORMANCE — CLS prevention ── */

/* Portrait figure containers need explicit aspect-ratio so browser
   knows their height before the image is fetched */
.portrait,
.about__photo,
.ap-hero__portrait,
.sv-hero__portrait {
  aspect-ratio: 4 / 5;
}

/* Prevent nm-img from collapsing while loading */
.nm-img-wrap img.nm-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Ensure placeholder div always fills its wrapper (no CLS) */
.nm-img__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ── Inline style promotions (moved from PHP templates) ── */
.program__head-title { margin: 22px 0 0; max-width: 14ch; }
.about__head-title   { max-width: 16ch; }

/* ═══════════════════════════════════════════════════════════════════════
   JOURNAL  (.journal-page)
   Shared between single.php (post) and page-journal.php (index).
   ═══════════════════════════════════════════════════════════════════════ */

/* ─── Shared post card (.jp-card) ─── */
.jp-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--cream-2);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
  transition: box-shadow .2s ease;
}
.jp-card:hover { box-shadow: 0 4px 16px rgba(26,19,19,0.08); }
.jp-card__img-wrap { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.jp-card__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .4s ease;
}
.jp-card:hover .jp-card__img { transform: scale(1.03); }
.jp-card__body {
  padding: clamp(18px, 2.5vw, 26px);
  display: flex; flex-direction: column; gap: 8px;
  flex: 1;
}
.jp-card__cat { margin: 0; }
.jp-card__title {
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 0;
}
.jp-card__title a { color: inherit; transition: color .2s ease; }
.jp-card__title a:hover { color: var(--plum); }
.jp-card__excerpt {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--taupe);
  margin: 0;
  flex: 1;
}
.jp-card__date {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--taupe);
  text-transform: uppercase;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   SINGLE POST
   ═══════════════════════════════════════════════════════════ */

/* ─── Post hero ─── */
.single-post .jp-hero { padding-top: 0; }
.single-post .jp-hero--has-image .jp-hero__image {
  width: 100%;
  aspect-ratio: 21 / 8;
  overflow: hidden;
}
.single-post .jp-hero__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
}
.single-post .jp-hero .wrap { padding-top: clamp(32px, 5vw, 56px); }
.single-post .jp-hero__content { max-width: 780px; }
.single-post .jp-hero__cat { margin-bottom: 16px; display: block; }
.single-post .jp-hero__title { margin: 0 0 20px; }
.single-post .jp-hero__meta {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--taupe);
  display: flex; align-items: center; gap: 10px;
  flex-wrap: wrap;
}
.single-post .jp-hero__meta-dot { opacity: .5; }

/* ─── Post body layout ─── */
.single-post .jp-body-wrap {
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(72px, 9vw, 120px);
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 80px);
}

/* ─── Post content typography ─── */
.single-post .jp-content {
  max-width: 720px;
}
.single-post .jp-content p {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  color: var(--espresso);
  margin: 0 0 1.4em;
}
.single-post .jp-content h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--espresso);
  margin: 1.8em 0 0.6em;
  line-height: 1.2;
}
.single-post .jp-content h3 {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400;
  color: var(--espresso);
  margin: 1.6em 0 0.5em;
  line-height: 1.25;
}
.single-post .jp-content ul,
.single-post .jp-content ol {
  padding-left: 1.4em;
  margin: 0 0 1.4em;
}
.single-post .jp-content li {
  font-size: 17px;
  line-height: 1.7;
  color: var(--espresso);
  margin-bottom: 0.4em;
}
.single-post .jp-content blockquote {
  border-left: 3px solid var(--plum);
  background: var(--rose-50);
  margin: 2em 0;
  padding: clamp(18px, 2.5vw, 28px) clamp(18px, 2.5vw, 28px);
  border-radius: 0 4px 4px 0;
}
.single-post .jp-content blockquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(19px, 1.8vw, 24px);
  color: var(--espresso);
  margin: 0;
  line-height: 1.4;
}
.single-post .jp-content a { color: var(--plum); text-decoration: underline; text-underline-offset: 3px; }
.single-post .jp-content a:hover { color: var(--taupe); }
.single-post .jp-content img {
  max-width: 100%;
  border-radius: 4px;
  height: auto;
  display: block;
  margin: 1.6em 0;
}
.single-post .jp-content figure { margin: 1.6em 0; }
.single-post .jp-content figcaption {
  font-size: 13px;
  color: var(--taupe);
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}
.single-post .jp-content hr {
  border: none;
  border-top: 1px solid color-mix(in srgb, var(--taupe) 25%, transparent);
  margin: 2.5em 0;
}

/* ─── Author bio ─── */
.single-post .jp-author {
  background: var(--cream-2);
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
  padding: clamp(24px, 3vw, 40px);
}
.single-post .jp-author__inner {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
}
.single-post .jp-author__photo {
  width: 88px; height: 88px;
  border-radius: 50%;
  object-fit: cover; object-position: center top;
  display: block;
}
.single-post .jp-author__photo--placeholder {
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--plum) 70%, var(--taupe)),
    color-mix(in srgb, var(--plum) 40%, var(--cream-2)));
}
.single-post .jp-author__eyebrow { margin: 0 0 10px; display: block; }
.single-post .jp-author__bio {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--espresso);
  margin: 0 0 clamp(16px, 2vw, 22px);
  max-width: 56ch;
}
.single-post .jp-author__cta { display: inline-flex; }
@media (max-width: 600px) {
  .single-post .jp-author__inner { grid-template-columns: 1fr; }
  .single-post .jp-author__photo { width: 72px; height: 72px; }
}

/* ─── Related posts ─── */
.single-post .jp-related { }
.single-post .jp-related__head {
  margin: 0 0 clamp(28px, 3.5vw, 44px);
}
.single-post .jp-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
}
@media (max-width: 900px) {
  .single-post .jp-related__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .single-post .jp-related__grid { grid-template-columns: 1fr; }
  .single-post .jp-hero--has-image .jp-hero__image { aspect-ratio: 16 / 7; }
}

/* ═══════════════════════════════════════════════════════════
   JOURNAL INDEX PAGE
   ═══════════════════════════════════════════════════════════ */

.journal-index .jx-hero {
  padding: clamp(56px, 7vw, 100px) 0 clamp(40px, 5vw, 64px);
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 18%, transparent);
}
.journal-index .jx-hero__inner { max-width: 640px; }
.journal-index .jx-hero__title { margin: 0 0 16px; }
.journal-index .jx-hero__sub   { margin: 0; }

.journal-index .jx-wrap {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(72px, 9vw, 130px);
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 8vw, 110px);
}

.journal-index .jx-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 36px);
  padding-bottom: 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--taupe) 22%, transparent);
  flex-wrap: wrap;
}
.journal-index .jx-section__title { margin: 0; }
.journal-index .jx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
}
@media (max-width: 900px) {
  .journal-index .jx-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .journal-index .jx-grid { grid-template-columns: 1fr; }
}
