/* Technical repair layer — preserves the existing Footprints visual design. */
*, *::before, *::after { box-sizing: border-box; }
.mobile-menu-overlay.is-open { opacity: 1; visibility: visible; }
.back-top.show { opacity: 1; visibility: visible; }
.skip-link:focus { top: 0 !important; }
/* Prevent WebGL canvas from blocking the hero buttons and navigation. */
.canvas-container canvas { display:block; width:100%; height:100%; }
.hero-container { pointer-events:none; }
.hero-content, .hero-floating-cards, .hero-cta-group, .hero-cta-group a { pointer-events:auto; }
/* CTA must remain orange when bg-primary is intentionally used in markup. */
.cta-section.bg-primary { background-color:var(--clr-primary); }
.cta-section.bg-primary .cta-title { color:var(--clr-surface); }
