:root {
  --cream: #f7f3ec;
  --cream-2: #eee8de;
  --white: #fffdf9;
  --stone: #d8d0c5;
  --sand: #b7a797;
  --gold: #b18f58;
  --olive: #6d7853;
  --olive-dark: #55603f;
  --brown: #4a3730;
  --ink: #29241f;
  --muted: #716a63;
  --line: rgba(74, 55, 48, .14);
  --shadow: 0 24px 70px rgba(65, 51, 43, .14);
  --radius: 28px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: white; background: var(--olive); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-pad { padding: 88px 0 96px; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.announcement { background: var(--olive-dark); color: rgba(255,255,255,.9); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.announcement__inner { min-height: 38px; display: flex; align-items: center; gap: 12px; }
.announcement__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.announcement__link { margin-left: auto; color: white; font-weight: 700; }
.announcement__link:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(247,243,236,.92); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(50,40,35,.06); }
.header__inner { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.brand img { width: 66px; height: 66px; object-fit: contain; }
.brand__text { display: none; font-family: var(--serif); line-height: .8; color: var(--olive-dark); }
.brand__text strong { font-size: 26px; letter-spacing: .08em; font-weight: 600; }
.brand__text small { font-size: 17px; margin-left: 4px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 1.5px; margin: 6px 0; background: var(--ink); transition: .2s ease; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: .025em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--olive); box-shadow: 0 12px 26px rgba(109,120,83,.22); }
.button--primary:hover { background: var(--olive-dark); }
.button--ghost { color: var(--brown); background: transparent; border-color: rgba(74,55,48,.35); }
.button--ghost:hover { background: var(--white); border-color: var(--brown); }
.button--light { color: var(--olive-dark); background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.button--outline-light { color: white; border-color: rgba(255,255,255,.55); }
.button--outline-light:hover { background: rgba(255,255,255,.1); border-color: white; }
.button--large { min-height: 54px; padding-inline: 28px; }
.button--header { min-height: 44px; padding-inline: 20px; white-space: nowrap; }
.button__icon { width: 17px; height: 17px; flex: 0 0 17px; }

.icon-mask {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon-personalized { -webkit-mask-image: url('../assets/icons/personalized.svg'); mask-image: url('../assets/icons/personalized.svg'); }
.icon-protocols { -webkit-mask-image: url('../assets/icons/protocols.svg'); mask-image: url('../assets/icons/protocols.svg'); }
.icon-calendar { -webkit-mask-image: url('../assets/icons/calendar.svg'); mask-image: url('../assets/icons/calendar.svg'); }
.icon-chat-check { -webkit-mask-image: url('../assets/icons/chat-check.svg'); mask-image: url('../assets/icons/chat-check.svg'); }
.icon-leaf { -webkit-mask-image: url('../assets/icons/leaf.svg'); mask-image: url('../assets/icons/leaf.svg'); }
.icon-calendar-plus { -webkit-mask-image: url('../assets/icons/calendar-plus.svg'); mask-image: url('../assets/icons/calendar-plus.svg'); }
.icon-whatsapp { -webkit-mask-image: url('../assets/icons/whatsapp.svg'); mask-image: url('../assets/icons/whatsapp.svg'); }

.hero { position: relative; isolation: isolate; min-height: 690px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 12% 30%, rgba(223,213,197,.68), transparent 38%), linear-gradient(120deg, #faf7f1 0%, #f2ede4 58%, #ece6dc 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .12; background: url('../assets/images/textura-piedra.webp') center/cover; mix-blend-mode: multiply; }
.hero__glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -160px; top: -180px; background: rgba(177,143,88,.12); filter: blur(4px); }
.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.hero__content { padding: 40px 0; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow--light { color: #e8d6b7; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); color: var(--brown); font-weight: 500; line-height: .98; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(58px, 6.2vw, 94px); letter-spacing: -.045em; }
h1 em, h2 em { display: block; color: var(--olive); font-weight: 500; }
.hero__lead { max-width: 610px; margin: 0 0 32px; color: var(--muted); font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__benefits { display: flex; gap: 0; margin-top: 50px; }
.hero__benefits > div { display: flex; align-items: center; gap: 12px; min-width: 150px; padding-right: 24px; margin-right: 24px; border-right: 1px solid var(--line); }
.hero__benefits > div:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.hero__benefits span { color: var(--gold); font-family: var(--serif); font-size: 25px; }
.hero__benefits p { margin: 0; color: var(--brown); font-size: 12px; line-height: 1.4; }
.hero__visual { position: relative; min-width: 0; }
.hero__image-wrap { position: relative; height: 580px; overflow: hidden; border-radius: 52% 52% 24px 24px; box-shadow: var(--shadow); }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(45,34,29,.22), transparent 38%); }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.hero__seal { position: absolute; z-index: 2; right: 24px; bottom: 28px; width: 134px; height: 134px; display: grid; place-content: center; text-align: center; color: white; background: rgba(109,120,83,.9); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; backdrop-filter: blur(8px); }
.hero__seal strong { display: block; font-family: var(--serif); font-size: 20px; line-height: 1; }
.hero__seal small { font-size: 12px; }
.hero__leaf { width: 28px; height: 28px; margin: 0 auto 5px; color: #f1dfbf; transform: rotate(-8deg); }
.hero__quote { position: absolute; left: -48px; bottom: 50px; z-index: 3; padding: 14px 22px; color: var(--brown); background: var(--white); border-radius: 999px; box-shadow: 0 14px 35px rgba(61,49,42,.14); font-family: var(--serif); font-size: 20px; font-style: italic; }

.trust-strip { padding: 26px 0; color: white; background: var(--olive); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 16px; min-width: 0; padding: 4px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; padding-right: 0; }
.trust-item__icon { width: 38px; height: 38px; flex: 0 0 38px; color: #f0ddba; opacity: .98; }
.trust-item p { min-width: 0; margin: 0; line-height: 1.25; }
.trust-item strong { display: block; font-size: 13px; }
.trust-item small { color: rgba(255,255,255,.72); font-size: 11px; }

.section-heading { max-width: 670px; margin-bottom: 52px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .about-content h2, .combos-intro h2, .faq-intro h2, .contact-card h2 { margin-bottom: 18px; font-size: clamp(46px, 5vw, 68px); letter-spacing: -.035em; }
.section-heading p:last-child, .combos-intro > p, .faq-intro > p { color: var(--muted); }
.section-heading h2 em { display: inline; }

.section--services { background: var(--white); }
.filter-bar { display: flex; justify-content: center; gap: 8px; margin: -24px auto 40px; }
.filter-button { min-height: 42px; padding: 9px 20px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; transition: .2s ease; }
.filter-button:hover, .filter-button.is-active { color: white; background: var(--olive); border-color: var(--olive); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: var(--cream); border: 1px solid rgba(74,55,48,.08); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(62,50,43,.12); }
.service-card[hidden] { display: none; }
.service-card__media { position: relative; height: 210px; overflow: hidden; background: var(--cream-2); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-card__media img { transform: scale(1.045); }
.service-card__tag { position: absolute; left: 14px; top: 14px; padding: 6px 10px; border-radius: 999px; color: var(--olive-dark); background: rgba(255,253,249,.9); backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card__body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.service-card h3 { min-height: 54px; margin-bottom: 12px; font-size: 27px; line-height: 1.03; }
.service-card__description { color: var(--muted); font-size: 13px; }
.service-card__price { margin-top: auto; padding-top: 16px; color: var(--olive-dark); font-family: var(--serif); font-size: 25px; font-weight: 600; }
.service-card__price small { display: block; color: var(--muted); font-family: var(--sans); font-size: 10px; font-weight: 500; }
.service-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.service-card__actions .button { min-height: 42px; padding: 9px 12px; font-size: 11px; }
.catalog-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 52px; padding: 34px 38px; background: linear-gradient(110deg, var(--cream), #eee7dc); border: 1px solid var(--line); border-radius: var(--radius); }
.catalog-banner h3 { margin-bottom: 8px; font-size: 34px; }
.catalog-banner p { margin: 0; color: var(--muted); }
.catalog-banner .eyebrow { margin-bottom: 7px; }

.section--combos { position: relative; overflow: hidden; color: white; background: var(--olive-dark); }
.section--combos::after { content: ""; position: absolute; inset: 0; opacity: .1; background: url('../assets/images/textura-piedra.webp') center/cover; mix-blend-mode: screen; }
.combos-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.combos-intro { position: sticky; top: 130px; }
.combos-intro h2 { color: white; }
.combos-intro h2 em { color: #e5d2af; }
.combos-intro > p { color: rgba(255,255,255,.72); }
.combos-list { display: grid; gap: 14px; }
.combo-card { display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: center; padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; backdrop-filter: blur(7px); transition: .2s ease; }
.combo-card:hover { transform: translateX(6px); background: rgba(255,255,255,.12); }
.combo-card__number { color: #e5d2af; font-family: var(--serif); font-size: 30px; }
.combo-card h3 { margin: 0 0 3px; color: white; font-size: 26px; }
.combo-card p { margin: 0; color: rgba(255,255,255,.63); font-size: 12px; }
.combo-card__price { color: white; font-family: var(--serif); font-size: 27px; white-space: nowrap; }

.section--about { background: #f2ede5; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
.about-visual { position: relative; padding: 26px 0 26px 26px; }
.about-visual::before { content: ""; position: absolute; left: 0; top: 0; width: 72%; height: 82%; border: 1px solid var(--gold); border-radius: 24px; }
.about-visual__frame { position: relative; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.about-visual__frame img { width: 100%; height: 500px; object-fit: cover; }
.about-visual__card { position: absolute; right: -26px; bottom: 0; max-width: 260px; padding: 23px 25px; background: var(--white); border-radius: 18px; box-shadow: 0 20px 45px rgba(59,48,42,.15); }
.about-visual__card strong { display: block; color: var(--olive-dark); font-family: var(--serif); font-size: 24px; }
.about-visual__card span { color: var(--muted); font-size: 12px; }
.about-content > p { color: var(--muted); }
.about-values { display: grid; gap: 16px; margin-top: 34px; }
.about-values > div { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; padding-top: 16px; border-top: 1px solid var(--line); }
.about-values span { color: var(--gold); font-family: var(--serif); font-size: 24px; }
.about-values p { margin: 0; color: var(--muted); font-size: 13px; }
.about-values strong { display: block; color: var(--brown); font-size: 14px; }

.section--process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-card { position: relative; min-height: 245px; padding: 32px; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: 22px; }
.process-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -50px; top: -50px; border: 1px solid rgba(177,143,88,.26); border-radius: 50%; }
.process-card span { color: var(--gold); font-family: var(--serif); font-size: 42px; }
.process-card h3 { margin: 24px 0 12px; font-size: 30px; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; }

.section--faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; list-style: none; padding: 24px 46px 24px 0; color: var(--brown); font-family: var(--serif); font-size: 25px; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 6px; top: 21px; color: var(--olive); font-family: var(--sans); font-size: 24px; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item div { padding: 0 42px 24px 0; color: var(--muted); }
.faq-item p { margin: 0; }

.section--contact { padding-top: 40px; background: var(--cream); }
.contact-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; overflow: hidden; padding: 70px; color: white; background: var(--olive-dark); border-radius: 34px; box-shadow: var(--shadow); }
.contact-card::before { content: ""; position: absolute; width: 520px; height: 520px; right: -230px; bottom: -250px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 78px rgba(255,255,255,.02); }
.contact-card__content, .contact-card__details { position: relative; z-index: 1; }
.contact-card h2 { color: white; }
.contact-card h2 em { color: #e5d2af; }
.contact-card__content > p { color: rgba(255,255,255,.72); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-card__details { display: grid; align-content: center; }
.contact-card__details > div { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-card__details span { display: block; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-card__details strong { color: white; font-size: 15px; }

.site-footer { padding: 50px 0 36px; background: var(--cream); }
.footer__grid { display: grid; grid-template-columns: 1.1fr .65fr 1.25fr; gap: 55px; align-items: center; }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__brand img { width: 82px; height: 82px; }
.footer__brand strong { color: var(--olive-dark); font-family: var(--serif); font-size: 28px; letter-spacing: .05em; }
.footer__brand strong small { font-size: 17px; }
.footer__brand p, .footer__note p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.footer__links { display: grid; gap: 8px; font-size: 13px; }
.footer__links a:hover { color: var(--olive); }
.footer__note { text-align: right; }
.footer__note small { display: block; margin-top: 12px; color: var(--muted); font-size: 10px; }

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #fffdf8;
  background: linear-gradient(145deg, #77845a, #657349);
  border: 3px solid rgba(255,253,248,.9);
  border-radius: 50%;
  box-shadow: 0 13px 30px rgba(53,64,36,.28), inset 0 1px 0 rgba(255,255,255,.22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.floating-whatsapp::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: inherit;
  pointer-events: none;
}
.floating-whatsapp__icon { width: 28px; height: 28px; position: relative; z-index: 1; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.025); background: linear-gradient(145deg, #6c7950, #56633d); box-shadow: 0 17px 36px rgba(53,64,36,.34), inset 0 1px 0 rgba(255,255,255,.22); }
.floating-whatsapp:focus-visible { outline: 3px solid rgba(177,143,88,.45); outline-offset: 4px; }

.modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 26px; }
.modal.is-open { display: flex; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(29,25,22,.72); backdrop-filter: blur(8px); }
.modal__panel { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; width: min(1080px, 100%); max-height: min(860px, calc(100vh - 52px)); overflow: auto; background: var(--white); border-radius: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.modal__close { position: absolute; right: 16px; top: 16px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--brown); background: rgba(255,255,255,.9); font-size: 28px; cursor: pointer; }
.modal__image { min-height: 650px; background: var(--cream-2); }
.modal__image img { width: 100%; height: 100%; object-fit: cover; }
.modal__content { padding: 58px 52px; }
.modal__content h2 { margin-bottom: 10px; font-size: 51px; }
.modal__content > p { color: var(--muted); }
.modal__price { margin-bottom: 22px; color: var(--olive); font-family: var(--serif); font-size: 30px; font-weight: 600; }
.modal__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin: 30px 0; }
.modal__columns h3 { margin-bottom: 14px; color: var(--brown); font-family: var(--sans); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.modal__columns ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 12px; }
.modal__columns p { margin: 0; color: var(--muted); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .1s; }
.reveal--delay-2 { transition-delay: .2s; }

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

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .hero__grid { gap: 40px; }
  .hero__benefits > div { min-width: 130px; margin-right: 14px; padding-right: 14px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(3) { padding-left: 0; }
}

@media (max-width: 880px) {
  .section { padding: 82px 0; }
  .section-pad { padding: 56px 0 76px; }
  .announcement__inner { justify-content: center; }
  .announcement__link { display: none; }
  .header__inner { min-height: 76px; }
  .brand img { width: 60px; height: 60px; }
  .brand__text { display: inline-flex; align-items: baseline; }
  .nav-toggle { display: block; order: 3; }
  .button--header { display: none; }
  .main-nav { position: fixed; inset: 115px 18px auto; display: grid; gap: 0; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s ease; }
  .main-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__benefits { justify-content: center; }
  .hero__visual { max-width: 620px; margin-inline: auto; width: 100%; }
  .hero__image-wrap { height: 590px; }
  .hero__quote { left: 24px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .combos-layout, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .combos-intro, .faq-intro { position: static; }
  .about-visual { max-width: 650px; margin-inline: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 0; }
  .contact-card { grid-template-columns: 1fr; gap: 35px; padding: 52px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__note { grid-column: 1 / -1; text-align: left; }
  .modal__panel { grid-template-columns: 1fr; }
  .modal__image { min-height: 300px; max-height: 340px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement { font-size: 9px; }
  .announcement__inner { min-height: 32px; gap: 8px; }
  .header__inner { min-height: 70px; }
  .brand img { width: 54px; height: 54px; }
  .brand__text strong { font-size: 23px; }
  .brand__text small { font-size: 15px; }
  .main-nav { inset-top: 105px; }
  .hero { min-height: 0; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero__lead { font-size: 19px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 38px; }
  .hero__benefits > div { display: block; min-width: 0; margin: 0; padding: 0 5px; border-right: 1px solid var(--line); }
  .hero__benefits span { font-size: 22px; }
  .hero__benefits p { font-size: 9px; }
  .hero__image-wrap { height: 470px; border-radius: 44% 44% 20px 20px; }
  .hero__seal { width: 106px; height: 106px; right: 14px; bottom: 16px; }
  .hero__quote { left: 12px; bottom: 24px; font-size: 16px; }
  .trust-strip__grid { grid-template-columns: 1fr; gap: 0; }
  .trust-item { padding: 18px 2px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading h2, .about-content h2, .combos-intro h2, .faq-intro h2, .contact-card h2 { font-size: 46px; }
  .filter-bar { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .filter-button { flex: 0 0 auto; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card__media { height: 245px; }
  .service-card h3 { min-height: auto; }
  .catalog-banner { align-items: flex-start; flex-direction: column; padding: 28px; }
  .catalog-banner .button { width: 100%; }
  .combo-card { grid-template-columns: 36px 1fr; }
  .combo-card__price { grid-column: 2; }
  .about-visual { padding: 14px 0 50px 14px; }
  .about-visual__frame img { height: 400px; }
  .about-visual__card { right: 0; bottom: 0; }
  .contact-card { width: calc(100% - 20px); padding: 38px 24px; border-radius: 25px; }
  .contact-actions { display: grid; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__note { grid-column: auto; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 56px; height: 56px; }
  .floating-whatsapp__icon { width: 26px; height: 26px; }
  .modal { padding: 0; align-items: flex-end; }
  .modal__panel { max-height: 94vh; border-radius: 24px 24px 0 0; }
  .modal__image { min-height: 230px; max-height: 230px; }
  .modal__content { padding: 34px 24px 30px; }
  .modal__content h2 { font-size: 40px; }
  .modal__columns { grid-template-columns: 1fr; }
  .modal__content .button { width: 100%; }
}

/* Prana Skin v2: imágenes centradas y agenda online */
.service-card__media img,
.modal__image img { object-position: 50% 50%; }
.service-card__media { height: 230px; }
.combo-card { width: 100%; border: 0; text-align: left; font: inherit; cursor: pointer; }

.section--booking { padding-top: 46px; background: linear-gradient(180deg, var(--cream) 0%, #eee8de 100%); }
.booking-showcase { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; padding: 70px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 34px; box-shadow: var(--shadow); }
.booking-showcase__content h2 { font-size: clamp(48px, 5vw, 72px); }
.booking-showcase__content > p { max-width: 630px; color: var(--muted); }
.booking-showcase__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.booking-showcase__preview { position: relative; padding: 26px; background: linear-gradient(145deg, #f5f0e7, #ebe3d6); border: 1px solid rgba(74,55,48,.12); border-radius: 28px; box-shadow: 0 25px 60px rgba(65,51,43,.14); }
.booking-preview__head { display: grid; grid-template-columns: 16px 1fr; gap: 2px 10px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.booking-preview__head > span { grid-row: 1 / 3; align-self: center; width: 12px; height: 12px; background: var(--olive); border-radius: 50%; }
.booking-preview__head strong { color: var(--brown); font-family: var(--serif); font-size: 24px; }
.booking-preview__head small { color: var(--muted); }
.booking-preview__days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 20px 0; }
.booking-preview__days span { padding: 9px 4px; text-align: center; color: var(--muted); background: rgba(255,255,255,.55); border-radius: 10px; font-size: 11px; }
.booking-preview__days .is-active { color: white; background: var(--olive); }
.booking-preview__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.booking-preview__times span { padding: 11px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 12px; font-weight: 700; font-size: 12px; }
.booking-preview__times .is-active { color: white; background: var(--olive-dark); border-color: var(--olive-dark); }
.booking-preview__footer { margin-top: 20px; padding: 13px; text-align: center; color: white; background: var(--olive); border-radius: 999px; font-weight: 700; font-size: 12px; }

.booking-modal__panel { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; width: min(1040px, 100%); max-height: min(850px, calc(100vh - 52px)); overflow: auto; background: var(--white); border-radius: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.booking-modal__aside { position: relative; overflow: hidden; padding: 54px 42px; color: white; background: var(--olive-dark); }
.booking-modal__aside::after { content: ""; position: absolute; width: 420px; height: 420px; left: -180px; bottom: -250px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.02); }
.booking-modal__aside img { width: 105px; height: 105px; margin-bottom: 38px; object-fit: contain; border-radius: 50%; }
.booking-modal__aside h2 { color: white; font-size: 56px; }
.booking-modal__aside h2 em { color: #ead8b8; }
.booking-modal__aside > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.booking-modal__steps { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 46px; }
.booking-modal__steps span { padding: 10px 13px; color: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: 11px; }
.booking-modal__steps .is-active { color: white; background: rgba(255,255,255,.1); }
.booking-form { padding: 54px 48px 42px; }
.booking-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field > span { color: var(--brown); font-size: 12px; font-weight: 700; }
.field small { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 12px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(109,120,83,.12); }
.field textarea { resize: vertical; }
.booking-slots { display: flex; flex-wrap: wrap; gap: 8px; min-height: 28px; }
.booking-slots button { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; font-size: 12px; font-weight: 700; }
.booking-slots button:hover, .booking-slots button.is-selected { color: white; background: var(--olive); border-color: var(--olive); }
.booking-slots__loading, .booking-slots__empty { color: var(--muted); font-size: 12px; }
.booking-form__summary { display: grid; gap: 2px; margin: 22px 0 16px; padding: 14px 16px; color: var(--muted); background: var(--cream); border-radius: 14px; font-size: 12px; }
.booking-form__summary strong { color: var(--brown); font-family: var(--serif); font-size: 21px; }
.booking-submit { width: 100%; }
.booking-form__note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.booking-alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; font-size: 12px; }
.booking-alert--error { color: #792d24; background: #f8e6e3; }
.booking-alert--info { color: #3f4c2e; background: #edf0e7; }
.booking-alert a { font-weight: 700; text-decoration: underline; }
.booking-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.booking-success { display: grid; justify-items: center; align-content: center; min-height: 520px; text-align: center; }
.booking-success__icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 20px; color: white; background: var(--olive); border-radius: 50%; font-size: 30px; }
.booking-success h3 { margin-bottom: 12px; font-size: 48px; }
.booking-success p { max-width: 520px; color: var(--muted); }
.booking-success .button { margin-top: 8px; }

@media (max-width: 880px) {
  .booking-showcase { grid-template-columns: 1fr; padding: 52px; }
  .booking-showcase__preview { max-width: 560px; width: 100%; margin-inline: auto; }
  .booking-modal__panel { grid-template-columns: 1fr; }
  .booking-modal__aside { padding: 34px 32px; }
  .booking-modal__aside img { width: 78px; height: 78px; margin-bottom: 18px; }
  .booking-modal__aside h2 { font-size: 43px; }
  .booking-modal__steps { grid-template-columns: repeat(3,1fr); margin-top: 24px; }
  .booking-modal__steps span { text-align: center; }
}
@media (max-width: 600px) {
  .service-card__media { height: 260px; }
  .booking-showcase { padding: 34px 22px; gap: 38px; border-radius: 24px; }
  .booking-showcase__actions { display: grid; }
  .booking-preview__times { grid-template-columns: repeat(2,1fr); }
  .booking-modal { align-items: flex-end; }
  .booking-modal__panel { max-height: 96vh; border-radius: 24px 24px 0 0; }
  .booking-modal__aside { padding: 28px 24px 22px; }
  .booking-modal__aside img { display: none; }
  .booking-modal__aside h2 { margin-bottom: 10px; font-size: 38px; }
  .booking-modal__aside > p:not(.eyebrow) { font-size: 12px; }
  .booking-modal__steps { display: none; }
  .booking-form { padding: 28px 22px 30px; }
  .booking-form__grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .booking-success { min-height: 450px; }
  .booking-success h3 { font-size: 38px; }
}
