@font-face {
    font-family: 'DINNext';
    src: url('../fonts/DINNextLTPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINNext';
    src: url('../fonts/DINNextLTPro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Tallica';
    src: url('../fonts/Tallica-VF.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BuloBlack';
    src: url('../fonts/Bulo Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --purple: #26193a;
    --red: #c61c2d;
    --paper: #f6f1ea;
    --content-max: 1320px;
    --side-gutter: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    background: var(--purple);
    color: var(--purple);
    font-family: 'DINNext', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }

/* Header 2025, conservado */
.site-topbar {
    width: 100%;
    min-height: 72px;
    background: var(--purple);
    color: #fff;
}
.site-topbar-grid {
    width: 100%;
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: .5rem 1rem;
}
.site-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.site-brand-logo { width: auto; max-height: 60px; }
.site-brand-claim { width: auto; max-height: 60px; }
.site-language {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .5rem;
}
.site-language a { display: inline-flex; }
.site-language img {
    display: block;
    width: auto;
    max-height: 20px;
    border-radius: 2px;
}

/* Utilidad común para las secciones full-width */
.section-inner {
    width: min(100%, var(--content-max));
    margin-inline: auto;
    padding-inline: var(--side-gutter);
}

/* HERO */
.home-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 2150 / 907;
    min-height: 310px;
    max-height: 760px;
    background-color: #b82423;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.home-hero--es {
    background-image: url('../2026/home/hero_ES.webp');
}
.home-hero--en {
    background-image: url('../2026/home/hero_EN.webp');
}

/* LO MEJOR ESTÁ POR SERVIR */
.section-best {
    position: relative;
    width: 100%;
    min-height: 640px;
    background: var(--purple) url('../2026/home/fondo01.webp') center center / cover no-repeat;
    color: #fff;
    padding: clamp(58px, 7vw, 106px) 0 clamp(64px, 7vw, 110px);
    overflow: hidden;
}
.best-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(42px, 7vw, 110px);
    align-items: center;
}
.best-copy { max-width: 690px; }
.best-claim {
    display: block;
    width: min(100%, 520px);
    margin: 0 0 clamp(24px, 3vw, 42px);
}
.best-text {
    font-family: 'Barlow', Arial, sans-serif;
    text-align: justify;
    font-weight: 500;
    font-size: clamp(16px, 1.45vw, 21px);
    line-height: 1.35;
    letter-spacing: .005em;
}
.best-text p { margin: 0 0 1.05em; }
.best-text strong { font-weight: 700; }
.best-logos {
    display: block;
    width: min(100%, 575px);
    margin-top: clamp(28px, 4vw, 52px);
}
.best-visual { display: flex; align-items: center; justify-content: center; }
.best-napkins {
    width: min(100%, 520px);
    filter: drop-shadow(0 12px 20px rgba(0,0,0,.14));
}

/* OJO A LO QUE VIENE */
.section-coming {
    position: relative;
    width: 100%;
    min-height: 560px;
    background: var(--paper) url('../2026/home/fondo02.webp') center center / cover no-repeat;
    padding: clamp(56px, 7vw, 98px) 0;
    overflow: hidden;
}
.coming-grid {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
    gap: clamp(34px, 5vw, 86px);
    align-items: center;
}
.coming-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}
.coming-rings {
    width: min(100%, 620px);
    transform: translateY(1.5%);
}
.coming-copy {
    width: min(100%, 620px);
    justify-self: start;
}
.display-title {
    margin: 0 0 clamp(18px, 2vw, 28px);
    font-family: 'BuloBlack', Impact, sans-serif;
    font-size: clamp(50px, 5.2vw, 86px);
    line-height: normal;
    /* text-transform: uppercase; */
    /* letter-spacing: -.025em; */
}
.display-title--red { color: var(--red); }
.section-coming .display-title {
    font-family: 'Tallica', Impact, sans-serif;
    font-weight: 700;
}
.display-title--white { color: #fff; }
.coming-text {
    font-family: 'Barlow', Arial, sans-serif;
    text-align: justify;
    font-weight: 500;
    max-width: 600px;
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.32;
}
.coming-text p { margin: 0 0 1.05em; }
.products-cta {
    display: inline-block;
    width: min(100%, 345px);
    margin-top: clamp(10px, 1.5vw, 18px);
    transition: transform .2s ease;
}
.products-cta:hover,
.products-cta:focus-visible { transform: scale(1.025); }

/* CONXEMAR */
.section-event {
    position: relative;
    width: 100%;
    min-height: 470px;
    background: var(--red) url('../2026/home/fondo03.webp') center center / cover no-repeat;
    padding: clamp(58px, 6vw, 94px) 0 clamp(54px, 6vw, 88px);
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.event-inner {
    width: min(100%, 960px);
    margin-inline: auto;
    padding-inline: var(--side-gutter);
}
.event-title {
    margin: 0 auto clamp(24px, 3vw, 36px);
    max-width: 900px;
    font-family: 'Tallica', Impact, sans-serif;
    font-weight: 700;
    font-size: clamp(54px, 6.6vw, 86px);
    line-height: normal;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #fff;
}
.event-text {
    font-family: 'Barlow', Arial, sans-serif;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    max-width: 790px;
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.32;
}
.event-text p { margin: 0 0 1.1em; }
.event-text strong { font-weight: 700; }
.ticket-cta {
    display: inline-block;
    width: min(100%, 720px);
    margin-top: clamp(28px, 4vw, 48px);
    transition: transform .2s ease;
}
.ticket-cta:hover,
.ticket-cta:focus-visible { transform: scale(1.02); }

/* Footer 2025, conservado */
.footer-custom {
    width: 100%;
    padding: 38px 0 34px;
    background: var(--purple);
    color: #fff;
    text-align: center;
}
.footer-inner {
    width: 100%;
    padding-inline: var(--side-gutter);
}
.footer-logo-wrap { margin-bottom: 24px; }
.footer-logo { width: auto; max-height: 50px; }
.footer-links {
    font-size: .9rem;
    letter-spacing: 1px;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 .75rem;
}
.footer-links a:hover { text-decoration: underline; }
.footer-links .separator { color: #fff; margin: 0 .25rem; }

@media (max-width: 991.98px) {
    :root { --side-gutter: clamp(24px, 5vw, 44px); }
    .site-topbar-grid {
        display: flex;
        justify-content: space-between;
        padding-right: .5rem;
    }
    .site-topbar-spacer { display: none; }
    .site-brand { justify-content: flex-start; }
    .site-brand-logo, .site-brand-claim { max-height: 40px; }
    .best-grid,
    .coming-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }
    .best-napkins { width: min(100%, 440px); }
    .coming-rings { width: min(100%, 520px); }
}

@media (max-width: 767.98px) {
    :root { --side-gutter: 22px; }
    .site-topbar,
    .site-topbar-grid { min-height: 58px; }
    .site-brand { gap: .65rem; }
    .site-brand-logo { max-height: 28px; }
    .site-brand-claim { display: none; }
    .site-language img { max-height: 17px; }

    .home-hero {
        aspect-ratio: auto;
        height: min(64vw, 430px);
        min-height: 260px;
        background-position: center center;
    }
    .section-best,
    .section-coming,
    .section-event { min-height: 0; }
    .best-grid,
    .coming-grid { grid-template-columns: 1fr; }
    .best-grid { gap: 40px; }
    .best-copy { max-width: none; }
    .best-claim { width: min(100%, 430px); }
    .best-visual { order: 2; }
    .best-napkins { width: min(84vw, 430px); }
    .best-logos { width: min(100%, 560px); }

    .coming-grid { gap: 20px; }
    .coming-visual { order: 2; }
    .coming-copy { order: 1; width: 100%; }
    .coming-rings { width: min(95vw, 540px); }
    .products-cta { width: min(78vw, 340px); }

    .event-title { font-size: clamp(48px, 15vw, 78px); }
    .ticket-cta { width: min(94vw, 680px); }

    .footer-custom { padding: 30px 0 28px; }
    .footer-logo { max-height: 42px; }
    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: .78rem;
        letter-spacing: .7px;
    }
    .footer-links a { margin: 0; }
    .footer-links .separator { display: none; }
}

@media (max-width: 479.98px) {
    :root { --side-gutter: 18px; }
    .site-topbar-grid { padding-left: .75rem; }
    .home-hero { height: 72vw; min-height: 245px; }
    .section-best { padding-top: 48px; padding-bottom: 54px; }
    .section-coming { padding-top: 48px; padding-bottom: 48px; }
    .section-event { padding-top: 50px; padding-bottom: 48px; }
    .best-text,
    .coming-text,
    .event-text { font-size: 16px; }
    .display-title { font-size: clamp(46px, 15vw, 62px); }
}

/* =========================================================
   DESTACADOS 2026
   Estructura modular preparada para sustituir productos,
   textos e imagenes sin rehacer la maquetacion.
   ========================================================= */
@font-face {
    font-family: 'Post';
    src: url('../fonts/Post.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body.destacados-page {
    background-color: var(--paper);
    background-image: url('../2026/destacados/fondo_destacados.webp');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
    color: var(--purple);
}

.destacados-hero {
    width: 100%;
    background: var(--red);
    overflow: hidden;
}
.destacados-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.products-section {
    width: 100%;
    padding: clamp(52px, 6vw, 92px) 0 clamp(70px, 8vw, 128px);
    background: transparent;
}
.products-inner {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding-inline: var(--side-gutter);
}
.product-card {
    position: relative;
    display: grid;
    align-items: center;
    column-gap: clamp(34px, 5vw, 78px);
    row-gap: clamp(20px, 3vw, 36px);
    margin: 0 0 clamp(62px, 7vw, 108px);
}
.product-card:last-child { margin-bottom: 0; }
.product-card--side {
    grid-template-columns: minmax(0, .92fr) minmax(280px, 1.08fr);
}
.product-card--stack {
    grid-template-columns: 1fr;
}
.product-card--stack .product-copy {
    width: min(100%, 800px);
}
.product-card--stack .product-media {
    width: min(100%, 860px);
    justify-self: start;
}
.product-copy { min-width: 0; }
.product-name {
    margin: 0 0 clamp(8px, 1vw, 13px);
    font-family: 'Tallica', Impact, sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 5vw, 76px);
    line-height: normal;
    letter-spacing: -.02em;
    text-transform: uppercase;
}
.product-name--red { color: var(--red); }
.product-name--blue { color: var(--purple); }
.product-claim {
    margin: 0 0 8px;
    font-family: 'Post', 'Awesome Ways', cursive;
    font-weight: 400;
    font-size: clamp(21px, 2.15vw, 32px);
    line-height: 1.02;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: var(--purple);
}
.product-description {
    margin: 0;
    max-width: 760px;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 500;
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.34;
    color: #251d32;
}
.product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}
.product-media img {
    display: block;
    width: 100%;
    max-height: 390px;
    object-fit: contain;
}
.product-media--wide img { max-height: 330px; }
.product-card--stack .product-media img { object-position: left center; }
.product-card--text-only {
    grid-template-columns: 1fr;
}
.product-card--text-only .product-copy { width: min(100%, 760px); }

@media (max-width: 991.98px) {
    .products-inner { width: min(100%, 900px); }
    .product-card--side {
        grid-template-columns: minmax(0, 1fr) minmax(230px, .9fr);
    }
    .product-name { font-size: clamp(44px, 6vw, 64px); }
}

@media (max-width: 767.98px) {
    .products-section { padding-top: 46px; padding-bottom: 72px; }
    .product-card,
    .product-card--side,
    .product-card--stack,
    .product-card--text-only {
        grid-template-columns: 1fr;
        margin-bottom: 68px;
    }
    .product-card--side .product-copy { order: 1; }
    .product-card--side .product-media { order: 2; }
    .product-media,
    .product-card--stack .product-media {
        width: min(100%, 620px);
        justify-self: center;
    }
    .product-card--stack .product-media img { object-position: center; }
    .product-name { font-size: clamp(44px, 13vw, 66px); }
    .product-claim { font-size: clamp(21px, 6.2vw, 30px); }
    .product-description { font-size: 16px; }
}

@media (max-width: 479.98px) {
    .products-section { padding-top: 38px; }
    .product-card { margin-bottom: 58px; }
    .product-name { font-size: clamp(40px, 14vw, 56px); }
    .product-media img { max-height: 300px; }
}

.product-name {
    font-family: 'Tallica', sans-serif;
    font-weight: 700;
    line-height: normal;

    font-kerning: none;
    font-feature-settings: "kern" 0;
    letter-spacing: 0.01em;
}


/* =========================================================
   OTROS PRODUCTOS / OTRA MARCA
   ========================================================= */
.other-brand-section {
    width: min(100%, 1120px);
    margin: clamp(82px, 10vw, 150px) auto 0;
    padding: clamp(52px, 6vw, 82px) var(--side-gutter) 0;
    border-top: 1px solid rgba(198, 28, 45, .28);
}
.other-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(34px, 5vw, 72px);
    row-gap: clamp(50px, 6vw, 86px);
}
.other-brand-product {
    min-width: 0;
    text-align: center;
}
.other-brand-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(16px, 2vw, 24px);
}
.other-brand-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.other-brand-name {
    margin: 0;
    font-family: 'Post', cursive;
    font-weight: 400;
    font-size: clamp(31px, 3.2vw, 46px);
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-kerning: none;
    font-feature-settings: "kern" 0;
}

