/* ═══════════════════════════════════════════════════════════════════════════
   Fix Pack Page — Specific Overrides
   Inherits from ../styles.css and ../homepage.css
   ═══════════════════════════════════════════════════════════════════════════ */

/* Adjust hero padding to account for fixed header */
.hero {
  padding-top: calc(var(--space-4xl) + 80px);
}
