:root {
  --black: #000;
  --white: #fff;
  --muted: #666;
  --line: #e5e5e5;
  --sand: #f4f1ec;
  --font: "Montserrat", system-ui, sans-serif;
  --wrap: min(1180px, calc(100% - 2.5rem));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--black);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}
img, video, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; }

.skip {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: #000; color: #fff; padding: .6rem 1rem;
}
.skip:focus { left: .8rem; top: .8rem; }

.wrap { width: var(--wrap); margin-inline: auto; }
.narrow { max-width: 720px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.muted.light { color: rgba(255,255,255,.65); }
.muted a { text-decoration: underline; text-underline-offset: 3px; }

/* Promo bar */
.promo {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: .78rem;
  letter-spacing: .04em;
  padding: .55rem 1rem;
  border-bottom: 1px solid var(--line);
}

/* Header Backstage style */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .85rem clamp(1rem, 3vw, 2rem);
  background: #000;
  color: #fff;
}
.likes-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid rgba(255,255,255,.35);
  padding: .35rem .7rem;
  font-size: .72rem;
  letter-spacing: .04em;
  white-space: nowrap;
  margin-right: auto;
}
.likes-pill span { color: #f66; }
.likes-pill strong { font-size: .85rem; font-weight: 700; }
.likes-pill em { font-style: normal; opacity: .7; text-transform: lowercase; }
.logo-box {
  width: 72px;
  height: 72px;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  text-align: center;
  flex-shrink: 0;
}
.logo-box span {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.15;
  padding: .25rem;
}
.logo-box--sm {
  width: 56px;
  height: 56px;
  border-color: #fff;
  margin-bottom: .7rem;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav a {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nav-reserva { font-weight: 700; }
.burger {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background:
    linear-gradient(#fff,#fff) center 40%/1.2rem 1.5px no-repeat,
    linear-gradient(#fff,#fff) center 60%/1.2rem 1.5px no-repeat;
}

.btn-light, .btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: .7rem 1.4rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.btn-light { background: #fff; color: #000; }
.btn-dark { background: #000; color: #fff; }
.btn-light:hover, .btn-dark:hover { opacity: .9; }

/* Hero */
.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  color: #fff;
  background: #000;
  isolation: isolate;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--img) center 35% / cover no-repeat;
  mix-blend-mode: lighten;
  opacity: .92;
  transform: scale(1.02);
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 70% at 58% 38%, transparent 18%, rgba(0, 0, 0, .35) 55%, #000 100%);
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: .85;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #000 0%, transparent 28%, transparent 72%, #000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, transparent 28%, transparent 48%, rgba(0, 0, 0, .72) 78%, #000 100%);
  pointer-events: none;
}
.hero-media.is-empty {
  mix-blend-mode: normal;
  opacity: 1;
  background: #000;
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: var(--wrap);
  margin: 0 auto 4rem;
  max-width: 34rem;
}
.hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -.02em;
  max-width: 14ch;
}
.hero-copy p {
  margin: .9rem 0 1.4rem;
  max-width: 36ch;
  opacity: .95;
}

/* Blocks */
.block { padding: clamp(3.2rem, 7vw, 5rem) 0; }
.block-dark { background: #000; color: #fff; }
.block-sand { background: var(--sand); }
.block-head { margin-bottom: 1.6rem; max-width: 36rem; }
.block-head h2, .split h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.block-head p { margin: .55rem 0 0; color: var(--muted); }
.block-head.light p { color: rgba(255,255,255,.65); }
.center-head { text-align: center; margin-inline: auto; }

.brand-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.lead {
  margin: 0 auto 1.4rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.about-block {
  background: #fff;
}
.about-split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(1.6rem, 4vw, 3.2rem);
  width: var(--wrap);
  margin-inline: auto;
}
.about-copy {
  flex: 1 1 50%;
  min-width: 0;
  order: 1;
}
.about-copy .brand-title {
  margin-bottom: 1.25rem;
}
.about-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1rem;
  max-width: 48ch;
}
.about-copy .about-tag {
  color: #111;
  font-weight: 600;
  margin: 1.35rem 0 1.5rem;
  max-width: 36ch;
}
.about-media {
  flex: 1 1 50%;
  min-width: 0;
  order: 2;
  position: relative;
  overflow: hidden;
  min-height: 360px;
  background: #f3f3f3;
}
.about-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: 70% center;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: center;
}
.social-icons a {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid currentColor;
  display: inline-grid;
  place-items: center;
  color: inherit;
  transition: background .15s, color .15s;
}
.social-icons a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.social-icons svg {
  display: block;
  width: 18px;
  height: 18px;
}
.social-icons--start {
  justify-content: flex-start;
  margin-top: 1.25rem;
}
.social-icons--lg {
  justify-content: center;
  margin-bottom: 1.6rem;
  gap: .7rem;
}
.social-icons--lg a {
  width: 3rem;
  height: 3rem;
  border-color: rgba(255,255,255,.45);
  color: #fff;
}
.social-icons--lg a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.social-icons--cita {
  justify-content: flex-start;
  margin-top: .35rem;
}
.social-icons--footer {
  justify-content: flex-start;
  margin-top: .35rem;
}
.social-icons--footer a {
  width: 2.3rem;
  height: 2.3rem;
  border-color: rgba(255,255,255,.35);
  color: #fff;
}
.social-icons--footer a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.cita-social {
  margin-top: .4rem;
}
.cita-social > span {
  display: block;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .45rem;
}
.hero-sub {
  margin: .9rem 0 1.4rem;
  max-width: 36ch;
  opacity: .95;
}
.hero-sub p { margin: 0; }
.hero-copy h1 p {
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
}

/* Pills */
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.5rem;
}
.pill {
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 999px;
  padding: .55rem 1rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #444;
}
.pill.is-on, .pill:hover {
  border-color: #000;
  color: #000;
}

/* Tratamientos: uno (o varios del filtro) con foto */
.treat-list {
  display: grid;
  gap: 1.6rem;
}
.treat-card {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center;
  border-top: 1px solid #000;
  padding-top: 1.4rem;
}
.treat-card.is-show { display: grid; }
.treat-photo {
  overflow: hidden;
  background: #eee;
  min-height: 280px;
}
.treat-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.treat-copy h3 {
  margin: 0 0 .45rem;
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.treat-copy .card-sub {
  color: #111;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 .7rem;
}
.treat-copy p {
  color: var(--muted);
  margin: 0 0 .85rem;
  line-height: 1.65;
  max-width: 42ch;
}
.treat-copy .card-tag {
  color: #111;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 760px) {
  .treat-card.is-show { grid-template-columns: 1fr; }
  .treat-photo img { min-height: 240px; }
}

/* Horizontal rail like Backstage */
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 320px);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: .4rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.card, .shot {
  scroll-snap-align: start;
  background: #fff;
}
.card img, .shot img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  background: #eee;
}
.card h3 {
  margin: .8rem 0 .25rem;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.card p { margin: 0; color: var(--muted); font-size: .9rem; }
.card-text {
  border-top: 1px solid #000;
  padding: 1.1rem 0 1.4rem;
  min-height: 220px;
}
.card-text .card-sub {
  color: #111;
  font-weight: 600;
  font-size: .92rem;
  margin: 0 0 .55rem;
}
.card-text p {
  line-height: 1.55;
  margin: 0 0 .75rem;
}
.card-text .card-tag {
  margin: 0;
  color: #111;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.price {
  margin: .55rem 0 0 !important;
  color: #111 !important;
  font-weight: 700;
  font-size: .95rem !important;
  letter-spacing: .02em;
}
.cms-body {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 48ch;
  margin-top: .9rem;
}
.cms-body.light { color: rgba(255,255,255,.78); }
.cms-body p { margin: 0 0 .85rem; }
.cms-body strong, .cms-body b { color: inherit; font-weight: 700; }
.about-copy .cms-body,
.about-copy .about-rich {
  max-width: 48ch;
  margin: 0 0 1rem;
  color: var(--muted);
}
.about-copy .cms-body p { margin: 0 0 1rem; }
.block-dark .cms-body h2,
.block-dark h2 { color: #fff; }
.shot {
  border: 0;
  padding: 0;
  overflow: hidden;
}

/* Videos */
.videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.video-id {
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: .45rem;
  font-family: ui-monospace, Menlo, monospace;
}
.video iframe, .video video, .video-empty {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  background: #1a1a1a;
}
.video video.hover-video {
  object-fit: cover;
  cursor: pointer;
  transition: opacity .35s ease, transform .5s ease;
}
.video video.hover-video:hover {
  opacity: 1;
  transform: scale(1.01);
}
.video-empty {
  display: grid;
  place-content: center;
  text-align: center;
  gap: .35rem;
  border: 1px dashed rgba(255,255,255,.25);
}
.video-empty strong {
  font-family: ui-monospace, Menlo, monospace;
  letter-spacing: .08em;
}
.video-empty span { color: rgba(255,255,255,.55); font-size: .85rem; }
.video h3 {
  margin-top: .7rem;
  font-size: .9rem;
  font-weight: 500;
  color: rgba(255,255,255,.8);
}
code {
  font-family: ui-monospace, Menlo, monospace;
  font-size: .85em;
  background: rgba(255,255,255,.1);
  padding: .1em .35em;
}

/* Split */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.split p { color: var(--muted); margin: 1rem 0 1.4rem; max-width: 40ch; }
.split-media {
  min-height: 420px;
  background: #ddd;
  overflow: hidden;
}
.split-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 600;
}

/* Cita */
.cita-grid { max-width: 520px; }
.cita-card {
  border: 1px solid var(--line);
  padding: 1.4rem;
  display: grid;
  gap: .9rem;
  background: #fff;
}
.cita-card > div {
  display: grid;
  gap: .2rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--line);
}
.cita-card span {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
}
.cita-card a { font-weight: 600; }
.cita-card em { font-style: normal; }
.cita-card .btn-dark { justify-self: start; margin-top: .2rem; }

/* IG grid */
.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
}
.ig-grid a {
  aspect-ratio: 1;
  overflow: hidden;
  background: #222;
}
.ig-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.ig-grid a:hover img { transform: scale(1.04); }

