/* ============================================================
   ZĒNS WELLNESS — Site stylesheet (shared across all pages)
   Builds on tokens.css (brand colors + type).
   ============================================================ */
@import url("tokens.css");

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg-canvas);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--step-body);
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
button { font-family: inherit; }
a { color: inherit; text-decoration: none; }

/* ---- Typographic helpers ---------------------------------- */
.display { font-family: var(--font-display); font-weight: 300; line-height: 1.0; letter-spacing: -0.015em; }
.serif   { font-family: var(--font-serif); }
.body    { font-family: var(--font-body); }

h1, h2, h3, h4 { margin: 0; }

.overline {
  font-family: var(--font-serif);
  font-size: var(--overline);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  color: var(--fg-muted);
  margin: 0;
}
.overline.on-dark { color: var(--zns-taupe); }
.overline.red { color: var(--zns-red); }

.tagline {
  font-family: var(--font-serif);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.22em;
}

.lead {
  font-family: var(--font-body);
  font-size: 1.45rem;
  line-height: 1.6;
  color: var(--fg-muted);
}
.muted { color: var(--fg-muted); }
.faint { color: var(--fg-faint); }
.caption { font-size: var(--step-xs); color: var(--fg-faint); line-height: 1.5; }

/* ---- Layout primitives ------------------------------------ */
.wrap { max-width: 1180px; margin: 0 auto; padding-inline: 40px; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding-inline: 40px; }
.section { padding-block: clamp(64px, 9vw, 120px); }
.section-sm { padding-block: clamp(48px, 6vw, 80px); }
.center { text-align: center; }

.dark { background: var(--bg-dark); color: var(--fg-on-dark); }
.dark .overline { color: var(--zns-taupe); }
.dark .muted { color: var(--fg-on-dark-muted); }

/* ---- Buttons ---------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-serif); font-size: 15.5px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 15px 32px; border-radius: var(--r-pill);
  cursor: pointer; border: 1px solid transparent;
  transition: all var(--dur) var(--ease); white-space: nowrap; text-align: center;
}
.btn-solid { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-maroon); }
.btn-solid:hover { background: var(--zns-gold); border-color: var(--zns-gold); color: var(--zns-cream); }
.btn-outline { background: var(--zns-white); color: var(--zns-maroon); border-color: var(--zns-line); }
.btn-outline:hover { border-color: var(--zns-maroon); background: var(--zns-maroon); color: var(--zns-cream); }
.btn-light { background: var(--zns-cream); color: var(--zns-maroon); border-color: var(--zns-cream); }
.btn-light:hover { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-cream); }
.btn-ghost-light { background: transparent; color: var(--zns-cream); border-color: rgba(241,236,229,.5); }
.btn-ghost-light:hover { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-cream); }
.btn-sm { padding: 11px 22px; font-size: 14.5px; }
.btn-block { display: flex; width: 100%; }
.btn:disabled { opacity: .4; cursor: not-allowed; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-serif); font-size: 15.5px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--zns-maroon);
  cursor: pointer; transition: gap var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease);
  white-space: nowrap;
  padding: 9px 16px; margin: -9px -16px; border-radius: var(--r-pill);
}
.link-arrow .lucide { width: 16px; height: 16px; }
.link-arrow:hover { gap: 14px; background: var(--zns-maroon); color: var(--zns-cream); }
.dark .link-arrow { color: var(--zns-cream); }
.dark .link-arrow:hover { background: var(--zns-cream); color: var(--zns-maroon); }

/* ============================================================
   HEADER (injected by site.js into #site-header)
   ============================================================ */
.zheader {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 40px;
  background: rgba(76,29,29,.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--zns-line-dark);
  transition: padding var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
/* static wine header on ALL pages */
.zheader .zlogo { filter: brightness(0) invert(1); }
.zheader .znav-link,
.zheader .zaccount,
.zheader .zcart,
.zheader .zburger { color: var(--zns-cream); }
.zheader .znav-link[aria-current="page"]::after { background: var(--zns-cream); }
.zheader .zbook { background: var(--zns-cream); color: var(--zns-maroon); border-color: var(--zns-cream); }
.zheader .zbook:hover { background: var(--zns-red); color: var(--zns-cream); border-color: var(--zns-red); }
/* keep wine on home (transparent-header) too — no transparency now */
body.transparent-header .zheader,
body.transparent-header .zheader.scrolled {
  background: rgba(76,29,29,.95); backdrop-filter: blur(12px); border-bottom-color: var(--zns-line-dark);
}
.zheader.scrolled { padding: 14px 40px; }

.zlogo { height: 28px; cursor: pointer; transition: filter var(--dur) var(--ease); }
.zlogo-mark { height: 36px; }

.znav { display: flex; align-items: center; gap: 36px; }
.znav-link {
  position: relative; background: none; border: none; cursor: pointer; padding: 0;
  font-family: var(--font-serif); font-size: 15.5px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--zns-maroon);
  transition: opacity .3s; display: inline-flex; align-items: center; gap: 6px;
}
.znav-link[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 1px;
  background: var(--zns-red);
}
.znav-link:hover { opacity: .6; }
.znav-link .lucide { width: 13px; height: 13px; }

/* dropdown */
.zdrop { position: relative; }
.zdrop-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(-6px);
  min-width: 260px; background: var(--zns-cream); border: 1px solid var(--zns-line);
  border-radius: var(--r-md); box-shadow: var(--shadow-lg); padding: 10px;
  opacity: 0; visibility: hidden; transition: all .3s var(--ease); z-index: 90;
}
.zdrop:hover .zdrop-menu, .zdrop:focus-within .zdrop-menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.zdrop-menu a {
  display: block; padding: 12px 16px; border-radius: var(--r-sm);
  font-family: var(--font-serif); font-size: 19px; color: var(--zns-maroon);
  transition: background .25s, color .25s; letter-spacing: .01em;
}
.zdrop-menu a small {
  display: block; font-family: var(--font-body); font-size: 15.5px;
  letter-spacing: .04em; color: var(--fg-faint); text-transform: none; margin-top: 2px;
}
.zdrop-menu a:hover { background: var(--zns-maroon); color: var(--zns-cream); }
.zdrop-menu a:hover small { color: rgba(241,236,229,.7); }

