/* Constrain intrinsic native date/time controls, including mobile Safari. */
.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.form-field input[type="date"],.form-field input[type="time"]{
  box-sizing:border-box;max-width:100%;min-width:0;width:100%;
  min-inline-size:0;max-inline-size:100%;height:49px;
  -webkit-appearance:none;appearance:none;
}
.form-field input::-webkit-date-and-time-value{min-width:0;text-align:left}
.form-field input::-webkit-datetime-edit{min-width:0;padding:0}
@media(max-width:782px){
  /* Keep the whole fleet photo visible; the caption sits below the vehicles. */
  .about-band .about-photo-wrap>img{height:auto;object-fit:contain}
  .about-band .photo-caption{position:static;border-radius:0;padding:20px;background:#fff;backdrop-filter:none}
}
@media(max-width:520px){.form-grid{grid-template-columns:minmax(0,1fr)}}
