body {
    background: url("../assets/img/bg.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: sans-serif;
    padding-bottom: 80px;/* 📱 Evitar que tape contenido */
}

h1, h2, h3, h4,h5,h6 {
font-family: "Arvo", serif;
}
h1 {
 margin-top:50px;
}
.sedes-shell { position: relative; z-index: 1; width: min(1120px, calc(100% - 28px)); margin: 0 auto; padding: 92px 0 118px; }
.sedes-hero,.sedes-card { border-radius: 30px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 247, 234, 0.56)), rgba(255, 235, 208, 0.52); }
.sedes-hero { padding: 34px; border: 1px solid rgba(255, 255, 255, 0.52); box-shadow: 0 18px 42px rgba(209, 174, 125, 0.18), 0 6px 18px rgba(82, 208, 198, 0.10); }
.sedes-card { margin-top: 24px; padding: 26px; border: 1px solid rgba(255, 255, 255, 0.54); box-shadow: 0 18px 42px rgba(209, 174, 125, 0.14), 0 8px 20px rgba(82, 208, 198, 0.08); }
.sedes-hero h1 { margin: 18px 0 10px; font-family: "Arvo", serif; font-size: clamp(3.8rem, 8vw, 6rem); line-height: 0.88; text-transform: uppercase; color: #a30000; text-shadow: none; }
.sedes-hero p { max-width: 660px; margin: 0; font-size: 1.08rem; line-height: 1.75; color: rgba(40, 64, 65, 0.82); }
.sede-layout { display: grid; grid-template-columns: minmax(260px, 360px) minmax(0, 1fr); gap: 24px; padding: 24px; }
.sede-img { width: 100%; min-height: 280px; object-fit: cover; border-radius: 24px; margin: 0; box-shadow: 0 14px 28px rgba(214, 181, 138, 0.18); }
.sede-media { position: relative; }
.sede-overlay { position: absolute; left: 16px; bottom: 16px; padding: 9px 14px; border-radius: 999px; background: rgba(82, 208, 198, 0.10); border: 1px solid rgba(82, 208, 198, 0.22); color: #1aa59a; }
.sede-copy h3 { margin: 0 0 10px; font-family: "Arvo", serif; font-size: 2.15rem; text-transform: uppercase; color: #a30000; }
.sede-address { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px; color: rgba(40, 64, 65, 0.82); font-size: 1.02rem; }
.sede-address i { margin-top: 4px; color: #a30000; }
.schedule-card { padding: 18px; border-radius: 22px; background: rgba(255, 255, 255, 0.82); border: 1px solid rgb(249 207 23 / 29%); }
.schedule-title { margin-bottom: 12px; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #a30000; }
.schedule-grid { display: grid; gap: 10px; }
.schedule-row { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(40, 64, 65, 0.08); }
.schedule-row:last-child { border-bottom: 0; padding-bottom: 0; }
.schedule-row span:first-child { font-weight: 600; color: #284041; }
.schedule-row span:last-child { color: rgba(40, 64, 65, 0.72); text-align: right; }
.hoy,.hoy span:last-child { color: #a30000; font-weight: 700; }
.sede-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.sede-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 13px 18px; border: 1px solid rgba(255, 166, 126, 0.24); border-radius: 14px; background: linear-gradient(135deg, #ffd36f, #ff9d72); color: #214247; font-weight: 700; text-decoration: none; cursor: pointer; box-shadow: 0 14px 26px rgba(255, 157, 114, 0.18); }
.sede-btn.secondary { background: #de0000; color: #fff; width: 100%;}
.modal-sedes { position: fixed; inset: 0; display: none; justify-content: center; align-items: center; padding: 20px; background: rgba(255, 238, 212, 0.52); backdrop-filter: blur(10px); z-index: 1001; }
.close { position: absolute; right: 16px; top: 14px; font-size: 1.1rem; }
@media (max-width: 991px) { }
@media (max-width: 767px) { }

/*--- /LOOK TROPICAL ---*/


/*--- HOME ---*/
.retro-shell {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: block;
    align-items: center;
    padding: 28px 0;
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 500px));
    margin: 0 auto;
}

.brand-mark {
    width: 180px;
    max-width: 60%;
    margin: 20px 0 12px;
    filter: drop-shadow(0 0 24px rgba(114, 255, 240, 0.14));
}
.retro-copy {
    text-align: center;
}
.retro-copy h1 {
    margin: 0;
    font-family: "Arvo", serif;
    font-size: clamp(4rem, 8vw, 6.4rem);
    line-height: 0.88;
    text-transform: uppercase;
    color: #ff84b5;
    text-shadow: 0 0 14px rgba(255, 132, 181, 0.45);
}

.retro-copy p {
    max-width: 620px;
    margin: 18px 0 0;
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(255, 232, 184, 0.84);
}

.menu-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 24px;
    text-decoration: none;
    border: 2px solid rgb(152 50 39);
    background: #f0ebdd;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
    color: #284041;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.menu-button:hover,
.menu-button:focus-visible {
    background: #edbf86;;
    transform: translateY(-2px);
    border-color: rgba(114, 255, 240, 0.28);
    box-shadow: 0 14px 28px rgba(214, 181, 138, 0.18);
    color: #214247;
}

.menu-button i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: 1px solid rgba(255, 166, 126, 0.24);
    border-radius: 14px;
    background: #983227;
    color: #fff;
    box-shadow: 0 14px 26px rgba(255, 157, 114, 0.18);
}
i.fa-solid.fa-arrow-right.arrow {
    color: #983227;
}
.menu-button strong {
    display: block;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
}

.menu-button span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 232, 184, 0.72);
}

.menu-button .arrow {
    width: auto;
    height: auto;
    border: 0;
    margin-right:20px;
    background: transparent;
}

.modal-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(253, 255, 246, 0.8));
    color: #262038;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(255, 116, 168, 0.22);
}

.modal-content h2 {
    margin-bottom: 10px;
    font-family: "Arvo", serif;
    font-size: 2.3rem;
    color: #ff84b5;
    text-transform: uppercase;
}

.modal-content p,
.sedes-retro .modal-content p {
    color: #284041;
}

.modal-content .btn {
    border: 1px solid rgba(255, 116, 168, 0.34);
    border-radius: 14px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #72fff0, #ff84b5);
    color: #170d2a;
    font-weight: 700;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

.menu-shell {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto;
    padding: 92px 0 20px;
}

.catalog-card {
    margin-top: 24px;
    padding: 26px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 30px;
    border: 3px solid rgba(0, 0, 0, 0.75);
    box-shadow:
        0 18px 42px rgba(209, 174, 125, 0.14),
        0 8px 20px rgba(82, 208, 198, 0.08);
}

@media (max-width: 991px) {

    .catalog-card {
        padding: 22px;
    }
}

@media (max-width: 767px) {
}


/*---- /MENU ---*/


/*--- INDEX ---*/


.card-menu {
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;

    transition: 0.3s;
}

.card-menu i {
    font-size: 20px;
    color: #fff;
}

.card-menu p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.card-menu:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}
img.logo-img {
    width: 50%;
}
@media only screen and (max-width: 600px) {
}
/* EFECTO NEÓN */
@keyframes glow {
    from {
        text-shadow: 0 0 10px #00ffc8;
    }
    to {
        text-shadow: 0 0 25px #00ffc8, 0 0 40px #00ffc8;
    }
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

/* Entrada */
.fade-in {
    animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}
/*---- /INDEX ----*/


.modal-overlay {
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999;
}

.hidden {
    display:none;
}
i.fa-solid.fa-xmark {
    background: #ea0000;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
}
i.fa-solid.fa-xmark:hover {
    background: #a30000;
}
/* 📦 Contenido */

/* ❌ Close */
.btn-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* ⬅️➡️ Flechas */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 15px;
    border: none;
    background: linear-gradient(135deg, #ffd36f, #ff9d72);
    color: #214247;
    box-shadow: 0 14px 26px rgba(255, 157, 114, 0.18);
    font-size: 20px;
    cursor: pointer;
    z-index: 1001;
    backdrop-filter: blur(6px);
}

/* Posiciones */
.nav-arrow.left {
    left: 10px;
}

.nav-arrow.right {
    right: 10px;
}

/* Hover efecto */
.nav-arrow:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
}

/* 📱 Responsive */
@media (max-width: 600px) {
}

.card {
    background: rgb(0 0 0 / 40%);
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    overflow: hidden;
}
.card h6 {
    color: #fff;
    font-size: 16px;
    min-height: 46px;
    text-align: center;
}
@media (max-width: 600px) {
        .card h6 {
        min-height: 56px;
    }
}
.card img {
    height: 300px;
    object-fit: cover;
    background: #fff;
}
.precio-card {
    color: #fff;
    font-weight: 500;
    margin: 5px 0;
    text-align: center;
}

.card-click{
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-click:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.card-click:active{
    transform: scale(0.97);
}

.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 999;
}

.header-bar h1 {
    margin: 0;
    text-align: center;
    font-family: "Arvo", serif;
    font-size: clamp(1.15rem, 3vw, 1.8rem);
    color: #f5e3c9;
    letter-spacing: 0.02em;
}


/*--- cantidad ---*/

/* 💰 + 🔢 Contenedor */
.price-qty-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    margin-top: 15px;
}

/* 💰 Precio */
.price {
    font-size: 20px;
    font-weight: bold;
}

/* 🛒 Botón */
/* 📱 Evitar que tape contenido */
/* 🛒 Botón */

button.cerrar {
    background: #fff;
    border: none;
    text-align: right;
}
.btn-pedido,
.btn-pedido-fijo,
.btn-ver-mas {
    padding: 10px 16px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: linear-gradient(45deg, #00ffc8, #00bfff);
    color: #000;
    font-weight: bold;
    /* Glow neón */
    box-shadow: 0 0 10px rgba(0,255,200,0.6);
    transition: all 0.2s ease;
}

.btn-ver-mas {
    background: #00ffc8;
    color: #000;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 100%;
}
.active-menu {
    background: rgba(0,255,200,0.2);
    border-radius: 12px;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,255,200,0.5);
}

.card-menu.active-menu {
    animation: pulseMenu 0.6s ease;
}

@keyframes pulseMenu {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1.05); }
}


