@font-face {
  font-family: "Figtree"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("./assets/fonts/figtree-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("./assets/fonts/figtree-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("./assets/fonts/figtree-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Lora"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("./assets/fonts/lora-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lora"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("./assets/fonts/lora-italic.ttf") format("truetype");
}
:root {
  --white: #ffffff;
  --canvas: #eef1e9;
  --paper: #f8f9f5;
  --sage: #dce5d7;
  --sage-light: #e5ebdf;
  --ink: #2e4038;
  --body: #48594f;
  --muted: #566859;
  --forest: #526d5d;
  --forest-deep: #344e43;
  --line-soft: #c3cebf;
  --sans: "Figtree", "Segoe UI", sans-serif;
  --serif: "Lora", Georgia, serif;
  --gutter: clamp(24px, 5.55vw, 80px);
  --content: 1120px;
  --panel: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 17px/1.8 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: #cedcc9; color: var(--ink); }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; text-decoration-thickness: 1px; }
button { font: inherit; color: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--forest-deep); outline-offset: 5px; }
img { display: block; width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
p + p { margin-top: 20px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(40px, 3.6vw, 52px); line-height: 1.14; letter-spacing: -.025em; }
h2 { font-size: clamp(29px, 2.5vw, 36px); line-height: 1.22; letter-spacing: -.018em; }
h3 { font-size: 24px; line-height: 1.4; letter-spacing: -.012em; }
strong { font-weight: 600; color: var(--forest-deep); }
.section-wrap { width: min(var(--content), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; inset: 12px auto auto 12px; padding: 12px 18px; background: var(--forest-deep); color: var(--white); border-radius: 4px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* One continuous page ground. The few inset panels belong to complete ideas,
   rather than changing the full viewport colour at every heading. */
.site-header { position: relative; z-index: 2; width: min(1240px, calc(100% - var(--gutter) * 2)); min-height: 108px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; flex-shrink: 0; color: var(--forest-deep); }
.site-header .wordmark { align-items: center; gap: 14px; }
.wordmark-logo { width: auto; height: 66px; flex: none; }
.wordmark-type { display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 1; gap: 8px; }
.wordmark-type > :first-child { font-family: var(--serif); font-size: 39px; letter-spacing: -.065em; }
.wordmark-type > :last-child { font-size: 12px; letter-spacing: .08em; color: var(--muted); }
.primary-navigation { display: flex; align-items: center; gap: clamp(22px, 2.1vw, 34px); font-size: 15px; }
.primary-navigation > a:not(.button) { display: flex; align-items: center; min-height: 44px; color: var(--body); }
.primary-navigation > a[aria-current="page"], .primary-navigation > a:not(.button):hover { color: var(--forest-deep); text-decoration: underline; text-decoration-color: var(--forest); }
.menu-toggle { display: none; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 11px 20px; border: 1px solid var(--forest-deep); border-radius: 4px; background: var(--forest-deep); color: var(--white); font-size: 15px; font-weight: 500; line-height: 1.5; transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease; }
.button:hover, .button:active { background: #283e35; border-color: #283e35; text-decoration: none; }
.button-outline { background: transparent; color: var(--forest-deep); border-color: var(--forest); }
.button-outline:hover, .button-outline:active { background: var(--sage); color: var(--forest-deep); border-color: var(--forest-deep); }
.header-consultation { min-height: 46px; margin-left: 7px; padding: 10px 17px; font-size: 14px; gap: 14px; }
.cta-arrow { display: block; flex: none; width: 17px; height: 17px; pointer-events: none; transition: transform 200ms ease; }
@media (hover: hover) { .button:hover .cta-arrow { transform: translate(1px, -1px); } }
.button:active .cta-arrow { transform: none; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; color: var(--forest-deep); text-decoration: underline; text-decoration-color: #849781; line-height: 1.5; padding: 7px 0; }
.text-link:hover, .prose a:not(.button):hover { color: var(--ink); text-decoration-color: currentColor; }
.text-link, .prose a:not(.button), .page-jumps a, .primary-navigation > a:not(.button), .footer-page-links a { transition: color 200ms ease, text-decoration-color 200ms ease; }
.actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.standalone-link { margin-top: 24px; }
.standalone-link .text-link { max-width: 100%; }

/* Begin the fade within the bottom padding and continue into the existing gap.
   Text and reflection ornaments stay on a solid sage surface. */
.home-welcome, .reading-panel, .invitation, .resource-final, .contact-information {
  position: relative;
  --exit-fade: 56px;
  --fade-overlap: 24px;
}
.home-welcome::after, .reading-panel::after, .invitation::after,
.resource-final::after, .contact-information::after {
  content: "";
  position: absolute;
  inset: calc(100% - var(--fade-overlap)) 0 auto;
  height: calc(var(--exit-fade) + var(--fade-overlap));
  background: linear-gradient(180deg, var(--sage), var(--canvas));
  pointer-events: none;
}
.home-welcome { --exit-fade: 70px; }
.reading-panel { --exit-fade: 76px; }
.contact-information { --exit-fade: 34px; }

/* Home: image-led opening, an inset welcome, open reading, a clear conclusion. */
.hero-surface { background: transparent; }
.hero { width: min(1200px, calc(100% - var(--gutter) * 2)); margin-inline: auto; padding-block: 42px 58px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 78px); align-items: center; }
.hero h1 { margin-bottom: 27px; max-width: 580px; }
.hero-body { max-width: 545px; font-size: 16px; line-height: 1.8; color: var(--body); }
.hero-lead { margin-bottom: 21px; font-size: 19px; line-height: 1.6; }
.hero-lead p, .hero-body > p { text-wrap: pretty; }
.hero-lead strong { font-weight: 500; }
.hero-body > p:last-child { color: var(--forest-deep); }
.hero .actions { margin-top: 26px; gap: 23px; }
.hero-image img { aspect-ratio: 1 / 1.12; object-fit: cover; object-position: 48% 55%; border-radius: 4px 44px 4px 4px; filter: saturate(.88) brightness(1.045); }
.hero-image figcaption { margin: 11px 2px 0; color: var(--muted); font-size: 12px; text-align: right; }
.home-welcome, .reading-panel { width: min(var(--panel), calc(100% - 64px)); margin: 12px auto 48px; background: var(--sage); border-radius: 4px 4px 0 0; }
.quiet-transition { padding: 52px var(--gutter) 24px; text-align: center; }
.quiet-transition h2 { margin-bottom: 22px; }
.quiet-transition p { max-width: 690px; margin-inline: auto; font-size: 19px; line-height: 1.8; color: var(--body); text-wrap: balance; }
.about { width: min(940px, calc(100% - var(--gutter) * 2)); display: grid; grid-template-columns: 320px 1fr; gap: clamp(50px, 6vw, 88px); padding-block: 34px 60px; align-items: center; }
.portrait { width: 100%; max-width: 300px; justify-self: center; }
.portrait img { width: 100%; height: auto; border-radius: 4px; }
.about-copy h2 { margin-bottom: 24px; }
.about-copy > p { color: var(--body); font-size: 16px; line-height: 1.8; }
.about-copy .text-link { margin-top: 21px; }
.therapy { padding-block: 22px 10px; }
.section-intro h2 { margin-bottom: 24px; }
.therapy > .section-intro { text-align: center; margin-bottom: 32px; }
.therapy > .section-intro h2 { margin-bottom: 0; }
.therapy-list { border-top: 1px solid var(--line-soft); }
.therapy-row { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 42px; padding: 23px 0; border-bottom: 1px solid var(--line-soft); }
.therapy-row:last-child { border-bottom: 0; }
.therapy-row h3 { font-size: 23px; text-wrap: pretty; }
.therapy-row p { font-size: 16px; line-height: 1.8; color: var(--body); text-wrap: pretty; }
.therapy-followup { text-align: right; }
.therapy-followup .standalone-link { margin-top: 16px; }
.nature-pause { width: min(var(--panel), calc(100% - 64px)); margin: 0 auto 44px; }
.nature-pause img { aspect-ratio: 3 / 1; object-fit: cover; object-position: center 31%; border-radius: 4px; filter: saturate(.8) brightness(1.04); }
.approach { padding: 20px var(--gutter) 48px; }
.approach-inner { max-width: 820px; margin-inline: auto; }
.approach-inner > h2 { margin-bottom: 26px; }
.approach-copy { color: var(--body); font-size: 17px; line-height: 1.85; }
.approach .text-link { margin-top: 24px; }
.practical { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 64px; padding-block: 44px 56px; border-top: 1px solid var(--line-soft); }
.practice-photo { width: min(100%, 250px); margin-top: 24px; }
.practice-photo img { border-radius: 4px; }
.invitation { width: min(var(--panel), calc(100% - 64px)); margin: 0 auto 56px; padding: 48px var(--gutter); border-radius: 4px 4px 0 0; background: var(--sage); text-align: center; }
.invitation > p:not(.standalone-link) { max-width: 600px; margin: 24px auto 27px; color: var(--body); text-wrap: balance; }
.invitation .actions { justify-content: center; margin-top: 27px; }
.invitation .standalone-link { margin: 12px auto 0; }

/* Long-form pages: headings and fine rules create structure on the shared ground. */
.prose { color: var(--body); font-size: 17px; line-height: 1.85; }
.prose p { text-wrap: pretty; }
.prose a:not(.button):not(.text-link) { color: var(--forest-deep); text-decoration: underline; text-decoration-color: #849781; }
.prose h1 { margin-bottom: 26px; }
.prose h2 { margin-bottom: 25px; }
.prose h3 { margin: 34px 0 15px; }
.prose > h3:first-child { margin-top: 0; }
.prose .actions, .prose .standalone-link { margin-top: 25px; }
.prose .actions + p { margin-top: 22px; }
.page-intro { padding: 46px var(--gutter) 54px; }
.page-intro-inner { max-width: var(--content); margin-inline: auto; display: grid; grid-template-columns: 1.2fr .85fr; gap: clamp(45px, 6vw, 88px); align-items: center; }
.page-intro .prose > p:first-of-type > strong:only-child { display: block; font-size: 16px; font-weight: 500; }
.detail-image img { aspect-ratio: 1 / 1.05; object-fit: cover; border-radius: 4px 36px 4px 4px; filter: saturate(.8) brightness(1.04); }
.page-therapy .detail-image img { object-position: 52% center; }
.page-resources .detail-image img { aspect-ratio: 4 / 3; object-position: 40% 36%; }
.page-about .page-intro-inner { grid-template-columns: .95fr 1.05fr; gap: clamp(36px, 4.5vw, 64px); }
.page-about .environmental-photo img { width: 100%; height: auto; border-radius: 4px; }
.reading-section { padding: 44px var(--gutter); }
.reading-inner { max-width: 820px; margin-inline: auto; }
.reading-inner > h2 { margin-bottom: 26px; }
.reading-stacked .reading-inner { padding-top: 34px; border-top: 1px solid var(--line-soft); }
.reading-essay .reading-inner { padding-top: 30px; border-top: 1px solid var(--line-soft); }
.reading-panel { margin-block: 30px 34px; }
.reading-panel .panel-section { padding-top: 54px; padding-bottom: 10px; }
.reading-panel .reflective-pause { padding-top: 24px; padding-bottom: 42px; }
.page-therapy #how-i-work + .prose { display: flow-root; }
.approach-portrait { float: right; width: 34%; max-width: 280px; margin: 4px 0 22px 32px; }
.approach-portrait img { width: 100%; height: auto; border-radius: 4px; }
.page-therapy .prose h3 { font-family: var(--sans); font-weight: 500; font-size: 22px; line-height: 1.4; letter-spacing: -.01em; }
.page-jumps { display: flex; flex-wrap: wrap; gap: 0 23px; margin-top: 24px; padding-top: 12px; }
.page-jumps a { display: inline-flex; align-items: center; min-height: 44px; color: var(--forest-deep); font-size: 14px; text-decoration: underline; text-decoration-color: #849781; }
.page-jumps a:hover { text-decoration-color: currentColor; }
.page-therapy [aria-labelledby="what-we-can-work-on-together"] .reading-inner { max-width: var(--content); }
.page-therapy [aria-labelledby="what-we-can-work-on-together"] .reading-inner > h2 { max-width: 720px; margin-bottom: 30px; }
.concern-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 56px; }
.concern-topic { border-top: 1px solid var(--line-soft); padding-top: 22px; }
.concern-topic h3 { margin: 0 0 14px; }
.concern-summary { max-width: 820px; margin-top: 34px; }
.page-therapy .nature-pause { margin-top: 16px; margin-bottom: 10px; }
.page-therapy #practical-details + .prose > p:nth-child(2) { line-height: 2; }
.page-therapy .reading-section:last-child, .page-about .reading-section:last-child { padding-bottom: 60px; }
.resource-entry .reading-inner { padding-top: 30px; border-top: 1px solid var(--line-soft); }
.resource-entry { padding-block: 20px 28px; }
.resource-entry .reading-inner > h2 { font-size: clamp(27px, 2.4vw, 33px); }
.page-resources .prose em { font-style: normal; font-size: 15px; color: var(--muted); }
.resource-final { width: min(var(--panel), calc(100% - 64px)); margin: 24px auto 56px; padding: 42px 60px; background: var(--sage); border-radius: 4px 4px 0 0; }
.resource-final .reading-inner { padding-top: 0; border: 0; }

/* Reflections stay on the surrounding surface; their paired artwork is enough. */
.reflection-ornament { display: block; flex: none; width: 180px; aspect-ratio: 1280 / 427; background: #526d63; mask-mode: luminance; mask-size: 100% 100%; mask-repeat: no-repeat; pointer-events: none; }
.reflective-pause { padding: 40px var(--gutter) 44px; text-align: center; overflow: clip; }
.reflective-inner { max-width: 620px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.reflection-top { align-self: flex-start; margin-left: -24px; mask-image: url("./assets/images/sanctum-spiral-top.jpg"); }
.reflection-bottom { align-self: flex-end; margin-right: -24px; mask-image: url("./assets/images/sanctum-spiral-bottom.jpg"); }
.reflective-pause p { max-width: 620px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(24px, 2.2vw, 32px); line-height: 1.45; letter-spacing: -.02em; text-align: center; text-wrap: balance; }

/* Contact keeps its native form and a single inset information area. */
.contact-opening { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(55px, 7vw, 100px); align-items: start; padding-block: 46px 56px; }
.contact-intro h1 { margin-bottom: 27px; }
.contact-intro p { max-width: 39ch; }
.contact-nature-detail { width: min(100%, 320px); margin: 28px auto 0; }
.contact-nature-detail img { height: auto; border-radius: 4px; filter: saturate(.8); }
.contact-information { width: min(var(--panel), calc(100% - 64px)); margin-inline: auto; background: var(--sage); border-radius: 4px 4px 0 0; }
.contact-information-inner { width: auto; margin-inline: 60px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(50px, 7vw, 90px); padding-block: 42px; }
.contact-information h2 { font-size: clamp(28px, 2.4vw, 33px); margin-bottom: 23px; }
.contact-closing { padding-block: 34px 50px; }
.contact-nature-pause { margin-top: 34px; }
.contact-nature-pause img { aspect-ratio: 3.25 / 1; height: auto; object-fit: cover; object-position: center 60%; border-radius: 4px; filter: saturate(.78) brightness(.97); }
.contact-form { position: relative; display: grid; gap: 14px; }
.form-field { display: flex; flex-direction: column; min-width: 0; }
.form-field label { color: var(--ink); font-size: 13px; line-height: 1.4; font-weight: 500; margin-bottom: 6px; }
.field-optional { color: var(--muted); font-weight: 400; }
.contact-form input:not([type="hidden"]), .contact-form textarea { width: 100%; min-width: 0; min-height: 42px; padding: 9px 12px; border: 1px solid #7b8f76; border-radius: 4px; background: var(--paper); color: var(--ink); font: 14px/1.5 var(--sans); }
.contact-form textarea { min-height: 150px; padding: 11px 12px; resize: vertical; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { border-color: var(--forest-deep); outline: 2px solid var(--forest-deep); outline-offset: 3px; }
.contact-form input:user-invalid, .contact-form textarea:user-invalid { border-color: #974b45; border-width: 2px; }
.contact-form .button { justify-self: start; cursor: pointer; }
.contact-form-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin-bottom: 7px; }
.contact-form-note p { margin: 0; }
.form-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.urgent-support { padding: 26px; border: 1px solid var(--line-soft); border-radius: 4px; }
.urgent-support h2 { font-size: 25px; margin-bottom: 15px; }

/* Confirmation page: existing sage, photography, and primary action styling. */
.thank-you-panel { width: min(var(--panel), calc(100% - 64px)); margin: 40px auto 56px; padding: clamp(54px, 4.5vw, 64px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 4vw, 60px); background: var(--sage); border-radius: 4px; }
.thank-you-copy h1 { margin-bottom: 24px; }
.thank-you-copy p { color: var(--body); }
.thank-you-return { min-height: 52px; max-width: 100%; margin-top: 30px; padding: 13px 26px; font-size: 15px; }
.thank-you-image img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center 60%; border-radius: 4px 36px 4px 4px; filter: saturate(.78) brightness(.97); }

/* Deep forest provides one grounded ending, instead of another pale band. */
.site-footer { padding: 48px var(--gutter) 0; background: var(--forest-deep); color: #f0f4ed; font-size: 15px; }
.site-footer :focus-visible { outline-color: #edf2e8; }
.footer-top { max-width: var(--content); margin-inline: auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; padding-bottom: 30px; }
.footer-identity .wordmark { margin-bottom: 24px; color: #f0f4ed; }
.site-footer .wordmark-type > :last-child { color: #d4dfd0; }
.footer-identity > p { color: #d4dfd0; font-size: 14px; max-width: 430px; }
.footer-identity > p + p { margin-top: 12px; }
.footer-page-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; align-content: start; }
.footer-page-links a { display: flex; align-items: center; min-height: 44px; color: #f0f4ed; font-size: 15px; }
.footer-page-links a:hover { text-decoration: underline; text-decoration-color: #a5b79e; }
.footer-closing { display: flex; align-items: center; justify-content: center; gap: 28px; margin: 6px auto 12px; color: #d4dfd0; font-size: 12px; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.footer-closing span { flex: none; }
.footer-closing::before, .footer-closing::after { content: ""; width: clamp(80px, 9vw, 130px); height: 1px; background: #8da18a; opacity: .65; }
.footer-bottom { max-width: var(--content); margin-inline: auto; padding-block: 20px 27px; font-size: 13px; color: #d4dfd0; }

@media (max-width: 1100px) {
  .primary-navigation { gap: 21px; font-size: 14px; }
  .header-consultation { margin-left: 0; padding-inline: 14px; font-size: 13px; gap: 12px; }
  .site-header { gap: 24px; }
  .wordmark-type > :first-child { font-size: 36px; }
  .hero { gap: 38px; }
  .hero .actions { gap: 17px; }
  .hero .button { padding-inline: 17px; gap: 14px; }
  .about { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 48px; }
  .practical { gap: 40px; }
}
@media (max-width: 900px) {
  .thank-you-panel { grid-template-columns: 1fr; gap: 36px; padding: 40px; }
  .site-header { min-height: 96px; flex-wrap: wrap; }
  .site-header > .wordmark { margin-block: 20px; }
  .primary-navigation { width: 100%; justify-content: space-between; padding-bottom: 24px; }
  .menu-toggle:not([hidden]) { width: 44px; height: 44px; background: transparent; border: 1px solid var(--line-soft); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
  .menu-toggle span { display: block; width: 18px; height: 1px; background: var(--forest-deep); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-navigation[data-menu-open="false"] { display: none; }
  .primary-navigation[data-menu-open="true"] { display: flex; }
  .hero { gap: 32px; grid-template-columns: 1.05fr .95fr; }
  .hero .actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .page-intro-inner { gap: 35px; grid-template-columns: 1.1fr .85fr; }
  .page-intro .prose { font-size: 16px; }
  .contact-opening { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; }
}
@media (max-width: 800px) {
  .home-welcome, .reading-panel, .invitation, .resource-final, .contact-information, .nature-pause { width: calc(100% - 40px); }
  .about { gap: 36px; }
  .contact-opening { grid-template-columns: 1fr; gap: 34px; }
  .contact-intro p { max-width: 60ch; }
  .contact-information-inner { grid-template-columns: 1fr; gap: 34px; margin-inline: 36px; }
  .page-about .page-intro-inner { display: flex; flex-direction: column; align-items: stretch; gap: 30px; }
  .concern-grid { gap: 24px 30px; }
}
@media (min-width: 651px) and (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 0; padding-top: 30px; }
  .hero-copy { display: contents; }
  .hero h1 { grid-row: 1; max-width: 720px; margin-bottom: 30px; }
  .hero-image { grid-row: 2; margin-bottom: 30px; }
  .hero-image img { aspect-ratio: 1.85 / 1; object-position: center 54%; }
  .hero-body { grid-row: 3; max-width: 660px; }
  .hero .actions { grid-row: 4; flex-direction: row; align-items: center; gap: 24px; }
}
@media (max-width: 650px) {
  .thank-you-panel { width: calc(100% - 28px); margin-block: 24px 36px; padding: 32px 22px; gap: 32px; }
  .thank-you-return { width: 100%; padding-inline: 24px; }
  .thank-you-image img { border-top-right-radius: 26px; }
  :root { --gutter: 26px; }
  html { scroll-padding-top: 25px; }
  body { font-size: 16px; }
  h1 { font-size: clamp(35px, 8.9vw, 41px); line-height: 1.18; }
  h2 { font-size: clamp(28px, 7vw, 32px); line-height: 1.28; }
  h3 { font-size: 23px; }
  .site-header { min-height: 92px; row-gap: 0; }
  .site-header .wordmark { gap: 10px; }
  .wordmark-logo { height: 58px; }
  .wordmark-type > :first-child { font-size: 35px; }
  .wordmark-type > :last-child { font-size: 11px; }
  .primary-navigation { flex-wrap: wrap; justify-content: flex-start; column-gap: 27px; row-gap: 8px; padding-block: 5px 24px; font-size: 16px; }
  .primary-navigation[data-menu-open="true"] { display: grid; grid-template-columns: 1fr 1fr; }
  .header-consultation { grid-column: 1 / -1; flex-basis: 100%; margin-top: 7px; min-height: 46px; font-size: 14px; }
  .hero { grid-template-columns: 1fr; padding-block: 27px 36px; gap: 0; }
  .hero-copy { display: contents; }
  .hero h1 { grid-row: 1; margin-bottom: 25px; }
  .hero-image { grid-row: 2; margin: 3px 0 27px; }
  .hero-body { grid-row: 3; }
  .hero .actions { grid-row: 4; margin-top: 24px; gap: 9px; }
  .hero-image img { aspect-ratio: 1.35 / 1; object-position: center 54%; border-top-right-radius: 26px; }
  .hero-image figcaption { font-size: 11px; }
  .hero-lead { font-size: 18px; }
  .home-welcome, .reading-panel, .invitation, .resource-final, .contact-information { --fade-overlap: 16px; width: calc(100% - 28px); }
  .home-welcome, .reading-panel { margin-block: 0 34px; }
  .home-welcome { --exit-fade: 46px; }
  .reading-panel { --exit-fade: 56px; }
  .invitation, .resource-final { --exit-fade: 34px; }
  .contact-information { --exit-fade: 26px; }
  .quiet-transition { padding: 34px 22px 12px; }
  .quiet-transition p { font-size: 18px; }
  .about { width: auto; margin-inline: 24px; display: flex; flex-direction: column; gap: 28px; padding-block: 20px 36px; }
  .portrait { width: min(76%, 286px); margin: 0 auto; }
  .therapy { padding-block: 12px 4px; }
  .therapy > .section-intro { text-align: left; margin-bottom: 24px; }
  .therapy-row { grid-template-columns: 1fr; gap: 10px; padding-block: 20px; }
  .therapy-followup { text-align: left; }
  .nature-pause { width: calc(100% - 40px); margin-bottom: 32px; }
  .nature-pause img { aspect-ratio: 1.45 / 1; object-position: 45% center; }
  .approach { padding-block: 4px 30px; }
  .practical { display: flex; flex-direction: column; gap: 23px; }
  .approach-inner > h2 { margin-bottom: 23px; }
  .approach-copy { font-size: 16px; }
  .practical { padding-block: 30px 36px; }
  .practice-photo { width: min(100%, 250px); }
  .invitation { padding: 34px 24px; margin-bottom: 34px; }
  .invitation .actions { flex-direction: column; gap: 12px; }
  .page-intro { padding-block: 28px 36px; }
  .page-intro-inner { display: flex; flex-direction: column; align-items: stretch; gap: 30px; }
  .detail-image img, .page-resources .detail-image img { aspect-ratio: 1.45 / 1; border-top-right-radius: 26px; }
  .reading-section { padding-block: 28px; }
  .reading-inner > h2 { margin-bottom: 23px; }
  .reading-stacked .reading-inner { padding-top: 26px; }
  .reading-panel .panel-section { padding: 34px 22px 8px; }
  .reading-panel .reflective-pause { padding: 24px 22px 32px; }
  .prose { font-size: 16px; line-height: 1.85; }
  .approach-portrait { float: none; width: min(100%, 260px); margin: 0 auto 26px; }
  .page-therapy .prose h3 { font-size: 21px; }
  .concern-grid { grid-template-columns: 1fr; gap: 24px; }
  .concern-topic { padding-top: 20px; }
  .page-therapy .reading-section:last-child, .page-about .reading-section:last-child { padding-bottom: 36px; }
  .page-therapy .nature-pause { margin-bottom: 4px; }
  .page-jumps { margin-top: 20px; gap: 0 18px; }
  .resource-entry { padding-block: 10px 22px; }
  .resource-entry .reading-inner { padding-top: 26px; }
  .resource-entry .reading-inner > h2 { font-size: 27px; }
  .resource-final { margin-block: 16px 34px; padding: 28px 22px; }
  .resource-final .reading-inner { padding-top: 0; }
  .reflection-ornament { width: 150px; }
  .reflection-top { margin-left: -12px; }
  .reflection-bottom { margin-right: -12px; }
  .reflective-pause { padding: 28px 28px 32px; }
  .reflective-inner { max-width: 380px; gap: 14px; }
  .contact-opening { padding-block: 28px 34px; }
  .contact-intro h1 { margin-bottom: 23px; }
  .contact-information-inner { margin-inline: 24px; padding-block: 32px; }
  .contact-information h2 { font-size: 29px; }
  .contact-closing { padding-block: 26px 34px; }
  .urgent-support { padding: 22px; }
  .contact-nature-pause { margin-top: 28px; }
  .contact-nature-pause img { aspect-ratio: 1.7 / 1; }
  .contact-form input:not([type="hidden"]), .contact-form textarea { font-size: 16px; }
  .site-footer { padding-top: 36px; }
  .footer-top { display: block; padding-bottom: 24px; }
  .footer-page-links { margin-top: 26px; gap: 8px 25px; }
  .footer-closing { gap: 14px; margin-block: 12px 16px; font-size: 10px; letter-spacing: .1em; }
  .footer-closing::before, .footer-closing::after { width: 32px; }
  .footer-bottom { padding-block: 14px 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .button:hover .cta-arrow, .button:active .cta-arrow { transform: none; }
}
