/* =============================================================
   Barbería Nido — demo · «Atelier nocturno»
   Vino casi negro, sangre de buey, hueso y azul de poste de barbero.
   Bodoni Moda (display) + Schibsted Grotesk (texto) + JetBrains Mono (etiquetas).
   Mobile-first.
   ============================================================= */

/* 1. Tokens */
:root {
  --wine: #1A0B0E;
  --wine-2: #241015;
  --wine-3: #2E151B;
  --ox: #5B1720;
  --ox-2: #74232E;
  --bone: #F3EADF;
  --bone-2: #E8DCCB;
  --paper: #FBF6EF;
  --cobalt: #2F45D8;
  --cobalt-d: #2436B0;
  --peri: #8FA0FF;
  --peri-2: #B6C1FF;
  --rust: #B7612C;
  --mute-l: #66564F;
  --mute-d: #C9B8AE;
  --line-l: rgba(26, 11, 14, .14);
  --line-d: rgba(243, 234, 223, .16);

  --display: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
  --sans: "Schibsted Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

  --gut: clamp(16px, 4.5vw, 48px);
  --nav-h: 64px;
  --r: 18px;
  --ease: cubic-bezier(.16, 1, .3, 1);

  /* colores contextuales (se redefinen por sección) */
  --bg: var(--wine);
  --fg: var(--bone);
  --mute: var(--mute-d);
  --line: var(--line-d);
  --btn-bg: var(--peri);
  --btn-fg: var(--wine);
  --accent: var(--peri);
}

/* 2. Reset & base */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); overflow-x: clip; }
body {
  font-family: var(--sans); font-size: 16.5px; line-height: 1.55; color: var(--fg); background: var(--wine);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
a { color: inherit; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; font-weight: 500; }
ul, ol { padding: 0; list-style: none; }
[hidden] { display: none !important; }
::selection { background: var(--peri); color: var(--wine); }
:focus-visible { outline: 3px solid var(--peri); outline-offset: 3px; border-radius: 4px; }
.sec-light :focus-visible, .sec-bone :focus-visible { outline-color: var(--cobalt); }
.sec-cobalt :focus-visible { outline-color: var(--bone); }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 999; padding: .7rem 1rem; background: var(--peri); color: var(--wine); font-weight: 700; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 var(--gut); }

.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: var(--peri); transform-origin: 0 50%; transform: scaleX(0); z-index: 120; pointer-events: none; }

/* 3. Barra de demo */
.demo-bar { position: relative; z-index: 60; background: var(--bone); color: var(--wine); border-bottom: 1px solid var(--line-l); }
.demo-bar p { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0 .25rem; padding: .45rem var(--gut); font-family: var(--mono); font-size: .72rem; letter-spacing: .02em; text-align: center; }
.demo-bar a { display: inline-flex; align-items: center; font-weight: 500; color: var(--cobalt-d); text-decoration: underline; text-underline-offset: 3px; }
.demo-bar a:hover { color: var(--ox); }
.demo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ox-2); margin-right: .4rem; box-shadow: 0 0 0 3px rgba(116, 35, 46, .18); animation: blink 2.4s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .35; } }

/* 4. Tipografía */
.eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: .6rem; font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); margin-bottom: 1.1rem; }
.eyebrow .num { display: inline-grid; place-items: center; height: 1.8em; padding: 0 .55em; border: 1px solid currentColor; border-radius: 99px; color: var(--accent); font-weight: 500; }
.h-sec { font-family: var(--display); font-weight: 500; font-size: clamp(2.3rem, 8.4vw, 5rem); line-height: 1; letter-spacing: -.02em; font-variation-settings: "opsz" 96; }
.h-sec em, .h-hero em { font-style: italic; font-weight: 400; color: var(--accent); }
.sec-lead { max-width: 56ch; font-size: 1.06rem; color: var(--mute); margin-top: 1.1rem; }
.sec-head { margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.sec-head-split .sec-lead { margin-top: 1.1rem; }

/* 5. Botones */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .75rem 1.35rem;
  border-radius: 99px; font-weight: 700; font-size: .98rem; line-height: 1.1; text-decoration: none; white-space: nowrap;
  transition: transform .25s var(--ease), background-color .2s, color .2s, box-shadow .25s var(--ease), opacity .2s;
}
.btn svg { width: 18px; height: 18px; flex: none; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn-sm { min-height: 42px; padding: .55rem 1.05rem; font-size: .9rem; }
.btn-lg { min-height: 56px; padding: .9rem 1.6rem; font-size: 1.04rem; }
.btn-block { width: 100%; }
.btn-cobalt { background: var(--btn-bg); color: var(--btn-fg); box-shadow: 0 10px 30px -14px var(--btn-bg); }
.btn-cobalt:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -14px var(--btn-bg); }
.btn-ghost { border: 1.5px solid currentColor; color: var(--fg); }
.btn-ghost:hover { background: var(--fg); color: var(--bg); }
.btn[disabled] { opacity: .4; cursor: not-allowed; transform: none; box-shadow: none; }
.link-btn { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; color: var(--accent); padding: .3rem; }

