/* September 2026: shared editorial foundations and responsive homepage. */
:root {
  --bg-sand: #fcf8f5;
  --text-ink: #30272d;
  --text-taupe: #6f6269;
  --accent-cognac: #bd125b;
  --accent-cognac-hover: #9d0d49;
  --font-body: 'Karla', sans-serif;
  --max-w-content: 1240px;
  --brand-pink: #bd125b;
  --brand-rose: #c42f70;
  --accent-soft: rgba(189, 18, 91, .07);
  --border-sand: #e8d9df;
}
html { scroll-padding-top: 132px; }
body { background: var(--bg-sand); }
h1, h2, h3 { letter-spacing: -.025em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #bd125b; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px 20px; background: white; z-index: 10000; }
.skip-link:focus { top: 12px; }
.site-header { padding: 0; background: #fcf8f5f5; border-bottom: 1px solid #e8d9df; }
.site-header-inner { min-height: 124px; gap: 26px; }
.site-header .brand-logo-img { width: 260px; height: auto; max-width: none; }
.site-nav { gap: 28px; }
.site-nav-link { font-size: 12px; letter-spacing: 0; color: #51464d; }
.site-header-actions .btn { padding: 13px 19px; font-size: 11px; letter-spacing: 0; }
.btn { border-radius: 3px; box-shadow: none; font-size: 13px; letter-spacing: 0; min-height: 48px; transition: background-color .2s, color .2s, border-color .2s; }
.btn-primary { background: #bd125b; border-color: #bd125b; color: white; }
.btn-primary:hover { background: #98124b; border-color: #98124b; transform: none; box-shadow: none; }
.btn-outline { background: transparent; color: var(--text-ink); border: 1px solid #cdb3bf; }
.btn-outline:hover { background: #f8e9ef; }
.section-eyebrow { color: #a11a53; font-size: 10px; letter-spacing: .16em; }
.site-section { padding-top: 88px; padding-bottom: 88px; }
.site-footer { background: #000000; color: #ffffff; padding-top: 64px; }
.site-footer h4, .site-footer .footer-brand p, .site-footer .footer-col-title,
.site-footer .footer-nav-link, .site-footer .footer-bottom { color: #ffffff; opacity: 1; }
.site-footer .footer-inner { border-bottom-color: rgba(255, 255, 255, .3); }
.site-footer :focus-visible { outline-color: #ffffff; }
.footer-nav-link { font-size: 14px; }
.mobile-nav-toggle { min-width: 44px; min-height: 44px; }
.mobile-drawer { background: #fcf8f5; overflow-y: auto; transition: transform .3s ease; }
.mobile-drawer-close { min-width: 44px; min-height: 44px; }
.mobile-drawer-btn { white-space: normal; letter-spacing: 0; font-size: 12px; }
.mobile-nav-links { gap: 24px; }
.coaching-card, .pillar-card, .about-cred-card { box-shadow: none; border-radius: 4px; }
.coaching-hero, .about-hero-section { padding-top: 64px; padding-bottom: 72px; }
.coaching-hero-grid { gap: 64px; }
.coaching-hero-headline { font-size: clamp(42px, 4.6vw, 66px); line-height: 1.08; }
.coaching-hero-img-wrap { border-radius: 100px 4px 4px 4px; box-shadow: none; }
.method-hero-section, .membership-hero-section { background: #faeaf1; padding-top: 72px; padding-bottom: 72px; }
.method-hero-headline, .membership-hero-headline { font-size: clamp(42px, 5vw, 68px); }
.blog-masthead { background: #faeaf1; }

/* Homepage uses its own small layout system; old hero rules do not apply. */
.home-wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.home-kicker { display: block; color: #a11a53; font: 600 10px/1.5 var(--font-ui); letter-spacing: .17em; text-transform: uppercase; margin-bottom: 22px; }
.home-heading { font-size: clamp(38px, 4vw, 54px); line-height: 1.08; font-weight: 500; }
.home-link { display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px solid currentColor; padding: 5px 0; font: 600 12px/1.6 var(--font-ui); }
.home-link:hover { color: var(--accent-cognac); }
button.home-link { background: transparent; border: 0; border-bottom: 1px solid currentColor; color: inherit; cursor: pointer; }
.home-hero { padding: 48px 0 50px; }
.home-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 72px; align-items: center; }
.home-hero-intro { grid-area: 1 / 1; align-self: end; padding-top: 16px; }
.home-hero-intro .home-kicker { margin-bottom: 26px; }
.home-hero-preface { font-size: 17px; color: #6f6269; line-height: 1.5; margin-bottom: 16px; max-width: 32ch; }
.home-hero h1 { font-size: clamp(48px, 5.2vw, 75px); line-height: 1.015; font-weight: 500; letter-spacing: -.038em; text-wrap: balance; }
.home-hero h1 em { color: #bd125b; font-weight: 400; }
.home-hero-bottom { grid-area: 2 / 1; align-self: start; padding: 24px 0 12px; }
.home-hero-description { font-size: 17px; line-height: 1.6; max-width: 44ch; color: #665861; }
.home-hero-actions { margin-top: 26px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.home-hero-actions .btn { padding: 16px 23px; gap: 24px; }
.home-hero-actions .home-link { font-size: 11px; }
.home-hero-actions button.home-link { border: 1px solid #cdb3bf; padding: 12px 18px; font-size: 12px; border-radius: 3px; }
.home-hero-note { display: block; color: #6f6269; font-size: 12px; line-height: 1.5; margin: 10px 0 0; }
.home-hero-portrait { grid-area: 1 / 2 / 3 / 3; margin: 0; min-width: 0; position: relative; }
.home-hero-portrait img { width: 100%; height: 564px; object-fit: cover; object-position: 68% center; border-radius: 140px 4px 4px 4px; }
.home-hero-portrait figcaption { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 11px; padding-top: 14px; color: #6f6269; }
.home-hero-portrait figcaption strong { font-weight: 500; color: var(--text-ink); }
.mobile-only, .mobile-heading, .mobile-context { display: none !important; }
.desktop-only { display: inline; }
p.desktop-only, div.desktop-only, span.desktop-only-block { display: block; }
.home-event { padding: 0 0 48px; }
.home-event-inner { display: grid; grid-template-columns: 64px 1fr auto; gap: 25px; align-items: center; padding: 23px 28px; border: 1px solid #efc6d7; background: #fbe7f0; }
.home-event-date { border-right: 1px solid #dea8bf; color: #98124b; font: 500 30px/1 var(--font-display); }
.home-event-date span { display: block; margin-top: 6px; font: 600 9px/1.4 var(--font-ui); letter-spacing: .13em; }
.home-event .home-kicker { margin-bottom: 3px; font-size: 9px; color: #98124b; }
.home-event h2 { font-size: 27px; line-height: 1.2; }
.home-event p { font-size: 13px; color: #6f6269; margin-top: 3px; }
.home-recognition { padding: 75px 0 85px; border-top: 1px solid #e8d9df; }
.home-recognition-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; }
.home-recognition .home-heading { max-width: 12ch; }
.home-recognition header p { margin-top: 24px; font-size: 17px; max-width: 32ch; }
.home-recognition-list { list-style: none; }
.home-recognition-list li { border-bottom: 1px solid #e8d9df; padding: 22px 0; display: grid; grid-template-columns: 30px 1fr; gap: 16px; }
.home-recognition-list li:first-child { padding-top: 0; }
.home-recognition-list span { font: 11px/2 var(--font-ui); color: #bd125b; }
.home-recognition-list h3 { font-size: 27px; margin-bottom: 8px; }
.home-recognition-list p { font-size: 16px; line-height: 1.6; color: #6f6269; }
.home-about { background: #f8e9ef; padding: 88px 0; }
.home-about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.home-about-image { width: 100%; height: 490px; object-fit: cover; object-position: center 10%; border-radius: 3px; }
.home-about .home-heading { max-width: 15ch; margin-bottom: 25px; }
.home-about p { font-size: 17px; margin-bottom: 18px; color: #66515e; }
.home-about .home-link { margin-top: 12px; }
.home-offers { background: var(--brand-rose); padding: 88px 0; color: #fcf8f5; }
.home-offers .home-kicker { color: #ffffff; }
.home-offers .home-heading { color: #ffffff; }
.home-section-top { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.home-section-top p { max-width: 34ch; font-size: 16px; }
.home-offers .home-section-top p { color: #ffffff; opacity: 1; }
.home-offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.home-offer { background: #fcf8f5; color: #30272d; padding: 38px; display: flex; flex-direction: column; }
.home-offer .home-kicker { color: #a11a53; margin-bottom: 17px; }
.home-offer h3 { font-size: 36px; margin-bottom: 18px; }
.home-offer p { font-size: 16px; line-height: 1.7; margin-bottom: 28px; }
.home-offer-detail { border-top: 1px solid #e7d2dc; padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; margin-top: auto; margin-bottom: 25px; }
.home-offer-detail span { font-size: 14px; }
.home-offer-detail small { display: block; color: #6f6269; font-size: 11px; margin-top: 3px; }
.home-offer .home-link { align-self: flex-start; }
.home-method { padding: 90px 0; }
.home-method .home-heading { max-width: 17ch; }
.home-steps { display: grid; grid-template-columns: repeat(5,1fr); list-style: none; margin: 48px 0 36px; gap: 24px; }
.home-steps li { border-top: 1px solid #d3a5b9; padding-top: 20px; }
.home-steps span { font: 11px var(--font-ui); color: #bd125b; }
.home-steps h3 { font-size: 30px; margin: 18px 0 8px; }
.home-steps p { font-size: 15px; color: #6f6269; }
.home-proof { padding: 75px 0 85px; background: #f4e8ec; }
.home-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 36px; }
.home-proof blockquote { font: 400 28px/1.4 var(--font-display); color: #49303d; }
.home-proof figcaption { font: 500 10px/1.5 var(--font-ui); letter-spacing: .08em; margin-top: 25px; text-transform: uppercase; color: #8c2855; }
.home-closing { padding: 94px 24px; text-align: center; }
.home-closing .home-heading { max-width: 18ch; margin: 0 auto 24px; }
.home-closing p { max-width: 48ch; margin: 0 auto 28px; font-size: 17px; }
.home-closing .btn { padding: 16px 24px; }
.home-closing small { display: block; margin-top: 14px; color: #6f6269; }
@media(min-width: 901px) and (max-width: 1100px) {
  .site-header-inner { gap: 16px; }
  .site-nav { gap: 16px; }
  .site-header .brand-logo-img { width: 240px; }
  .site-header-actions .btn { padding: 12px; }
  .home-hero-grid { column-gap: 38px; }
  .home-hero-portrait img { height: 540px; }
}
@media(max-width: 900px) {
  .site-nav, .site-header-actions > .btn { display: none; }
  .mobile-nav-toggle { display: flex; align-items: center; justify-content: center; }
  .site-header-inner { min-height: 112px; }
  .site-header .brand-logo-img { width: 240px; }
  .home-wrap { width: calc(100% - 64px); }
  .home-hero-grid { column-gap: 30px; }
  .home-hero h1 { font-size: 49px; }
  .home-hero-portrait img { height: 520px; }
  .home-hero-portrait figcaption { flex-direction: column; align-items: flex-start; gap: 2px; }
  .home-recognition-grid, .home-about-grid { gap: 45px; }
  .home-event-inner { padding: 22px; gap: 20px; }
  .home-event h2 { font-size: 23px; }
  .home-section-top { display: block; }
  .home-section-top p { margin-top: 18px; }
  .home-offer { padding: 28px; }
  .home-offer h3 { font-size: 31px; }
  .home-proof-grid { gap: 40px; }
  .home-about-image { height: 460px; }
}
@media(max-width: 600px) {
  html { scroll-padding-top: 112px; }
  .desktop-only { display: none !important; }
  .mobile-only { display: inline !important; }
  span.mobile-only, p.mobile-only, small.mobile-only { display: block !important; }
  .site-container { padding-inline: 16px; }
  .site-header-inner { min-height: 104px; gap: 16px; }
  .site-header .brand-logo-img { width: clamp(210px, 59vw, 230px); height: auto; max-width: none; }
  .home-wrap { width: calc(100% - 32px); }
  .home-kicker { font-size: 8.5px; letter-spacing: .12em; margin-bottom: 12px; }
  .home-heading { font-size: 26px; line-height: 1.15; }
  .home-hero { padding: 14px 0 20px; }
  .home-hero-grid { display: grid; grid-template-columns: 1.18fr 0.82fr; column-gap: 14px; align-items: start; }
  .home-hero-intro { grid-area: 1 / 1; align-self: start; padding: 0; position: relative; z-index: 1; }
  .home-hero-intro .home-kicker { font-size: 8px; letter-spacing: .12em; line-height: 1.35; margin-bottom: 10px; max-width: 20ch; color: #98124b; }
  .home-hero h1 { font-size: clamp(23px, 6.2vw, 27px); line-height: 1.14; letter-spacing: -.025em; font-weight: 500; margin: 0 0 10px; }
  .home-hero h1 em { color: #bd125b; font-style: italic; }
  .home-hero-portrait { grid-area: 1 / 2 / 3 / 3; margin: 0; min-width: 0; }
  .home-hero-portrait img { width: 100%; height: 320px; border-radius: 80px 3px 3px 3px; object-fit: cover; object-position: 68% center; }
  .home-hero-portrait figcaption { font-size: 8.5px; padding-top: 8px; flex-direction: column; align-items: flex-start; gap: 2px; }
  .home-hero-portrait figcaption strong { font-weight: 600; color: var(--text-ink); font-size: 8.5px; }
  .home-hero-portrait figcaption span { display: block; font-size: 7.5px; color: #887a82; }
  .home-hero-bottom { grid-area: 2 / 1; padding: 6px 0 0; }
  .home-hero-description { font-size: 11.5px; line-height: 1.45; color: #665861; }
  .home-hero-actions { margin-top: 14px; align-items: stretch; gap: 9px; }
  .home-hero-actions .btn { width: 100%; justify-content: space-between; font-size: 11px; min-height: 40px; padding: 10px 13px; gap: 8px; }
  .home-hero-actions .home-link { align-self: center; font-size: 10.5px; }
  .home-hero-actions button.home-link { width: 100%; padding: 8px 12px; font-size: 10.5px; border-radius: 3px; }
  .home-hero-actions button.home-link .mobile-only { display: flex !important; align-items: center; justify-content: space-between; width: 100%; line-height: 1.3; }
  .home-hero-note { font-size: 9.5px; text-align: center; margin-top: 5px; color: #6f6269; }
  .home-event { padding: 0 0 24px; }
  .home-event-inner { display: grid; grid-template-columns: 46px 1fr auto; padding: 12px 14px; gap: 12px; align-items: center; }
  .home-event-date { font-size: 22px; border-right: 1px solid #dea8bf; padding-right: 10px; }
  .home-event-date span { font-size: 8px; margin-top: 2px; }
  .home-event .home-kicker { font-size: 7.5px; margin-bottom: 2px; }
  .home-event h2 { font-size: 15px; line-height: 1.2; }
  .home-event p { font-size: 10.5px; color: #6f6269; margin-top: 2px; }
  .home-event .home-link { grid-column: auto; font-size: 10.5px; white-space: nowrap; padding: 3px 0; }
  .home-recognition, .home-about, .home-offers, .home-method, .home-proof { padding: 36px 0; }
  .home-recognition-grid, .home-about-grid, .home-offer-grid, .home-proof-grid { grid-template-columns: 1fr; gap: 24px; }
  .home-recognition .home-heading { max-width: 16ch; font-size: 25px; }
  .home-recognition header p { margin-top: 12px; font-size: 13px; }
  .home-recognition-list h3 { font-size: 18px; margin-bottom: 4px; }
  .home-recognition-list p { font-size: 12.5px; line-height: 1.5; }
  .home-recognition-list li { padding: 14px 0; gap: 12px; }
  .home-about-image { height: 260px; object-position: center 10%; }
  .home-about p { font-size: 13px; margin-bottom: 12px; }
  .home-section-top { margin-bottom: 20px; }
  .home-section-top p { margin-top: 10px; font-size: 12.5px; }
  .home-offer { padding: 18px 16px; }
  .home-offer h3 { font-size: 22px; }
  .home-offer p { font-size: 12.5px; }
  .home-offer-detail { gap: 12px; margin: 14px 0 16px; }
  .home-steps { grid-template-columns: 1fr; gap: 0; margin: 20px 0; }
  .home-steps li { display: grid; grid-template-columns: 24px 1fr; column-gap: 12px; padding: 12px 0; }
  .home-steps span { grid-row: 1 / 3; padding-top: 4px; font-size: 10px; }
  .home-steps h3 { margin: 0 0 2px; font-size: 20px; }
  .home-steps p { grid-column: 2; font-size: 12.5px; }
  .home-proof blockquote { font-size: 18px; line-height: 1.4; }
  .home-proof figcaption { font-size: 11px; margin-top: 8px; }
  .home-proof figure + figure { border-top: 1px solid #dec5d0; padding-top: 20px; }
  .home-closing { padding: 42px 16px; }
  .home-closing .btn { font-size: 11px; width: 100%; max-width: 320px; padding: 12px 16px; }
  .site-section { padding-top: 40px; padding-bottom: 40px; }
  .coaching-hero { padding: 28px 0 32px; }
  .coaching-hero-grid { gap: 24px; }
  .coaching-hero-headline { font-size: 32px; line-height: 1.12; }
  .coaching-hero-desc { font-size: 13px; line-height: 1.5; }
  .method-hero-section, .membership-hero-section { padding: 32px 0; }
  .method-hero-headline, .membership-hero-headline { font-size: 32px; line-height: 1.12; }
  .coaching-hero-actions .btn { font-size: 11px; padding: 11px 16px; }
}
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Authentic photo series: retain context, faces and hands in responsive crops. */
.assessment-panel {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 40px;
  background: #faeaf1;
  border: 1px solid #efc6d7;
  border-radius: 4px;
}
.assessment-panel-eyebrow {
  display: flex;
  align-items: center;
  color: #a11a53;
  font: 600 10px/1.5 var(--font-ui);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.assessment-panel-content h3 { font-size: clamp(29px, 2.6vw, 37px); line-height: 1.15; margin-bottom: 14px; text-wrap: balance; }
.assessment-panel-content p { font-size: 16px; line-height: 1.65; color: var(--text-taupe); opacity: 1; }
.assessment-panel-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 16px 20px;
  border-radius: 3px;
  background: var(--brand-rose);
  color: #ffffff;
  font: 600 13px/1.5 var(--font-ui);
  text-align: center;
  transition: background-color .2s ease;
}
.assessment-panel-button:hover { background: #a9245e; }
.assessment-panel-note { color: var(--text-taupe); font-size: 12px; text-align: center; margin-top: 13px; }
@media (max-width: 800px) {
  .assessment-panel { grid-template-columns: 1fr; padding: 28px; gap: 26px; }
}
@media (max-width: 450px) {
  .assessment-panel { padding: 24px; }
  .assessment-panel-button { font-size: 12px; padding-inline: 12px; }
}
.home-offer-photo {
  width: calc(100% + 76px);
  max-width: none;
  height: 310px;
  margin: -38px -38px 30px;
  object-fit: cover;
  object-position: center 48%;
}
.home-offer-photo--conversation { object-position: center 30%; }
.home-offer { overflow: hidden; }
.method-practice-photo { width: 100%; height: 290px; object-fit: cover; object-position: center 40%; margin-bottom: 30px; border-radius: 3px; }
.membership-hero-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; }
.membership-hero-layout .membership-hero-inner { max-width: none; margin: 0; text-align: left; }
.membership-hero-layout .membership-hero-headline { font-size: clamp(42px, 4.6vw, 66px); text-wrap: balance; }
.membership-hero-layout .membership-hero-desc { margin-inline: 0; }
.membership-hero-layout .membership-hero-commercial { align-items: flex-start; text-align: left; }
.membership-hero-layout .membership-hero-actions { align-items: flex-start; justify-content: flex-start; }
.membership-hero-layout .membership-hero-actions .btn { font-size: 13px !important; padding: 17px 22px !important; }
.membership-hero-photo { margin: 0; min-width: 0; }
.membership-hero-photo img { width: 100%; height: 520px; object-fit: cover; object-position: center 42%; border-radius: 100px 3px 3px 3px; }
.coaching-hero-img { object-position: center 43%; }
.story-img-wrap img, .article-featured-img-wrap img { object-position: center 36%; }
.story-img-wrap { height: clamp(340px, 50vw, 640px); max-height: none; }
.story-img-wrap > a { display: block; height: 100%; }
.story-img-wrap img { height: 100%; width: 100%; object-fit: cover; }
.article-featured-img-wrap { height: clamp(340px, 60vw, 620px); max-height: none; }
.article-featured-img-wrap img { height: 100%; width: 100%; max-height: none; object-fit: cover; }
.about-story-img-wrap img { object-position: center 42%; }
@media (max-width: 1000px) {
  .membership-hero-layout { gap: 36px; }
  .membership-hero-layout .membership-hero-headline { font-size: 46px; }
}
@media (max-width: 900px) {
  .home-offer-photo { width: calc(100% + 56px); margin: -28px -28px 26px; height: 230px; }
  .membership-hero-layout { grid-template-columns: 1fr; gap: 36px; }
  .membership-hero-photo { width: 100%; max-width: 600px; margin-inline: auto; }
  .membership-hero-photo img { height: 420px; border-radius: 3px; }
}
@media (max-width: 600px) {
  .home-offer-photo { width: calc(100% + 48px); margin: -27px -24px 25px; height: 230px; }
  .membership-hero-layout .membership-hero-headline { font-size: 43px; }
  .membership-hero-photo img { height: 370px; }
  .method-practice-photo { height: 270px; }
  .article-featured-img-wrap { height: 360px; }
}

/* CRO audit: readable mobile content and consistent interaction states. */
.field-error { color: #9d174d; font-size: 14px; line-height: 1.5; margin-top: 6px; }
.field-error:empty { display: none; }
[aria-invalid="true"] { border-color: #9d174d !important; }
.enquiry-next-step { font-size: 15px; line-height: 1.6; color: var(--text-taupe); margin-bottom: 20px; }
.enquiry-modal-container, .mobile-drawer { overscroll-behavior: contain; }
.enquiry-input, .enquiry-textarea { font-size: 16px; }
.site-nav-link, .footer-nav-link { min-height: 44px; display: inline-flex; align-items: center; }
.home-link { min-height: 44px; }
button, a { touch-action: manipulation; }
@media (max-width: 600px) {
  .home-hero { padding: 20px 0 28px; }
  .home-hero-grid { grid-template-columns: 1.12fr 1fr; grid-template-areas: "intro portrait" "action action"; gap: 0 16px; align-items: center; }
  .home-hero-intro { grid-area: intro; align-self: center; }
  .home-hero-intro .home-kicker { max-width: none; font-size: 12px; letter-spacing: .07em; margin-bottom: 16px; }
  .home-hero h1 { font-size: clamp(36px, 10vw, 48px); line-height: 1.05; max-width: none; margin-bottom: 0; }
  .home-hero h1 .mobile-only br { display: none; }
  .home-hero-bottom { grid-area: action; padding: 18px 0 0; }
  .home-hero-description { font-size: 18px; line-height: 1.5; }
  .home-hero-actions { margin-top: 16px; gap: 10px; }
  .home-hero-actions .btn, .home-hero-actions button.home-link { min-height: 50px; padding: 14px 18px; font-size: 16px; justify-content: center; }
  .home-hero-actions button.home-link br { display: none; }
  .home-hero-note { font-size: 13px; margin-top: 9px; }
  .home-hero-portrait { grid-area: portrait; margin-top: 0; }
  .home-hero-portrait img { height: clamp(230px, 62vw, 320px); border-radius: 64px 4px 4px 4px; object-position: 68% center; }
  .home-hero-portrait figcaption { flex-direction: column; align-items: flex-start; font-size: 12px; gap: 0; }
  .home-hero-portrait figcaption strong, .home-hero-portrait figcaption span { font-size: 12px; color: var(--text-taupe); }
  .home-kicker, .home-event .home-kicker { font-size: 11px; }
  .home-heading, .home-recognition .home-heading { font-size: 34px; }
  .home-recognition, .home-about, .home-offers, .home-method, .home-proof { padding: 52px 0; }
  .home-recognition header p, .home-recognition-list p, .home-about p, .home-section-top p, .home-offer p, .home-steps p, .coaching-hero-desc { font-size: 16px; line-height: 1.65; }
  .home-recognition-list h3, .home-steps h3 { font-size: 26px; }
  .home-offer { padding: 27px 24px; }
  .home-offer h3 { font-size: 30px; }
  .home-proof blockquote { font-size: 25px; }
  .home-event-inner { grid-template-columns: 48px 1fr; padding: 20px; gap: 16px; }
  .home-event h2 { font-size: 24px; }
  .home-event p { font-size: 14px; line-height: 1.6; }
  .home-event .home-link { grid-column: 2; justify-self: start; font-size: 14px; }
  .home-event-date span { font-size: 10px; }
  .home-closing .btn, .coaching-hero-actions .btn { font-size: 14px; min-height: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Temporary pink-and-black palette preview. */
:root {
  --bg-sand: #fcf9fa;
  --text-ink: #171416;
  --text-taupe: #665b61;
  --brand-rose: #c42f70;
  --border-sand: #eadce2;
}
.site-header, .mobile-drawer { background: #fcf9fa; }
.site-nav-link { color: #30272d; }
.home-hero h1 em { color: #bd125b; }
.home-about, .method-hero-section, .membership-hero-section, .blog-masthead { background: #f8edf2; }
.home-proof { background: #f3e3eb; }
.home-event-inner { background: #faedf3; border-color: #e9bfd1; }
.home-offers { background: #000000; }
.home-offers .home-kicker { color: #f29fc2; }
.home-offer { background: #fcf9fa; color: #171416; }
.home-offer .home-kicker { color: #a11a53; }
.home-offer .home-link { color: #a11a53; }
.home-offer-detail { border-color: #e4ced8; }
.assessment-panel { background: #000000; border-color: #000000; }
.assessment-panel-content h3 { color: #ffffff; }
.assessment-panel-content p, .assessment-panel-note { color: #eadfe5; }
.assessment-panel-eyebrow { color: #f29fc2; }
.assessment-panel-button { background: #c42f70; color: #ffffff; }
.assessment-panel-button:hover { background: #a9245e; }
.site-footer { background: #000000; }
.site-footer .footer-col-title { color: #f29fc2; }
.site-footer .footer-nav-link:hover { color: #f29fc2; }

/* Shared, in-page contact section. */
.contact-section { background:#f8edf2; padding:clamp(48px,7vw,100px) 24px; scroll-margin-top:140px; }
.contact-layout { max-width:1160px; margin:auto; display:grid; grid-template-columns:0.85fr 1.15fr; gap:clamp(32px,6vw,88px); align-items:start; }
.contact-eyebrow { color:#a51b54; font-size:12px; font-weight:700; letter-spacing:0.16em; }
.contact-intro h2 { font-family:var(--font-display,Georgia,serif); font-size:clamp(40px,5vw,64px); line-height:1.1; margin:20px 0; scroll-margin-top:140px; }
.contact-intro p:not(.contact-eyebrow) { font-size:18px; line-height:1.7; color:#665b61; margin-bottom:18px; }
.contact-panel { padding:clamp(22px,4vw,40px); background:white; border:1px solid #eadce2; border-radius:16px; }
.contact-form { display:grid; gap:22px; position:relative; }
.contact-form label { display:block; color:#171416; font-size:16px; font-weight:600; margin-bottom:8px; }
.contact-form label span { font-weight:400; color:#665b61; font-size:14px; }
.contact-form :is(input,select,textarea) { display:block; width:100%; box-sizing:border-box; border:1px solid #cdbdc5; background:#fcf9fa; color:#171416; border-radius:6px; padding:12px 14px; font:inherit; font-size:16px; min-height:48px; }
.contact-form textarea { resize:vertical; }
.contact-form :is(input,select,textarea,button):focus-visible { outline:2px solid #bd125b; outline-offset:3px; }
.contact-fields { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.contact-note { color:#665b61; font-size:14px; line-height:1.6; margin:0; }
.contact-status { font-size:16px; line-height:1.6; margin:0; color:#171416; }
.contact-status:empty { display:none; }
.contact-trap { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.contact-form button { min-height:52px; width:100%; }
@media(max-width:760px) { .contact-layout { grid-template-columns:1fr; gap:24px; } .contact-fields { grid-template-columns:1fr; } .contact-section { padding:48px 20px; } }
