/* Divine shared visual-polish layer.
   Loaded after the established page styles so public pages keep one visual system. */

.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 500;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--slate-1);
  color: var(--cream);
  font-size: 13px;
  font-weight: 600;
  transform: translateY(-180%);
  transition: transform .24s var(--ease);
}

.skip-link:focus-visible { transform: translateY(0); }

/* Keep the compact header visually restrained without shrinking its tap area. */
.brand[href],
.menu-btn { min-height: 44px; }

body:has(.meet-hero) header:not(.scrolled) .brand-logo {
  filter: brightness(0) invert(1);
}

body:has(.meet-hero) header:not(.scrolled) .brand .mark-sub,
body:has(.meet-hero) header:not(.scrolled) .member-link,
body:has(.meet-hero) header:not(.scrolled) .menu-btn {
  color: #f7fbfd;
  text-shadow: 0 1px 16px rgba(13, 21, 24, .42);
}

body:has(.meet-hero) header:not(.scrolled) .menu-btn .bars span {
  background: #f7fbfd;
}

.brand[href] { justify-content: center; }

/* The line masks need real breathing room for Switzer's descenders. */
.hero h1,
.hero-full h1,
.meet-hero h1,
.final h2,
.how-head h2,
.ch-head h2 { text-wrap: balance; }

.hero h1 .line,
.hero-full h1 .line {
  padding: .08em .025em .19em;
  margin-bottom: -.14em;
}

.hero h1,
.hero-full h1 { line-height: 1; }

/* A consistent cool photographic wash gives every image the same Divine finish. */
.hero-frame,
.story-photo,
.coach-photo,
.coaching-image-pair figure,
.program-gallery figure,
.coaching-overview__visual,
.meet-media,
.meet-mosaic figure {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--powder-soft), var(--slate-1));
}

.hero-frame::after,
.story-photo::after,
.coach-photo::after,
.coaching-image-pair figure::after,
.program-gallery figure::after,
.coaching-overview__visual::after,
.meet-media::after,
.meet-mosaic figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 38%, rgba(61, 76, 92, .2) 100%),
    linear-gradient(132deg, rgba(198, 218, 228, .18), transparent 48%, rgba(72, 89, 107, .12));
  mix-blend-mode: multiply;
}

.story-photo::before,
.coach-photo::before,
.coaching-overview__visual::before,
.meet-media::before {
  content: "";
  position: absolute;
  inset: 14% -18% -18% 28%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(169, 198, 214, .42);
  filter: blur(72px);
  pointer-events: none;
}

.hero-frame img,
.story-photo img,
.coach-photo img,
.coaching-image-pair img,
.program-gallery img,
.coaching-overview__visual img,
.meet-media img,
.meet-mosaic img {
  position: relative;
  z-index: 1;
}

/* Homepage: short introduction whose words are filled by the reader's scroll. */
.story-recast { overflow: clip; }

.story-showcase {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 7vw, 104px);
  min-height: 150vh;
  align-items: start;
}

.story-showcase__media,
.story-showcase__copy {
  position: sticky;
  top: clamp(110px, 16vh, 170px);
}

.story-showcase__media {
  height: min(70vh, 760px);
  border-radius: 6px;
  box-shadow: 0 34px 90px -54px rgba(58, 74, 91, .8);
}

.story-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.9) contrast(1.02);
  transform: scale(1.04);
}

.story-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(72, 89, 107, .02) 34%, rgba(72, 89, 107, .38) 100%),
    linear-gradient(135deg, rgba(169, 198, 214, .3), transparent 46%);
  mix-blend-mode: multiply;
}

.story-showcase__caption {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--cream);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.story-showcase__copy { padding-top: clamp(8px, 3vh, 36px); }

.story-scroll-copy {
  display: grid;
  gap: clamp(26px, 3.4vw, 42px);
  max-width: 640px;
  margin-top: clamp(28px, 5vw, 56px);
}

.story-scroll-copy p {
  font-family: var(--serif);
  font-size: clamp(27px, 2.75vw, 40px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.27;
  color: var(--ink);
  text-wrap: pretty;
}

.word-reveal-ready .word-reveal__word {
  display: inline-block;
  color: rgba(58, 74, 91, .2);
  opacity: .34;
  transform: translateY(.08em);
  transition: color .12s linear, opacity .12s linear, transform .12s linear;
}

.story-showcase__action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: clamp(32px, 5vw, 54px);
}