/* 6. Nav */
.nav { position: sticky; top: 0; z-index: 90; background: rgba(26, 11, 14, .95); -webkit-backdrop-filter: blur(14px) saturate(1.3); backdrop-filter: blur(14px) saturate(1.3); border-bottom: 1px solid var(--line-d); color: var(--bone); }
.nav-inner { display: flex; align-items: center; gap: 1rem; height: var(--nav-h); max-width: 1280px; margin: 0 auto; padding: 0 var(--gut); }
.logo { display: flex; align-items: center; gap: .55rem; text-decoration: none; margin-right: auto; }
.logo-mark { width: 38px; height: 38px; color: var(--bone); }
.logo-word { font-family: var(--display); font-style: italic; font-size: 1.75rem; line-height: .9; letter-spacing: -.01em; display: flex; flex-direction: column; }
.logo-word small { font-family: var(--mono); font-style: normal; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mute-d); margin-top: .25rem; }
.nav-links { display: none; gap: 1.6rem; font-size: .93rem; }
.nav-links a { text-decoration: none; position: relative; padding: .3rem 0; color: var(--mute-d); transition: color .2s; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1.5px; background: var(--peri); transform: scaleX(0); transform-origin: 0 50%; transition: transform .35s var(--ease); }
.nav-links a:hover { color: var(--bone); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { display: none; }
.burger { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-d); }
.burger svg { width: 22px; height: 22px; }
.sheet { position: absolute; left: 0; right: 0; top: 100%; background: var(--wine); border-bottom: 1px solid var(--line-d); padding: .5rem var(--gut) 1.4rem; max-height: calc(100svh - var(--nav-h) - 40px); overflow-y: auto; }
.sheet nav { display: grid; margin-bottom: 1rem; }
.sheet nav a { display: flex; align-items: baseline; gap: .9rem; padding: .85rem 0; font-family: var(--display); font-size: 1.55rem; text-decoration: none; border-bottom: 1px solid var(--line-d); }
.sheet nav a span { font-family: var(--mono); font-size: .7rem; color: var(--peri); }

