/* Ruth Bühler — binding one-page revision */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --text: #3a332b;
  --text-muted: #5a5248;
  --forest: #2f4f3a;
  --forest-black: #1e3527;
  --gold: #d4a257;
  --gold-hover: #edc988;
  --ivory: #f5f1e8;
  --beige: #ede6d6;
  --stone: #c8bfa8;
  --moss: #2f4f3a;
  --mid: #8a9a84;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-ui: "Manrope", Arial, sans-serif;
  --shell: min(1325px, calc(100% - 10.4vw));
  --transition-depth: clamp(80px, 8vw, 140px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-top: clamp(2rem, 5.8vh, 4.3rem);
  --type-section: clamp(3.75rem, 5.35vw, 5.5rem);
  --type-lead: clamp(1.25rem, 1.65vw, 1.55rem);
  --type-body: clamp(1.05rem, 1.25vw, 1.2rem);
  --type-label: clamp(0.88rem, 0.95vw, 0.96rem);
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --visual-solid-end: 29%;
  --visual-soft-mid: 44%;
  --visual-clear-start: 61%;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; background: var(--ivory); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--text);
  font-family: var(--font-serif);
  font-size: 1.18rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p, address { margin: 0; }
address { font-style: normal; }
strong { font-weight: 600; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 50%;
  transform: translate(-50%, -160%);
  padding: 0.7rem 1.1rem;
  background: var(--ivory);
  color: var(--forest-black);
  border: 1px solid var(--gold);
  font-family: var(--font-ui);
  font-size: 0.8rem;
  transition: transform 180ms var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); }
:focus-visible { outline: 3px solid var(--ivory); outline-offset: 4px; }
.scene--info :focus-visible, .site-footer :focus-visible, .page-hero :focus-visible { outline-color: var(--forest); }

/* Header / anchor navigation */
.site-header {
  position: fixed;
  z-index: 100;
  top: var(--header-top);
  right: 5.2vw;
  --nav-halo: var(--forest-black);
  color: var(--ivory);
}
.one-page .site-header {
  top: var(--header-top);
  left: 5.2vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
}
.site-header__home { display: none; }
.site-header__home small { position: relative; }
.site-header__home small::after { display: none; }
.site-header__home:focus-visible { outline-color: var(--forest); }
.brand-wordmark-rail {
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
.brand-wordmark-rail.is-ready { visibility: visible; }
.one-page .site-header__home--morph {
  position: sticky;
  top: var(--brand-sticky-top, var(--header-top));
  display: flex;
  flex-direction: column;
  width: max-content;
  margin-left: var(--brand-center-x, 20vw);
  align-items: center;
  color: var(--text);
  font-family: var(--font-ui);
  text-transform: uppercase;
  text-shadow: none;
  transform: translateX(-50%);
  transform-origin: center top;
  transition: filter 220ms ease, transform 280ms var(--ease);
  pointer-events: auto;
}
.one-page .site-header__home--morph:hover,
.one-page .site-header__home--morph:focus-visible,
.one-page:has(.brand-lockup--hero:hover) .site-header__home--morph { filter: contrast(1.04); transform: translateX(-50%) scale(1.025); }
.one-page .site-header__home--morph span {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: 0.24em;
  white-space: nowrap;
}
.one-page .site-header__home--morph small {
  margin-top: 0.6rem;
  font-size: clamp(0.68rem, 0.95vw, 0.88rem);
  line-height: 1.1;
  letter-spacing: 0.25em;
  white-space: nowrap;
}
.one-page .site-header__home--morph.is-measuring-small span {
  font-size: clamp(1rem, 1.37vw, 1.32rem);
  line-height: 1;
  letter-spacing: 0.35em;
}
.one-page .site-header__home--morph.is-measuring-small small {
  margin-top: 0.58rem;
  font-size: clamp(0.54rem, 0.72vw, 0.69rem);
  line-height: 1;
  letter-spacing: 0.4em;
}
@media (prefers-reduced-motion: reduce) {
  .site-header__home small::after { transition: none; }
}
.site-nav { display: flex; align-items: flex-start; gap: clamp(2rem, 3.5vw, 4.1rem); pointer-events: auto; }
.site-nav__link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: flex-start;
  padding-top: 0.15rem;
  font-family: var(--font-ui);
  font-size: clamp(0.78rem, 1vw, 0.96rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  paint-order: stroke fill;
  -webkit-text-stroke: 1.5px var(--nav-halo);
  text-shadow: none;
}
.site-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 90px;
  height: 1px;
  background: var(--gold);
  transform: translateX(-50%) scaleX(0);
  transition: transform 260ms var(--ease);
}
.site-nav__link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 7px;
  height: 7px;
  opacity: 0;
  background: var(--gold);
  transform: translateX(-50%) rotate(45deg);
  transition: opacity 200ms ease;
}
.site-nav__link:hover::after, .site-nav__link:focus-visible::after { transform: translateX(-50%) scaleX(0.6); }
.site-nav__link:active { transform: translateY(1px); }
.site-nav__link[aria-current="true"]::after { transform: translateX(-50%) scaleX(1); }
.site-nav__link[aria-current="true"]::before { opacity: 1; }
.nav-toggle { display: none; }