/* 📦 ACORDEÓN */
.accordion {
    width: 90%;
    margin: 20px auto;
}

.accordion-item {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    background: #00ffc8;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.accordion-content {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    padding: 0 15px;
}

.accordion-item.active .accordion-content {
    max-height: 700px;
    padding: 15px;
}

/* 🟢 HOY */
.hoy {
    color: #00ffc8;
    font-weight: bold;
}

/* 🔘 BOTONES */
.btn {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border: none;
    border-radius: 8px;
    background: #00ffc8;
    color: #000;
    cursor: pointer;
}

/*---- FOOTER  ------*/
.menu-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(204 0 0 / 70%);
    backdrop-filter: blur(10px);
    padding: 10px 5px;
    z-index: 999;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* =====================================
   BRITISH PUB THEME OVERRIDES
   ===================================== */
:root {
    --pub-green-950: #101a14;
    --pub-green-900: #15241b;
    --pub-green-850: #1a2d22;
    --pub-green-800: #213629;
    --pub-green-700: #294233;
    --pub-red-900: #3e1321;
    --pub-red-800: #5b1d31;
    --pub-red-700: #762940;
    --pub-gold-700: #ad8340;
    --pub-gold-600: #bf9651;
    --pub-gold-500: #d2ab66;
    --pub-cream-100: #f3ead8;
    --pub-cream-200: #e5d6be;
    --pub-cream-300: #d6c2a0;
    --pub-ink-900: #1d1711;
    --pub-line: rgba(243, 234, 216, 0.18);
    --pub-shadow-lg: 0 20px 40px rgba(6, 9, 7, 0.46);
    --pub-shadow-md: 0 14px 28px rgba(6, 9, 7, 0.34);
    --pub-radius-xl: 26px;
    --pub-radius-lg: 18px;
    --pub-radius-md: 14px;
}