.story-credential {
  font-size: 11px;
  color: var(--slate-mid);
  letter-spacing: .14em;
  line-height: 1.6;
  text-transform: uppercase;
}

/* Meet Helene page */
.meet-hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--slate-1);
  color: var(--cream);
}

.meet-hero__media { position: absolute; inset: 0; }

.meet-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(.82) contrast(1.04);
  transform: scale(1.035);
}

.meet-hero__media::after {
  background:
    linear-gradient(90deg, rgba(49, 62, 75, .9) 0%, rgba(49, 62, 75, .58) 42%, rgba(49, 62, 75, .08) 76%),
    linear-gradient(180deg, rgba(49, 62, 75, .18), rgba(49, 62, 75, .72));
  mix-blend-mode: normal;
}

.meet-hero__content {
  position: relative;
  z-index: 3;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: clamp(150px, 20vh, 240px) var(--pad) clamp(72px, 10vh, 120px);
}

.meet-hero h1 {
  max-width: 9.5ch;
  margin-top: 24px;
  font-family: var(--serif);
  font-size: clamp(58px, 10vw, 142px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .92;
}

.meet-hero h1 em { color: var(--powder-soft); }

.meet-hero__intro {
  max-width: 38ch;
  margin-top: 30px;
  color: #f7fbfd;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 300;
  line-height: 1.65;
  text-shadow: 0 1px 20px rgba(27, 40, 52, .58);
}

.meet-story {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
}

.meet-story__aside { position: sticky; top: 150px; }

.meet-story__aside h2 {
  max-width: 9ch;
  margin-top: 22px;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
}

.meet-story__body { display: grid; gap: clamp(48px, 8vw, 96px); }

.meet-chapter {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: clamp(20px, 3vw, 42px);
  padding-top: 24px;
  border-top: 1px solid var(--hair);
}

.meet-chapter__number {
  font-family: var(--mono);
  color: var(--camel-deep);
  font-size: 12px;
  letter-spacing: .1em;
}

.meet-chapter h3 {
  max-width: 18ch;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.08;
}

.meet-chapter p {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--ink-soft);
  font-weight: 300;
  line-height: 1.78;
}

.meet-principle {
  padding: clamp(88px, 13vw, 168px) 0;
  overflow: hidden;
  background: var(--slate-1);
  color: var(--cream);
}

.meet-principle blockquote {
  max-width: 17ch;
  margin-top: 30px;
  font-family: var(--serif);
  font-size: clamp(38px, 6.4vw, 88px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.meet-principle blockquote em { color: var(--powder); }

.meet-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(52px, 8vw, 94px);
  background: rgba(241, 246, 250, .14);
}

.meet-value {
  min-height: 280px;
  padding: clamp(28px, 4vw, 50px);
  background: var(--slate-1);
}

.meet-value span {
  font-family: var(--mono);
  color: var(--powder);
  font-size: 11px;
  letter-spacing: .12em;
}

.meet-value h3 {
  margin-top: 72px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.8vw, 38px);
  font-weight: 400;
}

.meet-value p {
  margin-top: 14px;
  color: rgba(241, 246, 250, .88);
  font-weight: 300;
  line-height: 1.65;
}

.meet-mosaic {
  display: grid;
  grid-template-columns: 1.08fr .72fr .9fr;
  gap: clamp(10px, 2vw, 24px);
  align-items: end;
}

.meet-mosaic figure { border-radius: 5px; }
.meet-mosaic figure:nth-child(1) { aspect-ratio: 4 / 5; }
.meet-mosaic figure:nth-child(2) { aspect-ratio: 3 / 4; margin-bottom: 12%; }
.meet-mosaic figure:nth-child(3) { aspect-ratio: 4 / 5; }
.meet-mosaic img { width: 100%; height: 100%; object-fit: cover; }

.meet-credentials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 44px;
}

.meet-credentials span {
  padding: 12px 16px;
  border: 1px solid var(--hair);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* 1:1 coaching: a centered, sticky editorial overview replaces the flat card grid. */
.coaching-intro {
  max-width: 54ch;
  margin: 24px auto 0;
  color: var(--ink-soft);
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
}

.coaching-overview {
  display: grid;
  grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 8vw, 112px);
  max-width: 1160px;
  margin: clamp(70px, 9vw, 120px) auto 0;
  text-align: left;
}

