@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

:root {
  --bg: #f6f3ed;
  --surface: #ffffff;
  --ink: #22201d;
  --muted: #706b63;
  --accent: #b18a4b;
  --line: #ddd7cc;
  --sans: 'Montserrat', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-height: 100vh; background: var(--bg); color: var(--ink); font: 400 15px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
em, i { font-style: normal; }

.universe-home { width: 100%; background: var(--bg); }
.kicker { margin: 0 0 11px; color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.15; letter-spacing: -.045em; }
h1 { font-size: clamp(38px, 4vw, 54px); }
h2 { font-size: clamp(25px, 2.4vw, 32px); }
h3 { font-size: 17px; }
p { margin-top: 0; }
.button, .text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.button { gap: 18px; padding: 0 18px; border: 1px solid currentColor; }
.button.outline { background: transparent; color: var(--ink); }
.text-link { min-height: auto; gap: 14px; padding: 0 0 6px; border-bottom: 1px solid currentColor; }
.text-link.light { color: #fff; }

/* Header */
.universe-header { position: fixed; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; height: 64px; padding: 0 30px; color: #fff; background: linear-gradient(180deg, rgba(20,18,15,.35), transparent); transition: background .3s ease, height .3s ease; }
.universe-header::after { content: ''; position: absolute; right: 30px; bottom: 0; left: 30px; height: 1px; background: rgba(255,255,255,.42); }
.universe-header.scrolled { height: 58px; background: rgba(34,32,29,.96); backdrop-filter: blur(12px); }
.universe-header > nav, .desktop-nav { grid-column: 1; grid-row: 1; justify-self: start; display: flex; gap: 30px; font-size: 17px; font-weight: 400; }
.universe-header nav a, .header-utilities a { transition: opacity .2s ease; }
.universe-header nav a:hover, .header-utilities a:hover { opacity: .55; }
.wordmark { grid-column: 2; grid-row: 1; justify-self: center; display: flex; flex-direction: column; align-items: center; line-height: .9; }
.wordmark span { font-size: 17px; font-weight: 600; letter-spacing: .14em; }
.wordmark i { margin-top: 6px; font-size: 7px; font-weight: 500; letter-spacing: .38em; }
.brand-logo-img { display: block; width: 160px; height: auto; }
.footer-brand-logo { display: block; width: 190px; height: auto; }
.site-logo-img, .menu-logo-img { display: block; width: 165px; height: auto; object-fit: contain; }
.footer-logo-img { display: block; width: 190px; height: auto; object-fit: contain; }
.universe-text-logo { display: inline-flex; flex-direction: column; align-items: center; color: var(--ink); line-height: .9; }
.universe-text-logo strong { font-size: 17px; font-weight: 600; letter-spacing: .14em; }
.universe-text-logo small { margin-top: 6px; font-size: 7px; font-weight: 500; letter-spacing: .38em; }
.universe-text-logo.footer-logo-img { color: #fff; }
.header-utilities { grid-column: 3; grid-row: 1; justify-self: end; display: flex; gap: 10px; }
.header-utilities .nav-action { display: inline-flex; width: auto; height: 38px; padding: 0 18px; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.75); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.header-utilities .nav-call { min-width: 142px; }
.header-utilities .nav-reserve { min-width: 105px; background: #f6f3ed; border-color: #f6f3ed; color: var(--ink); }
.header-utilities svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.header-utilities .nav-action:hover { opacity: 1; }
.header-utilities .nav-call:hover { background: rgba(255,255,255,.12); }
.header-utilities .nav-reserve:hover { background: #fff; border-color: #fff; }
.header-book { grid-column: 3; grid-row: 1; justify-self: end; padding: 9px 13px; border: 1px solid currentColor; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mobile-menu-toggle, .mobile-menu { display: none; }

/* Hero */
.universe-hero { position: relative; display: flex; align-items: flex-end; justify-content: center; width: 100%; height: 86vh; min-height: 560px; max-height: 780px; padding: 0 24px 54px; overflow: hidden; color: #fff; text-align: center; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }
.hero-shade { background: rgba(20,18,15,.34); }
.hero-copy { position: relative; z-index: 1; width: min(90%, 620px); }
.kicker.light { color: #fff; opacity: .9; }
.hero-intro { max-width: 470px; margin: 16px auto 24px; font-size: 17px; }
.hero-actions { display: flex; justify-content: center; gap: 18px; }
.button.sand { color: #fff; background: transparent; }
.universe-hero .button.sand { color: var(--ink); background: #fff; border-color: #fff; }
.universe-hero .button.sand:hover { background: var(--bg); border-color: var(--bg); }
.universe-hero .hero-call { color: #fff; background: rgba(20,18,15,.16); border-color: #fff; }
.universe-hero .hero-call:hover { color: var(--ink); background: #fff; }
.hero-proof { position: absolute; right: 30px; bottom: 25px; z-index: 1; display: grid; grid-template-columns: auto auto; column-gap: 9px; align-items: center; text-align: left; }
.hero-proof strong { font-size: 20px; font-weight: 500; }
.hero-proof span { color: #fff; font-size: 9px; letter-spacing: 2px; }
.hero-proof small { grid-column: 1/-1; font-size: 8px; }

/* Shared sections */
.opening, .rituals, .treatment-menu, .essentials, .therapists, .faq-section, .contact-section { padding: 88px max(5vw, 24px); }
.opening { max-width: 940px; margin: auto; text-align: center; }
.opening-grid { max-width: 650px; margin: 20px auto 0; }
.opening-grid p, .section-intro > p:last-child, .signature-copy > p, .journey-content li p { color: var(--muted); font-size: 17px; }
.opening-grid .text-link { margin-top: 13px; }
.section-intro { max-width: 650px; margin: 0 auto 40px; text-align: center; }
.section-intro > p:last-child { max-width: 540px; margin: 12px auto 0; }

/* Ritual categories */
.rituals { padding-top: 30px; padding-bottom: 42px; border-top: 1px solid var(--line); background: var(--surface); }
.collection-heading { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto 18px; }
.collection-heading h2 { font-size: 22px; font-weight: 400; letter-spacing: -.035em; }
.collection-heading a { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.section-heading { max-width: 1200px; margin: 0 auto 30px; text-align: center; }
.section-heading > p:last-child { max-width: 580px; margin: 12px auto 0; color: var(--muted); font-size: 17px; }
.ritual-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; max-width: 1200px; margin: auto; }
.ritual-card img { display: block; width: 100%; aspect-ratio: .9; object-fit: cover; }
.ritual-card > div { position: relative; padding: 13px 0; }
.ritual-card > div > span { display: none; }
.ritual-card h3 { overflow: hidden; font-size: 16px; font-weight: 500; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.ritual-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

/* Menu */
.treatment-menu { text-align: center; }
.treatment-list { display: grid; grid-template-columns: 1fr 1fr; max-width: 1000px; margin: 0 auto 30px; border-top: 1px solid var(--line); text-align: left; }
.treatment-list article { display: grid; grid-template-columns: 1fr auto; column-gap: 20px; padding: 21px 18px; border-bottom: 1px solid var(--line); }
.treatment-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.treatment-list h3 { font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.treatment-list p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.treatment-list strong { color: var(--accent); font-size: 17px; font-weight: 500; }
.treatment-list span { grid-column: 2; color: var(--muted); font-size: 11px; }

/* Split storytelling */
.signature, .journey { display: grid; grid-template-columns: 1fr 1fr; max-width: 1280px; margin: 0 auto 88px; background: var(--surface); }
.signature-image img, .journey-photo img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.signature-copy, .journey-content { align-self: center; padding: 70px 12%; }
.signature-copy > p { margin: 17px 0 24px; }
.button.dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.journey { margin-top: 88px; }
.journey-no-image { display: block; max-width: 920px; }
.journey-no-image .journey-content { max-width: 760px; margin: auto; padding: 70px 8%; }
.journey-content ol { margin: 25px 0 0; padding: 0; list-style: none; }
.journey-content li { display: flex; gap: 15px; padding: 15px 0; border-top: 1px solid var(--line); }
.journey-content li:last-child { border-bottom: 1px solid var(--line); }
.journey-content li > span { color: var(--accent); font-size: 9px; }
.journey-content strong { font-size: 13px; font-weight: 500; }
.journey-content li p { margin: 4px 0 0; font-size: 12px; }

/* Benefits and therapists */
.essentials { background: var(--surface); text-align: center; }
.essentials-heading { max-width: 680px; margin: auto; }
.essentials-grid, .therapist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1050px; margin: 40px auto 0; text-align: left; }
.essentials-grid article { padding: 25px; border: 1px solid var(--line); }
.essentials-grid span { color: var(--accent); font-size: 9px; }
.essentials-grid h3 { margin: 11px 0 8px; font-size: 15px; font-weight: 500; letter-spacing: -.02em; }
.essentials-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.therapists { text-align: center; }
.therapist-grid article { padding: 25px; background: var(--surface); text-align: center; }
.therapist-grid img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; }
.therapist-grid h3 { margin: 15px 0 5px; font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.therapist-grid p { margin: 0; color: var(--muted); font-size: 12px; }

/* CTA, review, FAQ */
.reserve-band { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 34px 60px; align-items: end; padding: 82px max(5vw,24px) 0; background: var(--ink); color: #fff; }
.reserve-band .kicker { color: var(--accent); }
.reserve-band .kicker { font-size: 11px; }
.cta-copy { max-width: 660px; }
.cta-copy h2 { font-size: clamp(32px,4vw,52px); }
.cta-copy > p:last-child { max-width: 590px; margin: 18px 0 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.cta-actions { display: flex; gap: 10px; }
.cta-actions .button { min-height: 54px; padding: 0 27px; font-size: 11px; }
.cta-primary { background: #fff; border-color: #fff; color: var(--ink); }
.cta-secondary { background: transparent; border-color: rgba(255,255,255,.7); color: #fff; }
.cta-facts { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.cta-facts article { padding: 24px 0 28px; border-right: 1px solid rgba(255,255,255,.2); }
.cta-facts article:not(:first-child) { padding-left: 28px; }
.cta-facts article:last-child { border-right: 0; }
.cta-facts span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.cta-facts strong { font-size: 16px; font-weight: 500; }
.review-band { padding: 76px 24px; background: var(--surface); text-align: center; }
.quote-mark { color: var(--accent); font-size: 34px; line-height: 1; }
.review-band blockquote { max-width: 700px; margin: 13px auto 20px; font-size: clamp(20px, 2.2vw, 29px); font-weight: 400; line-height: 1.35; letter-spacing: -.035em; }
.review-band > div { display: flex; justify-content: center; gap: 15px; color: var(--muted); font-size: 12px; }
.faq-section { background: var(--bg); }
.faq-list { max-width: 850px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-size: 18px; font-weight: 500; line-height: 1.45; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent); font-size: 18px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 820px; margin: -3px 0 27px; color: var(--muted); font-size: 16px; line-height: 1.8; }

/* Contact and footer */
.contact-section { background: var(--surface); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; max-width: 1150px; margin: auto; border: 1px solid var(--line); }
.contact-information { display: flex; flex-direction: column; padding: 42px; }
.contact-information article { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-information article:first-child { padding-top: 0; }
.contact-information article > span { display: block; margin-bottom: 7px; color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-information article a, .contact-information article h3 { font-size: 17px; font-weight: 500; letter-spacing: -.025em; }
.contact-information article p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.contact-information > .button { align-self: flex-start; margin-top: 28px; }
.contact-map { min-height: 520px; background: var(--bg); }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; }
.universe-footer { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 50px; align-items: start; padding: 62px 5vw 25px; border-top: 1px solid rgba(255,255,255,.18); background: var(--ink); color: #fff; }
.universe-footer .wordmark { grid-column: auto; grid-row: auto; justify-self: start; }
.footer-brand p,.footer-brand address { max-width: 340px; margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 11px; font-style: normal; line-height: 1.8; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h3 { margin-bottom: 8px; color: rgba(255,255,255,.45); font-size: 14px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { color: rgba(255,255,255,.78); font-size: 14px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.footer-bottom small,.footer-bottom p { margin: 0; color: rgba(255,255,255,.45); font-size: 9px; }
.mobile-book { display: none; }
.mobile-action-bar { display: none; }

/* Shared secondary pages */
.page, .page-shell { min-height: 100vh; padding-top: 125px !important; }

/* Treatment menu and booking pages */
.inner-page { background: var(--bg); }
.inner-header { background: rgba(34,32,29,.97); }
.inner-header::after { background: rgba(255,255,255,.22); }
.menu-page, .booking-page { max-width: 1180px; margin: auto; padding: 128px max(5vw,24px) 90px; }
.menu-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; padding: 45px 0 55px; border-bottom: 1px solid var(--line); }
.menu-hero h1, .booking-page h1 { max-width: 760px; font-size: clamp(40px,6vw,72px); }
.menu-hero > p:last-child { max-width: 470px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.menu-hero-compact { display: block; padding: 32px 0 22px; }
.menu-hero-compact .kicker { margin: 0; }
.menu-jump { display: flex; flex-wrap: wrap; gap: 8px; padding: 25px 0 55px; }
.menu-jump a { padding: 8px 13px; border: 1px solid var(--line); background: var(--surface); font-size: 11px; font-weight: 500; }
.menu-group { padding: 55px 0 15px; scroll-margin-top: 80px; }
.menu-group-heading { display: grid; grid-template-columns: 100px 1fr; gap: 20px; margin-bottom: 24px; }
.menu-group-heading span { color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.menu-group-heading h2 { font-size: clamp(27px,3vw,38px); }
.price-cards { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.price-card { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.price-card h3 { font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.price-card > p { min-height: 46px; margin: 9px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.price-row { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; min-height: 50px; border-top: 1px solid var(--line); font-size: 13px; }
.price-row strong { color: var(--ink); font-size: 15px; font-weight: 500; }
.mini-book { min-width: 68px; padding: 8px 10px; border: 1px solid var(--ink); text-align: center; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: .2s ease; }
.mini-book:hover { background: var(--ink); color: #fff; }
.menu-note { margin-top: 30px; padding: 22px 25px; border: 1px solid var(--accent); background: var(--surface); font-size: 13px; }
.menu-note strong { font-weight: 600; }
.menu-note .mini-book { margin-left: 14px; }
.booking-page { max-width: 820px; }
.booking-page > p { max-width: 620px; color: var(--muted); font-size: 16px; }
.booking-form { margin-top: 38px; padding: 34px; background: var(--surface); border: 1px solid var(--line); }
.booking-form label { display: block; margin: 20px 0 7px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.booking-form label:first-child { margin-top: 0; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 48px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font-size: 17px; }
.booking-form textarea { resize: vertical; }
.booking-form .button { margin-top: 28px; }
.booking-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; }

/* Reservation form */
.booking-shell { min-height: 100svh; overflow-x: hidden; background: #201d19; }
.booking-backdrop { position: fixed; inset: 0; background: linear-gradient(rgba(20,18,15,.68),rgba(20,18,15,.68)),url('images/hero_1.webp') center/cover no-repeat; filter: blur(3px); transform: scale(1.015); }
.reservation-dialog { position: relative; z-index: 1; width: min(920px,calc(100% - 34px)); margin: 48px auto; padding: 28px 36px 30px; background: var(--bg); border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(0,0,0,.32); }
.reservation-head { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.reservation-head .kicker { margin-bottom: 6px; }
.reservation-head h1 { font-size: clamp(25px,3vw,34px); font-weight: 500; letter-spacing: -.035em; }
.reservation-close { display: grid; flex: 0 0 40px; place-items: center; width: 40px; height: 40px; margin-top: -6px; font-size: 29px; font-weight: 300; line-height: 1; }
.reservation-intro { margin: 20px 0 18px; color: var(--muted); font-size: 15px; }
.reservation-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 22px; }
.field label { display: block; margin: 0 0 7px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.field label span { font-weight: 400; }
.field input,.field select,.field textarea { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fff; color: var(--ink); font-size: 17px; transition: border-color .2s ease; }
.field textarea { min-height: 88px; resize: vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--ink); }
.field select:disabled { color: #99948c; cursor: not-allowed; }
.field-wide { grid-column: 1/-1; }
.coupon-field > div { display: grid; grid-template-columns: 1fr 112px; gap: 10px; }
.coupon-field button { border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.coupon-field small { display: block; min-height: 13px; margin-top: 4px; color: var(--muted); font-size: 9px; }
.reservation-submit { min-height: 56px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.reservation-submit:hover,.coupon-field button:hover { background: #37332e; }
.reservation-note { margin: -7px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.booking-consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 10px; line-height: 1.7; }
.booking-consent input { flex: 0 0 auto; width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--ink); }
.booking-consent a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }

/* Legal and policy pages */
.legal-page { background: var(--bg); }
.legal-header { position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center; min-height: 68px; padding: 0 max(5vw,24px); border-bottom: 1px solid var(--line); background: rgba(246,243,237,.96); backdrop-filter: blur(10px); }
.legal-header nav { display: flex; gap: 24px; font-size: 11px; font-weight: 500; }
.legal-shell { max-width: 1120px; margin: auto; padding: 75px max(5vw,24px) 95px; }
.legal-title { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-title h1 { font-size: clamp(40px,6vw,70px); }
.legal-title > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.legal-layout { display: grid; grid-template-columns: 190px minmax(0,720px); gap: 70px; align-items: start; padding-top: 45px; }
.legal-layout aside { position: sticky; top: 105px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.legal-layout aside a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.legal-layout aside a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.legal-content > p:first-child { color: var(--ink); font-size: 17px; line-height: 1.8; }
.legal-content h2 { margin: 38px 0 10px; font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.legal-content p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.legal-content a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px max(5vw,24px); border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }

/* Legacy content-page compatibility */
.secondary-page { background: var(--bg); color: var(--ink); font-size: 16px; }
.secondary-page .site-header { position: sticky; top: 0; z-index: 40; width: 100%; min-height: 68px; border-bottom: 1px solid var(--line); background: rgba(246,243,237,.97); backdrop-filter: blur(12px); }
.secondary-page .header-container { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; max-width: 1440px; min-height: 68px; margin: auto; padding: 0 30px; }
.secondary-page .header-left { justify-self: start; }
.secondary-page .header-center { justify-self: center; }
.secondary-page .header-right { justify-self: end; display: flex; gap: 10px; }
.secondary-page .nav-toggle-btn,.secondary-page .header-call-btn,.secondary-page .reserve-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; padding: 0 16px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.secondary-page .reserve-btn { min-width: 105px; background: var(--ink); color: #fff; }
.secondary-page main { overflow: hidden; }
.secondary-page .container { width: min(1180px,calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.secondary-page .text-center { text-align: center; }
.secondary-page .page-header-simple { padding: 82px 24px 68px; border-bottom: 1px solid var(--line); background: var(--surface); }
.secondary-page .eyebrow { display: block; margin-bottom: 13px; color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.secondary-page .page-title { max-width: 950px; margin: auto; font-size: clamp(38px,5vw,64px); font-weight: 400; line-height: 1.08; overflow-wrap: anywhere; }
.secondary-page .page-subtitle { max-width: 780px; margin: 22px auto 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.secondary-page .article-container { width: min(850px,calc(100% - 48px)); margin: 0 auto; padding: 70px 0; }
.secondary-page .article-content h2,.secondary-page .article-container > h2 { margin: 42px 0 13px; font-size: clamp(26px,3vw,34px); font-weight: 500; letter-spacing: -.035em; }
.secondary-page .article-content h2:first-child { margin-top: 0; }
.secondary-page .article-content h3,.secondary-page .article-container > h3 { margin: 28px 0 10px; font-size: 21px; font-weight: 500; }
.secondary-page .article-content p,.secondary-page .article-container > p { margin: 0 0 20px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.secondary-page .article-content ul,.secondary-page .article-content ol { margin: 15px 0 30px; padding-left: 24px; color: var(--muted); }
.secondary-page .article-content li { margin: 9px 0; padding-left: 5px; line-height: 1.8; }
.secondary-page .article-content strong,.secondary-page .article-container strong { color: var(--ink); font-weight: 600; }
.secondary-page .article-container a { text-decoration: underline; text-underline-offset: 3px; }
.secondary-page .faq-item { border-bottom: 1px solid var(--line); }
.secondary-page .faq-item h3 { margin: 0; }
.secondary-page .faq-question { width: 100%; padding: 20px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 17px; font-weight: 500; cursor: pointer; }
.secondary-page .faq-answer p { margin: 0; padding: 0 0 22px; color: var(--muted); font-size: 16px; }
.secondary-page .btn,.secondary-page .dark-btn,.secondary-page .outline-btn,.secondary-page .btn-gold,.secondary-page .btn-outline-light,.secondary-page .footer-reserve-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin: 8px 8px 8px 0; padding: 0 18px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.secondary-page .btn-outline-dark,.secondary-page .outline-btn,.secondary-page .btn-outline-light { background: transparent; color: var(--ink); }
.secondary-page .section-padding { padding: 70px 24px; }
.secondary-page .cta-banner-section { background: var(--ink); color: #fff; }
.secondary-page .cta-banner-box { max-width: 760px; margin: auto; }
.secondary-page .section-title { font-size: clamp(28px,4vw,44px); }
.secondary-page .section-desc { margin: 15px 0 22px; color: rgba(255,255,255,.7); font-size: 16px; }
.secondary-page .cta-banner-section .dark-btn { background: #fff; border-color: #fff; color: var(--ink); }
.secondary-page .cta-banner-section .outline-btn { border-color: #fff; color: #fff; }
.secondary-page .search-tag { display: inline-flex; padding: 8px 13px; border: 1px solid var(--line); background: var(--surface); font-size: 12px; text-decoration: none; }
.secondary-page .location-hero-section { padding: 70px 0; background: var(--ink); color: #fff; }
.secondary-page .location-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.secondary-page .location-hero-content h1 { font-size: clamp(34px,4vw,54px); }
.secondary-page .location-hero-lead { margin: 18px 0; color: rgba(255,255,255,.7); font-size: 16px; }
.secondary-page .location-hero-img-box img { display: block; width: 100%; min-height: 430px; object-fit: cover; }
.secondary-page .google-rating-box { display: flex; gap: 16px; align-items: center; }
.secondary-page .rating-stars { color: var(--accent); }
.secondary-page .rating-details { display: flex; flex-direction: column; font-size: 12px; }
.secondary-page .location-action-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.secondary-page .site-footer { padding: 58px 5vw 24px; background: var(--ink); color: #fff; }
.secondary-page .footer-top { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 35px; max-width: 1250px; margin: auto; }
.secondary-page .footer-tagline,.secondary-page .footer-info-text { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.8; }
.secondary-page .footer-heading { color: rgba(255,255,255,.45); font-size: 12px; letter-spacing: .12em; }
.secondary-page .footer-links { margin: 0; padding: 0; list-style: none; }
.secondary-page .footer-links li { margin: 7px 0; }
.secondary-page .footer-links a { color: rgba(255,255,255,.75); font-size: 12px; }
.secondary-page .footer-bottom { max-width: 1250px; margin: 35px auto 0; }
.secondary-page .menu-overlay,.secondary-page .modal-overlay { position: fixed; inset: 0; z-index: 60; display: none; background: rgba(20,18,15,.62); }
.secondary-page .menu-overlay.active,.secondary-page .menu-overlay.is-open,.secondary-page .modal-overlay.active,.secondary-page .modal-overlay.is-open { display: block; }
.secondary-page .menu-panel,.secondary-page .modal-panel { width: min(520px,100%); height: 100%; padding: 28px; overflow: auto; background: var(--bg); }
.secondary-page .modal-panel { width: min(850px,calc(100% - 30px)); height: auto; max-height: calc(100vh - 30px); margin: 15px auto; }
.secondary-page .menu-links { margin: 30px 0; padding: 0; list-style: none; }
.secondary-page .menu-link { display: flex; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.secondary-page .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.secondary-page .form-group { margin-bottom: 16px; }
.secondary-page .form-group label { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 600; }
.secondary-page .form-group input,.secondary-page .form-group select,.secondary-page .form-group textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); background: #fff; font-size: 16px; }

@media (max-width: 768px) {
  .secondary-page { padding-bottom: 0; }
  .secondary-page .site-header,.secondary-page .header-container { min-height: 62px; }
  .secondary-page .header-container { display: flex; justify-content: space-between; padding: 0 16px; }
  .secondary-page .header-center { order: -1; }
  .secondary-page .header-left { order: 2; }
  .secondary-page .header-right { display: none; }
  .secondary-page .nav-toggle-btn { width: 48px; height: 48px; padding: 0; border: 0; }
  .secondary-page .nav-toggle-btn .btn-label { display: none; }
  .secondary-page .nav-toggle-btn svg { width: 24px; height: 18px; }
  .secondary-page .page-header-simple { padding: 48px 18px 42px; }
  .secondary-page .container { width: calc(100% - 36px); }
  .secondary-page .page-title { font-size: clamp(34px,10vw,46px); }
  .secondary-page .page-subtitle { font-size: 16px; }
  .secondary-page .article-container { width: calc(100% - 36px); padding: 45px 0; }
  .secondary-page .article-content p,.secondary-page .article-container > p { font-size: 16px; line-height: 1.8; }
  .secondary-page .section-padding { padding: 52px 18px; }
  .secondary-page .location-hero-grid { grid-template-columns: 1fr; }
  .secondary-page .location-hero-img-box img { min-height: 300px; }
  .secondary-page .footer-top { grid-template-columns: 1fr 1fr; }
  .secondary-page .footer-brand-col { grid-column: 1/-1; }
  .secondary-page .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .secondary-page .footer-top { grid-template-columns: 1fr; }
  .secondary-page .footer-brand-col { grid-column: auto; }
}

@media (max-width: 768px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  body.legal-page { padding-bottom: 0; }
  h1 { font-size: clamp(36px, 10vw, 46px); }
  h2 { font-size: clamp(24px, 7vw, 30px); }
  .opening, .treatment-menu, .essentials, .therapists, .faq-section, .contact-section { padding: 62px 20px; }
  .rituals { padding: 24px 16px 36px; }
  .collection-heading { margin-bottom: 14px; }
  .collection-heading h2 { font-size: 20px; }
  .universe-header { display: flex; justify-content: space-between; height: 64px; padding: 0 16px; }
  .universe-header::after { right: 16px; left: 16px; }
  .universe-header > nav, .desktop-nav, .header-utilities { display: none; }
  .universe-header .wordmark { position: static; margin: 0; align-items: flex-start; }
  .universe-header .wordmark span { font-size: 12px; }
  .universe-header .wordmark i { font-size: 6px; }
  .brand-logo-img { width: 135px; }
  .site-logo-img, .menu-logo-img { width: 135px; }
  .universe-header .header-book { display: inline-flex; margin-left: auto; }
  .mobile-menu-toggle { display: grid; grid-template-rows: repeat(3, 6px); align-content: center; justify-items: end; width: 48px; height: 48px; margin-left: auto; padding: 0; border: 0; background: transparent; color: #fff; }
  .mobile-menu-toggle span { width: 24px; height: 1px; background: currentColor; }
  .mobile-menu { position: fixed; inset: 0; z-index: 30; display: flex; visibility: hidden; opacity: 0; pointer-events: none; flex-direction: column; justify-content: space-between; padding: 21px 20px calc(95px + env(safe-area-inset-bottom)); background: var(--bg); transition: opacity .25s ease, visibility .25s ease; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
  .mobile-menu-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 600; letter-spacing: .1em; }
  .mobile-menu-top button { border: 0; background: none; color: inherit; font-size: 30px; }
  .mobile-menu nav { display: grid; margin: auto 0; }
  .mobile-menu nav a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: clamp(27px, 8vw, 36px); line-height: 1.1; letter-spacing: -.05em; }
  .mobile-menu nav a span { font-size: 16px; }
  .mobile-menu-contact { color: var(--muted); font-size: 9px; }
  .mobile-menu-contact p { margin: 0; }
  .mobile-menu-contact a { display: block; margin-top: 6px; color: var(--ink); font-size: 17px; font-weight: 500; }
  .universe-hero { height: 76svh; min-height: 560px; max-height: none; padding: 0 18px 42px; }
  .hero-proof { display: none; }
  .hero-intro { font-size: 11px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; justify-items: center; }
  .hero-actions { width: min(100%, 500px); margin: 0 auto; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 42px; font-size: 12px; }
  .hero-proof { right: 18px; bottom: 16px; }
  .ritual-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .ritual-card img { aspect-ratio: 1; }
  .treatment-list { grid-template-columns: 1fr; }
  .treatment-list article { padding: 18px 0; border-right: 0 !important; }
  .signature, .journey { grid-template-columns: 1fr; margin: 0 0 62px; }
  .signature-image img, .journey-photo img { min-height: 360px; }
  .signature-copy, .journey-content { padding: 48px 24px; }
  .journey { margin-top: 62px; }
  .essentials-grid, .therapist-grid { grid-template-columns: 1fr; }
  .reserve-band { grid-template-columns: 1fr; gap: 25px; padding: 60px 20px 0; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-copy > p:last-child { font-size: 15px; }
  .cta-facts strong { font-size: 15px; }
  .cta-facts { grid-column: auto; grid-template-columns: 1fr; }
  .cta-facts article,.cta-facts article:not(:first-child) { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .cta-facts article:last-child { border-bottom: 0; }
  .review-band { padding: 60px 20px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-information { padding: 28px 22px; }
  .contact-map, .contact-map iframe { min-height: 360px; }
  .universe-footer { grid-template-columns: 1fr 1fr; gap: 36px 24px; padding-bottom: 88px; }
  .footer-brand,.footer-bottom { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .mobile-book { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 25; display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 0 17px; background: var(--ink); color: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.18); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
  .universe-home .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 25; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: var(--bg); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(100%); pointer-events: none; transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
  .universe-home .mobile-action-bar.is-visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; min-height: 42px; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-reserve { background: var(--ink); border: 1px solid var(--ink); color: #fff; }
  .mobile-call { background: var(--surface); border: 1px solid var(--ink); color: var(--ink); }
  .menu-page, .booking-page { padding: 98px 18px 70px; }
  .menu-hero { grid-template-columns: 1fr; gap: 20px; padding: 30px 0 40px; }
  .menu-hero > p:last-child, .booking-page > p { font-size: 17px; }
  .menu-jump { padding-bottom: 25px; }
  .menu-group { padding-top: 42px; }
  .menu-group-heading { grid-template-columns: 40px 1fr; }
  .price-cards { grid-template-columns: 1fr; }
  .price-card { padding: 23px 18px; }
  .price-card > p { min-height: 0; }
  .price-row { gap: 10px; }
  .menu-note .mini-book { display: inline-block; margin: 12px 0 0; }
  .booking-form { padding: 23px 18px; }
  .reservation-dialog { width: calc(100% - 20px); margin: 10px auto calc(82px + env(safe-area-inset-bottom)); padding: 22px 18px 24px; }
  .reservation-head { align-items: flex-start; }
  .reservation-head h1 { font-size: 24px; }
  .reservation-intro { font-size: 13px; line-height: 1.7; }
  .reservation-form { grid-template-columns: 1fr; gap: 15px; }
  .field-wide { grid-column: auto; }
  .field input,.field select,.field textarea { font-size: 16px; }
  .coupon-field > div { grid-template-columns: 1fr 92px; }
  .legal-header { min-height: 62px; padding: 0 18px; }
  .legal-header nav { gap: 14px; }
  .legal-shell { padding: 50px 20px 70px; }
  .legal-title { padding-bottom: 30px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 30px; }
  .legal-layout aside { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .legal-layout aside a { padding-right: 10px; }
  .legal-content > p:first-child { font-size: 15px; }
  .legal-content p { font-size: 13px; }
  .legal-footer { flex-direction: column; }
}
