body.theme-upcycle { display: flex; flex-direction: column; min-height: 100vh; }
.hp-field { display: none !important; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
body.theme-upcycle main { flex: 1; }
.text-green-600 { color: #15803d !important; }
.bg-green-600 { background-color: #15803d !important; }
.upcycle-footer { padding: 3rem 1rem; text-align: center; background: #fff; border-top: 1px solid #f3f4f6; margin-top: auto; }
.upcycle-footer a { color: #4b5563; text-decoration: none; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.upcycle-footer__legal-link { color: #111827; }
#upcycle-mobile-menu { transition: all 0.3s ease-in-out; }
