/* ==========================================================================
   NUVÉ skin & body — mini-web de reservas
   ========================================================================== */
:root {
  --sage: #7B8468; --sage-700: #667056; --sage-100: #E6E9DE; --sage-50: #F1F3EC;
  --olive: #5E6450; --rose: #E9D6CC; --rose-100: #F4E9E2; --rose-50: #FAF3EF;
  --cream: #F6EFE7; --cream-2: #FBF7F2; --taupe: #A39186; --taupe-100: #EEE7E1;
  --gold: #C4A574; --gold-100: #F3E8D4; --ink: #3F4336; --muted: #7C7A70; --line: #E8DFD4; --card: #FFFDFA;
  --red: #B65A48; --red-100: #F6E1DB; --green: #6E8F5E; --green-100: #E3EEDB;
  --shadow: 0 1px 2px rgba(94, 100, 80, .06), 0 14px 34px -20px rgba(94, 100, 80, .4);
  --radius: 18px;
  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --font-script: "Allura", cursive;
  --wrap: 1120px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.55; font-weight: 300; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--font-serif); color: var(--olive); font-weight: 500; margin: 0; line-height: 1.1; }
h2 { font-size: clamp(30px, 4.5vw, 44px); }
h3 { font-size: 24px; }
p { margin: 0 0 12px; }
a { color: var(--sage-700); }
strong { font-weight: 500; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font-family: inherit; font-size: 16px; }
.wrap { width: min(var(--wrap), 100% - 32px); margin: 0 auto; }
.eyebrow { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--taupe); font-weight: 500; display: block; }
.script { font-family: var(--font-script); color: var(--sage); font-weight: 400; line-height: 1; }
.gold-line { width: 64px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 14px auto; border: 0; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
section { padding: 64px 0; }
@media (min-width: 900px) { section { padding: 88px 0; } }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 36px; }
.section-head p { color: var(--muted); }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border-radius: 999px; border: 1px solid transparent; background: var(--sage); color: #fff; text-decoration: none; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; cursor: pointer; transition: background .15s, transform .08s, box-shadow .15s; line-height: 1.2; }
.btn:hover { background: var(--sage-700); box-shadow: 0 10px 24px -14px rgba(94, 100, 80, .6); }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: .55; cursor: default; box-shadow: none; }
.btn svg { width: 20px; height: 20px; }
.btn.outline { background: transparent; color: var(--olive); border-color: var(--olive); }
.btn.outline:hover { background: var(--sage-50); }
.btn.gold { background: var(--gold); }
.btn.gold:hover { background: #B4955F; }
.btn.wa { background: #4E9C68; }
.btn.wa:hover { background: #3E8656; }
.btn.sm { padding: 10px 18px; font-size: 12px; }
.btn.block { width: 100%; white-space: normal; text-align: center; }
.btn.ghost { background: transparent; color: var(--olive); border-color: var(--line); text-transform: none; letter-spacing: .04em; font-weight: 400; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(246, 239, 231, .96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(196, 165, 116, .35); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 12px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo .mark { width: 36px; height: 36px; border-radius: 50%; background: var(--olive); color: var(--gold); display: grid; place-items: center; }
.logo .mark svg { width: 26px; height: 26px; }
.logo .name { font-family: var(--font-serif); font-size: 22px; letter-spacing: .14em; color: var(--olive); line-height: 1; }
.logo .tag { font-family: var(--font-script); font-size: 17px; color: var(--sage); line-height: 1; margin-top: -1px; }
.site-nav { display: none; gap: 26px; }
.site-nav a { text-decoration: none; color: var(--olive); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.site-nav a:hover { color: var(--sage); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); background: var(--card); color: var(--olive); text-decoration: none; }
.icon-btn svg { width: 20px; height: 20px; }
.icon-btn.wa { color: #3E8656; }
.header-actions .btn { display: none; }
@media (min-width: 900px) { .site-nav { display: flex; } .header-actions .btn { display: inline-flex; } }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 72px 0 64px; text-align: center; background: radial-gradient(70% 55% at 50% 0%, rgba(233, 214, 204, .7), transparent 70%), var(--cream); }
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(196, 165, 116, .45); border-radius: 50%; pointer-events: none; }
.hero::before { width: 560px; height: 560px; left: 50%; top: -20px; transform: translateX(-50%); }
.hero::after { width: 760px; height: 760px; left: 50%; top: -100px; transform: translateX(-50%); border-color: rgba(196, 165, 116, .25); }
.hero .lotus { width: 84px; height: 84px; margin: 0 auto 14px; color: var(--gold); }
.hero .name { font-family: var(--font-serif); font-size: clamp(64px, 12vw, 104px); letter-spacing: .18em; color: var(--olive); line-height: .95; padding-left: .18em; }
.hero .script { font-size: clamp(34px, 6vw, 48px); margin-top: -4px; }
.hero .eyebrow { margin: 20px 0 6px; }
.hero .tagline { font-family: var(--font-serif); font-style: italic; font-size: clamp(24px, 4vw, 32px); color: var(--olive); margin: 0 auto 26px; max-width: 520px; line-height: 1.2; }
.hero .cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.hero .pillars { margin-top: 36px; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--taupe); }
.hero .pillars span { color: var(--gold); padding: 0 8px; }
.hero > .wrap { position: relative; z-index: 1; }
@media (min-width: 900px) { .hero { padding: 96px 0 84px; } }

/* Servicios */
.services { background: var(--cream-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.svc-grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) { .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .svc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.svc { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden; }
.svc::after { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.svc .ico { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--gold); color: var(--olive); display: grid; place-items: center; background: var(--rose-50); }
.svc .ico svg { width: 28px; height: 28px; }
.svc h3 { font-size: 26px; }
.svc p { color: var(--muted); font-size: 15px; flex: 1; margin: 0; }
.svc .meta { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 6px; }
.svc .from { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); }
.svc .from b { display: block; font-family: var(--font-serif); font-size: 26px; color: var(--olive); letter-spacing: 0; text-transform: none; font-weight: 500; }
.svc .dur { font-size: 12px; color: var(--taupe); }
.svc.skeleton { min-height: 220px; background: linear-gradient(90deg, var(--taupe-100) 25%, var(--cream-2) 50%, var(--taupe-100) 75%); background-size: 200% 100%; animation: shimmer 1.2s infinite; border: 0; }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* Reserva */
.booking { max-width: 760px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: 24px 18px 22px; }
@media (min-width: 640px) { .booking { padding: 34px 36px 30px; } }
.stepper { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin-bottom: 26px; }
.stepper .st { text-align: center; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); position: relative; }
.stepper .st i { display: block; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--gold); margin: 0 auto 6px; font-style: normal; font-family: var(--font-serif); font-size: 16px; line-height: 28px; color: var(--olive); background: var(--card); position: relative; z-index: 1; }
.stepper .st::before { content: ""; position: absolute; top: 15px; left: -50%; right: 50%; height: 1px; background: var(--gold); opacity: .5; }
.stepper .st:first-child::before { display: none; }
.stepper .st.active i { background: var(--olive); color: #fff; border-color: var(--olive); }
.stepper .st.done i { background: var(--sage); color: #fff; border-color: var(--sage); }
.stepper .st.active { color: var(--olive); }
.step { display: none; }
.step.active { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.step h3 { font-size: 28px; margin-bottom: 4px; }
.step .lead { color: var(--muted); margin-bottom: 18px; font-size: 15px; }
.step-nav { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.opts { display: grid; gap: 10px; }
@media (min-width: 640px) { .opts.cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.opt { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; text-align: left; width: 100%; transition: border-color .15s, background .15s; }
.opt:hover { border-color: var(--sage); }
.opt.sel { border-color: var(--sage); background: var(--sage-50); box-shadow: inset 0 0 0 1px var(--sage); }
.opt .ico { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--olive); flex: none; background: var(--rose-50); }
.opt .ico svg { width: 22px; height: 22px; }
.opt .t { flex: 1; min-width: 0; }
.opt .t b { display: block; font-weight: 500; color: var(--olive); font-size: 17px; }
.opt .t span { font-size: 13px; color: var(--muted); }
.opt .p { font-family: var(--font-serif); font-size: 22px; color: var(--olive); white-space: nowrap; text-align: right; }
.opt .p small { display: block; font-family: var(--font-sans); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); }
.group-title { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--taupe); margin: 14px 0 8px; }
.group-title:first-child { margin-top: 0; }

/* Calendario 30 días */
.days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.day { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 8px 2px; text-align: center; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 2px; transition: border-color .15s; }
.day small { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--taupe); }
.day b { font-family: var(--font-serif); font-size: 20px; font-weight: 500; color: var(--olive); line-height: 1; }
.day em { font-style: normal; font-size: 9px; color: var(--taupe); text-transform: uppercase; letter-spacing: .06em; }
.day:hover { border-color: var(--sage); }
.day.sel { background: var(--olive); border-color: var(--olive); }
.day.sel b, .day.sel small, .day.sel em { color: #fff; }
.day.off { opacity: .35; cursor: default; background: var(--cream); }
.day.off:hover { border-color: var(--line); }
.day.month { grid-column: 1 / -1; text-align: left; border: 0; background: transparent; padding: 8px 0 0; cursor: default; align-items: flex-start; }
.day.month b { font-size: 16px; text-transform: capitalize; color: var(--taupe); font-family: var(--font-sans); letter-spacing: .14em; font-weight: 500; }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 8px; margin-top: 14px; }
.slot { padding: 11px 8px; border-radius: 999px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-variant-numeric: tabular-nums; font-size: 15px; color: var(--olive); }
.slot:hover { border-color: var(--sage); }
.slot.sel { background: var(--olive); color: #fff; border-color: var(--olive); }
.slots-head { display: flex; justify-content: space-between; align-items: baseline; margin-top: 18px; gap: 8px; flex-wrap: wrap; }
.loading { display: flex; align-items: center; gap: 10px; color: var(--taupe); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; padding: 18px 0; justify-content: center; }
.spinner { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--rose); border-top-color: var(--sage); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.empty { text-align: center; padding: 18px; color: var(--muted); font-size: 14px; }

/* Formularios */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe); font-weight: 500; }
input[type="text"], input[type="tel"], input[type="email"] { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; outline: none; color: var(--ink); min-height: 48px; font-weight: 400; }
input:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(123, 132, 104, .18); }
.form { display: grid; gap: 14px; }
@media (min-width: 640px) { .form.two { grid-template-columns: repeat(2, minmax(0, 1fr)); } .form.two .full { grid-column: 1 / -1; } }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); cursor: pointer; }
.check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--sage); flex: none; }
.err { color: var(--red); font-size: 13px; min-height: 18px; }
.summary { background: var(--rose-50); border: 1px solid var(--rose); border-radius: 14px; padding: 14px 16px; display: grid; gap: 6px; font-size: 15px; margin-bottom: 18px; }
.summary div { display: flex; justify-content: space-between; gap: 12px; }
.summary div span:first-child { color: var(--taupe); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; padding-top: 3px; }
.summary div span:last-child { text-align: right; color: var(--olive); font-weight: 400; }
.summary .total { border-top: 1px solid var(--rose); padding-top: 8px; margin-top: 4px; }
.summary .total span:last-child { font-family: var(--font-serif); font-size: 22px; }
.done-box { text-align: center; padding: 10px 0 0; }
.done-box .lotus { width: 64px; height: 64px; margin: 0 auto 8px; color: var(--gold); }
.done-box h3 { font-size: 32px; }
.note { background: var(--gold-100); border-left: 3px solid var(--gold); padding: 10px 14px; border-radius: 10px; font-size: 14px; text-align: left; margin: 14px 0; }