html,
body {
    min-height: 100%;
}

.retro-shell,
.menu-shell,
.sedes-shell {
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto;
}

.header-bar .container {
    padding: 0;
}

.button {
    display: grid;
    gap: 14px;
}

.menu-button h4 {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 1.3rem);
    font-family: "Arvo", serif;
    color: #0e3044;
}

.menu-accordion-list {
    display: grid;
    gap: 16px;
}

.menu-accordion-item {
    border: 1px solid rgba(210, 171, 102, 0.24);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(21, 36, 27, 0.74);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
}

.menu-accordion-item[open] {
    border-color: rgba(210, 171, 102, 0.52);
}

.menu-accordion-header {
    list-style: none;
    cursor: pointer;
    display: block;
    padding: 0;
}

.menu-accordion-header::-webkit-details-marker {
    display: none;
}

.menu-banner-header {
    position: relative;
    min-height: 214px;
    overflow: hidden;
    --banner-a: #304733;
    --banner-b: #1b2f22;
    --banner-c: #5f2236;
}

.menu-banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, var(--banner-a), var(--banner-b)), radial-gradient(circle at 78% 18%, rgba(210, 171, 102, 0.38), transparent 42%), radial-gradient(circle at 16% 92%, rgba(95, 34, 54, 0.34), transparent 38%);
    transition: transform 0.35s ease;
}