.zactions { display: flex; align-items: center; gap: 18px; }
.zbook {
  font-family: var(--font-serif); font-size: 15px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer;
  padding: 11px 26px; border-radius: var(--r-pill);
  background: var(--zns-maroon); color: var(--zns-cream); border: 1px solid var(--zns-maroon);
  transition: all var(--dur) var(--ease);
}
.zbook:hover { background: var(--zns-maroon-90); border-color: var(--zns-maroon-90); }
.zaccount { display: inline-flex; color: var(--zns-maroon); cursor: pointer; transition: opacity .3s; }
.zaccount:hover { opacity: .6; }
.zaccount .lucide { width: 21px; height: 21px; }
.zcart { display: inline-flex; color: var(--zns-maroon); cursor: pointer; transition: opacity .3s; position: relative; }
.zcart:hover { opacity: .6; }
.zcart .lucide { width: 20px; height: 20px; }
.zcart-badge {
  position: absolute; top: -7px; right: -8px; min-width: 17px; height: 17px; padding: 0 4px;
  display: flex; align-items: center; justify-content: center; border-radius: 9px;
  background: var(--zns-red); color: var(--zns-cream); font-family: var(--font-body);
  font-size: 13.5px; line-height: 1; font-weight: 600;
}
body.transparent-header .zheader .zcart-badge { background: var(--zns-red); color: var(--zns-cream); }

/* toast */
.zens-toast {
  position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 24px); z-index: 200;
  display: flex; align-items: center; gap: 18px; max-width: 90vw;
  background: var(--zns-maroon); color: var(--zns-cream); border: 1px solid var(--zns-line-dark);
  border-radius: var(--r-pill); padding: 13px 16px 13px 22px; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s;
}
.zens-toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.zens-toast .zt-msg { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-serif); font-size: 18px; letter-spacing: .01em; }
.zens-toast .zt-msg .lucide { width: 16px; height: 16px; color: var(--zns-cream); padding: 3px; border-radius: 50%; background: rgba(241,236,229,.18); box-sizing: content-box; }
.zens-toast .zt-link {
  font-family: var(--font-serif); font-size: 15px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--zns-maroon); background: var(--zns-cream); padding: 8px 16px; border-radius: var(--r-pill); white-space: nowrap;
  transition: background .25s, color .25s;
}
.zens-toast .zt-link:hover { background: var(--zns-red); color: var(--zns-cream); }

.zburger { display: none; background: none; border: none; cursor: pointer; color: var(--zns-maroon); padding: 4px; }
.zburger .lucide { width: 24px; height: 24px; }

/* mobile drawer */
.zmobile {
  position: fixed; inset: 0; z-index: 95; background: var(--zns-cream);
  display: flex; flex-direction: column; padding: 26px 32px calc(30px + env(safe-area-inset-bottom, 0px));
  transform: translateY(-100%); transition: transform .5s var(--ease); overflow-y: auto;
}
.zmobile.open { transform: translateY(0); }
.zmobile-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.zmobile-top img { height: 26px; }
.zmobile nav { display: flex; flex-direction: column; gap: 4px; }
.zmobile nav a {
  font-family: var(--font-display); font-weight: 300; font-size: 37px;
  color: var(--zns-maroon); padding: 8px 0; border-bottom: 1px solid var(--zns-line);
}
.zmobile .submenu a { font-size: 23px; padding-left: 20px; font-family: var(--font-serif); }
.zmobile-actions { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }

/* ============================================================
   INTERIOR PAGE HERO (maroon band w/ watermark)
   ============================================================ */
.page-hero {
  position: relative; background: var(--bg-canvas); color: var(--zns-maroon);
  padding: clamp(104px, 13vh, 130px) 40px clamp(16px, 2.2vw, 28px); overflow: hidden;
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero .overline { color: var(--zns-red); margin-bottom: 13px; }
.page-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.3rem, 4.4vw, 3.4rem); line-height: 1.04; letter-spacing: -0.01em;
  margin: 0 0 14px; max-width: none; color: var(--zns-maroon);
}
.page-hero .page-hero-sub { font-size: 1.2rem; color: var(--fg-muted); max-width: 60ch; margin: 0; }
.page-hero .mark-wm { display: none; }
.breadcrumb {
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
  font-family: var(--font-serif); font-size: 15.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--fg-faint);
}
.breadcrumb a:hover { color: var(--zns-maroon); }
.breadcrumb .sep { opacity: .5; }

/* image-backed interior hero (dark scrim, cream text) */
.page-hero.is-image {
  background: var(--bg-dark); color: var(--zns-cream);
  min-height: clamp(340px, 50vh, 480px);
  display: flex; align-items: flex-end;
  padding-block: clamp(116px, 15vh, 168px) clamp(44px, 6vw, 74px);
}
.page-hero.is-image .wrap { width: 100%; }
.page-hero.is-image .hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center 38%;
}
.page-hero.is-image::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(16,6,6,.74) 0%, rgba(16,6,6,.40) 46%, rgba(16,6,6,.14) 100%),
    linear-gradient(180deg, rgba(16,6,6,.30) 0%, rgba(16,6,6,.18) 38%, rgba(16,6,6,.74) 100%);
}
.page-hero.is-image h1 { color: var(--zns-cream); text-shadow: 0 2px 22px rgba(15,5,5,.4); }
.page-hero.is-image .overline { color: var(--zns-taupe); }
.page-hero.is-image .page-hero-sub { color: rgba(241,236,229,.82); }
.page-hero.is-image .breadcrumb { color: rgba(241,236,229,.62); }
.page-hero.is-image .breadcrumb a:hover { color: var(--zns-cream); }
/* compact image hero — booking pages get to the point faster */
.page-hero.is-image.compact {
  min-height: clamp(260px, 34vh, 360px);
  padding-block: clamp(110px, 13vh, 148px) clamp(34px, 4.5vw, 54px);
}

/* ============================================================
   RITUAL / SERVICE CARDS
   ============================================================ */
