.site-footer{border-top:var(--border-rough);background:var(--color-bg-graphite)}
.footer-inner{display:grid;gap:var(--space-md);padding-block:var(--space-lg)}
.footer-nav{display:flex;flex-wrap:wrap;gap:var(--space-sm)}
.footer-nav a{font-size:var(--fs-sm)}
.footer-copy{text-align:center;font-size:var(--fs-sm);opacity:0.7}
.consent{position:fixed;bottom:0;left:0;width:100%;background:var(--color-surface-block);border-top:var(--border-rough);z-index:2000}
.consent-inner{max-width:var(--container-max);margin:0 auto;padding:var(--space-sm);display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center;justify-content:space-between}
.age-modal{position:fixed;inset:0;background:rgba(0,0,0,0.85);display:flex;align-items:center;justify-content:center;z-index:3000}
.age-modal[hidden]{display:none}
.age-inner{background:var(--color-surface-block);padding:var(--space-lg);border:var(--border-rough);text-align:center;max-width:400px}
.age-actions{display:flex;gap:var(--space-sm);margin-top:var(--space-sm)}
.age-actions .btn{flex:1}
