
/* === Minimal requested overrides === */
.brand img{ height:32px; width:auto; }
.nav{ display:flex; align-items:center; justify-content:space-between; }
.nav .links{ display:flex; gap:12px; align-items:center; flex-wrap:nowrap; }
.nav .links a{ white-space:nowrap; }
@media (max-width:480px){ .pickup-hero{ padding-top:72px; } .brand img{ height:28px; } }
#about .container{ text-align:center; }
#about p{ margin-left:auto; margin-right:auto; max-width:900px; }