.ritual-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.ritual-card {
  display: flex; flex-direction: column; background: var(--bg-card);
  border: 1px solid var(--zns-line); border-radius: var(--r-lg); overflow: hidden;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.ritual-card:hover { box-shadow: var(--shadow-md); }
.ritual-card .rc-img { position: relative; height: 230px; overflow: hidden; background: var(--zns-cream-dim); }
.ritual-card .rc-img .ph-img { width: 100%; height: 100%; transition: transform 1.1s var(--ease); }
.ritual-card:hover .rc-img .ph-img { transform: scale(1.05); }
.ritual-card .rc-num {
  position: absolute; top: 16px; left: 18px; font-family: var(--font-serif);
  font-size: 15px; font-weight: 600; letter-spacing: .2em; color: var(--zns-cream);
  text-shadow: 0 1px 6px rgba(40,14,14,.5);
}
.ritual-card .rc-body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.ritual-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 33px; color: var(--zns-maroon); margin: 0 0 12px; }
.ritual-card .rc-desc { font-size: 20px; line-height: 1.6; color: var(--fg-muted); margin: 0 0 20px; }
.ritual-includes { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.ritual-includes li { display: flex; align-items: flex-start; gap: 10px; font-size: 19px; color: var(--fg-muted); line-height: 1.45; }
.ritual-includes .lucide { width: 15px; height: 15px; color: var(--zns-red); flex: none; margin-top: 4px; }
.rc-drink {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  font-family: var(--font-serif); font-size: 16px; letter-spacing: .02em;
  color: var(--zns-maroon); background: var(--zns-cream); border: 1px solid var(--zns-line);
  padding: 6px 14px; border-radius: var(--r-pill); margin-bottom: 22px;
}
.rc-drink .lucide { width: 14px; height: 14px; color: var(--zns-red); }

/* duration pills */
.pill-label { font-family: var(--font-serif); font-size: 14px; letter-spacing: .24em; text-transform: uppercase; color: var(--fg-faint); margin: 0 0 10px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.pill {
  font-family: var(--font-serif); font-size: 17px; letter-spacing: .03em;
  padding: 8px 16px; border-radius: var(--r-pill); cursor: pointer;
  background: transparent; color: var(--zns-maroon); border: 1px solid var(--zns-line);
  transition: all .25s var(--ease);
}
.pill:hover { border-color: var(--zns-maroon); }
.pill.active { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-maroon); }

.rc-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding-top: 8px; }
.rc-price { display: flex; flex-direction: column; }
.rc-price .rc-from { font-family: var(--font-serif); font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: var(--fg-faint); }
.rc-price .rc-amount { font-family: var(--font-display); font-weight: 400; font-size: 37px; color: var(--zns-maroon); line-height: 1; }

/* ============================================================
   IMAGE PLACEHOLDERS (branded)
   ============================================================ */
.ph-img {
  background-size: cover; background-position: center;
  background-color: var(--zns-cream-dim);
}
.ph {
  position: relative; display: flex; align-items: center; justify-content: center;
  background: var(--zns-taupe); color: var(--zns-maroon); overflow: hidden;
}
.ph::after {
  content: attr(data-label); position: relative; z-index: 2;
  font-family: var(--font-serif); font-size: 15px; letter-spacing: .24em;
  text-transform: uppercase; color: rgba(76,29,29,.55); padding: 0 16px; text-align: center;
}
.ph.ph-pattern { background-image: url("pattern-chevron.png"); background-size: 220px; }
.ph.ph-mark::before {
  content: ""; position: absolute; inset: 0;
  background: url("mark-maroon.png") center/auto 56% no-repeat; opacity: .14;
}

/* ============================================================
   TEASER / SPLIT / FEATURE blocks
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 6vw, 88px); }
.split-img { height: 100%; min-height: 420px; border-radius: var(--r-lg); overflow: hidden; }
.split-tight { gap: 0; }
.split-tight .split-img { border-radius: 0; min-height: 540px; }

.teaser-row {
  display: flex; align-items: center; gap: 32px; padding: 30px 0;
  border-bottom: 1px solid var(--zns-line);
}
.teaser-row:first-child { border-top: 1px solid var(--zns-line); }
.teaser-thumb { width: 200px; height: 140px; border-radius: var(--r-md); overflow: hidden; flex: none; }
.teaser-row .tr-body { flex: 1; }
.teaser-row h3 { font-family: var(--font-display); font-weight: 400; font-size: 33px; color: var(--zns-maroon); margin: 0 0 6px; }
.teaser-row .tr-desc { color: var(--fg-muted); font-size: 20px; margin: 0; max-width: 60ch; }
.teaser-row .tr-action { flex: none; }

/* category cards (servicios hub) */
.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.cat-card {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 340px; border-radius: var(--r-lg); overflow: hidden; color: var(--zns-cream);
  padding: 36px; cursor: pointer;
}
.cat-card .ph-img { position: absolute; inset: 0; z-index: 0; transition: transform 1.2s var(--ease); }
.cat-card::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(40,14,14,.15) 0%, rgba(40,14,14,.78) 100%); }
.cat-card:hover .ph-img { transform: scale(1.05); }
.cat-card .cat-inner { position: relative; z-index: 2; }
.cat-card .cat-num { font-family: var(--font-serif); font-size: 15px; letter-spacing: .2em; color: var(--zns-taupe); margin: 0 0 10px; }
.cat-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 37px; margin: 0 0 10px; }
.cat-card p { font-size: 19.5px; color: rgba(241,236,229,.82); margin: 0 0 18px; max-width: 42ch; }

/* ============================================================
   FORMS
   ============================================================ */
.field { margin-bottom: 22px; }
.field label, .form-label {
  display: block; font-family: var(--font-serif); font-size: 14px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 9px;
}
.input, .textarea, .select {
  width: 100%; background: var(--zns-white); border: 1px solid var(--zns-line);
  border-radius: var(--r-sm); padding: 13px 15px; font-family: var(--font-body);
  font-size: 19px; color: var(--zns-maroon); outline: none; transition: border-color .25s;
}
.input::placeholder, .textarea::placeholder { color: var(--zns-mushroom); }
.input:focus, .textarea:focus, .select:focus { border-color: var(--zns-maroon); }
.textarea { resize: vertical; min-height: 130px; }
.input-underline {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--zns-line);
  border-radius: 0; padding: 11px 2px; font-family: var(--font-body); font-size: 21px;
  color: var(--zns-maroon); outline: none; transition: border-color .25s;
}
.input-underline:focus { border-bottom-color: var(--zns-maroon); }

/* radio / payment options */
.radio-card {
  display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px;
  border: 1px solid var(--zns-line); border-radius: var(--r-md); cursor: pointer;
  transition: all .25s var(--ease); background: var(--zns-white);
}
.radio-card:hover { border-color: var(--zns-maroon-70); }
.radio-card.active { border-color: var(--zns-maroon); background: var(--zns-cream); }
.radio-card .radio-dot {
  width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--zns-maroon-70);
  flex: none; margin-top: 3px; position: relative; transition: all .25s;
}
.radio-card.active .radio-dot { border-color: var(--zns-maroon); }
.radio-card.active .radio-dot::after {
  content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--zns-maroon);
}
.radio-card .rc-title { font-family: var(--font-serif); font-size: 20px; color: var(--zns-maroon); margin: 0 0 3px; }
.radio-card .rc-note { font-size: 18px; color: var(--fg-muted); margin: 0; }

/* ============================================================
   CARDS / PANELS
   ============================================================ */
.card {
  background: var(--bg-card); border: 1px solid var(--zns-line);
  border-radius: var(--r-md); padding: var(--sp-6);
}
.panel { background: var(--zns-cream-dim); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 44px); }
.hairline { height: 1px; background: var(--zns-line); border: none; margin: 0; }

