/* ===== ESTILOS GLOBALES REUTILIZABLES ===== */
/* Los estilos del navbar ahora se heredan de home.css */

/* ===== ESTILOS DEL NAVBAR (COPIADOS DE HOME.CSS) ===== */
.row-view {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px 5% !important;
    background: transparent;
    justify-content: flex-start;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1000;
}

.row-view.scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #d9d9d9 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px !important;
    z-index: 9999;
    align-items: center !important;
}

.row-view.scrolled .image {
    transition: all 0.3s ease;
    height: 80px;
    width: auto;
}

.row-view.scrolled .image2 {
    transition: all 0.3s ease;
    filter: invert(1) brightness(0);
}

.image {
    width: auto;
    height: 120px;
    object-fit: fill;
}

.image2 {
    width: 52px;
    height: 36px;
    object-fit: fill;
}

.view {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 40px;
    margin-left: auto;
    margin-right: 60px;
    background-image: url('../assets/shnjngqi_expires_30_days.png');
    background-size: cover;
    background-position: center;
}

/* Estilos específicos para el badge de tienda */
.view .text {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    font-style: italic !important;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
}

.view .text.druk-text-bold-italic {
    font-family: 'Druk Text', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 700 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
}

/* ===== MENÚ LATERAL DESLIZANTE ===== */
.side-menu {
    position: fixed;
    top: 0;
    right: -1000px;
    height: 100vh;
    background: transparent;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    box-shadow: none;
}

.side-menu.active {
    right: 0;
}

.side-menu-content {
    padding: 60px 0 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
}

.side-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.menu-item {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 20px;
    background: rgba(212, 46, 18, 0.9);
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    text-align: right;
    width: auto;
    min-width: fit-content;
}

.menu-item:hover {
    color: #FFD700;
    background: rgba(212, 46, 18, 1);
    transform: translateX(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ===== HERO SECCIÓN MARCA (ESTILO VISUAL COMO LA FOTO) ===== */
.brand-hero-section {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: none;
    position: relative;
    z-index: 1;
}

.brand-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100vw;
    min-height: 520px;
    position: relative;
}

.brand-hero-left {
    background: #D42E12;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 180px 140px 60px 60px;
    min-height: 520px;
    z-index: 2;
    gap: 24px;
}

.brand-hero-title br {
    display: none;
}

.brand-hero-title {
    margin: 0 0 24px 0;
    line-height: 1;
}
.brand-hero-title-main {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    display: block;
    margin-bottom: 0;
    line-height: 1.1;
}
.brand-hero-title-sub {
    font-size: 64px;
    font-weight: 900;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    display: block;
    margin-top: 0;
    line-height: 1.1;
}
.brand-hero-description {
    color: #fff;
    font-size: 32px;
    margin: 0;
    line-height: 1.3;
    text-align: left;
    font-style: normal !important;
}

.brand-hero-description,
.brand-hero-description p,
.brand-hero-left > p.brand-hero-description,
.brand-hero-left > p.brand-hero-description + p,
.brand-hero-description span,
.brand-hero-description div,
.brand-hero-description * {
    font-style: normal !important;
    font-size: 32px !important;
    color: #fff !important;
    line-height: 1.3 !important;
}

.brand-hero-description p {
    margin: 0 0 1em 0 !important;
}

.brand-hero-description p:last-child {
    margin-bottom: 0 !important;
}

.brand-hero-right {
    position: relative;
    background: url('../assets/w5kuxadn_expires_30_days.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 520px;
    z-index: 2;
}

.brand-hero-video-wrapper {
    position: relative;
    width: 90%;
    max-width: 600px;
    height: 340px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    left: -60px;
    z-index: 10;
    justify-content: center;
}
.brand-hero-video-wrapper iframe {
    width: 100%;
    height: 340px;
    border: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

/* Estilos específicos para cuando el video está activo */
.brand-hero-video-wrapper iframe[style*="display: block"] {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/* Estilos para el video cuando está activo */
.brand-hero-video-wrapper iframe.video-active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 20 !important;
}

#video-trigger {
    position: absolute;
    z-index: 18;
}

#video-trigger img {
    width: 100px;
    height: 100px;
}

.brand-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    z-index: 20;
    pointer-events: none;
    opacity: 0.95;
}

/* Responsive */
@media (max-width: 1100px) {
    .brand-hero-grid {
        grid-template-columns: 1fr 1fr;
    }
    .brand-hero-left {
        padding: 40px 20px 40px 20px;
    }
    .brand-hero-title-main { font-size: 28px; }
    .brand-hero-title-sub { font-size: 38px; }
    .brand-hero-description { font-size: 32px; }
    .brand-hero-video-wrapper iframe { height: 220px; }
    .brand-hero-video-wrapper {
        left: 0;
    }
}
@media (max-width: 800px) {
    .brand-hero-grid {
        grid-template-columns: 1fr;
    }
    .brand-hero-left, .brand-hero-right {
        min-height: 320px;
        width: 100vw;
        padding: 30px 10px;
    }
    .brand-hero-video-wrapper {
        max-width: 98vw;
        left: 0;
    }
    .brand-hero-video-wrapper iframe {
        height: 180px;
    }
}
@media (max-width: 500px) {
    .brand-hero-title-main { font-size: 18px; }
    .brand-hero-title-sub { font-size: 28px; }
    .brand-hero-description { font-size: 32px; }
    .brand-hero-left, .brand-hero-right {
        padding: 18px 4vw;
    }
    .brand-hero-video-wrapper iframe {
        height: 120px;
    }
    .brand-hero-video-wrapper {
        left: 0;
    }
}