.menu-accordion-item[open] .menu-banner-image {
    transform: scale(1.08);
}

.menu-banner--cerveza {
    --banner-a: #523014;
    --banner-b: #2b1f14;
}

.menu-banner--humo {
    --banner-a: #3e434d;
    --banner-b: #1f232b;
}

.menu-banner--otros {
    --banner-a: #474138;
    --banner-b: #241f1a;
}

.menu-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 10, 8, 0.2), rgba(11, 10, 8, 0.8)),
        linear-gradient(90deg, rgba(11, 10, 8, 0.5), rgba(11, 10, 8, 0.15));
}

.menu-accordion-heading {
    position: absolute;
    /* left: 10%; */
    /* right: 72px; */
    bottom: 30%;
    z-index: 2;
    display: block;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    width: 100%;
    /*-
    position: absolute;
    left: 18px;
    right: 72px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;--*/
}
.menu-accordion-heading h2 {
    color:#fff;
    text-transform: none;
}
.menu-accordion-eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(243, 234, 216, 0.15);
    border: 1px solid rgba(243, 234, 216, 0.3);
    color: #fff;
}

.menu-accordion-heading strong {
    margin: 0;
    font-size: clamp(1.75rem, 3.2vw, 2.3rem);
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.menu-accordion-subtitle {
    color: rgba(243, 234, 216, 0.9);
    font-size: 0.9rem;
    line-height: 1.4;
}

.menu-accordion-meta {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(243, 234, 216, 0.14);
    border: 1px solid rgba(243, 234, 216, 0.26);
}

.menu-accordion-chevron {
    color: var(--pub-cream-100);
    transition: transform 0.25s ease;
}

.menu-accordion-item[open] .menu-accordion-chevron {
    transform: rotate(180deg);
}

.menu-accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.3s ease, opacity 0.22s ease;
}

.menu-accordion-item[open] .menu-accordion-content {
    grid-template-rows: 1fr;
    opacity: 1;
}

.menu-accordion-content-inner {
    overflow: hidden;
    padding: 14px 12px 10px;
    background: linear-gradient(180deg, rgba(243, 234, 216, 0.08), rgba(243, 234, 216, 0.02));
}

