:root {
  --paper: #fcfcfa;
  --ivory: #f7f6f2;
  --mist: #f1f0ec;
  --taupe: #9b9188;
  --clay: #b8a79a;
  --ink: #292826;
  --muted: #6b6762;
  --line: rgba(41, 39, 35, .16);
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; background: var(--ink); color: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.4rem, 4vw, 4.5rem); position: relative; z-index: 20; background: rgba(252,252,250,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .72rem; }
.brand-mark { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1.15rem; font-style: italic; letter-spacing: -.08em; }
.brand-name { font-family: var(--serif); font-size: 1.5rem; line-height: .85; }
.brand-name small { display: block; font-family: var(--sans); font-size: .52rem; letter-spacing: .22em; margin-top: .45rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.3vw, 2.6rem); font-size: .84rem; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -.35rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: .62rem 1.15rem; transition: .25s ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }

.hero { min-height: min(780px, calc(100vh - 92px)); position: relative; display: grid; align-items: end; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(252,252,250,1) 4%, rgba(252,252,250,.91) 31%, rgba(252,252,250,.12) 63%), url("assets/respite-hero.png") 62% center / cover no-repeat; transform: scale(1.015); animation: settle 1.5s ease-out both; }
@keyframes settle { from { opacity: .5; transform: scale(1.04); } to { opacity: 1; transform: scale(1.015); } }
.hero-copy { position: relative; z-index: 2; width: min(48rem, 64vw); padding: clamp(4rem, 8vw, 8rem) clamp(1.4rem, 8vw, 8rem); }
.eyebrow { margin: 0 0 1.4rem; font-size: .71rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin-top: 0; }
h1 { font-size: clamp(4.1rem, 8.2vw, 8.8rem); line-height: .84; letter-spacing: -.045em; margin-bottom: 2rem; }
h1 em { color: var(--taupe); font-weight: 400; }
.hero-intro { max-width: 34rem; font-size: clamp(1rem, 1.3vw, 1.14rem); line-height: 1.75; color: #514d47; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.15rem; border-radius: 999px; padding: .72rem 1.5rem; font-size: .82rem; font-weight: 500; transition: transform .25s ease, background .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper); }
.text-link { font-size: .84rem; border-bottom: 1px solid currentColor; padding-bottom: .2rem; }
.text-link span { margin-left: .25rem; }
.hero-note { position: absolute; z-index: 2; right: clamp(1.4rem, 4vw, 4.5rem); bottom: 1.6rem; display: flex; gap: 1.8rem; font-size: .69rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-note span + span::before { content: ""; display: inline-block; width: 4px; height: 4px; background: var(--ink); border-radius: 50%; margin: 0 .85rem .1rem 0; }

.intro-strip { padding: 1.45rem clamp(1.4rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: center; gap: clamp(1.1rem, 3vw, 3rem); background: var(--ink); color: var(--paper); overflow: hidden; }
.intro-strip p { margin: 0; white-space: nowrap; font-family: var(--serif); font-size: clamp(1.05rem, 1.8vw, 1.45rem); }
.intro-strip i { width: .3rem; height: .3rem; border-radius: 50%; background: var(--clay); }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 7rem); }
.treatments { display: grid; grid-template-columns: minmax(16rem, .8fr) minmax(28rem, 1.2fr); gap: clamp(3rem, 8vw, 9rem); }
.section-heading { position: sticky; top: 3rem; align-self: start; }
.section-heading h2, .founder h2, .journal h2, .contact h2, .approach-panel h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1.02; letter-spacing: -.035em; margin-bottom: 2rem; }
.section-heading > p:last-child { max-width: 29rem; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 2.3rem 1fr auto; gap: 1.5rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-card:hover { padding-left: 1rem; padding-right: 1rem; background: rgba(247,246,242,.92); }
.service-number { font-size: .69rem; color: var(--muted); padding-top: .35rem; }
.service-card h3 { font-size: clamp(1.65rem, 2.4vw, 2.35rem); margin-bottom: .7rem; }
.service-card p { margin: 0; max-width: 37rem; color: var(--muted); }
.service-pricing { display: grid; grid-template-columns: repeat(3, minmax(5.3rem, 1fr)); gap: .65rem; max-width: 26rem; margin-top: 1.25rem; padding-top: 1.15rem; border-top: 1px solid var(--line); }
.service-pricing > div { display: flex; align-items: baseline; justify-content: space-between; gap: .65rem; padding: .65rem .75rem; background: var(--ivory); border: 1px solid rgba(41,39,35,.08); }
.service-pricing span { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: #7b756f; white-space: nowrap; }
.service-pricing strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 400; color: var(--ink); }
.service-card > a { align-self: end; font-size: .74rem; text-transform: uppercase; letter-spacing: .13em; }
.treatment-note { grid-column: 2; font-size: .78rem; color: var(--muted); margin: -1rem 0 0; }

.future-services { padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.4rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(17rem, .72fr) minmax(30rem, 1.28fr); gap: clamp(3rem, 8vw, 8rem); background: var(--ivory); border-top: 1px solid var(--line); }
.future-intro h2 { font-size: clamp(2.7rem, 4.4vw, 4.8rem); line-height: 1.02; letter-spacing: -.035em; margin-bottom: 1.5rem; }
.future-intro > p:last-child { max-width: 34rem; color: var(--muted); }
.future-groups { border-top: 1px solid var(--line); }
.future-groups article { display: grid; grid-template-columns: 2.3rem minmax(10rem, .85fr) minmax(16rem, 1.15fr); gap: 1.4rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.future-groups span { padding-top: .35rem; font-size: .69rem; color: var(--muted); }
.future-groups h3 { margin: 0; font-size: clamp(1.55rem, 2.1vw, 2.15rem); line-height: 1.15; }
.future-groups p { margin: .25rem 0 0; color: var(--muted); }

.approach { min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--mist); overflow: hidden; }
.approach-word { display: flex; align-items: center; padding-left: clamp(2rem, 4vw, 5rem); font-family: var(--serif); font-style: italic; font-size: clamp(9rem, 21vw, 22rem); letter-spacing: -.09em; color: rgba(255,255,255,.92); transform: translateX(-2%); user-select: none; }
.approach-panel { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 7rem) clamp(5rem, 9vw, 9rem) 1rem; align-self: center; }
.approach-panel > p:not(.eyebrow) { color: #5a554f; max-width: 36rem; }
.principles { margin: 2.5rem 0 0; border-top: 1px solid rgba(41,39,35,.2); }
.principles div { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(41,39,35,.2); }
.principles dt { font-size: .66rem; color: var(--muted); }
.principles dd { margin: 0; font-family: var(--serif); font-size: 1.25rem; }

.founder { padding: clamp(4rem, 6vw, 5.5rem) clamp(1.4rem, 7vw, 7rem); background: #fff; }
.founder-inner { max-width: 76rem; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 11.5rem; align-items: start; gap: clamp(2.5rem, 6vw, 6rem); padding: clamp(2.2rem, 4vw, 3.6rem); border: 1px solid var(--line); background: var(--paper); }
.founder-copy { max-width: 52rem; }
.founder-copy .eyebrow { margin-bottom: 1rem; }
.founder-copy h2 { font-size: clamp(2.25rem, 3.5vw, 3.55rem); line-height: 1.04; margin-bottom: 1.4rem; max-width: 46rem; }
.founder-copy > p:not(.eyebrow) { color: var(--muted); margin: .65rem 0; }
.founder-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.2rem 2rem; margin-top: 1.5rem; }
.founder-meta { display: flex; flex-wrap: wrap; gap: .6rem; }
.founder-meta span { padding: .42rem .72rem; border: 1px solid var(--line); border-radius: 999px; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; color: #57534e; background: #fff; }
.founder-link { white-space: nowrap; }
.founder-profile { width: 11.5rem; margin: 0; }
.founder-profile img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border: 1px solid rgba(41,39,35,.08); background: #fff; filter: saturate(.94) contrast(.99); }
.founder-profile figcaption { padding-top: .8rem; }
.founder-profile strong, .founder-profile span { display: block; }
.founder-profile strong { font-family: var(--serif); font-size: 1.28rem; font-weight: 400; line-height: 1.2; }
.founder-profile span { margin-top: .22rem; font-size: .65rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }

.journal { padding: clamp(5rem, 9vw, 8rem) clamp(1.4rem, 7vw, 7rem); background: #f7f6f3; }
.journal-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.journal h2 { margin-bottom: 0; }
.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.note-card { min-height: 25rem; padding: 2rem; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .3s ease; }
.note-card::after { content: ""; position: absolute; width: 15rem; height: 15rem; border: 1px solid rgba(41,39,35,.15); border-radius: 50%; right: -5rem; bottom: -6rem; box-shadow: 0 0 0 2.2rem rgba(255,255,255,.08), 0 0 0 4.5rem rgba(255,255,255,.06); }
.note-card:hover { transform: translateY(-5px); }
.note-card > span { font-size: .66rem; text-transform: uppercase; letter-spacing: .17em; }
.note-card h3 { margin-top: auto; margin-bottom: 1rem; font-size: clamp(2rem, 3vw, 3.05rem); line-height: 1.05; max-width: 18rem; }
.note-card b { font-weight: 400; align-self: flex-end; z-index: 1; }
.note-light { background: #ffffff; }
.note-warm { background: #eee9e4; }
.note-stone { background: #e7e7e3; }

.booking { padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(18rem, .82fr) minmax(30rem, 1.18fr); gap: clamp(3rem, 8vw, 9rem); background: #fff; }
.booking-copy h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1.02; letter-spacing: -.035em; margin-bottom: 1.7rem; }
.booking-copy > p:not(.eyebrow) { max-width: 32rem; color: var(--muted); }
.coming-soon { display: inline-block; margin-top: 1.3rem; padding: .5rem .85rem; border: 1px solid var(--line); border-radius: 999px; font-size: .69rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; background: var(--ivory); }
.booking-journey { padding: clamp(2rem, 4vw, 3.5rem); background: var(--ivory); border: 1px solid var(--line); }
.booking-journey > div { display: grid; grid-template-columns: 2.4rem minmax(10rem, .55fr) minmax(15rem, 1fr); gap: 1.2rem; padding: 1.45rem 0; border-bottom: 1px solid var(--line); }
.booking-journey > div:first-child { border-top: 1px solid var(--line); }
.booking-journey span { font-size: .67rem; color: var(--muted); }
.booking-journey strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1.2; }
.booking-journey p { margin: 0; color: var(--muted); font-size: .9rem; }
.booking-placeholder { margin-top: 2rem; background: var(--ink); color: var(--paper); cursor: pointer; }
.booking-help { margin-top: .9rem !important; font-size: .76rem !important; }

.contact { padding: clamp(6rem, 12vw, 11rem) 1.5rem; text-align: center; background: var(--ink); color: var(--paper); }
.contact h2 { font-size: clamp(3.3rem, 7vw, 7.2rem); margin-bottom: 1.8rem; }
.contact > p:not(.eyebrow) { max-width: 36rem; margin-left: auto; margin-right: auto; color: #cbc7c0; }
.contact-actions { justify-content: center; }
.button-light { background: var(--paper); color: var(--ink); }
.light-link { color: var(--paper); }

footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: end; gap: 2rem; padding: 3.5rem clamp(1.4rem, 5vw, 5rem) 2rem; background: var(--ink); color: var(--paper); border-top: 1px solid rgba(255,255,255,.17); }
.footer-brand .brand-mark { border-color: var(--paper); }
footer p { margin: 0; color: #aaa59d; }
footer > div { display: flex; justify-content: flex-end; gap: 1.5rem; font-size: .76rem; }
footer > small { grid-column: 1 / -1; padding-top: 2rem; color: #8e8982; border-top: 1px solid rgba(255,255,255,.13); font-size: .65rem; }

@media (max-width: 920px) {
  .menu-toggle { display: grid; gap: 4px; z-index: 5; }
  .menu-toggle span:not(.sr-only) { width: 1.45rem; height: 1px; background: var(--ink); transition: .25s; }
  .site-nav { position: absolute; left: 0; right: 0; top: 91px; display: none; flex-direction: column; align-items: stretch; background: var(--paper); padding: 1.5rem; border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(41,39,35,.08); }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero-copy { width: min(42rem, 84vw); }
  .treatments { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .treatment-note { grid-column: 1; }
  .future-services { grid-template-columns: 1fr; }
  .approach { grid-template-columns: 1fr; }
  .approach-word { min-height: 18rem; justify-content: center; padding: 0; transform: translateX(-3%); }
  .approach-panel { padding: 1rem clamp(1.5rem, 8vw, 5rem) 6rem; }
  .founder-inner { grid-template-columns: minmax(0, 1fr) 9rem; gap: 2.5rem; }
  .founder-profile { width: 9rem; }
  .note-grid { grid-template-columns: 1fr 1fr; }
  .note-card:last-child { grid-column: 1 / -1; min-height: 19rem; }
  .booking { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > div { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 650px) {
  .site-header { height: 78px; }
  .site-nav { top: 77px; }
  .brand-mark { width: 2.25rem; height: 2.25rem; }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { background: linear-gradient(180deg, rgba(252,252,250,.04) 18%, rgba(252,252,250,.92) 57%, rgba(252,252,250,1) 75%), url("assets/respite-hero.png") 66% top / auto 58% no-repeat; }
  .hero-copy { width: 100%; padding: 21rem 1.4rem 6rem; }
  h1 { font-size: clamp(3.7rem, 18vw, 5.3rem); }
  .hero-note { left: 1.4rem; right: auto; bottom: 1.2rem; }
  .intro-strip { justify-content: flex-start; overflow-x: auto; }
  .service-card { grid-template-columns: 2rem 1fr; }
  .service-card > a { grid-column: 2; justify-self: start; }
  .service-pricing { grid-template-columns: repeat(3, 1fr); max-width: none; }
  .service-pricing > div { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .future-groups article { grid-template-columns: 2rem 1fr; }
  .future-groups p { grid-column: 2; }
  .founder-inner { grid-template-columns: 1fr; gap: 2rem; padding: 1.4rem; }
  .founder-copy h2 { font-size: 2.2rem; }
  .founder-profile { width: 100%; display: grid; grid-template-columns: 7.5rem 1fr; align-items: end; gap: 1rem; }
  .founder-profile figcaption { padding: 0 0 .2rem; }
  .journal-head { align-items: flex-start; flex-direction: column; }
  .note-grid { grid-template-columns: 1fr; }
  .note-card, .note-card:last-child { grid-column: auto; min-height: 22rem; }
  .booking-journey { padding: 1.4rem; }
  .booking-journey > div { grid-template-columns: 2rem 1fr; }
  .booking-journey > div p { grid-column: 2; }
  .contact-actions, .hero-actions { align-items: flex-start; flex-direction: column; }
  .contact-actions { align-items: center; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer > div { grid-column: auto; flex-wrap: wrap; }
  footer > small { grid-column: auto; }
}

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