:root {
  --ink: #293044;
  --soft-ink: #50586b;
  --paper: #fcfaf5;
  --white: #fffefb;
  --sage: #dce6d8;
  --sage-dark: #4e6548;
  --forest: #28551f;
  --forest-dark: #1f4419;
  --apricot: #eda85f;
  --line: #dcd9cf;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--apricot); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 94px;
  padding: 14px max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(252, 250, 245, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.brand { flex: 0 0 auto; }
.brand img {
  display: block;
  width: 255px;
  height: auto;
  mix-blend-mode: multiply;
}
.site-header nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.site-header nav a { font-size: .94rem; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.button:hover { background: var(--soft-ink); }
.button-small { min-height: 43px; padding-inline: 20px; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--sage); }
.button-secondary {
  border: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
}
.button-secondary:hover { background: var(--sage); }
.button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

main > section[id] { scroll-margin-top: 110px; }
.hero, .section, .about, .hypnotherapy, .book-panel, .contact {
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
}
.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  padding: clamp(58px, 8vw, 98px) 0 clamp(66px, 9vw, 112px);
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 670px;
}
.hero-copy .lead { max-width: 650px; }
.hero-art {
  position: absolute;
  top: 24px;
  right: -42px;
  bottom: 22px;
  width: 67%;
  margin: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0 24%, rgba(0, 0, 0, .22) 35%, #000 56%);
  mask-image: linear-gradient(to right, transparent 0 24%, rgba(0, 0, 0, .22) 35%, #000 56%);
}
.hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  mix-blend-mode: multiply;
}
.eyebrow {
  margin: 0 0 15px;
  color: var(--sage-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 26px;
  font-size: clamp(3rem, 5.8vw, 5.25rem);
  line-height: .96;
  letter-spacing: -.045em;
}
h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4.5vw, 4.3rem);
  line-height: 1;
  letter-spacing: -.035em;
}
h3 { margin-bottom: 8px; font-size: 1.2rem; line-height: 1.2; }
p { color: var(--soft-ink); font-size: 1.05rem; }
.lead { font-size: clamp(1.16rem, 2vw, 1.38rem); line-height: 1.5; }
.hero-context {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 1rem;
}
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 25px; margin-top: 18px; }
.text-link { font-weight: 700; }
.hero .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 750;
}
.hero .text-link::after {
  content: "↓";
  margin-left: 10px;
  font-size: 1.1em;
  text-decoration: none;
}
.welcome { padding: clamp(45px, 6vw, 76px) 22px; background: var(--ink); }
.welcome p {
  width: min(900px, 100%);
  margin: 0 auto;
  color: white;
  font-size: clamp(1.45rem, 3.2vw, 2.6rem);
  line-height: 1.28;
}
.story-image {
  position: relative;
  width: min(1320px, 100%);
  margin: 0 auto;
  background: var(--ink);
}
.story-image img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
.story-image figcaption {
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: clamp(18px, 5vw, 55px);
  max-width: 410px;
  padding: 18px 22px;
  background: rgba(252, 250, 245, .92);
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}
.section { padding: clamp(72px, 10vw, 120px) 0; }
.section-intro { max-width: 710px; margin-bottom: 46px; }
.support-list { border-top: 1px solid var(--line); }
.support-list article {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: 28px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.support-list p { max-width: 680px; margin: 0; }
.support-list h3 a { text-decoration-thickness: 1px; }
.section-link {
  margin: 30px 0 0;
  font-weight: 750;
}
.decision-prompt {
  display: grid;
  gap: 12px;
  justify-items: start;
  margin-top: 30px;
}
.decision-prompt p { max-width: 620px; margin: 0; }

.hypnotherapy, .about {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 8vw, 100px);
  padding: clamp(72px, 10vw, 120px) 0;
}
.hypnotherapy {
  width: 100%;
  max-width: none;
  padding-inline: max(22px, calc((100vw - var(--max)) / 2));
  background: var(--sage);
}
.roadmap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: roadmap;
}
.roadmap li {
  position: relative;
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 285px;
  padding: 30px 28px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.roadmap li + li { border-left: 1px solid var(--line); }
.roadmap li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 43px;
  right: -15px;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--sage-dark);
  font-weight: 800;
}
.roadmap-number {
  color: var(--apricot);
  font-size: .84rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.roadmap h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
.roadmap p { margin-bottom: 0; font-size: 1rem; }
.copy { max-width: 680px; }
.copy p:last-child { margin-bottom: 0; }
.faq-list { max-width: 860px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  padding: 23px 52px 23px 0;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 4px;
  color: var(--sage-dark);
  font-size: 1.55rem;
  font-weight: 500;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p {
  max-width: 690px;
  margin-bottom: 24px;
}
.about { border-bottom: 1px solid var(--line); }
.practice-transition {
  grid-column: 1 / -1;
  max-width: 920px;
  padding: clamp(28px, 4vw, 42px);
  background: var(--sage);
}
.practice-transition .eyebrow { margin-bottom: 12px; }
.practice-transition h2 { margin-bottom: 18px; }
.practice-transition p:last-child {
  max-width: 780px;
  margin-bottom: 0;
}
.about-intro h2 { margin-bottom: 0; }
.about-photo {
  position: relative;
  width: min(230px, calc(100% - 15px));
  margin: 40px 0 15px;
}
.about-photo::after {
  content: "";
  position: absolute;
  inset: 15px -15px -15px 15px;
  z-index: -1;
  background: var(--sage);
}
.about-photo img {
  display: block;
  width: 100%;
  height: 288px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 32%;
  filter: grayscale(1);
}
.about-bio p:first-child { margin-top: 0; }
.related-practice {
  margin: 28px 0 0;
  color: var(--soft-ink);
  font-size: .92rem;
}
.related-practice a { font-weight: 700; }
.qualifications { border-bottom: 1px solid var(--line); }
.featured-qualification {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) minmax(280px, 1.2fr) minmax(70px, .25fr);
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-block: 1px solid var(--line);
}
.featured-qualification span {
  color: var(--sage-dark);
  font-size: .88rem;
  font-weight: 800;
  text-transform: uppercase;
}
.featured-qualification span:last-child { text-align: right; }
.featured-qualification strong { font-size: 1.22rem; line-height: 1.35; }
.all-qualifications { border-bottom: 1px solid var(--line); }
.all-qualifications > summary {
  position: relative;
  padding: 22px 52px 22px 0;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.all-qualifications > summary::-webkit-details-marker { display: none; }
.all-qualifications > summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--sage-dark);
  font-size: 1.5rem;
  font-weight: 500;
}
.all-qualifications[open] > summary::after { content: "–"; }
.qualification-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
  padding: 10px 0 34px;
}
.qualification-groups section { border-top: 3px solid var(--sage-dark); }
.qualification-groups h3 { padding-top: 20px; }
.qualification-groups ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.qualification-groups li {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.qualification-groups strong { line-height: 1.35; }
.qualification-groups span { color: var(--soft-ink); font-size: .94rem; }
.fees { padding-top: 90px; }
.fee-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fee-options article { padding: 30px; background: var(--ink); }
.fee-options p { margin-bottom: 12px; color: var(--apricot); font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.fee-options h3, .fee-options strong { color: white; }
.fee-options strong { font-size: 1.7rem; }
.book-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: clamp(38px, 6vw, 66px);
  background: var(--ink);
}
.book-panel h2, .book-panel p { color: white; }
.book-panel p { max-width: 650px; margin-bottom: 0; }
.book-panel .eyebrow { color: var(--apricot); }
.book-panel .button-group { justify-content: flex-end; }
.book-panel .button-secondary,
.inline-cta .button-secondary {
  border-color: var(--white);
  background: transparent;
  color: var(--white);
}
.book-panel .button-secondary:hover,
.inline-cta .button-secondary:hover {
  background: rgba(255, 255, 255, .12);
}
.booking-options {
  padding: clamp(62px, 9vw, 104px) 0;
  border-bottom: 1px solid var(--line);
}
.booking-options-return { padding-top: clamp(54px, 8vw, 88px); }
.booking-intro { max-width: 760px; margin-bottom: 32px; }
.booking-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.booking-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 300px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--line);
  background: var(--white);
}
.booking-card h3 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.45rem); }
.booking-card p:not(.booking-format) { max-width: 520px; }
.booking-card .button { margin-top: auto; white-space: normal; text-align: center; }
.booking-format {
  margin-bottom: 12px;
  color: var(--rust);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.booking-note {
  max-width: 900px;
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--rust);
  background: var(--sage);
  color: var(--soft-ink);
  font-size: .95rem;
}
.booking-conversation { margin-bottom: clamp(54px, 8vw, 90px); text-align: center; }
.booking-conversation .eyebrow { color: var(--apricot); }
.booking-conversation .button { margin-top: 10px; }
.booking-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: clamp(34px, 6vw, 58px);
  margin-bottom: clamp(54px, 8vw, 90px);
  background: var(--sage);
}
.booking-help div { max-width: 720px; }
.booking-help p:last-child { margin-bottom: 0; }
.booking-help .button { flex: 0 0 auto; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
address { display: grid; align-content: start; gap: 11px; font-style: normal; font-size: 1.07rem; }
.notice { width: 100%; padding: 28px 22px; background: var(--ink); }
.notice p { width: min(920px, 100%); margin: 0 auto; color: white; font-size: .91rem; text-align: center; }
footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px max(22px, calc((100vw - var(--max)) / 2));
  color: var(--soft-ink);
  font-size: .9rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-left: auto;
}
.footer-links a { font-weight: 800; white-space: nowrap; }
.page-scroll-controls {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  display: grid;
  gap: 7px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}
