
/* Revert patch – restore desktop spacing/hero scale */
.hero-title, h1.hero-title{
  font-size: clamp(1.8rem, 1.2rem + 4vw, 3.2rem) !important;
  line-height: 1.15 !important;
  max-width: none !important;
}
@media (max-width: 820px){
  .overlay{ padding-top: 0 !important; }
  header{ padding-top: 0 !important; }
}
.hamburger{ top: 12px !important; right: 12px !important; }
@media (max-width: 420px){
  .hamburger{ right: 8px !important; top: 10px !important; }
}
