header{display:grid;grid-template-columns:1fr minmax(280px,480px) 1fr;gap:34px}.brand{justify-self:start}.site-search{justify-self:center;width:100%;max-width:480px}.nav-cta{justify-self:end;white-space:nowrap}@media(max-width:760px){header{grid-template-columns:180px 1fr;gap:14px}.site-search{grid-column:2}.nav-cta{display:none}}@media(max-width:640px){header{grid-template-columns:150px 1fr;padding-left:16px;padding-right:16px}.brand{width:150px}.site-search{width:100%}}
