/* Good Massage — minimal, warm, calm */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost.woff2") format("woff2");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #faf7f2;
  --surface: #f2ece3;
  --card: #fffdf9;
  --ink: #2a231d;
  --muted: #6e6358;
  --line: #e6ddd0;
  --line-strong: #cdbfae;
  --accent: #b08a4a;
  --accent-ink: #7c5c30;
  --gold-light: #e2bf82;
  --dark: #1e1915;
  --dark-muted: #a39687;
  --radius: 16px;
  --max: 1180px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, video, iframe { display: block; max-width: 100%; }
img, video { height: auto; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.3rem); }
h3 { font-size: 1.6rem; }

.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.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 {
  position: absolute; left: 1rem; top: -4rem; z-index: 100;
  background: var(--ink); color: var(--bg); padding: .6rem 1rem; border-radius: 8px; text-decoration: none;
}
.skip:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.eyebrow {
  margin-bottom: 1.1rem;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-ink);
}
.lead { max-width: 36rem; font-size: clamp(1.06rem, 1.4vw, 1.2rem); color: var(--muted); }

/* Buttons & links */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.6rem;
  border: 1px solid transparent; border-radius: 999px;
  font: 500 .95rem/1 var(--sans);
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s;
}
.btn svg { width: 1.1em; height: 1.1em; fill: currentColor; flex: none; }
.btn:disabled { opacity: .6; cursor: progress; }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: var(--accent-ink); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--ink); }
.btn-light { background: var(--bg); color: var(--ink); }
.btn-light:hover { background: #fff; }
.btn-outline-light { border-color: rgba(255, 255, 255, .55); color: #fff; background: transparent; }
.btn-outline-light:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn-whatsapp { background: #25d366; color: #0f2a18; }
.btn-whatsapp:hover { background: #3ddc78; }
.btn-sm { padding: .65rem 1.15rem; font-size: .88rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.link-arrow {
  display: inline-flex; align-items: center; gap: .45rem; padding: 0 0 2px;
  border: 0; border-bottom: 1px solid currentColor; background: none;
  font: 500 .92rem/1.4 var(--sans); color: var(--accent-ink);
  text-decoration: none; cursor: pointer;
}
.link-arrow:hover { color: var(--ink); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 242, .92);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background-color .3s, border-color .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 1.75rem; height: 80px; }
.brand { display: block; flex: none; }
.brand img { height: 50px; width: auto; }
.logo-light { display: none; }
.nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.nav a:not(.btn) { font-size: .95rem; color: var(--muted); text-decoration: none; transition: color .2s; }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav a[aria-current="page"] { font-weight: 500; }
.nav-cta { display: none; }

.lang { display: inline-flex; align-items: center; gap: .1rem; font-size: .82rem; letter-spacing: .08em; }
.lang a { padding: .35rem .4rem; border-radius: 6px; color: var(--muted); text-decoration: none; }
.lang a:hover { color: var(--ink); }
.lang a[aria-current="true"] { color: var(--ink); font-weight: 600; }
.lang span { color: var(--line-strong); }
.nav-toggle { display: none; }

/* Transparent header over the home video */
.site-header.header-overlay { position: fixed; left: 0; right: 0; }
.header-overlay:not(.is-scrolled):not(.nav-open) {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.header-overlay:not(.is-scrolled):not(.nav-open) .logo-dark { display: none; }
.header-overlay:not(.is-scrolled):not(.nav-open) .logo-light { display: block; }
.header-overlay:not(.is-scrolled):not(.nav-open) .nav a:not(.btn),
.header-overlay:not(.is-scrolled):not(.nav-open) .lang a { color: rgba(255, 255, 255, .8); }
.header-overlay:not(.is-scrolled):not(.nav-open) .nav a:not(.btn):hover,
.header-overlay:not(.is-scrolled):not(.nav-open) .nav a[aria-current="page"],
.header-overlay:not(.is-scrolled):not(.nav-open) .lang a[aria-current="true"] { color: #fff; }
.header-overlay:not(.is-scrolled):not(.nav-open) .lang span { color: rgba(255, 255, 255, .4); }
.header-overlay:not(.is-scrolled):not(.nav-open) .header-cta { background: var(--bg); color: var(--ink); }
.header-overlay:not(.is-scrolled):not(.nav-open) .nav-toggle span:not(.sr-only) { background: #fff; }

@media (max-width: 919px) {
  .header-inner { height: 68px; gap: .75rem; }
  .brand img { height: 42px; }
  .header-cta { display: none; }
  .header-lang { margin-left: auto; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    margin: 0; padding: .25rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
    background: var(--bg); border-bottom: 1px solid var(--line);
  }
  .nav-open .nav { display: flex; }
  .nav a:not(.btn) { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; color: var(--ink); }
  .nav-cta { display: inline-flex; margin-top: 1.25rem; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 6px;
    width: 44px; height: 44px; padding: 10px; border: 0; background: none; cursor: pointer;
  }
  .nav-toggle span:not(.sr-only) { display: block; height: 1.5px; background: var(--ink); transition: transform .25s; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(3.75px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { transform: translateY(-3.75px) rotate(-45deg); }
}

/* Home hero with background video */
.hero-video {
  position: relative; display: flex; align-items: center;
  min-height: max(600px, 100svh); overflow: hidden;
  background: var(--dark); color: #fff;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 13, .6) 0%, rgba(20, 16, 13, .38) 45%, rgba(20, 16, 13, .72) 100%);
}
.hero-content { position: relative; padding-block: 130px 100px; }
.hero-content .eyebrow { color: var(--gold-light); }
.hero-content h1 { max-width: 14ch; margin-bottom: 1.4rem; color: #fff; font-size: clamp(3rem, 7.5vw, 6rem); }
.hero-content .lead { margin-bottom: 2.25rem; color: rgba(255, 255, 255, .86); }
.hero-facts {
  display: flex; flex-wrap: wrap; gap: .5rem 0;
  margin: 2.75rem 0 0; padding: 0; list-style: none;
  font-size: .9rem; letter-spacing: .04em; color: rgba(255, 255, 255, .8);
}
.hero-facts li { display: flex; align-items: center; white-space: nowrap; }
.hero-facts li + li::before {
  content: ""; flex: none; width: 4px; height: 4px; margin-inline: 1rem;
  border-radius: 50%; background: var(--gold-light);
}
.video-toggle {
  position: absolute; right: clamp(1.25rem, 4vw, 2.5rem); bottom: clamp(1.25rem, 4vw, 2rem);
  display: grid; place-items: center; width: 44px; height: 44px;
  border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; background: rgba(20, 16, 13, .25);
  color: #fff; cursor: pointer;
}
.video-toggle:hover { border-color: #fff; }
.icon-pause { display: block; width: 12px; height: 12px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.video-toggle.is-paused .icon-pause {
  width: 0; height: 0; margin-left: 3px;
  border-style: solid; border-width: 7px 0 7px 12px; border-color: transparent transparent transparent currentColor;
}
@media (max-width: 540px) {
  .hero-content .actions .btn { flex: 1 1 100%; }
  .hero-facts { gap: .35rem 1.25rem; }
  .hero-facts li + li::before { display: none; }
  .video-toggle { bottom: 1rem; right: auto; left: 1.25rem; }
}

/* Inner page hero */
.page-hero { padding-block: clamp(3rem, 7vw, 5.5rem) clamp(2rem, 4vw, 3rem); }
.page-hero h1 { max-width: 18ch; margin-bottom: 1.25rem; font-size: clamp(2.6rem, 5.5vw, 4.4rem); }

/* Sections */
.section { padding-block: clamp(4.5rem, 10vw, 7.5rem); }
.section-tight-top { padding-top: clamp(1rem, 3vw, 2rem); }
.section-alt { background: var(--surface); }
.section-head { max-width: 42rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.section-head p:not(.eyebrow) { margin-top: 1.1rem; color: var(--muted); }
.section-head-row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem 3rem; max-width: none; }
.section-head-row > div { max-width: 40rem; }
.section-title-sm { margin-bottom: clamp(2rem, 4vw, 3rem); font-size: clamp(1.9rem, 3vw, 2.5rem); }

/* Split: image + text */
.split { display: grid; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.split-media { margin: 0; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-text h2 { margin-bottom: 1.25rem; }
.split-text p:not(.eyebrow) { max-width: 34rem; margin-bottom: 1.1rem; color: var(--muted); }
.split-text .actions { margin-top: 1.75rem; }
.split-text .link-arrow { margin-top: .75rem; }
@media (max-width: 899px) { .split-media { aspect-ratio: 4 / 3; } }

/* Features */
.features-grid { display: grid; gap: 2.5rem; }
.feature-num { display: block; margin-bottom: .9rem; font-family: var(--serif); font-size: 1.15rem; color: var(--accent-ink); }
.feature h3 { margin-bottom: .7rem; font-size: 1.7rem; }
.feature p { color: var(--muted); font-size: 1rem; }
@media (min-width: 760px) { .features-grid { grid-template-columns: repeat(3, 1fr); gap: 3.5rem; } }

/* Massage cards */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.card {
  display: flex; flex-direction: column; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--card);
}
.card-media { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem 1.25rem 1.4rem; }
.card-cat { margin-bottom: .5rem; font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-ink); }
.card h3 { margin-bottom: .6rem; font-size: 1.55rem; }
.card-text { margin-bottom: 1rem; font-size: .95rem; color: var(--muted); }
.card-prices { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 .5rem; padding: 0; list-style: none; }
.card-prices li { padding: .22rem .65rem; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; white-space: nowrap; }
.card-prices span { color: var(--muted); }
.card-prices strong { margin-left: .35rem; font-weight: 500; }
.card-pair { font-size: .82rem; font-style: italic; color: var(--muted); }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.1rem; }

.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.chip {
  padding: .55rem 1.1rem; border: 1px solid var(--line-strong); border-radius: 999px;
  background: transparent; color: var(--muted); font: 400 .9rem/1.2 var(--sans); cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s;
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.services-note { margin-top: 2rem; font-size: .9rem; color: var(--muted); }

/* Service "Read more" dialog */
.service-dialog {
  width: min(940px, 94vw); max-width: none; max-height: 90vh; padding: 0;
  border: 0; border-radius: var(--radius); background: var(--bg); color: var(--ink);
  overflow: auto;
}
.service-dialog::backdrop { background: rgba(20, 16, 13, .65); }
.dialog-inner { position: relative; display: grid; }
@media (min-width: 760px) { .dialog-inner { grid-template-columns: .95fr 1.05fr; } }
.dialog-media { margin: 0; aspect-ratio: 16 / 10; background: var(--surface); }
@media (min-width: 760px) { .dialog-media { aspect-ratio: auto; min-height: 100%; } }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.dialog-body { padding: clamp(1.5rem, 4vw, 2.75rem); }
.dialog-body h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3.2vw, 2.6rem); }
.dialog-body > p:not(.card-cat):not(.card-pair) { color: var(--muted); }
.dialog-body .actions { margin-top: 1.75rem; }
.dialog-close {
  position: absolute; top: .75rem; right: .75rem; z-index: 1;
  width: 44px; height: 44px; border: 0; border-radius: 50%;
  background: rgba(250, 247, 242, .92); color: var(--ink); font-size: 1.6rem; line-height: 1; cursor: pointer;
}
.prices { display: grid; gap: .55rem; margin: 1.5rem 0 .75rem; padding: 0; list-style: none; }
.prices li { display: flex; align-items: baseline; gap: .8rem; }
.prices .dots { flex: 1; border-bottom: 1px dotted var(--line-strong); transform: translateY(-.3em); }
.prices strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }

/* Reviews */
.rating-summary { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .75rem; }
.stars { font-size: 1.05rem; line-height: 1; letter-spacing: .12em; color: var(--accent); }
.stars .off { color: var(--line-strong); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.review {
  display: flex; flex-direction: column; gap: 1.1rem; margin: 0;
  padding: clamp(1.5rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--card);
}
.review-sample {
  align-self: flex-start; padding: .2rem .65rem; border-radius: 999px;
  background: #fbeed5; color: var(--accent-ink); font-size: .7rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
}
.review blockquote { margin: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; }
.review figcaption { display: grid; gap: .15rem; margin-top: auto; font-size: .92rem; }
.review figcaption span { font-size: .82rem; color: var(--muted); }
.reviews-empty {
  display: grid; justify-items: start; gap: 1.25rem; max-width: 42rem;
  padding: clamp(1.5rem, 3vw, 2rem); border: 1px dashed var(--line-strong); border-radius: var(--radius); color: var(--muted);
}

/* Call-to-action band */
.cta-band { padding-block: clamp(3.5rem, 7vw, 5rem); background: var(--dark); color: #f4ede3; }
.cta-band-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { color: #fff; }
.cta-band p { margin-top: .6rem; color: var(--dark-muted); }

/* Gallery */
.gallery {
  display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-flow: dense;
  grid-auto-rows: clamp(150px, 21vw, 240px); gap: clamp(.5rem, 1.2vw, 1rem);
}
@media (min-width: 760px) { .gallery { grid-template-columns: repeat(4, 1fr); } }
.g-item { position: relative; margin: 0; overflow: hidden; border-radius: 12px; background: var(--line); }
.g-item.tall { grid-row: span 2; }
.g-item.wide { grid-column: span 2; }
.g-item.big { grid-column: span 2; grid-row: span 2; }
.g-item button { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.g-item button:focus-visible { outline-offset: -4px; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.g-item button:hover img { transform: scale(1.035); }

/* Lightbox */
.lightbox { max-width: none; max-height: none; padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(20, 16, 13, .9); }
.lightbox img { max-width: min(92vw, 1400px); max-height: 88vh; width: auto; height: auto; border-radius: 10px; }
.lightbox-close {
  position: fixed; top: 1rem; right: 1rem;
  width: 48px; height: 48px; border: 0; border-radius: 50%;
  background: rgba(250, 247, 242, .14); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer;
}

/* Visit / contact info */
.visit-grid { display: grid; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
@media (min-width: 900px) { .visit-grid { grid-template-columns: 1.05fr .95fr; } }
.visit-media { margin: 0; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.visit-media img { width: 100%; height: 100%; object-fit: cover; }
.visit-info h2 { margin-bottom: 1.1rem; }
.visit-info > p { max-width: 30rem; margin-bottom: 2rem; color: var(--muted); }
.info-list { margin: 0 0 2.25rem; border-top: 1px solid var(--line); }
.info-list div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding-block: 1rem; border-bottom: 1px solid var(--line); }
.info-list dt { padding-top: .25rem; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.info-list dd { margin: 0; }
.info-list a { text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.info-list a:hover { border-color: var(--ink); }

.contact-grid { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-side { display: grid; gap: 1rem; }
.map { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.map iframe { width: 100%; height: 100%; border: 0; }
.map-placeholder { display: grid; place-content: center; justify-items: center; height: 100%; padding: 1.5rem; text-align: center; }
.map-placeholder p { max-width: 22rem; margin-top: .9rem; font-size: .85rem; color: var(--muted); }
.contact-media { margin: 0; aspect-ratio: 16 / 10; border-radius: var(--radius); overflow: hidden; }
.contact-media img { width: 100%; height: 100%; object-fit: cover; }

/* Booking */
.booking-grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 960px) {
  .booking-grid { grid-template-columns: 1.5fr 1fr; }
  .booking-aside { position: sticky; top: 104px; }
}
.booking-form { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.booking-form fieldset { min-width: 0; margin: 0 0 1.75rem; padding: 0; border: 0; }
.booking-form legend { margin-bottom: 1.1rem; padding: 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.field { display: grid; gap: .4rem; margin-bottom: 1rem; }
.field label { font-size: .88rem; font-weight: 500; }
.field-row { display: grid; gap: 0 1rem; }
@media (min-width: 600px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: .8rem 1rem;
  border: 1px solid var(--line-strong); border-radius: 10px; background: #fff;
  color: var(--ink); font: 400 1rem/1.4 var(--sans);
  transition: border-color .2s, box-shadow .2s;
}
.field select {
  -webkit-appearance: none; appearance: none; padding-right: 2.5rem;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236e6358' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 1rem center;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); outline: none; box-shadow: 0 0 0 3px rgba(176, 138, 74, .25); }
.field select:disabled { color: var(--muted); background-color: var(--surface); cursor: not-allowed; }
.check { display: flex; align-items: flex-start; gap: .75rem; font-size: .92rem; color: var(--muted); cursor: pointer; }
.check input { flex: none; width: 1.15rem; height: 1.15rem; margin-top: .2rem; accent-color: var(--ink); }
.form-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.form-status { margin-top: 1rem; font-size: .95rem; }

/* Cookie consent */
.cookie-banner {
  position: fixed; left: clamp(1rem, 3vw, 1.75rem); bottom: clamp(1rem, 3vw, 1.75rem); z-index: 80;
  display: grid; gap: 1rem; width: min(430px, calc(100% - 2rem));
  padding: 1.25rem 1.35rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg); font-size: .9rem; line-height: 1.55;
  box-shadow: 0 18px 50px rgba(30, 25, 21, .18);
}
.cookie-banner p { color: var(--muted); }
.cookie-banner strong { color: var(--ink); font-weight: 600; }
.cookie-actions { display: flex; gap: .5rem; }
.cookie-actions .btn { flex: 1 1 0; border-color: var(--ink); background: transparent; color: var(--ink); }
.cookie-actions .btn:hover { background: var(--ink); color: var(--bg); }
.footer-legal { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.footer-link-btn {
  padding: 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: none; color: var(--dark-muted); font: inherit; cursor: pointer;
}
.footer-link-btn:hover { color: var(--gold-light); }
.form-status:empty { display: none; }
.form-status.is-success { padding: .9rem 1rem; border-radius: 10px; background: #e6f0e3; color: #2f5a2c; }
.form-status.is-error { padding: .9rem 1rem; border-radius: 10px; background: #f6e3de; color: #8a3324; }
.form-note { margin-bottom: 1.5rem; padding: .9rem 1rem; border-radius: 10px; background: var(--surface); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
@media (max-width: 540px) { .form-actions .btn { flex: 1 1 100%; } }

.booking-aside { display: grid; gap: 1rem; }
.summary { padding: 1.5rem; border-radius: var(--radius); background: var(--surface); }
.summary h2, .help-box h2 { margin-bottom: 1rem; font-size: 1.5rem; }
.summary-empty { color: var(--muted); font-size: .95rem; }
.summary-list { margin: 0; }
.summary-list div { display: flex; justify-content: space-between; gap: 1rem; padding-block: .55rem; border-bottom: 1px solid var(--line); }
.summary-list dt { font-size: .85rem; color: var(--muted); }
.summary-list dd { margin: 0; text-align: right; font-size: .95rem; }
.summary-total { display: flex; align-items: baseline; justify-content: space-between; margin-top: 1rem; }
.summary-total span { font-size: .85rem; color: var(--muted); }
.summary-total strong { font-family: var(--serif); font-size: 1.9rem; font-weight: 600; }
.summary-note { margin-top: 1rem; font-size: .85rem; color: var(--muted); }
.help-box { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); }
.help-box p { margin-bottom: 1rem; font-size: .95rem; color: var(--muted); }
.help-box .help-hours { margin: 1rem 0 0; font-size: .85rem; }

/* Footer */
.site-footer { padding-block: clamp(3.5rem, 7vw, 5rem) 2rem; background: var(--dark); color: #e4dacd; font-size: .95rem; }
.cta-band + .site-footer, .cta-band + * + .site-footer { border-top: 1px solid rgba(255, 255, 255, .06); }
.footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr .9fr 1fr 1.1fr; } }
.footer-logo { width: 220px; height: auto; }
.footer-brand p { max-width: 18rem; margin-top: 1rem; color: var(--dark-muted); }
.footer-title { margin: 0 0 .9rem; font: 500 .7rem/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--dark-muted); }
.footer-title-gap { margin-top: 1.75rem; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: .4rem; }
.site-footer p + p { margin-top: .5rem; }
.site-footer a { color: #f4ede3; text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); }
.footer-lang { margin-left: -.4rem; }
.footer-lang a { color: var(--dark-muted); }
.footer-lang a[aria-current="true"] { color: #f4ede3; }
.footer-lang span { color: #4a4038; }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 1.5rem;
  margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: .85rem; color: var(--dark-muted);
}
.site-footer .footer-bottom a { color: var(--dark-muted); border-bottom: 1px solid rgba(255, 255, 255, .2); }

/* Floating WhatsApp */
.wa-float {
  position: fixed; right: clamp(1rem, 3vw, 1.75rem); bottom: clamp(1rem, 3vw, 1.75rem); z-index: 40;
  display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; box-shadow: 0 10px 28px rgba(30, 25, 21, .2);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 29px; height: 29px; fill: currentColor; }

/* Header after scrolling: logo-gold background with white logo and menu.
   Logo gold is #fcbb37; this deeper shade of the same hue keeps white text readable. */
:root { --brand: #bd8c29; }
.logo-white { display: none; }
.site-header.is-scrolled {
  background: var(--brand);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom-color: rgba(0, 0, 0, .08);
  box-shadow: 0 6px 24px rgba(30, 25, 21, .12);
}
.site-header.is-scrolled .logo-dark,
.site-header.is-scrolled .logo-light { display: none; }
.site-header.is-scrolled .logo-white { display: block; }
.site-header.is-scrolled .lang a { color: rgba(255, 255, 255, .85); }
.site-header.is-scrolled .lang a:hover,
.site-header.is-scrolled .lang a[aria-current="true"] { color: #fff; }
.site-header.is-scrolled .lang span { color: rgba(255, 255, 255, .5); }
.site-header.is-scrolled .header-cta { background: #fff; color: var(--ink); }
.site-header.is-scrolled .header-cta:hover { background: var(--bg); }
.site-header.is-scrolled .nav-toggle span:not(.sr-only) { background: #fff; }
@media (min-width: 920px) {
  .site-header.is-scrolled .nav a:not(.btn) { color: rgba(255, 255, 255, .92); font-weight: 500; }
  .site-header.is-scrolled .nav a:not(.btn):hover,
  .site-header.is-scrolled .nav a[aria-current="page"] { color: #fff; }
}

/* Home featured massages: all 4 on phones, 2 per row on tablets, 3 on desktop */
@media (min-width: 640px) and (max-width: 1023px) {
  .cards-featured { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .cards-featured { grid-template-columns: repeat(3, 1fr); }
  .cards-featured > .card:nth-child(n + 4) { display: none; }
}

/* Small phones */
@media (max-width: 540px) {
  .info-list div { grid-template-columns: 5.5rem 1fr; }
  .card-actions { flex-wrap: wrap; }
}

/* Reveal on scroll (only when JS is on) */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.in { opacity: 1; transform: none; }

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