@import url("variables.css");
@import url("header.css");
@import url("./home.css");
@import url("collections.css");
@import url("products.css");
@import url("benefits.css");
@import url("catalogo.css");
@import url("footer.css");


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
    background:#fff;
}

img{
    max-width:100%;
    display:block;
}

ul{
    list-style:none;
}

a{
    text-decoration:none;
    color:inherit;
}

.container{
    width:min(90%, 1400px);
    margin:auto;
}

.section-subtitle{
    display:block;
    text-align:center;
    margin-bottom:18px;
    color:#8b7355;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:14px;
    font-weight:600;
}

/*======================================
ZOOM DE IMAGEN
======================================*/

.image-zoom-container{
    width:100%;
    height:100%;
    overflow:hidden;
    cursor:zoom-in;
    border-radius:12px;
}

.image-zoom-container img{

    width:100%;
    height:100%;
    object-fit:contain;

    transition:
        transform .25s ease;

    transform-origin:center center;
}

/* ==================================================
   SECCIÓN DE LUSTRES
================================================== */

.lustres-section {
    padding: 90px 7%;
    background: #f5f3f0;
}

.lustres-section .section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.lustres-section .section-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #8a6c4c;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lustres-section h2 {
    margin-bottom: 16px;
    color: #252525;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
}

.lustres-section .section-heading p {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
}

.lustres-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    max-width: 1250px;
    margin: 0 auto;
}

.lustre-card {
    padding: 11px 11px 18px;
    background: #fff;
    border: 1px solid #ebe6df;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    text-align: center;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.lustre-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.lustre-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 14px;
    border-radius: 12px;
    overflow: hidden;
    background: #ece8e3;
}

.lustre-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lustre-card:hover .lustre-image img {
    transform: scale(1.08);
}

.lustre-card h3 {
    color: #343434;
    font-size: 0.96rem;
    font-weight: 500;
}

.lustres-note {
    max-width: 850px;
    margin: 38px auto 0;
    color: #777;
    font-size: 0.88rem;
    line-height: 1.6;
    text-align: center;
}

/* Ajustes compartidos para pantallas pequeñas */
@media (max-width: 700px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .container {
        width: min(100% - 32px, 1400px);
    }

    header .container {
        height: auto;
        min-height: 0;
        padding: 18px 0;
        flex-direction: column;
        gap: 16px;
    }

    .logo h2 {
        font-size: clamp(22px, 7vw, 30px);
        text-align: center;
    }

    nav ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px 22px;
    }

    nav a {
        font-size: 16px;
    }

    .btn-whatsapp {
        padding: 10px 20px;
    }

    .collections,
    .featured-products,
    .benefits {
        padding: 72px 0;
    }

    .collections h2,
    .featured-products h2,
    .benefits h2 {
        font-size: clamp(30px, 9vw, 46px);
        line-height: 1.15;
    }

    .collections-description,
    .featured-description,
    .benefits-description {
        width: 100%;
        margin-bottom: 45px;
        font-size: 17px;
        line-height: 1.65;
    }

    .collections-grid,
    .products-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .collection-card {
        height: min(560px, 125vw);
        border-radius: 16px;
    }

    .card-overlay {
        padding: 28px 24px;
    }

    .card-overlay h3 {
        font-size: 30px;
    }

    .card-overlay p {
        font-size: 16px;
    }

    .product-image {
        height: min(320px, 80vw);
    }

    .product-info {
        padding: 24px;
    }

    .product-info h3 {
        font-size: 25px;
    }

    .benefit-card {
        padding: 28px 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 48px;
        padding-bottom: 42px;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

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

@media (max-width: 1100px) {
    .lustres-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .lustres-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .lustres-section {
        padding: 65px 20px;
    }

    .lustres-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 390px) {
    .lustres-grid {
        grid-template-columns: 1fr;
    }

    .lustre-card {
        max-width: 320px;
        margin: 0 auto;
    }
}

.site-footer {
    background: #2f2f2f;
    color: white;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    padding-top: 70px;
    padding-bottom: 60px;
}

.footer-brand h3 {
    margin-bottom: 18px;
    font-size: 27px;
    color: white;
}

.footer-brand p {
    max-width: 420px;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.8;
}

.footer-links h4,
.footer-contact h4 {
    margin-bottom: 20px;
    color: #d8b37d;
    font-size: 17px;
}

.footer-links ul,
.footer-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 12px;
    color: #cfcfcf;
    font-size: 15px;
}

.footer-links a,
.footer-contact a {
    color: #cfcfcf;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #d8b37d;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.footer-bottom p {
    color: #aaa;
    font-size: 13px;
}

.footer-bottom strong {
    color: #d8b37d;
    font-weight: 600;
}

.footer-developer {
    color: #d8b37d;
    font-weight: 600;
    text-decoration: none;

    transition: color 0.3s ease;
}

.footer-developer:hover {
    color: #ffffff;
}

@media (max-width: 800px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}