/* /var/www/web.nikkidepot.com/public/assets/css/homepage-refinement-v4.css
 * NIKKI_HOME_REFINEMENT_V4
 * Hiérarchie plus fine, titres moins massifs et blocs éditoriaux allégés.
 * La grille 1280 px, le ratio des photos et le contenu restent inchangés.
 */

/*
 * TITRES DE SECTION
 * Moins de taille et de graisse, sans perdre la lisibilité commerciale.
 */
.nikki-home-page .nikki-home-section-title {
    margin-top: 0.38rem;
    font-size: clamp(1.45rem, 1.6vw, 1.75rem);
    font-weight: 600;
    letter-spacing: -0.028em;
    line-height: 1.12;
    color: #201c18;
    text-wrap: balance;
}

.nikki-home-page .nikki-home-section-title--sell {
    max-width: 25ch;
    font-size: clamp(1.48rem, 1.62vw, 1.78rem);
    line-height: 1.13;
}

.nikki-home-page .nikki-home-eyebrow,
.nikki-home-page .nikki-home-seller-showcase__header [class*="uppercase"] {
    font-size: 8px;
    font-weight: 650;
    letter-spacing: 0.185em;
}

.nikki-home-page .nikki-home-section-link {
    font-size: 11.5px;
    font-weight: 560;
    letter-spacing: -0.005em;
}

/* Plus de respiration autour des titres, sans agrandir les sections. */
.nikki-home-page .nikki-home-section > .flex.items-end,
.nikki-home-page .nikki-home-random-stack section > .flex.items-end {
    margin-bottom: 1.15rem;
}

/*
 * CARTES PRODUITS
 * Les dimensions des photos restent identiques : seule la typographie est affinée.
 */
.nikki-home-page .nikki-home-product-copy {
    margin-top: 0.48rem;
}

.nikki-home-page .nikki-home-product-title {
    min-height: 2.08rem;
    font-size: 12.25px;
    font-weight: 560;
    letter-spacing: -0.012em;
    line-height: 1.3;
    color: #2a241f;
}

.nikki-home-page .nikki-home-product-price {
    font-size: 13.25px;
    font-weight: 650;
    letter-spacing: -0.015em;
}

.nikki-home-page .nikki-home-product-shipping {
    font-size: 10.25px;
    font-weight: 500;
}

/*
 * BLOC VENDRE
 * Même contenu et même image, mais une masse visuelle moins lourde.
 */
.nikki-home-page .nikki-home-sell {
    box-shadow: 0 9px 24px rgba(68, 50, 34, 0.038);
}

.nikki-home-page .nikki-home-sell__copy {
    min-height: 182px;
    padding: 24px 30px;
}

.nikki-home-page .nikki-home-sell__copy > p:not(.nikki-home-eyebrow) {
    margin-top: 0.72rem;
    max-width: 55ch;
    font-size: 13px;
    font-weight: 480;
    line-height: 1.55;
}

.nikki-home-page .nikki-home-sell__cta {
    min-height: 39px;
    max-width: 198px;
    margin-top: 0.95rem;
    padding-inline: 1rem;
    font-size: 12.5px;
    font-weight: 620;
    box-shadow: 0 8px 17px rgba(123, 65, 45, 0.16);
}

/*
 * BOUTIQUE MISE EN AVANT
 * Le module reste distinctif mais ne rivalise plus avec le hero.
 */
.nikki-home-page .nikki-home-seller-showcase {
    border-radius: 15px;
    box-shadow: 0 11px 28px rgba(60, 39, 27, 0.052);
}

.nikki-home-page .nikki-home-seller-showcase__header {
    gap: 0.8rem;
    padding: 16px 20px;
}

.nikki-home-page .nikki-home-seller-showcase__header > a:first-child {
    gap: 10px;
}

.nikki-home-page .nikki-home-seller-showcase__header > a:first-child > span:first-child {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.10);
}

.nikki-home-page .nikki-home-showcase-title {
    margin-top: 0.2rem;
    font-size: clamp(1.34rem, 1.5vw, 1.6rem);
    font-weight: 600;
    letter-spacing: -0.026em;
    line-height: 1.1;
}

.nikki-home-page .nikki-home-seller-showcase__header > a:first-child > span:last-child > span:last-child {
    margin-top: 0.28rem;
    font-size: 11px;
    font-weight: 450;
}

.nikki-home-page .nikki-home-seller-showcase__header > a:last-child {
    min-height: 38px;
    padding-inline: 15px;
    font-size: 12px;
    font-weight: 650;
    box-shadow: 0 7px 17px rgba(28, 20, 16, 0.11);
}

.nikki-home-page .nikki-home-product-grid--showcase {
    padding: 18px 20px 20px;
}

.nikki-home-page .nikki-home-random-stack {
    gap: 2.25rem;
}

@media (min-width: 1024px) {
    .nikki-home-page .nikki-home-sell__copy {
        min-height: 190px;
        padding: 25px 32px;
    }
}

@media (min-width: 1280px) {
    .nikki-home-page .nikki-home-seller-showcase__header {
        padding: 17px 22px;
    }
}

@media (max-width: 639px) {
    .nikki-home-page .nikki-home-section-title,
    .nikki-home-page .nikki-home-section-title--sell {
        font-size: 22px;
        line-height: 1.14;
    }

    .nikki-home-page .nikki-home-sell__copy {
        min-height: 0;
        padding: 22px 20px;
    }

    .nikki-home-page .nikki-home-seller-showcase__header {
        padding: 15px 17px;
    }

    .nikki-home-page .nikki-home-product-grid--showcase {
        padding: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nikki-home-page .nikki-home-seller-showcase__header > a:last-child,
    .nikki-home-page .nikki-home-sell__cta {
        transition: none;
    }
}