.brand-navigation-menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 279px;
    padding-bottom: 279px;
    gap: 20px;
    background-image: url('../assets/w5kuxadn_expires_30_days.png');
    background-size: cover;
    background-position: center;
}

.brand-nav-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-nav-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2px 80px 15px 56px;
    background-image: url('../assets/q8z3ag32_expires_30_days.png');
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.brand-nav-button:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.brand-nav-text {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

.brand-hero-image {
    position: absolute;
    bottom: 170px;
    right: 386px;
    width: 820px;
    height: 458px;
    object-fit: fill;
}

/* ===== SECCIÓN DE HISTORIA ===== */
.brand-history-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #000000;
    padding: 60px 100px;
    justify-content: flex-start;
}

.section-title {
    color: #000;
    font-size: 85px;
    font-weight: bold;
    margin: 30px 0;
    text-align: left;
    width: 100%;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

.section-title span.druk-text > span,
.text4 span.druk-text > span,
h2.text4 span.druk-text > span,
h2.section-title span.druk-text > span,
#hero-title-1 > span.druk-text > span {
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-stretch: expanded !important;
    display: block;
    margin-top: 0.2em;
}

.brand-history-section .section-title > span,
.brand-history-section .section-title span {
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-stretch: expanded !important;
}

#process-title.section-title .druk-text  {
    margin-left: 10px;
}

#process-title {
    margin-bottom: 0;
}

.section-subtitle {
    color: #D42E12;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    width: 100%;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

#history-title {
    font-style: normal !important;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#history-title span {
    line-height: 1 !important;
}

#timeline {
    width: 500px;
    height: 600px;
    overflow: hidden;
    margin: 40px auto;
    position: relative;
    background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/dot.gif') 3px top repeat-y;
}
    #dates {
        width: 100px;
        height: 600px;
        overflow: hidden;
        float: left;
    }
        #dates li {
            list-style: none;
            width: 100px;
            height: 100px;
            line-height: 100px;
            font-size: 24px;
            padding-left: 10px;
            background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/biggerdot.png') left center no-repeat;
        }
            #dates a {
                line-height: 38px;
                padding-bottom: 10px;
            }
            #dates .selected {
                font-size: 38px;
            }
    
    #issues {
        width: 400px;
        height: 600px;
        overflow: hidden;
        float: left;
    }	
        #issues li {
            max-width: 300px;
            height: 600px;
            list-style: none;
     text-align: center;

        }
            #issues li.selected img {
                -webkit-transform: scale(1.1,1.1);
                -moz-transform: scale(1.1,1.1);
                -o-transform: scale(1.1,1.1);
                -ms-transform: scale(1.1,1.1);
                transform: scale(1.1,1.1);
            }
            #issues li img {
                width: 200px;
                margin: 10px 30px 10px 50px;
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
                zoom: 1;
                -webkit-transition: all 2s ease-in-out;
                -moz-transition: all 2s ease-in-out;
                -o-transition: all 2s ease-in-out;
                -ms-transition: all 2s ease-in-out; 
                transition: all 2s ease-in-out;
                -webkit-transform: scale(0.7,0.7);
                -moz-transform: scale(0.7,0.7);
                -o-transform: scale(0.7,0.7);
                -ms-transform: scale(0.7,0.7);
                transform: scale(0.7,0.7);
            }
            #issues li h1 {
                color: #ffcc00;
                font-size: 48px;
                text-align: center;
                text-shadow: #000 1px 1px 2px;
            }
            #issues li p {
                font-size: 14px;
                margin: 10px 20px;
                font-weight: normal;
                line-height: 22px;
                text-shadow: #000 1px 1px 2px;
            }
    
    #grad_top,
    #grad_bottom {
        width: 500px;
        height: 80px;
        position: absolute;
    }
        #grad_top {
            top: 0;
            background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/grad_top.png') repeat-x;
        }
        #grad_bottom {
            bottom: 0;
            background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/grad_bottom.png') repeat-x;
        }
    
    #next,
    #prev {
        position: absolute;
        /* left: 55%; */
        left: 45%;
        font-size: 70px;
        width: 38px;
        height: 22px;
        background-position: 0 -44px;
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
    }
        #next:hover,
        #prev:hover {
            background-position:  0 0;
        }
        #next {
            bottom: 0;
            background-image: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/next_v.png');
        }
        #prev {
            top: 0;
            background-image: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/prev_v.png');
        }
            #next.disabled,
            #prev.disabled {
                opacity: 0.2;
            }



.history-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    padding: 0 5%;
    gap: 40px;
}

.timeline-dates {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 36px;
    margin-right: 15px;
    gap: 60px;
}

