/* Estudio Alisio · web de salón de demostración con Reservus IA */
@font-face { font-family: 'Fraunces'; src: url('/assets/fonts/fraunces-italic.woff2') format('woff2'); font-weight: 300 900; font-style: italic; font-display: swap; }

body.salon {
  --ivory: #fbf8f4;
  --stone: #f4eee6;
  --stone-2: #ebe3d8;
  --ink: #221c18;
  --ink-2: #4f463f;
  --muted: #6f655c;
  --line: #e5ddd2;
  --espresso: #1f1a17;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Jakarta', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --accent: #7a4fe0;
  --accent-soft: #ebe3fb;
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font: 400 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
  word-spacing: .02em;
}
.salon *, .salon *::before, .salon *::after { box-sizing: border-box; }
html:has(body.salon) { scroll-behavior: smooth; scroll-padding-top: 84px; }
.salon img, .salon svg { display: block; max-width: 100%; }
.salon ::selection { background: var(--accent-soft); color: var(--ink); }
.salon :focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
:where(.salon) a { color: inherit; }
.b-wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.b-skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 10px; }
.b-skip:focus { top: 12px; }
.b-demo { background: var(--espresso); color: #cfc6bd; font-size: .78rem; text-align: center; padding: 7px 16px; }
.b-demo a { color: #fff; }
:where(.salon) :where(h1, h2, h3, h4, p) { margin: 0; }

/* Botones */
.b-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font: 600 .92rem/1 var(--sans); text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s; white-space: nowrap; }
.b-btn:active { transform: translateY(1px); }
.b-btn-dark { background: var(--ink); color: #fff; box-shadow: 0 10px 22px -12px rgba(34, 28, 24, .75); }
.b-btn-dark:hover { background: #3a302a; }
.b-btn-line { background: transparent; color: var(--ink); border-color: rgba(34, 28, 24, .22); }
.b-btn-line:hover { border-color: var(--ink); background: rgba(255, 255, 255, .6); }
.b-btn-light { background: #fff; color: var(--ink); }
.b-btn-light:hover { background: var(--stone); }
.b-btn-lg { min-height: 54px; padding: 0 28px; font-size: 1rem; }
.b-btn-sm { min-height: 44px; padding: 0 16px; font-size: .86rem; }

/* Cabecera */
.b-head { position: sticky; top: 0; z-index: 40; background: rgba(251, 248, 244, .86); backdrop-filter: blur(14px) saturate(1.4); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.b-head.solid { border-bottom-color: var(--line); box-shadow: 0 10px 30px -24px rgba(34, 28, 24, .4); }
.b-head-in { display: flex; align-items: center; gap: 28px; height: 78px; }
.b-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); flex: none; }
.b-mark { width: 40px; height: 44px; border-radius: 999px 999px 10px 10px; display: grid; place-items: center; background: var(--ink); color: #fff; font-family: var(--serif); font-style: italic; font-size: 1.15rem; padding-top: 4px; }
.b-logo-txt { display: grid; line-height: 1.15; }
.b-logo-txt > span { font-family: var(--serif); font-size: 1.28rem; letter-spacing: -.015em; }
.b-logo-txt small { font-size: .74rem; color: var(--muted); letter-spacing: .02em; }
.b-nav { display: flex; gap: 4px; margin-left: 8px; }
.b-nav a { text-decoration: none; color: var(--ink-2); font-size: .92rem; padding: 10px 12px; border-radius: 999px; }
.b-nav a:hover { color: var(--ink); background: var(--stone); }
.b-head-cta { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.b-head-tel { display: grid; text-align: right; text-decoration: none; line-height: 1.2; padding: 4px 0; }
.b-head-tel small { font-size: .72rem; color: var(--muted); }
.b-head-tel b { font-weight: 650; font-size: .98rem; font-variant-numeric: tabular-nums; }
.b-head-tel:hover b { text-decoration: underline; text-underline-offset: 3px; }
.b-icon-tel { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); place-items: center; color: var(--ink); background: #fff; }
.b-icon-tel svg { width: 19px; height: 19px; }
@media (max-width: 1180px) { .b-head-tel { display: none; } .b-icon-tel { display: grid; } }
@media (max-width: 980px) { .b-nav { display: none; } }
@media (max-width: 520px) {
  .b-head-in { height: 66px; gap: 10px; }
  .b-logo-txt small { display: none; }
  .b-logo-txt > span { font-size: 1.12rem; }
  .b-mark { width: 34px; height: 38px; font-size: 1rem; }
  .b-head-cta { gap: 8px; }
  .b-head-cta .b-btn { padding: 0 16px; font-size: .88rem; }
}

/* Portada */
.b-hero { position: relative; padding: 64px 0 0; overflow: hidden; background: radial-gradient(760px 520px at 82% 42%, rgba(138, 92, 246, .08), transparent 72%), radial-gradient(600px 400px at 0% 100%, #f3e9dc, transparent 70%); }
.b-hero-in { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 56px; align-items: center; }
.b-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; font-weight: 600; }
.b-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.b-hero h1 { font-family: var(--serif); font-weight: 350; font-size: clamp(2.7rem, 6.4vw, 5.3rem); line-height: 1; letter-spacing: -.03em; margin-bottom: 26px; }
.b-hero h1 em { font-style: italic; font-weight: 300; color: var(--accent); }
.b-lede { font-size: 1.12rem; color: var(--ink-2); max-width: 33em; margin-bottom: 32px; }
.b-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.b-callout { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; padding: 10px 20px 10px 10px; border-radius: 999px; background: #fff; box-shadow: 0 0 0 1px var(--line), 0 12px 30px -20px rgba(34, 28, 24, .45); transition: box-shadow .2s, transform .2s; }
.b-callout:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px #d6cabc, 0 16px 34px -20px rgba(34, 28, 24, .5); }
.b-callout-ic { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); flex: none; }
.b-callout-ic svg { width: 19px; height: 19px; }
.b-callout span:last-child { display: grid; line-height: 1.25; }
.b-callout small { font-size: .76rem; color: var(--muted); }
.b-callout b { font-size: 1.08rem; font-weight: 650; font-variant-numeric: tabular-nums; }

.b-hero-art { position: relative; min-height: 540px; }
.b-arch { position: absolute; inset: 0 30px 0 60px; border-radius: 999px 999px 32px 32px; background: linear-gradient(170deg, #efe4d6 0%, #e7d9c8 45%, #d9c7b3 100%); overflow: hidden; box-shadow: inset 0 -40px 80px -40px rgba(34, 28, 24, .25); }
.b-arch-glow { position: absolute; width: 130%; height: 70%; left: -15%; top: -12%; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 255, 255, .85), rgba(255, 255, 255, 0)); }
.b-arch::after { content: ''; position: absolute; width: 90%; aspect-ratio: 1; right: -38%; bottom: -30%; border-radius: 50%; background: radial-gradient(closest-side, rgba(138, 92, 246, .28), rgba(138, 92, 246, 0)); }
.b-arch-line { position: absolute; inset: 18px; border-radius: 999px 999px 20px 20px; border: 1px solid rgba(255, 255, 255, .7); }
.b-live { position: absolute; left: 0; bottom: 44px; width: min(340px, 88%); z-index: 2; background: rgba(255, 255, 255, .96); border-radius: 22px; padding: 18px 18px 14px; box-shadow: 0 0 0 1px rgba(34, 28, 24, .05), 0 30px 60px -28px rgba(34, 28, 24, .55); }
.b-live-h { display: flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.b-pulse { width: 8px; height: 8px; border-radius: 50%; background: #1c7045; box-shadow: 0 0 0 0 rgba(28, 112, 69, .4); animation: b-pulse 2.2s infinite; }
@keyframes b-pulse { 70% { box-shadow: 0 0 0 7px rgba(28, 112, 69, 0); } 100% { box-shadow: 0 0 0 0 rgba(28, 112, 69, 0); } }
.b-live-list { list-style: none; margin: 0; padding: 0; display: grid; }
.b-live-list li { border-top: 1px solid var(--line); }
.b-live-list li:first-child { border-top: 0; }
.b-live-list li.is-skel { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 52px; font-size: .92rem; color: var(--muted); }
.b-live-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 54px; padding: 6px 8px; margin: 0 -8px; width: calc(100% + 16px); border: 0; border-radius: 12px; background: transparent; font: inherit; color: var(--ink); text-align: left; cursor: pointer; transition: background .15s; }
.b-live-btn:hover { background: var(--stone); }
.b-live-btn span { display: grid; line-height: 1.3; min-width: 0; }
.b-live-btn span b { font-weight: 600; font-size: .92rem; }
.b-live-btn span small { color: var(--muted); font-size: .8rem; }
.b-live-btn > b { flex: none; display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .86rem; font-weight: 650; font-variant-numeric: tabular-nums; }
.b-live-btn > b.valle { background: var(--accent); }
.b-live-foot { font-size: .76rem; color: var(--muted); margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
.b-badge { position: absolute; right: 0; top: 70px; z-index: 2; width: 116px; height: 116px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--espresso); color: #fff; box-shadow: 0 20px 40px -20px rgba(34, 28, 24, .7); transform: rotate(-8deg); }
.b-badge b { font-family: var(--serif); font-weight: 400; font-size: 1.9rem; line-height: 1; }
.b-badge > span { font-size: .72rem; color: #d8cfc6; margin-top: 4px; }
.b-facts { margin: 64px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.b-facts > div { padding: 20px 24px 26px 0; }
.b-facts > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.b-facts dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; font-weight: 600; }
.b-facts dd { margin: 0; font-weight: 500; }
@media (max-width: 960px) {
  .b-hero { padding-top: 40px; }
  .b-hero-in { grid-template-columns: 1fr; gap: 40px; }
  .b-hero-art { min-height: 440px; max-width: 520px; width: 100%; margin: 0 auto; }
}
@media (max-width: 640px) {
  .b-hero h1 { font-size: clamp(2.15rem, 10vw, 3.3rem); }
  .b-lede { font-size: 1.02rem; }
  .b-cta .b-btn { flex: 1 1 100%; }
  .b-callout { width: 100%; }
  .b-hero-art { min-height: 400px; }
  .b-arch { inset: 0 8px 60px 36px; }
  .b-live { bottom: 0; width: 100%; }
  .b-badge { width: 92px; height: 92px; top: 26px; right: 0; }
  .b-badge b { font-size: 1.5rem; }
  .b-facts { grid-template-columns: 1fr; margin-top: 40px; }
  .b-facts > div, .b-facts > div + div { padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); }
  .b-facts > div:first-child { border-top: 0; }
}

/* Secciones */
.salon section[id] { scroll-margin-top: 84px; }
.b-sec-head { max-width: 760px; margin-bottom: 48px; }
.b-sec-head.center { text-align: center; margin-inline: auto; }
.b-kicker { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 650; margin-bottom: 16px; display: inline-flex; align-items: center; gap: 10px; }
.b-kicker::before { content: ''; width: 22px; height: 1px; background: currentColor; }
.b-kicker.light { color: #bfb3a7; }
.salon h2 { font-family: var(--serif); font-weight: 350; font-size: clamp(2.1rem, 4.4vw, 3.4rem); letter-spacing: -.025em; line-height: 1.04; margin-bottom: 18px; }
.salon h2 em { font-style: italic; font-weight: 300; color: var(--muted); }
.b-sec-head p { color: var(--ink-2); font-size: 1.05rem; }

/* Servicios */
.b-services { padding: 120px 0 110px; }
.b-menu-wrap { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 64px; align-items: start; }
.b-menu-nav { position: sticky; top: 110px; display: grid; gap: 2px; }
.b-menu-nav a { display: flex; align-items: center; min-height: 44px; padding: 0 14px; border-radius: 12px; text-decoration: none; font-family: var(--serif); font-size: 1.15rem; color: var(--ink-2); transition: background .15s, color .15s; }
.b-menu-nav a:hover { background: var(--stone); color: var(--ink); }
.b-menu-nav a.on { background: #fff; color: var(--ink); box-shadow: 0 0 0 1px var(--line); }
.b-cat { scroll-margin-top: 100px; }
.b-cat + .b-cat { margin-top: 56px; }
.b-cat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--ink); }
.b-cat-head h3 { font-family: var(--serif); font-weight: 400; font-size: 1.9rem; letter-spacing: -.02em; }
.b-cat-head span { font-size: .82rem; color: var(--muted); }
.b-svcs { list-style: none; margin: 0; padding: 0; }
.b-svc { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 28px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.b-svc-txt h4 { font-size: 1.06rem; font-weight: 650; margin-bottom: 3px; }
.b-svc-txt p { color: var(--muted); font-size: .94rem; }
.b-svc-meta { display: grid; justify-items: end; gap: 2px; text-align: right; }
.b-dur { font-size: .84rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.b-price { font-size: 1.12rem; font-weight: 650; font-variant-numeric: tabular-nums; white-space: nowrap; }
.b-price small { font-size: .76rem; font-weight: 500; color: var(--muted); }
.b-book { min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(34, 28, 24, .2); background: transparent; font: 600 .88rem var(--sans); color: var(--ink); cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.b-book:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
@media (max-width: 900px) {
  .b-menu-wrap { grid-template-columns: 1fr; gap: 20px; }
  .b-menu-nav { position: sticky; top: 66px; z-index: 5; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding: 10px 20px; margin: 0 -20px; background: rgba(251, 248, 244, .94); backdrop-filter: blur(10px); }
  .b-menu-nav::-webkit-scrollbar { display: none; }
  .b-menu-nav a { flex: none; font-family: var(--sans); font-size: .88rem; font-weight: 600; min-height: 40px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
  .b-menu-nav a.on { background: var(--ink); color: #fff; box-shadow: none; border-color: var(--ink); }
  .b-cat { scroll-margin-top: 140px; }
}
@media (max-width: 600px) {
  .b-services { padding: 80px 0; }
  .b-svc { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: 'txt txt' 'meta btn'; gap: 12px 16px; padding: 18px 0; }
  .b-svc-txt { grid-area: txt; }
  .b-svc-meta { grid-area: meta; display: flex; align-items: baseline; gap: 12px; justify-items: start; text-align: left; }
  .b-book { grid-area: btn; }
  .b-cat-head h3 { font-size: 1.6rem; }
}

/* Reserva */
.b-book-sec { padding: 110px 0 100px; background: linear-gradient(180deg, var(--stone) 0%, var(--ivory) 100%); border-top: 1px solid var(--line); }
.b-widget { max-width: 1200px; margin: 0 auto; }
.b-widget .cw { --cw-bg: var(--ivory); }
.b-noscript { text-align: center; padding: 24px; background: #fff; border-radius: 18px; }
.b-book-alt { text-align: center; color: var(--ink-2); margin-top: 26px; font-size: .95rem; }
.b-book-alt a { font-weight: 650; white-space: nowrap; }
@media (max-width: 640px) { .b-book-sec { padding: 72px 0 64px; } .b-book-sec .b-wrap { width: min(1200px, 100% - 24px); } .b-book-sec .b-sec-head { padding: 0 8px; } }

/* Equipo */
.b-team-sec { padding: 110px 0; }
.b-team { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.b-person { background: #fff; border-radius: 24px; padding: 28px 24px 24px; box-shadow: 0 0 0 1px var(--line); display: flex; flex-direction: column; align-items: flex-start; gap: 4px; transition: box-shadow .25s, transform .25s; }
.b-person:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px #d8ccbe, 0 24px 44px -30px rgba(34, 28, 24, .55); }
.b-ava { width: 84px; height: 96px; border-radius: 999px 999px 18px 18px; display: grid; place-items: center; margin-bottom: 18px; font-family: var(--serif); font-size: 2.1rem; font-weight: 350; color: #fff; background: linear-gradient(165deg, color-mix(in srgb, var(--ava) 55%, #efe4d6) 0%, color-mix(in srgb, var(--ava) 62%, #3a2e27) 100%); text-shadow: 0 1px 3px rgba(0, 0, 0, .2); }
.b-person h3 { font-family: var(--serif); font-weight: 400; font-size: 1.55rem; letter-spacing: -.015em; }
.b-role { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.b-does { color: var(--ink-2); font-size: .92rem; margin: 12px 0 20px !important; flex: 1; }
@media (max-width: 1000px) { .b-team { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .b-team-sec { padding: 80px 0; } .b-team { grid-template-columns: 1fr; } .b-person { display: grid; grid-template-columns: 72px 1fr; column-gap: 18px; align-items: center; } .b-ava { width: 72px; height: 82px; font-size: 1.7rem; margin: 0; grid-row: span 2; } .b-does, .b-person .b-btn { grid-column: 1 / -1; } .b-does { margin: 14px 0 14px !important; } }

/* Por qué */
.b-why { padding: 120px 0; background: var(--espresso); color: #efe8e1; position: relative; overflow: hidden; }
.b-why::before { content: ''; position: absolute; width: 640px; height: 640px; right: -220px; top: -260px; border-radius: 50%; background: radial-gradient(closest-side, rgba(138, 92, 246, .22), transparent); pointer-events: none; }
.b-why h2 { color: #fff; }
.b-why h2 em { color: #bfb3a7; }
.b-why-list { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.b-why-list li { padding: 32px 28px 8px 0; }
.b-why-list li + li { padding-left: 28px; border-left: 1px solid rgba(255, 255, 255, .1); }
.b-why-n { display: block; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 2.4rem; line-height: 1; color: #c7b5f3; margin-bottom: 22px; }
.b-why-list h3 { font-size: 1.1rem; font-weight: 650; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.b-why-list p { color: #c9bfb5; font-size: .95rem; }
@media (max-width: 1000px) { .b-why-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } .b-why-list li:nth-child(3) { padding-left: 0; border-left: 0; } .b-why-list li:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .1); } }
@media (max-width: 600px) { .b-why { padding: 80px 0; } .b-why-list { grid-template-columns: 1fr; } .b-why-list li, .b-why-list li + li { padding: 26px 0 22px; border-left: 0; } .b-why-list li + li { border-top: 1px solid rgba(255, 255, 255, .1); } .b-why-n { font-size: 2rem; margin-bottom: 14px; } }

/* Visítanos */
.b-visit { padding: 110px 0; }
.b-visit-in { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 72px; align-items: start; }
.b-hours { width: 100%; border-collapse: collapse; font-size: 1rem; margin-top: 8px; }
.b-hours th, .b-hours td { padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 500; text-align: left; }
.b-hours td { text-align: right; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.b-hours tr.today th, .b-hours tr.today td { color: var(--ink); font-weight: 700; }
.b-hours tr.today th::after { content: ' · hoy'; font-weight: 500; color: var(--accent); }
.b-hours tr.closed td { color: var(--muted); }
.b-contact { background: #fff; border-radius: 24px; padding: 34px; box-shadow: 0 0 0 1px var(--line); display: grid; gap: 10px; justify-items: start; }
.b-contact h3 { font-family: var(--serif); font-weight: 400; font-size: 1.4rem; letter-spacing: -.01em; }
.b-contact h3:not(:first-child) { margin-top: 18px; }
.b-contact > p { color: var(--ink-2); }
.b-line { display: grid; gap: 1px; }
.b-line[hidden] { display: none; }
.b-line span { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.b-line a { font-size: 1.15rem; font-weight: 650; text-decoration: none; font-variant-numeric: tabular-nums; }
.b-line a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) { .b-visit-in { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 600px) { .b-visit { padding: 80px 0; } .b-contact { padding: 24px; } }

/* Pie */
.b-foot { background: #171310; color: #bdb2a7; padding: 60px 0 40px; }
.b-logo.light { color: #fff; }
.b-logo.light .b-mark { background: #fff; color: var(--ink); }
.b-logo.light small { color: #a89d92; }
.b-foot-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 34px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.b-foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 24px; padding-top: 24px; font-size: .86rem; }
.b-foot-bottom nav { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.b-foot a:not(.b-btn):not(.b-logo) { color: #e6ddd4; text-decoration: none; display: inline-flex; align-items: center; min-height: 32px; }
.b-foot a:not(.b-btn):not(.b-logo):hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.b-foot-bottom p a { display: inline !important; }

@media (prefers-reduced-motion: reduce) {
  html:has(body.salon) { scroll-behavior: auto; }
  .salon *, .salon *::before, .salon *::after { animation: none !important; transition: none !important; }
}

/* ── Recepción con IA: conversación de voz en directo ── */
.b-voice-sec { padding: 100px 0; background: var(--ivory); }
.b-voice { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px var(--line), 0 30px 70px -40px rgba(34, 28, 24, .45); }
.b-voice .live-stage { position: relative; display: grid; justify-items: center; align-content: center; gap: 10px; padding: 44px 32px; text-align: center; color: #f3ede6; background: radial-gradient(420px 320px at 50% 30%, rgba(122, 79, 224, .38), transparent 70%), linear-gradient(165deg, #2a211c 0%, #17120f 78%); min-height: 460px; }
.b-voice .live-orb { position: relative; width: 132px; height: 132px; display: grid; place-items: center; margin-bottom: 12px; --lv: 0; }
.b-voice .live-orb > svg { position: relative; z-index: 2; width: 38px; height: 38px; color: #fff; }
.b-voice .live-orb span { position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #b79cff, #7a4fe0 55%, #4a2aa0); box-shadow: 0 18px 40px -12px rgba(122, 79, 224, .8); transition: transform .12s ease-out; }
.b-voice .live-orb span:nth-child(1) { transform: scale(calc(1 + var(--lv) * .10)); z-index: 1; }
.b-voice .live-orb span:nth-child(2) { opacity: .28; transform: scale(calc(1.18 + var(--lv) * .35)); background: #7a4fe0; box-shadow: none; }
.b-voice .live-orb span:nth-child(3) { opacity: .12; transform: scale(calc(1.4 + var(--lv) * .6)); background: #7a4fe0; box-shadow: none; }
.b-voice[data-state="listening"] .live-orb span:nth-child(1) { background: radial-gradient(circle at 35% 30%, #7ff0b0, #20b86a 55%, #0e7a44); }
.b-voice[data-state="listening"] .live-orb span:nth-child(n+2) { background: #20b86a; }
.b-voice[data-state="connecting"] .live-orb span:nth-child(2) { animation: b-breathe 1.2s ease-in-out infinite; }
@keyframes b-breathe { 50% { transform: scale(1.45); opacity: .1; } }
.b-voice .live-state { margin: 0; font-size: 1.25rem; font-weight: 750; color: #fff; }
.b-voice .live-sub { margin: 0; font-size: .9rem; color: #cbbfb3; max-width: 26em; }
.b-voice .live-actions { margin-top: 14px; display: flex; gap: 10px; }
.b-btn-live, .b-btn-hang { display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 24px; border: 0; border-radius: 999px; font: 650 1rem var(--sans); color: #fff; cursor: pointer; }
.b-btn-live svg, .b-btn-hang svg { width: 19px; height: 19px; }
.b-btn-live { background: #1f9d5c; box-shadow: 0 12px 28px -12px rgba(31, 157, 92, .9); }
.b-btn-live:hover { background: #17864d; }
.b-btn-hang { background: #d93f45; }
.b-btn-hang:hover { background: #bf3238; }
.b-btn-hang svg { transform: rotate(135deg); }
.b-btn-live[hidden], .b-btn-hang[hidden] { display: none; }
.b-voice .live-alt { margin: 10px 0 0; font-size: .9rem; color: #cbbfb3; }
.b-voice .live-alt a { color: #fff; font-weight: 700; white-space: nowrap; }
.b-voice .live-alt[hidden] { display: none; }
.b-voice.is-off .live-alt a { display: inline-block; margin-top: 8px; padding: 12px 20px; border-radius: 999px; background: #12804a; text-decoration: none; }
.b-voice .live-legal { margin: 18px 0 0; max-width: 30em; font-size: .74rem; line-height: 1.5; color: #a99d91; }
.b-voice .live-legal a { color: #e3d9ce; }
.b-voice .live-log { display: flex; flex-direction: column; min-height: 460px; max-height: 560px; }
.b-voice .live-log-h { display: flex; justify-content: space-between; align-items: center; padding: 16px 22px; border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 700; color: var(--ink-2); }
.b-voice .live-timer { font-variant-numeric: tabular-nums; padding: 3px 10px; border-radius: 999px; background: var(--stone); }
.b-voice .live-timer.low { background: #fdecea; color: #b42318; }
.b-voice .live-msgs { flex: 1; min-height: 0; padding: 22px; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; background: linear-gradient(180deg, #fffdfa, var(--ivory)); }
.b-voice .live-empty { margin: auto; max-width: 30em; color: var(--ink-2); font-size: .94rem; }
.b-voice .live-empty p { margin: 0 0 10px; font-weight: 650; color: var(--ink); }
.b-voice .live-empty ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.b-voice .live-empty li { padding: 10px 14px; border-radius: 14px; background: #fff; box-shadow: 0 0 0 1px var(--line); }
.b-voice .lmsg { max-width: 82%; padding: 10px 14px; border-radius: 16px; font-size: .92rem; line-height: 1.5; }
.b-voice .lmsg.ai { align-self: flex-start; background: #fff; box-shadow: 0 0 0 1px var(--line); border-top-left-radius: 5px; }
.b-voice .lmsg.user { align-self: flex-end; background: var(--accent); color: #fff; border-top-right-radius: 5px; }
.b-voice .lmsg .who { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; opacity: .65; margin-bottom: 2px; }
.b-voice .lmsg.sys { align-self: center; max-width: none; background: #eaf7ef; color: #0b6b35; font-size: .84rem; font-weight: 600; }
.b-voice .lmsg.err { align-self: stretch; max-width: none; background: #fdecea; color: #9f1c2e; font-size: .88rem; }
@media (max-width: 900px) { .b-voice { grid-template-columns: 1fr; } .b-voice .live-stage { min-height: 380px; } .b-voice .live-log { min-height: 300px; } }
@media (max-width: 640px) { .b-voice-sec { padding: 72px 0; } .b-voice .live-stage { padding: 36px 18px; } .b-btn-live, .b-btn-hang { width: 100%; justify-content: center; } }
@media (prefers-reduced-motion: reduce) { .b-voice .live-orb span { transition: none; } .b-voice[data-state="connecting"] .live-orb span:nth-child(2) { animation: none; } }
.b-foot .ck-reabrir { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; color: #e6ddd4; min-height: 32px; }
.b-foot .ck-reabrir:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.b-foot-bottom p a { text-decoration: underline !important; text-underline-offset: 3px; }
