/* ========= PALETA CAN SOLANA ========= */

:root {
    --blanco-cal: #FAF9F6;
    --arena-clara: #E6E1D8;
    --verde-oliva: #6F7F5A;
    --verde-oliva-oscuro: #4E5A3D;
    --negro-suave: #1F1F1F;
    --gris-suave: #6D6D68;
    --borde-suave: rgba(31, 31, 31, 0.08);
    --sombra-suave: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* ========= GLOBALES ========= */

body {
    margin-top: 76px;
    background-color: var(--blanco-cal);
    color: var(--negro-suave);
    font-size: 16px;
    line-height: 1.65;
}

a {
    color: var(--verde-oliva);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--verde-oliva-oscuro);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--negro-suave);
    font-weight: 600;
}

.texto-justificado {
    text-align: justify;
}

.espacio {
    margin-top: 72px !important;
}

/* ========= NAVBAR ========= */

.navbar {
    background: rgba(31, 31, 31, 0.42);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 1px 0 rgba(255,255,255,.04);
}

.navbar-brand,
.navbar .nav-link {
    color: var(--blanco-cal) !important;
    font-weight: 500;
}

.navbar-brand {
    font-size: 2rem;
    letter-spacing: 0.2px;
}

.navbar .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ffffff !important;
}

.navbar-toggler {
    border-color: rgba(255,255,255,.35);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: brightness(2);
}

.navbar-brand img {
    height:32px;
}

.dropdown-menu {
    border: 0;
    border-radius: 14px;
    box-shadow: var(--sombra-suave);
    background: #fff;
    padding: .6rem 0;
}

.dropdown-item {
    color: var(--negro-suave);
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(230, 225, 216, 0.45);
    color: var(--verde-oliva-oscuro);
}

.dropdown-header {
    color: var(--verde-oliva);
    font-weight: 600;
}

.bnd1,
.bnd2 {
    display: inline-block;
    width: 14px;
    height: auto;
}

.raya {
    text-decoration: underline;
}

/* ========= CABECERA / HERO ========= */

.cabecera {
    background:
            linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08)),
            url("../img/cocineros.jpg") center center / cover no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    text-shadow: none;
    margin-bottom: 0;
    position: relative;
    padding-top:140px;
    padding-bottom:140px;
}


.cabecera::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(250,249,246,.18), rgba(250,249,246,.10));
    pointer-events: none;
}

.cabecera .container {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
}

.cabecera h1 {
    font-size: clamp(3rem, 6vw, 5.8rem);
    margin-bottom: 1rem;
    color: var(--negro-suave);
    font-weight: 500;
    letter-spacing: -1px;
}

.cabecera p {
    font-size: 1.2rem;
    color: var(--negro-suave);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cabecera .btn {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

/* ========= BOTONES ========= */

.btn {
    border-radius: 999px;
    padding: .75rem 1.4rem;
    font-weight: 500;
    transition: .2s ease;
    box-shadow: none !important;
}

.btn-warning {
    background-color: var(--verde-oliva);
    border-color: var(--verde-oliva);
    color: #fff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: var(--verde-oliva-oscuro) !important;
    border-color: var(--verde-oliva-oscuro) !important;
    color: #fff !important;
}

.btn-outline-custom {
    border: 1px solid var(--verde-oliva);
    color: var(--verde-oliva);
    background: transparent;
}

.btn-outline-custom:hover {
    background: var(--verde-oliva);
    color: #fff;
}

/* ========= TARJETAS / THUMBNAILS ========= */

.thumbnail {
    background: #fff;
    border: 1px solid var(--borde-suave);
    border-radius: 18px;
    padding: 1rem;
    box-shadow: var(--sombra-suave);
    height: 100%;
}

.thumbnail h3 {
    margin-top: 1.4rem;
    margin-bottom: .8rem;
    font-size: 2rem;
    font-weight: 500;
}

.thumbnail p {
    color: var(--gris-suave);
    margin-bottom: 1.2rem;
}

.thumbnail img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.imagen,
.imagen1,
.imagen2 {
    height: 260px !important;
}

/* ========= CARTA ========= */

.carta {
    border-top: 1px solid rgba(31,31,31,.08);
    border-bottom: 1px solid rgba(31,31,31,.08);
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.carta > h1 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 500;
}

.labels {
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.list-group-item {
    border-radius: 12px !important;
    border: 1px solid rgba(111, 127, 90, 0.18);
    background: rgba(230, 225, 216, 0.35);
    color: var(--negro-suave);
    padding: .9rem 1rem;
    font-weight: 500;
}

.badge.bg-secondary {
    background-color: var(--verde-oliva) !important;
}

.badge.bg-success {
    background-color: var(--verde-oliva-oscuro) !important;
}

.well {
    background: #fff;
    border: 1px solid var(--borde-suave);
    border-radius: 18px;
    padding: 1.4rem;
    box-shadow: var(--sombra-suave);
    margin-bottom:40px;
}

.well h2 {
    margin-top: 0;
    margin-bottom: .8rem;
    font-size: 2rem;
    font-weight: 500;
}

.well p {
    color: var(--gris-suave);
}

.plato {
    width: 100%;
    max-width: 240px;
    border-radius: 14px;
    display: block;
    object-fit: cover;
}

#concepto p{
    max-width:700px;
    margin:auto;
}

/* ========= PAGINACIÓN ========= */

.pagination {
    margin-top: 1.5rem;
}

.page-link {
    color: var(--verde-oliva);
    border-color: rgba(31,31,31,.08);
}

.page-link:hover {
    color: var(--verde-oliva-oscuro);
    background: rgba(230, 225, 216, 0.35);
    border-color: rgba(31,31,31,.08);
}

.page-item.active .page-link {
    background-color: var(--verde-oliva);
    border-color: var(--verde-oliva);
    color: #fff;
}

/* ========= IFRAME MAPA / VIDEO ========= */

iframe {
    border: 0;
    border-radius: 16px;
    box-shadow: var(--sombra-suave);
}

/* ========= PIE ========= */

.pie {
    background: rgba(230, 225, 216, 0.4);
    border-top: 1px solid rgba(31,31,31,.08);
}

.pie .nav-link {
    color: var(--verde-oliva);
    font-weight: 500;
}

.pie .nav-link:hover {
    color: var(--verde-oliva-oscuro);
}

.copyright {
    background-color: var(--negro-suave);
    color: #fff;
}

.texto-pie {
    margin: 0;
    font-size: .95rem;
}

/* ========= UTILIDADES ========= */

.margen {
    padding-left: 0 !important;
}

/* ========= RESPONSIVE ========= */

@media (max-width: 991.98px) {
    body {
        margin-top: 72px;
    }

    .cabecera {
        min-height: 440px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cabecera h1 {
        font-size: 3.4rem;
    }

    .cabecera p {
        font-size: 1.08rem;
    }

    .navbar .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-nav.ms-auto {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .espacio {
        margin-top: 52px !important;
    }

    .cabecera {
        min-height: 400px;
    }

    .cabecera h1 {
        font-size: 2.6rem;
    }

    .carta > h1 {
        font-size: 2.4rem;
    }

    .thumbnail h3,
    .well h2 {
        font-size: 1.7rem;
    }

    .imagen,
    .imagen1,
    .imagen2 {
        height: 220px !important;
    }
}