.menu-empty-state {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px dashed rgba(210, 171, 102, 0.4);
    border-radius: 14px;
    padding: 18px;
    background: #000;
    color: #fff;
    font-size:20px;
}

.menu-empty-state i {
    color: var(--pub-gold-500);
}

.btn-ver-mas:hover,
.btn-ver-mas:focus-visible {
    filter: brightness(1.05);
    transform: translateY(-1px);
    color: #18120d;
}

.modal-content h2,
.modal-content h3 {
    margin-top: 0;
    color: #2a2118;
}

.modal-content p {
    color: #594635;
}

.slide-up {
    animation: modalIn 0.25s ease;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#productoModal .modal-content {
    width: 80%;
    padding: 20px;
    max-width: 400px;
}

#modal-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(210, 171, 102, 0.3);
    background: #efe3cb;
}

#modal-title {
    margin-top: 14px;
    margin-bottom: 8px;
    color: #281f16;
    font-size: 1.4rem;
}

#productoModal #modal-desc {
    color: #5a4734;
    margin-bottom: 0;
    max-height: 100px;
    overflow-y: auto;
    padding-right: 8px;
    line-height: 1.45;
    scrollbar-width: thin;
    scrollbar-color: rgba(163, 0, 0, 0.65) rgba(0, 0, 0, 0.12);
}

#productoModal #modal-desc::-webkit-scrollbar {
    width: 8px;
}

#productoModal #modal-desc::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 999px;
}

#productoModal #modal-desc::-webkit-scrollbar-thumb {
    background: rgba(163, 0, 0, 0.7);
    border-radius: 999px;
}

#pedidoModal .modal-content {
    max-height: 80vh;
    overflow: auto;
}

#listaPedido img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
}

.hoy,
.hoy span {
    color: #7d2e43 !important;
    font-weight: 700;
}

.menu-footer .row {
    margin: 0 auto;
    width: min(780px, 100%);
}

@keyframes fadeInPub {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

a {
    color: inherit;
}

/* Responsive */
@media (max-width: 991px) {
    .retro-home .catalog-card,
    .retro-miami-menu .catalog-card,
    .sedes-hero,
    .sedes-card {
        padding: 22px;
    }
}

@media (max-width: 767px) {

    #modal-img {
        height: 350px;
    }
}

/* =====================================
   ELECTRIC SHUFFLE INSPIRED REFINEMENT
   ===================================== */
:root {
    --pub-green-950: #140d08;
    --pub-green-900: #1e130d;
    --pub-green-850: #26160f;
    --pub-green-800: #2f1b12;
    --pub-green-700: #3a2418;
    --pub-red-900: #3f1a1a;
    --pub-red-800: #5b2722;
    --pub-red-700: #7a362d;
    --pub-gold-700: #9e6a2b;
    --pub-gold-600: #bf8235;
    --pub-gold-500: #e3a44d;
    --pub-cream-100: #f5e3c9;
    --pub-cream-200: #e9cfaa;
    --pub-cream-300: #d9b884;
    --pub-ink-900: #1a120b;
    --pub-line: rgba(229, 169, 84, 0.22);
    --pub-shadow-lg: 0 24px 48px rgba(7, 4, 2, 0.52);
    --pub-shadow-md: 0 14px 28px rgba(7, 4, 2, 0.4);
}

.btn-ver-mas,
.sede-btn,
.modal-content .btn,
.nav-arrow {
    background: #ffb800;
    border-color: #fff;
}

.menu-accordion-item,
.sedes-retro .accordion-item {
    border-color: rgba(227, 164, 77, 0.34);
    background: rgba(31, 18, 12, 0.78);
}

.menu-shell,
.sedes-shell {
    padding-bottom: 30px;
}

/* Header typography */
.header-bar h1 {
    font-family: "Arvo", serif;
}

