/* Public header only. Load after the legacy release and storefront layers.
 * At 1440px: announcement 40px; brand row y60–140; search y161–225;
 * header ends at y245. Grid flow, not hero offsets, reserves this space.
 */
body > .gfa-exclusive-bar {
  box-sizing: border-box;
  height: auto;
  min-height: 40px;
  padding: 9px 20px;
  gap: 5px;
  background: #060605;
  border-bottom: 1px solid rgba(186, 129, 21, .35);
  color: #dfdbcf;
  font: 400 16px/1.3 "Lato", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
body > .gfa-exclusive-bar strong {
  margin: 0;
  color: #d4af37;
  font-weight: 700;
}

.site-header[data-site-header] {
  position: relative !important;
  inset: auto !important;
  z-index: 40;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
  overflow: visible !important;
  background: #060605 !important;
  border: 0;
  color: #dfdbcf;
}
.site-header .header-inner {
  position: relative !important;
  display: grid !important;
  width: min(1340px, calc(100% - 100px));
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto;
  padding: 20px 0 !important;
  grid-template-columns: minmax(200px, 1fr) minmax(0, 640px) minmax(200px, 1fr) !important;
  grid-template-rows: minmax(80px, auto) 64px !important;
  grid-template-areas: none !important;
  column-gap: 0 !important;
  row-gap: 21px !important;
  align-items: center;
}
.site-header .header-inner > * {
  min-width: 0;
}
.site-header .site-brand,
.site-header .primary-nav,
.site-header .gfa-header-search,
.site-header .header-actions,
.site-header .menu-button {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  translate: none;
}
.site-header .site-brand {
  grid-area: 1 / 1 / 2 / 3 !important;
  display: block;
  justify-self: start !important;
  width: 363px;
  max-width: 100%;
  min-height: 44px;
  margin: 0;
}
.site-header .site-brand img {
  display: block;
  width: 363px !important;
  max-width: 100%;
  height: 80px !important;
  margin: 0;
  object-fit: contain;
  object-position: left center;
  image-rendering: auto;
  filter: none;
}
.site-header .primary-nav {
  grid-area: 1 / 2 / 2 / 4 !important;
  display: flex !important;
  align-self: center;
  justify-self: end;
  justify-content: flex-end !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 32px !important;
  max-width: calc(100% - 28px);
  margin: 0;
  padding: 0 !important;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}
.site-header .primary-nav > li {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .primary-nav a,
.site-header .primary-nav li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  color: #dfdbcf !important;
  font: 700 18px/1.25 "Inria Serif", Georgia, serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap;
}
.site-header .primary-nav a:hover,
.site-header .primary-nav .current-menu-item > a,
.site-header .primary-nav .current-menu-ancestor > a {
  color: #d4af37 !important;
}

.site-header .gfa-header-search {
  grid-area: 2 / 2 / 3 / 3 !important;
  justify-self: center;
  display: flex;
  align-items: center;
  width: 100% !important;
  max-width: 640px;
  height: 64px !important;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #5e5c56 !important;
  border-radius: 7px;
  background: #060605 !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}
.site-header .gfa-header-search .gfa-search-icon {
  display: grid !important;
  place-items: center;
  flex: 0 0 52px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #dfdbcf;
  background: transparent;
}
.site-header .gfa-header-search input[type="search"] {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 8px 0 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #dfdbcf;
  font: 400 16px/1.4 "Lato", Arial, sans-serif !important;
  box-shadow: none;
}
.site-header .gfa-header-search input[type="search"]::placeholder {
  color: #a19b8e;
  opacity: 1;
}
.site-header .gfa-header-search button {
  flex: 0 0 102px !important;
  width: auto;
  min-width: 0;
  height: 44px !important;
  min-height: 44px;
  margin: 0 9px 0 4px !important;
  padding: 0 14px;
  border: 1px solid #ba8115;
  border-radius: 4px;
  background: linear-gradient(110deg, #f0da76, #d4af37 48%, #ba8115);
  color: #060605;
  font: 700 18px/1 "Inria Serif", Georgia, serif !important;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.site-header .header-actions {
  grid-area: 2 / 3 / 3 / 4 !important;
  display: flex;
  align-items: center !important;
  align-self: center !important;
  justify-self: end;
  justify-content: flex-end;
  gap: 18px !important;
  width: auto;
  margin: 0;
  padding: 0 !important;
  text-transform: none;
  letter-spacing: 0;
}
.site-header .header-actions .account-trigger,
.site-header .header-actions .gfa-account-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
  width: auto;
  min-height: 44px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: #dfdbcf !important;
  font: 700 18px/1.25 "Inria Serif", Georgia, serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap;
  cursor: pointer;
}
.site-header .header-actions .account-trigger::after {
  content: none;
}
.site-header .header-actions .cart-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: #d4af37 !important;
  background: transparent;
}
.site-header .header-actions .cart-link .gfa-cart-icon,
.site-header .header-actions .account-trigger > span,
.site-header .header-actions .gfa-account-link > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #d4af37;
}
/* Reset the legacy gold circle on cart spans without affecting its count badge. */
.site-header .gfa-cart-icon svg,
.site-header .gfa-search-icon svg,
.site-header .account-trigger svg,
.site-header .gfa-account-link svg {
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-header .gfa-cart-icon svg * {
  fill: none !important;
  stroke: currentColor;
}
.site-header .header-actions .cart-link em {
  position: absolute;
  top: 1px;
  right: -1px;
  display: grid;
  place-items: center;
  width: auto;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border: 1px solid #060605;
  border-radius: 12px;
  background: #d4af37;
  color: #060605;
  font: 700 10px/1 "Lato", Arial, sans-serif;
}
.site-header .menu-button {
  display: none !important;
}
.site-header a:focus-visible,
.site-header button:focus-visible {
  outline: 2px solid #d4af37;
  outline-offset: 4px;
  border-radius: 3px;
}
.site-header .gfa-header-search:focus-within {
  outline: 2px solid #d4af37 !important;
  outline-offset: 3px !important;
}

@media (min-width: 1081px) and (max-width: 1280px) {
  .site-header .header-inner {
    width: calc(100% - 64px);
    grid-template-columns: minmax(190px, 1fr) minmax(0, 640px) minmax(190px, 1fr) !important;
  }
  .site-header .site-brand,
  .site-header .site-brand img {
    width: 300px !important;
  }
  .site-header .primary-nav {
    gap: 10px 22px !important;
  }
  .site-header .primary-nav a,
  .site-header .primary-nav li a,
  .site-header .header-actions .account-trigger,
  .site-header .header-actions .gfa-account-link {
    font-size: 16px !important;
  }
  .site-header .header-actions {
    gap: 10px !important;
  }
}

@media (max-width: 1080px) {
  .site-header .header-inner {
    width: calc(100% - 40px);
    padding: 12px 0 16px !important;
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    grid-template-rows: minmax(64px, auto) 56px !important;
    gap: 12px !important;
  }
  .site-header .site-brand {
    grid-area: 1 / 2 / 2 / 3 !important;
    justify-self: start !important;
    width: min(300px, 100%);
  }
  .site-header .site-brand img {
    width: 300px !important;
    height: 64px !important;
  }
  .site-header .menu-button {
    grid-area: 1 / 1 / 2 / 2 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 4px;
    width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 4px;
    border: 0;
    background: transparent;
    color: #dfdbcf;
    cursor: pointer;
  }
  .site-header .menu-button span {
    display: block;
    width: 22px;
    height: 1px;
    border: 0;
    background: currentColor;
  }
  .site-header .menu-button b {
    margin: 2px 0 0;
    font: 700 9px/1 "Lato", Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .site-header .header-actions {
    grid-area: 1 / 3 / 2 / 4 !important;
    gap: 12px !important;
  }
  .site-header .header-actions .account-trigger,
  .site-header .header-actions .gfa-account-link {
    font-size: 16px !important;
  }
  .site-header .gfa-header-search {
    grid-area: 2 / 1 / 3 / 4 !important;
    max-width: 640px;
    height: 56px !important;
  }
  .site-header .gfa-header-search button {
    margin-right: 5px !important;
    font-size: 16px !important;
  }
  /* Expanded navigation is a third grid row, never an overlay on the hero/search. */
  .site-header .primary-nav {
    grid-area: 3 / 1 / 4 / 4 !important;
    display: none !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
    justify-content: stretch !important;
    align-items: stretch;
    gap: 6px 16px !important;
    width: 100%;
    max-width: none;
    padding: 16px 0 0 !important;
    border: 0;
    border-top: 1px solid rgba(212, 175, 55, .25);
    background: transparent !important;
    box-shadow: none;
  }
  .site-header .primary-nav.is-open {
    display: grid !important;
  }
  .site-header .primary-nav a,
  .site-header .primary-nav li a {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 8px;
    font-size: 17px !important;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 620px) {
  body > .gfa-exclusive-bar {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 11px;
  }
  .site-header .header-inner {
    width: calc(100% - 28px);
    padding-top: 8px !important;
    grid-template-rows: 56px 52px !important;
    column-gap: 8px !important;
    row-gap: 10px !important;
  }
  .site-header .site-brand img {
    width: 220px !important;
    height: 52px !important;
  }
  .site-header .header-actions {
    gap: 4px !important;
  }
  .site-header .header-actions .account-trigger,
  .site-header .header-actions .gfa-account-link {
    gap: 0;
    width: 44px;
    height: 44px;
    font-size: 0 !important;
  }
  .site-header .gfa-header-search {
    height: 52px !important;
  }
  .site-header .gfa-header-search .gfa-search-icon {
    flex-basis: 40px;
  }
  .site-header .gfa-header-search input[type="search"] {
    font-size: 16px !important;
  }
  .site-header .gfa-header-search button {
    flex-basis: 76px !important;
    min-height: 40px;
    height: 40px !important;
    padding: 0 8px;
    font-size: 15px !important;
  }
  .site-header .primary-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px !important;
  }
}

/* If JavaScript is unavailable, public navigation remains reachable on small screens. */
@media (max-width: 1080px) {
  html:not(.gfa-js) .site-header .primary-nav {
    display: grid !important;
  }
  html:not(.gfa-js) .site-header .menu-button {
    visibility: hidden;
  }
}
