/* /edits/<slug>/ page wrapper.
 * Scoped under .ae-edit-home so styles cannot leak. The editorial hero
 * (h1 + tagline + meta) was removed 2026-05-02 per marketing direction —
 * /edits/ pages now match /shopping/ visually, with the catalogue toolbar
 * supplying the title. SEO signals (title tag, og/twitter, BreadcrumbList
 * JSON-LD) remain in <head> via class-edits.php.
 */

.ae-edit-home {
    --ae-edit-paper: #faf9f5;
    --ae-edit-ink: #111111;
    --ae-edit-mute: #6b6b6b;
    --ae-edit-rule: rgba(17, 17, 17, 0.12);
    --ae-edit-max: 1280px;
}

.ae-edit-home .ae-edit-grid {
    /* Don't add padding here — let the embedded shop grid own its spacing
       so it visually matches /shopping/. */
    width: 100%;
}

.ae-edit-home .ae-edit-grid__error {
    text-align: center;
    padding: 3rem 1.5rem;
    color: var(--ae-edit-mute);
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
    .ae-edit-home * {
        transition: none !important;
        animation: none !important;
    }
}