/* summary rows */
.sum-row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; font-size: 19.5px; color: var(--fg-muted); }
.sum-row.total { border-top: 1px solid var(--zns-line); margin-top: 8px; padding-top: 18px; }
.sum-row.total .sum-val { font-family: var(--font-display); font-size: 33px; color: var(--zns-maroon); line-height: 1; }
.sum-row .sum-val { color: var(--zns-maroon); }

/* tags */
.tag {
  display: inline-flex; align-items: center; font-family: var(--font-serif);
  font-size: 15px; letter-spacing: .04em; padding: 5px 12px; border-radius: var(--r-pill);
  background: var(--zns-cream); border: 1px solid var(--zns-line); color: var(--zns-maroon);
}
.tag.solid { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-maroon); }
.tag.red { background: rgba(176,137,76,.12); border-color: rgba(176,137,76,.4); color: var(--zns-gold-deep); }

.status-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 8px; }
.status-confirmada { background: #6f8f5f; }
.status-completada { background: var(--zns-mushroom); }
.status-cancelada { background: var(--zns-alert); }

/* ============================================================
   STEP / PROGRESS indicator (reservas)
   ============================================================ */
.stepper { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.step { display: flex; align-items: center; gap: 12px; }
.step .step-num {
  width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 18px; border: 1px solid var(--zns-line);
  color: var(--fg-faint); background: transparent; transition: all .3s var(--ease); flex: none;
}
.step .step-label {
  font-family: var(--font-serif); font-size: 15px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--fg-faint); transition: color .3s; white-space: nowrap;
}
.step.active .step-num { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-maroon); }
.step.active .step-label { color: var(--zns-maroon); }
.step.done .step-num { background: var(--zns-red); color: var(--zns-cream); border-color: var(--zns-red); }
.step.done .step-label { color: var(--zns-maroon); }
.step-line { width: 48px; height: 1px; background: var(--zns-line); margin: 0 14px; }
.step-line.done { background: var(--zns-red); }

/* calendar */
.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-head { font-family: var(--font-serif); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-faint); text-align: center; padding: 8px 0; }
.cal-day {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-body); font-size: 19px; border-radius: var(--r-sm); cursor: pointer;
  color: var(--zns-maroon); transition: all .2s var(--ease); border: 1px solid transparent;
}
.cal-day:hover:not(.muted-day):not(.disabled) { border-color: var(--zns-maroon); }
.cal-day.muted-day { color: var(--zns-line); pointer-events: none; }
.cal-day.disabled { color: var(--zns-mushroom); pointer-events: none; opacity: .4; }
.cal-day.active { background: var(--zns-maroon); color: var(--zns-cream); }

/* therapist card */
.thera-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.thera-card {
  border: 1px solid var(--zns-line); border-radius: var(--r-md); padding: 26px 22px;
  text-align: center; cursor: pointer; transition: all .25s var(--ease); background: var(--zns-white);
}
.thera-card:hover { border-color: var(--zns-maroon-70); }
.thera-card.active { border-color: var(--zns-maroon); background: var(--zns-cream); box-shadow: var(--shadow-sm); }
.thera-card.unavailable { opacity: .5; pointer-events: none; }
.thera-avatar {
  width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 16px; overflow: hidden;
  background: var(--zns-taupe);
}
.thera-card h4 { font-family: var(--font-display); font-weight: 400; font-size: 27px; color: var(--zns-maroon); margin: 0 0 4px; }
.thera-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 14px; }

/* ============================================================
   FOOTER
   ============================================================ */
.zfooter { background: var(--zns-maroon); color: var(--zns-cream); }
.zfooter-cta {
  text-align: center; padding: clamp(64px, 8vw, 104px) 40px;
  border-bottom: 1px solid var(--zns-line-dark);
}
.zfooter-cta h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 14px; color: var(--zns-cream); }
.zfooter-cta p { color: var(--fg-on-dark-muted); margin: 0 auto 32px; max-width: 48ch; }
.zfooter-cols {
  max-width: 1180px; margin: 0 auto;
  padding: 72px 40px 36px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px;
}
.zfooter-cols img.flogo { height: 30px; margin-bottom: 18px; }
.zfooter-cols .ftag { font-family: var(--font-serif); letter-spacing: .2em; font-size: 16.5px; color: var(--fg-on-dark-muted); text-transform: capitalize; }
.zfooter-col h4 { font-family: var(--font-serif); font-size: 14px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--zns-taupe); margin: 0 0 18px; }
.zfooter-col a { display: flex; align-items: center; gap: 9px; font-size: 18px; color: var(--fg-on-dark-muted); margin-bottom: 11px; transition: color .25s; }
.zfooter-col a:hover { color: var(--zns-cream); }
.zfooter-col a .lucide { width: 15px; height: 15px; flex: none; }
.zfooter-bottom {
  border-top: 1px solid var(--zns-line-dark);
  max-width: 1180px; margin: 0 auto; padding: 26px 40px 40px;
  display: flex; flex-wrap: wrap; gap: 8px 28px; align-items: center; justify-content: space-between;
  font-size: 15.5px; color: rgba(241,236,229,.5); font-family: var(--font-body);
}
.zfooter-bottom .fmeta { display: flex; flex-wrap: wrap; gap: 6px 22px; }

/* ============================================================
   MISC
   ============================================================ */
.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ig-item { position: relative; aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden; cursor: pointer; }
.ig-item .ph-img { width: 100%; height: 100%; transition: transform 1s var(--ease); }
.ig-item:hover .ph-img { transform: scale(1.06); }
.ig-item .ig-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(40,14,14,.25); opacity: 0; transition: opacity .3s; color: var(--zns-cream); }
.ig-item:hover .ig-icon { opacity: 1; }

.philos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.philos-col .philos-num { font-family: var(--font-serif); font-size: 16px; letter-spacing: .2em; color: var(--zns-red); margin: 0 0 14px; }
.philos-col h3 { font-family: var(--font-display); font-weight: 400; font-size: 29px; color: var(--zns-maroon); margin: 0 0 12px; }
.philos-col p { font-size: 20px; color: var(--fg-muted); margin: 0; }

.eyebrow-rule { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.eyebrow-rule .rule { flex: 1; height: 1px; background: var(--zns-line); }

.legal-body h2 { font-family: var(--font-display); font-weight: 400; font-size: 31px; color: var(--zns-maroon); margin: 44px 0 14px; }
.legal-body p { color: var(--fg-muted); margin: 0 0 16px; }
.legal-body ul { color: var(--fg-muted); margin: 0 0 16px; padding-left: 20px; }
.legal-body li { margin-bottom: 8px; }

.divider-pattern {
  position: relative; height: 220px; background-image: url("pattern-ogee.png");
  background-size: auto 220px; background-repeat: repeat-x;
  display: flex; align-items: center; justify-content: center;
}
.divider-pattern::before { content: ""; position: absolute; inset: 0; background: rgba(76,29,29,.62); }
.divider-pattern p { position: relative; font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem, 4vw, 3rem); color: var(--zns-cream); margin: 0; }