/* 7. Secciones */
.section { position: relative; padding: clamp(4.5rem, 11vw, 8.5rem) 0; background: var(--bg); color: var(--fg); }
.sec-dark { --bg: var(--wine); --fg: var(--bone); --mute: var(--mute-d); --line: var(--line-d); --btn-bg: var(--peri); --btn-fg: var(--wine); --accent: var(--peri); }
.sec-light { --bg: var(--paper); --fg: var(--wine); --mute: var(--mute-l); --line: var(--line-l); --btn-bg: var(--cobalt); --btn-fg: #fff; --accent: var(--ox-2); }
.sec-bone { --bg: var(--bone); --fg: var(--wine); --mute: var(--mute-l); --line: var(--line-l); --btn-bg: var(--cobalt); --btn-fg: #fff; --accent: var(--ox-2); }
.sec-cobalt { --bg: var(--cobalt); --fg: #fff; --mute: #DCE1FF; --line: rgba(255, 255, 255, .24); --btn-bg: var(--bone); --btn-fg: var(--wine); --accent: var(--bone); }
.sec-cobalt .eyebrow .num { color: #fff; }

/* 8. Hero */
.hero { position: relative; padding: clamp(2.2rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem); background: radial-gradient(120% 80% at 85% 10%, #3A141B 0%, var(--wine) 60%); overflow: hidden; }
.hero-grid { display: grid; gap: 2.6rem; align-items: center; }
.hero-eyebrow { color: var(--mute-d); }
.pole { width: 12px; height: 28px; border-radius: 6px; background: repeating-linear-gradient(-35deg, var(--bone) 0 5px, var(--ox-2) 5px 10px, var(--peri) 10px 15px); background-size: 100% 60px; animation: pole 2.6s linear infinite; }
@keyframes pole { to { background-position: 0 60px; } }
.h-hero { font-family: var(--display); font-weight: 500; font-size: clamp(3.1rem, 14.5vw, 7.6rem); line-height: .92; letter-spacing: -.035em; font-variation-settings: "opsz" 96; }
.h-line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.h-line > span { display: inline-block; }
.hero-lead { max-width: 46ch; margin-top: 1.5rem; font-size: 1.1rem; color: var(--mute-d); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.hero-facts { display: grid; grid-template-columns: repeat(4, auto); justify-content: start; gap: .2rem 1.4rem; margin-top: 2.3rem; padding-top: 1.3rem; border-top: 1px solid var(--line-d); }
.hero-facts dt { font-family: var(--mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute-d); }
.hero-facts dd { font-family: var(--display); font-size: 1.35rem; line-height: 1.2; }

.hero-art { position: relative; width: min(100%, 460px); justify-self: center; aspect-ratio: 4 / 5; }
.arch { position: absolute; inset: 0 8% 0 4%; border-radius: 999px 999px 22px 22px; overflow: hidden; background: var(--ox); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .8), inset 0 0 0 1px rgba(243, 234, 223, .12); }
.arch-stripes { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; }
.bust { position: absolute; left: 50%; bottom: 0; width: 108%; transform: translateX(-50%); }
.badge { position: absolute; width: 34%; right: -2%; top: 4%; animation: spin 22s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.ticket-float { position: absolute; left: -2%; bottom: 7%; min-width: 58%; padding: .9rem 1.1rem; background: var(--bone); color: var(--wine); border-radius: 16px; box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .7); }
.ticket-float::before, .ticket-float::after { content: ""; position: absolute; top: 50%; width: 14px; height: 14px; margin-top: -7px; border-radius: 50%; background: var(--ox); }
.ticket-float::before { left: -7px; } .ticket-float::after { right: -7px; }
.tf-k { font-family: var(--mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mute-l); }
.tf-v { font-family: var(--display); font-size: 1.6rem; line-height: 1.1; margin: .15rem 0 .35rem; }
.tf-s { display: flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 600; }
.tf-s svg { width: 16px; height: 16px; }

/* 9. Marquesina */
.marquee { overflow: hidden; background: var(--peri); color: var(--wine); border-block: 1px solid var(--wine); }
.marquee-track { display: flex; align-items: center; gap: 1.6rem; width: max-content; padding: .9rem 0; animation: marquee 38s linear infinite; }
.marquee span { font-family: var(--display); font-size: clamp(1.3rem, 3.5vw, 2rem); white-space: nowrap; }
.marquee b { font-family: var(--mono); font-weight: 500; font-size: .55em; vertical-align: .35em; margin-left: .3rem; }
.marquee i { font-style: normal; font-size: .9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* 10. Carta de servicios */
.menu { border-top: 1.5px solid var(--wine); }
.menu-item { display: grid; grid-template-columns: 2.2rem 1fr auto; grid-template-areas: "n main main" "n meta price" "n btn btn"; gap: .5rem .8rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line-l); position: relative; }
.mi-n { grid-area: n; font-family: var(--mono); font-size: .75rem; color: var(--mute-l); padding-top: .55rem; }
.mi-main { grid-area: main; }
.mi-main h3 { font-family: var(--display); font-size: clamp(1.6rem, 4.6vw, 2.2rem); line-height: 1.05; letter-spacing: -.015em; }
.mi-main h3 em { font-style: italic; color: var(--mute-l); font-size: .72em; }
.mi-main p { color: var(--mute-l); margin-top: .35rem; max-width: 58ch; font-size: .98rem; }
.mi-meta { grid-area: meta; display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; }
.chip { white-space: nowrap; display: inline-flex; align-items: center; gap: .35rem; height: 30px; padding: 0 .7rem; border-radius: 99px; border: 1px solid var(--line-l); font-family: var(--mono); font-size: .74rem; }
.chip svg { width: 14px; height: 14px; }
.chip-cobalt { background: var(--cobalt); color: #fff; border-color: var(--cobalt); }
.mi-price { grid-area: price; font-family: var(--display); font-size: 1.9rem; line-height: 1; text-align: right; white-space: nowrap; align-self: center; }
.mi-price small { font-family: var(--mono); font-size: .7rem; color: var(--mute-l); vertical-align: .5em; }
.mi-btn { grid-area: btn; justify-self: start; display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; padding: .5rem 0; font-weight: 700; color: var(--cobalt); }
.mi-btn svg { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.mi-btn:hover svg { transform: translateX(4px); }
.mi-star { background: linear-gradient(90deg, rgba(47, 69, 216, .06), transparent 70%); }
.menu-foot { display: grid; gap: .9rem; margin-top: 2.2rem; }
.menu-foot p { display: flex; flex-direction: column; padding: 1rem 1.2rem; border-radius: var(--r); background: var(--bone); }
.menu-foot b { font-family: var(--display); font-size: 1.25rem; font-weight: 500; }
.menu-foot span { color: var(--mute-l); font-size: .93rem; }

/* 11. Reserva guiada */
.rg { display: grid; gap: 1.2rem; }
.rg-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; }
.rg-step { width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; padding: .7rem .6rem; border-radius: 14px; border: 1px solid var(--line-d); text-align: left; color: var(--mute-d); transition: background-color .2s, border-color .2s, color .2s; min-height: 64px; }
.rs-n { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; border: 1px solid currentColor; font-family: var(--mono); font-size: .78rem; flex: none; }
.rs-n svg { width: 15px; height: 15px; }
.rs-t { font-weight: 700; font-size: .82rem; line-height: 1.2; min-width: 0; }
.rs-t small { display: none; font-weight: 400; font-size: .76rem; color: var(--mute-d); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: .1rem; }
.rg-step.is-current { background: var(--bone); color: var(--wine); border-color: var(--bone); }
.rg-step.is-current .rs-t small { color: var(--mute-l); }
.rg-step.is-done { color: var(--bone); border-color: rgba(143, 160, 255, .5); }
.rg-step.is-done .rs-n { background: var(--peri); color: var(--wine); border-color: var(--peri); }
.rg-step:disabled { cursor: not-allowed; opacity: .55; }

.rg-stage { position: relative; min-width: 0; }
.rg-panel { overflow: hidden; border: 0; padding: clamp(1.1rem, 3vw, 2rem); border-radius: 24px; background: var(--wine-2); border: 1px solid var(--line-d); min-width: 0; }
.rg.is-live .rg-panel:not(.is-active) { display: none; }
.rg-panel + .rg-panel { margin-top: 1rem; }
.rg.is-live .rg-panel + .rg-panel { margin-top: 0; }
.rg-legend { display: block; float: left; width: 100%; font-family: var(--display); font-size: clamp(1.6rem, 5vw, 2.3rem); line-height: 1.1; margin-bottom: 1.2rem; padding: 0; }
.rg-legend span { display: block; font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--peri); margin-bottom: .35rem; }
.rg-legend + * { clear: both; }
.rg-nav { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .6rem; margin-top: 1.4rem; clear: both; }
.rg-nav-end { justify-content: flex-end; }
.rg-note { margin-top: 1rem; font-size: .88rem; color: var(--mute-d); display: flex; gap: .5rem; }

.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.svc, .bar { position: relative; display: block; cursor: pointer; }
.svc input, .bar input, .day input, .slot input, .pills input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.svc-in { display: flex; flex-direction: column; height: 100%; padding: .95rem; border-radius: 16px; border: 1px solid var(--line-d); background: var(--wine-3); transition: border-color .2s, background-color .2s, transform .25s var(--ease); }
.svc-ico { width: 24px; height: 24px; color: var(--peri); margin-bottom: .9rem; }
.svc-in b { font-size: .98rem; line-height: 1.2; }
.svc-in small { color: var(--mute-d); font-size: .8rem; margin-top: .15rem; }
.svc-p { margin-top: auto; padding-top: .7rem; font-family: var(--display); font-size: 1.45rem; }
.svc:hover .svc-in, .bar:hover .bar-in { border-color: rgba(243, 234, 223, .45); transform: translateY(-2px); }
.svc input:checked + .svc-in, .bar input:checked + .bar-in { background: var(--bone); color: var(--wine); border-color: var(--bone); }
.svc input:checked + .svc-in small, .bar input:checked + .bar-in small { color: var(--mute-l); }
.svc input:checked + .svc-in .svc-ico { color: var(--cobalt); }
.svc input:focus-visible + .svc-in, .bar input:focus-visible + .bar-in, .day input:focus-visible + span, .slot input:focus-visible + span, .pills input:focus-visible + span { outline: 3px solid var(--peri); outline-offset: 3px; }

.bar-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.bar-in { display: flex; flex-direction: column; align-items: flex-start; height: 100%; padding: 1rem; border-radius: 16px; border: 1px solid var(--line-d); background: var(--wine-3); transition: border-color .2s, background-color .2s, transform .25s var(--ease), opacity .2s; }
.bar-av { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; font-family: var(--display); font-style: italic; font-size: 1.7rem; margin-bottom: .8rem; }
.bar-av svg { width: 26px; height: 26px; }
.bar-av-any { background: transparent; border: 1.5px dashed var(--peri); color: var(--peri); }
.bar-av-t { background: var(--ox-2); color: var(--bone); }
.bar-av-l { background: var(--peri); color: var(--wine); }
.bar-av-d { background: var(--bone); color: var(--wine); box-shadow: inset 0 0 0 2px var(--wine); }
.bar-in b { font-size: 1.05rem; }
.bar-in small { color: var(--mute-d); font-size: .82rem; }
.bar-no { display: block; margin-top: .45rem; font-style: normal; font-size: .76rem; color: var(--peri-2); }
.bar-no:empty { display: none; }
.bar.is-off { cursor: not-allowed; }
.bar.is-off .bar-in { opacity: .45; transform: none; border-style: dashed; }

.days-wrap { position: relative; margin: 0 calc(-1 * clamp(1.1rem, 3vw, 2rem)); }
.days { display: flex; gap: .5rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: .2rem clamp(1.1rem, 3vw, 2rem) .8rem; scroll-padding-inline: clamp(1.1rem, 3vw, 2rem); scrollbar-width: thin; scrollbar-color: var(--ox-2) transparent; }
.day { flex: none; scroll-snap-align: start; cursor: pointer; }
.day span { display: flex; flex-direction: column; align-items: center; width: 64px; padding: .6rem 0 .7rem; border-radius: 14px; border: 1px solid var(--line-d); background: var(--wine-3); transition: background-color .2s, border-color .2s; }
.day small { font-family: var(--mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; color: var(--mute-d); }
.day b { font-family: var(--display); font-size: 1.7rem; font-weight: 500; line-height: 1.1; }
.day em { font-style: normal; font-size: .7rem; color: var(--mute-d); }
.day input:checked + span { background: var(--peri); color: var(--wine); border-color: var(--peri); }
.day input:checked + span small, .day input:checked + span em { color: var(--wine); }
.times { min-height: 120px; margin-top: .8rem; }
.t-group + .t-group { margin-top: 1.1rem; }
.t-group h4 { font-family: var(--mono); font-weight: 400; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mute-d); margin-bottom: .55rem; }
.t-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(74px, 1fr)); gap: .45rem; }
.slot { cursor: pointer; }
.slot span { display: grid; place-items: center; height: 46px; border-radius: 12px; border: 1px solid var(--line-d); font-family: var(--mono); font-size: .9rem; transition: background-color .2s, border-color .2s; }
.slot:hover span { border-color: rgba(243, 234, 223, .5); }
.slot input:checked + span { background: var(--bone); color: var(--wine); border-color: var(--bone); font-weight: 500; }
.slot.is-full { cursor: not-allowed; }
.slot.is-full span { opacity: .35; text-decoration: line-through; border-style: dashed; }
.slot .few { display: block; }
.times-empty, .times-load { padding: 1.4rem; border-radius: 14px; border: 1px dashed var(--line-d); color: var(--mute-d); font-size: .93rem; }
.times-load { display: flex; align-items: center; gap: .6rem; }
.spin { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--peri); border-right-color: transparent; animation: spin .8s linear infinite; }

/* Formulario */
.field-row { display: grid; gap: 0 .9rem; }
.field { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; min-width: 0; }
.field label { font-weight: 600; font-size: .9rem; }
.field .opt { font-weight: 400; color: var(--mute-d); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: .75rem .9rem; border-radius: 12px; border: 1px solid rgba(243, 234, 223, .28);
  background: var(--wine); color: var(--bone); font-size: 1rem; transition: border-color .2s, box-shadow .2s;
}
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23F3EADF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .8rem center; background-size: 18px; padding-right: 2.6rem; }
.field textarea { resize: vertical; min-height: 76px; }
.field input::placeholder, .field textarea::placeholder { color: #A8958C; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--peri); box-shadow: 0 0 0 3px rgba(143, 160, 255, .35); }
.field .is-bad, .is-bad { border-color: #FF8F8F !important; box-shadow: 0 0 0 3px rgba(255, 143, 143, .25); }
.when { display: flex; align-items: center; gap: .8rem; padding: .85rem 1rem; margin-bottom: 1rem; border-radius: 14px; background: rgba(143, 160, 255, .12); border: 1px solid rgba(143, 160, 255, .35); }
.when > svg { width: 22px; height: 22px; color: var(--peri); flex: none; }
.when p { flex: 1; min-width: 0; font-weight: 700; }
.when small { display: block; font-weight: 400; font-size: .82rem; color: var(--mute-d); }
.consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .88rem; color: var(--mute-d); cursor: pointer; }
.consent input { width: 20px; height: 20px; margin-top: .1rem; flex: none; accent-color: var(--peri); }
.consent em { font-style: normal; opacity: .85; }
.form-msg { margin-top: 1rem; padding: .75rem .9rem; border-radius: 12px; background: rgba(255, 143, 143, .12); border: 1px solid rgba(255, 143, 143, .5); color: #FFD0D0; font-size: .92rem; }
.demo-note { display: flex; gap: .5rem; align-items: flex-start; margin-top: 1rem; font-size: .8rem; color: var(--mute-d); }
.demo-note svg { width: 16px; height: 16px; flex: none; margin-top: .15rem; color: var(--peri); }

.rg-ok { padding: clamp(1.4rem, 4vw, 2.4rem); border-radius: 24px; background: var(--bone); color: var(--wine); text-align: left; }
.rg-ok:focus { outline: none; }
.ok-mark { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--cobalt); color: #fff; margin-bottom: 1rem; }
.ok-mark svg { width: 28px; height: 28px; }
.rg-ok h3 { font-family: var(--display); font-size: clamp(1.8rem, 5vw, 2.6rem); line-height: 1.05; }
.ok-sum { margin-top: .5rem; font-size: 1.05rem; font-weight: 600; }
.rg-ok .demo-note { color: var(--mute-l); }
.rg-ok .demo-note svg { color: var(--cobalt); }
.ok-links { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.2rem 0; }
.ok-links:empty { display: none; }
.rg-ok .btn-ghost { color: var(--wine); }
.rg-ok .btn-ghost:hover { background: var(--wine); color: var(--bone); }
.rg-ok .btn-cobalt { --btn-bg: var(--cobalt); --btn-fg: #fff; }

/* Ticket resumen */
.rg-ticket { position: relative; padding: 1.3rem 1.3rem 1.1rem; border-radius: 22px; background: var(--bone); color: var(--wine); align-self: start; }
.tk-top { display: flex; align-items: center; gap: .5rem; font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mute-l); margin-bottom: .8rem; }
.tk-top svg { width: 26px; height: 26px; color: var(--wine); --egg: var(--cobalt); }
.tk-list { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1rem; }
.tk-list dt { font-family: var(--mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute-l); }
.tk-list dd { font-weight: 700; font-size: .95rem; line-height: 1.25; overflow-wrap: anywhere; }
.tk-cut { position: relative; height: 1px; margin: 1.1rem -1.3rem; border-top: 2px dashed rgba(26, 11, 14, .25); }
.tk-cut::before, .tk-cut::after { content: ""; position: absolute; top: -12px; width: 22px; height: 22px; border-radius: 50%; background: var(--wine); }
.tk-cut::before { left: -11px; } .tk-cut::after { right: -11px; }
.tk-total { display: flex; justify-content: space-between; align-items: baseline; }
.tk-total span { font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mute-l); }
.tk-total b { font-family: var(--display); font-weight: 500; font-size: 2.2rem; line-height: 1; }
.tk-foot { margin-top: .6rem; font-size: .8rem; color: var(--mute-l); }

/* 12. Asistente de estilo */
.style-tool { display: grid; gap: 1.2rem; }
.st-form { padding: clamp(1.1rem, 3vw, 1.8rem); border-radius: 24px; background: rgba(0, 0, 0, .14); border: 1px solid rgba(255, 255, 255, .22); }
.st-q { border: 0; padding: 0; min-width: 0; }
.st-q + .st-q { margin-top: 1.4rem; }
.st-q legend { display: flex; align-items: center; gap: .6rem; font-family: var(--display); font-size: 1.45rem; margin-bottom: .7rem; padding: 0; }
.st-q legend span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--bone); color: var(--cobalt-d); font-family: var(--mono); font-size: .8rem; }
.pills { display: flex; flex-wrap: wrap; gap: .45rem; }
.pills label { position: relative; cursor: pointer; }
.pills span { display: inline-flex; align-items: center; gap: .5rem; min-height: 46px; padding: .55rem 1rem; border-radius: 99px; border: 1.5px solid rgba(255, 255, 255, .5); font-weight: 600; font-size: .95rem; transition: background-color .2s, color .2s, border-color .2s; }
.pills svg { width: 30px; height: 18px; }
.pills label:hover span { border-color: #fff; }
.pills input:checked + span { background: var(--bone); color: var(--wine); border-color: var(--bone); }
.st-legal { display: flex; gap: .5rem; margin-top: 1.4rem; font-size: .8rem; color: #DCE1FF; }
.st-legal svg { width: 16px; height: 16px; flex: none; margin-top: .15rem; }
.st-results { display: grid; gap: .9rem; align-content: start; }
.st-empty { padding: 1.5rem; border-radius: 20px; border: 1.5px dashed rgba(255, 255, 255, .5); color: #DCE1FF; }
.cut { display: grid; grid-template-columns: 112px 1fr; gap: 1rem; padding: 1rem; border-radius: 22px; background: var(--bone); color: var(--wine); align-items: start; }
.cut-art { width: 112px; aspect-ratio: 1; border-radius: 16px; background: var(--paper); border: 1px solid var(--line-l); overflow: hidden; }
.cut-art svg { width: 100%; height: 100%; }
.cut-rank { font-family: var(--mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ox-2); }
.cut h3 { font-family: var(--display); font-size: 1.55rem; line-height: 1.05; margin: .15rem 0 .35rem; }
.cut p { font-size: .9rem; color: var(--mute-l); }
.cut-meta { display: flex; flex-wrap: wrap; gap: .35rem; margin: .6rem 0 .1rem; }
.cut-meta span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 .6rem; border-radius: 99px; border: 1px solid var(--line-l); font-size: .74rem; font-family: var(--mono); }
.cut-meta .cm-srv { background: var(--wine); color: var(--bone); border-color: var(--wine); }
.cut-note { font-size: .82rem !important; color: var(--ox-2) !important; margin-top: .4rem; }
.cut .btn { --btn-bg: var(--cobalt); --btn-fg: #fff; margin-top: .75rem; }
.cut-body { min-width: 0; }

/* 13. Equipo */
.team { display: grid; gap: 1.2rem; }
.barber { display: grid; border-radius: 24px; overflow: hidden; background: var(--wine-2); border: 1px solid var(--line-d); }
.b-art { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.b-art svg:first-child { width: 100%; height: 100%; object-fit: cover; }
.b-art > svg:first-child { position: absolute; inset: 0; }
.b-tool { position: absolute; right: 14px; bottom: 14px; width: 46px; height: 46px; padding: 10px; border-radius: 50%; background: var(--wine); color: var(--bone); }
.b-body { padding: 1.3rem 1.3rem 1.5rem; }
.b-role { font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--peri); }
.barber h3 { font-family: var(--display); font-size: 2rem; line-height: 1.1; margin: .25rem 0 .6rem; }
.barber p:not(.b-role) { color: var(--mute-d); font-size: .96rem; }
.b-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin: 1rem 0 1.2rem; }
.b-tags li { padding: .3rem .7rem; border-radius: 99px; border: 1px solid var(--line-d); font-size: .78rem; }
.team-note { margin-top: 1.4rem; font-size: .84rem; color: var(--mute-d); }

/* 14. La casa */
.casa-top { display: grid; gap: 1.4rem; margin-bottom: clamp(2.4rem, 6vw, 4rem); }
.casa-quote { font-family: var(--display); font-style: italic; font-size: clamp(1.3rem, 3.4vw, 1.9rem); line-height: 1.3; color: var(--ox); max-width: 32ch; align-self: end; }
.ritual { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-l); border: 1px solid var(--line-l); border-radius: 22px; overflow: hidden; }
.ritual li { background: var(--paper); padding: 1.2rem 1.1rem 1.4rem; }
.ritual li:last-child { grid-column: span 2; }
.ritual span { font-family: var(--mono); font-size: .72rem; color: var(--ox-2); }
.ritual h3 { font-family: var(--display); font-size: 1.45rem; margin: .5rem 0 .3rem; }
.ritual p { color: var(--mute-l); font-size: .9rem; }
.shelf { margin-top: clamp(2.4rem, 6vw, 4rem); padding: clamp(1.3rem, 4vw, 2.4rem); border-radius: 28px; background: var(--bone); }
.shelf-head h3 { font-family: var(--display); font-size: clamp(1.8rem, 4.6vw, 2.6rem); line-height: 1.05; }
.shelf-head p { color: var(--mute-l); margin-top: .5rem; max-width: 52ch; }
.jars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; margin-top: 1.8rem; position: relative; }
.jars li { display: flex; flex-direction: column; }
.jars svg { width: 100%; max-width: 120px; height: auto; margin-bottom: .6rem; border-bottom: 6px solid var(--wine); padding-bottom: 2px; transition: transform .35s var(--ease); }
.jars li:hover svg { transform: translateY(-6px) rotate(-2deg); }
.jars b { font-weight: 700; }
.jars span { font-size: .86rem; color: var(--mute-l); }
.perks { display: grid; gap: .8rem; margin-top: 1.6rem; }
.perks li { display: flex; gap: .9rem; align-items: flex-start; padding: 1rem 1.1rem; border-radius: 18px; border: 1px solid var(--line-l); }
.perks svg { width: 24px; height: 24px; flex: none; color: var(--cobalt); margin-top: .1rem; }
.perks b { display: block; }
.perks p { color: var(--mute-l); font-size: .92rem; }
.perks p b { color: var(--wine); }

/* 15. FAQ */
.faq-grid { display: grid; gap: 1rem; }
.faq details { border-top: 1px solid var(--line-l); }
.faq details:last-child { border-bottom: 1px solid var(--line-l); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem 0; cursor: pointer; font-family: var(--display); font-size: clamp(1.2rem, 3.2vw, 1.5rem); line-height: 1.25; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-l); background: no-repeat center / 14px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M7 1v12M1 7h12' stroke='%231A0B0E' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); transition: transform .3s var(--ease), background-color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--wine); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M7 1v12M1 7h12' stroke='%23F3EADF' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); }
.faq summary:hover { color: var(--ox-2); }
.faq details p { padding: 0 3rem 1.3rem 0; color: var(--mute-l); }
.faq details a { color: var(--cobalt-d); font-weight: 600; }

