:root {
  --fo-shell-green: #1f4f2b;
  --fo-shell-green-dark: #182b17;
  --fo-shell-cream: #fbf5e7;
  --fo-shell-paper: #fffaf0;
  --fo-shell-ink: #172019;
  --fo-shell-muted: #6f746b;
  --fo-shell-line: #d9cdb8;
  --fo-shell-accent: #b75428;
}

.fo-global-promo,
.fo-global-header,
.fo-global-footer,
.fo-mobile-drawer,
.pg-search-popover {
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

.fo-global-promo *,
.fo-global-header *,
.fo-global-footer *,
.fo-mobile-drawer *,
.pg-search-popover * {
  box-sizing: border-box;
}

.fo-global-promo a,
.fo-global-header a,
.fo-global-footer a,
.fo-mobile-drawer a {
  text-decoration: none;
}

.fo-shell-container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.fo-global-promo {
  position: relative;
  z-index: 82;
  height: 30px;
  background: var(--fo-shell-green);
  color: #f2e7c9;
  font-size: 13px;
  font-weight: 800;
}

.fo-global-promo .fo-shell-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.fo-global-promo strong {
  display: inline-flex;
  gap: 5px;
}

.fo-global-promo i {
  display: grid;
  min-width: 31px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 4px;
  background: #f6efd8;
  color: var(--fo-shell-green);
  font-style: normal;
  font-variant-numeric: tabular-nums;
}

.fo-global-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 70px;
  border-bottom: 1px solid var(--fo-shell-line);
  background: rgba(251, 245, 231, .97);
  color: var(--fo-shell-ink);
  backdrop-filter: blur(14px);
}

.fo-global-nav {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr) auto;
  align-items: center;
  height: 100%;
  gap: 22px;
}

.fo-shell-logo {
  display: grid;
  width: fit-content;
  gap: 3px;
  color: var(--fo-shell-green);
  line-height: 1;
}

.fo-shell-logo strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 31px;
  font-weight: 800;
  line-height: .84;
  white-space: nowrap;
}

.fo-shell-logo strong::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: -1px;
  background: currentColor;
  clip-path: polygon(45% 100%, 30% 50%, 0 40%, 35% 25%, 45% 0, 55% 25%, 90% 10%, 70% 48%, 55% 100%);
}

.fo-shell-logo i {
  font-style: normal;
}

.fo-shell-logo em {
  font-style: italic;
}

.fo-shell-logo small {
  color: #73796f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fo-global-links {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.55vw, 29px);
  font-family: Georgia, serif;
  font-size: 15px;
  white-space: nowrap;
}

.fo-global-links a {
  position: relative;
  color: var(--fo-shell-ink);
}

.fo-global-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--fo-shell-green);
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .16s ease, transform .16s ease;
}

.fo-global-links a:hover,
.fo-global-links a.is-active,
.fo-global-links a[aria-current="page"] {
  color: var(--fo-shell-green);
}

.fo-global-links a:hover::after,
.fo-global-links a.is-active::after,
.fo-global-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.fo-global-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.fo-shell-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fo-global-actions button,
.fo-global-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--fo-shell-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.fo-global-actions button:focus-visible,
.fo-global-actions a:focus-visible,
.fo-global-links a:focus-visible {
  outline: 3px solid rgba(183, 84, 40, .28);
  outline-offset: 2px;
}

.fo-global-actions .fo-global-sell {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #a84920;
  border-radius: 5px;
  background: var(--fo-shell-accent);
  color: white;
  box-shadow: 0 5px 14px rgba(183, 84, 40, .18);
  transition: background-color .16s ease, transform .16s ease;
}

.fo-global-actions .fo-global-sell:hover {
  background: #a84920;
  color: white;
  transform: translateY(-1px);
}

.fo-global-sell small,
.fo-global-menu {
  display: none !important;
}

.fo-global-icon-button,
.fo-global-account {
  padding: 0 5px;
  border-radius: 4px;
}

.fo-global-icon-button:hover,
.fo-global-account:hover {
  color: var(--fo-shell-green);
}

.header-menu-bars,
.header-menu-bars::before,
.header-menu-bars::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.header-menu-bars {
  position: relative;
}

.header-menu-bars::before,
.header-menu-bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.header-menu-bars::before {
  top: -6px;
}

.header-menu-bars::after {
  top: 6px;
}

.header-menu-btn.is-open .header-menu-bars {
  background: transparent;
}

.header-menu-btn.is-open .header-menu-bars::before {
  top: 0;
  transform: rotate(45deg);
}

.header-menu-btn.is-open .header-menu-bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.fo-global-footer {
  position: relative;
  z-index: 2;
  padding: 48px 0 0;
  background: var(--fo-shell-green-dark);
  color: #f8ecd0;
}

.fo-global-footer-grid {
  display: grid;
  grid-template-columns: minmax(290px, 1.5fr) repeat(5, minmax(100px, 1fr));
  gap: 24px;
  padding-bottom: 38px;
}

.fo-global-footer .fo-shell-logo,
.fo-global-footer .fo-shell-logo small {
  color: #f8ecd0;
}

.fo-global-footer-brand p {
  max-width: 295px;
  margin: 17px 0 0;
  color: rgba(248, 236, 208, .7);
  font-size: 13px;
  line-height: 1.65;
}

