/* /var/www/web.nikkidepot.com/public/assets/css/homepage-frame-v3.css
 * NIKKI_HOME_FRAME_V3
 * Une grille commune de 1280 px pour l'accueil, le header et le footer.
 */

:root {
    --nikki-site-shell: 1280px;
    --nikki-site-gutter: clamp(16px, 2.2vw, 28px);
}

/* Le header conserve son fond pleine largeur, mais rejoint la grille du contenu. */
.nikki-site-header-shell {
    max-width: var(--nikki-site-shell) !important;
    padding-inline: var(--nikki-site-gutter) !important;
}

/* La fin de page ne cumule plus le padding du main et une marge de footer massive. */
.nikki-home-page {
    padding-bottom: clamp(30px, 3vw, 40px) !important;
}

.nikki-site-footer {
    margin-top: 0 !important;
}

.nikki-site-footer-shell {
    max-width: var(--nikki-site-shell) !important;
    padding: 42px var(--nikki-site-gutter) 26px !important;
}

.nikki-site-footer-grid {
    gap: clamp(24px, 2.5vw, 32px) !important;
}

.nikki-site-footer-brand img {
    height: 22px;
}

.nikki-site-footer-description {
    margin-top: 16px !important;
    max-width: 34ch !important;
    line-height: 1.65 !important;
}

.nikki-site-footer-social {
    margin-top: 18px !important;
}

.nikki-site-footer-newsletter {
    border-radius: 18px !important;
    padding: 18px !important;
    box-shadow: 0 12px 30px rgba(75, 56, 39, 0.05) !important;
}

.nikki-site-footer-newsletter-form {
    margin-top: 16px !important;
}

.nikki-site-footer-newsletter-form input,
.nikki-site-footer-newsletter-form button {
    height: 42px !important;
    border-radius: 11px !important;
}

.nikki-site-footer-legal {
    margin-top: 34px !important;
    padding-top: 20px !important;
}

@media (min-width: 1024px) {
    .nikki-site-footer-grid {
        grid-template-columns: minmax(230px, 1.08fr) minmax(130px, 0.64fr) minmax(130px, 0.64fr) minmax(300px, 350px) !important;
        align-items: start;
    }
}

@media (min-width: 1280px) {
    .nikki-site-footer-shell {
        padding-top: 46px !important;
        padding-bottom: 28px !important;
    }
}