.coaching-overview__sticky {
  position: sticky;
  top: 19vh;
  height: max-content;
}

.coaching-overview__visual {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  box-shadow: 0 30px 80px -52px rgba(58, 74, 91, .9);
}

.coaching-overview__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.03);
}

.coaching-overview__readout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  font-family: var(--mono);
  color: var(--slate-mid);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.coaching-overview__track {
  height: 1px;
  overflow: hidden;
  background: var(--hair);
}

.coaching-overview__track i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--powder-deep);
  transform: scaleX(var(--overview-progress, .1667));
  transform-origin: left center;
  transition: transform .55s var(--ease);
}

.coaching-overview__list { display: grid; }

.coaching-card {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 88px) clamp(8px, 2vw, 26px);
  border-top: 1px solid var(--hair);
  opacity: 1;
  transform: translateY(22px);
  transition: transform .55s var(--ease), border-color .55s var(--ease);
}

.coaching-card:last-child { border-bottom: 1px solid var(--hair); }

.coaching-card.is-active {
  opacity: 1;
  transform: none;
  border-color: var(--powder-deep);
}

.coaching-card__number {
  font-family: var(--serif);
  color: var(--powder-deep);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .8;
  opacity: .28;
  transition: opacity .55s var(--ease);
}

.coaching-card h3 {
  max-width: 17ch;
  margin-top: 28px;
  font-family: var(--serif);
  color: var(--slate-mid);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.06;
  transition: color .55s var(--ease);
}

.coaching-card.is-active .coaching-card__number { opacity: 1; }
.coaching-card.is-active h3 { color: var(--ink); }

.coaching-card p {
  max-width: 52ch;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.74;
}

.coaching-process {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: 1fr !important;
  gap: 0;
}

.coaching-process::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, var(--powder-deep), var(--hair));
  transform-origin: top;
}

.coaching-process .step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: clamp(22px, 4vw, 50px);
  align-items: start;
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 0;
}

.coaching-process .step:hover { transform: none; }

.coaching-process .sn {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  margin-left: 20px;
  place-items: center;
  border: 1px solid var(--powder-deep);
  border-radius: 50%;
  background: var(--paper);
  font-size: 10px;
}

.cream2 .coaching-process .sn { background: var(--paper-2); }
.coaching-process .step h3 { margin-top: 2px; font-size: clamp(28px, 3vw, 40px); }
.coaching-process .step p { max-width: 58ch; font-size: 15.5px; }

