:root {
  --ink: #11100e;
  --ink-2: #1c1a17;
  --ivory: #f5f0e7;
  --paper: #fffdf8;
  --gold: #c69a46;
  --gold-soft: #e4c887;
  --muted: #746e64;
  --line: rgba(17, 16, 14, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--gold); color: #000; }
.skip-link:focus { top: 1rem; }

.site-header { height: 78px; position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.2rem, 5vw, 5rem); color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; letter-spacing: .02em; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--gold); display: grid; place-items: center; transform: rotate(45deg); color: var(--gold-soft); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand strong { display: block; font: 600 1.55rem/1 var(--serif); }
.brand small { display: block; margin-top: .25rem; font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.7rem; }
nav a { font-size: .88rem; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--gold-soft); }
.nav-cta { border: 1px solid var(--gold); padding: .58rem 1rem; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.4); background: transparent; color: #fff; padding: .5rem .75rem; font: inherit; }

.hero { min-height: 750px; height: 94vh; position: relative; isolation: isolate; color: #fff; background: #111 url("assets/spa-hero.webp") center/cover no-repeat; display: flex; align-items: center; padding: 8rem clamp(1.2rem, 8vw, 9rem) 4rem; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,7,6,.93) 0%, rgba(7,7,6,.75) 38%, rgba(7,7,6,.15) 75%), linear-gradient(0deg, rgba(7,7,6,.45), transparent 50%); }
.hero-content { max-width: 680px; }
.eyebrow { margin: 0 0 1rem; color: var(--gold-soft); font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #89681f; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .98; }
h1 { max-width: 680px; font-size: clamp(3.7rem, 7vw, 7.2rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); letter-spacing: -.035em; }
.hero-content > p:not(.eyebrow) { max-width: 600px; margin: 1.7rem 0 2rem; color: rgba(255,255,255,.78); font-size: 1.06rem; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .72rem 1.25rem; border: 1px solid transparent; text-decoration: none; font-weight: 600; font-size: .88rem; transition: .2s ease; }
.button-gold { background: var(--gold); color: #0a0907; }
.button-gold:hover { background: #ddb45f; transform: translateY(-1px); }
.button-outline { border-color: rgba(255,255,255,.55); color: #fff; }
.button-outline:hover { background: rgba(255,255,255,.1); }
.hero-meta { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin-top: 2.2rem; color: rgba(255,255,255,.7); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta span + span::before { content: "•"; margin-right: 1.5rem; color: var(--gold); }
.hero-caption { position: absolute; right: clamp(1rem, 4vw, 4rem); bottom: 2rem; color: rgba(255,255,255,.48); font: 500 1rem var(--serif); letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 7vw, 8rem); }
.intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 9rem); background: var(--ivory); }
.intro-copy > p { margin-top: 0; font-size: 1.1rem; color: #48433c; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 2rem; list-style: none; padding: 1.5rem 0 0; margin: 1.5rem 0 0; border-top: 1px solid var(--line); }
.feature-list li::before { content: "✦"; margin-right: .6rem; color: #9b7429; }

.massages { background: var(--ink); color: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 490px; margin: 0; color: rgba(255,255,255,.6); }
.section-heading.compact > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.service-card { border: 1px solid rgba(255,255,255,.14); background: var(--ink-2); }
.service-card.featured { border-color: rgba(198,154,70,.65); }
.service-card summary { min-height: 118px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1rem; padding: 1.3rem 1.5rem; cursor: pointer; list-style: none; }
.service-card summary::-webkit-details-marker { display: none; }
.service-card summary::after { content: "+"; grid-column: 3; grid-row: 1; color: var(--gold-soft); font-size: 1.5rem; }
.service-card[open] summary::after { content: "−"; }
.service-card summary span { font: 600 clamp(1.45rem, 2.2vw, 2rem)/1.05 var(--serif); }
.service-card summary small { display: block; margin-bottom: .55rem; color: var(--gold-soft); font: 600 .64rem var(--sans); letter-spacing: .17em; text-transform: uppercase; }
.service-card summary b { color: var(--gold-soft); font: 600 1rem var(--sans); white-space: nowrap; }
.service-card summary b em { display: block; color: rgba(255,255,255,.45); font: 400 .68rem var(--sans); text-align: right; }
.service-card > div { padding: 0 1.5rem 1.5rem; color: rgba(255,255,255,.68); font-size: .9rem; }
.service-card ul { padding-left: 1.2rem; }
.price-line { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0 0; }
.price-line span { padding: .35rem .6rem; border: 1px solid rgba(198,154,70,.4); color: #fff; }
.fine-print { margin: 2rem 0 0; color: rgba(255,255,255,.48); font-size: .75rem; }

.memberships { background: var(--ivory); }
.membership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.membership-grid article { min-height: 260px; position: relative; padding: 2rem 1.4rem; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; justify-content: flex-end; }
.membership-grid article::before { content: ""; position: absolute; top: 1.4rem; left: 1.4rem; width: 42px; height: 1px; background: var(--gold); }
.membership-grid small { margin-bottom: auto; padding-top: 1.3rem; color: #886820; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.membership-grid h3 { font-size: clamp(2.1rem, 3vw, 3.3rem); }
.membership-grid p { margin-bottom: 0; color: var(--muted); }
.membership-grid .recommended { background: var(--ink); color: #fff; border-color: var(--ink); }
.membership-grid .recommended span { position: absolute; top: 0; right: 0; padding: .4rem .65rem; background: var(--gold); color: #111; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.dark-text { color: var(--muted); }

.visit { background: #d8ba7c; }
.visit-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 7vw, 8rem); padding: clamp(2rem, 5vw, 5rem); background: var(--ink); color: #fff; }
.visit-card > div > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.68); }
.contact-actions { margin-top: 2rem; }
address { align-self: end; padding: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.2); font-style: normal; color: rgba(255,255,255,.68); }
address b, address span, address a { display: block; }
address b { color: #fff; margin-bottom: .8rem; }
address hr { border: 0; border-top: 1px solid rgba(255,255,255,.12); margin: 1.2rem 0; }
address a { margin-top: 1rem; color: var(--gold-soft); }

footer { display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 2rem; align-items: center; padding: 3rem clamp(1.2rem, 7vw, 8rem) 5rem; background: #090806; color: rgba(255,255,255,.64); font-size: .82rem; }
footer a { color: #fff; }
footer > div:last-child { text-align: right; }
.footer-brand img { width: 120px; border-radius: 2px; }
.mobile-actions { display: none; }

.privacy-page { background: var(--ivory); }
.privacy-header { position: static; background: var(--ink); }
.privacy-main { max-width: 900px; margin: 0 auto; padding: 7rem 1.3rem; }
.privacy-main h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.privacy-main h2 { margin-top: 2.5rem; font-size: 2rem; }
.privacy-main p, .privacy-main li { color: #4f4940; }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 1.5rem; background: #111; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .5rem; }
  .hero { min-height: 720px; height: auto; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,7,6,.93), rgba(7,7,6,.48)), linear-gradient(0deg, rgba(7,7,6,.7), transparent 55%); }
  .intro, .visit-card { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .membership-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 600px) {
  body { padding-bottom: 60px; }
  .brand strong { font-size: 1.35rem; }
  .hero { min-height: 760px; background-position: 62% center; padding-top: 8.5rem; align-items: end; }
  .hero-content { padding-bottom: 2rem; }
  h1 { font-size: clamp(3.35rem, 15vw, 5.2rem); }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: .5rem; }
  .hero-meta span { width: 100%; }
  .hero-meta span + span::before { content: none; }
  .hero-caption { display: none; }
  .section { padding: 4.5rem 1.1rem; }
  .intro { gap: 2.5rem; }
  .feature-list { grid-template-columns: 1fr; }
  .service-card summary { grid-template-columns: 1fr auto; }
  .service-card summary b { grid-column: 1; grid-row: 2; justify-self: start; margin-top: .2rem; }
  .service-card summary b em { display: inline; text-align: left; }
  .service-card summary::after { grid-column: 2; justify-self: end; }
  .membership-grid { grid-template-columns: 1fr; }
  .membership-grid article { min-height: 220px; }
  .visit { padding: 0; }
  .visit-card { padding: 4rem 1.1rem; }
  footer { grid-template-columns: 1fr; padding-bottom: 3rem; }
  footer > div:last-child { text-align: left; }
  .mobile-actions { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 60px; display: grid; grid-template-columns: repeat(3, 1fr); background: #0b0a08; border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-actions a { display: grid; place-items: center; color: #fff; text-decoration: none; font-size: .78rem; font-weight: 600; }
  .mobile-actions a:nth-child(2) { background: var(--gold); color: #090806; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


/* Ivory, champagne and warm charcoal — Nirvana's light visual identity. */
:root { --paper: #fcf9f1; --ivory: #f3eddf; --ink: #292b24; --ink-2: #fffdf8; --gold: #b2914e; --gold-soft: #79602d; --muted: #686457; --line: #ded5c3; }
.site-header { position: relative; height: 142px; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.brand { flex-shrink: 0; }
.brand-logo { width: 132px; height: 132px; object-fit: contain; mix-blend-mode: multiply; }
nav a:not(.nav-cta):hover { color: #79602d; }
.nav-cta { background: #eee3ca; border-color: #b2914e; color: var(--ink); text-decoration: none; }
.menu-toggle { border-color: var(--line); color: var(--ink); }
.hero { min-height: 640px; height: auto; padding: 6rem clamp(1.2rem, 7vw, 8rem); color: var(--ink); background: var(--paper); overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: 28px 28px 28px 57%; background: url('assets/spa-hero.webp') 65% center/cover no-repeat; border-radius: 180px 180px 4px 4px; z-index: -1; }
.hero-overlay { background: none; }
.hero-content { width: 49%; max-width: 660px; }
h1 { font-size: clamp(3.5rem, 5.8vw, 6rem); }
.hero-content > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.eyebrow, .eyebrow.dark { color: #79602d; }
.button-gold { background: #ad8a43; color: #191b15; }
.button-gold:hover { background: #c5a768; }
.button-outline { border-color: #b5aa92; color: var(--ink); }
.button-outline:hover { background: #eee3ca; }
.hero-meta { color: var(--muted); text-transform: none; letter-spacing: .02em; }
.hero-meta span + span::before { content: none; }
.hero-caption { display: none; }
.massages { background: var(--paper); color: var(--ink); }
.section-heading > p { color: var(--muted); }
.service-card { background: #fffdf8; border-color: var(--line); }
.service-card.featured { border-color: #b2914e; background: #f7f0e1; }
.service-card summary b, .service-card summary small, .service-card summary::after { color: #79602d; }
.service-card summary b em, .service-card > div { color: var(--muted); }
.price-line span { border-color: var(--line); color: var(--ink); }
.fine-print { color: var(--muted); }
.membership-grid .recommended { background: #e9dcc0; color: var(--ink); border-color: #b2914e; }
.membership-grid .recommended span { background: #ad8a43; color: #191b15; }
.visit { background: #eee5d3; }
.visit-card { background: var(--paper); color: var(--ink); border: 1px solid var(--line); }
.visit-card > div > p:not(.eyebrow), address { color: var(--muted); }
address, address hr { border-color: var(--line); }
address b { color: var(--ink); }
address a { color: #79602d; }
footer { grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr); background: var(--paper); color: var(--muted); border-top: 1px solid var(--line); padding-top: 2.5rem; padding-bottom: 2.5rem; }
footer a { color: var(--ink); }
.footer-brand { display: flex; align-items: center; justify-content: center; }
.footer-brand img { width: 180px; height: 180px; object-fit: contain; mix-blend-mode: multiply; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #79602d; outline-offset: 5px; }
@media (max-width: 900px) {
  .site-header { height: 112px; }
  .brand-logo { width: 104px; height: 104px; }
  nav { top: 112px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .hero { min-height: 610px; padding: 4rem 1.5rem; }
  .hero-content { width: 53%; }
  .hero::after { inset: 24px 20px 24px 61%; border-radius: 120px 120px 4px 4px; }
  .hero-overlay { background: none; }
  footer { grid-template-columns: 140px 1fr; }
  .footer-brand { grid-row: span 2; }
  .footer-brand img { width: 140px; height: 140px; }
  footer > div:last-child { text-align: left; }
}
@media (max-width: 600px) {
  .hero { display: flex; flex-direction: column; align-items: stretch; padding: 3rem 1.2rem 1.2rem; min-height: 0; }
  .hero-content { width: 100%; padding-bottom: 2rem; }
  h1 { font-size: clamp(3rem, 12vw, 4.4rem); }
  .hero::after { position: relative; inset: auto; display: block; width: 100%; height: 300px; flex-shrink: 0; border-radius: 120px 120px 4px 4px; }
  .hero-content > p:not(.eyebrow) { margin-top: 1.4rem; }
  .hero-meta { margin-top: 1.5rem; }
  .visit-card { border-left: 0; border-right: 0; }
  footer { grid-template-columns: 1fr; gap: .7rem; text-align: center; padding: 2rem 1.2rem; }
  .footer-brand { grid-row: auto; }
  .footer-brand img { width: 170px; height: 170px; }
  footer > div:last-child { text-align: center; }
  footer p { margin: .6rem 0; }
  .mobile-actions { background: var(--paper); border-color: var(--line); }
  .mobile-actions a { color: var(--ink); }
  .mobile-actions a:nth-child(2) { background: #e9dcc0; color: var(--ink); }
}