/* Utility/legal routes use the same wordmark and navigation without a header box. */
body:not(.one-page) .site-header {
  left: 5.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--forest-black);
  --nav-halo: var(--ivory);
}
body:not(.one-page) .site-header__home {
  display: flex;
  min-height: 44px;
  flex-direction: column;
  justify-content: center;
  color: var(--forest-black);
  font-family: var(--font-ui);
  letter-spacing: 0.18em;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: none;
}
body:not(.one-page) .site-header__home span { font-size: 0.86rem; }
body:not(.one-page) .site-header__home small { margin-top: 0.18rem; font-size: 0.5rem; letter-spacing: 0.2em; }
body:not(.one-page) .site-nav { align-items: center; }
body:not(.one-page) .site-nav__link { align-items: center; padding-top: 0; }

/* One persistent visual stage: copy moves through the document while imagery
   remains attached to the viewport and crossfades between scenes. */
.one-page main { position: relative; z-index: 1; }
.scene-stage {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--ivory);
}
.scene-stage__layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  background: var(--ivory);
  transition: opacity 880ms cubic-bezier(0.45, 0, 0.55, 1);
}
.scene-stage__layer.is-active { opacity: 1; }
.scene-stage__layer--info { background: var(--ivory); }

/* Shared scene primitives */
.scene {
  position: relative;
  min-height: max(100svh, 760px);
  overflow: clip;
  background: transparent;
}
.scene__media, .scene__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene__media { z-index: 0; }
.scene__media img { object-fit: cover; }
.scene__media--hero img { object-position: 72% 52%; }
.scene__media--therapy img { object-position: 67% 59%; }
.scene__media--contact img { object-position: 68% 48%; }
.scene__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.scene__inner { position: relative; width: var(--shell); min-height: max(100svh, 760px); margin-inline: auto; }
.one-page .scene__inner {
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, var(--content-mask-top-alpha, 1)) 0,
    rgba(0, 0, 0, var(--content-mask-top-alpha, 1)) var(--content-mask-start, 0px),
    #000 var(--content-mask-end, 0px),
    #000 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, var(--content-mask-top-alpha, 1)) 0,
    rgba(0, 0, 0, var(--content-mask-top-alpha, 1)) var(--content-mask-start, 0px),
    #000 var(--content-mask-end, 0px),
    #000 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.scene__veil--hero,
.scene__veil--therapy,
.scene__veil--about,
.scene__veil--contact {
  background: linear-gradient(
    90deg,
    var(--ivory) 0%,
    var(--ivory) var(--visual-solid-end),
    rgba(245, 241, 232, 0.68) var(--visual-soft-mid),
    rgba(245, 241, 232, 0) var(--visual-clear-start)
  );
}
.scene__veil--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 53, 39, 0.05), transparent 30%);
}

.brand-lockup { color: var(--forest-black); font-family: var(--font-ui); text-transform: uppercase; }
.brand-lockup--hero { position: absolute; top: 8.7%; left: 0; width: min(430px, 34vw); text-align: center; }
.brand-lockup__crane { width: min(375px, 28vw); margin-inline: auto; }
.brand-lockup__crane img { width: 100%; height: auto; }
.brand-lockup__origin { display: block; height: 3.7rem; margin-top: 0.75rem; }
.brand-lockup__crane,
.brand-divider { transform-origin: center; transition: filter 220ms ease, transform 280ms var(--ease); }
.brand-lockup--hero:hover .brand-lockup__crane,
.brand-lockup--hero:hover .brand-divider,
.one-page:has([data-brand-wordmark]:hover) .brand-lockup__crane,
.one-page:has([data-brand-wordmark]:hover) .brand-divider,
.one-page:has([data-brand-wordmark]:focus-visible) .brand-lockup__crane,
.one-page:has([data-brand-wordmark]:focus-visible) .brand-divider { filter: contrast(1.04); transform: scale(1.025); }

.section-marker,
.brand-divider {
  position: relative;
  display: block;
  width: 112px;
  height: 18px;
  margin-top: 1.55rem;
  color: var(--gold);
}
.section-marker::before,
.section-marker::after,
.brand-divider::before,
.brand-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: currentColor;
}
.section-marker::before,
.brand-divider::before { left: 0; right: calc(50% + 10px); }
.section-marker::after,
.brand-divider::after { left: calc(50% + 10px); right: 0; }
.section-marker i,
.brand-divider i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.brand-divider { margin: 1.55rem auto 0; }

.button {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  padding: 0.85rem 1.65rem;
  border: 1px solid var(--gold);
  color: var(--forest-black);
  font-family: var(--font-ui);
  font-size: clamp(0.78rem, 0.95vw, 0.92rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 280ms ease, border-color 280ms ease, background-color 280ms ease;
}
.button__arrow { display: inline-block; color: var(--gold); font-family: var(--font-ui); font-size: 1.05rem; font-weight: 650; line-height: 1; transition: color 220ms ease, transform 280ms var(--ease); }
.button--outline { min-height: 58px; gap: 1.6rem; padding: 0.75rem 1.4rem; }
.button:hover .button__arrow, .button:focus-visible .button__arrow { transform: translateX(4px); }
.button--outline:hover, .button--outline:focus-visible { background: rgba(232, 224, 214, 0.55); border-color: var(--forest); }
.button--outline:focus-visible { outline-color: var(--forest); }
.button:active { transform: translateY(1px); }

.scroll-cue {
  position: fixed;
  z-index: 20;
  bottom: 1.2rem;
  left: 50%;
  width: 48px;
  height: 74px;
  color: var(--gold);
  opacity: 1;
  transform: translateX(-50%);
}
.scroll-cue::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 40px; background: currentColor; }
.scroll-cue span { position: absolute; left: 50%; bottom: 0; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; transform: translateX(-50%); transition: color 220ms ease, background-color 220ms ease, transform 280ms var(--ease); }
.scroll-cue span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--forest); transform: translate(-50%, -50%); transition: background-color 220ms ease, transform 280ms var(--ease); }
.scroll-cue:hover span, .scroll-cue:focus-visible span { background: var(--gold); transform: translateX(-50%) scale(0.92); }
.scroll-cue:hover span::after, .scroll-cue:focus-visible span::after { background: var(--forest-black); transform: translate(-50%, -50%) scale(0.72); }
.scroll-cue:active span { transform: translateX(-50%) scale(0.86); }

