/* Trattoria & Taberna — landing y páginas individuales */

.gastro-hero {
    position: relative; min-height: 62vh;
    background: #1c0e0e center/cover no-repeat;
    color: #fff; display: flex; align-items: flex-end;
    padding: 6rem 0 3.5rem;
}
.gastro-hero--solo { min-height: 56vh; }
.gastro-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,8,8,.25) 0%, rgba(20,8,8,.85) 100%);
}
.gastro-hero__inner { position: relative; z-index: 1; max-width: 760px; }
.gastro-hero__kicker {
    text-transform: uppercase; letter-spacing: .22em; font-size: .78rem;
    color: var(--gold-soft, #c8a96a); margin: 0 0 .75rem;
}
.gastro-hero__title {
    font-family: var(--font-display, serif); font-weight: 300;
    font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.05;
    margin: 0 0 1.1rem; letter-spacing: .01em;
}
.gastro-hero__lede {
    font-size: 1.1rem; line-height: 1.55; max-width: 580px;
    color: rgba(255,255,255,.82); margin: 0 0 1.6rem;
}
.gastro-hero__chips { display: flex; gap: .8rem; flex-wrap: wrap; }
.gastro-chip {
    display: inline-flex; align-items: center; gap: .55rem;
    padding: .55rem 1.1rem; border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px; color: #fff; text-decoration: none;
    font-size: .92rem; transition: background .25s, border-color .25s;
}
.gastro-chip span {
    font-size: .72rem; color: var(--gold-soft, #c8a96a); letter-spacing: .1em;
}
.gastro-chip:hover { background: rgba(255,255,255,.08); border-color: var(--gold-soft, #c8a96a); }

/* Split sections */
.gastro-split { background: var(--color-bg, #faf7f2); padding: 5rem 0; }
.gastro-split--alt { background: #f3ede3; }
.gastro-split__grid {
    display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center;
}
.gastro-split__grid--reverse > .gastro-split__media { order: 2; }
.gastro-split__media {
    position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 4px;
    box-shadow: 0 30px 60px -25px rgba(40, 15, 15, .3);
}
.gastro-split__media img { width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .8s ease;
}
.gastro-split__media:hover img { transform: scale(1.04); }
.gastro-split__placeholder {
    width:100%; height:100%; background: #ddd5c6; display:flex; align-items:center; justify-content:center;
    color:#8a7e6c; font-family: var(--font-display, serif); font-size: 2rem;
}
.gastro-split__num {
    position: absolute; top: 1rem; left: 1rem;
    background: rgba(20,8,8,.78); color: var(--gold-soft, #c8a96a);
    padding: .35rem .85rem; font-size: .85rem; letter-spacing: .15em;
    border-radius: 2px;
}
.gastro-split__text h2 {
    font-family: var(--font-display, serif); font-weight: 300;
    font-size: clamp(2rem, 3.5vw, 2.8rem); line-height: 1.1;
    margin: .4rem 0 1.2rem; color: var(--color-text, #2a1a1a);
}
.gastro-split__text .rich p { color: var(--color-text-muted, #5a4a4a); line-height: 1.7; margin: 0 0 1rem; }
.gastro-split__ctas { display: flex; align-items: center; gap: 1.6rem; margin-top: 1.6rem; flex-wrap: wrap; }
.gastro-split__more {
    color: var(--color-primary, #5a1a1a); text-decoration: none;
    font-size: .95rem; border-bottom: 1px solid currentColor; padding-bottom: 2px;
    transition: color .2s;
}
.gastro-split__more:hover { color: var(--gold-soft, #c8a96a); }
.gastro-split__note {
    display: inline-block; margin-top: 1rem; padding: .35rem .85rem;
    background: rgba(90, 26, 26, .08); color: var(--color-primary, #5a1a1a);
    border-radius: 999px; font-size: .85rem; font-weight: 500;
}

/* Solo page (trattoria / taberna individual) */
.gastro-solo { background: var(--color-bg, #faf7f2); padding: 5rem 0; }
.gastro-solo__grid {
    display: grid; grid-template-columns: 1.4fr .8fr; gap: 4rem;
}
.gastro-solo__text h2 {
    font-family: var(--font-display, serif); font-weight: 300;
    font-size: clamp(2rem, 3.5vw, 2.8rem); line-height: 1.1;
    margin: .4rem 0 1.4rem;
}
.gastro-solo__text .rich p { line-height: 1.75; color: var(--color-text-muted, #5a4a4a); margin: 0 0 1rem; }

.gastro-hours {
    background: #fff; border: 1px solid var(--color-border, #e5dfd4);
    padding: 2rem; border-radius: 6px;
    box-shadow: 0 12px 32px -18px rgba(40,15,15,.18);
    align-self: start; position: sticky; top: 90px;
}
.gastro-hours h3 {
    font-family: var(--font-display, serif); font-weight: 400;
    font-size: 1.45rem; margin: 0 0 1.2rem;
    padding-bottom: .8rem; border-bottom: 1px solid var(--color-border, #e5dfd4);
}
.gastro-hours dl { margin: 0 0 1.5rem; }
.gastro-hours dt {
    font-weight: 500; color: var(--color-text, #2a1a1a);
    font-size: .92rem; margin-top: .9rem;
}
.gastro-hours dt:first-child { margin-top: 0; }
.gastro-hours dd {
    margin: .15rem 0 0; color: var(--color-text-muted, #5a4a4a);
    font-size: .9rem; font-variant-numeric: tabular-nums;
}
.gastro-hours .btn { width: 100%; justify-content: center; }
.gastro-hours--cta p { font-size: .92rem; line-height: 1.55; margin: 0 0 1.4rem; }

/* Mosaic gallery */
.gastro-mosaic { padding: 5rem 0; background: #f3ede3; }
.gastro-mosaic__head { text-align: center; margin-bottom: 2.5rem; }
.gastro-mosaic__head h2 {
    font-family: var(--font-display, serif); font-weight: 300;
    font-size: clamp(1.8rem, 3vw, 2.4rem); margin: .4rem 0 .6rem;
}
.gastro-mosaic__grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px; gap: .8rem;
}
.gastro-mosaic__item {
    margin: 0; overflow: hidden; border-radius: 3px; position: relative;
}
.gastro-mosaic__item img {
    width:100%; height:100%; object-fit: cover; display: block;
    transition: transform .6s ease;
}
.gastro-mosaic__item:hover img { transform: scale(1.06); }
.gastro-mosaic__item--0 { grid-column: span 2; grid-row: span 2; }
.gastro-mosaic__item--1 { grid-column: span 1; grid-row: span 1; }
.gastro-mosaic__item--2 { grid-column: span 1; grid-row: span 1; }
.gastro-mosaic__item--3 { grid-column: span 2; grid-row: span 1; }

@media (max-width: 900px) {
    .gastro-split__grid, .gastro-solo__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .gastro-split__grid--reverse > .gastro-split__media { order: 0; }
    .gastro-hours { position: static; }
    .gastro-mosaic__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
    .gastro-mosaic__item--0 { grid-column: span 2; grid-row: span 2; }
    .gastro-mosaic__item--3 { grid-column: span 2; }
}
@media (max-width: 540px) {
    .gastro-hero { min-height: 52vh; padding: 5rem 0 2.5rem; }
    .gastro-mosaic__grid { grid-auto-rows: 130px; gap: .5rem; }
}

/* ============================================
   MENÚ (Carta) — categorías + items
   ============================================ */
.gastro-menu { padding: 4rem 0 5rem; }
.gastro-menu__head { text-align: center; margin: 0 0 2rem; }
.gastro-menu__head h2 { font-family: var(--font-display, 'Josefin Sans', serif); font-weight: 200; font-size: clamp(2rem, 4vw, 2.8rem); margin: .5rem 0 0; color: var(--ink-deep, #2f0a15); }
.gastro-menu__nav { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin: 0 0 2.5rem; padding: 0 0 1.5rem; border-bottom: 1px solid rgba(67,19,33,.1); }
.gastro-menu__nav a { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #6b5560; text-decoration: none; padding: .5rem .9rem; border: 1px solid rgba(67,19,33,.15); transition: background .2s, color .2s, border-color .2s; }
.gastro-menu__nav a:hover { background: var(--ink-deep, #2f0a15); color: #fff; border-color: var(--ink-deep, #2f0a15); }
.gastro-menu__cat { margin: 0 0 3rem; scroll-margin-top: 100px; }
.gastro-menu__cat-title { font-family: var(--font-display, 'Josefin Sans', serif); font-weight: 300; font-size: 1.6rem; color: var(--ink-deep, #2f0a15); margin: 0 0 1.4rem; padding: 0 0 .6rem; border-bottom: 1px solid var(--gold, #b89968); display: inline-block; padding-right: 2rem; }
.gastro-menu__items { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.4rem 2.4rem; }
.gastro-menu__item { padding: .2rem 0 1.2rem; border-bottom: 1px dashed rgba(67,19,33,.12); }
.gastro-menu__item-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin: 0 0 .35rem; }
.gastro-menu__item-head h4 { font-family: var(--font-display, 'Josefin Sans', serif); font-weight: 400; font-size: 1.08rem; color: var(--ink-deep, #2f0a15); margin: 0; line-height: 1.3; }
.gastro-menu__price { font-family: var(--font-display, 'Josefin Sans', serif); font-weight: 400; font-size: 1.05rem; color: var(--gold, #b89968); white-space: nowrap; flex-shrink: 0; }
.gastro-menu__desc { font-size: .92rem; line-height: 1.5; color: #5a4450; margin: 0 0 .4rem; font-weight: 300; }
.gastro-menu__all { display: flex; flex-wrap: wrap; gap: .3rem; margin: .3rem 0 0; font-size: .68rem; }
.gastro-menu__all span { background: rgba(67,19,33,.06); color: #6b5560; padding: .15rem .45rem; letter-spacing: .04em; }
/* Tags inline en el título */
.gastro-menu__tag { display: inline-block; vertical-align: 1px; margin-left: .5rem; font-size: .62rem; font-family: 'Jost', sans-serif; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; padding: .15rem .45rem; background: var(--gold, #b89968); color: #fff; border-radius: 0; }
.gastro-menu__tag--nuevo { background: var(--ink-deep, #2f0a15); }
.gastro-menu__tag--vegetariano,
.gastro-menu__tag--vegano { background: #4d8b3b; }
.gastro-menu__tag--picante { background: #c64a2b; }
.gastro-menu__tag--sin-glúten { background: #8b6f3a; }
@media (max-width: 600px) {
    .gastro-menu__items { grid-template-columns: 1fr; }
    .gastro-menu__nav { gap: .35rem; }
    .gastro-menu__nav a { padding: .4rem .65rem; font-size: .72rem; }
}

/* ============================================
   DETAIL — sección "Sobre" + form de reserva WA
   ============================================ */
.gastro-detail { padding: 5rem 0 4rem; background: var(--cream-soft, #faf7f1); }
.gastro-detail__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 3.5rem;
    align-items: start;
}
@media (max-width: 900px) { .gastro-detail__grid { grid-template-columns: 1fr; gap: 2.5rem; } }

.gastro-detail__title {
    font-family: var(--font-display, 'Josefin Sans', serif);
    font-weight: 200;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: var(--ink-deep, #2f0a15);
    margin: .4rem 0 1.2rem;
    letter-spacing: .01em;
}
.gastro-detail__contact-icons { display: flex; gap: .65rem; margin: 0 0 1.8rem; }
.gastro-detail__contact-icons a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px;
    background: var(--ink-deep, #2f0a15);
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 14px -8px rgba(47,10,21,.4);
    transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease;
}
.gastro-detail__contact-icons a::before {
    content: '';
    position: absolute; inset: 0;
    background: var(--accent, transparent);
    border-radius: inherit;
    transform: scale(0);
    transition: transform .35s cubic-bezier(.34,1.56,.64,1);
    z-index: 0;
}
.gastro-detail__contact-icons a > svg { position: relative; z-index: 1; transition: transform .3s ease; }
.gastro-detail__contact-icons a:hover { transform: translateY(-3px) scale(1.06); }
.gastro-detail__contact-icons a:hover::before { transform: scale(1); }
.gastro-detail__contact-icons a:hover > svg { transform: scale(1.12); }
/* Color por canal */
.gastro-detail__contact-icons a[href^="tel:"]      { --accent: linear-gradient(135deg, var(--gold-bright, #c9a25a), var(--gold, #b89968)); }
.gastro-detail__contact-icons a[href^="tel:"]:hover { box-shadow: 0 14px 28px -10px rgba(184,153,104,.6); }
.gastro-detail__contact-icons a[href*="wa.me"]     { --accent: linear-gradient(135deg, #25d366, #1ebe5a); }
.gastro-detail__contact-icons a[href*="wa.me"]:hover { box-shadow: 0 14px 28px -10px rgba(37,211,102,.55); }
.gastro-detail__contact-icons a[title="Instagram"] { --accent: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.gastro-detail__contact-icons a[title="Instagram"]:hover { box-shadow: 0 14px 28px -10px rgba(220,39,67,.55); }

.gastro-detail__body { color: #4d3a44; line-height: 1.75; font-size: 1rem; font-weight: 300; }
.gastro-detail__body p { margin: 0 0 1.1rem; }
.gastro-detail__note {
    position: relative;
    margin: 1.8rem 0 0;
    padding: 1.1rem 1.3rem 1.1rem 2.6rem;
    background: linear-gradient(135deg, rgba(184,153,104,.10), rgba(184,153,104,.02));
    border: 1px solid rgba(184,153,104,.28);
    border-left: 4px solid var(--gold, #b89968);
    color: var(--ink-deep, #2f0a15);
    font-style: italic;
    font-size: .98rem;
    box-shadow: 0 8px 20px -16px rgba(47,10,21,.25);
}
.gastro-detail__note::before {
    content: '“';
    position: absolute;
    left: .55rem;
    top: -.15rem;
    font-family: var(--font-display, 'Josefin Sans', serif);
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1;
    color: var(--gold, #b89968);
    opacity: .8;
}
.gastro-detail__hours { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(67,19,33,.1); }
.gastro-detail__hours h3 {
    font-family: var(--font-display, 'Josefin Sans', serif);
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gold, #b89968);
    margin: 0 0 1rem;
}
.gastro-detail__hours dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .55rem 1.4rem;
    margin: 0;
}
.gastro-detail__hours dt {
    font-size: .88rem;
    color: var(--ink-deep, #2f0a15);
    font-weight: 400;
}
.gastro-detail__hours dd {
    font-size: .88rem;
    color: #6b5560;
    margin: 0;
    text-align: right;
}

/* ─── Form de reserva (sidebar) ─── */
.gastro-reservar { position: sticky; top: 100px; }
@media (max-width: 900px) { .gastro-reservar { position: static; } }
.gastro-reservar__card {
    background: #fff;
    border: 1px solid rgba(184,153,104,.3);
    padding: 2rem 1.8rem;
    box-shadow: 0 30px 60px -30px rgba(47,10,21,.25);
    position: relative;
}
.gastro-reservar__card::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-bright, #c9a25a), var(--gold, #b89968));
}
.gastro-reservar__card .section__eyebrow { color: var(--gold, #b89968)!important; margin: 0; }
.gastro-reservar__card h3 {
    font-family: var(--font-display, 'Josefin Sans', serif);
    font-weight: 200;
    font-size: 1.8rem;
    color: var(--ink-deep, #2f0a15);
    margin: .3rem 0 .8rem;
    letter-spacing: .02em;
}
.gastro-reservar__lede {
    color: #6b5560;
    font-size: .92rem;
    line-height: 1.55;
    margin: 0 0 1.5rem;
    font-weight: 300;
}
.gastro-reservar__form { display: flex; flex-direction: column; gap: .9rem; }
.gastro-reservar__row { display: flex; flex-direction: column; }
.gastro-reservar__row--two { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.gastro-reservar__form label {
    display: flex; flex-direction: column;
    font-size: .76rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #6b5560;
    font-weight: 500;
    gap: .35rem;
}
.gastro-reservar__form label small {
    font-weight: 400;
    text-transform: none;
    letter-spacing: .02em;
    color: #9a8a8f;
    font-size: .72rem;
}
.gastro-reservar__form input,
.gastro-reservar__form textarea {
    width: 100%;
    padding: .7rem .85rem;
    border: 1px solid rgba(67,19,33,.18);
    border-radius: 0;
    font: inherit;
    font-size: .95rem;
    background: #fff;
    color: var(--ink, #2f0a15);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    transition: border-color .2s, box-shadow .2s;
}
.gastro-reservar__form input:focus,
.gastro-reservar__form textarea:focus {
    outline: none;
    border-color: var(--gold, #b89968);
    box-shadow: 0 0 0 3px rgba(184,153,104,.15);
}
.gastro-reservar__form textarea { resize: vertical; min-height: 60px; }
.gastro-reservar__submit {
    width: 100%;
    padding: 1rem 1.2rem;
    background: #25d366;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: .85rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s, transform .2s, box-shadow .2s;
    margin-top: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gastro-reservar__submit:hover {
    background: #1ebe5a;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(37,211,102,.5);
}
.gastro-reservar__legal {
    font-size: .72rem;
    color: #9a8a8f;
    text-align: center;
    margin: .5rem 0 0;
    line-height: 1.4;
}

/* Status badge "Abierto / Cerrado ahora" */
.gastro-status {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem 1.1rem;
    margin: 0 0 1.4rem;
    background: #fff;
    border: 1px solid rgba(67,19,33,.12);
    box-shadow: 0 8px 24px -16px rgba(47,10,21,.25);
    font-family: 'Jost', sans-serif;
    font-size: .82rem;
    letter-spacing: .04em;
    color: var(--ink-deep, #2f0a15);
}
.gastro-status strong {
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .76rem;
}
.gastro-status__hours {
    color: #6b5560;
    border-left: 1px solid rgba(67,19,33,.12);
    padding-left: .65rem;
    font-size: .82rem;
}
.gastro-status__dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: #b8b8b8;
    flex-shrink: 0;
    position: relative;
}
.gastro-status--open .gastro-status__dot {
    background: #25d366;
    box-shadow: 0 0 0 0 rgba(37,211,102,.6);
    animation: gastro-pulse 1.8s ease-out infinite;
}
.gastro-status--open strong { color: #178a42; }
.gastro-status--closed .gastro-status__dot { background: #c64a2b; }
.gastro-status--closed strong { color: #a03a1f; }
@keyframes gastro-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
    70%  { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ============================================
   TABS — switch Menú / Reservar (en aside derecho)
   ============================================ */
/* Imprescindible: sin min-width:0 los hijos del grid pueden crecer y sacar el contenido fuera de la columna. */
.gastro-detail__grid > * { min-width: 0; }
.gastro-tabs--aside {
    position: sticky;
    top: 100px;
    align-self: start;
    min-width: 0;
    max-width: 100%;
    background: #fff;
    border: 1px solid rgba(184,153,104,.3);
    box-shadow: 0 30px 60px -30px rgba(47,10,21,.25);
    padding: 1.2rem 1.2rem 1.4rem;
    scroll-margin-top: 100px;
    box-sizing: border-box;
}
.gastro-tabs__panel { min-width: 0; }
.gastro-tabs--aside .gastro-menu__items { min-width: 0; }
@media (max-width: 900px) { .gastro-tabs--aside { position: static; } }
.gastro-tabs__switch {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: .35rem;
    padding: .3rem;
    background: rgba(184,153,104,.08);
    border: 1px solid rgba(184,153,104,.25);
    margin: 0 0 1.2rem;
}
.gastro-tabs__btn {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: .65rem .9rem;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: .76rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #6b5560;
    transition: background .2s, color .2s;
}
.gastro-tabs__btn.is-active {
    background: var(--ink-deep, #2f0a15);
    color: #fff;
}
.gastro-tabs__panel { display: none; }
.gastro-tabs__panel.is-active { display: block; animation: gastro-fade .2s ease-out; }
@keyframes gastro-fade {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* Reservar card sin sombra/borde extra (ya los aporta el aside) */
.gastro-tabs--aside .gastro-reservar__card {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.gastro-tabs--aside .gastro-reservar__card::before { display: none; }

/* Menú dentro del aside: nav de categorías scrollable horizontal */
.gastro-tabs--aside .gastro-menu__nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: .35rem;
    margin: 0 0 1rem;
    padding: 0 0 .8rem;
    border: 0;
    border-bottom: 1px solid rgba(67,19,33,.1);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    /* Fade a la derecha como hint de scroll horizontal */
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent 100%);
            mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent 100%);
}
.gastro-tabs--aside .gastro-menu__nav::-webkit-scrollbar { height: 4px; }
.gastro-tabs--aside .gastro-menu__nav::-webkit-scrollbar-thumb { background: rgba(184,153,104,.4); border-radius: 2px; }
.gastro-tabs--aside .gastro-menu__nav-btn { scroll-snap-align: start; }
.gastro-menu__nav-btn {
    appearance: none;
    background: transparent;
    cursor: pointer;
    flex: 0 0 auto;
    white-space: nowrap;
    font-family: 'Jost', sans-serif;
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6b5560;
    padding: .4rem .75rem;
    border: 1px solid rgba(67,19,33,.18);
    transition: background .2s, color .2s, border-color .2s;
}
.gastro-menu__nav-btn:hover {
    background: rgba(184,153,104,.12);
    color: var(--ink-deep, #2f0a15);
    border-color: var(--gold, #b89968);
}
.gastro-menu__nav-btn.is-active {
    background: var(--ink-deep, #2f0a15);
    color: #fff;
    border-color: var(--ink-deep, #2f0a15);
}
/* Categorías: panel activo con scroll interno para no desbordar */
.gastro-tabs--aside .gastro-menu__cat { display: none; margin: 0; }
.gastro-tabs--aside .gastro-menu__cat.is-active {
    display: block;
    animation: gastro-fade .2s ease-out;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: .4rem;
    scrollbar-width: thin;
}
.gastro-tabs--aside .gastro-menu__cat::-webkit-scrollbar { width: 6px; }
.gastro-tabs--aside .gastro-menu__cat::-webkit-scrollbar-thumb { background: rgba(184,153,104,.4); }
.gastro-tabs--aside .gastro-menu__cat-title {
    font-size: 1.1rem;
    margin: 0 0 .8rem;
    padding: 0 0 .4rem;
    padding-right: 0;
}
/* Items: una sola columna, compactos */
.gastro-tabs--aside .gastro-menu__items {
    grid-template-columns: 1fr;
    gap: .8rem;
}
.gastro-tabs--aside .gastro-menu__item { padding: 0 0 .8rem; }
.gastro-tabs--aside .gastro-menu__item-head { gap: .6rem; margin: 0 0 .25rem; }
.gastro-tabs--aside .gastro-menu__item-head h4 { font-size: .98rem; line-height: 1.25; }
.gastro-tabs--aside .gastro-menu__price { font-size: .92rem; }
.gastro-tabs--aside .gastro-menu__desc {
    font-size: .82rem;
    line-height: 1.45;
    margin: 0 0 .25rem;
}
.gastro-tabs--aside .gastro-menu__tag { font-size: .58rem; padding: .1rem .35rem; margin-left: .35rem; }
.gastro-tabs--aside .gastro-menu__all { font-size: .62rem; gap: .25rem; }
.gastro-tabs--aside .gastro-menu__all span { padding: .1rem .35rem; }

.gastro-menu__cta-row {
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(67,19,33,.12);
}
.gastro-tabs--aside .gastro-menu__cta-row .btn { font-size: .75rem; padding: .65rem 1.2rem; }

@media (max-width: 600px) {
    .gastro-tabs--aside { padding: 1rem; }
    .gastro-tabs__btn { padding: .55rem .7rem; font-size: .72rem; letter-spacing: .12em; }
    .gastro-tabs--aside .gastro-menu__cat.is-active { max-height: none; overflow: visible; }
}