@media (max-width: 767.98px) {
    .other-brand-section {
        margin-top: 78px;
        padding-top: 46px;
    }
    .other-brand-grid {
        grid-template-columns: 1fr;
        row-gap: 56px;
    }
    .other-brand-product {
        width: min(100%, 620px);
        margin-inline: auto;
    }
    .other-brand-name {
        font-size: clamp(32px, 9vw, 44px);
    }
}


/* =========================================================
   DESTACADOS FINALES v1.32
   Imagenes finales + bloque Yatecomer + CTA volver.
   ========================================================= */
.other-brand-section--final {
    border-top: 0;
    padding-top: clamp(24px, 3vw, 42px);
}
.other-brand-heading {
    margin-bottom: clamp(38px, 5vw, 64px);
}
.other-brand-logo {
    display: block;
    width: min(100%, 310px);
    height: auto;
    margin: 0 0 clamp(24px, 2.5vw, 34px);
}
.other-brand-kicker {
    margin: 0 0 clamp(12px, 1.4vw, 20px);
    font-family: 'Tallica', Impact, sans-serif;
    font-weight: 700;
    font-size: clamp(44px, 5vw, 70px);
    line-height: normal;
    color: #c98f67;
    text-transform: uppercase;
    font-kerning: none;
    font-feature-settings: "kern" 0;
    letter-spacing: .01em;
}
.other-brand-subtitle {
    margin: 0;
    font-family: 'Tallica', Impact, sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 4.6vw, 66px);
    line-height: normal;
    color: var(--purple);
    text-transform: uppercase;
    font-kerning: none;
    font-feature-settings: "kern" 0;
    letter-spacing: .01em;
}
.other-brand-description {
    margin: 9px auto 0;
    max-width: 470px;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 500;
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.34;
    color: #251d32;
    text-align: left;
}
.other-brand-section--final .other-brand-media {
    aspect-ratio: auto;
    min-height: clamp(220px, 25vw, 330px);
}
.other-brand-section--final .other-brand-media img {
    width: 100%;
    height: auto;
    max-height: 330px;
    object-fit: contain;
}
.back-home-wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(58px, 7vw, 100px);
}
.back-home-link {
    display: block;
    width: min(100%, 620px);
    transition: transform .2s ease;
}
.back-home-link:hover,
.back-home-link:focus-visible { transform: scale(1.02); }
.back-home-link img { display: block; width: 100%; height: auto; }

@media (max-width: 767.98px) {
    .other-brand-logo { width: min(78vw, 300px); }
    .other-brand-kicker { font-size: clamp(38px, 11vw, 56px); }
    .other-brand-subtitle { font-size: clamp(34px, 10vw, 50px); }
    .other-brand-description { text-align: left; font-size: 16px; }
    .other-brand-section--final .other-brand-media { min-height: 200px; }
    .back-home-link { width: min(92vw, 620px); }
}
