/* LP-DESIGN-R35: client-requested date legibility and stronger entry-price hierarchy.
   Product scale, positions, and all approved hero geometry remain unchanged. */

/* Bangers makes its 7 too similar to 1 at this size. Lilita keeps the poster character
   while giving September 7-17 clearly differentiated numerals. */
.hero-dates p:first-child strong{
  font-family:LilitaR4,Lilita,Arial,sans-serif;
  font-size:30px;
  line-height:.92;
  letter-spacing:0;
  white-space:nowrap;
}

/* Increase only the numeric price and tighten the supporting phrase around it. */
.hero-price{gap:11px;padding:9px 16px 11px}
.hero-price strong{font-size:78px;line-height:.70}

@media(max-width:1180px) and (min-width:1001px){
  .hero-price strong{font-size:72px}
}

@media(max-width:1000px) and (min-width:641px){
  .hero-dates p:first-child strong{font-size:31px}
  .hero-price strong{font-size:68px}
}

@media(max-width:640px){
  .hero-dates p:first-child strong{font-size:29px}
  .hero-price{gap:8px;padding:8px 13px 10px}
  .hero-price strong{font-size:60px}
}

@media(max-width:360px){
  .hero-dates p:first-child strong{font-size:27px}
  .hero-price strong{font-size:54px}
}