/* reveal-on-scroll — gated on html.reveal-on so content is ALWAYS
   visible if JS/IO fails (fail-safe; no invisible content). */
html.reveal-on [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
html.reveal-on [data-reveal].in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .znav, .zactions { display: none; }
  .zburger { display: inline-flex; }
  .split, .split-tight { grid-template-columns: 1fr; }
  .split-img, .split-tight .split-img { min-height: 320px; }
  .ritual-grid, .cat-grid, .thera-grid, .philos-grid { grid-template-columns: 1fr; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .zfooter-cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  .checkout-grid { grid-template-columns: 1fr !important; }
  .reservas-step2 { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .wrap, .wrap-narrow { padding-inline: 22px; }
  .zheader, body.transparent-header .zheader.scrolled, .zheader.scrolled { padding-inline: 22px; }
  .teaser-row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .teaser-thumb { width: 100%; height: 200px; }
  .zfooter-cols { grid-template-columns: 1fr; }
  .step-line { width: 20px; margin: 0 6px; }
  /* keep the ACTIVE step's label visible so the stage is always named */
  .step:not(.active) .step-label { display: none; }
  .thera-grid { grid-template-columns: 1fr; }
  /* comfortable thumb targets */
  .zburger { padding: 10px; margin: -6px; }
  .zfoot2-col a, .zfoot2-col p { padding-block: 5px; margin-bottom: 4px; }
  .page-hero { padding-inline: 22px; }
  .zfooter-cta { padding-inline: 22px; }
  .divider-pattern { height: 150px; background-size: auto 150px; }
  /* price/CTA rows wrap instead of squeezing */
  .rc-foot, .svc-cta-row { flex-wrap: wrap; }
  .rc-foot .btn, .svc-cta-row .btn { flex: 1 1 auto; }
  .menu-row { gap: 12px; }
  .zens-toast { width: calc(100% - 28px); justify-content: space-between; }
  .flow-bar { top: 64px; }
}

/* ============================================================
   NEW SHARED FOOTER (cream) — injected by site.js
   ============================================================ */
.zfoot2 { background: var(--zns-cream); color: var(--zns-maroon); border-top: 1px solid var(--zns-line); }
.zfoot2-main {
  max-width: 1180px; margin: 0 auto; padding: clamp(50px, 6vw, 78px) 40px clamp(34px, 4vw, 52px);
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; gap: clamp(28px, 4vw, 56px); align-items: start;
}
.zfoot2-brand .f2logo { height: clamp(48px, 6vw, 70px); margin-bottom: 14px; }
.zfoot2-brand .f2tag { font-family: var(--font-serif); letter-spacing: .2em; font-size: 16px; color: var(--fg-muted); text-transform: capitalize; }
.zfoot2-brand .f2note { font-family: var(--font-body); font-size: 18px; color: var(--fg-muted); margin: 16px 0 0; max-width: 32ch; line-height: 1.6; }
.zfoot2-col { padding-left: clamp(20px, 3vw, 38px); border-left: 1px solid var(--zns-line); }
.zfoot2-col h4 { font-family: var(--font-serif); font-weight: 600; font-size: 17px; letter-spacing: .04em; color: var(--zns-maroon); margin: 0 0 18px; }
.zfoot2-col a, .zfoot2-col p { display: flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 19.5px; color: var(--fg-muted); margin: 0 0 12px; transition: color .25s; }
.zfoot2-col a:hover { color: var(--zns-red); }
.zfoot2-col a .lucide, .zfoot2-col a svg { width: 15px; height: 15px; flex: none; }
.zfoot2-bottom {
  border-top: 1px solid var(--zns-line); max-width: 1180px; margin: 0 auto;
  padding: 22px 40px 30px; display: flex; flex-wrap: wrap; gap: 8px 26px; justify-content: space-between; align-items: center;
  font-family: var(--font-serif); font-size: 16px; letter-spacing: .04em; color: var(--fg-muted);
}
.zfoot2-bottom .f2meta { display: flex; flex-wrap: wrap; gap: 6px 22px; }
@media (max-width: 980px) {
  .zfoot2-main { grid-template-columns: 1fr 1fr; }
  .zfoot2-brand { grid-column: 1 / 3; }
  .zfoot2-col:nth-child(2) { padding-left: 0; border-left: none; }
}
@media (max-width: 560px) {
  .zfoot2-main { grid-template-columns: 1fr; }
  .zfoot2-col { padding-left: 0; border-left: none; }
}

/* ============================================================
   CART DRAWER — menú lateral del carrito
   ============================================================ */
body.zdrawer-lock { overflow: hidden; }
.zdrawer-overlay {
  position: fixed; inset: 0; z-index: 140; background: rgba(40,14,14,.45);
  opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility .4s;
}
.zdrawer-overlay.open { opacity: 1; visibility: visible; }
.zdrawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 141;
  width: min(430px, 100vw); background: var(--zns-cream);
  display: flex; flex-direction: column;
  border-left: 1px solid var(--zns-line);
  box-shadow: -24px 0 60px rgba(40,14,14,.22);
  transform: translateX(103%); transition: transform .5s var(--ease);
}
.zdrawer.open { transform: none; }
.zdrawer-head { flex: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 26px; border-bottom: 1px solid var(--zns-line); }
.zdrawer-title { font-family: var(--font-display); font-weight: 400; font-size: 28px; color: var(--zns-maroon); margin: 0; }
.zdrawer-count { font-family: var(--font-serif); font-size: 17px; letter-spacing: .06em; color: var(--zns-red); }
.zdrawer-close { background: none; border: none; cursor: pointer; color: var(--zns-maroon); padding: 6px; display: inline-flex; transition: opacity .25s; }
.zdrawer-close:hover { opacity: .6; }
.zdrawer-close .lucide { width: 20px; height: 20px; }
.zdrawer-items { flex: 1; overflow-y: auto; padding: 20px 26px; display: flex; flex-direction: column; gap: 16px; }
.zd-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--zns-line); }
.zd-item:last-child { border-bottom: none; padding-bottom: 0; }
.zd-thumb { width: 60px; height: 60px; border-radius: var(--r-sm); background: var(--zns-cream-dim); background-size: cover; background-position: center; }
.zd-name { font-family: var(--font-serif); font-size: 19.5px; line-height: 1.25; color: var(--zns-maroon); margin: 0 0 3px; }
.zd-meta { font-family: var(--font-body); font-size: 16.5px; color: var(--fg-faint); margin: 0; }
.zd-end { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.zd-price { font-family: var(--font-display); font-size: 22px; line-height: 1; color: var(--zns-maroon); }
.zd-remove { background: none; border: none; cursor: pointer; padding: 0; font-family: var(--font-serif); font-size: 13.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-faint); transition: color .25s; }
.zd-remove:hover { color: var(--zns-red); }
.zdrawer-empty { text-align: center; padding: 48px 10px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.zdrawer-empty .lucide { width: 26px; height: 26px; color: var(--zns-taupe); }
.zdrawer-empty p { margin: 0; color: var(--fg-muted); }
.zdrawer-foot { flex: none; border-top: 1px solid var(--zns-line); padding: 18px 26px calc(24px + env(safe-area-inset-bottom, 0px)); display: flex; flex-direction: column; gap: 12px; background: var(--zns-white); }
.zd-sumrow { display: flex; align-items: baseline; justify-content: space-between; font-family: var(--font-serif); font-size: 19px; color: var(--zns-maroon); }
.zd-sumrow span:last-child { font-family: var(--font-display); font-size: 25px; }
.zd-note { margin: -6px 0 2px; font-size: 16px; color: var(--fg-faint); }

/* ============================================================
   CENTRAL CATALOGUE (servicios.html)
   ============================================================ */
/* slim, tall category cards in a row of three */
.cat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 24px); text-align: left; }
.cat-hero-card {
  position: relative; display: flex; align-items: flex-end;
  min-height: clamp(460px, 74vh, 700px); border-radius: var(--r-lg); overflow: hidden;
  color: var(--zns-cream); text-decoration: none;
}
.cat-hero-card .chc-img { position: absolute; inset: 0; }
.cat-hero-card .chc-img .ph-img { width: 100%; height: 100%; transition: transform 1.8s var(--ease); }
.cat-hero-card:hover .chc-img .ph-img { transform: scale(1.05); }
.cat-hero-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,11,11,.10) 28%, rgba(28,11,11,.74) 100%);
}
.cat-hero-card .chc-inner { position: relative; z-index: 2; padding: clamp(24px, 2.4vw, 40px); max-width: none; }
.chc-num { display: block; font-family: var(--font-serif); font-size: 16px; font-weight: 500; letter-spacing: .26em; color: var(--zns-taupe); margin-bottom: 12px; }
.chc-title { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.9rem, 2.6vw, 2.7rem); color: var(--zns-cream); margin: 0 0 12px; letter-spacing: .01em; line-height: 1.04; }
.chc-tagline { font-family: var(--font-body); font-size: 18.5px; line-height: 1.55; color: rgba(241,236,229,.92); margin: 0 0 22px; max-width: none; }
.chc-cta { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-serif); font-size: 15px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--zns-maroon); border: none; background: var(--zns-cream); padding: 13px 30px; border-radius: var(--r-pill); transition: all var(--dur) var(--ease); }
.chc-cta .lucide { width: 16px; height: 16px; transition: transform var(--dur) var(--ease); }

