:root {
  --emerald-1000: #031713;
  --emerald-950: #061f1a;
  --emerald-900: #092d26;
  --emerald-800: #0d463a;
  --emerald-700: #176653;
  --gold: #c8a85f;
  --gold-bright: #e6cc8a;
  --gold-pale: #f3e8c9;
  --ivory: #faf8f2;
  --paper: #fffefb;
  --sage: #e9efea;
  --ink: #14231f;
  --muted: #68746f;
  --line: rgba(9,45,38,.14);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: 1240px;
  --shadow: 0 30px 90px rgba(3,23,19,.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ivory); font: 400 1rem/1.7 var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 132px 0; }
.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; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 1000; padding: 11px 16px; transform: translateY(-160%); color: var(--emerald-950); background: var(--gold-bright); border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.notice { color: #dce8e3; background: var(--emerald-1000); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.notice__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.notice p { margin: 0; }
.notice p span { margin-right: 8px; color: var(--gold-bright); }
.notice a { color: var(--gold-bright); font-weight: 700; }

.header { position: sticky; top: 0; z-index: 100; background: rgba(250,248,242,.94); border-bottom: 1px solid rgba(9,45,38,.08); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.header.is-scrolled { box-shadow: 0 10px 35px rgba(3,23,19,.08); }
.nav-wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; color: var(--emerald-900); }
.brand__mark { width: 54px; height: 54px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(200,168,95,.7); border-radius: 50%; background: white; box-shadow: 0 6px 20px rgba(3,23,19,.1); }
.brand__mark img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.08); }
.brand__type { display: flex; flex-direction: column; line-height: 1; }
.brand__type strong { font-size: .93rem; letter-spacing: .1em; }
.brand__type small { margin-top: 7px; color: var(--emerald-700); font-size: .63rem; letter-spacing: .44em; }
.nav { display: flex; align-items: center; gap: 34px; font-size: .87rem; font-weight: 600; }
.nav > a:not(.button) { position: relative; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s ease; }
.nav > a:not(.button):hover::after, .nav > a:not(.button):focus-visible::after { right: 0; }
.menu-button { display: none; width: 46px; height: 46px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { width: 25px; height: 1.5px; display: block; margin: 6px auto; background: var(--emerald-900); transition: .25s ease; }

.button { min-height: 54px; padding: 14px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 0; border-radius: 2px; font-size: .85rem; font-weight: 700; letter-spacing: .015em; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1rem; }
.button--nav { min-height: 46px; padding: 12px 20px; color: white; background: var(--emerald-900); box-shadow: 0 12px 28px rgba(3,23,19,.14); }
.button--gold { color: var(--emerald-1000); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 18px 38px rgba(200,168,95,.23); }
.button--gold:hover { box-shadow: 0 22px 46px rgba(200,168,95,.31); }
.button--dark { color: white; background: var(--emerald-950); }
.button--full { width: 100%; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(200,168,95,.55); outline-offset: 4px; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: white; background: var(--emerald-950); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .65; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero__glow { position: absolute; left: -280px; top: -360px; z-index: -1; width: 770px; height: 770px; border: 1px solid rgba(200,168,95,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(200,168,95,.025), 0 0 0 180px rgba(200,168,95,.02); }
.hero__grid { min-height: 790px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 82px; padding-top: 70px; padding-bottom: 88px; }
.hero__copy { position: relative; z-index: 2; }
.hero__kicker { margin-bottom: 25px; display: flex; align-items: center; gap: 12px; color: var(--gold-bright); font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero__kicker span { width: 32px; height: 1px; background: var(--gold); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: .94; }
h1 { max-width: 730px; font-size: clamp(4.4rem, 7vw, 7rem); }
h1 em, h2 em { color: var(--gold-bright); font-weight: 500; }
.hero__copy > p { max-width: 630px; margin: 32px 0 36px; color: #c5d4ce; font-size: 1.04rem; line-height: 1.8; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.quiet-link { padding: 8px 0; color: white; border-bottom: 1px solid rgba(255,255,255,.42); font-size: .84rem; font-weight: 700; }
.quiet-link span { margin-left: 8px; color: var(--gold-bright); }
.hero__proof { margin-top: 58px; display: flex; flex-wrap: wrap; }
.hero__proof > div { min-width: 145px; display: flex; align-items: flex-start; gap: 12px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.13); }
.hero__proof > div:first-child { padding-left: 0; border-left: 0; }
.hero__proof strong { color: var(--gold-bright); font-size: .65rem; letter-spacing: .14em; }
.hero__proof span { color: #aebfb8; font-size: .72rem; line-height: 1.45; }
.hero__visual { position: relative; min-height: 620px; }
.hero__frame { position: absolute; inset: 0 18px 0 36px; overflow: hidden; background: #143d34; box-shadow: 0 35px 100px rgba(0,0,0,.32); }
.hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,23,19,.03), rgba(3,23,19,.24)); pointer-events: none; }
.hero__frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 67% center; filter: saturate(.85) contrast(1.03); }
.hero__frame::before { content: ""; position: absolute; inset: 16px; z-index: 2; border: 1px solid rgba(230,204,138,.42); pointer-events: none; }
.hero__monogram { position: absolute; right: -2px; top: -25px; z-index: 3; width: 96px; height: 96px; display: grid; place-items: center; color: var(--emerald-950); background: var(--gold-bright); border-radius: 50%; border: 8px solid var(--emerald-950); font: 700 1.55rem/1 var(--display); letter-spacing: .06em; box-shadow: 0 0 0 1px var(--gold); }
.hero__location { position: absolute; left: 0; bottom: 42px; z-index: 3; min-width: 260px; padding: 18px 22px; display: flex; align-items: center; gap: 14px; color: var(--ink); background: rgba(255,254,251,.96); box-shadow: 0 22px 55px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.hero__location p { margin: 0; display: flex; flex-direction: column; line-height: 1.35; }
.hero__location small { color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.hero__location strong { margin-top: 4px; color: var(--emerald-950); font: 600 1.05rem/1.2 var(--display); }
.pulse { position: relative; width: 12px; height: 12px; flex: 0 0 12px; background: var(--emerald-700); border-radius: 50%; }
.pulse::after { content: ""; position: absolute; inset: -6px; border: 1px solid var(--emerald-700); border-radius: 50%; opacity: .25; }
.hero__index { position: absolute; right: -18px; bottom: 72px; z-index: 3; color: rgba(255,255,255,.8); font: 600 .72rem/1 var(--sans); letter-spacing: .15em; transform: rotate(90deg); }
.hero__index span { margin: 0 6px; color: var(--gold); }
.hero__scroll { position: absolute; left: 32px; bottom: 42px; display: flex; align-items: center; gap: 12px; color: #8fa59c; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.hero__scroll span { width: 38px; height: 1px; background: var(--gold); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-strip__inner { min-height: 94px; display: flex; align-items: center; justify-content: center; gap: 50px; }
.trust-strip p { margin: 0; color: var(--ink); font-size: .78rem; font-weight: 600; }
.trust-strip p span { margin-right: 12px; color: var(--muted); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.eyebrow { margin: 0 0 22px; color: var(--emerald-700); font-size: .67rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow--light { color: var(--gold-bright); }
h2 { font-size: clamp(3.25rem, 5.4vw, 5.4rem); color: var(--emerald-950); }

.story { background: var(--ivory); }
.story__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 130px; }
.story__brand { position: relative; min-height: 510px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--paper); }
.story__brand::before, .story__brand::after { content: ""; position: absolute; width: 1px; height: 78px; background: var(--gold); }
.story__brand::before { top: -1px; left: 40px; }
.story__brand::after { right: 40px; bottom: -1px; }
.story__logo { width: 235px; height: 235px; overflow: hidden; border: 1px solid rgba(200,168,95,.45); border-radius: 50%; box-shadow: 0 20px 50px rgba(3,23,19,.1); }
.story__logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.story__brand > p { position: absolute; left: 32px; bottom: 24px; margin: 0; color: var(--emerald-950); font: 600 1.5rem/1.05 var(--display); }
.story__brand > p em { color: var(--gold); font-weight: 500; }
.story__copy h2 em { color: var(--gold); }
.story__text { margin: 38px 0 34px 14%; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.story__text p { margin: 0; color: var(--muted); font-size: .93rem; }
.line-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 8px; color: var(--emerald-900); border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 700; }

.treatments { position: relative; overflow: hidden; color: white; background: var(--emerald-950); }
.treatments::before { content: ""; position: absolute; right: -360px; top: -470px; width: 850px; height: 850px; border: 1px solid rgba(200,168,95,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(200,168,95,.018), 0 0 0 200px rgba(200,168,95,.012); }
.section-head { position: relative; display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 120px; margin-bottom: 72px; }
.section-head h2 { color: white; }
.section-head > p { max-width: 480px; margin: 0 0 7px; color: #b6c8c1; font-size: .92rem; }
.treatment-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.treatment-card { min-height: 510px; padding: 42px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.022); transition: background .3s ease; }
.treatment-card:hover { background: rgba(255,255,255,.052); }
.treatment-card--gold { background: linear-gradient(150deg, rgba(200,168,95,.14), rgba(255,255,255,.025)); }
.treatment-card__top { display: flex; align-items: center; justify-content: space-between; }
.treatment-card__top span { color: var(--gold-bright); font-size: .7rem; letter-spacing: .14em; }
.treatment-card__top small { color: #8ea39a; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.cup-icon { position: relative; width: 74px; height: 74px; margin: 58px 0 40px; border: 1px solid var(--gold); border-radius: 50%; }
.cup-icon::before { content: ""; position: absolute; left: 19px; top: 22px; width: 34px; height: 29px; border: 2px solid var(--gold-bright); border-top-width: 4px; border-radius: 4px 4px 15px 15px; transform: perspective(40px) rotateX(-6deg); }
.cup-icon::after { content: ""; position: absolute; left: 24px; top: 15px; width: 24px; height: 7px; border: 2px solid var(--gold-bright); border-radius: 50%; }
.cup-icon span { position: absolute; left: 34px; top: 5px; width: 5px; height: 10px; background: var(--gold-bright); border-radius: 2px; }
.cup-icon--drop span::after { content: ""; position: absolute; left: 14px; top: 36px; width: 8px; height: 11px; background: var(--gold-bright); border-radius: 70% 40% 70% 40%; transform: rotate(45deg); }
.treatment-card h3 { margin: 0 0 18px; font: 600 2.7rem/1 var(--display); }
.treatment-card p { max-width: 500px; margin: 0 0 34px; color: #afc3bb; font-size: .9rem; }
.treatment-card a { margin-top: auto; align-self: flex-start; padding-bottom: 7px; color: var(--gold-bright); border-bottom: 1px solid rgba(230,204,138,.5); font-size: .77rem; font-weight: 700; }
.treatment-card a span { margin-left: 10px; }
.medical-note { position: relative; margin: 28px 0 0; color: #879c93; font-size: .72rem; }

.packages { position: relative; overflow: hidden; background: var(--paper); }
.packages::before { content: ""; position: absolute; left: -290px; top: -390px; width: 720px; height: 720px; border: 1px solid rgba(200,168,95,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(200,168,95,.025), 0 0 0 140px rgba(200,168,95,.018); }
.packages__header { position: relative; display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 120px; margin-bottom: 66px; }
.packages__header h2 em { color: var(--gold); }
.packages__intro { max-width: 470px; padding-top: 22px; border-top: 1px solid var(--line); }
.packages__intro span { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.packages__intro p { margin: 15px 0 0; color: var(--muted); font-size: .9rem; }
.package-grid { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.package-card { position: relative; min-height: 380px; grid-column: span 2; padding: 32px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(250,248,242,.42); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.package-card:nth-child(n+4) { grid-column: span 3; }
.package-card:hover { z-index: 2; transform: translateY(-5px); background: white; box-shadow: 0 24px 55px rgba(3,23,19,.1); }
.package-card__head { display: flex; align-items: center; justify-content: space-between; }
.package-card__head span { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.package-card__head small { color: #84918c; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.package-card h3 { margin: 54px 0 5px; color: var(--emerald-950); font: 600 2.3rem/1 var(--display); }
.package-card__price { margin: 0 0 23px; color: var(--emerald-900); font: 600 4.5rem/.95 var(--display); letter-spacing: -.04em; }
.package-card__price sup { margin-right: 5px; color: var(--gold); font: 700 .78rem/1 var(--sans); letter-spacing: .08em; vertical-align: top; }
.package-card__desc { max-width: 350px; margin: 0 0 28px; color: var(--muted); font-size: .82rem; }
.package-card > a { margin-top: auto; align-self: flex-start; padding-bottom: 7px; color: var(--emerald-900); border-bottom: 1px solid rgba(9,45,38,.5); font-size: .76rem; font-weight: 700; }
.package-card > a span { margin-left: 10px; color: var(--gold); }
.package-card--signature { color: white; background: var(--emerald-950); }
.package-card--signature::after { content: ""; position: absolute; right: -120px; bottom: -230px; width: 390px; height: 390px; border: 1px solid rgba(230,204,138,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(230,204,138,.025), 0 0 0 90px rgba(230,204,138,.018); }
.package-card--signature:hover { background: var(--emerald-900); }
.package-card--signature .package-card__head, .package-card--signature h3, .package-card--signature .package-card__price, .package-card--signature .package-card__desc, .package-card--signature > a { position: relative; z-index: 1; }
.package-card--signature h3, .package-card--signature .package-card__price { color: white; }
.package-card--signature .package-card__desc { color: #b8c9c2; }
.package-card--signature > a { color: var(--gold-bright); border-bottom-color: rgba(230,204,138,.5); }
.package-card__badge { position: absolute; right: 30px; top: 79px; z-index: 2; padding: 7px 11px; color: var(--emerald-950); background: var(--gold-bright); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.packages__note { position: relative; margin-top: 28px; padding: 24px 28px; display: grid; grid-template-columns: .35fr 1.2fr auto; align-items: center; gap: 28px; color: var(--emerald-950); background: var(--sage); border-left: 3px solid var(--gold); }
.packages__note strong { font: 600 1.4rem/1 var(--display); }
.packages__note p { margin: 0; color: var(--muted); font-size: .78rem; }
.packages__note a { color: var(--emerald-900); font-size: .74rem; font-weight: 700; white-space: nowrap; }
.packages__note a span { margin-left: 9px; color: var(--gold); }

.journey { background: var(--sage); }
.journey__grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 110px; }
.journey__visual { position: relative; min-height: 650px; }
.journey__image { position: absolute; inset: 0 42px 55px 0; overflow: hidden; background: var(--emerald-900); box-shadow: var(--shadow); }
.journey__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,23,19,.45)); }
.journey__image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.03); }
.journey__caption { position: absolute; right: 0; bottom: 0; width: 245px; padding: 26px 28px; display: flex; flex-direction: column; color: white; background: var(--emerald-950); box-shadow: var(--shadow); }
.journey__caption span { font: 600 1.25rem/1.1 var(--display); }
.journey__caption small { margin-top: 8px; color: var(--gold-bright); font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.journey__content h2 em { color: var(--gold); }
.journey__steps { margin: 45px 0 38px; padding: 0; list-style: none; }
.journey__steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.journey__steps li:last-child { border-bottom: 1px solid var(--line); }
.journey__steps > li > span { color: var(--gold); font-size: .67rem; font-weight: 700; letter-spacing: .1em; }
.journey__steps h3 { margin: 0 0 5px; color: var(--emerald-950); font-size: .95rem; }
.journey__steps p { margin: 0; color: var(--muted); font-size: .85rem; }

.principles { background: var(--paper); }
.principles__intro { max-width: 710px; margin-bottom: 70px; }
.principles__intro h2 em { color: var(--gold); }
.principles__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle { min-height: 280px; padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle > span { color: var(--gold); font-size: .65rem; letter-spacing: .12em; }
.principle h3 { margin: 75px 0 14px; color: var(--emerald-950); font: 600 1.45rem/1.1 var(--display); }
.principle p { margin: 0; color: var(--muted); font-size: .82rem; }

.faq { background: var(--ivory); }
.faq__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; }
.faq__heading { position: sticky; top: 130px; align-self: start; }
.faq__heading h2 em { color: var(--gold); }
.faq__heading > p:not(.eyebrow) { max-width: 390px; margin: 28px 0 30px; color: var(--muted); font-size: .9rem; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 84px; padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; color: var(--emerald-950); font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { position: relative; width: 22px; height: 22px; flex: 0 0 22px; }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; left: 5px; top: 10px; width: 13px; height: 1px; background: var(--gold); transition: transform .25s ease; }
.accordion summary i::after { transform: rotate(90deg); }
.accordion details[open] summary i::after { transform: rotate(0); }
.accordion details p { max-width: 620px; margin: -2px 55px 26px 4px; color: var(--muted); font-size: .87rem; }

.booking { position: relative; overflow: hidden; padding: 135px 0; color: white; background: var(--emerald-950); }
.booking::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(rgba(230,204,138,.14) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to right, black, transparent 62%); }
.booking__wash { position: absolute; left: -270px; bottom: -460px; width: 900px; height: 900px; border: 1px solid rgba(200,168,95,.14); border-radius: 50%; box-shadow: 0 0 0 100px rgba(200,168,95,.02), 0 0 0 200px rgba(200,168,95,.016); }
.booking__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.booking__copy h2 { color: white; }
.booking__copy > p:not(.eyebrow) { max-width: 510px; margin: 30px 0 38px; color: #b5c8c0; }
.booking__contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 22px; }
.booking__contact > * { padding-top: 18px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.14); }
.booking__contact small { color: #8fa49b; font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.booking__contact strong { margin-top: 8px; font-size: .81rem; font-weight: 600; }
.booking-form { padding: 42px; color: var(--ink); background: var(--paper); box-shadow: 0 40px 100px rgba(0,0,0,.25); }
.form-head { margin-bottom: 34px; padding-bottom: 19px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--emerald-950); font: 600 1.4rem/1 var(--display); }
.form-head small { color: var(--gold); font-size: .62rem; letter-spacing: .1em; }
.field { margin-bottom: 19px; display: flex; flex-direction: column; gap: 8px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field label { color: var(--emerald-950); font-size: .71rem; font-weight: 700; letter-spacing: .03em; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f8faf7; border: 1px solid #cbd5d0; border-radius: 0; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,168,95,.13); }
.field textarea { resize: vertical; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .67rem; text-align: center; }

.footer { padding: 72px 0 26px; color: #adc0b8; background: var(--emerald-1000); }
.footer__main { display: grid; grid-template-columns: 1.45fr .6fr .95fr; gap: 80px; padding-bottom: 58px; }
.brand--footer { color: white; }
.brand--footer .brand__type small { color: var(--gold-bright); }
.footer__brand > p { margin: 22px 0 0; color: #7f978d; font-size: .78rem; }
.footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer small { margin-bottom: 10px; color: var(--gold); font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.footer nav a { font-size: .82rem; }
.footer nav a:hover { color: var(--gold-bright); }
.footer__cta { display: flex; align-items: flex-start; flex-direction: column; }
.footer__cta a { margin-top: 18px; padding-bottom: 9px; color: white; border-bottom: 1px solid rgba(255,255,255,.35); font: 600 1.65rem/1 var(--display); }
.footer__cta a span { margin-left: 12px; color: var(--gold-bright); font: 400 1rem/1 var(--sans); }
.footer__bottom { padding-top: 23px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #70867d; font-size: .68rem; }
.footer__bottom p { margin: 0; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; min-height: 52px; padding: 0 20px 0 15px; display: flex; align-items: center; gap: 10px; color: white; background: #1da851; border-radius: 999px; box-shadow: 0 14px 38px rgba(0,0,0,.22); font-size: .74rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 200; padding: 12px 20px; color: white; background: var(--emerald-900); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; box-shadow: var(--shadow); transform: translate(-50%, 180%); transition: transform .25s ease; }
.toast.show { transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .nav { gap: 20px; }
  .hero__grid { gap: 45px; }
  h1 { font-size: clamp(4rem, 7vw, 5.8rem); }
  .hero__proof > div { min-width: 125px; padding-inline: 14px; }
  .story__grid, .journey__grid, .faq__grid, .booking__grid { gap: 70px; }
  .story__text { margin-left: 0; }
}

@media (max-width: 860px) {
  .section { padding: 100px 0; }
  .nav > a:not(.button) { display: none; }
  .hero__grid { grid-template-columns: 1fr .82fr; }
  .hero__proof { display: none; }
  .trust-strip__inner { gap: 24px; }
  .trust-strip p span { display: block; margin: 0 0 3px; }
  .story__grid, .journey__grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .story__brand { min-height: 430px; }
  .story__logo { width: 190px; height: 190px; }
  .story__text { grid-template-columns: 1fr; gap: 16px; }
  .section-head { gap: 55px; }
  .packages__header { gap: 55px; }
  .principles__grid { grid-template-columns: repeat(2, 1fr); }
  .faq__grid, .booking__grid { gap: 55px; }
  .booking-form { padding: 32px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 82px 0; }
  .notice__inner { justify-content: center; }
  .notice p { display: none; }
  .nav-wrap { min-height: 74px; }
  .brand__mark { width: 44px; height: 44px; }
  .brand__type strong { font-size: .8rem; }
  .brand__type small { font-size: .55rem; }
  .menu-button { position: relative; z-index: 103; display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .menu-button[aria-expanded="true"] span:not(.sr-only) { background: white; }
  .nav { position: fixed; inset: 0; z-index: 102; padding: 110px 28px 42px; display: flex; align-items: stretch; flex-direction: column; gap: 4px; visibility: hidden; opacity: 0; transform: translateY(-10px); color: white; background: rgba(3,23,19,.985); transition: .25s ease; }
  .nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav > a:not(.button) { display: block; padding: 12px 0; font: 600 1.7rem/1.15 var(--display); }
  .nav > a:not(.button)::after { display: none; }
  .button--nav { margin-top: 18px; color: var(--emerald-950); background: var(--gold-bright); }

  .hero { min-height: auto; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 58px; padding-top: 72px; padding-bottom: 95px; }
  h1 { font-size: clamp(3.6rem, 16vw, 5rem); }
  h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .hero__copy > p { margin-top: 24px; font-size: .95rem; }
  .hero__visual { min-height: 500px; }
  .hero__frame { inset: 0 10px 0 20px; }
  .hero__monogram { right: -2px; width: 82px; height: 82px; font-size: 1.3rem; }
  .hero__location { left: 0; bottom: 28px; min-width: 225px; padding: 15px 17px; }
  .hero__scroll { display: none; }
  .hero__index { right: -26px; }
  .trust-strip__inner { min-height: 120px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px; padding-block: 20px; }
  .trust-strip i { display: none; }
  .trust-strip p { display: grid; grid-template-columns: 90px 1fr; }
  .trust-strip p span { margin: 0; }

  .story__grid, .section-head, .packages__header, .journey__grid, .faq__grid, .booking__grid { grid-template-columns: 1fr; }
  .story__grid { gap: 60px; }
  .story__brand { width: min(100%, 440px); min-height: 420px; }
  .story__text { margin-top: 30px; }
  .section-head { align-items: start; gap: 28px; margin-bottom: 45px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 445px; padding: 30px 27px; }
  .cup-icon { margin: 45px 0 32px; }
  .packages__header { align-items: start; gap: 28px; margin-bottom: 45px; }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .package-card, .package-card:nth-child(n+4) { grid-column: span 1; }
  .package-card--signature { grid-column: span 2 !important; }
  .packages__note { grid-template-columns: 1fr; gap: 12px; }
  .packages__note a { white-space: normal; }
  .journey__visual { min-height: 500px; order: 2; }
  .journey__image { right: 25px; bottom: 45px; }
  .journey__caption { width: 215px; padding: 21px; }
  .principles__intro { margin-bottom: 45px; }
  .principle { min-height: 245px; }
  .principle h3 { margin-top: 50px; }
  .faq__heading { position: static; }
  .booking { padding: 88px 0; }
  .booking__grid { gap: 52px; }
  .booking-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer { padding-top: 58px; }
  .footer__main { grid-template-columns: 1fr; gap: 38px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 440px) {
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .quiet-link { align-self: flex-start; }
  .hero__visual { min-height: 430px; }
  .hero__frame { left: 8px; right: 8px; }
  .hero__frame img { object-position: 70% center; }
  .hero__location { max-width: 215px; min-width: 0; }
  .hero__index { display: none; }
  .story__brand { min-height: 370px; }
  .story__logo { width: 165px; height: 165px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card, .package-card:nth-child(n+4), .package-card--signature { min-height: 350px; grid-column: span 1 !important; padding: 28px 24px; }
  .package-card h3 { margin-top: 45px; }
  .principles__grid { grid-template-columns: 1fr; }
  .booking__contact { grid-template-columns: 1fr; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 54px; height: 54px; min-height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

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