/* --- New Premium Announcement Bar Styling (CforC v3 Site Header) --- */
.topbar {
  background: #22325E;
  position: relative;
  padding: 5px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.topbar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 24px;
}
img.site-menu-overlay__logo {
    width: 40px;
}
.topbar .toppromo__content {
  text-align: center;
  flex: 1;
  letter-spacing: 0.02em;
}

.topbar .ann-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
  display: inline;
  font-size: 12px;
  font-weight: 500;
  line-height: inherit;
}

.topbar .ann-link:hover {
  color: #CEAA5E !important;
}

.topbar .ann-link.submit-now {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.topbar .ann-divider {
  margin: 0 10px;
  opacity: 0.4;
}

.topbar-socials {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
}

.topbar-socials li {
  display: flex;
}

.topbar-socials li a {
  display: flex;
  align-items: center;
}

.topbar-socials li img {
  height: 12px;
  width: 12px !important;
  filter: brightness(0) invert(1);
  opacity: 1;
  transition: opacity 0.2s ease;
}

.topbar-social-icon {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  min-width: 12px;
  min-height: 12px;
}

.topbar-social-icon--youtube {
  position: relative;
  width: 14px;
  height: 10px;
  border-radius: 3px;
  background: #fff;
}

.topbar-social-icon--youtube:after {
  content: '';
  border-left: 4px solid #22325E;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  left: 6px;
  top: 2px;
}

.topbar-social-icon--instagram {
  width: 13px;
  height: 13px;
  border: 1.8px solid #fff;
  border-radius: 4px;
  position: relative;
}

.topbar-social-icon--instagram:before {
  content: '';
  width: 4px;
  height: 4px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}

.topbar-social-icon--instagram:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 2px;
}

.topbar-socials li a:hover img {
  opacity: 0.8;
}

.topbar-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #ffffff;
  opacity: 0.7;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.topbar-close:hover {
  opacity: 1;
}

.topbar-close svg {
  display: block;
}

@media (max-width: 1100px) {
  .topbar-socials {
    display: none !important;
  }

  .topbar-inner {
    padding: 0 32px 0 20px;
  }

  .topbar-close {
    right: 8px;
  }
}

@media (max-width: 600px) {
  .topbar {
    display: none !important;
  }
}

/* =====================================================================
   Utility Menu Row  (between announcement bar & main header)
   ===================================================================== */

.header-utility-row {
  background: #fff;
  border-bottom: 1px solid rgba(34, 50, 94, 0.12);
}

.header-utility-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* ---- Left: Movement CTA ---- */
.util-movement {
  display: flex;
  align-items: center;
}

.util-movement__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #22325E;
  border: 1.5px solid rgba(34, 50, 94, 0.25);
  border-radius: 40px;
  padding: 5px 6px 5px 14px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.util-movement__link:hover {
  border-color: #BE1731;
  color: #BE1731;
}

.util-movement__icon {
  display: flex;
  align-items: center;
  color: inherit;
  flex-shrink: 0;
}

.util-movement__text {
  white-space: nowrap;
  font-weight: 700;
}

.util-movement__badge {
  display: inline-flex;
  align-items: center;
  background: #BE1731;
  color: #fff;
  border-radius: 30px;
  padding: 4px 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---- Right: Utility action buttons ---- */
.util-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.util-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #22325E;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1;
}

.header-utility-row .util-action-btn,
.header-utility-row .util-menu-btn.menu-btn {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #22325E;
  height: auto;
  width: auto;
  padding: 8px 12px;
}

.util-action-btn:hover {
  color: #BE1731;
}

.header-utility-row .util-menu-btn.menu-btn:hover,
.header-utility-row .util-menu-btn.menu-btn.active {
  background: transparent;
  color: #BE1731;
}

.util-action-btn svg {
  flex-shrink: 0;
}

.util-action-btn .util-action-label,
.header-utility-row .menu-btn .util-action-label,
.header-utility-row .menu-btn.active .util-action-label {
  display: inline;
}

/* Cart icon wrapper + badge */
.util-cart-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.util-cart-badge {
  position: absolute;
  top: -7px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #BE1731;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  line-height: 1;
}

/* Responsive utility row */
@media (max-width: 900px) {
  .header-utility-inner {
    justify-content: flex-end;
    padding: 6px 16px;
  }

  .util-movement {
    display: none;
  }

  .util-action-btn,
  .header-utility-row .util-action-btn,
  .header-utility-row .util-menu-btn.menu-btn {
    padding: 8px 10px;
  }
}

/* =====================================================================
   Shop mockup header alignment
   ===================================================================== */

body .header-v2 {
  background: #fff;
  border-bottom: 1px solid rgba(34, 50, 94, 0.15);
  padding: 0 ;
  position: relative;
  z-index: 20;
}

