/* ============================================================
   MEMZO — Home Page (Apple Layer)
   Purpose: Conversion-first, mobile-friendly home styling
   Scope: Home page only
   ============================================================ */

/* Home page wrapper */
.memzo-home {
    background: #fafafa;
    background-color: #fafafa; /* explicit for overrides */
}

    /* Safety: prevent layout bugs */
    .memzo-home * {
        box-sizing: border-box;
    }

.apple-hero {
    background-color: #fafafa;
}
/* Ensure the viewport (body) matches the home background when this page loads */
body.land-body {
    background: #fafafa;
    background-color: #fafafa;
}