.fo-global-footer nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.fo-global-footer h2 {
  margin: 1px 0 8px;
  color: #fff8e7;
  font-family: Fraunces, Georgia, serif;
  font-size: 17px;
  font-weight: 600;
}

.fo-global-footer nav a {
  width: fit-content;
  color: rgba(248, 236, 208, .74);
  font-size: 13px;
  line-height: 1.35;
}

.fo-global-footer nav a:hover,
.fo-global-footer nav a.is-active {
  color: #fff8e7;
}

.fo-global-footer-bottom {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(248, 236, 208, .16);
  color: rgba(248, 236, 208, .55);
  font-size: 11px;
}

.fo-mobile-drawer {
  position: fixed;
  z-index: 500;
  inset: 0;
}

.fo-mobile-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 28, 17, .5);
  backdrop-filter: blur(2px);
}

.fo-mobile-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(390px, calc(100% - 36px));
  height: 100%;
  padding: 20px;
  flex-direction: column;
  background: var(--fo-shell-paper);
  color: var(--fo-shell-ink);
  box-shadow: -18px 0 45px rgba(21, 35, 22, .2);
}

.fo-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fo-shell-line);
}

.fo-mobile-drawer-brand,
.fo-mobile-drawer-brand-text {
  display: inline-flex;
  align-items: center;
  color: var(--fo-shell-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.fo-mobile-drawer-mark {
  display: none;
}

.fo-mobile-drawer-close {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--fo-shell-line);
  border-radius: 50%;
  background: white;
  color: var(--fo-shell-green);
}

.fo-mobile-drawer-close svg {
  width: 22px;
  height: 22px;
}

.fo-mobile-drawer-nav {
  display: grid;
  margin-top: 18px;
}

.fo-mobile-drawer-nav a {
  padding: 13px 4px;
  border-bottom: 1px solid rgba(217, 205, 184, .7);
  color: var(--fo-shell-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
}

.fo-mobile-drawer-cta {
  display: grid;
  margin-top: auto;
  gap: 9px;
  padding-top: 20px;
}

.fo-mobile-drawer-btn {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fo-shell-green);
  border-radius: 5px;
  color: var(--fo-shell-green);
  font-size: 14px;
  font-weight: 800;
}

.fo-mobile-drawer-btn.is-primary {
  background: var(--fo-shell-green);
  color: white;
}

.pg-search-popover {
  position: fixed;
  top: 108px;
  right: max(24px, calc((100vw - 1320px) / 2));
  z-index: 510;
  display: none;
  width: min(430px, calc(100% - 32px));
  padding: 16px;
  border: 1px solid var(--fo-shell-line);
  border-radius: 7px;
  background: var(--fo-shell-paper);
  color: var(--fo-shell-ink);
  box-shadow: 0 18px 48px rgba(21, 35, 22, .2);
}

.pg-search-popover.is-open {
  display: block;
}

.pg-search-popover-head,
.pg-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pg-search-popover-head {
  justify-content: space-between;
  margin-bottom: 12px;
}

.pg-search-popover-title {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.pg-search-popover-close {
  border: 0;
  background: transparent;
  color: var(--fo-shell-green);
  font-size: 24px;
  cursor: pointer;
}

.pg-search-form input {
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  flex: 1;
  border: 1px solid var(--fo-shell-line);
  border-radius: 5px;
  background: white;
  font: inherit;
}

.pg-search-form button {
  min-width: 48px;
  height: 44px;
  border: 0;
  border-radius: 5px;
  background: var(--fo-shell-green);
  color: white;
  font-size: 0;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .fo-global-nav {
    grid-template-columns: 1fr auto;
  }

  .fo-global-links {
    display: none;
  }

  .fo-global-menu {
    display: inline-flex !important;
  }

  .fo-global-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 24px;
  }

  .fo-global-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .fo-shell-container {
    width: calc(100% - 24px);
  }

  .fo-global-promo {
    height: 32px;
    font-size: 11px;
  }

  .fo-global-promo [data-fo-promo-copy] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fo-global-promo strong {
    display: none;
  }

  .fo-global-header {
    height: 58px;
  }

  .fo-global-nav {
    gap: 8px;
  }

  .fo-shell-logo strong {
    font-size: 21px;
  }

  .fo-shell-logo strong::before {
    width: 13px;
    height: 13px;
  }

  .fo-shell-logo small,
  .fo-global-account span,
  .fo-global-sell span,
  .fo-global-search {
    display: none !important;
  }

  .fo-global-actions {
    gap: 4px;
  }

  .fo-global-actions .fo-global-sell {
    min-height: 34px;
    padding: 0 9px;
    font-size: 11px;
  }

  .fo-global-sell small {
    display: inline !important;
  }

  .fo-global-account,
  .fo-global-menu {
    width: 34px;
    padding: 0 !important;
  }

  .fo-global-account .fo-shell-icon,
  .fo-global-menu .fo-shell-icon {
    width: 22px;
    height: 22px;
  }

  .fo-global-footer {
    padding-top: 34px;
  }

  .fo-global-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    padding-bottom: 28px;
  }

  .fo-global-footer-brand {
    grid-column: 1 / -1;
  }

  .fo-global-footer h2 {
    font-size: 16px;
  }

  .fo-global-footer-bottom {
    min-height: 68px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }

  .pg-search-popover {
    top: 98px;
    right: 16px;
  }
}

@media (max-width: 390px) {
  .fo-global-sell .fo-shell-icon {
    display: none;
  }
}