/* Hero */
.hero-copy { position: absolute; top: 39.5%; left: 0; width: min(580px, 47vw); color: var(--text); }
.hero-copy h1 {
  font-family: var(--font-serif);
  font-size: clamp(4.5rem, 6.35vw, 6.1rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.025em;
}
.hero-copy__lead { max-width: 46ch; margin-top: var(--space-4); color: var(--text-muted); font-size: var(--type-lead); line-height: 1.5; }
.hero-copy .button { margin-top: 2rem; min-width: 330px; }

/* Therapy */
.therapy-copy { position: absolute; top: 27.5%; left: 0.8%; width: 540px; max-width: 44vw; }
.therapy-copy h2, .about-copy h2, .info-copy h2, .contact-copy h2 {
  font-family: var(--font-serif);
  font-size: var(--type-section);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.018em;
}
.therapy-copy p { max-width: 34ch; margin-top: var(--space-6); color: var(--text-muted); font-size: var(--type-lead); line-height: 1.55; }

/* About */
.scene--about { background: transparent; }
.about-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 30%;
  overflow: hidden;
  background: var(--ivory);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0.82) 24%, #000 40%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0.82) 24%, #000 40%);
}
.about-media picture, .about-media img { width: 100%; height: 100%; }
.about-media img { max-width: none; object-fit: cover; object-position: 52% top; }
.about-copy { position: absolute; top: 18.5%; left: 0.8%; width: 555px; max-width: 46vw; }
.about-copy p { max-width: 45ch; margin-top: var(--space-5); color: var(--text-muted); font-size: var(--type-lead); line-height: 1.55; }
.about-copy p.about-copy__statement { margin-top: var(--space-5); color: var(--text); }
.about-copy p.about-copy__labels { margin-top: var(--space-6); color: var(--text); font-family: var(--font-ui); font-size: var(--type-label); letter-spacing: 0.18em; line-height: 1.7; text-transform: uppercase; white-space: nowrap; }
.about-copy__labels b { padding-inline: 0.75rem; color: var(--gold); font-weight: 400; }
.about-copy .button { margin-top: 2.2rem; min-width: 310px; }