/* Fundadoras */
.founders { background: linear-gradient(180deg, var(--rose-100), var(--rose)); position: relative; overflow: hidden; }
.founders::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(196, 165, 116, .5); right: -160px; top: -160px; }
.founders .card { background: rgba(255, 253, 250, .85); border: 1px solid rgba(196, 165, 116, .5); border-radius: 24px; padding: 30px 22px; max-width: 640px; margin: 0 auto; position: relative; }
@media (min-width: 640px) { .founders .card { padding: 40px 44px; } }
.founders h2 { text-align: center; }
.founders .benefits { display: grid; gap: 8px; margin: 18px 0 22px; padding: 0; list-style: none; font-size: 15px; }
.founders .benefits li { display: flex; gap: 10px; align-items: flex-start; }
.founders .benefits li::before { content: "✦"; color: var(--gold); font-size: 12px; margin-top: 4px; }
.founders .ok { text-align: center; padding: 14px; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 0; font-family: var(--font-serif); font-size: 22px; color: var(--olive); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 26px; font-family: var(--font-serif); flex: none; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 18px; color: var(--muted); font-size: 15px; max-width: 640px; }

/* Ubicación */
.location { background: var(--cream-2); border-top: 1px solid var(--line); }
.loc-grid { display: grid; gap: 22px; }
@media (min-width: 900px) { .loc-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; } }
.loc-card { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 28px 24px; box-shadow: var(--shadow); }
.loc-card dl { display: grid; grid-template-columns: auto 1fr; gap: 10px 18px; margin: 18px 0 22px; font-size: 15px; }
.loc-card dt { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe); padding-top: 3px; }
.loc-card dd { margin: 0; }
.cta-row { display: flex; gap: 10px; flex-wrap: wrap; }
.map-art { border-radius: 24px; border: 1px solid var(--line); background: var(--sage-50); aspect-ratio: 4 / 3; display: grid; place-items: center; position: relative; overflow: hidden; text-decoration: none; color: var(--olive); }
.map-art svg { width: 60%; height: 60%; color: var(--gold); opacity: .7; }
.map-art span { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); background: var(--card); border: 1px solid var(--gold); border-radius: 999px; padding: 8px 16px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }

