/* ================================================== */
/* Wrapper exterior unificado */
.ca-menu-outer-wrapper {
    overflow: hidden;
}

/* Contenedor del bloque introductorio */
.ca-intro-container {
    padding-top: 80px;
    padding-bottom: 60px;
}

/* Bloque introductorio centrado entre banner y platos */
.ca-section-header-block {
    padding-top: 0;
    padding-bottom: 0;
}

.ca-eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.ca-section-intro {
    font-family: 'Source Serif 4', serif;
    font-size: 1.15rem;
    font-weight: 300;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.85;
    margin-top: 0;
    margin-bottom: 24px;
}

.ca-section-divider {
    width: 48px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

/* CONYA - tipografía principal títulos */
@font-face {
    font-family: 'Conya';
    src: url('../fonts/conya.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fondo uniforme — todas las páginas */
body,
body #wrapper,
body #content,
body #content section,
body #content section[data-bgcolor] {
    background-color: #0c0c0c !important;
}

/* SEO: H1 oculto visualmente, accesible para buscadores */
.seo-h1-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.ca-cat-grid {
    position: relative;
    z-index: 2;
}

/* init */
* {
    --body-font: "Source Serif 4", Georgia, serif;
    --title-font: "Conya", Georgia, serif;
    --deco-font-1: "Sacramento";
    --body-font-color: #707070;
    --body-font-color-dark: #bbbbbb;
    --body-font-size: 15px;
    --body-font-weight: 400;
    --title-font-color: #000000;
    --title-font-color-dark: #ffffff;
    --title-font-weight: bold;
    --bg-dark-1: #151c22;
    --bg-dark-1-rgb: 21, 28, 34;
    --bg-dark-2: #18212a;
    --bg-light-1: #ffffff;
    --bg-light-2: #f8f8f8;
    --page-border-size: 0;
    --page-border-color: #ffffff;
}

/* Jerarquía tipográfica Costa Azul */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Conya", Georgia, serif;
    font-weight: normal;
}

h2 {
    font-size: 48px;
    letter-spacing: -.015em;
    margin-bottom: 20px;
}

/* Subtítulos y labels — Source Serif Semibold */
h4,
h5,
.subtitle,
.de_tab_content h4,
.small-border span,
blockquote span {
    font-family: "Source Serif 4", Georgia, serif;
    font-weight: 600;
}

/* Párrafos — Source Serif Roman */
p,
li,
td,
.lead {
    font-family: "Source Serif 4", Georgia, serif;
    font-weight: 400;
}

/* Botones — Source Serif Bold */
.btn-line,
.btn-main,
button,
input[type="submit"],
.btn,
a.btn {
    font-family: "Source Serif 4", Georgia, serif;
    font-weight: 700;
}


.form-control,
#contact_form input[type=text],
#contact_form textarea,
#contact_form input[type=email],
#contact_form textarea,
#search {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

@media only screen and (min-width: 992px) {
    #subheader {
        padding-top: 200px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .ca-footer-col {
        width: 100% !important;
        flex: 1 1 auto !important;
    }

    .ca-footer-col.text-center {
        order: -1;
        /* Mover el logo arriba en móvil */
        flex: 1 1 auto !important;
    }

    .ca-footer-nav,
    .ca-footer-info,
    .ca-footer-social--list {
        align-items: center !important;
        justify-content: center !important;
        padding-left: 0 !important;
    }

    .ca-footer-nav li {
        margin-bottom: 8px;
    }

    .ca-footer-social--list a {
        justify-content: center !important;
    }

    .ca-footer-bottom .text-lg-end {
        text-align: center !important;
        margin-top: 15px;
    }

    .ca-footer-logo {
        width: 180px !important;
        height: auto !important;
        margin-bottom: 48px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .ca-footer-desc {
        margin-top: 24px !important;
        br {
            display: none;
            /* Eliminar saltos de línea forzados en móvil */
        }
    }

    /* Forzar header fijo en móvil */
    header, 
    header.header_center,
    header.transparent {
        position: fixed !important;
        top: 0 !important;
        background: transparent !important;
        border-bottom: none !important;
        display: block !important;
        z-index: 1001 !important;
        transition: all 0.3s ease;
    }

    /* Fondo sólido solo al hacer scroll (cuando tiene la clase .smaller) */
    header.smaller:not(.bg-dark), 
    header.smaller.header_center:not(.bg-dark) {
        background: rgba(2, 12, 30, 0.95) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    header.smaller:not(.bg-dark) #logo {
        margin-top: -20px !important;
    }

    /* Altura del header en móvil - overflow hidden para que el mainmenu no se escape */
    header:not(.smaller):not(.bg-dark) {
        height: 70px !important;
        overflow: hidden !important;
    }
    
    header.smaller:not(.bg-dark) {
        height: 70px !important;
        overflow: hidden !important;
    }

    /* Menú móvil abierto (Igual arriba y con scroll) */
    header.bg-dark,
    header.smaller.bg-dark {
        background: #020c1e !important;
        width: 100% !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 99999 !important;
        padding: 0 !important;
        overflow: hidden !important; /* El JS controla la altura */
        border-bottom: none !important;
    }

    header.bg-dark .container,
    header.smaller.bg-dark .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 25px !important;
        margin: 0 !important;
        background: #020c1e !important;
    }

    /* CRÍTICO: Ocultar el logo inyectado por JS dentro del menú */
    header.bg-dark .logo_pos {
        display: none !important;
    }

    /* Ocultar el logo de fondo claro */
    header.bg-dark .logo_light_bg,
    header.bg-dark .c_logo_dark {
        display: none !important;
    }

    /* Override de header.header_center img que pone 125px a todas las img */
    header.bg-dark img {
        height: auto !important;
    }

    header.bg-dark #logo,
    header.smaller.bg-dark #logo {
        display: block !important;
        margin: 30px auto 10px auto !important;
        float: none !important;
        text-align: center !important;
        width: 100% !important;
    }

    header.bg-dark #logo img.logo_dark_bg,
    header.smaller.bg-dark #logo img.logo_dark_bg {
        height: 55px !important;
        width: auto !important;
        display: inline-block !important;
        margin: 0 auto !important;
    }

    header.bg-dark #menu-btn,
    header.smaller.bg-dark #menu-btn {
        position: absolute !important;
        top: 35px !important;
        right: 25px !important;
        display: block !important;
        z-index: 100000 !important;
    }

    header.bg-dark nav,
    header.smaller.bg-dark nav {
        display: block !important;
        width: 100% !important;
        position: relative !important;
        float: none !important;
        clear: both !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    header.bg-dark #mainmenu,
    header.smaller.bg-dark #mainmenu {
        display: flow-root !important; /* Fix 0-height issue */
        width: 100% !important;
        background: transparent !important;
        padding: 100px 0 0 0 !important; /* Espacio arriba para el logo */
        margin: 0 !important;
        top: 0 !important;
        float: none !important;
    }

    /* Solo mostrar los li de enlaces, NO .logo_pos */
    header.bg-dark #mainmenu > li:not(.logo_pos),
    header.smaller.bg-dark #mainmenu > li:not(.logo_pos) {
        width: 90% !important;
        display: block !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    header.bg-dark #mainmenu li a {
        padding: 18px 0 !important;
        font-size: 13px !important;
        letter-spacing: 3px !important;
        display: block !important;
        text-align: left !important;
    }

    /* Evitar que el modo sticky oculte el menú */
    header.smaller.bg-dark {
        overflow: visible !important;
    }

    /* Forzar banner principal a 100vh en móvil */
    #revolution-slider-wrapper,
    #revolution-slider,
    .rev_slider_wrapper,
    .rev_slider {
        height: 100dvh !important;
        max-height: 100dvh !important;
    }

    #revolution-slider .tp-caption {
        transform: translateY(-60px) !important;
    }

    /* Ajustar subheaders para que el título esté equilibrado entre logo y fondo */
    #subheader {
        padding-top: 70px !important; /* Altura del header fijo */
        padding-bottom: 0 !important;
        min-height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #subheader h2 {
        margin: 0 !important;
        margin-top: -25px !important; /* Subir un poco más el título */
        font-size: 32px !important;
    }

    #logo {
        margin-top: -12px !important;
        display: block !important;
    }

    #logo img {
        height: 45px !important;
        width: auto !important;
    }

    #menu-btn {
        margin-top: 12px !important;
    }
}

