﻿/* =========================================================
   TEMA LA DAGA
========================================================= */

.tema-la-daga {
    background: #e9e1c9;
    color: #050505;
    font-family: "Montserrat", Arial, sans-serif;
}

.tema-la-daga .hero {
    min-height: 48vh;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(18px, 4vw, 42px);
    padding: clamp(38px, 6vw, 76px) clamp(22px, 7vw, 92px);
    background-color: #e9e1c9;
    background-image:
        linear-gradient(rgba(179,153,96,.24) 1px, transparent 1px),
        linear-gradient(90deg, rgba(179,153,96,.24) 1px, transparent 1px);
    background-size: 28px 28px;
    border-bottom: 7px solid #050505;
}

.tema-la-daga .hero::before {
    background: rgba(233,225,201,.54);
}

.tema-la-daga .hero[style] {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.tema-la-daga .logo {
    position: relative;
    z-index: 1;
    width: 132px;
    height: 132px;
    margin: 0;
    border-radius: 999px;
    border: 4px solid #050505;
    background: #f7942f;
    box-shadow: 8px 8px 0 #050505;
}

.tema-la-daga .hero h1,
.tema-la-daga .hero p {
    position: relative;
    z-index: 1;
}

.tema-la-daga .hero h1 {
    color: #f7942f;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(4.2rem, 10vw, 8.4rem);
    line-height: .86;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: none;
}

.tema-la-daga .hero p {
    max-width: 520px;
    margin-top: 12px;
    color: #004237;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tema-la-daga .categorias {
    position: sticky;
    top: 0;
    z-index: 20;
    justify-content: flex-start;
    gap: 12px;
    padding: 18px clamp(14px, 4vw, 54px);
    background: #e9e1c9;
    background-image:
        linear-gradient(rgba(179,153,96,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(179,153,96,.18) 1px, transparent 1px);
    background-size: 28px 28px;
    border-bottom: 4px solid #050505;
}

.tema-la-daga .categorias button {
    background: #efe8d5 !important;
    color: #f7942f !important;
    border: 2px solid #050505;
    border-radius: 16px;
    padding: 11px 20px;
    box-shadow: 0 5px 0 #f7942f, 0 7px 0 #050505;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.tema-la-daga .categorias button:hover,
.tema-la-daga .categorias button.categoria-activa {
    background: #f7942f !important;
    color: #050505 !important;
    transform: translateY(2px);
    box-shadow: 0 3px 0 #050505;
}

.tema-la-daga .productos {
    background-color: var(--color-superficie, #e9e1c9);
    background-image:
        linear-gradient(rgba(233,225,201,.76), rgba(233,225,201,.76)),
        var(--imagen-superficie),
        linear-gradient(rgba(179,153,96,.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(179,153,96,.2) 1px, transparent 1px);
    background-size: cover, cover, 28px 28px, 28px 28px;
    background-position: center, center, top left, top left;
    padding: clamp(28px, 5vw, 64px);
    gap: 18px;
}

.tema-la-daga .subcategoria-titulo {
    grid-column: 1 / -1;
    justify-self: center;
    width: fit-content;
    margin: 26px 0 8px;
    padding: 10px 28px;
    background: #efe8d5;
    color: #f7942f;
    border: 2px solid #050505;
    border-radius: 16px;
    box-shadow: 0 5px 0 #f7942f, 0 7px 0 #050505;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.tema-la-daga .card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 18px 18px 16px;
    background: rgba(233,225,201,.72);
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.tema-la-daga .card:hover {
    transform: none;
}

.tema-la-daga .card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 16px;
    height: 16px;
    background: #f7942f;
    clip-path: polygon(50% 0%, 61% 26%, 89% 11%, 74% 39%, 100% 50%, 74% 61%, 89% 89%, 61% 74%, 50% 100%, 39% 74%, 11% 89%, 26% 61%, 0% 50%, 26% 39%, 11% 11%, 39% 26%);
}

.tema-la-daga .card img {
    width: 100%;
    height: 150px;
    border: 2px solid #050505;
    border-radius: 8px;
    object-fit: cover;
}

.tema-la-daga .card-content h3 {
    padding-left: 18px;
    color: #050505;
    font-size: 1.22rem;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.tema-la-daga .card-content p {
    padding-left: 18px;
    color: #272018;
    font-size: .92rem;
    line-height: 1.2;
}

.tema-la-daga .precio {
    padding-left: 18px;
    margin-top: 8px;
    color: #050505;
    font-size: 1.08rem;
    font-weight: 900;
}

.tema-la-daga .badge-destacado {
    background: #f7942f;
    color: #050505;
    border: 2px solid #050505;
    border-radius: 999px;
    font-weight: 900;
}

.tema-la-daga .adiciones-box {
    grid-column: 1 / -1;
    background: #efe8d5;
    border: 2px solid #050505;
    border-radius: 16px;
    box-shadow: 0 5px 0 #f7942f, 0 7px 0 #050505;
}

.tema-la-daga .adiciones-box h3,
.tema-la-daga .promo-titulo,
.tema-la-daga .promo-precio {
    color: #f7942f;
    font-weight: 900;
    text-transform: uppercase;
}

.tema-la-daga .adicion-item {
    border-bottom: 1px dashed rgba(0,0,0,.35);
}

.tema-la-daga .footer {
    background: #050505;
    color: #efe8d5;
}

.tema-la-daga .footer h2 {
    color: #f7942f;
    text-transform: uppercase;
}

.tema-la-daga .footer-item p {
    color: #efe8d5;
}

.tema-la-daga .footer-redes a,
.tema-la-daga .whatsapp,
.tema-la-daga .promo-whatsapp {
    background: #f7942f !important;
    color: #050505 !important;
    border: 2px solid #050505;
    border-radius: 10px;
    box-shadow: 0 4px 0 #050505;
    font-weight: 900;
}

.tema-la-daga .promo-card {
    background: #efe8d5;
    color: #050505;
    border: 3px solid #050505;
    border-radius: 16px;
    box-shadow: 8px 8px 0 #f7942f;
}

.tema-la-daga .promo-content p {
    color: #272018;
}

@media (max-width: 768px) {
    .tema-la-daga .hero {
        min-height: 44vh;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 42px 18px;
    }

    .tema-la-daga .logo {
        width: 104px;
        height: 104px;
        margin: 0 auto;
    }

    .tema-la-daga .hero h1 {
        font-size: clamp(3.4rem, 16vw, 5rem);
    }

    .tema-la-daga .categorias {
        padding: 12px;
    }

    .tema-la-daga .categorias button {
        padding: 9px 14px;
        font-size: .88rem;
    }
}

