@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header .header-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
}
@media (min-width: 899.9px) {
  .site-header .header-inner {
    height: auto;
    padding: 0 3rem;
  }
}
.site-header {
  /* --- LOGO --- */
}
.site-header .logo {
  cursor: pointer;
  z-index: 20;
  position: relative;
  margin-top: 0.375rem;
}
@media (min-width: 375px) {
  .site-header .logo {
    margin-top: 0.375rem;
  }
}
@media (min-width: 0) and (max-width: 599.9px) {
  .site-header .logo {
    margin-top: 0.375rem;
  }
}
@media (min-width: 540px) {
  .site-header .logo {
    margin-top: 0.375rem;
  }
}
@media (min-width: 904px) {
  .site-header .logo {
    margin-top: 1.5rem;
  }
}
.site-header .logo img {
  width: 10rem;
  transform: rotate(-18deg) translateY(0.375rem);
  filter: grayscale(1) brightness(1.7);
  z-index: 2;
}
@media (min-width: 0) and (max-width: 599.9px) {
  .site-header .logo img {
    width: 8rem;
  }
}
@media (min-width: 904px) {
  .site-header .logo img {
    width: 7.8125rem;
    transform: none;
    filter: none;
  }
}
@media (min-width: 899.9px) {
  .site-header .logo img {
    width: 8rem;
    transform: none;
    filter: none;
  }
}
.site-header {
  /* --- DESKTOP NAV --- */
}
.site-header .main-nav {
  display: none;
}
@media (min-width: 899.9px) {
  .site-header .main-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .site-header .main-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
  }
  .site-header .main-nav a {
    color: #FEDD00;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  }
  .site-header .main-nav a:hover {
    opacity: 0.8;
  }
}
.site-header {
  /* --- MOBILE BURGER --- */
}
.site-header .menu-toggle {
  display: inline-flex;
  background: transparent;
  border: 0;
  color: #fff;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 899.9px) {
  .site-header .menu-toggle {
    display: none;
  }
}

/* --- MOBILE MENU OVERLAY --- */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 1.5rem;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
.mobile-menu.is-open {
  transform: translateX(0);
  pointer-events: auto;
}
@media (min-width: 899.9px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu {
  /* FIX: Cross Button Sizing */
}
.mobile-menu .menu-close {
  align-self: flex-end;
  background: transparent;
  border: none;
  color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-menu .menu-close svg {
  width: 1.875rem;
  height: 1.875rem;
}
.mobile-menu .mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 5rem;
}
.mobile-menu .mobile-nav a {
  color: #fff;
  font-size: clamp(1.75rem, 8vw, 2.25rem);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