/* Subheader — imagen posicionada arriba y overlay oscuro */
#subheader .jarallax-img {
    object-position: center 80% !important;
}

#subheader::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 0;
}

#subheader .container {
    position: relative;
    z-index: 1;
}

/* Nav menu font size */
#mainmenu>li>a {
    font-size: 14px !important;
    letter-spacing: 2px;
}

/* Logo tamaño en header */
header.header_center img {
    height: 80px !important;
}

/* Centrar logo literalmente en el medio de la web */
@media only screen and (min-width: 992px) {
    header.header_center #mainmenu {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
        padding-top: 48px !important; /* Altura original restaurada */
    }

    header.header_center #mainmenu > li {
        float: none !important;
        display: block !important;
        margin: 0 !important;
        width: 140px; /* Ancho uniforme para garantizar simetría perfecta */
        text-align: center;
        flex-shrink: 0;
    }

    header.header_center #mainmenu > li.logo_pos {
        width: auto; /* El logo no sigue el ancho de los textos */
        margin: 0 40px !important;
    }

    header.header_center #mainmenu > li.logo_pos img {
        margin: 0 !important;
    }

    header.header_center #mainmenu > li > a {
        padding: 10px 0 !important;
        display: block;
        transition: color 0.3s ease; /* Transición suave */
    }

    header.header_center #mainmenu > li > a:hover {
        color: #ffffff !important; /* Forzar blanco en hover */
    }
}


/* Header sticky — restaurar logo y menú */
header.smaller {
    height: 90px !important;
}

@media only screen and (min-width: 992px) {
    header.smaller.header_center #mainmenu {
        padding-top: 14px !important;
    }
    
    header.smaller.header_center #mainmenu > li {
        width: 130px; /* Un poco más compacto cuando es sticky */
    }
}

/* ================================================== */
/* CARDS CON TEXTO SUPERPUESTO (ABOUT)
/* ================================================== */
.ca-difference-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 650px; /* Recuperando la altura original deseada por el usuario */
    display: flex;
    align-items: center;
    border: 1px solid rgba(192, 192, 192, 0.45);
    margin-bottom: 20px;
}

.ca-difference-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.6s ease;
}

.ca-difference-card:hover .ca-difference-bg {
    transform: scale(1.05);
}

.ca-difference-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 30%, transparent 100%);
    z-index: 1;
}

.ca-difference-content {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    width: 100%;
    text-align: center;
}

.ca-difference-content h4 {
    margin-bottom: 8px;
    color: #ffffff;
}

.ca-difference-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
}
header.smaller img {
    height: 50px !important;
    margin: 14px 20px 0 20px !important;
}

header.smaller #mainmenu {
    padding-top: 12px !important;
}

/* ================================================== */
/* Reservations Page
/* ================================================== */

.ca-form-label {
    font-family: "Source Serif 4", Georgia, serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 8px;
}

.ca-form-title {
    font-family: "Conya", Georgia, serif;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.1;
}

.ca-form-divider {
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 32px;
}

