.navigation {
  height: 4.7rem;
  -webkit-box-shadow: 0px 9px 17px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 17px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 17px -9px rgba(0, 0, 0, 0.75);
}
.navigation .logo {
  position: fixed;
  height: 4rem;
  width: auto;
  top: 5px;
}
.navigation__checkbox {
  display: none;
}
.navigation__button {
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 0;
  right: 1rem;
  border-radius: 50%;
  z-index: 2000;
  text-align: center;
  cursor: pointer;
}
.navigation__background {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  position: fixed;
  top: 1rem;
  right: 1.5rem;
  background-image: radial-gradient(#ed1c24, #ed1c24);
  opacity: 0.8;
  z-index: 1000;
}
.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
}
.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}
.navigation__item {
  margin: 1rem;
  position: relative;
}
.navigation__social {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 24rem - 50px);
  margin-top: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.navigation__social .social-icon-circle {
  background: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  box-shadow: none;
  text-decoration: none;
  flex-shrink: 0;
}
.navigation__social .social-icon-circle:hover,
.navigation__social .social-icon-circle:focus-visible {
  box-shadow: none;
  transform: translateY(-2px) scale(1.04);
  opacity: 0.8;
}
.navigation__social .social-icon-circle img {
  height: 24px;
  width: 24px;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.navigation__link:link,
.navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(110deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 220%;
  transition: all 0.4s;
}
.navigation__link:hover,
.navigation__link:active {
  background-position: 100%;
  color: #ed1c24;
}
.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(80);
}
.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
}
.navigation__icon {
  position: relative;
  margin-top: 2rem;
}
.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
  width: 1.6rem;
  height: 3px;
  background-color: #777;
  display: inline-block;
}
.navigation__icon::before,
.navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -0.55rem;
}
.navigation__icon::after {
  top: 0.55rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(45deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-45deg);
}
.col-bottom-panel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
  padding-left: 8px;
  width: 10rem;
}
/*! -- JWP MARIAN -- */
.btn.btn--primary.type--uppercase.col-bottom-panel-wrapper {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.bar-1 .menu-horizontal > li > .dropdown__trigger,
.bar-1 .menu-horizontal > li > a {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .instafeed:not(.instafeed--gapless) li {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 990px) {
  .medium-flex-end {
    font-size: 1.2rem;
  }
}

/* --- Hero (Now Open in / location) text background --- */
.hero-location-text {
  display: block;
  width: fit-content;
  margin: 1.25rem auto 0;
  position: relative;
  z-index: 2;
  background: rgba(90, 90, 90, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  padding: 0.75rem 1rem;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.hero-location-text + br {
  display: none;
}
.hero-location-text {
  text-align: center;
}
.hero-location-text p.lead {
  margin-top: 0.35rem;
}
.hero-location-text h2,
.hero-location-text p {
  margin: 0;
}

/* Ensure the hero logo sits above the text (not inline beside it) */
.cover .pos-vertical-center img[alt="Image"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Desktop-only: raise the hero location text box a bit */
@media (min-width: 990px) {
  .hero-location-text {
    transform: translateY(-14.5px);
  }
}

/* Mobile: raise the hero location text */
@media (max-width: 989px) {
  .hero-location-text {
    transform: translateY(-20px);
  }
}
.hero-location-text h2,
.hero-location-text p {
  margin: 0;
}
.hero-location-text p.lead {
  margin-top: 0.35rem;
}











