/*
 * Bold Outdoors global site parts — canonical visual authority.
 * Theme v1.0.125
 *
 * All public header_01 and footer_01 presentation belongs in this file.
 * Shared theme stylesheets may provide neutral primitives, but must not own
 * site-part geometry, colors, typography, states, or responsive behavior.
 */

/* =========================================================
   Shared site-part tokens
   ========================================================= */
body.package-bold-outdoors {
  --bo-site-parts-container: 1160px;
  --bo-site-parts-gutter: 24px;
  --bo-site-parts-green: #556955;
  --bo-site-parts-green-dark: #243826;
  --bo-site-parts-blue: #2ea3d6;
  --bo-site-parts-blue-hover: #1f83b4;
  --bo-site-parts-orange: #f0701f;
  --bo-site-parts-text: #243141;
  --bo-site-parts-muted: #5f6d62;
  --bo-site-parts-border: rgba(36,49,65,.10);
  --bo-header-to-hero-gap: 70px;
}

/* =========================================================
   header_01
   ========================================================= */
html body.package-bold-outdoors [data-bwp-site-part="header_01"] {
  --bo-header-topbar-height: 38px;
  --bo-header-main-height: 100px;
  --bo-header-background: #ffffff;
  --bo-header-topbar-background: var(--bo-site-parts-green);
  --bo-header-text: var(--bo-site-parts-green);
  --bo-header-active-background: var(--bo-site-parts-green);
  --bo-header-active-text: #ffffff;

  position: relative;
  z-index: 1000;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--bo-header-background);
  box-sizing: border-box;
  isolation: isolate;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"][data-bwp-sticky="true"] {
  position: sticky;
  top: 0;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] *,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] *::before,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] *::after {
  box-sizing: border-box;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-01__topbar,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-01__main {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  transform: none;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-01__topbar {
  height: var(--bo-header-topbar-height);
  min-height: var(--bo-header-topbar-height);
  background: var(--bo-header-topbar-background);
  color: #fff;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar {
  width: min(calc(100% - 48px), var(--bo-site-parts-container));
  max-width: var(--bo-site-parts-container);
  height: var(--bo-header-topbar-height);
  min-height: var(--bo-header-topbar-height);
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar-text {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar-contacts {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar-contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar-contact-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: currentColor;
  color: #fff;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-01__main {
  height: var(--bo-header-main-height);
  min-height: var(--bo-header-main-height);
  background: var(--bo-header-background);
  border-bottom: 1px solid rgba(36,49,65,.08);
  box-shadow: 0 8px 24px rgba(33,45,31,.07);
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header {
  width: min(calc(100% - 48px), var(--bo-site-parts-container));
  max-width: var(--bo-site-parts-container);
  height: var(--bo-header-main-height);
  min-height: var(--bo-header-main-height);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(190px,220px) minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(18px,2.5vw,40px);
  background: transparent;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  height: var(--bo-header-main-height);
  min-height: var(--bo-header-main-height);
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-brand-logo {
  display: block;
  width: auto;
  height: 92px;
  max-width: 220px;
  max-height: 92px;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: left center;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-brand-fallback {
  display: none;
  margin: 0;
  color: var(--bo-header-text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  min-width: 0;
  height: var(--bo-header-main-height);
  min-height: var(--bo-header-main-height);
  margin: 0;
  padding: 0;
  border: 0;
  gap: 0;
  background: transparent;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: var(--bo-header-main-height);
  min-height: var(--bo-header-main-height);
  margin: 0;
  padding: 0 clamp(12px,1.15vw,18px);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--bo-header-text);
  -webkit-text-fill-color: var(--bo-header-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition: background-color .18s ease,color .18s ease;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link::before,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link::after {
  display: none;
  content: none;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link:hover,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link:focus-visible,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link.is-active,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link[aria-current="page"] {
  height: var(--bo-header-main-height);
  min-height: var(--bo-header-main-height);
  background: var(--bo-header-active-background);
  color: var(--bo-header-active-text);
  -webkit-text-fill-color: var(--bo-header-active-text);
  text-decoration: none;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  height: var(--bo-header-main-height);
  min-height: var(--bo-header-main-height);
  margin: 0;
  padding: 0;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  min-height: 54px;
  margin: 0;
  padding: 14px 22px;
  border: 1px solid var(--bo-site-parts-blue);
  border-radius: 10px;
  background: var(--bo-site-parts-blue);
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(46,163,214,.24);
  transition: background-color .18s ease,border-color .18s ease,transform .18s ease;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:hover,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:focus-visible {
  background: var(--bo-site-parts-orange);
  border-color: var(--bo-site-parts-orange);
  color: #fff;
  -webkit-text-fill-color: #fff;
  transform: translateY(-1px);
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 42px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(85,105,85,.28);
  border-radius: 8px;
  background: #fff;
  color: var(--bo-header-text);
  font: inherit;
  font-weight: 800;
}

@media (max-width: 1100px) {
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header {
    grid-template-columns: minmax(170px,190px) minmax(0,1fr) auto;
    gap: 14px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link,
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link:visited {
    padding-inline: 10px;
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] {
    --bo-header-main-height: 80px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header {
    grid-template-columns: 1fr auto auto;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-brand-logo {
    height: 60px;
    max-height: 60px;
    max-width: 190px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-toggle {
    display: inline-flex;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 24px 18px;
    background: #fff;
    border-top: 1px solid rgba(36,49,65,.08);
    box-shadow: 0 18px 32px rgba(33,45,31,.12);
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav.is-open {
    display: flex;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link,
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link:visited,
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link:hover,
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link:focus-visible,
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link.is-active,
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-nav-link[aria-current="page"] {
    width: 100%;
    height: auto;
    min-height: 46px;
    justify-content: flex-start;
    padding: 12px 14px;
  }
}

@media (max-width: 680px) {
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] {
    --bo-header-topbar-height: auto;
    --bo-header-main-height: 72px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-01__topbar {
    height: auto;
    min-height: 38px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar {
    width: min(calc(100% - 24px), var(--bo-site-parts-container));
    height: auto;
    min-height: 38px;
    padding: 7px 0;
    gap: 8px;
    flex-wrap: wrap;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar-text {
    font-size: 11px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar-contacts {
    gap: 10px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar-contact {
    font-size: 11px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-topbar-contact-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header {
    width: min(calc(100% - 24px), var(--bo-site-parts-container));
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-brand-logo {
    height: 52px;
    max-height: 52px;
    max-width: 168px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta {
    display: none;
  }
}


/* =========================================================
   header_01 → first split hero handoff
   The header remains in normal/sticky document flow. This is the single
   visual spacing authority between global header_01 and the first hero.
   ========================================================= */
html body.package-bold-outdoors .bo-section--section-hero-split-white {
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: var(--bo-header-to-hero-gap) !important;
}

html body.package-bold-outdoors .bo-section--section-hero-split-white .bo-hero {
  min-height: 0 !important;
  padding-top: 0 !important;
}

/* =========================================================
   footer_01
   ========================================================= */
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] {
  --bo-footer-background: var(--bwp-site-part-footer-bg,#ffffff);
  --bo-footer-text: #243141;
  --bo-footer-muted: #5f6d62;
  --bo-footer-border: rgba(36,49,65,.10);
  --bo-footer-button-background: var(--bwp-site-part-footer-button-bg,#2ea3d6);
  --bo-footer-button-text: var(--bwp-site-part-footer-button-text,#ffffff);
  --bo-footer-button-hover-background: var(--bwp-site-part-footer-button-hover-bg,#556955);
  --bo-footer-button-hover-text: var(--bwp-site-part-footer-button-hover-text,#ffffff);

  width: 100%;
  margin: 0;
  padding: 70px 0 0;
  background: var(--bo-footer-background);
  color: var(--bo-footer-text);
  border-top: 0;
  box-sizing: border-box;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] *,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] *::before,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] *::after {
  box-sizing: border-box;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__grid {
  width: min(calc(100% - 48px), var(--bo-site-parts-container));
  max-width: var(--bo-site-parts-container);
  margin: 0 auto;
  padding: 0 0 44px;
  display: grid;
  grid-template-columns: minmax(260px,1.15fr) minmax(140px,.62fr) minmax(170px,.72fr) minmax(220px,.92fr);
  gap: 30px;
  align-items: start;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--bo-site-parts-green-dark);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-title--brand {
  display: block;
  width: min(100%,220px);
  min-height: 92px;
  margin: 0 0 18px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: url("/themes/bold-outdoors/media/branding/2024BoldLogoConcept.jpg") left center / contain no-repeat;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-title--brand .bov2-footer-title__icon {
  display: none;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-title__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  margin: 0;
  border-radius: 10px;
  font-size: 0;
  line-height: 1;
  color: #fff;
  box-shadow: 0 7px 16px rgba(36,49,65,.12);
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-col--company .bov2-footer-title__icon {
  background: linear-gradient(135deg,#2ea3d6,#1f7fb4);
}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-col--company .bov2-footer-title__icon::before {
  content: "🏢";
  font-size: 17px;
}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-col--access .bov2-footer-title__icon {
  background: linear-gradient(135deg,#7ca85f,#556955);
}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-col--access .bov2-footer-title__icon::before {
  content: "🔐";
  font-size: 17px;
}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-col--contact .bov2-footer-title__icon {
  background: linear-gradient(135deg,#f2a541,#e57d24);
}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-col--contact .bov2-footer-title__icon::before {
  content: "✉";
  font-size: 18px;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-brand-copy {
  max-width: 300px;
  margin: 0 0 18px;
  color: var(--bo-footer-muted);
  font-size: 16px;
  line-height: 1.55;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 18px 0 12px;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 46px;
  margin: 0;
  padding: 12px 20px;
  border: 2px solid var(--bo-site-parts-green);
  border-radius: 0;
  background: transparent;
  color: var(--bo-site-parts-green-dark);
  -webkit-text-fill-color: var(--bo-site-parts-green-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn:hover,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn:focus-visible {
  background: var(--bo-site-parts-green);
  border-color: var(--bo-site-parts-green);
  color: #fff;
  -webkit-text-fill-color: #fff;
  transform: translateY(-1px);
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-prompt {
  max-width: 300px;
  margin: 10px 0 0;
  color: var(--bo-footer-text);
  font-size: 15px;
  line-height: 1.5;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-list,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-links--inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-list {
  display: grid;
  gap: 12px;
  list-style: none;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 17px;
}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bo-site-parts-blue);
  box-shadow: 0 0 0 3px rgba(46,163,214,.12);
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-list a,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-contact__value,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-links--inline a {
  color: var(--bo-site-parts-green-dark);
  -webkit-text-fill-color: var(--bo-site-parts-green-dark);
  font-weight: 700;
  text-decoration: none;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-list a:hover,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-contact__value:hover,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-links--inline a:hover {
  color: var(--bo-site-parts-blue);
  -webkit-text-fill-color: var(--bo-site-parts-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-contact-grid {
  display: grid;
  gap: 14px;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-contact-card {
  min-height: 78px;
  padding: 18px 20px;
  border: 2px solid var(--bo-site-parts-green);
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-contact__label {
  margin: 0 0 6px;
  color: #707970;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-contact__value {
  font-size: 15px;
  line-height: 1.35;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__bottom {
  width: 100%;
  margin: 0;
  padding: 16px 0;
  background: var(--bo-footer-background);
  border-top: 1px solid var(--bo-footer-border);
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__bottom-inner {
  width: min(calc(100% - 48px), var(--bo-site-parts-container));
  max-width: var(--bo-site-parts-container);
  min-height: 30px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  column-gap: 24px;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__bottom-inner > span {
  grid-column: 1;
  justify-self: start;
  color: var(--bo-footer-muted);
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-links--inline {
  grid-column: 2;
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-links--inline li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-links--inline li + li::before {
  content: "|";
  margin: 0 12px;
  color: rgba(36,49,65,.38);
}

html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-links--inline a {
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 980px) {
  html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__bottom-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }
  html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-links--inline {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  html body.package-bold-outdoors [data-bwp-site-part="footer_01"] {
    padding-top: 48px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__grid,
  html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__bottom-inner {
    width: min(calc(100% - 24px), var(--bo-site-parts-container));
  }
  html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-site-footer__grid {
    grid-template-columns: 1fr;
  }
  html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* Bold Outdoors Theme v1.0.109 — header/footer surface buttons. */
:root{--bo-style-button-margin:5px;--bo-button-header-bg:#32a6d8;--bo-button-header-border:#32a6d8;--bo-button-header-text:#fff;--bo-button-header-hover-bg:#f0701f;--bo-button-header-hover-border:#f0701f;--bo-button-header-hover-text:#fff;--bo-button-footer-bg:transparent;--bo-button-footer-border:#556955;--bo-button-footer-text:#556955;--bo-button-footer-hover-bg:#556955;--bo-button-footer-hover-border:#556955;--bo-button-footer-hover-text:#fff}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta,html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:visited{margin:var(--bo-style-button-margin)!important;background:var(--bo-button-header-bg)!important;border-color:var(--bo-button-header-border)!important;color:var(--bo-button-header-text)!important;-webkit-text-fill-color:var(--bo-button-header-text)!important}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:hover,html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:focus-visible{background:var(--bo-button-header-hover-bg)!important;border-color:var(--bo-button-header-hover-border)!important;color:var(--bo-button-header-hover-text)!important;-webkit-text-fill-color:var(--bo-button-header-hover-text)!important}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn,html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn:visited{margin:var(--bo-style-button-margin)!important;background:var(--bo-button-footer-bg)!important;border-color:var(--bo-button-footer-border)!important;color:var(--bo-button-footer-text)!important;-webkit-text-fill-color:var(--bo-button-footer-text)!important}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn:hover,html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn:focus-visible{background:var(--bo-button-footer-hover-bg)!important;border-color:var(--bo-button-footer-hover-border)!important;color:var(--bo-button-footer-hover-text)!important;-webkit-text-fill-color:var(--bo-button-footer-hover-text)!important}

/* Bold Outdoors Theme v1.0.113 — certified site-part button tokenization.
   Header CTA and footer action buttons consume Site Style variables without
   changing markup, geometry, navigation links, or footer composition. */
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:visited{
  margin:var(--bo-style-button-margin,5px)!important;
  background:var(--bo-button-header-bg,#32a6d8)!important;
  border-color:var(--bo-button-header-border,#32a6d8)!important;
  color:var(--bo-button-header-text,#fff)!important;
  -webkit-text-fill-color:var(--bo-button-header-text,#fff)!important;
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:hover,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-header-cta:focus-visible{
  background:var(--bo-button-header-hover-bg,#f0701f)!important;
  border-color:var(--bo-button-header-hover-border,#f0701f)!important;
  color:var(--bo-button-header-hover-text,#fff)!important;
  -webkit-text-fill-color:var(--bo-button-header-hover-text,#fff)!important;
}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn:visited{
  margin:var(--bo-style-button-margin,5px)!important;
  background:var(--bo-button-footer-bg,var(--bo-button-primary-bg,transparent))!important;
  border-color:var(--bo-button-footer-border,var(--bo-button-primary-border,#556955))!important;
  color:var(--bo-button-footer-text,var(--bo-button-primary-text,#556955))!important;
  -webkit-text-fill-color:var(--bo-button-footer-text,var(--bo-button-primary-text,#556955))!important;
}
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn:hover,
html body.package-bold-outdoors [data-bwp-site-part="footer_01"] .bov2-footer-actions .bov2-btn:focus-visible{
  background:var(--bo-button-footer-hover-bg,var(--bo-button-primary-hover-bg,#556955))!important;
  border-color:var(--bo-button-footer-hover-border,var(--bo-button-primary-hover-border,#556955))!important;
  color:var(--bo-button-footer-hover-text,var(--bo-button-primary-hover-text,#fff))!important;
  -webkit-text-fill-color:var(--bo-button-footer-hover-text,var(--bo-button-primary-hover-text,#fff))!important;
}

/* v1.0.226 — authenticated account navigation */
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu {
  position: relative;
  display: flex;
  align-self: stretch;
  height: var(--bo-header-main-height);
  min-height: var(--bo-header-main-height);
  margin: 0;
  padding: 0;
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu > summary {
  list-style: none;
  cursor: pointer;
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu > summary::-webkit-details-marker { display: none; }
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__toggle {
  gap: 8px;
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu:hover .bo-account-menu__chevron,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu:focus-within .bo-account-menu__chevron {
  transform: translateY(2px) rotate(225deg);
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__dropdown {
  position: absolute;
  z-index: 80;
  top: calc(100% - 1px);
  right: 0;
  display: none;
  min-width: 230px;
  padding: 10px;
  border: 1px solid rgba(85,105,85,.2);
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(33,45,31,.18);
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu:hover .bo-account-menu__dropdown,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu:focus-within .bo-account-menu__dropdown {
  display: block;
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__link,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__link:visited {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--bo-header-text);
  -webkit-text-fill-color: var(--bo-header-text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__link:hover,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__link:focus-visible {
  background: var(--bo-header-active-background);
  color: #fff;
  -webkit-text-fill-color: #fff;
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__divider {
  display: block;
  height: 1px;
  margin: 7px 4px;
  background: rgba(85,105,85,.2);
}
html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__link--logout {
  font-weight: 850;
}
@media (max-width: 980px) {
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__toggle {
    width: 100%;
    height: auto;
    min-height: 46px;
    justify-content: space-between;
    padding: 12px 14px;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu[open] .bo-account-menu__chevron {
    transform: translateY(2px) rotate(225deg);
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu[open] .bo-account-menu__dropdown {
    display: block;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__dropdown {
    position: static;
    min-width: 0;
    width: 100%;
    padding: 6px 0 4px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu:not([open]):not(:focus-within) .bo-account-menu__dropdown {
    display: none;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__link,
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu__link:visited {
    min-height: 42px;
  }
}

/* v1.0.229 — authenticated account navigation hover authority */
@media (min-width: 981px) {
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu[data-bo-hover-open="true"] .bo-account-menu__dropdown {
    display: block;
  }
  html body.package-bold-outdoors [data-bwp-site-part="header_01"] .bo-account-menu[data-bo-hover-open="true"] .bo-account-menu__chevron {
    transform: translateY(2px) rotate(225deg);
  }
}


/* =========================================================
   Theme v1.0.351 — canonical header_01 normal-flow clearance

   header_01 is rendered in normal document flow (and may become sticky without
   leaving flow). Older runtime bridge rules still reserve a fixed-header offset
   on <main>; that reservation stacks with the intentional 70px hero gap.
   When canonical header_01 is present, remove only that obsolete main-level
   reservation. Hero/page templates remain the sole owner of visual spacing.
   ========================================================= */
html body.package-bold-outdoors [data-bwp-site-part="header_01"] + main,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] ~ main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

html body.package-bold-outdoors [data-bwp-site-part="header_01"] + main > :first-child,
html body.package-bold-outdoors [data-bwp-site-part="header_01"] ~ main > :first-child {
  margin-top: 0 !important;
}