.page-scroll-controls.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.page-scroll-controls a {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 5px 18px rgba(20, 35, 18, .2);
  color: white;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.page-scroll-controls a:hover { background: var(--soft-ink); }
.mobile-book { display: none; }

.content-page main {
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
}
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: clamp(42px, 8vw, 100px);
  align-items: end;
  padding: clamp(70px, 10vw, 120px) 0;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6.2vw, 5.8rem);
}
.page-hero .lead { max-width: 720px; }
.page-hero-aside {
  padding: 28px;
  background: var(--sage);
}
.page-hero-aside p:last-child { margin-bottom: 0; }
.article-layout {
  display: grid;
  grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr);
  gap: clamp(42px, 8vw, 100px);
  padding: clamp(70px, 10vw, 110px) 0;
}
.article-layout + .article-layout { border-top: 1px solid var(--line); }
.article-layout h2 { margin-bottom: 0; }
.article-copy { max-width: 760px; }
.article-copy h3 { margin-top: 34px; }
.article-copy ul { padding-left: 1.25rem; }
.article-copy li + li { margin-top: 10px; }
.inline-cta {
  margin-top: 38px;
  padding: 28px;
  background: var(--ink);
}
.inline-cta h2, .inline-cta p { color: white; }
.inline-cta .button { background: var(--white); color: var(--ink); }
.inline-cta .button-group { justify-content: center; }
.breadcrumb {
  padding-top: 24px;
  color: var(--soft-ink);
  font-size: .92rem;
}
.breadcrumb a { font-weight: 700; }
.topic-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.topic-links a {
  min-height: 110px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
  font-weight: 750;
}
.answer-index {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}
.answer-index a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
  font-weight: 750;
  text-decoration: none;
}
.answer-index span:first-child {
  color: var(--apricot);
  font-size: .82rem;
}
.answer-index span:last-child {
  color: var(--sage-dark);
  font-size: 1.2rem;
}
.short-answer {
  margin: 0 0 44px;
  padding: 28px;
  border-left: 5px solid var(--apricot);
  background: var(--white);
  font-size: clamp(1.12rem, 2vw, 1.3rem);
}
.local-area {
  margin-top: 34px;
  padding: 24px 28px;
  background: var(--sage);
}
.local-area p:last-child { margin-bottom: 0; }
.content-page footer {
  width: 100%;
  padding-inline: max(22px, calc((100vw - var(--max)) / 2));
}