/* Good to know */
.scene--info { background: transparent; }
.info-room { z-index: 0; }
.info-room img { object-fit: cover; object-position: center; }
.info-copy { position: absolute; top: 17.5%; left: 1.8%; width: 650px; max-width: 53vw; }
.info-copy__insurance { width: 580px; max-width: 100%; margin-top: var(--space-5); color: var(--text-muted); font-size: var(--type-lead); line-height: 1.58; }
.info-row { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: var(--space-3); margin-top: var(--space-5); }
.info-row__icon { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--font-serif); font-size: 1.5rem; line-height: 1; }
.info-row p { color: var(--text); font-size: var(--type-body); line-height: 1.48; }
.emr-mark { display: block; width: 56px; height: 56px; color: #323c30; }
.emr-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.emr-mark .emr-ring { fill: none; stroke: currentColor; stroke-width: 1.1; stroke-linecap: round; }
.emr-mark .emr-letters { fill: currentColor; stroke: none; font-family: var(--font-ui); font-size: 22px; font-weight: 800; letter-spacing: -0.8px; }
.emr-mark .emr-check { fill: none; stroke: #b09260; stroke-width: 3.5; stroke-linecap: square; stroke-linejoin: miter; }
.info-row--emr { grid-template-columns: 58px 1fr; margin-top: var(--space-5); }
.info-crane { position: absolute; z-index: 2; right: 2.5%; bottom: 15%; width: min(43vw, 650px); opacity: var(--info-crane-opacity, 1); filter: drop-shadow(0 14px 20px rgba(47, 79, 58, 0.13)); }
.info-crane img { width: 100%; height: auto; }
.scene-mantra { z-index: 3; color: var(--text); font-family: var(--font-ui); font-size: clamp(0.875rem, 0.92vw, 0.96rem); letter-spacing: 0.22em; line-height: 1.45; text-transform: uppercase; white-space: nowrap; }
.scene-mantra span { margin-inline: 1rem; }

/* Contact */
.scene--contact { min-height: max(100svh, 940px); }
.scene__inner--contact { min-height: max(100svh, 940px); }
.scene__inner--contact {
  display: grid;
  grid-template-columns: minmax(270px, 0.92fr) minmax(220px, 0.72fr) minmax(310px, 1.08fr);
  grid-template-rows: 1fr auto;
  align-items: end;
  gap: clamp(1.25rem, 2.2vw, 2.5rem);
  padding: clamp(8rem, 14vh, 10rem) 0 clamp(2rem, 4vh, 3.25rem);
}
.contact-copy { min-width: 0; align-self: end; }
.contact-copy h2 { max-width: 9ch; font-size: clamp(3.6rem, 4.9vw, 5rem); line-height: 0.94; text-wrap: balance; }
.contact-copy__greeting { margin-top: var(--space-3); color: var(--text-muted); font-size: var(--type-lead); line-height: 1.45; }
.contact-copy__heart { display: block; width: 30px; margin-top: 0.9rem; color: var(--gold); }
.contact-list { margin-top: var(--space-3); }
.contact-list__row { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: var(--space-3); align-items: start; padding: 0.52rem 0; border-bottom: 1px solid rgba(212, 162, 87, 0.52); }
.contact-list__row:not(.contact-list__row--address) { align-items: center; }
.contact-list__icon { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--forest); }
.contact-list__icon--emr { border: 0; }
.contact-list__icon--emr .emr-mark { width: 100%; height: 100%; }
.contact-list__row--address .contact-list__icon { transform: translateY(-4px); }
.contact-list__row p { padding-top: 0.22rem; color: var(--text); font-family: var(--font-ui); font-size: clamp(0.875rem, 0.83vw, 0.92rem); line-height: 1.46; letter-spacing: 0.005em; }
.contact-list__row:not(.contact-list__row--address) p { padding-top: 0; }
.contact-list__row em { font-family: var(--font-serif); font-size: 1.05rem; }
.contact-list__row a { display: inline-flex; min-height: 44px; align-items: center; overflow-wrap: anywhere; transition: color 180ms ease; }
.contact-list__row a:hover, .contact-list__row a:focus-visible { color: var(--forest); text-decoration-color: var(--gold); text-decoration-line: underline; text-underline-offset: 0.22em; }
.contact-list__row--emr { border-bottom: 0; }
.button--contact { width: 100%; min-width: 0; min-height: 112px; align-self: end; flex-direction: column; gap: 0.55rem; border: 1px solid rgba(212, 162, 87, 0.58); border-radius: 14px; background: var(--moss); color: var(--ivory); box-shadow: 0 14px 30px rgba(30, 53, 39, 0.24); }
.button--contact:hover, .button--contact:focus-visible { border-color: var(--gold-hover); background: #355740; color: #fffaf0; }
.button__leaf { color: var(--gold); }
.button--contact:hover .button__leaf, .button--contact:focus-visible .button__leaf { color: var(--gold-hover); transform: translateY(-1px) scale(1.04); }
.button__leaf { transition: color 220ms ease, transform 280ms var(--ease); }
.button--contact small { margin-top: -0.35rem; font-size: 0.62rem; letter-spacing: 0.14em; opacity: 0.78; text-transform: none; }
.arrival-card { width: 100%; min-width: 0; align-self: end; overflow: hidden; border-radius: 16px; background: rgba(245, 241, 232, 0.97); box-shadow: 0 18px 45px rgba(30, 53, 39, 0.16); }
.arrival-card__map { display: block; height: 285px; overflow: hidden; }
.arrival-card__map img { width: 100%; height: 100%; object-fit: cover; transition: filter 260ms ease, transform 380ms var(--ease); }
.arrival-card__map:hover img, .arrival-card__map:focus-visible img { filter: saturate(1.08) contrast(1.04); transform: scale(1.025); }
.arrival-card__body { padding: 1.5rem 2rem 1.7rem; font-family: var(--font-ui); color: var(--text); }
.arrival-card__body h3 { display: flex; align-items: center; gap: 0.8rem; color: var(--forest); font-family: var(--font-ui); font-size: 1rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; }
.arrival-card__body h3 span { color: var(--gold); }
.arrival-card__body p { margin-top: 1rem; font-size: 0.94rem; line-height: 1.48; }
.arrival-card__body > a { display: inline-flex; min-height: 44px; align-items: center; gap: 0.5rem; margin-top: 0.45rem; border-bottom: 1px solid var(--gold); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; transition: color 180ms ease, border-color 180ms ease; }
.arrival-card__body > a span { transition: transform 240ms var(--ease); }
.arrival-card__body > a:hover, .arrival-card__body > a:focus-visible { color: var(--moss); border-color: var(--forest); }
.arrival-card__body > a:hover span, .arrival-card__body > a:focus-visible span { transform: translateX(4px); }
.scene-mantra--contact {
  position: relative;
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: clamp(0.5rem, 2vh, 1.25rem);
  padding: 0.55rem clamp(2.5rem, 8vw, 7rem);
  text-align: center;
  isolation: isolate;
}
.scene-mantra--contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.15rem -5vw;
  background: linear-gradient(90deg, rgba(138, 154, 132, 0.74) 0%, rgba(198, 207, 194, 0.88) 30%, rgba(245, 241, 232, 0.98) 64%, var(--ivory) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
/* Full footer */
.site-footer { position: relative; z-index: 2; background: var(--forest-black); color: var(--ivory); padding: 0 5.2vw; font-family: var(--font-ui); }
.footer-main { display: grid; grid-template-columns: 1.35fr 0.72fr 1fr; width: min(1325px, 100%); margin-inline: auto; padding: clamp(3.8rem, 7vw, 6rem) 0 clamp(2.7rem, 5vw, 4rem); gap: clamp(2.5rem, 7vw, 8rem); }
.site-footer__brand > a { display: inline-flex; flex-direction: column; width: min(250px, 100%); cursor: pointer; }
.site-footer__brand img { width: 230px; height: auto; margin-bottom: 1rem; filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22)); }
.site-footer__brand span { font-family: var(--font-serif); font-size: 1.65rem; letter-spacing: 0.04em; }
.site-footer__brand small { margin-top: 0.18rem; color: var(--gold); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; }
.site-footer__brand p { max-width: 25rem; margin-top: 1.2rem; color: var(--stone); font-family: var(--font-serif); font-size: 1.06rem; }
.site-footer__col h2 { margin-bottom: 1rem; color: var(--gold); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
.site-footer__col ul { margin: 0; padding: 0; list-style: none; }
.site-footer__col a, .site-footer__col address, .site-footer__col p { color: var(--stone); font-size: 0.82rem; line-height: 1.75; }
.site-footer__col a { display: flex; width: max-content; max-width: 100%; min-height: 44px; align-items: center; transition: color 180ms ease, transform 240ms var(--ease); }
.site-footer__col a:hover, .site-footer__col a:focus-visible { color: var(--ivory); transform: translateX(3px); }
.site-footer__contact address { margin-bottom: 0.7rem; }
.site-footer__contact p { margin-top: 0.8rem; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; width: min(1325px, 100%); min-height: 84px; margin-inline: auto; align-items: center; gap: 2rem; border-top: 1px solid rgba(198, 188, 168, 0.2); }
.footer-inner > p, .site-footer__legal a { color: var(--stone); font-size: 0.7rem; letter-spacing: 0.06em; }
.site-footer__legal { display: flex; gap: 1.5rem; }
.site-footer__legal a { display: inline-flex; min-height: 44px; align-items: center; transition: color 180ms ease; }
.site-footer__legal a:hover, .site-footer__legal a:focus-visible { color: var(--ivory); }

/* K&S factory badge — canonical geometry with this project's requested gold accent. */
.site-footer__badge {
  --badge-orbit-duration: 6.8s;
  --badge-orbit-thickness: 2px;
  --badge-trace-length: 8;
  --badge-trace-opacity: 0.67;
  --badge-rail: color-mix(in srgb, #faf7f2 90%, #141618 10%);
  --color-badge-accent-soft: rgba(212, 162, 87, 0.35);
  position: relative;
  display: inline-flex;
  justify-self: start;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 0.228rem;
  border: 0;
  border-radius: 3px;
  background: transparent;
  box-shadow: 0 0.4275rem 1.235rem -0.6175rem rgba(0, 0, 0, 0.22);
  isolation: isolate;
  overflow: visible;
  text-decoration: none;
  transition: transform 300ms var(--ease);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.site-footer__badge::before { content: ""; position: absolute; inset: -4px; }
.site-footer__badge-orbit { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.site-footer__badge-orbit-fill { fill: #f5f1e8; }
.site-footer__badge-orbit-rail, .site-footer__badge-orbit-trace { fill: none; vector-effect: non-scaling-stroke; }
.site-footer__badge-orbit-rail { stroke: var(--badge-rail); stroke-width: 0.95; }
.site-footer__badge-orbit-trace { stroke: #d4a257; stroke-width: var(--badge-orbit-thickness); stroke-linecap: round; opacity: 0; filter: drop-shadow(0 0 1px var(--color-badge-accent-soft)); }
.site-footer__badge-orbit.is-ready .site-footer__badge-orbit-trace { opacity: var(--badge-trace-opacity); }
.site-footer__badge-core { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 0.228em; min-height: 1.254rem; padding: 0.228rem 0.456rem; border-radius: 2px; background: transparent; color: #5a6169; font-size: calc(0.627rem + 1.9px); line-height: 1; letter-spacing: 0.035em; font-weight: 500; text-transform: none; white-space: nowrap; }
.site-footer__badge-lockup { display: block; flex: 0 0 auto; width: auto; height: 0.7125rem; aspect-ratio: 9066.9505 / 738; overflow: visible; }
.site-footer__badge-byline { opacity: 0.92; }
.site-footer__badge-wordmark path[fill="#7C3AED"] { fill: #d4a257; }
.site-footer__badge:hover, .site-footer__badge:focus-visible { transform: translate3d(0, -2px, 0); }

/* Utility/legal routes */
.section { position: relative; }
body.legal-page::before {
  content: "";
  position: fixed;
  z-index: 99;
  inset: 0 0 auto;
  height: clamp(7.5rem, 15vh, 10rem);
  background: linear-gradient(180deg, var(--ivory) 0%, rgba(245, 241, 232, 0.96) 54%, rgba(245, 241, 232, 0) 100%);
  pointer-events: none;
}
.page-hero { min-height: 100svh; padding: 10rem 1.5rem 6rem; background: var(--ivory); }
.shell { width: min(1120px, 100%); margin-inline: auto; }
.prose { max-width: 760px; }
.prose h1 { font-family: var(--font-serif); font-size: clamp(3.2rem, 7vw, 5.8rem); font-weight: 400; line-height: 0.98; }
.prose h2 { margin-top: 2.5rem; font-family: var(--font-serif); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 400; }
.prose p { margin-top: 1rem; font-size: 1.15rem; }
.prose a { border-bottom: 1px solid var(--gold); }
.prose a:hover, .prose a:focus-visible { color: var(--moss); border-color: var(--forest); }
.eyebrow { margin-bottom: 1rem; font-family: var(--font-ui); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; }
.divider { width: 100px; height: 1px; margin: 2rem 0; border: 0; background: var(--gold); }
.redirect-page { min-height: 100svh; display: grid; place-items: center; padding: 7rem 1.5rem 4rem; text-align: center; }
.redirect-page h1 { font-family: var(--font-serif); font-size: clamp(3rem, 8vw, 6rem); font-weight: 400; }
.redirect-page p { margin-top: 1rem; }
.redirect-page .button { margin-top: 2rem; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 7rem 1.5rem 4rem; background: var(--forest-black); color: var(--ivory); text-align: center; }
.error-page__code { color: var(--gold); font-family: var(--font-serif); font-size: clamp(5rem, 14vw, 10rem); line-height: 0.8; }
.error-page__title { margin-top: 1rem; font-family: var(--font-ui); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; }
.error-page .lead { max-width: 34rem; margin: 1.5rem auto 0; }
.error-page .button { margin-top: 2rem; color: var(--ivory); }
.measure { max-width: 700px; }
.text-center { text-align: center; }

/* Tablet */
@media (max-width: 1100px) {
  :root { --shell: min(920px, calc(100% - 64px)); }
  .site-header { right: 2rem; }
  .one-page .site-header { left: 2rem; }
  .hero-copy { width: 510px; }
  .brand-lockup--hero { width: 340px; }
  .scene__inner--contact { grid-template-columns: minmax(250px, 0.9fr) minmax(210px, 0.72fr) minmax(290px, 1fr); gap: 1.25rem; }
  .contact-copy, .arrival-card, .button--contact { width: auto; }
  .contact-list__row { grid-template-columns: 52px minmax(0, 1fr); gap: 0.75rem; }
  .contact-list__icon { width: 50px; height: 50px; }
  .contact-list__row p { font-size: 0.875rem; }
  .about-copy p.about-copy__labels { max-width: 390px; white-space: normal; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100% - 48px); --mobile-nav-top: max(0.75rem, env(safe-area-inset-top)); }
  .site-header {
    top: var(--mobile-nav-top);
    left: 0.75rem;
    right: 0.75rem;
    min-height: 64px;
    padding: 0.6rem 0.75rem 0.6rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(184, 154, 85, 0.32);
    border-radius: 4px;
    background: rgba(244, 238, 230, 0.94);
    color: var(--forest-black);
    backdrop-filter: blur(12px);
  }
  .site-header__home { display: flex; flex-direction: column; font-family: var(--font-ui); text-transform: uppercase; letter-spacing: 0.16em; }
  .site-header__home span { font-size: 0.82rem; }
  .site-header__home small { margin-top: 0.12rem; font-size: 0.5rem; }
  .one-page .site-header { left: 0; right: 0; width: auto; min-height: 0; padding: 0 0.75rem; justify-content: flex-end; border: 0; border-radius: 0; background: transparent; backdrop-filter: none; pointer-events: none; }
  .one-page .site-header__home--morph {
    top: var(--brand-sticky-top, max(0.75rem, env(safe-area-inset-top)));
    color: var(--ivory);
    paint-order: stroke fill;
    -webkit-text-stroke: 1.5px var(--forest-black);
    text-shadow: none;
    transition: filter 220ms ease, transform 280ms var(--ease);
  }
  .one-page .site-header__home--morph span { font-size: 1.25rem; }
  .one-page .site-header__home--morph small { font-weight: 500; }
  .one-page .site-header__home--morph.is-measuring-small span { font-size: 1.25rem; line-height: 1.1; letter-spacing: 0.24em; }
  .one-page .site-header__home--morph.is-measuring-small small { margin-top: 0.6rem; font-size: 0.68rem; line-height: 1.1; letter-spacing: 0.25em; }
  .one-page .nav-toggle { width: 58px; height: 58px; border: 1px solid rgba(184, 154, 85, 0.42); border-radius: 50%; background: var(--ivory); color: var(--forest-black); pointer-events: auto; }
  .one-page .site-nav { pointer-events: auto; }
  .nav-toggle { position: relative; z-index: 2; display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; border: 0; background: transparent; color: currentColor; }
  .nav-toggle span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform 260ms var(--ease), opacity 180ms ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    visibility: hidden;
    opacity: 0;
    background: rgba(14, 19, 12, 0.98);
    color: var(--ivory);
    transition: opacity 260ms ease, visibility 0s linear 260ms;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; transition-delay: 0s; }
  .site-nav__link { align-items: center; font-size: 1rem; }
  body:not(.one-page) .site-header {
    min-height: 58px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }
  body:not(.one-page) .site-header__home { letter-spacing: 0.18em; }
  body:not(.one-page) .nav-toggle[aria-expanded="true"] { color: var(--ivory); }
  body:not(.one-page) .site-nav.is-open { --nav-halo: var(--forest-black); }
  .brand-lockup--hero { top: calc(var(--header-top) - 2px); }
  .brand-lockup__name { font-size: 1.25rem; }
  .hero-copy { top: 42%; }
  .therapy-copy { max-width: 46vw; }
  .about-copy { max-width: 52vw; }
  .about-media { left: 30%; }
  .info-copy { max-width: 58vw; }
  .info-crane { width: 44vw; }
  .scene__inner--contact { grid-template-columns: minmax(290px, 0.9fr) minmax(320px, 1.1fr); grid-template-rows: auto auto auto; align-content: end; }
  .contact-copy { grid-column: 1; grid-row: 1; }
  .button--contact { grid-column: 1; grid-row: 2; }
  .arrival-card { grid-column: 2; grid-row: 1 / span 2; }
  .scene-mantra--contact { grid-column: 1 / -1; grid-row: 3; }
  .arrival-card__map { height: 210px; }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .scene.scene--contact,
  .scene__inner.scene__inner--contact { min-height: 1100px; }
  .scene__inner.scene__inner--contact { padding-top: 9rem; }
}

@media (min-width: 768px) and (max-aspect-ratio: 6 / 5) {
  .info-room img { object-fit: cover; object-position: center top; }
  .info-crane { top: auto; right: 3%; bottom: 9%; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .scene__inner--contact { grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 1.08fr); }
  .contact-copy, .button--contact, .arrival-card { width: 100%; min-width: 0; }
}

@media (max-height: 850px) and (min-width: 768px) {
  .scene.scene--about,
  .scene__inner.scene__inner--about { min-height: 880px; }
}

/* Mobile: deliberately recomposed, not scaled desktop */
@media (max-width: 767px) {
  :root {
    --shell: calc(100% - clamp(2.5rem, 12vw, 4rem));
    --mobile-scene-depth: clamp(520px, 66svh, 580px);
    --mobile-scene-fade: linear-gradient(
      180deg,
      var(--ivory) 0,
      rgba(245, 241, 232, 0.94) 24px,
      rgba(245, 241, 232, 0.68) 58px,
      rgba(245, 241, 232, 0.38) 92px,
      rgba(245, 241, 232, 0.14) 124px,
      rgba(245, 241, 232, 0) 154px,
      rgba(245, 241, 232, 0) calc(var(--mobile-scene-depth) - 180px),
      rgba(245, 241, 232, 0.06) calc(var(--mobile-scene-depth) - 155px),
      rgba(245, 241, 232, 0.2) calc(var(--mobile-scene-depth) - 125px),
      rgba(245, 241, 232, 0.46) calc(var(--mobile-scene-depth) - 90px),
      rgba(245, 241, 232, 0.72) calc(var(--mobile-scene-depth) - 55px),
      rgba(245, 241, 232, 0.92) calc(var(--mobile-scene-depth) - 25px),
      var(--ivory) var(--mobile-scene-depth),
      var(--ivory) 100%
    );
  }
  body { font-size: 1.05rem; }
  .desktop-only { display: none; }
  .scene { overflow: hidden; }
  .scroll-cue { display: none; }
  .button { width: 100%; min-height: 54px; padding-inline: 1.2rem; gap: 1.2rem; }

  .scene-stage { display: none; }
  .scene--therapy,
  .scene--about,
  .scene--info,
  .scene--contact {
    min-height: 0;
    padding: 0;
    background-color: var(--ivory);
    background-image: var(--mobile-scene-fade), var(--mobile-scene-image);
    background-repeat: no-repeat;
    background-position: top, var(--mobile-scene-position, center) top;
    background-size: 100% 100%, auto calc(var(--mobile-scene-depth) + 4px);
  }
  .scene--therapy { --mobile-scene-image: url("../images/one-page/therapy-960.webp"); --mobile-scene-position: 64%; }
  .scene--about { --mobile-scene-image: url("../images/portrait/ruth-pro-760.webp"); --mobile-scene-position: 50%; }
  .scene--info { --mobile-scene-image: url("../images/one-page/info-room-960.webp"); --mobile-scene-position: 100%; }
  .scene--contact { --mobile-scene-image: url("../images/one-page/contact-960.webp"); --mobile-scene-position: 64%; }
  .scene--about { background-size: 100% 100%, max(100%, 435px) auto; }

  .scene--hero {
    min-height: max(100svh, 820px);
    padding-top: 0;
    background-color: var(--ivory);
    background-image: linear-gradient(
      180deg,
      transparent 0,
      transparent 300px,
      rgba(245, 241, 232, 0.04) 320px,
      rgba(245, 241, 232, 0.14) 345px,
      rgba(245, 241, 232, 0.32) 375px,
      rgba(245, 241, 232, 0.56) 410px,
      rgba(245, 241, 232, 0.78) 445px,
      rgba(245, 241, 232, 0.93) 480px,
      var(--ivory) 520px,
      var(--ivory) 100%
    ), url("../images/one-page/hero-960.webp");
    background-repeat: no-repeat;
    background-position: center, 72% 48%;
    background-size: 100% 100%, cover;
  }
  .scene__inner--hero { min-height: max(100svh, 820px); }
  .scene__media--hero img { object-position: 72% 48%; }
  .scene__inner--hero { width: var(--shell); }
  .brand-lockup--hero { top: calc(var(--header-top) - 2px); left: 0; width: 230px; text-align: left; }
  .brand-lockup__crane { width: 220px; margin: 0; }
  .brand-lockup__origin { height: 2.05rem; margin-top: 0.4rem; }
  .one-page .site-header__home--morph span { font-size: 1rem; line-height: 1.1; letter-spacing: 0.24em; }
  .one-page .site-header__home--morph small { margin-top: 0.35rem; font-size: 0.54rem; line-height: 1.1; letter-spacing: 0.25em; }
  .one-page .site-header__home--morph.is-measuring-small span { font-size: 1rem; line-height: 1.1; letter-spacing: 0.24em; }
  .one-page .site-header__home--morph.is-measuring-small small { margin-top: 0.35rem; font-size: 0.54rem; line-height: 1.1; letter-spacing: 0.25em; }
  .brand-lockup--hero .brand-divider { margin: 1rem 0 0 3rem; }
  .hero-copy { position: absolute; inset: auto 0 6.5rem; width: 100%; padding-top: 0; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4rem); line-height: 1.22; }
  .hero-copy__lead { margin-top: 1.3rem; line-height: 1.5; }
  .hero-copy .button { min-width: 0; margin-top: 1.6rem; }

  .scene__inner--therapy { min-height: 0; padding: var(--mobile-scene-depth) 0 5rem; }
  .therapy-copy { position: relative; inset: auto; width: 100%; max-width: none; }
  .therapy-copy h2, .about-copy h2, .info-copy h2, .contact-copy h2 { font-size: clamp(2.8rem, 12vw, 3.8rem); }
  .therapy-copy .section-marker { margin-top: 1.4rem; }
  .therapy-copy p { margin-top: 1.8rem; }

  .scene__inner--about { min-height: 0; padding: var(--mobile-scene-depth) 0 6rem; }
  .about-copy { position: relative; inset: auto; width: 100%; max-width: none; padding-bottom: 0; }
  .about-copy p { margin-top: 1.6rem; }
  .about-copy p.about-copy__labels { white-space: normal; }
  .about-copy__labels b { padding-inline: 0.3rem; }
  .about-copy .button { min-width: 0; margin-top: 1.8rem; }

  .scene__inner--info { z-index: 1; display: flex; min-height: 0; padding: var(--mobile-scene-depth) 0 4.5rem; flex-direction: column; }
  .info-copy { position: relative; inset: auto; width: 100%; min-width: 0; max-width: none; }
  .info-copy h2 { font-size: clamp(3rem, 13.5vw, 3.7rem); }
  .info-copy .section-marker { margin-top: 1.35rem; }
  .info-copy__insurance { margin-top: 1.7rem; }
  .info-row, .info-row--emr { grid-template-columns: 58px 1fr; margin-top: 1.8rem; }
  .info-row p { font-size: 1rem; }

  .scene__inner--contact { display: block; min-height: 0; padding: var(--mobile-scene-depth) 0 4rem; }
  .contact-copy { position: relative; inset: auto; width: 100%; }
  .contact-copy h2 { white-space: normal; }
  .contact-list { margin-top: 2rem; }
  .contact-list__row { grid-template-columns: 52px 1fr; }
  .contact-list__row p { font-size: 0.9rem; }
  .button--contact { position: relative; inset: auto; width: 100%; min-width: 0; min-height: 96px; margin-top: 2rem; }
  .arrival-card { position: relative; inset: auto; width: 100%; margin-top: 2.5rem; border: 1px solid rgba(184, 154, 85, 0.46); border-radius: 14px; box-shadow: none; }
  .arrival-card__map { height: auto; aspect-ratio: 16/9; }
  .arrival-card__body { padding: 1.4rem 1.5rem 1.6rem; }
  .scene-mantra--contact { display: block; width: 100%; margin: 3rem auto 0; padding-inline: 0; font-size: 0.875rem; letter-spacing: 0.055em; white-space: nowrap; }
  .scene-mantra--contact span { margin-inline: 0.25rem; }
  .scene-mantra--contact::before {
    display: none;
  }

  .footer-main { grid-template-columns: 1fr; padding-block: 3.5rem 2.7rem; gap: 2.5rem; }
  .footer-inner { display: flex; min-height: 0; padding: 0.9rem 0 max(2rem, env(safe-area-inset-bottom)); flex-direction: column; gap: 1.5rem; text-align: center; }
  .site-footer__legal { order: -1; }
  .site-footer__legal a { align-items: flex-end; }
  .page-hero { padding-top: 8rem; }
}

@media (max-width: 380px) {
  :root { --shell: calc(100% - 40px); }
  .hero-copy h1 { font-size: 3rem; }
  .contact-list__row { grid-template-columns: 48px 1fr; gap: 0.75rem; }
  .contact-list__row p { font-size: 0.84rem; }
  .arrival-card__body { padding-inline: 1.2rem; }
  .scene-mantra--contact { left: 0; width: calc(100vw - 8px); margin-left: 50%; letter-spacing: 0; transform: translateX(-50%); }
  .scene-mantra--contact span { margin-inline: 0.15rem; }
}

@media (max-height: 760px) and (min-width: 768px) {
  .scene, .scene__inner { min-height: 780px; }
  .brand-lockup--hero { top: 5%; }
  .hero-copy { top: 37%; }
  .about-copy { top: 14%; }
  .info-copy { top: 12%; }
  .contact-copy { top: 15%; }
}

@media (max-height: 600px) and (min-width: 768px) and (max-width: 900px) {
  .scene--contact,
  .scene__inner--contact { min-height: 1100px; }
  .scene__inner--contact { padding-block: 8rem 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
