@media(max-width:700px){.hero img,.place-img{height:205px}.brand h1{font-size:22px}main{padding-bottom:82px}.bottom-nav button{font-size:11px}.grid{grid-template-columns:1fr}}


/* v10: ajuste exclusivo del menú inferior tras retirar “Días” */
.bottom-nav{
  grid-template-columns:repeat(4,minmax(0,1fr));
  min-height:66px;
  align-items:stretch;
}
.bottom-nav button{
  min-height:60px;
  padding:10px 8px calc(10px + env(safe-area-inset-bottom));
  font-size:15px;
  line-height:1.08;
  letter-spacing:.005em;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
main{padding-bottom:78px}
@media(max-width:700px){
  main{padding-bottom:76px}
  .bottom-nav{
    grid-template-columns:repeat(4,minmax(0,1fr));
    min-height:64px;
  }
  .bottom-nav button{
    min-height:58px;
    padding:9px 6px calc(9px + env(safe-area-inset-bottom));
    font-size:14.5px;
    line-height:1.08;
  }
}