.timeline-date-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.timeline-year {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
    margin-top: 138px;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

.timeline-period {
    color: #BB9C4B;
    font-size: 30px;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900;
    font-style: italic;
    font-stretch: condensed;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-variation-settings: 'wght' 900;
    text-align: center;
    line-height: 1 !important;
}

.history-image {
    width: 500px;
    height: 500px;
    object-fit: fill;
}

.history-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 12px;
    gap: 40px;
}

.history-content-title {
    color: #BB9C4B;
    font-size: 30px;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

#history-dynamic-content .history-content-title {
    text-align: right !important;
}

.history-content-description {
    color: #FFFFFF;
    font-size: 32px;
    font-family: var(--font-body);
    margin-top: 0px;
    line-height: 1 !important;
}

/* ===== SECCIÓN DE NUESTRA GENTE ===== */
.brand-people-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #E8E1CF;
    padding: 60px 100px;
    margin-bottom: 61px;
}

.people-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    padding: 0 5%;
    gap: 40px;
}

.people-text {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 53px;
}

.people-content-title {
    color: #000;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    width: 100%;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

.section-link-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.section-link {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
    text-decoration: none !important;
    background: #D42E12;
    padding: 0 150px 0 20px;
    transition: all 0.3s ease;
}

.section-link:hover {
    background: #BB2E12;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 46, 18, 0.4);
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* ===== SECCIÓN DE PROCESO ===== */
.brand-process-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    padding: 60px 100px;
    margin-bottom: 0;
    gap: 56px;
}

.process-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.process-image {
    width: 50%;
    height: auto;
    margin-right: 0;
    object-fit: contain;
    position: relative;
    z-index: 15;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.process-text {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 50%;
}

.process-content-title {
    color: #D42E12;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
    line-height: 1;
}

.process-content-description {
    color: #000000;
    font-size: 32px;
    font-family: var(--font-body);
    margin-top: 0px;
    line-height: 1.4 !important;
}

.process-content-description,
.process-content-description p,
.process-content-description span,
.process-content-description div,
.process-content-description * {
    font-size: 32px !important;
    color: #000000 !important;
    line-height: 1.4 !important;
}

/* ===== SECCIÓN DE CULTURA ===== */
.brand-culture-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #BB9C4B;
    padding: 60px 100px;
    margin-bottom: 56px;
    position: relative;
}

.culture-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

.culture-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.culture-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 124px;
    padding-bottom: 171px;
    background-image: url('../assets/sp2jcsbf_expires_30_days.png');
    background-size: cover;
    background-position: center;
    flex: 1;
}

.culture-title {
    color: #000;
    font-size: 58px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
    line-height: 1;
    margin: 0;
    width: 100%;
    text-align: left;
}

.culture-description {
    color: #fff;
    font-size: 24px;
    font-family: var(--font-body);
    margin: 20px 0 24px 0;
    line-height: 1.3;
}

.culture-description,
.culture-description p,
.culture-description span,
.culture-description div,
.culture-description * {
    font-size: 24px !important;
    color: #fff !important;
    line-height: 1.3 !important;
}

.culture-image {
    position: absolute;
    bottom: 179px;
    right: -697px;
    width: 820px;
    height: 458px;
    object-fit: fill;
}

.culture-badge {
    position: absolute;
    top: -27px;
    left: 24px;
    color: #FFFFFF;
    font-size: 85px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

/* ===== SECCIÓN DE COMPROMISOS ===== */
.brand-commitments-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    padding: 0 100px 60px 100px;
    margin-bottom: 56px;
}

.commitments-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 14px;
    gap: 70px;
}