/* Footer */
.site-footer { background: var(--olive); color: rgba(255, 255, 255, .8); padding: 44px 0 calc(28px + env(safe-area-inset-bottom)); text-align: center; font-size: 14px; }
.site-footer .name { font-family: var(--font-serif); font-size: 34px; letter-spacing: .18em; color: #fff; padding-left: .18em; }
.site-footer .script { color: var(--gold); font-size: 30px; margin-top: -4px; }
.site-footer .links { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin: 18px 0 12px; }
.site-footer a { color: #fff; text-decoration: none; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.site-footer a:hover { color: var(--gold); }
.site-footer .fine { opacity: .6; font-size: 12px; }

/* Toasts */
#toasts { position: fixed; left: 50%; transform: translateX(-50%); bottom: 20px; z-index: 60; display: flex; flex-direction: column; gap: 8px; align-items: center; pointer-events: none; width: min(92vw, 420px); }
.toast { background: var(--olive); color: #fff; padding: 11px 18px; border-radius: 999px; font-size: 14px; box-shadow: 0 8px 24px -8px rgba(0,0,0,.4); opacity: 0; transform: translateY(8px); transition: all .25s; text-align: center; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast.error { background: var(--red); }

/* Botón flotante WhatsApp (mobile) */
.fab-wa { position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 30; width: 54px; height: 54px; border-radius: 50%; background: #4E9C68; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px -8px rgba(0,0,0,.4); }
.fab-wa svg { width: 28px; height: 28px; }
@media (min-width: 900px) { .fab-wa { display: none; } }