.cat-hero-card:hover .chc-cta .lucide { transform: translateX(4px); }
.svc-cta-btns { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

/* service cards inside a subcategoría (servicios menu) */
.svc-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2.2vw, 26px); align-items: stretch; }
.svc-card { display: flex; flex-direction: column; background: var(--bg-card); border: 1px solid var(--zns-line); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease); }
.svc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.svc-card .scd-img { position: relative; height: clamp(180px, 21vw, 226px); overflow: hidden; background: var(--zns-cream-dim); }
.svc-card .scd-img .ph-img { width: 100%; height: 100%; transition: transform 1.1s var(--ease); }
.svc-card:hover .scd-img .ph-img { transform: scale(1.05); }
.svc-card .scd-body { padding: clamp(22px, 2.4vw, 30px); display: flex; flex-direction: column; flex: 1; }
.scd-name { font-family: var(--font-display); font-weight: 400; font-size: clamp(24px, 2vw, 30px); color: var(--zns-maroon); margin: 0 0 8px; letter-spacing: .01em; line-height: 1.08; }
.scd-dur { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-serif); font-size: 16px; letter-spacing: .03em; color: var(--fg-faint); margin: 0 0 13px; }
.scd-dur .lucide { width: 15px; height: 15px; color: var(--zns-red); flex: none; }
.scd-desc { font-family: var(--font-body); font-size: 18px; line-height: 1.62; color: var(--fg-muted); margin: 0 0 16px; }
.svc-card .svc-includes { margin-bottom: 16px; }
.svc-card .rc-drink { margin-bottom: 18px; }
.svc-card .svc-options { margin-bottom: 0; }
.scd-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 20px; }
.scd-btns { display: flex; flex-direction: column; gap: 10px; margin-left: auto; align-items: stretch; min-width: 200px; }

/* expandable detail panel */
.cat-detail-wrap { margin-top: clamp(12px, 1.6vw, 20px); }
.cat-panel { background: var(--zns-maroon); color: var(--zns-cream); border-top: 1px solid var(--zns-line-dark); border-bottom: 1px solid var(--zns-line-dark); padding: clamp(30px, 3.4vw, 48px) 0 clamp(44px, 5vw, 72px); animation: panelIn .5s var(--ease) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.cat-panel-head { text-align: center; max-width: 64ch; margin: 0 auto clamp(22px, 2.6vw, 36px); }
.cat-panel-head .overline { color: var(--zns-taupe); margin-bottom: 12px; }
.cat-panel-title { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 3.8vw, 2.9rem); color: var(--zns-cream); margin: 0; letter-spacing: .01em; }
.cat-panel-blurb { font-family: var(--font-body); font-size: 20.5px; line-height: 1.7; color: var(--fg-on-dark-muted); margin: 14px auto 0; max-width: 58ch; }

/* sticky flow bar — subcategorías, slim row inside the panel.
   Sits under the panel head and sticks below the header while
   you browse the groups. */
.flow-bar {
  position: sticky; top: 57px; z-index: 40;
  display: flex; align-items: center; justify-content: center; gap: 18px;
  background: var(--zns-maroon);
  border-top: 1px solid var(--zns-line-dark); border-bottom: 1px solid var(--zns-line-dark);
  padding: 12px 0; margin-bottom: clamp(28px, 3.4vw, 46px);
  transition: box-shadow var(--dur) var(--ease);
}
.flow-bar.stuck { box-shadow: 0 14px 30px rgba(28,9,9,.35); }
.fb-groups { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; flex: 0 1 auto; max-width: 100%; }
.fb-groups::-webkit-scrollbar { display: none; }
.fb-group {
  flex: none; background: transparent; border: 1px solid var(--zns-line-dark); cursor: pointer;
  font-family: var(--font-serif); font-size: 17px; letter-spacing: .02em; color: rgba(241,236,229,.8);
  padding: 7px 16px; border-radius: var(--r-pill); transition: all .25s var(--ease); white-space: nowrap;
}
.fb-group:hover { border-color: rgba(241,236,229,.5); color: var(--zns-cream); }
.fb-group.active { background: var(--zns-cream); border-color: var(--zns-cream); color: var(--zns-maroon); }