.commitments-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.commitments-content-title {
    color: #000000;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

.commitments-content-description {
    color: #000000;
    font-size: 32px !important;
    font-family: var(--font-body);
    margin-top: 0px;
    line-height: 1 !important;
}

.commitments-image {
    width: 350px;
    height: 600px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.commitments-subtitle {
    color: #D42E12;
    font-size: 40px;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-stretch: condensed;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-variation-settings: 'wght' 900;
    text-align: center !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

.circular-economy-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    gap: 40px;
    position: relative;
}

.circular-economy-image {
    width: 350px;
    height: 600px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.circular-economy-graphics {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.circular-graphic {
    width: 161px;
    height: 159px;
    object-fit: fill;
}

.circular-graphic-absolute {
    position: absolute;
    width: 352px;
    height: 352px;
    object-fit: fill;
}

.circular-graphic-absolute:nth-child(1) {
    top: 47px;
    left: -288px;
}

.circular-graphic-absolute:nth-child(2) {
    top: 47px;
    right: 345px;
}

.circular-graphic-absolute:nth-child(3) {
    top: 81px;
    right: 238px;
    width: 283px;
    height: 283px;
}

.circular-economy-description {
    color: #000000;
    font-size: 32px;
    font-family: var(--font-body);
    margin-top: 40px;
    line-height: 1 !important;
    text-align: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.circular-economy-description,
.circular-economy-description p,
.circular-economy-description span,
.circular-economy-description div,
.circular-economy-description * {
    font-size: 32px !important;
    color: #000000 !important;
    line-height: 1 !important;
}

/* ===== FOOTER ===== */
.brand-footer {
    width: 100%;
    background: #000000;
    padding: 40px 0;
}

/* Estilos de .footer-content eliminados - deben estar solo en common.css */
    align-items: flex-start;
    gap: 40px;
}

.footer-blog-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-preview {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
    line-height: 1.2;
}

.blog-image {
    width: 161px;
    height: 159px;
    object-fit: fill;
}

.footer-image-section {
    flex: 1;
    display: flex;
    justify-content: center;
}

.footer-image {
    width: 226px;
    height: 73px;
    margin-right: 13px;
    object-fit: fill;
}

.footer-navigation {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-nav-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-nav-icon {
    width: 161px;
    height: 159px;
    object-fit: fill;
}

.footer-nav-badge {
    background: #FFE000;
    padding: 5px 40px;
    transform: rotate(-10deg) skew(-20deg);
    display: inline-block;
}

.footer-nav-text {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
    transform: rotate(10deg) skew(10deg);
    display: inline-block;
}

.footer-link {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: expanded !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #BB9C4B;
}

.footer-contact-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.footer-contact-title,
.footer-app-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: invert(100%);
}

.social-icon:hover {
    transform: scale(1.2);
    filter: invert(100%);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .row-view {
        padding: 15px;
    }
    
    .brand-hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .brand-hero-title {
        font-size: 72px !important;
        width: 100%;
    }
    
    .brand-hero-description {
        font-size: 28px !important;
        width: 100%;
    }
    
    .brand-navigation-menu {
        flex-direction: column;
        gap: 20px;
    }
    
    .brand-nav-text {
        font-size: 28px !important;
    }
    
    .brand-hero-image {
        width: 400px;
        height: 600px;
        margin: 0 auto;
    }
    
    .history-timeline {
        flex-direction: column;
        gap: 30px;
    }
    
    .timeline-dates {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .timeline-year {
        font-size: 32px !important;
    }
    
    .timeline-period {
        font-size: 18px !important;
    }
    
    .history-image {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    
    .people-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .people-image {
        width: 300px;
        height: 500px;
    }
    
    .process-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .process-image {
        width: 350px;
        height: 600px;
    }
    
    .culture-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .culture-image {
        position: static;
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 0 auto;
    }
    
    .commitments-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .commitments-image {
        width: 300px;
        height: 500px;
    }
    
    .circular-economy-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .circular-economy-image {
        width: 300px;
        height: 500px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .brand-hero-description,
    .brand-hero-description p,
    .brand-hero-left > p.brand-hero-description,
    .brand-hero-left > p.brand-hero-description + p,
    .brand-hero-description span,
    .brand-hero-description div,
    .brand-hero-description * {
        font-size: 24px !important;
        text-align: left !important;
    }

    .people-content-description,
    .people-content-description p,
    .people-content-description span,
    .people-content-description div,
    .people-content-description * {
        font-size: 24px !important;
    }

    .process-content-description,
    .process-content-description p,
    .process-content-description span,
    .process-content-description div,
    .process-content-description * {
        font-size: 24px !important;
    }

    .brand-process-section {
        gap: 10px !important;
    }

    .culture-title-main {
        margin-bottom: 40px !important;
    }

    .commitments-gold-content {
        flex-direction: column !important;
    }

    .commitments-content-description,
    .commitments-content-description p,
    .commitments-content-description span,
    .commitments-content-description div,
    .commitments-content-description * {
        font-size: 24px !important;
    }

    .circular-economy-description,
    .circular-economy-description p,
    .circular-economy-description span,
    .circular-economy-description div,
    .circular-economy-description * {
        font-size: 24px !important;
    }

    .row-view {
        padding: 10px;
        flex-direction: row;
        gap: 10px;
    }
    
    .row-view #main-logo {
        height: 80px;
    }
    
    .image2 {
        height: 26px !important;
        width: auto !important;
    }
    
    .view {
        padding: 8px 20px;
        margin-right: 20px;
    }
    
    .text {
        font-size: 48px;
        width: auto;
    }
    
    .side-menu {
        width: 100%;
        right: -100%;
    }
    
    .side-menu-content {
        padding: 40px 20px;
        align-items: flex-end;
    }
    
    .side-menu-nav {
        align-items: flex-end;
    }
    
    .menu-item {
        font-size: 16px;
        padding: 12px 15px;
        white-space: nowrap;
        width: auto;
        text-align: right;
    }
    
    .brand-hero-section {
        padding: 0;
        background-color: #d42e11;
    }
    
    .brand-hero-grid {
        padding-top: 100px;
    }
    
    .brand-hero-video-wrapper {
        width: 100%;
    }
    
    #brand-youtube-video {
        height: 100% !important;
        min-height: 300px;
    }
    
    .brand-history-section {
        padding: 20px;
    }
    
    #history-title {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .section-subtitle {
        text-align: left;
    }
    
    .history-dynamic-content {
        width: 100%;
        align-items: start;
        gap: 0;
    }
    
    .brand-people-section {
        padding: 20px !important;
    }
    
    [id^="people-title-"],
    #people-title {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }
    
    .people-content-title, .people-content-description {
        text-align: left !important;
    }
    
    .people-btn-container {
        justify-content: start !important;
    }
    
    .brand-process-section {
        padding: 36px !important;
    }

    #process {
        gap: 0 !important;
    }
    
    #process-title {
        display: flex;
        flex-direction: column;
    }
    
    #process-title .druk-text {
        margin-left: 0 !important;
    }
    
    #process-title {
        margin-top: 0 !important;
    }
    
    .process-image-container,
    .process-text {
        width: 100% !important;
    }
    
    .process-content-title,
    .process-content-description {
        text-align: left !important;
    }
    
    .brand-culture-section {
        padding: 20px !important;
    }
    
    .culture-circle-container {
        margin-right: 0 !important;
    }
    
    .culture-video-container {
        width: 100% !important;
        margin-left: 0 !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .culture-title-main {
        margin-bottom: 0 !important;
    }
    
    .culture-circle {
        width: auto !important;
        border-radius: 0 !important;
        max-height: none !important;
        margin-top: 40px !important;
    }
    
    .culture-btn {
        padding: 10px 150px 10px 20px !important;
    }
    
    .culture-content-layout {
        gap: 0 !important;
    }
    
    .culture-video-wrapper {
        height: auto !important;
        min-height: 200px !important;
        display: flex !important;
        visibility: visible !important;
        width: 100% !important;
    }

    .culture-video-wrapper iframe {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .culture-video {
        width: 100% !important;
        display: flex !important;
    }
    
    .culture-description {
        text-align: left !important;
    }
    
    .brand-commitments-section {
        padding: 20px !important;
    }
    
    #commitments-title {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .commitments-gold-content {
        padding: 20px !important;
    }
    
    .commitments-text {
        padding: 0 !important;
        gap: 0 !important;
    }
    
    .commitments-content-title,
    .commitments-content-description {
        text-align: left !important;
    }
    
    .commitments-subtitle,
    .commitments-carousel-title {
        font-size: 32px !important;
    }
    
    .commitments-carousel-wrapper {
        margin: 0 0 20px 0 !important;
        gap: 8px !important;
    }
    
    .commitments-carousel {
        width: 100% !important;
        height: 180px !important;
    }
    
    .carousel-image {
        min-width: 80px !important;
        max-width: 120px !important;
        height: 120px !important;
    }
    
    .carousel-image.center {
        min-width: 140px !important;
        max-width: 180px !important;
    }
    
    .carousel-image.side, .carousel-image.side.right {
        min-width: 100px !important;
        max-width: 140px !important;
    }
    
    .carousel-image.far-side, .carousel-image.far-side.right {
        min-width: 80px !important;
        max-width: 100px !important;
    }
    
    .carousel-image:not(.hidden) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .brand-hero-title {
        font-size: 48px !important;
        line-height: 48px !important;
        text-align: center;
    }
    
    .brand-hero-description {
        font-size: 26px !important;
        text-align: left !important;
    }
    
    .brand-navigation-menu {
        padding: 20px;
    }
    
    .brand-nav-text {
        font-size: 24px !important;
        text-align: center;
    }
    
    .section-title {
        font-size: 45px !important;
        padding: 10px;
    }
    
    .section-subtitle {
        font-size: 32px !important;
        padding: 10px;
    }
    
    .people-content-title,
    .process-content-title,
    .culture-title,
    .commitments-content-title {
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    
    .people-content-description,
    .process-content-description,
    .culture-description,
    .commitments-content-description,
    .circular-economy-description {
        font-size: 26px !important;
        text-align: center;
        margin-top: 0;
    }
    
    .section-link {
        font-size: 26px !important;
        padding: 8px 50px;
    }
    
    .blog-title {
        font-size: 32px !important;
        line-height: 32px !important;
    }
    
    .footer-link {
        font-size: 26px !important;
    }
    
    .footer-contact-title,
    .footer-app-title {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .menu-item {
        font-size: 14px;
        padding: 10px 12px;
        width: auto;
    }
    
    .brand-hero-title {
        font-size: 36px !important;
        line-height: 36px !important;
    }
    
    .brand-hero-description {
        font-size: 22px !important;
    }
    
    .brand-nav-text {
        font-size: 20px !important;
    }
    
    .section-title {
        font-size: 50px !important;
    }

    #history-title-2 {
        margin-bottom: 0 !important;
    }
    
    .section-subtitle {
        font-size: 24px !important;
    }
    
    .people-content-title,
    .process-content-title,
    .culture-title,
    .commitments-content-title {
        font-size: 28px !important;
        line-height: 28px !important;
    }
    
    .people-content-description,
    .process-content-description,
    .culture-description,
    .commitments-content-description,
    .circular-economy-description {
        font-size: 22px !important;
    }
    
    .section-link {
        font-size: 22px !important;
        padding: 6px 30px;
    }
    
    .blog-title {
        font-size: 28px !important;
        line-height: 28px !important;
    }
    
    .footer-link {
        font-size: 22px !important;
    }
    
    .footer-contact-title,
    .footer-app-title {
        font-size: 18px !important;
    }
}

/* ===== ACCESIBILIDAD ===== */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #D42E12;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 10000;
}

.skip-link:focus {
    top: 6px;
}

/* ===== ANIMACIONES ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brand-hero-section,
.brand-history-section,
.brand-people-section,
.brand-process-section,
.brand-culture-section,
.brand-commitments-section {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* ===== UTILIDADES ===== */
.contain {
    overflow-x: hidden;
    overflow-y: visible;
    height: auto;
    min-height: 100%;
}

.scroll-view {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
    min-height: 100%;
}


/* Responsive para la navegación fija */
@media (max-width: 768px) {
    .row-view.scrolled {
        padding: 10px 15px;
    }
    
    body.nav-fixed .brand-hero-section {
        padding-top: 70px;
    }
}

@media (max-width: 480px) {
    .row-view.scrolled {
        padding: 8px 10px;
    }
    
    body.nav-fixed .brand-hero-section {
        padding-top: 60px;
    }
}


.history-timeline-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  margin-top: 40px;
  flex: 1;
  min-height: 0;
}