.header-v2 .header__bot {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  max-width: 1320px;
  padding: 18px 24px;
}

.header-v2-left {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.header-v2-left a {
  display: inline-flex;
  align-items: center;
}

.header-v2-left img {
  display: block;
  height: auto;
  max-width: 220px;
}

.header-v2-right {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 28px;
  justify-content: flex-end;
  min-width: 0;
}

.header-v2-nav {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.header-v2 .header__bot__menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 29px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-v2 .header__bot__menu li {
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.header-v2 .header__bot__menu li a {
  color: #071119;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.header-v2 .header__bot__menu li a:hover,
.header-v2 .header__bot__menu li.current-menu-item a {
  color: #22325E;
}

.header-v2 .header__bot__menu li.current-menu-item a:after {
  background: #BE1731;
  bottom: -5px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.header-v2 .header__bot__menu .sub-menu {
  background: #fff;
  border: 1px solid rgba(34, 50, 94, 0.14);
  border-radius: 5px;
  box-shadow: 0 16px 36px rgba(7, 17, 25, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0;
  left: -18px;
  list-style: none;
  margin: 0;
  min-width: 210px;
  opacity: 0;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 14px);
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  visibility: hidden;
  z-index: 50;
}

.header-v2 .header__bot__menu li:hover > .sub-menu,
.header-v2 .header__bot__menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.header-v2 .header__bot__menu .sub-menu li {
  white-space: nowrap;
}

.header-v2 .header__bot__menu .sub-menu a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 11px 18px;
}

.header-v2 .header__bot__menu .sub-menu a:after {
  display: none;
}

.header-v2 .header__buttons {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.header-v2 .header__buttons .footer__box__button a {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 800;
  height: 51px;
  justify-content: center;
  line-height: 1;
  min-width: 96px;
  padding: 0 21px;
  text-decoration: none;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.header-v2 .header__buttons .cforc-join-button a {
  background: #CEAA5E;
}

.header-v2 .header__buttons .cforc-join-button a:hover {
  background: #b99445;
  color: #fff;
}

.header-v2 .header__buttons .cforc-donate-button a {
  background: #BE1731;
}

.header-v2 .header__buttons .cforc-donate-button a:hover {
  background: #a01228;
  color: #fff;
}

/* =====================================================================
   Full-screen menu overlay
   ===================================================================== */

.site-menu-overlay {
  background:
    radial-gradient(circle at 82% 34%, rgba(190, 23, 49, 0.28), transparent 36%),
    linear-gradient(110deg, #061a2c 0%, #07182a 42%, #160813 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transform: translateY(-18px);
  transition: opacity 0.28s ease, transform 0.35s cubic-bezier(.2, .8, .2, 1), visibility 0.28s ease;
  visibility: hidden;
  z-index: 10030;
}

.site-menu-overlay--active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.site-menu-overlay__chrome {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  min-height: 86px;
  padding: 22px 36px;
}

.site-menu-overlay__brand {
  align-items: center;
  display: flex;
  gap: 18px;
  min-width: 0;
}

.site-menu-overlay__logo {
  display: block;
  height: 42px;
  object-fit: contain;
  width: auto;
}

.site-menu-overlay__tagline,
.site-menu-overlay__eyebrow {
  color: #CEAA5E;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
}

.site-menu-overlay__eyebrow {
  color: #e1183b;
  margin-bottom: 28px;
}

.site-menu-overlay__eyebrow--gold {
  color: #CEAA5E;
  margin-bottom: 16px;
}

.site-menu-overlay__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  line-height: 1;
  padding: 16px 18px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.site-menu-overlay__close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.58);
}

.site-menu-overlay__body {
  display: grid;
  flex: 1;
  gap: 58px;
  grid-template-columns: minmax(320px, 1.18fr) minmax(230px, 0.7fr) minmax(340px, 0.9fr);
  padding: 56px 64px;
  width: 100%;
  overflow-y: auto;
}

.site-menu-overlay__column {
  min-width: 0;
}

.site-menu-overlay__explore-list,
.site-menu-overlay__link-list,
.site-menu-overlay__sub-menu,
.site-menu-overlay__socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-menu-overlay__explore-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}

.site-menu-overlay__explore-link {
  color: #fff;
  display: grid;
  gap: 10px;
  padding: 20px 34px 22px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-menu-overlay__explore-link:before {
  background: #e1183b;
  border-radius: 50%;
  content: '';
  height: 7px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  transform: translateX(-18px);
  transition: opacity 0.2s ease;
  width: 7px;
}

.site-menu-overlay__explore-link:hover,
.site-menu-overlay__explore-link:focus,
.site-menu-overlay__explore-link:hover .site-menu-overlay__explore-description {
  color: #CEAA5E;
}

.site-menu-overlay__explore-link:hover:before,
.site-menu-overlay__explore-link:focus:before {
  opacity: 1;
}

.site-menu-overlay__explore-title {
  font-family: Gloock;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  line-height: 0.95;
}

.site-menu-overlay__explore-description {
  color: rgba(255, 255, 255, 0.66);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.site-menu-overlay__explore-arrow {
  color: rgba(255, 255, 255, 0.44);
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.site-menu-overlay__sub-menu {
  display: grid;
  gap: 10px;
  padding: 0 0 20px 22px;
}

.site-menu-overlay__sub-menu .site-menu-overlay__explore-item {
  border-bottom: 0;
}

.site-menu-overlay__sub-menu .site-menu-overlay__explore-link {
  display: inline-flex;
  padding: 0;
}

.site-menu-overlay__sub-menu .site-menu-overlay__explore-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.site-menu-overlay__sub-menu .site-menu-overlay__explore-description,
.site-menu-overlay__sub-menu .site-menu-overlay__explore-arrow,
.site-menu-overlay__sub-menu .site-menu-overlay__explore-link:before {
  display: none;
}

.site-menu-overlay__column--links {
	  display: flex;
    gap: 40px;
    padding-top: 4px;
    flex-direction: column;
}

.site-menu-overlay__link-list {
  display: grid;
  gap: 14px;
}

.site-menu-overlay__link-list a {
  color: #fff;
  display: inline-flex;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-menu-overlay__link-list a:hover,
.site-menu-overlay__link-list a:focus {
  color: #CEAA5E;
}

.site-menu-overlay__link-list .sub-menu {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0 0 0 16px;
}

.site-menu-overlay__link-list .sub-menu a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.site-menu-overlay__cta {
  background: rgba(13, 35, 49, 0.94);
  border: 1px solid rgba(110, 140, 157, 0.32);
  border-radius: 5px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  max-width: 100%;
  padding: 32px;
}

.site-menu-overlay__cta-title {
  color: #fff;
  font-family: "Gloock";
  font-size: clamp(22px, 2.7vw, 28px);
  font-weight: 400;
  line-height: 0.94;
  margin: 0 0 18px;
}

.site-menu-overlay__cta-copy {
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 24px;
}

.site-menu-overlay__form {
  display: grid;
  gap: 12px;
  margin: 0;
}

.site-menu-overlay__email {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  color: #fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  padding: 0 16px;
  width: 100%;
}

.site-menu-overlay__email::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.site-menu-overlay__submit {
  align-items: center;
  background: #BE1731;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  padding: 0 22px;
  transition: background 0.2s ease;
  width: 100%;
}

.site-menu-overlay__submit:hover {
  background: #a01228;
}

.site-menu-overlay__follow {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 32px;
  padding-top: 30px;
}

.site-menu-overlay__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-menu-overlay__socials a {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  width: 44px;
}

.site-menu-overlay__socials a:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.45);
}

.site-menu-overlay__socials img {
  display: block;
  filter: brightness(0) invert(1);
  height: 17px;
  object-fit: contain;
  width: 17px;
}

body.menu-overlay-open {
  overflow: hidden;
}

body.admin-bar .site-menu-overlay {
  top: 32px;
}

/* =====================================================================
   Full-width search overlay
   ===================================================================== */

.search-overlay {
  background: #fff;
  border-bottom: 1px solid rgba(34, 50, 94, 0.18);
  box-shadow: none;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-104%);
  transition: transform 0.35s cubic-bezier(.2, .8, .2, 1), opacity 0.25s ease, box-shadow 0.25s ease;
  z-index: 10020;
}

.search-overlay--active {
  box-shadow: 0 12px 32px rgba(7, 17, 25, 0.08);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.search-overlay__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 48px 24px 36px;
}

.search-overlay__header {
  align-items: baseline;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.search-overlay__eyebrow {
  color: #BE1731;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.search-overlay__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #22325E;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  line-height: 1;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.search-overlay__close:hover {
  color: #BE1731;
}

.search-overlay__close svg {
  height: 16px;
  width: 16px;
}

.search-overlay__form {
  margin: 0;
}

.search-overlay__input-wrap {
  align-items: center;
  border-bottom: 2px solid #22325E;
  display: flex;
  gap: 16px;
  padding: 0 0 18px;
}

.search-overlay__input-icon {
  flex: 0 0 auto;
  height: 30px;
  width: 30px;
}

.search-overlay__input {
  background: transparent;
  border: 0;
  color: #071119;
  flex: 1 1 auto;
  font-family: 'Gloock', Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  min-width: 0;
  outline: none;
  padding: 6px 0;
}

.search-overlay__input::placeholder {
  color: rgba(7, 17, 25, 0.58);
  opacity: 1;
}

.search-overlay__popular {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.search-overlay__popular-label {
  color: #6c757d;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin-right: 8px;
  text-transform: uppercase;
}

.search-overlay__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-overlay__tag {
  background: #fff;
  border: 1px solid rgba(34, 50, 94, 0.25);
  border-radius: 40px;
  color: #22325E;
  cursor: pointer;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 11px 17px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.search-overlay__tag:hover {
  background: #22325E;
  border-color: #22325E;
  color: #fff;
}

.search-overlay-backdrop {
  background: rgba(7, 17, 25, 0.08);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 10010;
}

.search-overlay-backdrop--active {
  opacity: 1;
  pointer-events: auto;
}

body.search-overlay-open {
  overflow: hidden;
}

body.admin-bar .search-overlay {
  top: 32px;
}

@media (max-width: 1280px) {
  .header-v2 .header__bot {
    gap: 20px;
  }

  .header-v2 .header__bot__menu {
    gap: 22px;
  }
}

@media (max-width: 1125px) {

  .header-v2-nav {
    display: none;
  }

  .site-menu-overlay__body {
    gap: 42px;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    padding: 50px 32px 70px;
  }

  .site-menu-overlay__column--cta {
    grid-column: 1 / -1;
  }

  .site-menu-overlay__cta {
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 899px) {
  .header-v2 .header__bot {
    padding: 14px 20px;
  }

  .header-v2-left img {
    max-width: 150px;
  }

  .header-v2-right {
    gap: 8px;
  }

  .header-v2 .header__buttons .footer__box__button a {
    height: 44px;
    min-width: 82px;
    padding: 0 15px;
  }

  .site-menu-overlay__chrome {
    min-height: 76px;
    padding: 18px 20px;
  }

  .site-menu-overlay__tagline {
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  .site-menu-overlay__body {
    grid-template-columns: 1fr;
    padding:56px 40px;
  }

  .site-menu-overlay__column--links {
    gap: 36px;
    justify-content:space-between;
		flex-direction: row;
  }

  .site-menu-overlay__cta{
		padding:24px;
	}
}

@media (max-width: 600px) {
  body.admin-bar .site-menu-overlay {
    top: 46px;
  }

  body.admin-bar .search-overlay {
    top: 46px;
  }

  body .header-v2-right > .header__buttons,
  body .header-v2-right > .header__buttons .btn-2{
    display:block;
  }

  .header-v2-left img {
    width: 160px;
  }

  .site-menu-overlay__chrome {
    align-items: flex-start;
    gap: 18px;
  }

  .site-menu-overlay__brand {
    gap: 12px;
  }

  .site-menu-overlay__logo {
    height: 36px;
    max-width: 105px;
  }

  .site-menu-overlay__tagline {
    max-width: 190px;
  }

  .site-menu-overlay__close {
    padding: 13px 14px;
  }

  .site-menu-overlay__body {
    gap: 36px;
  }

  .site-menu-overlay__eyebrow {
    font-size: 11px;
    letter-spacing: 0.26em;
    margin-bottom: 22px;
  }

  .site-menu-overlay__explore-link {
    padding: 17px 30px 18px 0;
  }

  .site-menu-overlay__explore-description {
    font-size: 14px;
  }

  .site-menu-overlay__cta {
    padding: 28px 20px 24px;
  }

  .site-menu-overlay__cta-title {
    font-size: 28px;
  }

  .search-overlay__inner {
    padding: 36px 20px 28px;
  }

  .search-overlay__header {
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
  }

  .search-overlay__eyebrow {
    font-size: 12px;
    letter-spacing: 0.24em;
    line-height: 1.4;
  }

  .search-overlay__input-wrap {
    gap: 12px;
    padding-bottom: 14px;
  }

  .search-overlay__input-icon {
    height: 24px;
    width: 24px;
  }

  .search-overlay__input {
    font-size: 20px;
  }

  .search-overlay__popular {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }

  .search-overlay__tags {
    gap: 8px;
  }

  .search-overlay__tag {
    font-size: 12px;
    padding: 10px 13px;
  }
}

@media only screen and (max-width:480px){
	.site-menu-overlay__column--links{
		flex-direction: column;
	}
}

.site-copyright-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.site-copyright-btn {
    display: flex;
    gap: 10px;
}

a.site-subscribe-link {
    padding: 10px 18px;
    background: rgb(206, 170, 94);
    color: rgb(34, 50, 94);
    border-radius: 5px;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

a.copyright-button {
    padding: 10px 18px;
    background: rgb(190, 23, 49);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.site-copyright {
    font-family: Inter, sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width:660px){
	.site-copyright-wrapper{
		justify-content: center;
	}
}