.ca-label {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    display: block;
    margin-bottom: 6px;
}

/* Anular estilos del template — todos los inputs en reservations */
.page-booking .form-control,
.page-booking #contact_form input[type=text],
.page-booking #contact_form input[type=email],
.page-booking #contact_form input[type=date],
.page-booking #contact_form textarea,
.page-booking #contact_form select,
.ca-input {
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: transparent !important;
    padding: 10px 0 !important;
    font-family: "Source Serif 4", Georgia, serif !important;
    font-size: 15px !important;
    color: #ffffff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.3s;
    margin-bottom: 0 !important;
}

.page-booking .form-control:focus,
.page-booking #contact_form input[type=text]:focus,
.page-booking #contact_form input[type=email]:focus,
.page-booking #contact_form input[type=date]:focus,
.page-booking #contact_form textarea:focus,
.page-booking #contact_form select:focus,
.ca-input:focus {
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: transparent !important;
}

.page-booking .form-control::placeholder,
.page-booking #contact_form input::placeholder,
.page-booking #contact_form textarea::placeholder {
    color: rgba(255, 255, 255, 0.25) !important;
}

.ca-input:-webkit-autofill,
.ca-input:-webkit-autofill:hover,
.ca-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

input[type="date"].ca-input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.5;
    cursor: pointer;
}

.ca-input option {
    color: #0d1b2a;
    background: #fff;
}

.ca-btn-submit {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-family: "Source Serif 4", Georgia, serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.ca-btn-submit:hover {
    background: #ffffff;
    color: #041d3d;
    border-color: #ffffff;
}

/* Contact info */
.ca-reservation-find-section {
    position: relative;
    padding: 80px 0;
    background: hsla(300, 43%, 1%, 1);
    background: linear-gradient(135deg, hsla(300, 43%, 1%, 1) 0%, hsla(281, 47%, 7%, 1) 50%);
    overflow: hidden;
}

.ca-find-row {
    min-height: 560px;
}

.ca-contact-info {
    padding-top: 6px;
}

.ca-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}

.ca-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 14px;
}

.ca-contact-list li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.ca-contact-list li a:hover {
    color: #ffffff;
}

.ca-contact-list li i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-top: 2px;
    width: 16px;
    flex-shrink: 0;
}

.ca-hours-row {
    display: flex;
    justify-content: space-between;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ca-social {
    margin-top: 24px;
    display: flex;
    gap: 16px;
}

.ca-social a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    transition: color 0.2s;
}

.ca-social a:hover {
    color: #ffffff;
}

.ca-opentable-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 360px;
    margin-top: 34px;
    padding: 18px 36px;
    background: #ffffff;
    border-radius: 4px;
    color: #060206 !important;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ca-opentable-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}

.ca-opentable-card > span:last-child {
    color: #060206;
    letter-spacing: 1px;
}

.ca-opentable-logo {
    width: 122px;
    height: auto;
    display: block;
    flex: 0 0 auto;
}

.ca-map-wrapper {
    position: relative;
    width: 100%;
    height: 552px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(192, 192, 192, 0.35);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    background: #0a0a14;
}

@media only screen and (max-width: 991px) {
    .ca-reservation-find-section {
        padding: 64px 0;
    }

    .ca-find-row {
        min-height: 0;
    }

    .ca-opentable-card {
        width: 100%;
        min-width: 0;
        justify-content: center;
        padding-left: 18px;
        padding-right: 18px;
    }

    .ca-map-wrapper {
        height: 420px;
    }
}

@media only screen and (max-width: 575px) {
    .ca-contact-list li,
    .ca-hours-row {
        font-size: 13px;
    }

    .ca-hours-row {
        gap: 20px;
    }

    .ca-opentable-card {
        gap: 10px;
        font-size: 14px;
    }

    .ca-map-wrapper {
        height: 360px;
    }
}

/* ================================================== */
/* Menu Categories Grid
/* ================================================== */
.ca-menu-categories {
    padding: 100px 0;
}

.ca-cat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 340px 340px;
    gap: 12px;
    max-width: 960px;
    margin: 0 auto;
}

.ca-cat-grid .ca-cat-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.ca-cat-grid .ca-cat-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.ca-cat-grid .ca-cat-card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.ca-cat-grid .ca-cat-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.ca-cat-card {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.ca-cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.ca-cat-card:hover img {
    transform: scale(1.04);
}

.ca-cat-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    transition: background 0.4s ease;
}

.ca-cat-card:hover .ca-cat-overlay {
    background: rgba(0, 0, 0, 0.48);
}

.ca-cat-inner {
    position: absolute;
    inset: 16px;
    border: 2px solid rgba(192, 192, 192, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: border-color 0.4s ease;
}

.ca-cat-card:hover .ca-cat-inner {
    border-color: rgba(255, 255, 255, 0.6);
}

.ca-cat-card.ca-cat-active .ca-cat-overlay {
    background: rgba(0, 0, 0, 0.42);
}

.ca-cat-card.ca-cat-active .ca-cat-inner {
    border-color: rgba(255, 255, 255, 0.85);
}

.ca-cat-label {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

/* Menu item — línea y precio */
.menu-item {
    margin-bottom: 20px;
}

.menu-item-title-row {
    display: flex;
    align-items: center;
}

.menu-item-name {
    flex-shrink: 1;
    min-width: 0;
    white-space: normal;
}

.menu-item .c2 {
    flex: 1;
    flex-shrink: 0;
    min-width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    margin: 0 10px;
}

.menu-item .c3 {
    flex-shrink: 0;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
}

.menu-item-desc {
    display: block;
    font-style: italic;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 3px;
    font-weight: 400;
    max-width: 80%;
}

.ca-menu-note {
    display: block;
    font-style: italic;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 16px;
}

/* Wine List & Menu sections — altura uniforme */
.page-menu #content section.position-relative,
.page-wine-list #content section.position-relative {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.page-menu #content section.position-relative .container,
.page-wine-list #content section.position-relative .container {
    width: 100%;
}

/* Mover contenido hacia la izquierda solo cuando sobra espacio:
   el clamp garantiza que el texto nunca quede a menos de ~60px del
   borde del viewport (45px + gutter), sin importar el ancho. */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .page-menu #content .col-lg-5:not([class*="offset"]),
    .page-wine-list #content .col-lg-5:not([class*="offset"]),
    .ca-split-section .col-lg-5:not([class*="offset"]) {
        /* container 1140px en este rango; tope -89px ≈ -8% */
        margin-left: clamp(-89px, calc(45px - (100vw - 1140px) / 2), 0px);
    }
}