.history-timeline-functional {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: transparent;
}

.timeline-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  margin-left: 0;
  flex: 1;
  min-height: 0;
}

.timeline-vertical::before {
  content: '';
  position: absolute;
  right: 0;
  top: 28px;
  bottom: 28px;
  width: 20px;
  background: repeating-linear-gradient(
    to bottom,
    #666666,
    #666666 4px,
    transparent 0px,
    transparent 14.2px
  );
  z-index: 0;
}

.timeline-ticks {
  position: absolute;
  left: 120px;
  top: 56px;
  width: 6px;
  height: calc(100% - 112px);
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 8px,
    #888 8px 12px
  );
  z-index: 1;
  pointer-events: none;
}

.timeline-arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.timeline-arrow-up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 24px solid #E5261E;
  margin-bottom: 8px;
  top: -15px;
}

.timeline-arrow-down {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 24px solid #E5261E;
  margin-top: 8px;
  bottom: -15px;
}

.timeline-row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  z-index: 2;
  margin-bottom: -3px;
  cursor: pointer;
}

.timeline-label {
  font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-stretch: condensed;
  letter-spacing: -0.02em;
  color: #888;
  font-size: clamp(1.2rem, 2vw, 2.4rem);
  text-align: right;
  line-height: 1;
  user-select: none;
  margin-right: 20px;
  margin-left: 0;
}