/* Footer */
.footer {
  background: #000;
  color: rgba(255,255,255,.7);
  padding: 3rem 0 1.2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr .8fr;
  gap: 1.5rem;
}
.footer h4 {
  color: #fff;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .7rem;
}
.footer a, .footer p {
  display: block;
  margin: 0 0 .35rem;
  font-size: .9rem;
  color: rgba(255,255,255,.65);
}
.footer a:hover { color: #fff; }
.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .82rem;
}

.public-flash {
  padding: .85rem 1rem;
  border: 1px solid var(--line);
  font-size: .9rem;
  background: #fff;
}
.public-flash.ok { border-color: #6a9; color: #163; }
.public-flash.error { border-color: #c88; color: #722; }
.member-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.member-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.4rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.member-card h3 {
  font-family: "Playfair Display", Lora, serif;
  font-size: 1.45rem;
  margin: 0;
}
.member-card > p { color: var(--muted); font-size: .92rem; margin: 0; }
.member-price { display: flex; align-items: baseline; gap: .4rem; }
.member-price strong { font-size: 1.6rem; }
.member-price span { color: var(--muted); font-size: .85rem; }
.member-card ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: .9rem;
  color: #333;
  flex: 1;
}
.member-card li { margin-bottom: .35rem; }
.member-card .btn-dark { margin-top: .5rem; text-align: center; display: inline-block; }
.subscribe-form,
.review-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem 1rem;
  margin-top: 1.2rem;
  max-width: 640px;
}
.subscribe-form label,
.review-form label {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
.subscribe-form .full,
.review-form .full { grid-column: 1 / -1; }
.subscribe-form input,
.review-form input,
.review-form select,
.review-form textarea {
  background: #fff;
  border: 1px solid var(--line);
  color: #000;
  padding: .7rem .8rem;
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
}
.review-form h3 {
  grid-column: 1 / -1;
  font-family: "Playfair Display", Lora, serif;
  margin: 1.5rem 0 0;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.1rem;
}
.review-card .stars { color: #b8860b; letter-spacing: .08em; margin-bottom: .5rem; }
.review-card p { font-size: .95rem; color: #333; margin: 0 0 .8rem; }
.review-card strong { font-size: .85rem; letter-spacing: .04em; }
.cms-body { font-size: 1.05rem; line-height: 1.65; color: #333; max-width: 58ch; }
.cms-body p { margin: 0 0 .8rem; }

.lb {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0,0,0,.92);
  display: grid;
  place-items: center;
  padding: 1.5rem;
}
.lb[hidden] { display: none; }
.lb img {
  max-width: min(92vw, 1000px);
  max-height: 80vh;
  object-fit: contain;
}
.lb-x {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
}

@media (max-width: 960px) {
  .videos, .split, .footer-grid, .ig-grid,
  .member-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 62vh; }
}

@media (max-width: 760px) {
  :root { --wrap: min(1180px, calc(100% - 1.5rem)); }
  .burger { display: block; flex-shrink: 0; }
  .header { flex-wrap: wrap; position: sticky; }
  .likes-pill { order: 3; margin: .35rem 0 0; margin-right: 0; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #000;
    padding: .5rem 1.2rem 1.2rem;
    max-height: min(70vh, 520px);
    overflow-y: auto;
  }
  .nav.open { display: flex; }
  .nav a {
    padding: .85rem 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .videos, .split, .footer-grid, .ig-grid,
  .member-grid, .review-grid { grid-template-columns: 1fr; }
  .subscribe-form, .review-form { grid-template-columns: 1fr; max-width: 100%; }
  .likes-pill em { display: none; }
  .logo-box { width: 52px; height: 52px; }
  .logo-box span { font-size: .6rem; }
  .split-media, .split-media img, .placeholder { min-height: 240px; }
  .hero { min-height: 58vh; }
  .hero-copy {
    margin-bottom: 2rem;
    padding: 1.4rem 0 2rem;
    max-width: 100%;
  }
  .hero-copy h1 { max-width: none; font-size: clamp(1.8rem, 8vw, 2.4rem); }
  .rail { gap: .7rem; }
  .card, .shot { flex: 0 0 min(78vw, 280px); }
  .cita-card { padding: 1.1rem; }
  .footer-grid { gap: 1.5rem; }
  .block { padding: clamp(2.4rem, 8vw, 3.5rem) 0; }
  .member-card, .review-card { padding: 1.1rem; }
  img, video { max-width: 100%; height: auto; }
}

@media (max-width: 600px) {
  .about-split {
    flex-direction: column;
    width: var(--wrap);
  }
  .about-copy { order: 1; width: 100%; }
  .about-media { order: 2; width: 100%; min-height: 220px; }
  .about-media img { min-height: 220px; }
  .promo { font-size: .7rem; padding: .45rem .75rem; }
  .likes-pill { font-size: .65rem; padding: .3rem .55rem; }
}