/* 16. Contacto */
.contact-grid { display: grid; gap: 2.4rem; }
.contact-list { display: grid; gap: 1.1rem; margin: 2rem 0; }
.contact-list li { display: flex; gap: .9rem; align-items: flex-start; }
.contact-list svg { width: 22px; height: 22px; color: var(--peri); flex: none; margin-top: .2rem; }
.contact-list p { color: var(--mute-d); font-size: .93rem; }
.contact-list b { display: block; color: var(--bone); font-size: 1.08rem; font-weight: 700; }
.contact-list a { text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }
.hours { padding: 1.2rem 1.3rem; border-radius: 20px; border: 1px solid var(--line-d); margin-bottom: 1.6rem; }
.hours-status { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--mute-d); margin-bottom: .6rem; }
.hours-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mute-d); }
.hours-status.is-open { color: #9FE3B4; }
.hours-status.is-open::before { background: #5FD38A; box-shadow: 0 0 0 4px rgba(95, 211, 138, .2); }
.hours table { width: 100%; border-collapse: collapse; }
.hours th, .hours td { padding: .55rem 0; border-top: 1px solid var(--line-d); text-align: left; font-weight: 400; }
.hours td { text-align: right; font-family: var(--mono); font-size: .9rem; }
.hours tr.is-today th, .hours tr.is-today td { color: var(--peri); font-weight: 700; }
.hours tr.is-today th::after { content: " · hoy"; font-family: var(--mono); font-size: .72rem; font-weight: 400; }
.map { margin: 0; }
.map svg { width: 100%; height: auto; border-radius: 26px; border: 1px solid var(--line-d); }
.map figcaption { margin-top: .6rem; font-size: .8rem; color: var(--mute-d); }
.map-pulse { animation: pulse 2.4s var(--ease) infinite; transform-origin: center; transform-box: fill-box; }
@keyframes pulse { 0% { transform: scale(.5); opacity: .6; } 100% { transform: scale(1.4); opacity: 0; } }

/* 17. Footer */
.footer { background: var(--wine); color: var(--bone); padding: clamp(3rem, 8vw, 5rem) 0 calc(6rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-d); }
.footer .footer-word { font-family: var(--display); font-style: italic; font-size: clamp(6rem, 30vw, 17rem); line-height: .8; letter-spacing: -.05em; color: var(--ox-2); margin-bottom: 2.4rem; }
.footer-word em { color: var(--peri); }
.footer-grid { display: grid; gap: 1.8rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line-d); }
.footer .f-label { font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--peri); margin-bottom: .6rem; }
.footer p, .footer li { color: var(--mute-d); font-size: .93rem; }
.footer ul { display: grid; gap: .35rem; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--bone); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1.4rem; padding-top: 1.4rem; }
.footer-bottom p { font-size: .82rem; }
.footer-bottom a { display: inline-flex; align-items: center; color: var(--bone); text-decoration: underline; text-underline-offset: 3px; }