.legal-copy { max-width: 74ch; }
.legal-copy .sec-head { margin-bottom: 24px; }
.legal-updated { color: var(--camel-deep); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.legal-copy h2 { margin-top: clamp(42px, 6vw, 68px); font-family: var(--serif); color: var(--ink); font-size: clamp(28px, 3.5vw, 42px); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.legal-copy h2 + p,.legal-copy h2 + ul { margin-top: 16px; }
.legal-copy p { color: var(--ink-soft); font-weight: 300; line-height: 1.78; }
.legal-list { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--hair); list-style: none; }
.legal-list li { display: grid; grid-template-columns: minmax(150px,.42fr) minmax(0,1fr); gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--hair); }
.legal-list strong { color: var(--ink); font-weight: 600; }
.legal-list span { color: var(--ink-soft); line-height: 1.7; }
.legal-table-wrap { max-width: 100%; margin-top: 28px; overflow-x: auto; outline: none; }
.legal-table-wrap:focus-visible { outline: 2px solid var(--slate-1); outline-offset: 4px; }
.legal-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.legal-table th { color: var(--slate-mid); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.legal-table th,.legal-table td { padding: 16px 18px; border: 1px solid var(--hair); vertical-align: top; }
.legal-table td { color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.legal-inline-button { border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--ink); cursor: pointer; font: inherit; padding: 0; }
.legal-inline-button:focus-visible { outline: 2px solid var(--slate-1); outline-offset: 3px; }

.coach-reveal-heading {
  max-width: 12ch;
  font-family: var(--serif);
  font-size: clamp(38px, 5.8vw, 76px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
}

.faq-item {
  border-top: 1px solid var(--hair);
}

.faq-item:last-child { border-bottom: 1px solid var(--hair); }

.faq-item summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: clamp(12px, 2.5vw, 30px);
  align-items: center;
  min-height: 82px;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.16;
  list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary:focus-visible {
  border-radius: 3px;
  outline: 2px solid var(--slate-1);
  outline-offset: 5px;
}

.faq-item__number {
  color: var(--camel-deep);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
}

.faq-item__icon {
  position: relative;
  width: 30px;
  height: 30px;
  justify-self: end;
  border: 1px solid var(--hair);
  border-radius: 50%;
  transition: border-color .3s var(--ease), transform .4s var(--ease);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 14px;
  height: 1px;
  background: currentColor;
  transition: transform .35s var(--ease);
}

.faq-item__icon::after { transform: rotate(90deg); }
.faq-item[open] .faq-item__icon { border-color: var(--powder-deep); transform: rotate(90deg); }
.faq-item[open] .faq-item__icon::after { transform: rotate(0); }

.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  padding-left: calc(44px + clamp(12px, 2.5vw, 30px));
  transition: grid-template-rows .45s var(--ease);
}

.faq-item[open] .faq-item__answer { grid-template-rows: 1fr; }

.faq-item__answer p {
  max-width: 66ch;
  overflow: hidden;
  color: var(--ink-soft);
  font-weight: 300;
  line-height: 1.75;
}

.faq-item[open] .faq-item__answer p { padding: 0 58px 30px 0; }

@media (max-width: 900px) {
  .story-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .story-showcase__media,
  .story-showcase__copy,
  .meet-story__aside,
  .coaching-overview__sticky { position: relative; top: auto; }

  .story-showcase__media { height: min(78vh, 680px); max-width: 620px; }
  .story-scroll-copy { max-width: 24ch; }
  .meet-story { grid-template-columns: 1fr; }
  .meet-story__aside h2 { max-width: 12ch; }
  .meet-values { grid-template-columns: 1fr; }
  .meet-value { min-height: auto; }
  .meet-value h3 { margin-top: 42px; }
  .coaching-overview { grid-template-columns: 1fr; }
  .coaching-overview__sticky { max-width: 560px; margin: 0 auto; }
  .coaching-overview__visual { aspect-ratio: 3 / 2; }
  .coaching-card { min-height: 44vh; transform: translateY(18px); }
  .coaching-card.is-active { transform: none; }
}

@media (max-width: 620px) {
  .hero h1 .line,
  .hero-full h1 .line { padding-bottom: .22em; margin-bottom: -.17em; }
  .story-showcase__media { height: 66vh; }
  .story-scroll-copy p { font-size: clamp(25px, 7.4vw, 32px); }
  .meet-hero__media::after {
    background: linear-gradient(180deg, rgba(49, 62, 75, .14) 12%, rgba(49, 62, 75, .85) 76%);
  }
  .meet-hero__content { padding-bottom: 62px; }
  .meet-hero h1 { font-size: clamp(52px, 17vw, 84px); }
  .meet-story__aside h2 { font-size: 42px; }
  .meet-chapter { grid-template-columns: 1fr; }
  .meet-mosaic { grid-template-columns: 1fr 1fr; }
  .meet-mosaic figure:nth-child(1) { grid-column: 1 / -1; aspect-ratio: 3 / 2; }
  .meet-mosaic figure:nth-child(2) { margin-bottom: 0; }
  .meet-mosaic figure:nth-child(3) { aspect-ratio: 3 / 4; }
  .coaching-overview { margin-top: 56px; }
  .coaching-overview__visual { aspect-ratio: 4 / 5; }
  .coaching-card { padding: 40px 0; }
  .coaching-process::before { left: 23px; }
  .coaching-process .step { grid-template-columns: 58px 1fr; gap: 16px; }
  .coaching-process .sn { width: 46px; height: 46px; margin-left: 0; }
  .legal-list li { grid-template-columns: 1fr; gap: 8px; }
  .faq-item summary { grid-template-columns: 34px minmax(0,1fr) 38px; min-height: 74px; }
  .faq-item__answer { padding-left: 46px; }
  .faq-item[open] .faq-item__answer p { padding-right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .word-reveal-ready .word-reveal__word,
  .coaching-card { color: inherit !important; opacity: 1 !important; transform: none !important; transition: none !important; }
  .coaching-card__number { opacity: 1 !important; }
  .coaching-card h3 { color: var(--ink) !important; }
  .coaching-overview__track i { transform: scaleX(1); transition: none; }
  .faq-item__answer { grid-template-rows: 1fr; transition: none; }
  .faq-item__icon { transition: none; }
  .story-showcase__media img,
  .meet-hero__media img { transform: none !important; }
}
