/* Explore page visual system: continuity without flattening section identity. */
body.mmc-explore-page {
    --mmc-explore-page-bg: #f7f3ed;
    --mmc-explore-surface: #ffffff;
    --mmc-explore-divider: #e7e0d8;
    --mmc-explore-ink: #071833;
    --mmc-explore-muted: #626977;
    --mmc-section-new-background: #fbfaf7;
    --mmc-section-sale-background: #fbfaf7;
    background: var(--mmc-explore-page-bg);
}

body.mmc-explore-page #page,
body.mmc-explore-page .site,
body.mmc-explore-page #content,
body.mmc-explore-page .site-content,
body.mmc-explore-page .content-area,
body.mmc-explore-page .site-main,
body.mmc-explore-page .entry-content,
body.mmc-explore-page .wp-site-blocks {
    background-color: var(--mmc-explore-page-bg);
}

body.mmc-explore-page .entry-content {
    margin-block: 0;
}

body.mmc-explore-page .mmc-seasonal-spotlight,
body.mmc-explore-page .mmc-guided-navigation,
body.mmc-explore-page .mmc-explore-fashion,
body.mmc-explore-page .mmc-explore-map {
    background: transparent;
}

/* Standard modules remain distinct through rhythm and a restrained divider. */
body.mmc-explore-page .mmc-guided-navigation > .mmc-container,
body.mmc-explore-page .mmc-explore-fashion > .mmc-container,
body.mmc-explore-page .mmc-explore-map > .mmc-container {
    position: relative;
}

body.mmc-explore-page .mmc-guided-navigation > .mmc-container::before,
body.mmc-explore-page .mmc-explore-fashion > .mmc-container::before,
body.mmc-explore-page .mmc-explore-map > .mmc-container::before {
    background: var(--mmc-explore-divider);
    content: "";
    height: 1px;
    left: var(--mmc-container-padding, 20px);
    position: absolute;
    right: var(--mmc-container-padding, 20px);
    top: -15px;
}

body.mmc-explore-page .mmc-explore-fashion__header h2,
body.mmc-explore-page .mmc-explore-map__header h2 {
    color: var(--mmc-explore-ink);
    font-size: clamp(28px, 4vw, 38px);
    letter-spacing: -.025em;
}

body.mmc-explore-page .mmc-explore-fashion__header p,
body.mmc-explore-page .mmc-explore-map__header p {
    color: var(--mmc-explore-muted);
}

/* New arrivals and offers are the only full-width promotional surfaces. */
body.mmc-explore-page .mmc-fashion-new-arrivals {
    border-block: 1px solid color-mix(in srgb, var(--mmc-explore-divider) 82%, transparent);
}

body.mmc-explore-page .mmc-fashion-new-arrivals + .mmc-fashion-new-arrivals {
    border-top: 0;
}

@media (max-width: 768px) {
    body.mmc-explore-page .mmc-guided-navigation > .mmc-container::before,
    body.mmc-explore-page .mmc-explore-fashion > .mmc-container::before,
    body.mmc-explore-page .mmc-explore-map > .mmc-container::before {
        left: 16px;
        right: 16px;
        top: -12px;
    }
}