.svc-group { margin-top: clamp(30px, 3.6vw, 52px); }
.svc-group:first-of-type { margin-top: 0; }
.svc-group-head { text-align: center; margin-bottom: clamp(18px, 2vw, 28px); }
.svc-group-head .overline { color: var(--zns-taupe); margin-bottom: 10px; }
.svc-group-title { display: inline-flex; flex-direction: column; align-items: center; gap: 11px; font-family: var(--font-serif); font-weight: 500; font-size: clamp(1.05rem, 1.7vw, 1.35rem); letter-spacing: .2em; text-transform: uppercase; color: var(--zns-cream); margin: 0; white-space: nowrap; }
.svc-group-title::after { content: ""; width: 40px; height: 2px; background: var(--zns-red); border-radius: 2px; }
.svc-group-note { font-family: var(--font-serif); font-style: italic; font-size: 20.5px; color: var(--fg-on-dark-muted); margin: 14px auto 0; max-width: 56ch; }

/* tabs */
.svc-tabs { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 0; margin-bottom: clamp(16px, 2vw, 26px); }
.svc-tab {
  position: relative; background: none; border: none; cursor: pointer; padding: 8px 22px;
  font-family: var(--font-serif); font-size: 19px; letter-spacing: .01em; color: var(--fg-muted);
  transition: color .25s var(--ease); white-space: nowrap;
}
.svc-tab + .svc-tab::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 15px; background: var(--zns-line); }
.svc-tab:hover { color: var(--zns-maroon); }
.svc-tab.active { color: var(--zns-maroon); }
.svc-tab.active::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: 0; height: 1px; background: var(--zns-red); }

/* detail card */
.svc-detail { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(28px, 4vw, 56px); align-items: stretch; max-width: 1000px; margin: 0 auto; background: var(--bg-card); border: 1px solid var(--zns-line); border-radius: var(--r-lg); overflow: hidden; }
.svc-detail-img { position: relative; min-height: 360px; }
.svc-detail-img .ph-img { position: absolute; inset: 0; }
.svc-detail-body { padding: clamp(30px, 3.4vw, 46px) clamp(28px, 3.4vw, 48px) clamp(30px, 3.4vw, 44px) 0; display: flex; flex-direction: column; }
.svc-detail-body .overline { margin-bottom: 12px; }
.svc-name { font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 3vw, 38px); color: var(--zns-maroon); margin: 0 0 14px; letter-spacing: .01em; }
.svc-desc { font-family: var(--font-body); font-size: 20px; line-height: 1.7; color: var(--fg-muted); margin: 0 0 20px; }
.svc-includes { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.svc-includes li { display: flex; align-items: flex-start; gap: 10px; font-size: 18.5px; color: var(--fg-muted); line-height: 1.5; }
.svc-includes .lucide { width: 15px; height: 15px; color: var(--zns-red); flex: none; margin-top: 3px; }
.svc-options { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.svc-opt {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px; cursor: pointer;
  background: var(--zns-cream); color: var(--zns-maroon); border: 1px solid var(--zns-line);
  border-radius: var(--r-md); padding: 11px 18px; transition: all .25s var(--ease); text-align: left;
}
.svc-options.single .svc-opt,
.svc-options.single .svc-opt.active { background: var(--zns-cream); color: var(--zns-maroon); border-color: var(--zns-line); cursor: default; pointer-events: none; }
.svc-opt:hover { border-color: var(--zns-maroon-70); }
.svc-opt.active { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-maroon); }
.svc-opt .opt-label { font-family: var(--font-serif); font-size: 18px; letter-spacing: .01em; white-space: nowrap; }
.svc-opt .opt-meta { font-family: var(--font-body); font-size: 17.5px; opacity: .8; white-space: nowrap; }
.svc-opt.active .opt-meta { opacity: .85; color: var(--zns-cream); }
.svc-cta-row { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; padding-top: 6px; }
.svc-price { display: flex; flex-direction: column; }
.svc-price .svc-from { font-family: var(--font-serif); font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: var(--fg-faint); }
.svc-price .svc-amount { font-family: var(--font-display); font-weight: 400; font-size: 39px; color: var(--zns-maroon); line-height: 1; }

/* price menu (add-ons / systems) — lives on a cream card inside the
   maroon panel for maximum legibility; rows expand to show a
   description + add button */
.svc-menu-card {
  max-width: 860px; margin: 0 auto; background: var(--zns-cream);
  border-radius: var(--r-lg); padding: clamp(26px, 3.2vw, 44px) clamp(22px, 3.2vw, 48px) clamp(20px, 2.6vw, 36px);
  box-shadow: var(--shadow-lg);
}
.svc-menu-card .svc-group-head { margin-bottom: clamp(14px, 1.6vw, 22px); }
.svc-menu-card .svc-group-title { color: var(--zns-maroon); }
.svc-menu-card .svc-group-note { color: var(--fg-muted); }
.svc-menu { border-top: 1px solid var(--zns-line); }
.menu-item { border-bottom: 1px solid var(--zns-line); }
.menu-row { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 4px; background: transparent; border: none; font-family: inherit; color: inherit; text-align: left; cursor: pointer; transition: padding-left .25s var(--ease); }
.menu-item.open .menu-row, .menu-row:hover { padding-left: 10px; }
.menu-info { display: flex; flex-direction: column; gap: 2px; }
.menu-name { font-family: var(--font-serif); font-size: 21.5px; color: var(--zns-maroon); }
.menu-note { font-family: var(--font-body); font-size: 18.5px; color: var(--fg-muted); }
.menu-meta { display: flex; align-items: center; gap: 14px; flex: none; }
.menu-dur { font-family: var(--font-body); font-size: 18px; color: var(--fg-muted); white-space: nowrap; }
.menu-price { font-family: var(--font-display); font-weight: 400; font-size: 26px; color: var(--zns-maroon); min-width: 46px; text-align: right; }
.menu-add { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--zns-line); display: flex; align-items: center; justify-content: center; color: var(--zns-maroon); transition: all .25s var(--ease); flex: none; }
.menu-add .lucide { width: 15px; height: 15px; }
.menu-add:hover { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-maroon); }
.menu-chev { display: flex; align-items: center; color: var(--fg-faint); transition: transform .35s var(--ease); }
.menu-chev .lucide { width: 17px; height: 17px; }
.menu-item.open .menu-chev { transform: rotate(180deg); color: var(--zns-maroon); }
/* expandable description */
.menu-exp { height: 0; overflow: hidden; transition: height .4s var(--ease); }
.menu-exp-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px 22px; flex-wrap: wrap; padding: 4px 4px 20px 10px; }
.menu-desc { font-family: var(--font-body); font-size: 19.5px; line-height: 1.65; color: var(--fg-muted); margin: 0; max-width: 56ch; padding-left: 12px; border-left: 2px solid var(--zns-taupe); }
.menu-exp-inner .menu-addbtn { flex: none; }

