:root {
  --af-plum: #4d3446;
  --af-plum-deep: #382431;
  --af-ink: #3f3439;
  --af-muted: #74676d;
  --af-cream: #fff9f2;
  --af-paper: #fffdf9;
  --af-blush: #f3dcd7;
  --af-blush-light: #faece8;
  --af-rose: #c66d72;
  --af-rose-deep: #9d4f5b;
  --af-sage: #80957d;
  --af-sage-light: #e9efe6;
  --af-gold: #d6a763;
  --af-line: rgba(77, 52, 70, .14);
  --af-shadow: 0 26px 70px rgba(77, 52, 70, .13);
  --af-display: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --af-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --af-shell: min(1220px, calc(100vw - 48px));
  --af-radius-lg: 48px;
  --af-radius-md: 28px;
  --af-radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--af-ink);
  background: var(--af-cream);
  font-family: var(--af-sans);
  font-size: 18px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, video { max-width: 100%; height: auto; }
a { color: var(--af-rose-deep); text-underline-offset: 3px; }
a:hover { color: var(--af-rose); }
button, input, textarea { font: inherit; }
.site-shell { width: var(--af-shell); margin-inline: auto; }
.content-shell { max-width: 980px; }
.section-space { padding-block: clamp(76px, 8vw, 132px); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed !important;
  z-index: 100000;
  left: 16px; top: 16px;
  width: auto; height: auto;
  clip: auto;
  padding: 12px 18px;
  background: #fff;
  color: #000;
}

