/* ===== OVERFLOW FIX =====
   NOTE: body padding-top:64px is injected by includes/header.php
   (applied to every page since header.php is always included).
   Do NOT re-add body padding-top here to avoid specificity conflicts.
===== */
* { box-sizing: border-box; }

/* ===== FOOTER SPACING ===== */
.ft-outer {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .ft-outer {
        margin-top: 48px;
    }
}
/* ===== END FOOTER SPACING ===== */
