html{-webkit-text-size-adjust:100%}
body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}
@supports(-webkit-touch-callout:none){
  input,select,textarea{font-size:16px}
  .site-header{padding-top:env(safe-area-inset-top)}
  .request-form{padding-bottom:calc(28px + env(safe-area-inset-bottom))}
  .board-request,.header-cta,.filter{touch-action:manipulation}
}
@media(max-width:720px){
  .hero-card{display:none!important}
  .hero-inner{gap:0}
  .hero{padding:30px 0 22px}
  .hero .eyebrow{margin-bottom:12px;font-size:10px}
  .hero h1{font-size:44px;line-height:.94}
  .hero-lead{margin-top:14px;font-size:14px;line-height:1.45}
  .hero-actions,.hero-facts{display:none}
  .hero-hot-offers{gap:7px;margin-top:17px}
  .hero-hot{padding:10px 11px;border-radius:12px}
  .hero-hot-body{grid-template-columns:minmax(0,1fr) 104px;gap:8px;margin-top:6px}
  .hero-hot-cover{width:104px;height:70px}
  .hero-hot-copy>strong{font-size:24px}
  .hero-hot-copy>span{margin-top:4px}
  .hero-hot-copy>button{margin-top:5px}
  .hero-all-boards{min-height:44px;margin-top:8px}
  .map-section-primary{padding-top:22px}
  .map-section-primary>.shell{width:100%}
  .map-section-primary .map-heading{padding:0 14px}
}
@media(max-width:430px){
  .shell{width:calc(100% - 24px)}
  .board-body{padding:15px}
  .board-body h3{overflow-wrap:anywhere}
  .board-address{min-height:0}
  .board-details strong{white-space:normal}
  .billboard-map{height:62dvh;min-height:390px}
  .map-location{flex-basis:76vw}
  .request-dialog{overscroll-behavior:contain}
}