/* Header layout: beige top + red title strip (menu/sedes) */
.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2200;
    display: block;
    padding: 0;
    gap: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.header-top {
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 12px 14px;
    background:
        radial-gradient(circle at 12% 8%, rgba(125, 88, 44, 0.12), transparent 28%),
        radial-gradient(circle at 88% 16%, rgba(125, 88, 44, 0.09), transparent 26%),
        linear-gradient(180deg, #efe7d5, #e7ddc7);
    border-bottom: 1px solid rgba(138, 91, 35, 0.2);
}

.header-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-bar .logo-img {
    width: min(176px, 46vw);
    height: auto;
    max-height: 168px;
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(33, 20, 9, 0.2));
}

.header-title-strip {
    background: linear-gradient(180deg, #a30000, #8f0000);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 6px 12px rgba(41, 9, 7, 0.24);
    padding: 16px 14px;
}

.header-bar h1 {
    margin: 0;
    text-align: center;
    color: #fdf2de;
    font-size: clamp(1.35rem, 3.6vw, 2rem);
    letter-spacing: 0.02em;
    text-transform: none;
}

.menu-shell,
.sedes-shell {
    padding-top: 248px;
}

@media (max-width: 767px) {
    .header-top {
        min-height: 148px;
        padding: 14px 10px 12px;
    }

    .header-bar .logo-img {
        width: min(70px, 48vw);
        max-height: 80px;
    }

    .header-title-strip {
        padding: 13px 10px;
    }

    .menu-shell,
    .sedes-shell {
        padding-top: 218px;
    }
}

/* =====================================
   HEADER SCROLL + MODAL LAYER FIXES
   ===================================== */
.header-top {
    min-height: 0;
    max-height: 170px;
    overflow: hidden;
    transition: max-height 0.28s ease, padding 0.28s ease, opacity 0.22s ease, border-color 0.22s ease;
}

.menu-shell,
.sedes-shell {
    transition: padding-top 0.28s ease;
}

body.header-collapsed .header-top {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    border-bottom-color: transparent;
}

body.header-collapsed .menu-shell,
body.header-collapsed .sedes-shell {
    padding-top: 84px;
}

.modal-overlay,
.modal-sedes {
    z-index: 4000 !important;
}

.modal-overlay .modal-content,
.modal-sedes .modal-content {
    position: relative;
    z-index: 4001;
}

.nav-arrow {
    z-index: 4002;
}

@media (max-width: 767px) {
    .header-top {
        max-height: 148px;
    }

    body.header-collapsed .menu-shell,
    body.header-collapsed .sedes-shell {
        padding-top: 74px;
    }
}

/* =====================================
   INSTAGRAM MINIMAL + SEDES DIRECT VIEW
   ===================================== */
.header-title-strip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
}

.header-title-strip h1 {
    width: 100%;
    padding: 0 48px;
}

.header-mini-logo-wrap {
    position: absolute;
    left: 14px;
    top: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%) scale(0.86);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header-mini-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(20, 10, 4, 0.35));
}

body.header-collapsed .header-mini-logo-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

.home-social-strip,
.sedes-social {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.home-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.home-social-link.instagram {
    background: linear-gradient(135deg, #5851db, #833ab4, #c13584, #e1306c, #f77737);
    box-shadow: 0 10px 20px rgba(131, 58, 180, 0.28);
}

.home-social-link:hover,
.home-social-link:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.sede-direct-item {
    border: 1px solid rgba(227, 164, 77, 0.24);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    padding: 20px;
}

.sede-head {
    width: 100%;
    margin-bottom: 18px;
}

.sede-head h3 {
    margin: 0 0 10px;
    color: #a30000;
    font-size: clamp(1.7rem, 2.4vw, 2.15rem);
}

.sede-head .sede-address {
    margin-bottom: 0;
}

.sede-split {
    display: grid;
    grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.sede-map-wrap {
    margin-top: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(227, 164, 77, 0.28);
    background: #f3e3cd;
}

.sede-map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 360px;
}

.schedule-row.hoy {
    border-bottom-color: rgba(163, 0, 0, 0.25);
}

.schedule-row.hoy span {
    color: #a30000 !important;
    font-weight: 700;
}

@media (max-width: 767px) {
    .header-title-strip {
        min-height: 64px;
    }

    .header-title-strip h1 {
        padding: 0 42px;
    }

    .header-mini-logo-wrap {
        left: 10px;
        width: 30px;
        height: 30px;
    }

    .sede-direct-item {
        padding: 14px;
    }

    .sede-split {
        grid-template-columns: 1fr;
    }

    .sede-map-wrap iframe {
        min-height: 260px;
    }
}

/* =====================================
   MENU CONTINUO + BUSCADOR
   ===================================== */
.menu-title-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-title-content h1 {
    width: auto;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: left;
    flex: 0 0 auto;
}

.menu-search-wrap {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.14);
}

.menu-search-wrap i {
    color: #fdf2de;
    font-size: 0.95rem;
}

.menu-search-input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff5e7;
    font-size: 0.96rem;
}