/* Header — lighter, more personal and less editorial. */
.site-header--v2 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 249, 242, .93);
  border-bottom: 1px solid rgba(77, 52, 70, .08);
  backdrop-filter: blur(16px);
}
@media (min-width: 901px) {
  body.admin-bar .site-header--v2 { top: 32px; }
}
.header-inner--v2 {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}
.brand--v2 {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--af-plum);
  text-decoration: none;
  white-space: nowrap;
}
.brand--v2 .brand-name {
  font-family: var(--af-display);
  font-size: 31px;
  font-style: italic;
  letter-spacing: -.035em;
}
.brand--v2 .brand-surname {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.primary-nav--v2 { justify-self: end; }
.primary-nav--v2 .menu {
  display: flex;
  align-items: center;
  gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav--v2 a {
  display: block;
  padding: 9px 9px;
  border-radius: 12px;
  color: var(--af-plum);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .01em;
}
.primary-nav--v2 a:hover,
.primary-nav--v2 .current-menu-item > a,
.primary-nav--v2 .current_page_item > a {
  background: var(--af-blush-light);
  color: var(--af-rose-deep);
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 17px;
  border-radius: 16px 16px 16px 4px;
  background: var(--af-plum);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.header-cta:hover { background: var(--af-rose-deep); color: #fff; }
.nav-toggle { display: none; }
.mobile-nav { display: none; }

/* Shared type and buttons. */
.eyebrow {
  margin: 0 0 17px;
  color: var(--af-rose-deep);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow--warm { color: #a25361; }
.eyebrow--sage { color: #5f775d; }
.eyebrow--light { color: rgba(255,255,255,.76); }
.button,
input[type="submit"],
button.afc-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  border: 0;
  border-radius: 17px 17px 17px 5px;
  background: var(--af-plum);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(77,52,70,.15);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover,
input[type="submit"]:hover,
button.afc-submit:hover {
  color: #fff;
  background: var(--af-rose-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(77,52,70,.2);
}
.button--petal { background: var(--af-rose-deep); }
.button--cream { background: var(--af-cream); color: var(--af-plum); box-shadow: none; }
.button--cream:hover { background: #fff; color: var(--af-plum); }
.button--ghost { background: transparent; color: var(--af-plum); box-shadow: inset 0 0 0 1px var(--af-line); }
.button--ghost:hover { color: var(--af-plum); background: var(--af-paper); }
.text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--af-plum);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.text-arrow span { transition: transform .18s ease; }
.text-arrow:hover { color: var(--af-rose-deep); }
.text-arrow:hover span { transform: translate(2px, -1px); }

/* Homepage hero. */
.home-hero--v2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  padding: clamp(62px, 7vw, 105px) 0 clamp(108px, 11vw, 170px);
  background:
    linear-gradient(118deg, rgba(243,220,215,.82) 0%, rgba(255,249,242,.95) 46%, rgba(233,239,230,.9) 100%);
}
.hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}
.hero-copy--v2 { max-width: 650px; padding-bottom: 26px; }
.hero-copy--v2 h1 {
  margin: 0;
  color: var(--af-plum);
  font-family: var(--af-display);
  font-size: clamp(54px, 6.8vw, 96px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.055em;
}
.hero-copy--v2 h1::first-line { color: var(--af-rose-deep); }
.hero-lede--v2 {
  max-width: 535px;
  margin: 28px 0 0;
  color: #64545d;
  font-family: var(--af-display);
  font-size: clamp(21px, 2.2vw, 29px);
  font-style: italic;
  line-height: 1.45;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 36px; }
.hero-collage { position: relative; min-height: 540px; }
.hero-collage__wash {
  position: absolute;
  inset: 2% 2% 1% 10%;
  border-radius: 50% 45% 46% 38%;
  background: rgba(198,109,114,.16);
  transform: rotate(-5deg);
}
.hero-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--af-shadow); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-photo--portrait {
  z-index: 2;
  left: 7%;
  top: 0;
  width: min(68%, 430px);
  aspect-ratio: .86;
  border-radius: 46% 46% 18px 46%;
  transform: rotate(-2.5deg);
  background: var(--af-paper);
  border: 10px solid rgba(255,253,249,.88);
}
.hero-photo--portrait img { object-position: center 38%; }
.hero-photo--joy {
  z-index: 3;
  right: 0;
  bottom: 16px;
  width: min(56%, 350px);
  aspect-ratio: 1.25;
  border-radius: 18px 50% 50% 18px;
  transform: rotate(3deg);
  border: 8px solid rgba(255,253,249,.9);
}
.hero-stamp {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 8%;
  width: 148px;
  height: 148px;
  display: grid;
  place-content: center;
  gap: 0;
  border-radius: 50%;
  background: var(--af-plum);
  color: #fff;
  text-align: center;
  font-family: var(--af-display);
  font-size: 17px;
  font-style: italic;
  line-height: 1.22;
  box-shadow: 0 18px 42px rgba(77,52,70,.25);
  transform: rotate(-8deg);
}
.hero-orb { position: absolute; z-index: 0; border-radius: 50%; filter: blur(.2px); }
.hero-orb--one { width: 180px; height: 180px; right: -54px; top: 90px; background: rgba(214,167,99,.26); }
.hero-orb--two { width: 112px; height: 112px; left: 5vw; bottom: 95px; background: rgba(128,149,125,.2); }
.hero-wave {
  position: absolute;
  z-index: 1;
  left: -5%; right: -5%; bottom: -72px;
  height: 145px;
  background: var(--af-cream);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

/* Warrior Goddess statement. */
.warrior-section { position: relative; background: var(--af-cream); }
.warrior-grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(30px, 5vw, 74px);
}
.warrior-mark {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(198,109,114,.32);
  border-radius: 42% 58% 45% 55%;
  color: var(--af-rose);
  font-family: var(--af-display);
  font-size: 32px;
  font-style: italic;
  transform: rotate(-7deg);
}
.display-quote {
  margin: 0;
  max-width: 610px;
  color: var(--af-plum);
  font-family: var(--af-display);
  font-size: clamp(43px, 5vw, 70px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.display-quote em { color: var(--af-rose-deep); font-weight: 500; }
.warrior-copy { padding-left: 34px; border-left: 1px solid var(--af-line); }
.warrior-copy p { margin: 0 0 16px; color: var(--af-muted); font-size: 16px; line-height: 1.72; }
.warrior-copy .text-arrow { margin-top: 8px; }

/* Transformation cards. */
.journey-section { position: relative; overflow: hidden; background: #f8eee7; }
.journey-section::before {
  content: "";
  position: absolute;
  width: 430px; height: 430px;
  left: -220px; top: 80px;
  border-radius: 50%;
  border: 1px solid rgba(198,109,114,.2);
  box-shadow: 0 0 0 50px rgba(198,109,114,.035), 0 0 0 100px rgba(198,109,114,.02);
}
.journey-heading { max-width: 770px; margin-bottom: 52px; }
.journey-heading h2 {
  margin: 0;
  color: var(--af-plum);
  font-family: var(--af-display);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}
.journey-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.journey-card {
  overflow: hidden;
  background: var(--af-paper);
  box-shadow: 0 18px 52px rgba(77,52,70,.08);
}
.journey-card--one { border-radius: 48px 18px 48px 18px; transform: translateY(34px); }
.journey-card--two { border-radius: 18px 48px 18px 48px; }
.journey-card--three { border-radius: 48px 18px 18px 48px; transform: translateY(62px); }
.journey-card__image { aspect-ratio: 1.38; overflow: hidden; }
.journey-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.journey-card:hover .journey-card__image img { transform: scale(1.035); }
.journey-card__body { padding: 30px 30px 34px; }
.journey-card__body span { color: var(--af-rose); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.journey-card__body h3 {
  margin: 9px 0 12px;
  color: var(--af-plum);
  font-family: var(--af-display);
  font-size: clamp(28px, 2.8vw, 39px);
  font-weight: 500;
  line-height: 1.05;
}
.journey-card__body p { margin: 0; color: var(--af-muted); font-size: 15px; line-height: 1.6; }

/* Main content and newsletter area. */
.conversation-section { background: var(--af-cream); }
.conversation-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .72fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}
.conversation-content { min-width: 0; }
.conversation-signup {
  position: sticky;
  top: 120px;
  overflow: hidden;
  padding: 42px 38px;
  border-radius: 50px 18px 50px 18px;
  background: var(--af-plum);
  color: rgba(255,255,255,.86);
  box-shadow: 0 28px 70px rgba(77,52,70,.18);
}
.conversation-signup h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: var(--af-display);
  font-size: clamp(35px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.05;
}
.conversation-signup > p:not(.eyebrow) { position: relative; z-index: 1; font-size: 15px; line-height: 1.6; }
.conversation-signup a { color: #fff; }
.conversation-signup .button--cream { color: var(--af-plum); }
.signup-flower { position: absolute; right: -36px; top: -36px; width: 160px; height: 160px; opacity: .13; }
.signup-flower span { position: absolute; width: 76px; height: 76px; border: 2px solid #fff; border-radius: 60% 40% 60% 40%; }
.signup-flower span:nth-child(1) { left: 42px; top: 0; }
.signup-flower span:nth-child(2) { right: 0; top: 42px; transform: rotate(90deg); }
.signup-flower span:nth-child(3) { left: 42px; bottom: 0; transform: rotate(180deg); }
.signup-flower span:nth-child(4) { left: 0; top: 42px; transform: rotate(270deg); }

.prose { max-width: 790px; font-size: 18px; line-height: 1.82; }
.prose--home { max-width: 800px; font-size: 18px; }
.prose--inner { max-width: 840px; }
.prose > :first-child { margin-top: 0; }
.prose p { margin: 0 0 1.4em; }
.prose h2,
.prose h3,
.prose strong[style*="font-size: 2em"] {
  color: var(--af-plum);
  font-family: var(--af-display);
  font-weight: 500;
  line-height: 1.1;
}
.prose h2 { margin: 2.05em 0 .6em; font-size: clamp(35px, 4.2vw, 53px); }
.prose h3 { margin: 1.8em 0 .55em; font-size: 31px; }
.prose strong[style*="font-size: 2em"] {
  display: flow-root;
  margin: 2em 0 .65em;
  font-size: clamp(32px, 4vw, 48px) !important;
}
.prose em strong,
.prose strong em { color: var(--af-rose-deep); }
.prose ul, .prose ol { padding-left: 1.35em; }
.prose li { margin: .58em 0; }
.prose blockquote {
  position: relative;
  margin: 2.4em 0;
  padding: 32px 34px 32px 42px;
  border: 0;
  border-radius: 12px 42px 12px 42px;
  background: var(--af-blush-light);
  color: var(--af-plum);
  font-family: var(--af-display);
  font-size: 23px;
  line-height: 1.5;
}
.prose blockquote::before {
  content: "“";
  position: absolute;
  left: 14px; top: 4px;
  color: rgba(198,109,114,.5);
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 1;
}
.prose img {
  border-radius: 32px 12px 32px 12px;
  box-shadow: 0 15px 45px rgba(77,52,70,.11);
}
.prose img.alignleft { float: left; margin: .35em 1.6em 1em 0; }
.prose img.alignright { float: right; margin: .35em 0 1em 1.6em; }
.prose img.aligncenter { display: block; margin: 1.5em auto; }
.prose iframe, .prose video, .prose .wp-video { max-width: 100%; border-radius: 28px 10px 28px 10px; overflow: hidden; }
.prose table { max-width: 100%; }

/* Blog. */
.recent-section--v2 { background: var(--af-sage-light); }
.section-heading-row--v2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 38px;
}
.section-heading-row--v2 h2 {
  margin: 0;
  color: var(--af-plum);
  font-family: var(--af-display);
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 500;
  line-height: 1;
}
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.post-grid--archive { grid-template-columns: repeat(2, minmax(0,1fr)); }
.post-grid--v2 .post-card:nth-child(2) { transform: translateY(24px); }
.post-card { margin: 0; }
.post-card__link {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 36px 12px 36px 12px;
  background: var(--af-paper);
  color: var(--af-ink);
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(77,52,70,.075);
  transition: transform .2s ease, box-shadow .2s ease;
}
.post-card__link:hover { color: var(--af-ink); transform: translateY(-4px); box-shadow: 0 22px 55px rgba(77,52,70,.12); }
.post-card__image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--af-blush); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.post-card__link:hover .post-card__image img { transform: scale(1.035); }
.post-card__body { padding: 27px; }
.post-card__meta { margin: 0 0 8px; color: var(--af-rose-deep); font-size: 10.5px; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
.post-card__title { margin: 0 0 12px; color: var(--af-plum); font-family: var(--af-display); font-size: 31px; line-height: 1.08; font-weight: 500; }
.post-card__body > p:not(.post-card__meta) { color: var(--af-muted); font-size: 15px; line-height: 1.58; }
.text-link { font-size: 13px; font-weight: 800; text-decoration: none; }
.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding-inline: 10px; border: 1px solid var(--af-line); border-radius: 14px; background: #fff; text-decoration: none; }
.page-numbers.current { background: var(--af-plum); color: #fff; }
.single-featured { margin-bottom: 42px; overflow: hidden; border-radius: 46px 14px 46px 14px; box-shadow: var(--af-shadow); }
.single-featured img { display: block; width: 100%; }
.article-footer { margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--af-line); }

/* Final homepage invitation. */
.final-cta { padding: 95px 0; background: var(--af-rose-deep); color: #fff; }
.final-cta__inner { max-width: 920px; text-align: center; }
.final-cta h2 {
  max-width: 820px;
  margin: 0 auto 30px;
  color: #fff;
  font-family: var(--af-display);
  font-size: clamp(43px, 5.8vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
}

/* Inner pages. */
.inner-main { position: relative; overflow: hidden; background: var(--af-cream); }
.inner-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.inner-orb--one { width: 320px; height: 320px; right: -170px; top: 80px; background: rgba(243,220,215,.44); }
.page-hero--expressive {
  position: relative;
  max-width: 850px;
  margin-bottom: clamp(52px, 7vw, 82px);
  padding-top: 24px;
}
.page-hero--wide { max-width: 1020px; }
.page-hero__line { display: block; width: 72px; height: 4px; margin-bottom: 25px; border-radius: 99px; background: var(--af-gold); }
.page-hero--expressive h1 {
  margin: 0;
  color: var(--af-plum);
  font-family: var(--af-display);
  font-size: clamp(58px, 8vw, 104px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.055em;
}
.page-intro { max-width: 730px; margin: 25px 0 0; color: var(--af-muted); font-family: var(--af-display); font-size: 23px; line-height: 1.5; }
.course-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: clamp(44px, 7vw, 90px); align-items: start; }
.conversation-signup--compact { padding: 36px 31px; }

.page-about .content-shell { max-width: 1040px; }
.page-about .prose { max-width: 900px; }
.page-about .wp-video { margin: 0 0 44px; }
.page-about .prose p { font-size: 19px; }
.page-coaching .content-shell { max-width: 1040px; }
.page-coaching .prose { max-width: 920px; }
.page-coaching .prose strong[style*="font-size: 2em"] { padding-top: 25px; border-top: 1px solid var(--af-line); }
.page-coaching .prose strong[style*="font-size: 2em"] img { width: 190px; height: 190px; object-fit: cover; }
.page-coaching .prose ul { padding: 24px 30px 24px 50px; border-radius: 34px 12px 34px 12px; background: var(--af-sage-light); }
.page-online-workshops .prose { max-width: 820px; }
.page-online-workshops .prose img { width: min(320px, 45vw); }
.page-giving-back .prose { max-width: 900px; }
.page-giving-back .prose p[align="CENTER"] { padding: 42px 30px; border-radius: 14px 46px 14px 46px; background: var(--af-blush-light); font-family: var(--af-display); font-size: 29px; line-height: 1.4; }

/* Inspiration gallery. */
.inspiration-content { max-width: none; }
.inspiration-content .inspiration-wrapper,
.inspiration-content .inspiration-wrapper tbody { display: block; width: 100%; }
.inspiration-content .inspiration-wrapper tbody { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.inspiration-content .inspiration-wrapper tr { display: contents; }
.inspiration-content .inspiration {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  padding: 0;
  border-radius: 34px 10px 34px 10px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(77,52,70,.09);
}
.inspiration-content .inspiration > img { display: block; width: 100%; height: auto; border-radius: 0; box-shadow: none; transition: transform .28s ease; }
.inspiration-content .inspiration:hover > img { transform: scale(1.025); }
.inspiration-overlay { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 10px 14px; border-top: 1px solid var(--af-line); }
.inspiration-overlay .btn { font-size: 13px; font-weight: 700; text-decoration: none; }
.inspiration-overlay img { box-shadow: none; border-radius: 0; }

/* Native contact form from Site Core. */
.afc-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 840px; margin-top: 30px; }
.afc-field { display: flex; flex-direction: column; gap: 7px; }
.afc-field--full { grid-column: 1 / -1; }
.afc-label { color: var(--af-plum); font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.afc-required { color: var(--af-rose); }
.afc-field input,
.afc-field textarea {
  width: 100%;
  border: 1px solid rgba(77,52,70,.17);
  border-radius: 16px 16px 16px 5px;
  background: #fff;
  color: var(--af-ink);
  padding: 14px 15px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.afc-field input:focus,
.afc-field textarea:focus { border-color: var(--af-rose); box-shadow: 0 0 0 4px rgba(198,109,114,.11); }
.afc-field textarea { min-height: 190px; resize: vertical; }
.afc-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.afc-notice { margin: 20px 0; padding: 16px 18px; border-radius: 18px 18px 18px 6px; background: #fff; border: 1px solid var(--af-line); }
.afc-notice--success { border-color: rgba(128,149,125,.45); background: #f5faf3; }
.afc-notice--error { border-color: rgba(198,109,114,.4); background: #fff4f1; }
.afc-form__footer { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; }
.afc-form__privacy { margin: 0; color: var(--af-muted); font-size: 12px; }
.afc-newsletter { position: relative; z-index: 1; min-height: 70px; }
.afc-newsletter .afc-newsletter__privacy { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.45; }

.afc-newsletter__intro { margin: 0 0 14px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.6; }
.afc-newsletter__form { display: grid; gap: 14px; }
.afc-newsletter__grid { display: grid; grid-template-columns: 1fr; gap: 12px; align-items: stretch; }
.afc-newsletter__label { display: block; margin: 0 0 6px; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.afc-newsletter__field { min-width: 0; }
.afc-newsletter__input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 18px 18px 18px 6px;
  background: rgba(255,255,255,.92);
  color: var(--af-ink);
  min-height: 58px;
  padding: 14px 18px;
  font-size: 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.36);
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.afc-newsletter__input:focus {
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 0 0 4px rgba(255,255,255,.18);
  background: #fff;
}
.afc-newsletter__submit { width: 100%; white-space: normal; align-self: stretch; justify-content: center; text-align: center; }
.afc-newsletter .afc-notice {
  margin: 0 0 14px;
  background: rgba(255,255,255,.95);
  color: var(--af-ink);
  border-color: transparent;
}
.afc-newsletter .afc-notice--success { background: #f5faf3; border-color: rgba(128,149,125,.35); }
.afc-newsletter .afc-notice--error { background: #fff4f1; border-color: rgba(198,109,114,.35); }
.afc-newsletter .afc-newsletter__helper { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; }

/* Footer — intentionally light and organic, unlike the dark editorial v0.1 footer. */
.site-footer--v2 {
  position: relative;
  overflow: hidden;
  padding: 86px 0 24px;
  background: var(--af-blush);
  color: var(--af-plum);
}
.footer-shape {
  position: absolute;
  width: 400px; height: 400px;
  right: -205px; top: -210px;
  border-radius: 50%;
  background: rgba(214,167,99,.28);
  box-shadow: 0 0 0 70px rgba(255,255,255,.10);
}
.footer-top { position: relative; display: grid; grid-template-columns: 1.25fr .65fr .8fr; gap: clamp(36px, 6vw, 88px); }
.footer-brand { display: inline-block; color: var(--af-plum); font-family: var(--af-display); font-size: clamp(42px, 5vw, 64px); line-height: .95; text-decoration: none; letter-spacing: -.045em; }
.footer-brand em { display: block; margin-left: 42px; color: var(--af-rose-deep); font-weight: 500; }
.footer-brand-block > p { max-width: 360px; color: #69555f; font-size: 14px; }
.footer-mantra { font-weight: 800; letter-spacing: .06em; }
.footer-heading { margin: 0 0 16px; color: var(--af-rose-deep); font-size: 10.5px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.footer-nav-wrap .menu { list-style: none; margin: 0; padding: 0; }
.footer-nav-wrap li { margin: 7px 0; }
.site-footer--v2 a { color: var(--af-plum); }
.footer-nav-wrap a { text-decoration: none; font-size: 14px; font-weight: 700; }
.social-links { display: grid; gap: 7px; margin: 0 0 24px; }
.social-links a { width: fit-content; font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-bottom--v2 { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 20px; border-top: 1px solid rgba(77,52,70,.14); color: rgba(77,52,70,.62); font-size: 11px; }
.footer-bottom--v2 a { color: inherit; }

/* Subtle entrance motion. */
.has-reveal [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.has-reveal [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.journey-grid [data-reveal]:nth-child(2) { transition-delay: .08s; }
.journey-grid [data-reveal]:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1080px) {
  :root { --af-shell: min(100% - 38px, 940px); }
  .header-inner--v2 { grid-template-columns: auto 1fr; }
  .header-cta { display: none; }
  .hero-stage { grid-template-columns: 1fr 470px; gap: 35px; }
  .hero-copy--v2 h1 { font-size: clamp(52px, 6.7vw, 76px); }
  .warrior-grid { grid-template-columns: 100px 1fr; }
  .warrior-copy { grid-column: 2; padding-left: 0; border-left: 0; max-width: 680px; }
}

@media (max-width: 900px) {
  :root { --af-shell: min(100% - 32px, 760px); }

  /* Mobile WebKit can restore a small scroll offset on initial navigation and
     sticky headers can also be disrupted by legacy styles. Pin the mobile
     header to the viewport so the brand/menu are always present. Reserve the
     exact header height on the body so page content is never covered. */
  body { padding-top: 78px; }
  .site-header--v2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  body.admin-bar .site-header--v2 { top: 46px; }
  body.admin-bar { padding-top: 124px; }
  .header-inner--v2 { min-height: 78px; grid-template-columns: 1fr auto; }
  .primary-nav--v2 { display: none; }
  .mobile-nav {
    display: block;
    justify-self: end;
  }
  .mobile-nav > summary { list-style: none; }
  .mobile-nav > summary::-webkit-details-marker { display: none; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid var(--af-line);
    border-radius: 15px 15px 15px 5px;
    background: #fff;
    color: var(--af-plum);
    cursor: pointer;
    user-select: none;
  }
  .nav-toggle:focus-visible {
    outline: 3px solid rgba(198,109,114,.28);
    outline-offset: 3px;
  }
  .nav-toggle__label { font-size: 12px; font-weight: 800; }
  .nav-toggle__label--open { display: none; }
  .nav-toggle__icon { width: 16px; display: grid; gap: 4px; }
  .nav-toggle__icon span {
    display: block;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transition: transform .18s ease;
  }
  .mobile-nav[open] .nav-toggle__label--closed { display: none; }
  .mobile-nav[open] .nav-toggle__label--open { display: inline; }
  .mobile-nav[open] .nav-toggle__icon span:first-child { transform: translateY(2.5px) rotate(45deg); }
  .mobile-nav[open] .nav-toggle__icon span:last-child { transform: translateY(-2.5px) rotate(-45deg); }
  .mobile-nav__panel {
    /* Keep the menu below the sticky header. backdrop-filter on the header
       makes fixed descendants use the header as their containing block on
       some mobile browsers, collapsing the panel to header height. */
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 78px);
    max-height: calc(100dvh - 78px);
    padding: 24px max(16px, calc((100vw - 760px) / 2)) 42px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255,249,242,.992);
    border-top: 1px solid rgba(77,52,70,.08);
    box-shadow: 0 24px 60px rgba(77,52,70,.10);
    overscroll-behavior: contain;
  }
  .mobile-nav__menu .menu {
    width: 100%;
    display: grid;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-nav__menu a {
    display: block;
    padding: 13px 16px;
    border-radius: 18px 18px 18px 5px;
    color: var(--af-plum);
    text-decoration: none;
    font-family: var(--af-display);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
  }
  .mobile-nav__menu a:hover,
  .mobile-nav__menu .current-menu-item > a,
  .mobile-nav__menu .current_page_item > a {
    background: var(--af-blush-light);
    color: var(--af-rose-deep);
  }
  .mobile-nav__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 18px 16px 0;
    padding: 12px 22px;
    border-radius: 17px 17px 17px 5px;
    background: var(--af-plum);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
  }
  .mobile-nav__cta:hover { background: var(--af-rose-deep); color: #fff; }
  .hero-stage { grid-template-columns: 1fr; }
  .hero-copy--v2 { max-width: 680px; }
  .hero-collage { min-height: 570px; max-width: 620px; width: 100%; margin-inline: auto; }
  .hero-photo--portrait { width: min(64%, 400px); }
  .hero-photo--joy { width: min(53%, 330px); }
  .journey-grid { grid-template-columns: 1fr; gap: 22px; }
  .journey-card--one, .journey-card--two, .journey-card--three { transform: none; }
  .journey-card { display: grid; grid-template-columns: minmax(220px,.8fr) 1fr; border-radius: 34px 12px 34px 12px; }
  .journey-card__image { aspect-ratio: auto; min-height: 245px; }
  .conversation-shell, .course-layout { grid-template-columns: 1fr; }
  .conversation-signup { position: static; max-width: 620px; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .post-grid--v2 .post-card:nth-child(2) { transform: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; }
}

@media (min-width: 901px) {
  .mobile-nav { display: none !important; }
}

@media (max-width: 640px) {
  :root { --af-shell: calc(100% - 28px); --af-radius-lg: 34px; }
  body { font-size: 17px; }
  .section-space { padding-block: 68px; }
  .brand--v2 .brand-name { font-size: 28px; }
  .brand--v2 .brand-surname { font-size: 10px; letter-spacing: .15em; }
  .home-hero--v2 { min-height: auto; padding-top: 48px; padding-bottom: 112px; }
  .hero-copy--v2 h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero-lede--v2 { font-size: 21px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-collage { min-height: 440px; }
  .hero-photo--portrait { left: 4%; width: 72%; border-width: 6px; }
  .hero-photo--joy { width: 56%; border-width: 5px; }
  .hero-stamp { width: 112px; height: 112px; font-size: 14px; }
  .warrior-grid { grid-template-columns: 1fr; gap: 24px; }
  .warrior-mark { width: 88px; height: 88px; font-size: 25px; }
  .warrior-copy { grid-column: 1; }
  .display-quote { font-size: clamp(40px, 12vw, 58px); }
  .journey-heading { margin-bottom: 35px; }
  .journey-heading h2 { font-size: clamp(43px, 13vw, 62px); }
  .journey-card { display: block; }
  .journey-card__image { min-height: 0; aspect-ratio: 1.45; }
  .conversation-signup { padding: 35px 28px; border-radius: 38px 12px 38px 12px; }
  .prose img.alignleft, .prose img.alignright { float: none; display: block; margin: 1.5em auto; }
  .page-coaching .prose strong[style*="font-size: 2em"] img { width: 100%; height: auto; margin-bottom: 18px; }
  .page-hero--expressive h1 { font-size: clamp(52px, 15vw, 76px); }
  .page-intro { font-size: 21px; }
  .inspiration-content .inspiration-wrapper tbody { grid-template-columns: 1fr; }
  .section-heading-row--v2 { display: block; }
  .section-heading-row--v2 .text-arrow { margin-top: 18px; }
  .post-grid, .post-grid--archive { grid-template-columns: 1fr; }
  .afc-form { grid-template-columns: 1fr; }
  .afc-field, .afc-field--full, .afc-form__footer { grid-column: 1; }
  .afc-form__footer { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand-block { grid-column: auto; }
  .footer-brand { font-size: 49px; }
  .footer-bottom--v2 { flex-direction: column; }
  .final-cta { padding: 75px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .has-reveal [data-reveal] { opacity: 1; transform: none; }
}