@media only screen and (min-width: 1400px) {

    .page-menu #content .col-lg-5:not([class*="offset"]),
    .page-wine-list #content .col-lg-5:not([class*="offset"]),
    .ca-split-section .col-lg-5:not([class*="offset"]) {
        /* container 1320px en este rango; tope -103px ≈ -8% */
        margin-left: clamp(-103px, calc(45px - (100vw - 1320px) / 2), 0px);
    }
}


/* Wine list — columnas de 2 con línea y precio */
.page-wine-list .col-6 .menu-item-title-row {
    flex-wrap: nowrap;
}

.page-wine-list .col-6 .menu-item-name {
    white-space: normal;
    font-size: 13px;
    line-height: 1.3;
    flex-shrink: 1;
    min-width: 0;
}

.page-wine-list .col-6 .c2 {
    min-width: 12px;
    flex-shrink: 0;
}

.page-wine-list .col-6 .c3 {
    font-size: 12px;
}

.page-wine-list .col-6 .menu-item-desc {
    font-size: 11px;
}

.page-wine-list .col-6 .menu-item {
    margin-bottom: 14px;
    padding-right: 12px;
}

.page-wine-list .menu-item .c2,
.page-wine-list .menu-item .c3 {
    display: none !important;
}

.page-cocktails .menu-item .c2,
.page-cocktails .menu-item .c3 {
    display: none !important;
}

.page-appetizers .menu-item .c2,
.page-appetizers .menu-item .c3 {
    display: none !important;
}

.page-entrees .menu-item .c2,
.page-entrees .menu-item .c3 {
    display: none !important;
}

.page-desserts .menu-item .c2,
.page-desserts .menu-item .c3 {
    display: none !important;
}

.page-kids .menu-item .c2,
.page-kids .menu-item .c3 {
    display: none !important;
}

.page-kids .sec-kids .ca-menu-items {
    max-width: 680px;
    margin: 0 auto;
}

.page-kids .sec-kids .menu-item-title-row {
    justify-content: center;
}

.page-kids .sec-kids .menu-item-desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-wine-list .row.g-0 {
    gap: 0;
}

.page-wine-list .row.g-0 .col-6:first-child {
    padding-right: 28px;
}

