/* SECCIÓN ENCABEZADO | INICIO */
.seccion-encabezado{
    width: calc(100% - clamp(30px, 10vw, 200px));
    padding: clamp(15px, 5vw, 100px);
    height: calc(100vh - clamp(50px, 10vw, 200px));
    background-image: url('https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/images/encabezados/marcas.webp') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: end;
    gap: clamp(20px, 2vw, 25px);
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.seccion-encabezado::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.seccion-encabezado>* {
    position: relative;
    z-index: 1;
}



/* Contenedores | Inicio */
.contenedor-botones-encabezado {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: clamp(10px, 1vw, 15px);
}
/* Contenedores | Final */



/* Textos | Inicio */
.h1-encabezado{
    width: 100%;
    height: auto;
    text-align: center;
    color: var(--color-texto-blanco);
    font-weight: 800;
    font-family: var(--fuente-avenir);
    font-size: var(--h1-encabezado);
    line-height: var(--interlineado-encabezado);
}
.parrafo-encabezado{
    width: 60%;
    text-align: center;
    color: var(--color-texto-blanco);
    font-size: var(--parrafo-encabezado);
    line-height: var(--interlineado-generales);
    font-weight: 100;
    font-family: var(--fuente-avenir);
    animation: parrafo_transicion 2s linear;
}
/* Textos | Final */



/* Imágenes | Inicio */
/* Imágenes | Final */



/* Botones | Inicio */
.boton-encabezado {
    border-radius: clamp(15px, 1.5vw, 20px);
    color: var(--color-texto-blanco);
    font-weight: 500;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border: 1px solid #ffffff;
    padding: clamp(5px, 1vw, 8px) clamp(11px, 1.5vw, 16px);
    font-weight: 600;
    font-family: var(--fuente-avenir);
    font-size: clamp(9px, 1vw, 10px);
    text-transform: uppercase;
    cursor: pointer;
    animation: boton_transicion 2.5s linear;
}
.boton-encabezado span {
    margin-left: 10px;
}
.boton-encabezado:hover {
    background-color: #ffffff50;
}
.boton-encabezado:active {
    background-color: #ffffff;
    color: var(--color-texto-gris);
}
/* Botones | Final */



/* Elementos | Inicio */
/* Elementos | Final */



/* Responsivo | Inicio */
@media screen and (min-width: 0px) and (max-width: 700px) {
	.seccion-encabezado{
		background-attachment: scroll;
	}
	
    /* Contenedores | Inicio */
    /* Contenedores | Final */



    /* Textos | Inicio */
    .parrafo-encabezado {
        width: 100%;
    }
    /* Textos | Final */



    /* Imágenes | Inicio */
    /* Imágenes | Final */



    /* Botones | Inicio */
    .boton-encabezado {
        width: 100%;
    }
    /* Botones | Final */



    /* Elementos | Inicio */
    /* Elementos | Final */
}
/* Responsivo | Final */



/* SECCIÓN ENCABEZADO | FINAL */





.bento-showcase {
    width: 100%;
    background-color: #ffffff;
    color: var(--color-texto-gris, #252525);
    padding: clamp(70px, 9vw, 130px) clamp(20px, 5vw, 80px);
    font-family: var(--fuente-avenir);
    box-sizing: border-box;
}

.bento-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 7vw, 90px);
}

/* Encabezado Editorial Minimalista */
.bento-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    border-left: 3px solid var(--color-texto-negro, #000000);
    padding-left: 24px;
}

.bento-tag {
    font-size: var(--texto-botones-generales);
    letter-spacing: 0.3em;
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
}

.bento-main-title {
    font-family: "Nexa", sans-serif !important;
    font-size: var(--h2-generales);
    color: var(--color-texto-negro, #000000);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.bento-subtitle {
    font-size: var(--parrafo-generales);
    color: #555555;
    line-height: var(--interlineado-generales);
}

/* Grid Asimétrico Bento */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bento-card {
    background-color: #faf9f7;
    border: 1px solid #e5e2db;
    border-radius: var(--radio-lg, 16px);
    padding: clamp(30px, 3.5vw, 45px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Diseños de celdas Bento personalizadas para asimetría de alta gama */
.bento-card:nth-child(1) {
    grid-column: span 2;
}

.bento-card:nth-child(4) {
    grid-column: span 2;
}

.bento-card:hover {
    background-color: #ffffff;
    border-color: var(--color-texto-negro, #000000);
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
}

/* Encabezado de Tarjeta */
.bento-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bento-badge {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--color-texto-negro, #000000);
    padding: 6px 14px;
    border-radius: var(--radio-sm, 8px);
    font-weight: 700;
}

.bento-index {
    font-family: "Nexa", sans-serif;
    font-size: 13px;
    color: #888888;
    letter-spacing: 0.15em;
}

/* Contenedor de Imagen Limpio */
.bento-img-box {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 0;
}

.bento-card:nth-child(1) .bento-img-box,
.bento-card:nth-child(4) .bento-img-box {
    height: 200px;
}

.bento-img-box img {
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%) contrast(1.1);
    opacity: 0.85;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-card:hover .bento-img-box img {
    filter: grayscale(0%) contrast(1);
    opacity: 1;
    transform: scale(1.05);
}

/* Información de la Tarjeta */
.bento-card-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bento-meta {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
}

.bento-title {
    font-family: "Nexa", sans-serif !important;
    font-size: clamp(24px, 2.5vw, 34px);
    color: var(--color-texto-negro, #000000);
    font-weight: 400;
    line-height: 1.1;
}

.bento-desc {
    font-size: clamp(14px, 1.1vw, 16px);
    color: #555555;
    line-height: 1.6;
}

/* Acción / Enlace */
.bento-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--texto-botones-generales);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-texto-negro, #000000);
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    position: relative;
    width: fit-content;
}

.bento-action::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    transition: background-color 0.3s ease, height 0.3s ease;
}

.bento-card:hover .bento-action::after {
    background-color: var(--color-texto-negro, #000000);
    height: 2px;
}

/* ==========================================================================
    RESPONSIVIDAD AVANZADA
    ========================================================================== */
@media (max-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bento-card:nth-child(1),
    .bento-card:nth-child(4) {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }
}