/* Bodegón Alisio · web de restaurante de demostración con Reservus IA */
@font-face { font-family: 'Fraunces'; src: url('/assets/fonts/fraunces.woff2') format('woff2'); font-weight: 300 900; font-style: normal; font-display: swap; }
@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.rest {
  /* El widget toma los colores del restaurante: marca blanca */
  --brand: #0f5b66;
  --brand-hover: #0b4a53;
  --brand-ink: #0b3f47;
  --brand-50: #ecf6f7;
  --brand-100: #d2eaed;
  --brand-200: #a8d5db;
  --ink: #14212a;
  --sand: #f6f1e8;
  --sand-2: #efe7da;
  --gold: #8a6232;
  --serif: 'Fraunces', Georgia, serif;
  background: var(--sand);
  color: var(--ink);
}
.rest ::selection { background: var(--brand-100); color: var(--brand-ink); }
.r-wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.demo-bar { background: var(--ink); color: #c9d3da; font-size: .78rem; text-align: center; padding: 7px 16px; }
.demo-bar a { color: #fff; }

/* Botones */
.r-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 22px; border-radius: 999px; font: 500 .95rem/1 var(--sans); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; white-space: nowrap; }
.r-btn svg { width: 18px; height: 18px; flex: none; }
.r-btn:active { transform: translateY(1px); }
.r-btn-primary { background: #fff; color: var(--ink); }
.r-btn-primary:hover { background: var(--sand); }
.r-btn-glass { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .35); backdrop-filter: blur(8px); }
.r-btn-glass:hover { background: rgba(255, 255, 255, .22); }
.r-btn-light { background: var(--brand); color: #fff; height: 42px; padding: 0 18px; }
.r-btn-light:hover { background: var(--brand-hover); }
.r-btn-outline { border-color: rgba(20, 33, 42, .25); color: var(--ink); background: transparent; height: 44px; }
.r-btn-outline:hover { border-color: var(--ink); }

/* Cabecera */
.r-head { position: absolute; left: 0; right: 0; z-index: 20; transition: background .25s, box-shadow .25s; }
.r-head.solid { position: fixed; top: 0; background: rgba(246, 241, 232, .92); backdrop-filter: blur(12px) saturate(1.4); box-shadow: 0 1px 0 rgba(20, 33, 42, .08); }
.r-head .r-wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.r-logo { display: inline-flex; align-items: center; gap: 12px; min-width: 0; white-space: nowrap; text-decoration: none; color: #fff; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; letter-spacing: -.01em; }
.r-head.solid .r-logo { color: var(--ink); }
.r-mark { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid currentColor; display: grid; place-items: center; font-family: var(--serif); font-size: .82rem; font-style: italic; }
.r-nav { display: flex; align-items: center; gap: 28px; }
.r-nav a:not(.r-btn) { color: rgba(255, 255, 255, .88); text-decoration: none; font-size: .92rem; }
.r-nav a:not(.r-btn):hover { color: #fff; }
.r-head.solid .r-nav a:not(.r-btn) { color: var(--ink); }
@media (max-width: 800px) { .r-nav a:not(.r-btn) { display: none; } }
@media (max-width: 480px) { .r-head .r-wrap { height: 64px; gap: 12px; } .r-nav .r-btn-light { height: 38px; padding: 0 14px; font-size: .86rem; } .r-logo { font-size: 1.15rem; gap: 9px; } .r-mark { width: 30px; height: 30px; font-size: .72rem; } }
.rest section[id] { scroll-margin-top: 72px; }

/* Portada */
.r-hero { position: relative; min-height: min(92vh, 860px); min-height: min(92svh, 860px); padding-top: 116px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; overflow: hidden; background: var(--ink); }
.r-hero picture, .r-hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.r-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 20, 28, .62) 0%, rgba(10, 20, 28, .2) 30%, rgba(10, 20, 28, .55) 58%, rgba(10, 20, 28, .9) 100%), linear-gradient(90deg, rgba(10, 20, 28, .5) 0%, rgba(10, 20, 28, 0) 70%); }
.r-hero h1, .r-hero .r-lede, .r-hero .r-eyebrow { text-shadow: 0 1px 18px rgba(6, 14, 20, .45); }
.r-hero-in { position: relative; z-index: 2; padding-bottom: 36px; }
.r-eyebrow { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #f1d9b5; margin: 0 0 18px; font-weight: 500; }
.r-eyebrow.dark { color: var(--gold); }
.r-hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.8rem, 7vw, 5.6rem); line-height: .98; letter-spacing: -.02em; margin: 0 0 22px; color: #fff; }
.r-hero h1 em { font-style: italic; color: #f6e4c8; }
.r-lede { max-width: 34em; font-size: 1.1rem; color: rgba(255, 255, 255, .88); margin: 0 0 28px; }
.r-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.r-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 28px; border-top: 1px solid rgba(255, 255, 255, .22); }
.r-facts > div { padding: 18px 0 0; }
.r-facts span { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .8); margin-bottom: 4px; }
.r-facts strong { font-weight: 500; font-size: .98rem; }
.r-facts strong a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .35); }
.r-facts strong a:hover { border-bottom-color: #fff; }
.r-fact-note { display: block; margin-top: 3px; font-size: .78rem; color: rgba(255, 255, 255, .7); }
@media (max-width: 760px) {
  .r-facts { grid-template-columns: 1fr 1fr; gap: 0 18px; margin-bottom: 22px; }
  .r-facts > div { padding: 14px 0 0; }
  .r-facts > div:first-child { grid-column: 1 / -1; }
  .r-hero { padding-top: 96px; }
  .r-hero::after { background: linear-gradient(180deg, rgba(10, 20, 28, .72) 0%, rgba(10, 20, 28, .5) 28%, rgba(10, 20, 28, .72) 55%, rgba(10, 20, 28, .94) 100%); }
  .r-eyebrow { font-size: .72rem; letter-spacing: .12em; margin-bottom: 14px; }
  .r-hero h1 { font-size: clamp(2.5rem, 11vw, 3.2rem); margin-bottom: 16px; }
  .r-lede { font-size: 1rem; line-height: 1.55; color: rgba(255, 255, 255, .94); margin-bottom: 22px; }
  .r-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .r-cta .r-btn { width: 100%; padding: 0 14px; }
  .r-cta .r-btn-primary { grid-column: 1 / -1; }
  .r-cta .r-btn[hidden] { display: none; }
  .r-hero-in { padding-bottom: 26px; }
}

/* Secciones */
.r-sec-head { max-width: 640px; margin-bottom: 40px; }
.r-sec-head.center { text-align: center; margin-inline: auto; }
.rest h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.1rem, 4.2vw, 3.3rem); letter-spacing: -.02em; line-height: 1.04; margin: 0 0 16px; }
.rest h3 { font-family: var(--serif); font-weight: 500; font-size: 1.25rem; letter-spacing: -.01em; }
.r-sec-head p, .r-text { color: #4a5760; font-size: 1.05rem; }
.r-book { padding: 110px 0 90px; background: linear-gradient(180deg, var(--sand) 0%, #fbf8f2 100%); }
.r-widget .bk { box-shadow: 0 30px 80px -30px rgba(20, 33, 42, .35), 0 0 0 1px rgba(20, 33, 42, .06); }
.r-widget .bk-venue h2 { font-family: var(--serif); font-weight: 500; font-size: 1.45rem; letter-spacing: -.01em; }
.r-channels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.r-channel { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 14px; background: #fff; border: 1px solid rgba(20, 33, 42, .08); text-decoration: none; color: var(--ink); transition: border-color .2s, transform .2s, box-shadow .2s; }
.r-channel:not(.static):hover { border-color: var(--brand-200); transform: translateY(-2px); box-shadow: 0 10px 30px -18px rgba(20, 33, 42, .4); }
.r-channel strong { display: block; font-weight: 600; font-size: .95rem; }
.r-channel small { color: #6a767e; font-size: .84rem; }
.r-channel .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; flex: none; }
.r-channel .ic svg { width: 22px; height: 22px; }
.r-channel .ic.wa { background: #e7f7ee; color: #128c4a; }
.r-channel .ic.tel { background: var(--brand-50); color: var(--brand); }
.r-channel .ic.grp { background: #f7efe2; color: var(--gold); }
@media (max-width: 860px) { .r-channels { grid-template-columns: 1fr; } }

.r-kitchen { padding: 110px 0; background: #fff; }
.r-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
@media (max-width: 900px) { .r-split { grid-template-columns: 1fr; gap: 40px; } }
.r-figure { margin: 0; border-radius: 18px; overflow: hidden; position: relative; background: var(--sand-2); }
.r-figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s ease; }
.r-figure:hover img { transform: scale(1.03); }
.r-figure.tall { aspect-ratio: 4 / 5; }
.r-figure figcaption { position: absolute; left: 18px; bottom: 16px; color: #fff; font-family: var(--serif); font-style: italic; font-size: 1.15rem; text-shadow: 0 1px 12px rgba(0, 0, 0, .5); }
.r-dishes { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 4px; }
.r-dishes li { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; padding: 14px 0; border-top: 1px solid rgba(20, 33, 42, .1); }
.r-dishes img { width: 72px; height: 72px; object-fit: cover; border-radius: 12px; }
.r-dishes strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.15rem; }
.r-dishes span { color: #6a767e; font-size: .92rem; }

.r-room { padding: 110px 0; }
.r-gallery { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; }
.r-gallery .r-figure { aspect-ratio: 4 / 3; }
.r-gallery .r-figure:last-child { aspect-ratio: auto; }
@media (max-width: 760px) { .r-gallery { grid-template-columns: 1fr; } .r-gallery .r-figure:last-child { aspect-ratio: 4 / 3; } }
.r-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 40px; border-top: 1px solid rgba(20, 33, 42, .12); }
.r-stats > div { padding: 24px 0 0; }
.r-stats strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 2.6rem; line-height: 1; color: var(--brand); }
.r-stats span { color: #56626a; font-size: .92rem; }
@media (max-width: 640px) { .r-stats { grid-template-columns: 1fr; } }

.r-visit { padding: 110px 0; background: #fff; }
.r-hours { width: 100%; border-collapse: collapse; font-size: 1rem; }
.r-hours td { padding: 14px 0; border-bottom: 1px solid rgba(20, 33, 42, .1); }
.r-hours td:last-child { text-align: right; color: #4a5760; font-variant-numeric: tabular-nums; }
.r-hours tr.today td { color: var(--brand); font-weight: 600; }
.r-hours tr.closed td:last-child { color: #6b7780; }
.r-contact { background: var(--sand); border-radius: 18px; padding: 32px; }
.r-contact h3 { margin: 0 0 8px; }
.r-contact h3:not(:first-child) { margin-top: 26px; }
.r-contact p { margin: 0 0 8px; color: #4a5760; }
.r-contact a:not(.r-btn) { color: var(--ink); }
.r-contact-line { display: grid; gap: 1px; }
.r-contact-line[hidden] { display: none; }
.r-contact-line span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: #57636b; }
.r-contact-line a { font-size: 1.1rem; font-weight: 600; text-decoration: none; }
.r-contact-line small { font-size: .82rem; color: #57636b; }
.r-contact-line + .r-contact-line { margin-top: 12px; }
.r-num { white-space: nowrap; }

.r-foot { background: var(--ink); color: #b9c4cb; padding: 56px 0 36px; }
.r-foot-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 32px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.r-logo.light { color: #fff; }
.r-foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-top: 24px; font-size: .84rem; }
.r-foot-bottom nav { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.r-foot a { color: #dfe6ea; text-decoration: none; }
.r-foot a:hover { color: #fff; text-decoration: underline; }
.r-foot p { margin: 0; }

@media (prefers-reduced-motion: reduce) { .r-figure img { transition: none; } }

/* ═════════ Carta ═════════ */
.r-head.static { position: sticky; top: 0; }
.carta-page .r-head.solid .r-logo, .carta-page .r-head .r-logo { color: var(--ink); }
.lang-sel { position: relative; display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 12px; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px rgba(20, 33, 42, .14); color: var(--ink); cursor: pointer; }
.lang-sel svg { width: 18px; height: 18px; flex: none; color: var(--brand); }
.lang-sel select { appearance: none; border: 0; background: transparent; font: 600 .9rem var(--sans); color: var(--ink); padding-right: 16px; cursor: pointer; outline: 0; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 6px) 55%, 100% 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.lang-sel:focus-within { box-shadow: inset 0 0 0 2px var(--brand); }
.carta-page .r-nav { gap: 12px; }
@media (max-width: 800px) { .carta-page .r-nav .r-btn-light { display: none; } }

.cm-hero { padding: 56px 0 28px; }
.cm-hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.6rem, 6vw, 4.4rem); letter-spacing: -.02em; line-height: 1; margin: 0 0 14px; color: var(--ink); }
.cm-sub { margin: 0; color: #5b6770; font-size: .98rem; }
.cm-bar { position: sticky; top: 76px; z-index: 15; background: rgba(246, 241, 232, .94); backdrop-filter: blur(10px) saturate(1.3); box-shadow: 0 1px 0 rgba(20, 33, 42, .08); }
.cm-bar-in { display: flex; align-items: center; gap: 12px; height: 60px; }
.cm-tabs { flex: 1; min-width: 0; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.cm-tabs::-webkit-scrollbar { display: none; }
.cm-tabs a { flex: none; display: inline-flex; align-items: center; height: 38px; padding: 0 16px; border-radius: 999px; text-decoration: none; color: #4a5760; font-weight: 600; font-size: .9rem; transition: background .2s, color .2s; }
.cm-tabs a:hover { background: rgba(20, 33, 42, .06); color: var(--ink); }
.cm-tabs a.on { background: var(--ink); color: #fff; }
.cm-filter-btn { flex: none; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; border: 0; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px rgba(20, 33, 42, .16); font: 600 .88rem var(--sans); color: var(--ink); cursor: pointer; }
.cm-filter-btn svg { width: 18px; height: 18px; }
.cm-filter-btn[aria-expanded='true'] { background: var(--ink); color: #fff; box-shadow: none; }
.cm-filter-btn b { min-width: 20px; height: 20px; border-radius: 999px; background: var(--brand); color: #fff; font-size: .72rem; display: grid; place-items: center; }
.cm-filters { padding: 6px 0 18px; display: grid; gap: 14px; }
.cm-fgroup p { margin: 0 0 8px; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #6a767e; }
.cm-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.cm-chip { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px 0 9px; border: 0; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px rgba(20, 33, 42, .12); font: 600 .8rem var(--sans); color: var(--ink); cursor: pointer; }
.cm-chip .ic { width: 15px; height: 15px; color: var(--brand); }
.cm-chip.on { background: var(--brand); color: #fff; box-shadow: none; }
.cm-chip.on .ic { color: #fff; }
.cm-chip.alg.on { background: #8f1d2c; }
.cm-clear { justify-self: start; border: 0; background: none; font: 600 .86rem var(--sans); color: var(--brand); text-decoration: underline; cursor: pointer; padding: 0; }

.cm-body { padding: 36px 0 20px; }
.cm-loading, .cm-empty { padding: 60px 0; text-align: center; color: #6a767e; }
.cm-sec { scroll-margin-top: 150px; margin-bottom: 48px; }
.cm-sec h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.4vw, 2.5rem); letter-spacing: -.015em; margin: 0 0 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(20, 33, 42, .14); }
.cm-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 40px; }
@media (max-width: 900px) { .cm-list { grid-template-columns: 1fr; } }
.cm-item-in { width: 100%; display: flex; gap: 18px; align-items: flex-start; padding: 14px; margin: 0 -14px; border: 0; border-radius: 18px; background: transparent; text-align: left; font: inherit; color: inherit; cursor: pointer; transition: background .2s; }
.cm-item-in:hover { background: rgba(255, 255, 255, .7); }
.cm-item-in:focus-visible { outline: 2px solid var(--brand); outline-offset: 0; }
.cm-img { flex: none; width: 124px; aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: var(--sand-2); box-shadow: 0 10px 22px -14px rgba(20, 33, 42, .55); }
.cm-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.cm-item-in:hover .cm-img img { transform: scale(1.06); }
.cm-txt { flex: 1; min-width: 0; display: grid; gap: 6px; padding-top: 2px; }
.cm-row { display: flex; align-items: baseline; gap: 10px; }
.cm-name { font-family: var(--serif); font-size: 1.22rem; font-weight: 500; line-height: 1.25; color: var(--ink); }
.cm-dots { flex: 1; min-width: 16px; border-bottom: 1.5px dotted rgba(20, 33, 42, .28); transform: translateY(-4px); }
.cm-price { flex: none; font-weight: 700; font-size: 1rem; color: var(--brand); font-variant-numeric: tabular-nums; white-space: nowrap; }
.cm-price.sm { font-size: .82rem; font-weight: 600; font-style: italic; color: #6a767e; }
.cm-desc { color: #55626b; font-size: .92rem; line-height: 1.5; }
.cm-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 2px; }
.cm-tag { display: inline-flex; align-items: center; gap: 4px; height: 24px; padding: 0 9px 0 7px; border-radius: 999px; font-size: .72rem; font-weight: 650; background: rgba(15, 91, 102, .08); color: var(--brand-ink); }
.cm-tag .ic { width: 13px; height: 13px; }
.cm-tag.t-casa { background: #f7ecd9; color: #7a5520; }
.cm-tag.t-nuevo { background: #fde8ea; color: #9b2437; }
.cm-tag.t-picante { background: #fde8dc; color: #a2400f; }
.cm-algs { display: inline-flex; gap: 3px; margin-left: 2px; }
.cm-alg { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: #5b6770; box-shadow: inset 0 0 0 1px rgba(20, 33, 42, .12); }
.cm-alg .ic { width: 13px; height: 13px; }
.cm-note { padding: 28px 0 70px; display: grid; gap: 10px; justify-items: start; color: #4a5760; max-width: 720px; }
.cm-note p { margin: 0; }
.cm-note .small, .cm-dlg .small { font-size: .84rem; color: #6a767e; }
.cm-note .r-btn { margin-top: 10px; }

.cm-dlg { padding: 0; border: 0; border-radius: 24px; width: min(560px, calc(100% - 24px)); max-height: calc(100vh - 32px); overflow: auto; background: var(--sand); color: var(--ink); box-shadow: 0 40px 90px -30px rgba(10, 20, 28, .6); }
.cm-dlg[open] { animation: cmin .22s cubic-bezier(.2, .8, .2, 1); }
@keyframes cmin { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.cm-dlg::backdrop { background: rgba(10, 20, 28, .55); backdrop-filter: blur(4px); }
.cm-dlg-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.cm-x { position: absolute; right: 14px; top: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--ink); cursor: pointer; display: grid; place-items: center; box-shadow: 0 4px 14px -4px rgba(0, 0, 0, .3); z-index: 2; }
.cm-x .ic { width: 20px; height: 20px; }
.cm-dlg-b { padding: 22px 26px 26px; display: grid; gap: 12px; }
.cm-dlg-b .r-eyebrow { margin: 0; }
.cm-row.big { align-items: baseline; justify-content: space-between; }
.cm-row.big h3 { font-family: var(--serif); font-weight: 500; font-size: 1.7rem; margin: 0; line-height: 1.15; }
.cm-row.big .cm-price { font-size: 1.2rem; }
.cm-dlg-desc { margin: 0; color: #4a5760; font-size: 1rem; }
.cm-dlg-alg { margin-top: 6px; padding: 16px; border-radius: 16px; background: #fff; }
.cm-dlg-alg h4 { margin: 0 0 10px; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #6a767e; }
.cm-dlg-alg ul { list-style: none; margin: 0 0 10px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.cm-dlg-alg li { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px 0 9px; border-radius: 999px; background: #fdecee; color: #8f1d2c; font-size: .84rem; font-weight: 650; }
.cm-dlg-alg li .ic { width: 15px; height: 15px; }
.cm-dlg-alg p { margin: 0; }
.rest .ic { width: 18px; height: 18px; flex: none; display: inline-block; }
@media (max-width: 560px) {
  .cm-img { width: 92px; }
  .cm-name { font-size: 1.08rem; }
  .cm-hero { padding: 36px 0 20px; }
  .lang-sel select { max-width: 110px; }
}
@media (max-width: 480px) { .cm-bar { top: 64px; } .cm-sec { scroll-margin-top: 136px; } }
.cm-filters[hidden], .cm-filter-btn b[hidden] { display: none; }
.r-mark.logo { flex: none; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; width: auto; min-width: 46px; max-width: 136px; height: 46px; padding: 5px; border: 0; border-radius: 13px; background: #fff; box-shadow: 0 4px 14px -6px rgba(0, 0, 0, .35); overflow: hidden; }
.r-mark.logo img { display: block; height: 36px; width: auto; max-width: 126px; object-fit: contain; }
@media (max-width: 480px) { .r-mark.logo { height: 40px; min-width: 40px; width: auto; } .r-mark.logo img { height: 30px; max-width: 100px; } }
.cm-mesa { display: inline-flex; align-items: center; height: 28px; padding: 0 12px; margin-right: 8px; border-radius: 999px; background: var(--brand); color: #fff; font-size: .8rem; font-weight: 700; vertical-align: middle; }
.carta-page .dlv-open { height: 42px; gap: 8px; }
.carta-page .dlv-open[hidden], [data-deliv-open][hidden] { display: none; }
@media (max-width: 560px) { .carta-page .dlv-open span { display: none; } .carta-page .dlv-open { padding: 0 12px; } }
.rest .dlv-sheet h2 { font-size: 1.7rem; line-height: 1.1; }
.r-channel[hidden], .r-btn[hidden], .r-contact p[hidden] { display: none; }
.r-channels:has(> [hidden]) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 760px) { .r-channels:has(> [hidden]) { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .r-book { padding: 64px 0 56px; }
  .r-kitchen, .r-room, .r-visit { padding: 64px 0; }
  .r-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .r-stats > div { padding-top: 16px; }
  .r-stats strong { font-size: 2rem; }
  .r-stats span { font-size: .8rem; line-height: 1.35; display: block; margin-top: 6px; }
}
.r-foot .ck-reabrir { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; color: #dfe6ea; }
.r-foot .ck-reabrir:hover { color: #fff; text-decoration: underline; }
.r-foot p a { text-decoration: underline; text-underline-offset: 3px; }