.page-wine-list .row.g-0 .col-6:last-child {
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* Sparkling — empujar contenido más a la derecha */
.sec-sparkling .col-lg-5.offset-lg-7 {
    padding-left: 60px;
}

/* Header sticky */
header.smaller,
header.header_scroll,
header.smaller.header_light {
    background-image: linear-gradient(rgba(2, 12, 30, 0.92), rgba(2, 12, 30, 0.92)), url("../03_images/background/footer-bg.webp") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

/* Footer */
footer,
.subfooter,
.ca-footer-bottom {
    background: #041d3d !important;
    background-image: linear-gradient(rgba(2, 12, 30, 0.78), rgba(2, 12, 30, 0.78)), url("../03_images/background/footer-bg.webp") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

footer {
    padding: 70px 0 0 !important;
}

.ca-footer-logo {
    height: 90px;
    width: auto;
    margin-bottom: 12px;
}

.ca-footer-tagline {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ca-footer-desc {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 14px;
    line-height: 1.75;
    color: #ffffff;
    margin-bottom: 0;
}

.ca-footer-heading {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.ca-footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ca-footer-nav li {
    margin-bottom: 0;
}

.ca-footer-nav li a {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}

.ca-footer-nav li a:hover {
    color: #ffffff;
}

.ca-footer-info {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
}

.ca-footer-info a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.ca-footer-info a:hover {
    color: #ffffff;
}

.ca-footer-social {
    display: flex;
    gap: 18px;
    margin-top: 4px;
}

.ca-footer-social a {
    color: #ffffff;
    font-size: 16px;
    transition: color 0.2s;
}

.ca-footer-social a:hover {
    color: #ffffff;
}

.ca-footer-social--list {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.ca-footer-social--list a {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 0;
    letter-spacing: 0.5px;
}

.ca-footer-social--list a i {
    font-size: 20px;
}

.ca-footer-row {
    gap: 24px;
}

.ca-footer-col {
    flex: 0 0 auto;
}

.ca-footer-col.text-center {
    flex: 0 1 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ca-footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 50px 0 0;
}

.ca-footer-bottom {
    padding: 20px 0;
}

/* Legal pages */
.ca-legal-body {
    padding: 20px 0 60px;
}

.ca-legal-updated {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 48px;
}

.ca-legal-body h4 {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 40px;
    margin-bottom: 14px;
}

.ca-legal-body p,
.ca-legal-body li {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.6);
}

.ca-legal-body ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.ca-legal-body a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}

.ca-legal-body a:hover {
    color: #ffffff;
}

.ca-footer-copy {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
}

.ca-footer-copy a {
    color: #ffffff !important;
    text-decoration: none;
    transition: opacity 0.2s;
}

.ca-footer-copy a:hover {
    opacity: 0.7;
}

/* Home — título en una sola línea (solo desktop) */
#content section .col-lg-6.offset-lg-3 h2 {
    font-size: 52px;
}
@media only screen and (min-width: 992px) {
    #content section .col-lg-6.offset-lg-3 h2 {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 767px) {
    #content section .col-lg-6.offset-lg-3 h2 {
        font-size: 38px;
    }
}

/* Home — iconos de las cards de categoría */
#content section .row.g-4 .col-lg-4 .p-4>img:not(.jarallax-img) {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Home — cards de menú */
.ca-menu-card {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
    cursor: pointer;
}


.ca-menu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: background 0.4s ease;
    z-index: 2;
}

.ca-menu-card:hover .ca-menu-overlay {
    background: rgba(0, 0, 0, 0.35);
}

.ca-menu-inner {
    position: absolute;
    inset: 16px;
    border: 2px solid rgba(192, 192, 192, 0.7);
    pointer-events: none;
    z-index: 3;
    transition: border-color 0.4s ease;
}

.ca-menu-card:hover .ca-menu-inner {
    border-color: rgba(255, 255, 255, 0.9);
}

.ca-menu-card>*:not(.jarallax-img):not(.jarallax-container):not(.ca-menu-overlay):not(.ca-menu-inner) {
    position: relative;
    z-index: 4;
}

.ca-menu-icon {
    transition: transform 0.4s ease;
}

.ca-menu-card:hover .ca-menu-icon {
    transform: translateY(-6px);
}

/* Texto de las cards */
.ca-menu-card h3 {
    font-size: 28px;
}

.ca-menu-card p {
    font-size: 16px;
    line-height: 1.6;
}

/* Botón glass */
.ca-btn-glass {
    padding: 8px 24px !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    color: #ffffff !important;
    border-radius: 2px !important;
    text-decoration: none !important;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

.ca-btn-glass:hover {
    background: #ffffff !important;
    color: #041d3d !important;
    border-color: #ffffff !important;
}

/* ================================================== */
/* Reviews Swiper
/* ================================================== */
.ca-reviews-section {
    padding: 60px 0 80px;
}

.ca-reviews-swiper-wrap {
    padding: 0 40px;
    overflow: hidden;
}

.ca-reviews-swiper {
    padding-bottom: 50px !important;
    padding-top: 20px !important; /* Espacio para que no se corte al subir con hover */
}

/* ================================================== */
/* TARJETAS DE TESTIMONIOS (REDISEÑO MODERNO)
/* ================================================== */
.ca-review-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
}

.swiper-slide {
    height: auto !important; /* Permite que el swiper use la altura del slide más alto */
    display: flex;
}

.ca-review-card:hover {
    border-color: rgba(255, 255, 255, 0.6); /* Borde plateado al pasar ratón */
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-8px);
}

.ca-review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ca-review-stars {
    color: rgba(255, 255, 255, 0.8); /* Estrellas en plateado/blanco */
    font-size: 14px;
    letter-spacing: 3px;
}

.ca-review-quote {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 64px;
    line-height: 0;
    margin-top: 30px;
    opacity: 0.15;
    color: #ffffff; /* Comillas en blanco/plateado */
}

.ca-review-body {
    flex: 1;
}

.ca-review-text {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-style: italic;
}

.ca-review-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto; /* Empuja el footer siempre hacia abajo */
    padding-top: 20px;
}

.ca-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Serif 4", Georgia, serif;
    font-weight: 600;
    color: #ffffff; /* Inicial en blanco plateado */
    font-size: 18px;
    flex-shrink: 0;
}

.ca-review-author-wrap {
    display: flex;
    flex-direction: column;
}

.ca-review-author {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
}

.ca-review-role {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
}

.text-gold {
    color: #f5a623 !important;
}

/* About — imágenes How It Begins */
.ca-about-img {
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
    border-radius: 4px;
    border: 1px solid rgba(192, 192, 192, 0.45); /* Borde plateado delicado */
}

.ca-about-img--left {
    margin-bottom: 30px;
}

.ca-about-img--right {
    margin-top: 30px;
}

.ca-about-img .jarallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ca-reviews-pagination {
    bottom: 0 !important;
}

.ca-reviews-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
    width: 6px;
    height: 6px;
}

.ca-reviews-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 24px;
    border-radius: 3px;
}

/* Slider — overlay oscuro para resaltar el contenido */
.ca-slider-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
    z-index: 0;
    width: 100%;
    height: 100%;
}

/* ── Reserve section ── */
#section-title-1 {
    position: relative;
    overflow: hidden;
    padding: 100px 0 !important;
}

.ca-reserve-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.80);
    pointer-events: none;
    z-index: 1;
}

#section-title-1 h5.uptitle {
    color: #ffffff !important;
}

.ca-reserve-content {
    position: relative;
    z-index: 2;
}

.ca-reserve-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #041d3d !important;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 14px 40px;
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-decoration: none !important;
    transition: background 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.ca-reserve-opentable-logo {
    width: 122px;
    height: auto;
    display: block;
    flex: 0 0 auto;
}

.ca-reserve-btn:hover {
    background: #e8edf4 !important;
    color: #041d3d !important;
    box-shadow: 0 4px 24px rgba(255, 255, 255, 0.2);
}

/* ================================================== */
/* SECCIÓN NUESTRA HISTORIA: IMÁGENES DESPLAZADAS
/* ================================================== */
@media only screen and (min-width: 992px) {
    .ca-story-images-wrap {
        padding: 40px 0;
    }

    .ca-story-images-wrap .col-6:first-child {
        margin-top: -30px; /* Sube la primera */
    }

    .ca-story-images-wrap .col-6:last-child {
        margin-top: 50px;  /* Baja la segunda */
    }
}

