html { scroll-padding-top: 96px; }
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  border-bottom: 0;
  box-shadow: none;
}
.site-header nav {
  --logo-width: 320px;
  --column-gap: 32px;
  --side-padding: 28px;
  --box-line: 2px solid #191919;
  position: relative;
  width: min(1460px, 100%);
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--logo-width) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(54px, auto));
  align-items: center;
  gap: 0 var(--column-gap);
  padding: 10px var(--side-padding);
}
.site-header a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  color: #191919;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}
.site-header a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #191919;
  opacity: 0;
  pointer-events: none;
}
.site-header a:hover::after,
.site-header a:focus-visible::after { opacity: 1; }
.header-brand { justify-self: start; grid-column: 1; grid-row: 1 / 3; }
.header-brand::after { display: none; }
.site-header .header-brand .approved-logo { width: var(--logo-width); aspect-ratio: 1260 / 530; }
.site-header .header-brand .approved-logo img { width: 140.79365%; left: -20.47619%; top: -33.77358%; }
.nav-links,
.header-contact { display: flex; align-items: center; align-self: stretch; min-width: 0; flex-wrap: nowrap; overflow-x: auto; padding: 0; scrollbar-width: none; }
.nav-links::-webkit-scrollbar,.header-contact::-webkit-scrollbar { display: none; }
.nav-links a,.header-contact a { flex: 0 0 auto; align-self: stretch; white-space: nowrap; padding: 0 20px; }
.nav-links a:first-child,.header-contact a:first-child { margin-left: auto; }
.nav-links { grid-column: 2; grid-row: 1; gap: 0; border-bottom: var(--box-line); }
.header-contact { grid-column: 2; grid-row: 2; gap: 0; border-bottom: 0; }
.nav-links a + a::before,.header-contact a + a::before {
  content: ''; position: absolute; left: 0; height: 50%;
  border-left: var(--box-line); pointer-events: none;
}
.nav-links a + a::before { bottom: 0; }
.header-contact a + a::before { top: 0; }
.site-header .contact-email { font-size: .875rem; }
.site-header .contact-phone { white-space: nowrap; }
.site-header + main .hero .hero-content { padding-top: 56px; }
.site-header a:focus-visible {
  outline: 2px solid #191919;
  outline-offset: 4px;
}
@media (max-width: 1100px) {
  html { scroll-padding-top: 142px; }
  .site-header nav { --logo-width: 270px; --column-gap: 24px; }
  .nav-links a,.header-contact a { padding-inline: 16px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 198px; }
  .site-header nav { --logo-width: 140px; --column-gap: 8px; --side-padding: 10px; grid-template-rows: repeat(2, 48px); }
  .site-header .header-brand .approved-logo { width: 100%; }
  .header-brand { width: 100%; }
  .nav-links a,.header-contact a { padding-inline: 14px; }
  .site-header a { min-height: 36px; font-size: .875rem; }
  .site-header .contact-email { font-size: .875rem; }
}