.timeline-label.year {
  color: #888;
}

.timeline-label.period {
  color: #888;
  cursor: pointer;
}

.timeline-row.active .timeline-label.period {
  color: #E5261E;
  font-weight: 900;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  background: #666666;
  border-radius: 50%;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
  flex-shrink: 0;
  position: relative;
  margin-right: 30px;
}

.timeline-row.active .timeline-dot {
  background: #E5261E;
  border-color: #E5261E;
}

.timeline-row.active .timeline-label.period {
  color: #E5261E;
  font-weight: 900;
}

.timeline-row.active .timeline-horizontal {
  display: block;
}

.timeline-horizontal {
  position: absolute;
  right: 0;
  top: 50%;
  width: 45px;
  height: 5px;
  background: #666666;
  transform: translateY(-50%);
  z-index: 1;
  transition: width 0.35s ease, background 0.35s ease, left 0.35s ease;
}

.timeline-row.active .timeline-horizontal {
    background: #E5261E;
    width: 80px;
    right: -40px;
}

.timeline-row.active .timeline-horizontal {
  display: block;
}

.history-dynamic-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 24px;
  min-height: 0;
}

#history-dynamic-content {
    align-items: end;
}

#history-dynamic-content p {
    text-align: right;
}

#history-dynamic-content .history-content-title,
.history-dynamic-content .history-content-title {
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  font-weight: bold;
  text-align: right !important;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.history-dynamic-content .history-content-description {
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 2.2rem);
  text-align: right;
  line-height: 1.4;
}

.history-dynamic-content .history-image {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border: 4px solid #E5261E;
  background: #fff;
  border-radius: 0;
  flex: 1;
  min-height: 0;
}

@media (max-width: 1100px) {
  .history-timeline-layout {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .timeline-vertical {
    min-width: 0;
    height: 400px;
    padding: 0 10px;
  }
  .history-dynamic-content {
    max-width: 100vw;
    min-width: 0;
    align-items: center;
  }
  .history-dynamic-content .history-image {
    width: 90vw;
    max-width: 350px;
    height: 180px;
  }
}

/* ===== ESTILOS ESPECÍFICOS PARA EL TÍTULO DE GENTE ===== */
[id^="people-title-"],
#people-title {
    font-style: normal !important;
    display: flex;
    flex-direction: row;
    gap: 20px;
    color: #D42E12 !important;
    text-align: left !important;
    justify-content: flex-start;
}

[id^="people-title-"] span,
#people-title span {
    line-height: 1 !important;
    color: #D42E12 !important;
}

[id^="people-title-"] .druk-text,
#people-title .druk-text {
    font-style: normal !important;
    color: #D42E12 !important;
}