/* gift cards */
.gift-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); max-width: 860px; margin: 0 auto; }
.gift-card {
  position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px;
  background: var(--zns-cream); border: 1px solid var(--zns-cream); border-radius: var(--r-lg);
  padding: clamp(30px, 3.4vw, 44px) 20px clamp(24px, 2.8vw, 32px); cursor: pointer;
  font-family: inherit; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.gift-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gift-card .gift-mark { height: 44px; opacity: .9; margin-bottom: 10px; }
.gift-card .gift-amount { font-family: var(--font-display); font-weight: 300; font-size: clamp(2.6rem, 4vw, 3.4rem); line-height: 1; color: var(--zns-maroon); }
.gift-card .gift-name { font-family: var(--font-serif); font-size: 16px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--fg-muted); white-space: nowrap; }
.gift-card .gift-cta { margin-top: 16px; font-family: var(--font-serif); font-size: 15px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--zns-maroon); border: 1px solid var(--zns-line); border-radius: var(--r-pill); padding: 10px 22px; transition: all .25s var(--ease); }
.gift-card:hover .gift-cta { background: var(--zns-maroon); color: var(--zns-cream); border-color: var(--zns-maroon); }
.gift-card .gift-check { position: absolute; top: 14px; right: 14px; width: 30px; height: 30px; border-radius: 50%; background: var(--accent); color: var(--zns-white); display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(.5); transition: all .3s var(--ease); }
.gift-card .gift-check .lucide { width: 16px; height: 16px; stroke-width: 2.4; }
.gift-card.selected { border-color: var(--accent); box-shadow: 0 0 0 1.5px var(--accent), var(--shadow-md); }
.gift-card.selected .gift-check { opacity: 1; transform: none; }
.gift-mensual {
  max-width: 860px; margin: clamp(18px, 2.4vw, 28px) auto 0; display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; border: 1px solid var(--zns-line-dark); border-radius: var(--r-lg);
  padding: clamp(20px, 2.6vw, 30px) clamp(22px, 3vw, 36px);
}
.gift-mensual .overline { color: var(--zns-taupe); margin-bottom: 8px; }
.gift-mensual .gm-desc { font-family: var(--font-body); font-size: 20px; line-height: 1.65; color: var(--fg-on-dark-muted); margin: 0; max-width: 52ch; }

/* tabs on the wine background */
.cat-panel .svc-tab { color: rgba(241,236,229,.66); }
.cat-panel .svc-tab:hover, .cat-panel .svc-tab.active { color: var(--zns-cream); }
.cat-panel .svc-tab + .svc-tab::before { background: var(--zns-line-dark); }

@media (max-width: 820px) {
  .cat-cards { grid-template-columns: 1fr; }
  .cat-hero-card { min-height: clamp(340px, 46vh, 460px); }
}
@media (max-width: 900px) {
  .svc-cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .svc-detail { grid-template-columns: 1fr; max-width: 520px; }
  .svc-detail-img { min-height: 260px; }
  .svc-detail-body { padding: 28px 28px 32px; }
  .svc-tabs { gap: 2px; }
  .svc-tab { padding: 7px 14px; font-size: 18px; }
  .svc-tab.active::after { left: 14px; right: 14px; }
  .gift-grid { grid-template-columns: 1fr; max-width: 420px; }
  .menu-meta { gap: 10px; }
  .menu-dur { display: none; }
  .svc-group-title { white-space: normal; }
}
@media (max-width: 560px) {
  .cat-cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
}

/* price-menu rows: persistent "in your cart" highlight */
.menu-item.in-cart { background: rgba(176,137,76,.07); }
.menu-item.in-cart .menu-add { background: var(--accent); color: var(--zns-white); border-color: var(--accent); }

/* "Añadir al carrito" → added confirmation state */
.svc-book.added { background: var(--accent); border-color: var(--accent); color: var(--zns-white); }
.svc-book.added:hover { background: var(--zns-gold-deep); border-color: var(--zns-gold-deep); }

/* ============================================================
   ADD-ON SELECTION CARDS (carrito · "Suma un complemento")
   Image cards that highlight with an accent ring + check when
   they're in the cart — click to add, click again to remove.
   ============================================================ */
.addon-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.addon-card {
  position: relative; display: flex; flex-direction: column; text-align: left; padding: 0;
  background: var(--zns-white); border: 1.5px solid var(--zns-line); border-radius: var(--r-md);
  overflow: hidden; cursor: pointer; font-family: inherit;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.addon-card:hover { border-color: var(--zns-maroon-70); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.addon-card .ac-img { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: var(--zns-cream-dim); }
.addon-card .ac-img .ph-img { width: 100%; height: 100%; transition: transform 1.1s var(--ease); }
.addon-card:hover .ac-img .ph-img { transform: scale(1.05); }
.addon-card .ac-check {
  position: absolute; top: 11px; right: 11px; width: 30px; height: 30px; border-radius: 50%;
  background: var(--accent); color: var(--zns-white); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(40,14,14,.35); opacity: 0; transform: scale(.5);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.addon-card .ac-check .lucide { width: 17px; height: 17px; stroke-width: 2.4; }
.addon-card .ac-body { padding: 15px 17px 17px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.addon-card .ac-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.addon-card .ac-name { font-family: var(--font-serif); font-size: 20.5px; color: var(--zns-maroon); line-height: 1.25; }
.addon-card .ac-price { font-family: var(--font-display); font-weight: 500; font-size: 23px; color: var(--zns-gold-deep); white-space: nowrap; }
.addon-card .ac-sub { font-family: var(--font-body); font-size: 17.5px; color: var(--fg-muted); line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.addon-card.selected { border-color: var(--accent); box-shadow: 0 0 0 1.5px var(--accent), var(--shadow-md); }
.addon-card.selected .ac-check { opacity: 1; transform: none; }
.addon-card.selected .ac-img::after { content: ""; position: absolute; inset: 0; background: rgba(176,137,76,.16); }
@media (max-width: 560px) { .addon-cards { grid-template-columns: 1fr 1fr; gap: 12px; } }

.cat-hero-card:hover .chc-cta { background: var(--zns-maroon); color: var(--zns-cream); border: none; }