@media (max-width: 880px) {
  .site-header { align-items: flex-start; flex-wrap: wrap; }
  .site-header nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    gap: 4px 20px;
  }
  .site-header nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .hero {
    min-height: 0;
    overflow: visible;
  }
  .hero-copy { max-width: 760px; }
  .hero-art {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(620px, 100%);
    margin: 42px 0 0 auto;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-art img {
    object-position: right center;
  }
  .hypnotherapy, .about, .contact { grid-template-columns: 1fr; }
  .page-hero, .article-layout { grid-template-columns: 1fr; }
  .featured-qualification { grid-template-columns: 1fr; gap: 6px; }
  .featured-qualification span:last-child { text-align: left; }
  .qualification-groups { grid-template-columns: 1fr; }
  .roadmap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roadmap li:nth-child(3) { border-left: 0; }
  .roadmap li:nth-child(2)::after { content: "↓"; top: auto; right: 50%; bottom: -15px; }
  .book-panel { align-items: flex-start; flex-direction: column; }
  .book-panel .button-group { justify-content: flex-start; }
  .booking-help { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  html { scroll-padding-bottom: 86px; }
  a, button, summary { scroll-margin-block: 86px; }
  body { padding-bottom: 68px; }
  .site-header { position: static; padding: 14px; gap: 15px; }
  .brand img { width: min(225px, 66vw); }
  .site-header .button { margin-left: auto; }
  .site-header nav a { white-space: nowrap; }
  main > section[id] { scroll-margin-top: 20px; }
  .hero, .section, .about, .book-panel, .contact { width: min(100% - 28px, var(--max)); }
  .content-page main { width: min(100% - 28px, var(--max)); }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 42px 0 58px;
  }
  h1 { font-size: clamp(3rem, 14.3vw, 4.25rem); }
  .hero-art {
    order: -1;
    width: 100%;
    margin: 0 0 34px;
    aspect-ratio: 16 / 10;
  }
  .support-list article { grid-template-columns: 1fr; gap: 4px; }
  .about-photo {
    width: min(210px, calc(100% - 15px));
    margin: 34px auto 42px;
  }
  .about-photo img { height: 263px; }
  .roadmap { grid-template-columns: 1fr; }
  .roadmap li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 0;
  }
  .roadmap li + li { border-left: 0; }
  .roadmap li:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -15px;
    left: 9px;
  }
  .session-roadmap { padding-bottom: 28px; }
  .faq { padding-top: 46px; }
  .hypnotherapy { padding-inline: 14px; }
  .story-image figcaption {
    position: static;
    max-width: none;
    padding: 20px 14px;
    background: var(--ink);
    color: white;
  }
  .fee-options { grid-template-columns: 1fr; }
  .booking-card-grid { grid-template-columns: 1fr; }
  .booking-card { min-height: 0; }
  .booking-card .button { width: 100%; }
  .topic-links { grid-template-columns: 1fr; }
  .answer-index a { grid-template-columns: 28px minmax(0, 1fr) auto; gap: 10px; }
  .button-group { align-items: stretch; flex-direction: column; width: 100%; }
  .button-group .button { width: 100%; white-space: normal; text-align: center; }
  footer { flex-direction: column; padding-inline: 14px; }
  .page-scroll-controls {
    right: 12px;
    bottom: 76px;
  }
  .page-scroll-controls a {
    width: 44px;
    height: 44px;
  }
  .mobile-book {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 999px;
    background: var(--ink);
    box-shadow: 0 8px 28px rgba(20, 35, 18, .25);
    color: white;
    font-weight: 800;
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .page-scroll-controls { transition: none; }
}