/* 18. Chat */
.chat-launch { position: fixed; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 95; display: flex; align-items: center; gap: .6rem; padding: 6px; border-radius: 99px; background: var(--bone); color: var(--wine); box-shadow: 0 16px 40px -12px rgba(0, 0, 0, .55), 0 0 0 1px rgba(26, 11, 14, .12); transition: transform .3s var(--ease), opacity .2s; }
.chat-launch:hover { transform: translateY(-3px); }
.chat-launch-ico { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--cobalt); color: #fff; }
.chat-launch-ico svg { width: 24px; height: 24px; }
.chat-launch-txt { display: none; font-weight: 700; font-size: .92rem; padding-right: .9rem; }
.chat-launch.is-hidden { opacity: 0; pointer-events: none; transform: scale(.9); }
.chat { position: fixed; z-index: 100; left: 8px; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); height: min(620px, calc(100svh - 16px)); display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; background: var(--paper); color: var(--wine); box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .7), 0 0 0 1px rgba(26, 11, 14, .1); }
.chat-head { display: flex; align-items: center; gap: .7rem; padding: .8rem .9rem; background: var(--wine); color: var(--bone); }
.chat-av { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ox); }
.chat-av svg { width: 28px; height: 28px; color: var(--bone); }
.chat-id b { display: block; font-family: var(--display); font-style: italic; font-size: 1.35rem; line-height: 1; }
.chat-id small { font-family: var(--mono); font-size: .66rem; color: var(--mute-d); }
.icon-btn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; margin-left: auto; }
.icon-btn:hover { background: rgba(243, 234, 223, .12); }
.icon-btn svg { width: 20px; height: 20px; }
.chat-body { flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: .7rem; padding: 1rem; overscroll-behavior: contain; }
.cmsg { max-width: 88%; padding: .7rem .9rem; border-radius: 18px; font-size: .94rem; line-height: 1.5; }
.cmsg-bot { align-self: flex-start; background: var(--bone); border-bottom-left-radius: 6px; }
.cmsg-user { align-self: flex-end; background: var(--wine); color: var(--bone); border-bottom-right-radius: 6px; }
.cmsg ul { padding-left: 1.1rem; list-style: disc; margin: .3rem 0; }
.cmsg a { color: var(--cobalt-d); font-weight: 700; }
.cmsg-cta { display: flex; flex-wrap: wrap; gap: .5rem; }
.cmsg-cta .btn { --btn-bg: var(--cobalt); --btn-fg: #fff; }
.cmsg-cta .btn-ghost { color: var(--wine); }
.typing { display: inline-flex; gap: 4px; padding: .2rem 0; }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--mute-l); animation: typing 1s infinite ease-in-out; }
.typing i:nth-child(2) { animation-delay: .15s; } .typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%, 80%, 100% { opacity: .3; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }
.chat-sugs { display: flex; gap: .4rem; overflow-x: auto; padding: 0 1rem .7rem; scrollbar-width: none; }
.chat-sugs::-webkit-scrollbar { display: none; }
.chat-sugs button { flex: none; max-width: 240px; padding: .5rem .8rem; border-radius: 99px; border: 1px solid var(--line-l); font-size: .82rem; text-align: left; background: #fff; }
.chat-sugs button:hover { border-color: var(--cobalt); color: var(--cobalt-d); }
.chat-form { display: flex; gap: .4rem; padding: .6rem; border-top: 1px solid var(--line-l); background: #fff; }
.chat-form input { flex: 1; min-width: 0; min-height: 48px; padding: 0 1rem; border-radius: 99px; border: 1px solid var(--line-l); background: var(--paper); font-size: 1rem; }
.chat-form input:focus { outline: none; border-color: var(--cobalt); box-shadow: 0 0 0 3px rgba(47, 69, 216, .2); }
.chat-form button { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border-radius: 50%; background: var(--cobalt); color: #fff; }
.chat-form button:disabled { opacity: .5; }
.chat-form button svg { width: 20px; height: 20px; }
.chat-legal { padding: .45rem 1rem .6rem; font-size: .7rem; color: var(--mute-l); background: #fff; }
.chat :focus-visible { outline-color: var(--cobalt); }

/* 19. Reveals (solo si JS los activa) */
.reveal-on .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease) var(--d, 0s), transform .8s var(--ease) var(--d, 0s); }
.reveal-on .reveal.is-in { opacity: 1; transform: none; }

/* 20. Responsive */
@media (min-width: 560px) {
  .svc-grid { grid-template-columns: repeat(3, 1fr); }
  .bar-grid { grid-template-columns: repeat(4, 1fr); }
  .field-row { grid-template-columns: 1fr 1fr; }
  .rs-t small { display: block; }
  .rg-step { flex-direction: row; align-items: center; padding: .75rem .8rem; }
  .menu-foot { grid-template-columns: repeat(3, 1fr); }
  .jars { grid-template-columns: repeat(3, 1fr); }
  .perks { grid-template-columns: 1fr 1fr; }
  .chat { left: auto; right: 18px; bottom: 18px; width: 400px; }
  .chat-launch { right: 18px; bottom: 18px; }
  .chat-launch-txt { display: block; }
  .cut { grid-template-columns: 140px 1fr; }
  .cut-art { width: 140px; }
}
@media (min-width: 760px) {
  .menu-item { grid-template-columns: 3rem 1fr 9.5rem 6.5rem 8.5rem; grid-template-areas: "n main meta price btn"; align-items: center; padding: 1.6rem 0; }
  .mi-n { padding-top: 0; }
  .mi-meta { justify-content: flex-start; }
  .mi-btn { justify-self: end; }
  .team { grid-template-columns: repeat(3, 1fr); }
  .ritual { grid-template-columns: repeat(5, 1fr); }
  .ritual li:last-child { grid-column: auto; }
  .jars { grid-template-columns: repeat(5, 1fr); }
  .perks { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1.4fr; }
}
@media (min-width: 960px) {
  :root { --nav-h: 76px; }
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .burger, .sheet { display: none !important; }
  .hero { padding-top: 3.5rem; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 3rem; }
  .hero-art { width: 100%; max-width: 480px; }
  .sec-head-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: end; }
  .rg { grid-template-columns: minmax(0, 1fr) 300px; grid-template-areas: "steps steps" "stage ticket"; gap: 1.2rem 1.6rem; }
  .rg-steps { grid-area: steps; }
  .rg-stage { grid-area: stage; }
  .rg-ticket { grid-area: ticket; position: sticky; top: calc(var(--nav-h) + 20px); }
  .svc-grid { grid-template-columns: repeat(4, 1fr); }
  .style-tool { grid-template-columns: .9fr 1.1fr; gap: 1.6rem; align-items: start; }
  .st-form { position: sticky; top: calc(var(--nav-h) + 20px); }
  .casa-top { grid-template-columns: 1.1fr .9fr; gap: 3rem; }
  .faq-grid { grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: start; }
  .faq-grid .sec-head { position: sticky; top: calc(var(--nav-h) + 30px); }
  .contact-grid { grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: center; }
}
@media (min-width: 1200px) {
  .h-hero { font-size: 7.2rem; }
  .rg { grid-template-columns: minmax(0, 1fr) 330px; }
}
@media (max-width: 520px) {
  .hero-facts { grid-template-columns: repeat(2, auto); gap: .6rem 2.4rem; }
}
@media (max-width: 380px) {
  .svc-grid, .bar-grid { gap: .5rem; }
}

/* 21. Movimiento reducido: solo quitamos lo intrusivo */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track, .badge, .pole, .map-pulse, .demo-dot { animation: none; }
  .reveal-on .reveal { transition-duration: .01s; transform: none; }
}