.ca-story-img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    border: 1px solid rgba(192, 192, 192, 0.45); /* Borde plateado delicado */
}

@media only screen and (max-width: 991px) {

    /* Logo centrado en móvil */
    #logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    #logo img {
        max-height: 50px !important;
        width: auto !important;
    }

    #menu-btn {
        margin-top: 2px !important;
        background-color: transparent !important;
        border-radius: 4px;
        transition: background-color 0.2s ease;
    }

    #menu-btn:before {
        content: '' !important;
        display: block !important;
        width: 22px;
        height: 1px;
        background: #ffffff;
        box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
        margin: 6px auto 0;
    }

    #menu-btn.click:before {
        content: '\f00d' !important;
        font-family: FontAwesome !important;
        font-size: 20px !important;
        background: transparent !important;
        box-shadow: none !important;
        display: block !important;
        margin: -4px 0 0 0;
        height: auto;
    }

    #menu-btn:hover,
    #menu-btn.click,
    #menu-btn.click:hover {
        background-color: rgba(2, 12, 30, 0.5) !important;
    }

    /* Sin fondo al hacer clic en links del menú móvil */
    #mainmenu li a:hover,
    #mainmenu li a:active,
    #mainmenu li a:focus,
    #mainmenu > li:hover > a,
    #mainmenu > li.current-menu-item > a {
        background: none !important;
        background-color: transparent !important;
    }

    /* Subheader (Banner) compacto en móvil */
    #subheader {
        padding-top: 80px !important;
        padding-bottom: 40px !important;
        min-height: 0 !important;
    }

    #subheader h2 {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }

    section h2 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    /* Secciones divididas: Foto debajo del contenido en móvil */
    section.position-relative {
        display: flex !important;
        flex-direction: column !important;
        padding-top: 100px !important;
        padding-bottom: 0 !important;
    }

    section.position-relative .container {
        order: 1 !important;
        position: relative !important;
        z-index: 2 !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        margin-bottom: 100px !important;
    }

    /* Títulos en dos líneas y alineación de línea decorativa */
    .menu-item-name,
    .page-wine-list .menu-item-name,
    .page-menu .menu-item-name,
    .sec-white-wines .menu-item-name {
        white-space: normal !important;
        flex-shrink: 1 !important;
        line-height: 1.3 !important;
        font-size: 14px !important;
        max-width: 65% !important;
    }

    .menu-item-title-row {
        display: flex !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
    }

    .menu-item .c2 {
        display: block !important;
        flex: 1 !important;
        min-width: 20px !important;
        height: 1px !important;
        margin-top: 12px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        background: rgba(255, 255, 255, 0.18) !important;
    }

    .menu-item .c3 {
        margin-top: 0 !important;
        flex-shrink: 0 !important;
    }

    .menu-item-desc {
        max-width: 65% !important;
        /* Alineado con el nombre para no invadir la línea decorativa */
        line-height: 1.5 !important;
    }

    .image-container {
        position: relative !important;
        width: 100% !important;
        height: 350px !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin-top: 0 !important;
        order: 1 !important;
    }
    
    .ca-split-section {
        display: flex;
        flex-direction: column;
        padding-top: 0 !important;
    }
    
    .ca-split-section > .container {
        order: 2;
        padding-top: 60px;
    }

    .ca-footer-copy {
        text-align: center !important;
        margin-bottom: 15px !important;
        line-height: 1.8 !important;
    }

    /* Fondo para el menú en móvil (cuando está abierto) */
    header.bg-dark {
        background-color: #041d3d !important;
        background-image: linear-gradient(rgba(2, 12, 30, 0.96), rgba(2, 12, 30, 0.96)), url("../03_images/background/footer-bg.webp") !important;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    /* Categorías del Menú: Uno debajo del otro en móvil */
    .ca-cat-grid {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        gap: 20px !important;
        padding: 0 15px;
    }

    .ca-cat-grid .ca-cat-card {
        grid-column: auto !important;
        grid-row: auto !important;
        height: 280px !important;
        /* Altura profesional para tarjetas apiladas */
    }

    /* Botón Reservaciones: Dos líneas solo en móvil */
    .ca-btn-sep {
        display: none !important;
    }

    .ca-btn-text,
    .ca-btn-phone {
        display: block !important;
        width: 100% !important;
    }

    .ca-btn-phone {
        margin-top: 8px !important;
        font-weight: 600 !important;
    }

    /* Footer Profesional en Móvil */
    .ca-footer-row {
        flex-direction: column !important;
        text-align: center !important;
    }

    .ca-footer-col {
        border: none !important;
        padding: 20px 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .ca-footer-logo-col {
        order: -1 !important;
        margin-bottom: 10px !important;
    }

    .ca-footer-logo {
        margin: 0 auto !important;
    }

    .ca-footer-col h4::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    /* Homepage Slider (Banner) — Compacto en Móvil */
    #section-slider,
    #section-slider.fullwidthbanner-container,
    .forcefullwidth_wrapper_tp_banner,
    .tp-fullwidth-forcer,
    .rev_slider_wrapper,
    .rev_slider,
    #revolution-slider {
        max-height: 520px !important;
        height: 520px !important;
        overflow: hidden !important;
    }

    /* Contenido del Slider — Legible y con espacio profesional */
    .tp-caption.tp-title-1 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        width: 100% !important;
        margin-top: -40px !important;
    }

    /* Estrellas/separador arriba del título */
    .tp-caption:has(.img-fluid) {
        margin-top: -50px !important;
        transform: scale(1.8) !important;
    }

    .tp-caption.tp-text-1 {
        font-size: 18px !important; /* Más legible */
        line-height: 1.8 !important;
        margin-top: -10px !important;
        width: 90% !important;
        font-weight: 400;
    }

    /* Eliminar salto de línea forzado en móvil */
    .tp-caption.tp-text-1 br {
        display: none !important;
    }

    .tp-caption:has(.btn-line) {
        margin-top: 85px !important;
    }


}

