@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

yello-site-header,
yello-site-navigation,
yello-site-footer { display: block; }

.gtm-noscript-frame { display: none; visibility: hidden; }

.site-shell-header {
  position: relative;
  width: min(100%, 1544px);
  aspect-ratio: 1544 / 659;
  margin-inline: auto;
  overflow: hidden;
  background: #ec1c27;
}

.site-shell-header-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-shell-home-link {
  position: absolute;
  top: 8%;
  left: 5.5%;
  width: clamp(92px, 20vw, 320px);
  aspect-ratio: 1;
}
.site-shell-home-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-shell-language-switch {
  position: absolute;
  top: 9%;
  right: 8%;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 16px);
  color: #fff;
  font: 800 clamp(15px, 2vw, 31px)/1 "Montserrat", Arial, Helvetica, sans-serif;
}
.site-shell-language-switch [data-shell-language] {
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.site-shell-language-switch [data-shell-language].is-active {
  border-bottom: 3px solid currentColor;
}
.site-shell-language-switch button {
  position: absolute;
  inset: -10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
}
.site-shell-home-link:focus-visible,
.site-shell-language-switch button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.site-shell-navigation {
  width: min(100%, 1544px);
  margin-inline: auto;
  background: #faf8f2;
}
.site-shell-navigation-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(72px, 14vw, 220px);
  min-height: 110px;
  padding: 18px 24px;
}
.site-shell-navigation a {
  color: #111;
  font: 700 clamp(28px, 2.6vw, 40px)/1 "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  text-decoration: none;
}
.site-shell-navigation a:visited { color: #111; }
.site-shell-navigation a:hover { color: #f72d80; }

.site-shell-footer {
  padding: 36px 12px 4px;
  background: #faf8f2;
  color: #111;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.site-shell-footer-inner {
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(1560px, 100%);
  margin: auto;
}
.site-shell-footer-logo {
  display: block;
  width: 120px;
  aspect-ratio: 1;
}
.site-shell-footer-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.site-shell-footer-contact { display: grid; gap: 12px; font-size: 17px; }
.site-shell-footer-contact a { display: flex; align-items: center; gap: 15px; color: inherit; text-decoration: none; }
.site-shell-footer-contact img { width: 22px; height: 30px; object-fit: contain; }
.site-shell-footer-contact img[src*="icon-instagram"] { transform: scale(1.33); }
.site-shell-footer-hours { font-size: 17px; }
.site-shell-footer-hours strong { display: block; margin-bottom: 10px; }
.site-shell-footer-hours p { display: grid; grid-template-columns: 108px auto; gap: 12px; margin: 6px 0; }
.site-shell-footer-goodbye { color: #f72d80; font-size: 34px; font-weight: 900; text-align: center; transform: rotate(-3deg); }
.site-shell-footer-goodbye img { display: block; width: 36px; height: 52px; margin: 8px auto 0; object-fit: contain; }
.site-shell-footer-legal {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 22px;
  font-size: 16px;
}
.site-shell-footer-legal a,
.site-shell-footer-legal button {
  display: inline-block;
  width: 160px;
  padding: 0;
  border: 0;
  border-bottom: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .site-shell-footer-inner {
    grid-template-columns: .7fr 1.35fr 1.2fr 1fr;
    gap: 20px;
  }
  .site-shell-footer-logo { width: 96px; }
  .site-shell-footer-contact, .site-shell-footer-hours { min-width: 0; font-size: 15px; }
  .site-shell-footer-contact img { width: 20px; height: 28px; }
  .site-shell-footer-hours p { grid-template-columns: 96px auto; gap: 10px; }
  .site-shell-footer-goodbye { justify-self: end; font-size: 30px; }
  .site-shell-footer-goodbye img { width: 32px; height: 46px; }
  .site-shell-footer-legal { font-size: 15px; }
}

@media (max-width: 760px) {
  .site-shell-home-link { left: 4%; width: 20vw; }
  .site-shell-language-switch { right: 5%; }
  .site-shell-navigation-inner { min-height: 86px; gap: 54px; }
  .site-shell-navigation a { font-size: 24px; }
  .site-shell-footer-inner { grid-template-columns: 1fr 1fr; gap: 28px 20px; width: min(1180px, 100%); }
  .site-shell-footer-logo { justify-self: center; }
  .site-shell-footer-goodbye { justify-self: center; }
}

@media (max-width: 480px) {
  .site-shell-navigation-inner { gap: 36px; }
  .site-shell-footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-shell-footer-contact a { justify-content: center; }
  .site-shell-footer-hours p { grid-template-columns: 82px auto; text-align: left; }
  .site-shell-footer-legal { flex-direction: column; align-items: center; gap: 10px; }
  .site-shell-footer-legal a,
  .site-shell-footer-legal button { width: 190px; }
}