.menu-search-input::placeholder {
    color: rgba(253, 242, 222, 0.85);
}

.menu-sections-list {
    display: grid;
    gap: 24px;
}

.menu-section-block {
    border-radius: 18px;
    border: 1px solid rgba(227, 164, 77, 0.24);
    background: rgb(31 18 12 / 80%);
    padding: 14px 12px 2px;
    margin-top: 20px;
}

.menu-section-title {
    margin: 0 0 12px;
    padding: 0 6px;
    font-size: clamp(2.5rem, 2.6vw, 1.65rem);
    color: #fdf2de;
    text-transform: none;
}

.menu-products-grid {
    margin: 0;
}

@media (max-width: 767px) {
    .menu-title-content {
        gap: 8px;
    }

    .menu-title-content h1 {
        font-size: 1.2rem;
    }

    .menu-search-wrap {
        padding: 7px 10px;
    }

    .menu-search-input {
        font-size: 0.92rem;
    }
}

/* =====================================
   MENU STICKY RE-STRUCTURE COMPENSATION
   ===================================== */
body[data-page="menu"] .header-title-strip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 82px;
    padding: 10px 14px 10px 56px;
}

body[data-page="menu"] .menu-title-content {
    width: auto;
    max-width: none;
    margin: 0;
    flex: 0 0 auto;
}

body[data-page="menu"] .menu-title-content h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

body[data-page="menu"] .header-title-strip > .menu-search-wrap {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 4px;
}

/* Compensación del contenido con header expandido/colapsado */
body[data-page="menu"] .menu-shell {
    padding-top: 270px;
}

body.header-collapsed[data-page="menu"] .menu-shell {
    padding-top: 108px;
}

@media (max-width: 767px) {
    body[data-page="menu"] .header-title-strip {
        min-height: 72px;
        padding: 8px 10px 8px 46px;
        gap: 8px;
    }

    body[data-page="menu"] .menu-title-content h1 {
        font-size: 1.12rem;
    }

    body[data-page="menu"] .menu-search-wrap {
        padding: 6px 9px;
    }

    body[data-page="menu"] .menu-shell {
        padding-top: 175px;
    }

    body.header-collapsed[data-page="menu"] .menu-shell {
        padding-top: 96px;
    }

    body[data-page="menu"] .row.menu-accordion-grid,
    body[data-page="menu"] .row.menu-products-grid {
        --bs-gutter-x: 0.6rem;
        --bs-gutter-y: 0.6rem;
    }
}

/* =====================================
   AGE MODAL SIZE + BRANDING
   ===================================== */
#ageModal .modal-content {
    width: min(460px, calc(100vw - 32px));
    max-width: 460px;
    padding: 24px 22px 20px;
}

#ageModal .age-modal-logo {
    width: min(120px, 40vw);
    height: auto;
    margin: 2px auto 12px;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(20, 10, 4, 0.28));
}

#ageModal .modal-content h2 {
    font-size: clamp(1.55rem, 4.8vw, 2rem);
    margin-bottom: 8px;
}

#ageModal .modal-content p {
    margin-bottom: 16px;
}