/* ================================================== */
/* BOTONES GLASS: ESTILO UNIFICADO (BANNER Y TARJETAS)
/* ================================================== */
.tp-caption .btn-line,
.ca-btn-glass {
    font-size: 15px !important;
    padding: 12px 36px !important;
    background: transparent !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, 0.65) !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

/* Eliminar icono de flecha en todos los botones glass */
.tp-caption .btn-line:after,
.ca-btn-glass:after {
    display: none !important;
}

/* Efecto hover */
.tp-caption .btn-line:hover,
.ca-btn-glass:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.15);
}

/* Botones en tarjetas de menú: un poco más pequeños */
.ca-menu-card .ca-btn-glass {
    font-size: 13px !important;
    padding: 10px 28px !important;
    letter-spacing: 1px;
}

/* Botón del slider: rectangular glass */
.tp-caption .btn-line {
    border-radius: 5px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.65) !important;
    padding: 14px 48px !important;
    font-size: 13px !important;
    letter-spacing: 2.5px !important;
}
.tp-caption .btn-line:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    color: #ffffff !important;
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.15) !important;
}

/* Párrafos descriptivos en tarjetas: más legibles */
.ca-menu-card p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 25px !important;
}

/* ================================================== */
/* AJUSTES DE MENÚ Y BOTONES COMPACTOS
/* ================================================== */

/* Botón glass pequeño */
.ca-btn-sm {
    padding: 8px 22px !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}

/* Nombres de platos/cocktails más grandes */
.menu-item-name {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #ffffff;
}

/* Descripciones más legibles */
.menu-item-desc {
    font-size: 16px !important;
    line-height: 1.6 !important;
    opacity: 0.7;
    display: block;
    margin-top: 4px;
}

/* Asegurar que la línea crezca al no haber precio */
.menu-item-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c2 {
    flex: 1;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    height: 14px;
    margin: 0 5px;
}

/* Corregir que la línea se estire más de la cuenta */
.ca-menu-no-price .c3 {
    display: block !important;
    opacity: 0 !important;
    width: 60px !important; /* Espacio fijo al final para todas */
    min-width: 60px !important;
}

/* Ajuste de opacidad en móvil para que el banner se vea más claro */
@media only screen and (max-width: 767px) {
    .ca-slider-overlay {
        background: rgba(0, 0, 0, 0.4) !important;
    }
    
    #section-slider, .fullwidthbanner-container {
        min-height: 800px !important;
    }
}

/* Regla final para altura de banner en móvil según preferencia del usuario */
@media only screen and (max-width: 991px) {
    #section-slider, 
    #section-slider.fullwidthbanner-container, 
    .forcefullwidth_wrapper_tp_banner, 
    .tp-fullwidth-forcer, 
    .rev_slider_wrapper, 
    .rev_slider, 
    #revolution-slider {
        max-height: 850px !important;
        height: 900px !important;
        overflow: hidden !important;
    }
}

/* --- Our Story Section --- */
body #content section.ca-story-section {
    background-color: #0e0b10 !important;
}
.ca-story-section {
    background: #0e0b10 !important;
    padding: 100px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Footer Logo */
.ca-footer-logo {
    width: 240px; /* Tamaño más grande */
    height: auto;
    margin-bottom: 25px;
}

/* --- The Costa Azul Difference Section --- */
.ca-difference-card {
    position: relative;
    height: 420px; /* Altura reducida como solicitaste */
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ca-difference-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index: 0;
}

.ca-difference-card:hover .ca-difference-bg {
    transform: scale(1.1);
}

.ca-difference-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

.ca-difference-content {
    position: relative;
    z-index: 2;
}

.ca-difference-content h4 {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}

.ca-difference-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

/* --- Menu Intro Text --- */
.ca-menu-intro-text {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 24px;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
    opacity: 0.9;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .ca-menu-intro-text {
        font-size: 20px;
    }
}

/* Hover effect for all menu sections */
.ca-menu-section:hover .ca-section-overlay {
    background: rgba(0,0,0,0.1) !important;
}

/* ── Gallery Mosaic ──────────────────────────── */
.ca-gallery-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 600px;
    gap: 6px;
    border-radius: 4px;
    overflow: hidden;
}

.ca-gallery-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    min-height: 0;
}

.ca-gallery-col--tall .ca-gallery-item {
    flex: 1;
    min-height: 0;
}

.ca-gallery-col--grid .ca-gallery-item {
    flex: 1;
    min-height: 0;
}

.ca-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ca-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ca-gallery-item:hover img {
    transform: scale(1.06);
}

.ca-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 2, 6, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.35s ease;
}

.ca-gallery-overlay i {
    color: #ffffff;
    font-size: 22px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.ca-gallery-item:hover .ca-gallery-overlay {
    background: rgba(6, 2, 6, 0.45);
}

.ca-gallery-item:hover .ca-gallery-overlay i {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 768px) {
    .ca-gallery-mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: auto;
    }

    .ca-gallery-col--tall {
        grid-column: 1 / -1;
        height: 320px;
    }

    .ca-gallery-col--tall .ca-gallery-item {
        height: 100%;
    }

    .ca-gallery-col--grid {
        height: 200px;
    }
}

