/* Wellness-Oase — calm, accessible and cinematic */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Variable.ttf') format('truetype');
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Italic-Variable.ttf') format('truetype');
    font-style: italic;
    font-weight: 500 700;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Variable.ttf') format('truetype');
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

:root {
    --cream: #f7f4ed;
    --cream-deep: #eee8dc;
    --paper: #fffdf8;
    --sand: #d8cbb7;
    --sage: #667b68;
    --sage-light: #dce4da;
    --sage-deep: #344a3a;
    --forest: #21352a;
    --gold: #c89b55;
    --gold-light: #ebd3a8;
    --ink: #28322b;
    --ink-soft: #59645d;
    --ink-muted: #737c76;
    --line: rgba(52, 74, 58, 0.16);
    --white: #ffffff;
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 40px;
    --shadow-soft: 0 14px 50px rgba(44, 56, 47, 0.09);
    --shadow-lift: 0 24px 70px rgba(44, 56, 47, 0.14);
    --ease: cubic-bezier(.22, 1, .36, 1);
    --scroll: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font: 400 18px/1.65 var(--font-body);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body, button, input, textarea, select { font-family: var(--font-body); }
h1, h2, h3, h4 { color: var(--forest); font-family: var(--font-display); line-height: 1.04; margin: 0; font-weight: 600; }
p { color: var(--ink-soft); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d1a85f; outline-offset: 4px; border-radius: 5px; }
::selection { background: var(--gold-light); color: var(--forest); }

.skip-link { position: fixed; top: 8px; left: 12px; z-index: 1000; padding: .75rem 1rem; background: var(--white); color: var(--forest); transform: translateY(-150%); box-shadow: var(--shadow-soft); }
.skip-link:focus { transform: none; }
.page-container { min-height: 100vh; display: flex; flex-direction: column; }
.main-content, .content-body { margin: 0; padding: 0; max-width: none; width: 100%; }
.main-content { flex: 1; }
.page-width { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.content-section { padding: 8rem 0; position: relative; }
.wellness-page { position: relative; overflow: clip; background: var(--cream); }

.ambient-journey { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.ambient-glow { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .25; }
.ambient-glow-one { width: 42rem; height: 42rem; top: 38rem; right: -18rem; background: #d8d3a7; transform: translateY(calc(var(--scroll) * 120px)); }
.ambient-glow-two { width: 38rem; height: 38rem; top: 150rem; left: -15rem; background: #b9d0c1; transform: translateY(calc(var(--scroll) * -90px)); }
.ambient-grain { position: absolute; inset: 0; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

/* Header */
.app-header { position: sticky; top: 0; z-index: 100; height: 86px; padding: 0 28px; background: rgba(250, 248, 242, .91); border-bottom: 1px solid rgba(52, 74, 58, .1); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-content { height: 100%; max-width: 1240px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo-link { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.logo-mark { width: 41px; height: 41px; border-radius: 50%; display: grid; place-items: center; color: var(--sage-deep); background: var(--sage-light); }
.logo-mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.logo-type { display: grid; line-height: 1; }
.logo-type strong { color: var(--forest); font: 600 1.35rem/1 var(--font-display); letter-spacing: .025em; }
.logo-type small { margin-top: .3rem; color: var(--ink-muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .13em; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; }
.main-nav a { color: var(--ink-soft); font-size: .96rem; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover { color: var(--sage-deep); }
.nav-phone { display: inline-flex; gap: .42rem; align-items: center; color: var(--sage-deep) !important; }
.main-nav .nav-cta { min-height: 48px; padding: .72rem 1.3rem; display: inline-flex; align-items: center; border-radius: 999px; color: var(--white); background: var(--sage-deep); box-shadow: 0 8px 22px rgba(52, 74, 58, .19); transition: transform .2s var(--ease), background .2s ease; }
.main-nav .nav-cta:hover { color: #fff; background: var(--forest); transform: translateY(-2px); }

/* Shared type and buttons */
.eyebrow { display: inline-flex; align-items: center; gap: .75rem; color: var(--sage-deep); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 36px; height: 1px; background: currentColor; }
.eyebrow-light { color: #f0ddbb; }
.section-heading { width: min(760px, calc(100% - 48px)); margin: 0 auto 3.8rem; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin-top: .9rem; font-size: clamp(2.65rem, 5vw, 4.5rem); letter-spacing: -.025em; }
.section-heading > p { max-width: 620px; margin: 1.1rem auto 0; font-size: 1.13rem; }
.section-heading-light h2, .section-heading-light p { color: #fffdf6; }
.section-heading-light p { opacity: .76; }
.btn { min-height: 54px; padding: .9rem 1.65rem; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s ease; }
.btn:hover:not(:disabled) { transform: translateY(-3px); }
.btn-xl { min-height: 60px; padding: 1rem 1.9rem; font-size: 1.05rem; }
.btn-primary { background: var(--sage-deep); color: #fff; box-shadow: 0 12px 30px rgba(29, 52, 39, .24); }
.btn-primary:hover:not(:disabled) { background: var(--forest); color: #fff; box-shadow: 0 16px 34px rgba(29, 52, 39, .29); }
.btn-soft { color: var(--forest); background: rgba(255, 253, 248, .88); border: 1px solid rgba(255, 255, 255, .6); backdrop-filter: blur(8px); }
.btn-soft:hover { background: #fff; color: var(--forest); }
.btn-sun { color: #28372d; background: #e8ca91; box-shadow: 0 14px 34px rgba(25, 33, 27, .22); }
.btn-sun:hover { color: #28372d; background: #f3d9aa; }
.btn-secondary { color: var(--sage-deep); background: var(--paper); border: 1px solid var(--line); }
.btn-secondary:hover { background: var(--sage-light); }
.btn:disabled { opacity: .52; cursor: not-allowed; transform: none; }

/* Hero */
.wellness-hero { position: relative; z-index: 1; min-height: calc(100svh - 86px); display: grid; overflow: hidden; isolation: isolate; }
.hero-scenes { position: absolute; inset: 0; z-index: -4; overflow: hidden; background: #24372c; }
.hero-scene { position: absolute; inset: -5%; display: block; opacity: 0; background-position: center; background-size: cover; background-repeat: no-repeat; will-change: opacity, transform; animation: hero-scene-cycle 30s linear infinite; }
.hero-scene-lake { opacity: 1; background-image: url('../images/hero-lake.webp'); background-position: center 52%; }
.hero-scene-water { background-image: url('../images/hero-water.webp'); animation-delay: 10s; }
.hero-scene-room { background-image: url('../images/hero-room.webp'); background-position: center 48%; animation-delay: 20s; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(20, 31, 25, .8) 0%, rgba(27, 40, 32, .6) 42%, rgba(27, 40, 32, .14) 75%, rgba(27, 40, 32, .15) 100%), linear-gradient(0deg, rgba(20, 31, 25, .38), transparent 45%); }
.hero-water { position: absolute; z-index: -1; left: 38%; right: -10%; bottom: -14%; height: 48%; opacity: .24; filter: blur(1px); transform: perspective(460px) rotateX(66deg); transform-origin: bottom; overflow: hidden; }
.hero-water span { position: absolute; left: 10%; width: 90%; height: 80px; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; animation: water-ring 10s ease-out infinite; }
.hero-water span:nth-child(2) { left: 28%; bottom: 16%; animation-delay: -3.5s; }
.hero-water span:nth-child(3) { left: -4%; bottom: 33%; animation-delay: -6.5s; }
.hero-inner { width: min(1240px, calc(100% - 56px)); margin: auto; min-height: calc(100svh - 86px); padding: 8rem 0 7rem; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-items: center; gap: 3rem; }
.hero-copy { max-width: 720px; }
.hero-copy h1 { margin: 1rem 0 1.35rem; color: #fffdf8; font-size: clamp(4rem, 7.8vw, 7.3rem); letter-spacing: -.045em; text-shadow: 0 4px 32px rgba(14, 26, 19, .18); }
.hero-copy h1 em { color: #e5c991; font-style: italic; font-weight: 500; }
.hero-lead { color: rgba(255,255,255,.88); max-width: 670px; font-size: clamp(1.14rem, 1.55vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .85rem; margin-top: 2.1rem; }
.hero-reassurance { color: rgba(255,255,255,.72); font-size: .91rem; margin: 1.35rem 0 0; }
.hero-reassurance span { color: #efd4a2; }
.hero-note { align-self: end; justify-self: end; width: 260px; margin-bottom: 3.5rem; display: flex; align-items: flex-start; gap: 1rem; }
.hero-note-line { flex: 0 0 46px; height: 1px; margin-top: .8rem; background: rgba(255,255,255,.6); }
.hero-note p { color: rgba(255,255,255,.8); font: italic 500 1.2rem/1.45 var(--font-display); margin: 0; }
.scroll-cue { position: absolute; bottom: 2.3rem; left: 50%; transform: translateX(-50%); display: grid; place-items: center; gap: .7rem; color: rgba(255,255,255,.72); font-size: .7rem; text-transform: uppercase; letter-spacing: .18em; }
.scroll-line { width: 1px; height: 42px; background: linear-gradient(#fff, transparent); animation: scroll-pulse 2.5s ease-in-out infinite; }
.ai-image-label { position: absolute; z-index: 5; right: 1rem; bottom: 1rem; color: rgba(255,255,255,.68); font-size: .58rem; font-weight: 600; letter-spacing: .04em; line-height: 1.2; text-shadow: 0 1px 4px rgba(20,31,25,.75); }
.hero-ai-label { right: 1.4rem; bottom: 1.4rem; }
@keyframes hero-scene-cycle {
    0% { opacity: 1; transform: scale(1.035) translate3d(-.5%, -.3%, 0); }
    27% { opacity: 1; }
    37% { opacity: 0; transform: scale(1.105) translate3d(1.2%, .8%, 0); }
    90% { opacity: 0; transform: scale(1.035) translate3d(-.5%, -.3%, 0); }
    100% { opacity: 1; transform: scale(1.035) translate3d(-.5%, -.3%, 0); }
}
@keyframes water-ring { 0% { transform: scale(.5); opacity: 0; } 20% { opacity: .9; } 100% { transform: scale(1.8); opacity: 0; } }
@keyframes scroll-pulse { 0%,100% { transform: scaleY(.5); opacity: .35; transform-origin: top; } 50% { transform: scaleY(1); opacity: 1; transform-origin: top; } }

/* Trust strip */
.trust-strip { position: relative; z-index: 3; padding: 2.25rem 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 112px; padding: 1.2rem 1.6rem; display: flex; align-items: center; gap: 1rem; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border: 0; padding-right: 0; }
.trust-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; color: var(--sage); background: var(--sage-light); border-radius: 50%; }
.trust-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-item h2 { margin-bottom: .3rem; font: 700 1.22rem/1.15 var(--font-body); }
.trust-item p { margin: 0; font-size: .92rem; line-height: 1.45; }

/* Massage cards */
.massage-section { z-index: 1; }
.massage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; align-items: stretch; }
.massage-card { position: relative; min-height: 610px; padding: 2.2rem; display: flex; flex-direction: column; background: rgba(255,253,248,.84); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s ease; }
.massage-card::after { content: ''; position: absolute; width: 250px; height: 250px; top: -130px; right: -100px; border-radius: 50%; background: var(--sage-light); opacity: .35; transition: transform .6s var(--ease); }
.massage-card:hover { transform: translateY(-9px); box-shadow: var(--shadow-lift); border-color: rgba(52,74,58,.28); }
.massage-card:hover::after { transform: scale(1.2); }
.massage-card.featured { background: var(--sage-deep); border-color: transparent; }
.massage-card.featured::after { background: #80997f; opacity: .22; }
.card-ribbon { position: absolute; top: 1.25rem; right: 1.25rem; z-index: 2; padding: .45rem .7rem; border-radius: 999px; background: rgba(255,255,255,.12); color: #f3dfba; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-number { position: absolute; right: 1.8rem; bottom: 1.1rem; color: rgba(53,75,58,.08); font: 600 6.8rem/1 var(--font-display); }
.featured .card-number { color: rgba(255,255,255,.06); }
.massage-symbol { position: relative; z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; color: var(--sage-deep); background: var(--sage-light); border-radius: 50%; }
.massage-symbol svg { width: 39px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.featured .massage-symbol { color: #f1d9aa; background: rgba(255,255,255,.12); }
.massage-card h3 { position: relative; z-index: 1; margin: 1.7rem 0 .9rem; font-size: 2.15rem; overflow-wrap: normal; hyphens: manual; }
.massage-card > p { position: relative; z-index: 1; margin: 0; font-size: 1.02rem; }
.featured h3, .featured > p { color: #fffdf7; }
.featured > p { opacity: .75; }
.benefit-list { position: relative; z-index: 1; margin: 1.5rem 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: .65rem; margin: .55rem 0; color: var(--ink-soft); font-size: .92rem; }
.benefit-list li::before { content: '✓'; color: var(--sage-deep); font-weight: 700; }
.featured .benefit-list li { color: rgba(255,255,255,.78); }
.featured .benefit-list li::before { color: #edce94; }
.massage-meta { position: relative; z-index: 1; margin-top: auto; padding: 1.2rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-muted); font-size: .86rem; }
.massage-meta strong { color: var(--forest); font-size: 1.2rem; }
.featured .massage-meta { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.6); }
.featured .massage-meta strong { color: #fff; }
.card-link { position: relative; z-index: 1; margin-top: 1.3rem; display: flex; justify-content: space-between; align-items: center; color: var(--sage-deep); font-weight: 700; }
.card-link span { transition: transform .2s var(--ease); }
.card-link:hover span { transform: translateX(5px); }
.featured .card-link { color: #f1d39d; }
.method-heading { width: min(760px, calc(100% - 48px)); margin: 5rem auto 2.4rem; text-align: center; }
.method-heading .eyebrow { justify-content: center; }
.method-heading h3 { margin-top: .75rem; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.method-heading p { margin: .85rem auto 0; }
.massage-grid-special { max-width: 820px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.price-note { margin-top: 1.5rem; color: var(--ink-muted); text-align: center; font-size: .88rem; }

/* Experience */
.experience-section { position: relative; z-index: 2; max-width: 1380px; margin: 0 auto; padding: 3rem 48px 8rem; display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.experience-image-wrap { position: relative; overflow: hidden; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; box-shadow: var(--shadow-lift); margin-left: -48px; }
.experience-image-wrap img { width: 100%; min-height: 650px; object-fit: cover; object-position: 50% center; transform: scale(1.03) translateY(calc(var(--scroll) * -15px)); }
.experience-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(31,52,41,.16)); pointer-events: none; }
.image-caption { position: absolute; left: 2rem; bottom: 2rem; z-index: 2; padding: .8rem 1.15rem; display: flex; gap: 1rem; border-radius: 999px; color: #fff; background: rgba(30,49,39,.68); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.image-caption span + span::before { content: '·'; margin-right: 1rem; color: #ebcd96; }
.experience-copy h2 { margin: 1rem 0 1.3rem; font-size: clamp(2.8rem, 4.7vw, 4.7rem); }
.large-copy { color: var(--ink); font-size: 1.2rem; line-height: 1.75; }
.experience-copy blockquote { margin: 2rem 0 0; padding: 1.2rem 0 1.2rem 1.5rem; border-left: 2px solid var(--gold); color: var(--sage-deep); font: italic 500 1.65rem/1.35 var(--font-display); }

/* Audience */
.audience-section { z-index: 1; background: #e9e5d9; }
.audience-section::before { content: ''; position: absolute; inset: 0; opacity: .23; background: radial-gradient(circle at 10% 80%, #a9c1ae, transparent 38%), radial-gradient(circle at 92% 10%, #f5ddae, transparent 35%); }
.audience-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: center; }
.audience-copy h2 { margin: 1rem 0 1.2rem; font-size: clamp(2.8rem, 4.5vw, 4.4rem); }
.audience-copy p { font-size: 1.08rem; }
.audience-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.audience-card { min-height: 225px; padding: 1.8rem; background: rgba(255,253,248,.72); border: 1px solid rgba(52,74,58,.12); border-radius: var(--radius); backdrop-filter: blur(8px); }
.audience-card-wide { grid-column: 1/-1; min-height: 185px; }
.audience-card > span { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.audience-card h3 { margin: 1.3rem 0 .65rem; font-size: 1.75rem; }
.audience-card p { margin: 0; font-size: .95rem; }

/* Flow */
.flow-section { position: relative; z-index: 2; padding: 8rem 0; color: #fff; background: radial-gradient(circle at 12% 40%, #5c765f, transparent 38%), linear-gradient(135deg, #263e30, #15291f); overflow: hidden; }
.flow-section::before, .flow-section::after { content: ''; position: absolute; width: 42rem; height: 42rem; border-radius: 50%; filter: blur(30px); opacity: .11; background: #f2d18f; animation: ambient-drift 20s ease-in-out infinite alternate; }
.flow-section::before { top: -28rem; right: -8rem; }
.flow-section::after { bottom: -33rem; left: 8%; animation-delay: -8s; }
.flow-light { position: absolute; top: -25%; left: 15%; width: 12%; height: 145%; background: linear-gradient(90deg, transparent, rgba(255,243,205,.08), transparent); transform: rotate(17deg); animation: light-sweep 18s ease-in-out infinite; }
.flow-section .page-width { position: relative; z-index: 2; }
.flow-steps { margin: 4rem 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); }
.flow-steps li { position: relative; padding: 1.2rem 2.6rem; text-align: center; }
.flow-steps li + li { border-left: 1px solid rgba(255,255,255,.18); }
.flow-number { width: 72px; height: 72px; margin: 0 auto 1.4rem; display: grid; place-items: center; border: 1px solid rgba(239,208,152,.5); border-radius: 50%; color: #efd098; font: 600 2rem/1 var(--font-display); }
.flow-steps h3 { color: #fff; font-size: 1.7rem; }
.flow-steps p { max-width: 260px; margin: .7rem auto 0; color: rgba(255,255,255,.7); }
.center-action { margin-top: 3.2rem; text-align: center; }
@keyframes ambient-drift { to { transform: translate3d(90px, 45px, 0) scale(1.15); } }
@keyframes light-sweep { 0%,100% { transform: translateX(-30vw) rotate(17deg); opacity: 0; } 35%,65% { opacity: 1; } 50% { transform: translateX(85vw) rotate(17deg); } }

/* Therapist */
.therapist-section { background: var(--paper); }
.therapist-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.therapist-photo { position: relative; max-width: 490px; }
.therapist-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; border: 1px solid var(--sand); border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); }
.photo-label { position: absolute; z-index: 3; left: 1rem; bottom: 1rem; color: rgba(255,255,255,.7); font-size: .58rem; font-weight: 600; letter-spacing: .04em; line-height: 1.2; text-shadow: 0 1px 4px rgba(20,31,25,.75); }
.photo-stamp { position: absolute; z-index: 3; right: -58px; bottom: 3rem; width: 126px; height: 126px; display: grid; place-items: center; text-align: center; border-radius: 50%; color: #f9f1df; background: var(--sage-deep); font: italic 600 1.22rem/1.1 var(--font-display); box-shadow: var(--shadow-soft); }
.therapist-copy h2 { margin: 1rem 0 1.4rem; max-width: 720px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.therapist-copy > p { max-width: 700px; }
.therapist-values { margin: 2rem 0; display: flex; flex-wrap: wrap; gap: .65rem; }
.therapist-values span { padding: .55rem .9rem; border-radius: 999px; color: var(--sage-deep); background: var(--sage-light); font-size: .85rem; font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; color: var(--sage-deep); font-weight: 700; border-bottom: 1px solid rgba(52,74,58,.35); padding-bottom: .25rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* FAQ */
.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 5rem; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { margin: 1rem 0; font-size: clamp(2.8rem, 4.5vw, 4.4rem); }
.faq-contact { margin-top: 2rem; padding: 1.25rem; display: grid; background: var(--sage-light); border-radius: var(--radius-sm); }
.faq-contact span { color: var(--ink-muted); font-size: .82rem; }
.faq-contact a { color: var(--sage-deep); font-size: 1.25rem; font-weight: 700; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { min-height: 76px; padding: 1.2rem 3.2rem 1.2rem 0; position: relative; display: flex; align-items: center; color: var(--forest); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ''; position: absolute; right: .5rem; width: 18px; height: 1.5px; background: var(--sage-deep); transition: transform .3s var(--ease); }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { margin: -.3rem 3rem 1.6rem 0; color: var(--ink-soft); }

/* Final CTA */
.final-cta { position: relative; z-index: 2; min-height: 690px; padding: 7rem 24px; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.final-scene { position: absolute; inset: -10%; z-index: -3; background: url('../images/hero-lake.webp') center 63% / cover no-repeat; animation: final-breathe 28s ease-in-out infinite alternate; }
.final-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(rgba(26,45,34,.57), rgba(18,34,25,.76)), radial-gradient(circle at 70% 20%, rgba(229,191,123,.25), transparent 35%); }
.final-content { max-width: 790px; text-align: center; }
.final-content .eyebrow { justify-content: center; }
.final-content h2 { margin: 1.1rem 0 1.2rem; color: #fffdf7; font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.035em; }
.final-content > p { max-width: 680px; margin: 0 auto 2rem; color: rgba(255,255,255,.82); font-size: 1.18rem; }
.final-contact { margin: 1.25rem auto 0 !important; font-size: .94rem !important; }
.final-contact a { color: #f2d59f; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
@keyframes final-breathe { to { transform: scale(1.1) translate3d(-1%, -2%, 0); } }

/* Footer */
.app-footer { margin: 0; padding: 4.5rem 0 0; color: rgba(255,255,255,.7); background: #182a20; }
.footer-content { width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr .8fr; gap: 3rem; }
.footer-logo { color: #f6eddb; font: 600 2rem/1 var(--font-display); }
.footer-section h4 { margin-bottom: 1rem; color: #f7edda; font: 700 .78rem/1 var(--font-body); letter-spacing: .15em; text-transform: uppercase; }
.footer-section p, .footer-section a { display: block; margin: .4rem 0; color: rgba(255,255,255,.66); font-size: .93rem; }
.footer-section:first-child p { max-width: 300px; margin-top: 1rem; }
.footer-section a:hover { color: #f1d39c; }
.footer-bottom { width: min(1180px, calc(100% - 48px)); margin: 3.5rem auto 0; padding: 1.4rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: .78rem; }
.footer-bottom a { transition: color .2s ease; }
.footer-bottom a:hover { color: rgba(255,255,255,.78); }

/* Booking */
.booking-page { position: relative; min-height: 100vh; overflow: hidden; background: linear-gradient(180deg, #f7f4ed 0%, #eee9dd 55%, #f7f4ed 100%); }
.booking-page::before { content: ''; position: absolute; inset: 0; opacity: .25; pointer-events: none; background: radial-gradient(circle at 8% 22%, #c7d7c8, transparent 28%), radial-gradient(circle at 94% 4%, #ecd8ad, transparent 26%); }
.booking-page-glow { position: absolute; border-radius: 50%; filter: blur(45px); pointer-events: none; opacity: .28; }
.booking-page-glow-one { width: 34rem; height: 34rem; top: 42rem; left: -20rem; background: #a9c1ae; }
.booking-page-glow-two { width: 28rem; height: 28rem; top: 8rem; right: -16rem; background: #efd39f; }
.booking-wrap { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 3rem 24px 7rem; }
.booking-back { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 2.8rem; color: var(--sage-deep); font-size: .9rem; font-weight: 700; }
.booking-back span { transition: transform .2s var(--ease); }
.booking-back:hover span { transform: translateX(-4px); }
.booking-intro { max-width: 820px; margin: 0 auto 2rem; text-align: center; }
.booking-intro .eyebrow { justify-content: center; }
.booking-intro h1 { margin: .8rem 0 1rem; font-size: clamp(3.2rem, 6vw, 5.7rem); letter-spacing: -.035em; }
.booking-intro h1 em { color: var(--sage); font-weight: 500; }
.booking-intro p { max-width: 660px; margin: 0 auto; font-size: 1.12rem; }
.booking-assurances { max-width: 760px; margin: 0 auto 2.5rem; padding: .9rem 1.2rem; display: flex; align-items: center; justify-content: center; gap: 1.8rem; color: var(--ink-soft); background: rgba(255,253,248,.64); border: 1px solid var(--line); border-radius: 999px; font-size: .85rem; backdrop-filter: blur(10px); }
.booking-assurances strong { margin-right: .3rem; color: var(--sage-deep); }
.booking-wizard { padding: clamp(1.5rem, 4vw, 3.8rem); background: rgba(255,253,248,.92); border: 1px solid rgba(52,74,58,.14); border-radius: 32px; box-shadow: 0 30px 90px rgba(44,56,47,.13); backdrop-filter: blur(12px); }
.progress-bar { display: flex; justify-content: space-between; margin-bottom: 3.5rem; padding: 0 1rem 2.3rem; border-bottom: 1px solid var(--line); }
.progress-step { width: 100%; position: relative; display: grid; justify-items: center; gap: .65rem; text-align: center; color: var(--ink-muted); font-size: .8rem; font-weight: 700; }
.progress-bubble { position: relative; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink-muted); background: var(--paper); border: 1.5px solid var(--line); border-radius: 50%; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease); }
.progress-step::after { content: ''; position: absolute; z-index: 0; top: 22px; left: 50%; width: 100%; height: 1px; background: var(--line); transition: background .25s ease; }
.progress-step:last-child::after { display: none; }
.progress-step.active { color: var(--sage-deep); }
.progress-step.active .progress-bubble { color: #fff; border-color: var(--sage-deep); background: var(--sage-deep); box-shadow: 0 8px 20px rgba(52,74,58,.2); }
.progress-step[aria-current="step"] .progress-bubble { transform: scale(1.09); box-shadow: 0 0 0 6px rgba(102,123,104,.13), 0 8px 20px rgba(52,74,58,.2); }
.progress-step.complete .progress-bubble { color: var(--sage-deep); background: var(--sage-light); }
.progress-step.active::after { background: var(--sage); }
.progress-label { line-height: 1.1; }
.wizard-step { display: none; }
.wizard-step.active { display: block; animation: reveal-up .45s var(--ease) both; }
.wizard-heading { max-width: 780px; margin-bottom: 2.2rem; }
.wizard-heading-center { margin-inline: auto; text-align: center; }
.wizard-step h2 { margin: .45rem 0 .75rem; font-size: clamp(2.5rem, 4.5vw, 4rem); letter-spacing: -.02em; }
.step-count { color: var(--sage); font: 700 .75rem/1 var(--font-body); letter-spacing: .15em; text-transform: uppercase; }
.step-hint { max-width: 720px; margin: 0; font-size: 1.03rem; }
.service-group-heading { margin: 2.4rem 0 1rem; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.wizard-heading + .service-group-heading { margin-top: 0; }
.service-group-heading > h3 { margin: 0; color: var(--sage-deep); font: 600 1.65rem/1.15 var(--font-display); }
.service-group-heading small { color: var(--ink-muted); font-size: .82rem; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.service-cards-special { max-width: 780px; margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card { position: relative; min-width: 0; min-height: 540px; padding: 1.65rem; display: flex; flex-direction: column; overflow: hidden; text-align: left; color: var(--ink); background: rgba(255,255,255,.78); border: 2px solid transparent; border-radius: 24px; box-shadow: inset 0 0 0 1px var(--line), 0 10px 34px rgba(44,56,47,.06); cursor: pointer; transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s var(--ease), background .3s ease; }
.service-card::before { content: ''; position: absolute; width: 250px; height: 250px; top: -155px; right: -120px; border-radius: 50%; background: var(--sage-light); opacity: .45; transition: transform .5s var(--ease); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(102,123,104,.35); box-shadow: 0 22px 48px rgba(44,56,47,.12); }
.service-card:hover::before { transform: scale(1.15); }
.service-card.selected { color: #fff; border-color: var(--sage-deep); background: var(--sage-deep); box-shadow: 0 25px 60px rgba(34,54,42,.22); }
.service-card.selected::before { background: #87a08a; opacity: .25; }
.service-card-head { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; }
.service-symbol { width: 64px; height: 64px; display: grid; place-items: center; color: var(--sage-deep); background: var(--sage-light); border-radius: 50%; }
.service-symbol svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-index { color: rgba(52,74,58,.38); font: 600 1rem/1 var(--font-display); }
.service-name { position: relative; z-index: 1; margin: 1.45rem 0 .8rem; display: block; color: var(--forest); font: 600 clamp(1.75rem, 2.3vw, 2.35rem)/1.02 var(--font-display); overflow-wrap: normal; hyphens: manual; word-break: normal; }
.service-description { position: relative; z-index: 1; min-height: 96px; display: block; color: var(--ink-soft); font-size: .94rem; line-height: 1.55; }
.service-benefits { position: relative; z-index: 1; margin: 1.25rem 0; display: grid; gap: .55rem; }
.service-benefits > span { display: flex; gap: .55rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.4; }
.service-benefits b { color: var(--sage-deep); }
.service-card-meta { position: relative; z-index: 1; margin-top: auto; padding: 1rem 0; display: flex; justify-content: space-between; gap: .75rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-muted); font-size: .78rem; }
.service-card-meta strong { color: var(--forest); font-size: .9rem; }
.service-select-state { position: relative; z-index: 1; margin-top: 1rem; display: flex; align-items: center; gap: .6rem; color: var(--sage-deep); font-size: .87rem; font-weight: 700; }
.service-radio { width: 21px; height: 21px; display: inline-grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.service-card.selected .service-radio::after { content: ''; width: 9px; height: 9px; background: currentColor; border-radius: 50%; }
.service-card.selected .service-symbol { color: #efd29c; background: rgba(255,255,255,.12); }
.service-card.selected .service-index, .service-card.selected .service-name, .service-card.selected .service-card-meta strong, .service-card.selected .service-select-state { color: #fff7e8; }
.service-card.selected .service-description, .service-card.selected .service-benefits > span, .service-card.selected .service-card-meta { color: rgba(255,255,255,.72); }
.service-card.selected .service-benefits b { color: #efd29c; }
.service-card.selected .service-card-meta { border-color: rgba(255,255,255,.17); }
.current-selection { margin-bottom: 1.4rem; padding: .9rem 1.1rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: var(--sage-light); border-radius: 14px; }
.current-selection > span { display: grid; }
.current-selection small { color: var(--ink-muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.current-selection strong { color: var(--sage-deep); }
.current-selection button { padding: .5rem .8rem; color: var(--sage-deep); background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.datetime-picker { display: grid; grid-template-columns: 1.08fr .92fr; gap: 1.2rem; }
.calendar-container, .time-slots-container { min-width: 0; }
.booking-picker-panel { padding: 1.5rem; background: rgba(247,244,237,.62); border: 1px solid var(--line); border-radius: 20px; }
.picker-label { margin-bottom: 1.2rem; display: flex; align-items: center; gap: .6rem; color: var(--sage-deep); font-weight: 700; }
.picker-label > span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--sage-deep); border-radius: 50%; font-size: .78rem; }
.time-day { margin: 0 0 .8rem; color: var(--ink); font-weight: 600; }
.time-slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
.time-slot { min-height: 66px; padding: .65rem; display: grid; place-items: center; gap: .05rem; color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: 12px; cursor: pointer; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease; }
.time-slot:hover:not(.booked) { color: var(--sage-deep); border-color: var(--sage); background: var(--sage-light); }
.time-slot:hover:not(.booked) { transform: translateY(-2px); }
.time-slot.selected { color: #fff; border-color: var(--sage-deep); background: var(--sage-deep); box-shadow: 0 8px 20px rgba(52,74,58,.18); }
.time-slot.booked { opacity: .48; cursor: not-allowed; text-decoration: line-through; }
.slot-note { color: inherit; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.time-empty { min-height: 220px; padding: 1.4rem; display: grid; place-items: center; align-content: center; gap: .6rem; text-align: center; color: var(--ink-muted); border: 1px dashed rgba(52,74,58,.25); border-radius: 14px; }
.time-empty span { color: var(--sage); font-size: 2.3rem; line-height: 1; }
.booking-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 1rem; }
.form-group { margin-bottom: 1.15rem; }
.form-group-wide { grid-column: 1 / -1; }
.form-group label { display: block; margin-bottom: .45rem; color: var(--ink); font-weight: 700; }
.form-group label span { color: #9a563f; }
.form-group label small { color: var(--ink-muted); font-size: .8rem; font-weight: 400; }
.form-control, input, textarea, select { width: 100%; min-height: 56px; padding: .85rem 1rem; color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: 12px; font-size: 1rem; }
.form-control:focus, input:focus, textarea:focus, select:focus { outline: 0; border-color: var(--sage); box-shadow: 0 0 0 4px rgba(102,123,104,.15); }
.field-help { display: block; margin-top: .35rem; color: var(--ink-muted); font-size: .84rem; }
.validation-message, .validation-errors { color: #a62c3b; }
.validation-errors { margin: 0 0 1.3rem; padding: 1rem 1rem 1rem 2.2rem; background: #fae8e6; border-radius: 12px; }
.privacy-note { margin-top: .3rem; padding: .8rem 1rem; display: flex; align-items: center; gap: .7rem; color: var(--ink-muted); background: rgba(220,228,218,.52); border-radius: 10px; font-size: .84rem; }
.privacy-note > span:first-child { flex: 0 0 auto; color: var(--sage-deep); font-size: 1.25rem; }
.privacy-note > span:last-child { color: var(--ink-muted); }
.privacy-note a { color: var(--sage-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.booking-summary { margin-bottom: 1.7rem; padding: 1.3rem 1.5rem; background: var(--sage-light); border: 1px solid rgba(52,74,58,.1); border-radius: 16px; }
.summary-title { margin-bottom: .6rem; color: var(--sage-deep); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking-summary ul { list-style: none; margin: 0; padding: 0; }
.booking-summary li { padding: .55rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(52,74,58,.12); }
.booking-summary li:last-child { border: 0; }
.booking-summary li span { color: var(--ink-muted); }
.confirmation-box { padding: clamp(2rem, 5vw, 4rem); text-align: center; background: linear-gradient(145deg, #e5ece2, #f7f2e7); border: 1px solid rgba(52,74,58,.12); border-radius: 24px; }
.confirmation-box .eyebrow { justify-content: center; }
.confirmation-check { width: 76px; height: 76px; margin: 0 auto 1.4rem; display: grid; place-items: center; color: #fff; background: var(--sage-deep); border-radius: 50%; box-shadow: 0 0 0 9px rgba(102,123,104,.13); font-size: 2rem; }
.confirmation-box h3 { margin: .8rem 0; font-size: clamp(2.5rem, 5vw, 4rem); }
.confirmation-lead { color: var(--ink); font-size: 1.08rem; }
.summary-on-dark { max-width: 500px; margin: 1.4rem auto; text-align: left; }
.button-group { margin-top: 2rem; display: flex; justify-content: space-between; gap: .8rem; flex-wrap: wrap; }
.button-group .btn { gap: .6rem; }
.button-group-end { justify-content: flex-end; }
.button-group-center { justify-content: center; }
.booking-error-symbol { width: 70px; height: 70px; margin: 0 auto 1.3rem; display: grid; place-items: center; color: #fff; background: #9a4e49; border-radius: 50%; font-size: 2rem; font-weight: 700; }
.alert-danger { max-width: 700px; margin: 0 auto; padding: 1rem; color: #8f2432; background: #f9dfe3; border: 1px solid #efc9ce; border-radius: 12px; text-align: center; }
.booking-help { max-width: 640px; margin: 2.2rem auto 0; display: grid; justify-items: center; text-align: center; }
.booking-help > span { color: var(--ink-muted); font-size: .82rem; }
.booking-help a { color: var(--sage-deep); font: 600 1.8rem/1.2 var(--font-display); }
.booking-help small { color: var(--ink-muted); }

/* Calendar */
.calendar-wrapper { width: 100%; }
.calendar-header { margin-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.calendar-title { display: flex; gap: .45rem; }
.month-select, .year-select { width: auto; min-height: 44px; padding: .45rem .6rem; }
.calendar-nav-btn { width: 44px; height: 44px; display: grid; place-items: center; color: var(--sage-deep); background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.calendar-nav-btn:hover { color: #fff; background: var(--sage-deep); }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays { margin-bottom: .4rem; text-align: center; color: var(--ink-muted); font-size: .73rem; font-weight: 700; }
.calendar-weekdays > div { padding: .35rem 0; }
.calendar-days { gap: 3px; }
.calendar-day { width: 42px; height: 42px; margin: 0 auto; display: grid; place-items: center; color: var(--ink-soft); border: 2px solid transparent; border-radius: 50%; cursor: pointer; }
.calendar-day:hover:not(.disabled):not(.other-month) { color: var(--sage-deep); background: var(--sage-light); }
.calendar-day.selected { color: #fff; background: var(--sage-deep); }
.calendar-day.current-day:not(.selected) { border-color: var(--sage); font-weight: 700; }
.calendar-day.other-month, .calendar-day.disabled { opacity: .33; cursor: default; }

/* Legal pages */
.imprint-container, .privacy-container { max-width: 900px; margin: 0 auto; padding: 5rem 24px 7rem; }
.imprint-container > h1, .privacy-container > h1 { margin-bottom: 2rem; font-size: clamp(3rem, 6vw, 5rem); }
.imprint-container section, .privacy-container section { margin: 2rem 0; }
.imprint-container h2, .privacy-container h2 { margin-bottom: .7rem; font-size: 1.8rem; }
.privacy-container h3 { margin-top: 1.3rem; font-size: 1.35rem; }
.imprint-container a, .privacy-container a { color: var(--sage-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* Scroll reveal */
.reveal.reveal-ready { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.reveal-ready.in { opacity: 1; transform: none; }
/* Critical first-screen content must never depend on JavaScript or hydration timing. */
.hero-copy.reveal, .hero-note.reveal { opacity: 1 !important; transform: none !important; }
.trust-grid .reveal:nth-child(2).reveal-ready, .massage-grid .reveal:nth-child(2).reveal-ready, .flow-steps .reveal:nth-child(2).reveal-ready { transition-delay: .1s; }
.trust-grid .reveal:nth-child(3).reveal-ready, .massage-grid .reveal:nth-child(3).reveal-ready, .flow-steps .reveal:nth-child(3).reveal-ready { transition-delay: .2s; }
.trust-grid .reveal:nth-child(4).reveal-ready { transition-delay: .3s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
    .nav-section-link { display: none; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .trust-item:nth-child(3) { padding-left: 0; }
    .massage-card { padding: 1.7rem; }
    .audience-grid { gap: 3rem; }
}

@media (max-width: 860px) {
    .content-section { padding: 6rem 0; }
    .hero-inner { padding-top: 5rem; grid-template-columns: 1fr; }
    .hero-note { display: none; }
    .hero-copy { margin-top: auto; }
    .hero-copy h1 { font-size: clamp(3.6rem, 13vw, 6rem); }
    .massage-grid { grid-template-columns: 1fr; max-width: 620px; }
    .massage-card { min-height: 520px; }
    .experience-section { padding-inline: 24px; grid-template-columns: 1fr; }
    .experience-image-wrap { margin-left: -24px; margin-right: 12%; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
    .experience-image-wrap img { min-height: 520px; }
    .audience-grid, .therapist-grid, .faq-grid { grid-template-columns: 1fr; gap: 3.5rem; }
    .audience-copy { max-width: 680px; }
    .flow-steps { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
    .flow-steps li { padding: 2rem 1rem; display: grid; grid-template-columns: 72px 1fr; gap: 1.5rem; text-align: left; }
    .flow-steps li + li { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
    .flow-number { margin: 0; }
    .flow-steps p { margin-left: 0; }
    .therapist-photo { margin: 0 auto; }
    .faq-intro { position: static; }
    .faq-contact { max-width: 330px; }
    .footer-content { grid-template-columns: repeat(2, 1fr); }
    .service-cards { grid-template-columns: 1fr; }
    .service-cards-special { max-width: none; }
    .service-card { min-height: 460px; }
    .service-description { min-height: 0; }
    .datetime-picker { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    body { font-size: 17px; }
    html { scroll-padding-top: 72px; }
    .app-header { height: 72px; padding: 0 14px; }
    .header-content { gap: .6rem; }
    .logo-mark { width: 36px; height: 36px; }
    .logo-type strong { font-size: 1.08rem; }
    .logo-type small { display: none; }
    .main-nav { gap: .5rem; }
    .nav-phone { display: none !important; }
    .main-nav .nav-cta { min-height: 44px; padding: .6rem .92rem; font-size: .82rem; }
    .page-width, .section-heading, .footer-content, .footer-bottom { width: min(100% - 32px, 1180px); }
    .wellness-hero { min-height: calc(100svh - 72px); }
    .hero-inner { width: min(100% - 32px, 1240px); min-height: calc(100svh - 72px); padding: 4.5rem 0 6.3rem; }
    .hero-scene-lake { background-position: 64% center; }
    .hero-scene-water { background-position: 58% center; }
    .hero-scene-room { background-position: 63% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(19,31,24,.83), rgba(24,38,29,.49)), linear-gradient(0deg, rgba(16,29,21,.62), transparent 55%); }
    .hero-copy h1 { font-size: clamp(3.25rem, 17vw, 4.6rem); }
    .hero-lead { font-size: 1.05rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-reassurance { font-size: .78rem; }
    .scroll-cue { bottom: 1.1rem; }
    .hero-ai-label { right: .8rem; bottom: .8rem; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-item, .trust-item:first-child, .trust-item:nth-child(3), .trust-item:last-child { padding: 1.1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-item:last-child { border-bottom: 0; }
    .section-heading h2, .experience-copy h2, .audience-copy h2, .therapist-copy h2, .faq-intro h2 { font-size: 2.85rem; }
    .content-section { padding: 5rem 0; }
    .massage-card { min-height: 550px; }
    .experience-section { padding: 1rem 16px 5rem; gap: 3rem; }
    .experience-image-wrap { margin-left: -16px; margin-right: 0; border-radius: 0 28px 28px 0; }
    .experience-image-wrap img { min-height: 420px; object-position: 55% center; }
    .image-caption { left: 1rem; bottom: 1rem; gap: .55rem; font-size: .61rem; }
    .image-caption span + span::before { margin-right: .55rem; }
    .experience-image-wrap .ai-image-label { right: .7rem; bottom: 4.4rem; }
    .audience-cards { grid-template-columns: 1fr; }
    .audience-card-wide { grid-column: auto; }
    .flow-section { padding: 5rem 0; }
    .flow-steps li { grid-template-columns: 58px 1fr; gap: 1rem; }
    .flow-number { width: 58px; height: 58px; }
    .therapist-photo { margin-right: 20px; }
    .photo-stamp { right: -24px; bottom: 1.5rem; width: 98px; height: 98px; font-size: 1rem; }
    .faq-list summary { font-size: .97rem; }
    .final-cta { min-height: 620px; padding: 5rem 16px; }
    .final-content h2 { font-size: 3.35rem; }
    .footer-content { grid-template-columns: 1fr; gap: 2.2rem; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .booking-wrap { padding: 2rem 12px 5rem; }
    .booking-back { margin-bottom: 2rem; }
    .booking-intro h1 { font-size: 3.2rem; }
    .booking-assurances { padding: .9rem 1rem; display: grid; gap: .35rem; justify-content: stretch; border-radius: 16px; }
    .booking-wizard { padding: 1.25rem; border-radius: 18px; }
    .progress-bar { margin-bottom: 2.4rem; padding: 0 0 1.5rem; }
    .progress-step { font-size: .62rem; }
    .progress-bubble { width: 36px; height: 36px; }
    .progress-step::after { top: 17px; }
    .wizard-heading { margin-bottom: 1.6rem; }
    .wizard-step h2 { font-size: 2.65rem; }
    .service-card { min-height: 500px; padding: 1.35rem; }
    .current-selection { align-items: flex-start; flex-direction: column; }
    .booking-picker-panel { padding: 1rem; }
    .booking-form-grid { grid-template-columns: 1fr; }
    .form-group-wide { grid-column: auto; }
    .calendar-title { flex-direction: column; }
    .calendar-day { width: 36px; height: 36px; font-size: .9rem; }
    .booking-summary li { align-items: flex-start; flex-direction: column; gap: .1rem; }
    .booking-summary li strong { text-align: left; }
    .button-group { flex-direction: column-reverse; }
    .button-group .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .hero-scene, .final-scene, .experience-image-wrap img, .ambient-glow { transform: none !important; }
    .hero-scene { opacity: 0 !important; }
    .hero-scene-lake { opacity: 1 !important; }
    .hero-water, .flow-light { display: none; }
    .reveal.reveal-ready { opacity: 1 !important; transform: none !important; }
}
