/* Header + footer only. Safe on Elementor/Astra pages — does not restyle forms. */

.rb-chrome,
.rb-chrome * {
  box-sizing: border-box;
}

.rb-chrome {
  --black: #070707;
  --red: #e10600;
  --red-hot: #ff1a12;
  --white: #f3f3f3;
  --line: rgba(255, 255, 255, 0.12);
  --nav: 64px;
  --pad: 20px;
  --display: "Big Shoulders Display", sans-serif;
  --body: "Source Sans 3", sans-serif;
  font-family: var(--body);
}

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 80;
  background: #e10600;
  color: #fff;
  padding: 10px 14px;
  text-decoration: none;
}

.skip:focus {
  top: 12px;
}

.site-header.rb-chrome {
  position: sticky;
  top: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 64px;
  padding: 0 20px;
  background: #070707;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #f3f3f3;
}

.site-header.rb-chrome a {
  color: inherit;
  text-decoration: none;
}

.rb-chrome .logo {
  display: block;
  width: 54px;
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
}

.rb-chrome .logo img {
  width: 54px;
  height: auto;
  max-width: none;
}

.rb-chrome .nav-links {
  display: none;
}

.rb-chrome .nav-cta {
  margin-left: auto;
  min-height: 40px;
  padding: 0 10px;
  background: #e10600;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}

.rb-chrome .nav-cta:hover {
  background: #ff1a12;
  color: #fff;
}

.rb-chrome .nav-toggle {
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rb-chrome .nav-toggle span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 4px 8px;
}

.mobile-menu.rb-chrome {
  display: none;
  position: sticky;
  top: 64px;
  z-index: 10040;
  flex-direction: column;
  padding: 8px 20px 20px;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #f3f3f3;
}

.mobile-menu.rb-chrome.is-open {
  display: flex;
}

.mobile-menu.rb-chrome a {
  padding: 14px 0;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #f3f3f3;
  text-decoration: none;
}

.mobile-menu.rb-chrome a.is-active {
  color: #e10600;
}

.site-footer.rb-chrome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 40px 20px 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #070707;
  color: #bdbdbd;
  font-size: 14px;
}

.site-footer.rb-chrome > div:first-child {
  grid-column: 1 / -1;
}

.rb-chrome .footer-logo {
  height: 60px;
  width: auto;
  margin-bottom: 12px;
  display: block;
}

.site-footer.rb-chrome .kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e10600;
}

.site-footer.rb-chrome a {
  display: block;
  padding: 6px 0;
  color: #bdbdbd;
  text-decoration: none;
}

.site-footer.rb-chrome a:hover {
  color: #fff;
}

.rb-chrome .ig-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.admin-bar .site-header.rb-chrome {
  top: 32px;
}

.admin-bar .mobile-menu.rb-chrome {
  top: 96px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header.rb-chrome {
    top: 46px;
  }

  .admin-bar .mobile-menu.rb-chrome {
    top: 110px;
  }
}

@media (min-width: 860px) {
  .rb-chrome {
    --pad: 40px;
  }

  .rb-chrome .nav-toggle,
  .mobile-menu.rb-chrome,
  .mobile-menu.rb-chrome.is-open {
    display: none;
  }

  .rb-chrome .nav-links {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 12px;
  }

  .rb-chrome .nav-links a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #cfcfcf;
  }

  .rb-chrome .nav-links a:hover,
  .rb-chrome .nav-links a.is-active {
    color: #fff;
  }

  .rb-chrome .nav-cta {
    margin-left: 0;
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .rb-chrome .logo,
  .rb-chrome .logo img {
    width: 66px;
  }

  .rb-chrome .logo {
    height: 48px;
  }
}

@media (min-width: 1100px) {
  .rb-chrome .nav-links {
    gap: 30px;
  }

  .rb-chrome .nav-links a {
    font-size: 13px;
    position: relative;
  }

  .rb-chrome .nav-links a + a::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.28), transparent);
  }

  .site-footer.rb-chrome {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .site-footer.rb-chrome > div:first-child {
    grid-column: auto;
  }
}

/* Astra/Elementor page titles — registration pages should not show them. */
body.rb-has-chrome:not(.redbolt-page) .entry-header,
body.rb-has-chrome:not(.redbolt-page) .entry-title,
body.rb-has-chrome:not(.redbolt-page) .page-header,
body.rb-has-chrome:not(.redbolt-page) .ast-archive-description,
body.rb-has-chrome:not(.redbolt-page) .elementor-page-title,
body.rb-has-chrome:not(.redbolt-page) h1.page-title {
  display: none !important;
}

/* Hide leftover Astra chrome if it still prints. */
#masthead,
#ast-desktop-header,
#ast-mobile-header,
.ast-mobile-header-wrap,
.main-header-bar,
.ast-primary-header-bar,
.site-below-footer-wrap,
.site-primary-footer-wrap,
.site-footer-wrap,
.ast-footer-overlay {
  display: none !important;
}