/* About — review block stars */
@keyframes ca-star-reveal {
    from { clip-path: inset(0 100% 0 0); }
    to   { clip-path: inset(0 0% 0 0); }
}

.ca-review-block {
    text-align: center;
}
.ca-review-block .ca-stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}
.ca-star {
    font-size: 2.6rem;
    line-height: 1;
    clip-path: inset(0 100% 0 0);
}
.ca-star--full {
    color: #f5a000;
}
.ca-star--partial {
    background: linear-gradient(to right, #f5a000 60%, rgba(255, 255, 255, 0.2) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Trigger cuando WOW.js activa el bloque */
.ca-review-block.animated .ca-star {
    animation: ca-star-reveal 0.35s ease forwards;
}
.ca-review-block.animated .ca-star:nth-child(1) { animation-delay: 0.05s; }
.ca-review-block.animated .ca-star:nth-child(2) { animation-delay: 0.25s; }
.ca-review-block.animated .ca-star:nth-child(3) { animation-delay: 0.45s; }
.ca-review-block.animated .ca-star:nth-child(4) { animation-delay: 0.65s; }
.ca-review-block.animated .ca-star:nth-child(5) { animation-delay: 0.85s; }

.ca-review-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    letter-spacing: 0.02em;
}
.ca-review-label strong {
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .page-desserts #subheader {
        background-image: url("../03_images/slider/banner-desserts-mobile.webp") !important;
        background-position: center center !important;
    }

    #revolution-slider .ca-home-slide .ca-slide-title,
    #revolution-slider .ca-home-slide .ca-slide-text,
    #revolution-slider .ca-home-slide .ca-slide-action {
        margin: 0 !important;
    }

    #revolution-slider .ca-home-slide .ca-slide-text {
        text-align: center !important;
    }

    #revolution-slider .ca-home-slide-1 .tp-parallax-wrap:has(.ca-slide-title) {
        top: calc(50dvh - 71px) !important;
    }

    #revolution-slider .ca-home-slide-1 .tp-parallax-wrap:has(.ca-slide-text) {
        top: calc(50dvh - 32px) !important;
    }

    #revolution-slider .ca-home-slide-1 .tp-parallax-wrap:has(.ca-slide-action) {
        top: calc(50dvh + 38px) !important;
    }

    #revolution-slider .ca-home-slide-2 .tp-parallax-wrap:has(.ca-slide-title) {
        top: calc(50dvh - 71px) !important;
    }

    #revolution-slider .ca-home-slide-2 .tp-parallax-wrap:has(.ca-slide-text) {
        top: calc(50dvh - 32px) !important;
    }

    #revolution-slider .ca-home-slide-2 .tp-parallax-wrap:has(.ca-slide-action) {
        top: calc(50dvh + 38px) !important;
    }

    #revolution-slider .ca-home-slide-3 .tp-parallax-wrap:has(.ca-slide-title) {
        top: calc(50dvh - 55px) !important;
    }

    #revolution-slider .ca-home-slide-3 .tp-parallax-wrap:has(.ca-slide-text) {
        top: calc(50dvh - 16px) !important;
    }

    #revolution-slider .ca-home-slide-3 .tp-parallax-wrap:has(.ca-slide-action) {
        top: calc(50dvh + 21px) !important;
    }

    #revolution-slider .tparrows {
        top: auto !important;
        bottom: 20px !important;
        margin-top: 0 !important;
    }

    #revolution-slider .tp-leftarrow {
        left: calc(50% - 100px) !important;
        margin-left: 0 !important;
    }

    #revolution-slider .tp-rightarrow {
        left: calc(50% + 60px) !important;
        right: auto !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    #subheader {
        height: 220px !important;
        min-height: 0 !important;
        max-height: 220px !important;
        padding: 0 !important;
        overflow: hidden !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    #subheader .jarallax-img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        transform: none !important;
        will-change: auto !important;
    }
    #subheader .container {
        position: relative !important;
        z-index: 1 !important;
    }
    #subheader h2 {
        margin: 0 !important;
        font-size: 28px !important;
    }
}

/* Wine list y cartas de comida: contenido centrado solamente en móvil */
@media only screen and (max-width: 767px) {
    .page-wine-list .ca-split-section .col-lg-5,
    .page-appetizers .ca-split-section .col-lg-5,
    .page-entrees .ca-split-section .col-lg-5,
    .page-desserts .ca-split-section .col-lg-5,
    .ca-home-menu-section .col-lg-5 {
        text-align: center;
    }

    .page-wine-list .ca-split-section .menu-item-title-row,
    .page-appetizers .ca-split-section .menu-item-title-row,
    .page-entrees .ca-split-section .menu-item-title-row,
    .page-desserts .ca-split-section .menu-item-title-row,
    .ca-home-menu-section .menu-item-title-row {
        justify-content: center !important;
        text-align: center;
    }

    .page-wine-list .ca-split-section .menu-item-name,
    .page-wine-list .ca-split-section .menu-item-desc,
    .page-appetizers .ca-split-section .menu-item-name,
    .page-appetizers .ca-split-section .menu-item-desc,
    .page-entrees .ca-split-section .menu-item-name,
    .page-entrees .ca-split-section .menu-item-desc,
    .page-desserts .ca-split-section .menu-item-name,
    .page-desserts .ca-split-section .menu-item-desc,
    .ca-home-menu-section .menu-item-name,
    .ca-home-menu-section .menu-item-desc {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

/* Wine list: margen seguro para las columnas del lado izquierdo en escritorio */
@media only screen and (min-width: 992px) {
    .page-wine-list .ca-split-section .col-lg-5:not([class*="offset"]) {
        margin-left: 0 !important;
        padding-left: clamp(30px, 3.5vw, 56px);
    }
}