[id^="people-title-"] .druk-wide,
#people-title .druk-wide {
    font-style: normal !important;
    color: #D42E12 !important;
}

.brand-people-section .section-title > span,
.brand-people-section .section-title span {
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-stretch: expanded !important;
}

.brand-process-section .section-title {
    color: #000 !important;
}

.brand-process-section .section-title > span,
.brand-process-section .section-title span {
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-stretch: expanded !important;
    color: #000 !important;
}

.culture-title-main {
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-stretch: expanded !important;
}

.culture-title-main > span,
.culture-title-main span {
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-stretch: expanded !important;
}

@media (max-width: 700px) {
  .history-timeline-layout {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .timeline-vertical {
    min-width: 0;
    height: 300px;
    padding: 0 2px;
  }
  .history-dynamic-content .history-content-title {
    font-size: 20px;
  }
  .history-dynamic-content .history-content-description {
    font-size: 16px;
  }
  .history-dynamic-content .history-image {
    width: 100vw;
    max-width: 100vw;
    height: 120px;
  }
}

/* --- Tipografías dinámicas para timeline y descripción de historia --- */
.timeline-label {
  font-size: clamp(1.2rem, 2vw, 2.4rem);
}

.history-content-title,
.history-dynamic-content .history-content-title {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}

.history-content-description,
.history-dynamic-content .history-content-description {
  font-size: clamp(1.1rem, 2vw, 2.2rem);
}

/* === NUEVA SECCIÓN NUESTRA GENTE (según referencia visual) === */
.brand-people-section {
  background: #F5EEDC;
  padding: 60px 100px;
  margin-bottom: 0;
}
.people-main-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  margin: 0 auto;
  width: 100%;
}
.people-main-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  min-width: 320px;
}
.people-content-title {
  color: #000;
  font-size: 48px;
  font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
  margin: 0 auto 8px auto;
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
}
.people-content-description {
  color: #222;
  font-size: 32px;
  font-family: var(--font-body);
  text-align: end;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.people-content-description,
.people-content-description p,
.people-content-description span,
.people-content-description div,
.people-content-description * {
  font-size: 32px !important;
  color: #222 !important;
  line-height: 1.3 !important;
}
.people-btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.people-btn {
  background: #D42E12;
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(212,46,18,0.08);
  display: inline-block;
}
.people-btn:hover {
  background: #b71c0c;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}
.people-main-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  background: #fff;
}
@media (max-width: 900px) {
  .people-main-layout {
    flex-direction: column;
    gap: 32px;
    padding: 0 16px;
  }
  .people-main-right, .people-main-left {
    width: 100%;
    min-width: 0;
    align-items: center;
  }
  .people-content-title, .people-content-description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.process-image-container {
  width: 50%;
  height: 100%;
  margin-right: 0;
  position: relative;
  z-index: 15;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.process-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  display: block;
}

.brand-culture-section {
  position: relative;
  padding: 60px 100px;
  height: 100vh;
  overflow: hidden;
  background: #BB9C4B;
  margin-bottom: 0;
}
.culture-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/La Habana Cultura 1.png') center center/cover no-repeat;
  mix-blend-mode: multiply;
  z-index: 1;
  filter: brightness(0.85);
}
.culture-content-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.culture-circle-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  position: relative;
  margin-right: -50px;
  z-index: 1;
}
.culture-title-main {
  color: #fff;
  font-size: 85px;
  font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: -60px;
  margin-left: 0;
  line-height: 1;
  z-index: 1;
}
.culture-circle {
  background: #D42E12;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 120px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  margin-right: 0px;
  margin-left: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.culture-title {
  color: #000;
  font-size: 58px;
  line-height: 1;
  text-align: left;
  margin: 0;
  width: 100%;
  font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
  font-weight: 900 !important;
  font-style: italic !important;
  font-stretch: condensed !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  font-variation-settings: 'wght' 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.culture-description {
  color: #fff;
  font-size: 32px;
  margin: 20px 0 24px 0;
  line-height: 1;
}
.culture-btn {
  background: #000 !important;
  color: #fff !important;
  font-size: 32px !important;
  line-height: 1;
  font-weight: bold !important;
  font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
  font-style: italic !important;
  font-stretch: condensed !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  font-variation-settings: 'wght' 900;
  text-decoration: none !important;
  border: none;
  border-radius: 2px;
  padding: 0 150px 0 20px !important;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 0;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}
.culture-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.culture-video-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin-left: -50px;
}
.culture-video {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.culture-video-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.culture-video-placeholder {
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}

.culture-video-wrapper iframe.video-active ~ .culture-video-placeholder {
  display: none;
}

.video-trigger {
  position: absolute;
  z-index: 20 !important;
  pointer-events: auto !important;
  cursor: pointer;
}

#culture-video-trigger,
[id^="culture-video-trigger-"] {
  position: absolute;
  z-index: 20 !important;
  pointer-events: auto !important;
  cursor: pointer;
}
.culture-video-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
  position: relative;
  z-index: 15;
}
.culture-video-wrapper iframe[style*="display: block"] {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.culture-video-wrapper iframe.video-active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 20 !important;
}
#culture-video-trigger {
  position: absolute;
  z-index: 18;
}
#culture-video-trigger img {
  width: 100px;
  height: 100px;
}
.culture-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    z-index: 20;
    pointer-events: none;
    opacity: 0.95;
}
@media (max-width: 1100px) {
  .culture-content-layout {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .culture-circle-container, .culture-video-container {
    width: 100%;
    justify-content: center;
  }
  .culture-circle {
    width: 90vw;
    height: 90vw;
    max-width: 520px;
    max-height: 520px;
    margin: 0 auto 24px auto;
    padding: 32px 24px;
  }
  .culture-video iframe {
    max-width: 420px;
    height: 220px;
  }
}
@media (max-width: 700px) {
  .brand-culture-section {
    padding: 30px 10px;
  }
  .culture-circle {
    width: 98vw;
    height: auto;
    border-radius: 32px;
    max-width: 420px;
    padding: 18px 10px;
  }
  .culture-title-main {
    font-size: 32px;
  }
  .culture-title {
    font-size: 22px;
  }
  .culture-description {
    font-size: 15px;
    max-width: 98vw;
  }
  .culture-video iframe {
    width: 98vw;
    max-width: 98vw;
    height: 160px;
  }
}

.brand-commitments-section {
  background: #fff;
  margin-bottom: 0;
}
.section-title {
  color: #b89d4a;
  font-size: 85px;
  font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: left;
}
.commitments-gold-block {
  width: 100vw;
  background: #b89d4a;
  margin-left: calc(-1 * (100vw - 100%)/2);
  margin-bottom: 40px;
  padding: 0;
  margin-bottom: 0;
}
.commitments-gold-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  max-width: 100vw;
  padding: 0 100px;
}
.commitments-text {
  flex: 1 1 80%;
  color: #fff;
  padding: 40px 40px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commitments-content-title {
  color: #fff;
  font-size: 64px;
  font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.commitments-content-description {
  color: #fff;
  font-size: 32px;
  font-family: var(--font-body);
  margin: 0;
  line-height: 1.4;
}

.commitments-content-description,
.commitments-content-description p,
.commitments-content-description span,
.commitments-content-description div,
.commitments-content-description * {
    font-size: 32px;
    color: #fff !important;
    line-height: 1.4 !important;
}

.brand-commitments-section .section-title {
    color: #b89d4a !important;
}

.brand-commitments-section .section-title > span,
.brand-commitments-section .section-title span {
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-stretch: expanded !important;
}
.commitments-image-container {
  flex: 1 1 20%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
  background-image: url('../assets/woey1o4l_expires_30_days.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.commitments-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  max-height: 260px;
  border-radius: 0;
}
.commitments-subtitle {
  color: #b89d4a;
  font-size: 85px;
  font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
  width: 100%;
}
.commitments-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 80px 0 30px 0;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.commitments-carousel {
  position: relative;
  width: 700px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  z-index: 2;
}
.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-track {
  display: flex;
  flex-direction: row;
  transition: transform 0.5s;
  will-change: transform;
}
.carousel-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0.3;
  z-index: 1;
  transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
  min-width: 120px;
  max-width: 220px;
  height: 160px;
  object-fit: cover;
  pointer-events: none;
  display: block;
}
.carousel-image.center {
  height: auto;
  min-width: 264px;
  max-width: 312px;
}
.carousel-image.side, .carousel-image.side.right {
  height: auto;
  min-width: 280px;
}
.carousel-image.far-side, .carousel-image.far-side.right {
  height: auto;
  min-width: 120px;
}
.carousel-image.hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.carousel-image:not(.hidden) {
  margin-left: 24px;
  margin-right: 24px;
}
.commitments-carousel {
  position: relative;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  overflow: visible;
  display: block;
}
@media (max-width: 900px) {
  .commitments-carousel {
    width: 98vw;
    height: 160px;
  }
  .carousel-image.center {
    height: 336px;
    min-width: 264px;
    max-width: 312px;
  }
  .carousel-image.side, .carousel-image.side.right {
    height: 216px;
    min-width: 180px;
    max-width: 216px;
  }
  .carousel-image.far-side, .carousel-image.far-side.right {
    height: 168px;
    min-width: 132px;
    max-width: 168px;
  }
}
@media (max-width: 600px) {
  .commitments-carousel {
    width: 98vw;
    height: 90px;
  }
  .carousel-image.center {
    height: 108px;
    min-width: 84px;
    max-width: 96px;
  }
  .carousel-image.side, .carousel-image.side.right {
    height: 84px;
    min-width: 60px;
    max-width: 84px;
  }
  .carousel-image.far-side, .carousel-image.far-side.right {
    height: 60px;
    min-width: 48px;
    max-width: 60px;
  }
}

.carousel-arrow {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0 16px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-arrow img {
  display: block;
}

/* Asegurar que la regla móvil sobrescriba la regla general */
@media (max-width: 768px) {
    .people-content-description,
    .people-content-description p,
    .people-content-description span,
    .people-content-description div,
    .people-content-description * {
        font-size: 24px !important;
    }
}

