@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
@import url("https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css");
@font-face {
  font-family: 'cervo';
  src: url('/fonts/cervo/cervo-hairline-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'cervo';
  src: url('/fonts/cervo/cervo-hairline-italic-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gerbera';
  src: url('/fonts/gerbera/gerbera-light-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gerbera';
  src: url('/fonts/gerbera/gerbera-light-italic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gerbera';
  src: url('/fonts/gerbera/gerbera-regular-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gerbera';
  src: url('/fonts/gerbera/gerbera-regular-italic-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gerbera';
  src: url('/fonts/gerbera/gerbera-medium-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gerbera';
  src: url('/fonts/gerbera/gerbera-medium-italic-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Gerbera';
  src: url('/fonts/gerbera/gerbera-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gerbera';
  src: url('/fonts/gerbera/gerbera-bold-italic-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Pitch Sans';
  src: url('/fonts/pitch-sans/pitchsans-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pitch Sans';
  src: url('/fonts/pitch-sans/pitchsans-mediumitalic-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Pitch Sans';
  src: url('/fonts/pitch-sans/pitchsans-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pitch Sans';
  src: url('/fonts/pitch-sans/pitchsans-semibolditalic-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
}
* {
  -webkit-font-smoothing: antialiased;
}
.text-color-primary {
  color: hsl(36, 16%, 15%);
}
.text-color-secondary {
  color: hsl(36, 26%, 46%);
}
.text-color-tertiary {
  color: hsl(36, 46%, 71%);
}
p,
ul,
li,
ol,
.button,
button {
  font-family: Gerbera, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1.5ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 2ch;
  letter-spacing: 0.025ch;
}
p.data,
ul.data,
li.data,
ol.data,
.button.data,
button.data {
  font-family: 'Pitch Sans', monospace, Sans-serif;
  font-weight: 600;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 0.5ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  line-height: 1.7ch;
  text-transform: uppercase;
}
h1 {
  font-family: cervo, Sans-serif;
  font-weight: 300;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 3rem;
  line-height: 2.4ch;
  letter-spacing: 0.2rem;
  text-transform: lowercase;
}
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 4rem;
    line-height: 2.4ch;
  }
}
@media only screen and (min-width: 1500px) {
  h1 {
    font-size: min(4.8vw, 8rem);
    line-height: 2.4ch;
  }
}
h2 {
  font-family: Gerbera, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 1.75ch;
  letter-spacing: 0.05ch;
}
@media only screen and (min-width: 1500px) {
  h2 {
    font-size: min(1.68vw, 1.8rem);
    line-height: 1.75ch;
  }
}
h2.alt {
  font-family: cervo, Sans-serif;
  font-weight: 300;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 3rem;
  line-height: 2.4ch;
  letter-spacing: 0.2rem;
  text-transform: lowercase;
}
@media only screen and (min-width: 1500px) {
  h2.alt {
    font-size: min(3.6vw, 6rem);
    line-height: 2.4ch;
  }
}
h3 {
  font-family: Gerbera, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 2ch;
  letter-spacing: 0.05ch;
}
@media only screen and (min-width: 1500px) {
  h3 {
    font-size: min(1.05vw, 1.4rem);
    line-height: 2ch;
  }
}
h4 {
  font-family: Gerbera, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: hsl(36, 26%, 46%);
  padding: 1ch 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 0.125ch;
  font-size: 0.75rem;
  line-height: 2ch;
}
@media only screen and (min-width: 1500px) {
  h4 {
    font-size: min(0.96vw, 1rem);
    line-height: 2ch;
  }
}
.caption {
  font-family: Gerbera, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 2ch;
}
@media only screen and (min-width: 1500px) {
  .caption {
    font-size: 1rem;
    line-height: 2ch;
  }
}
.caption-tiny {
  font-family: Gerbera, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 2ch;
}
@media only screen and (min-width: 1500px) {
  .caption-tiny {
    font-size: min(0.72vw, 1.2rem);
    line-height: 2ch;
  }
}
figcaption {
  font-family: Gerbera, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 2ch;
}
@media only screen and (min-width: 1500px) {
  figcaption {
    font-size: 1rem;
    line-height: 2ch;
  }
}
ul,
ol {
  list-style: square;
  padding-top: 0;
  padding-left: 1.2em;
}
a {
  text-decoration: none;
}
p a,
h1 a,
h2 a,
h3 a,
h4 a,
li a,
figcaption a {
  color: hsl(36, 26%, 46%);
  border-bottom: 0px solid hsl(36, 26%, 46%);
}
p a:visited,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
li a:visited,
figcaption a:visited {
  color: hsl(36, 26%, 46%);
  border-bottom: 0px solid hsl(36, 26%, 46%);
}
p a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
li a:hover,
figcaption a:hover {
  color: hsl(36, 26%, 61%);
  border-bottom: 0px solid hsl(36, 26%, 61%);
}
p a:active,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
li a:active,
figcaption a:active {
  color: hsl(36, 26%, 46%);
  border-bottom: 0px solid hsl(36, 26%, 46%);
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.reversed {
  color: hsl(36, 46%, 86%);
}
.no-break {
  white-space: nowrap;
}
@media only screen and (min-width: 600px) {
  .no-break-large-screen {
    white-space: nowrap;
  }
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.annotation {
  font-family: Gerbera, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FF72C0;
  padding: 0ch 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.2ch;
}
.sketch {
  font-family: Cursive, sans-serif;
  letter-spacing: 0.2ch;
}
.home {
  margin: 0;
}
.home header {
  height: 100vh;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.home header .header-content {
  height: 100%;
  padding-top: 12vw;
  padding-bottom: 12vw;
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: ". logo ." ". title .";
  align-content: stretch;
  align-items: center;
  justify-items: center;
}
.home header .header-content h1 {
  grid-area: title;
  align-self: end;
}
.home header .header-content .logo {
  grid-area: logo;
  width: 8rem;
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .home header .header-content .logo {
    width: 12rem;
  }
}
@media only screen and (min-width: 1500px) {
  .home header .header-content .logo {
    width: 16rem;
  }
}
/* LESS Document */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('../../images/placeholder/food/kati2_-089.jpg');
}
.background-dark {
  background-color: hsl(36, 16%, 15%);
}
.background-dark h1,
.background-dark h2,
.background-dark h3 {
  color: hsl(36, 26%, 46%);
}
.background-dark h2.alt {
  color: hsl(36, 26%, 46%);
}
.background-dark h4 {
  color: hsl(36, 26%, 46%);
}
.background-dark p,
.background-dark caption {
  color: hsl(36, 46%, 86%);
}
.background-dark .divider-secondary {
  border-color: hsl(36, 46%, 81%);
}
.background-dark a.button {
  padding: 1ch 2ch;
  margin: 2ch 0.5ch;
  background-color: hsl(36, 46%, 86%);
  border: 1px solid hsl(36, 46%, 86%);
  border-radius: 2px;
  color: hsl(36, 16%, 15%) !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .background-dark a.button {
    padding: 2ch 3ch;
  }
}
.background-dark a.button:hover {
  border: 1px solid hsl(36, 46%, 86%);
  background-color: hsl(36, 46%, 86%);
  color: hsl(36, 16%, 21%) !important;
  transition: border 100ms ease-in 0ms, background-color 100ms ease-in 0ms, box-shadow 150ms ease-in-out 0ms;
}
.background-dark a.button:active {
  border: 1px solid hsl(36, 46%, 86%);
  transition: border 100ms linear 0ms;
  animation: button-pulse 200ms 1;
}
.background-dark a.button:visited {
  border: 1px solid hsl(36, 46%, 86%);
  background-color: hsl(36, 46%, 86%);
  color: hsl(36, 16%, 15%);
}
.background-dark a.button:focus {
  border: 1px solid hsl(36, 46%, 86%);
  transition: border 100ms linear 0ms;
  outline: 0;
}
.background-dark a.button i {
  padding-right: 1ch/2;
  vertical-align: text-bottom;
}
.button,
button {
  font-weight: 500;
}
.button.primary,
button.primary {
  padding: 1ch 2ch;
  margin: 2ch 0.5ch;
  background-color: hsl(36, 16%, 15%);
  border: 1px solid hsl(36, 16%, 21%);
  border-radius: 2px;
  color: hsl(36, 46%, 86%) !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .button.primary,
  button.primary {
    padding: 2ch 3ch;
  }
}
.button.primary:hover,
button.primary:hover {
  border: 1px solid hsl(36, 16%, 21%);
  background-color: hsl(36, 16%, 21%);
  color: hsl(36, 46%, 86%) !important;
  transition: border 100ms ease-in 0ms, background-color 100ms ease-in 0ms, box-shadow 150ms ease-in-out 0ms;
}
.button.primary:active,
button.primary:active {
  border: 1px solid hsl(36, 16%, 21%);
  transition: border 100ms linear 0ms;
  animation: button-pulse 200ms 1;
}
.button.primary:visited,
button.primary:visited {
  border: 1px solid hsl(36, 16%, 21%);
  background-color: hsl(36, 16%, 15%);
  color: hsl(36, 46%, 86%);
}
.button.primary:focus,
button.primary:focus {
  border: 1px solid hsl(36, 16%, 21%);
  transition: border 100ms linear 0ms;
  outline: 0;
}
.button.primary i,
button.primary i {
  padding-right: 1ch/2;
  vertical-align: text-bottom;
}
.button.primary-reverse,
button.primary-reverse {
  padding: 1ch 2ch;
  margin: 2ch 0.5ch;
  background-color: hsl(36, 46%, 86%);
  border: 1px solid hsl(36, 46%, 86%);
  border-radius: 2px;
  color: hsl(36, 16%, 15%) !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .button.primary-reverse,
  button.primary-reverse {
    padding: 2ch 3ch;
  }
}
.button.primary-reverse:hover,
button.primary-reverse:hover {
  border: 1px solid hsl(36, 46%, 86%);
  background-color: hsl(36, 46%, 86%);
  color: hsl(36, 16%, 21%) !important;
  transition: border 100ms ease-in 0ms, background-color 100ms ease-in 0ms, box-shadow 150ms ease-in-out 0ms;
}
.button.primary-reverse:active,
button.primary-reverse:active {
  border: 1px solid hsl(36, 46%, 86%);
  transition: border 100ms linear 0ms;
  animation: button-pulse 200ms 1;
}
.button.primary-reverse:visited,
button.primary-reverse:visited {
  border: 1px solid hsl(36, 46%, 86%);
  background-color: hsl(36, 46%, 86%);
  color: hsl(36, 16%, 15%);
}
.button.primary-reverse:focus,
button.primary-reverse:focus {
  border: 1px solid hsl(36, 46%, 86%);
  transition: border 100ms linear 0ms;
  outline: 0;
}
.button.primary-reverse i,
button.primary-reverse i {
  padding-right: 1ch/2;
  vertical-align: text-bottom;
}
.button.secondary,
button.secondary {
  padding: 0.5ch 1ch;
  margin: 2ch 0.5ch;
  background-color: hsl(36, 16%, 21%);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  color: hsl(36, 46%, 86%) !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  padding: 0.5ch;
  margin: 0.5ch 0;
  font-family: Gerbera, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: inherit 0 inherit 0;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 900px) {
  .button.secondary,
  button.secondary {
    padding: 1ch 1.5ch;
  }
}
.button.secondary:hover,
button.secondary:hover {
  border: 1px solid hsl(36, 16%, 15%);
  background-color: hsl(36, 16%, 15%);
  color: hsl(36, 46%, 86%) !important;
  transition: border 100ms ease-in 0ms, background-color 100ms ease-in 0ms, box-shadow 150ms ease-in-out 0ms;
}
.button.secondary:active,
button.secondary:active {
  border: 1px solid rgba(0, 0, 0, 0);
  transition: border 100ms linear 0ms;
  animation: button-pulse 200ms 1;
}
.button.secondary:visited,
button.secondary:visited {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: hsl(36, 16%, 21%);
  color: hsl(36, 46%, 86%);
}
.button.secondary:focus,
button.secondary:focus {
  border: 1px solid rgba(0, 0, 0, 0);
  transition: border 100ms linear 0ms;
  outline: 0;
}
.button.secondary i,
button.secondary i {
  padding-right: 1ch/2;
  vertical-align: text-bottom;
}
@media only screen and (min-width: 600px) {
  .button.secondary,
  button.secondary {
    font-size: 1rem;
    line-height: 1.3ch;
  }
}
@media only screen and (min-width: 1500px) {
  .button.secondary,
  button.secondary {
    font-size: 1.2rem;
    line-height: 1.3ch;
  }
}
.tabs button {
  flex-grow: 1;
}
.tabs button.resting {
  padding: 1ch 2ch;
  margin: 2ch 0.5ch;
  background-color: hsl(36, 46%, 86%);
  border: 1px solid hsl(36, 16%, 21%);
  border-radius: 2px;
  color: hsl(36, 16%, 15%) !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .tabs button.resting {
    padding: 2ch 3ch;
  }
}
.tabs button.resting:hover {
  border: 1px solid hsl(36, 16%, 21%);
  background-color: hsl(36, 16%, 21%);
  color: hsl(36, 46%, 86%) !important;
  transition: border 100ms ease-in 0ms, background-color 100ms ease-in 0ms, box-shadow 150ms ease-in-out 0ms;
}
.tabs button.resting:active {
  border: 1px solid hsl(36, 16%, 21%);
  transition: border 100ms linear 0ms;
  animation: button-pulse 200ms 1;
}
.tabs button.resting:visited {
  border: 1px solid hsl(36, 16%, 21%);
  background-color: hsl(36, 46%, 86%);
  color: hsl(36, 16%, 15%);
}
.tabs button.resting:focus {
  border: 1px solid hsl(36, 16%, 21%);
  transition: border 100ms linear 0ms;
  outline: 0;
}
.tabs button.resting i {
  padding-right: 1ch/2;
  vertical-align: text-bottom;
}
.tabs button.focus {
  padding: 1ch 2ch;
  margin: 2ch 0.5ch;
  background-color: hsl(36, 16%, 15%);
  border: 1px solid hsl(36, 16%, 21%);
  border-radius: 2px;
  color: hsl(36, 46%, 86%) !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .tabs button.focus {
    padding: 2ch 3ch;
  }
}
.tabs button.focus:hover {
  border: 1px solid hsl(36, 16%, 21%);
  background-color: hsl(36, 16%, 21%);
  color: hsl(36, 46%, 86%) !important;
  transition: border 100ms ease-in 0ms, background-color 100ms ease-in 0ms, box-shadow 150ms ease-in-out 0ms;
}
.tabs button.focus:active {
  border: 1px solid hsl(36, 16%, 21%);
  transition: border 100ms linear 0ms;
  animation: button-pulse 200ms 1;
}
.tabs button.focus:visited {
  border: 1px solid hsl(36, 16%, 21%);
  background-color: hsl(36, 16%, 15%);
  color: hsl(36, 46%, 86%);
}
.tabs button.focus:focus {
  border: 1px solid hsl(36, 16%, 21%);
  transition: border 100ms linear 0ms;
  outline: 0;
}
.tabs button.focus i {
  padding-right: 1ch/2;
  vertical-align: text-bottom;
}
button i {
  padding: 1.5vw;
  border-radius: 1rem/8;
}
button h2:hover {
  transform: scale(1.2, 1.2);
  transition: transform 100ms ease-out;
}
@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
nav {
  z-index: 2;
  position: fixed;
  top: 0;
  padding: 3vw;
  width: 100%;
  display: flex;
  gap: 3vw;
}
@media only screen and (min-width: 900px) {
  nav {
    padding: 1.5vw 3vw;
  }
}
nav .navCta {
  display: none;
  grid-column-start: 2;
  grid-column-end: 2;
  justify-self: end;
  margin-right: 0vw;
}
@media only screen and (min-width: 600px) {
  nav .navCta {
    display: initial;
    grid-column-start: 3;
    grid-column-end: 3;
    margin-right: 4.5vw;
  }
}
@media only screen and (min-width: 900px) {
  nav .navCta {
    margin-right: 4.5vw;
  }
}
nav div:first-child {
  display: initial;
}
@media only screen and (min-width: 900px) {
  nav div:first-child {
    display: initial;
  }
}
nav #navMenu {
  display: none;
}
@media only screen and (min-width: 600px) {
  nav #navMenu {
    display: initial;
  }
}
nav #navIcons {
  display: flex;
  flex-direction: row;
  grid-column-start: 3;
  grid-column-end: 3;
  justify-self: end;
  align-self: flex-start;
  margin-right: 6vw;
}
@media only screen and (min-width: 600px) {
  nav #navIcons {
    display: none;
  }
}
nav button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
nav button h2 {
  color: hsl(36, 46%, 86%);
  padding-top: 0;
  padding-bottom: 0;
}
nav div {
  margin: 0;
}
nav #navMenu {
  text-align: left;
  list-style: none;
}
nav #navMenu li {
  display: inline-block;
  margin: 0ch 0.5ch;
  padding-bottom: 1ch;
}
@media only screen and (min-width: 900px) {
  nav #navMenu li {
    padding: 0.25ch 0;
  }
}
nav #navMenu a {
  border-bottom: 0px;
}
nav ul {
  padding: 0;
}
nav li:hover {
  z-index: 10;
}
nav li a {
  padding: 0.75vw 0;
  transition: background-size 400ms ease-out;
  color: hsl(36, 46%, 86%);
  border-bottom: 0px solid hsl(36, 46%, 86%);
  font-weight: 500;
}
nav li a:visited {
  color: hsl(36, 46%, 86%);
  border-bottom: 0px solid hsl(36, 46%, 86%);
}
nav li a:hover {
  color: hsl(36, 46%, 86%);
  border-bottom: 0px solid hsl(36, 46%, 86%);
}
nav li a:active {
  color: hsl(36, 46%, 86%);
  border-bottom: 0px solid hsl(36, 46%, 86%);
}
nav li a:hover {
  color: hsl(50, 99%, 57%);
  border-bottom: 0px solid hsl(50, 99%, 57%);
  background-image: linear-gradient(to bottom, hsl(50, 99%, 57%) 10%, hsl(50, 99%, 57%) 100%);
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  animation: list-animation 100ms ease-out;
  animation-iteration-count: 1;
}
nav li a:hover:visited {
  color: hsl(50, 99%, 57%);
  border-bottom: 0px solid hsl(50, 99%, 57%);
}
nav li a:hover:hover {
  color: hsl(50, 99%, 57%);
  border-bottom: 0px solid hsl(50, 99%, 57%);
}
nav li a:hover:active {
  color: hsl(50, 99%, 57%);
  border-bottom: 0px solid hsl(50, 99%, 57%);
}
@keyframes list-animation {
  from {
    background-position: 50% 100%;
  }
  to {
    background-position: 50% 90%;
  }
}
.scroll-down nav {
  transition: transform 100ms ease-out, opacity 100ms ease-out;
  transform: translate3d(0, -100%, 0);
}
.scroll-up nav {
  transform: translate3d(0, 0%, 0);
  transition: transform 100ms ease-out, opacity 300ms ease-out;
}
.compact nav {
  background-color: hsl(36, 46%, 86%);
  box-shadow: 0px 16px 32px -18px rgba(0, 0, 0, 0.1);
}
.compact nav li a {
  color: hsl(36, 26%, 46%);
  border-bottom: 0px solid hsl(36, 26%, 46%);
}
.compact nav li a:visited {
  color: hsl(36, 26%, 46%);
  border-bottom: 0px solid hsl(36, 26%, 46%);
}
.compact nav li a:hover {
  color: #FFC539;
  border-bottom: 0px solid #FFC539;
}
.compact nav li a:active {
  color: hsl(36, 26%, 46%);
  border-bottom: 0px solid hsl(36, 26%, 46%);
}
.compact nav li a:hover {
  background-image: linear-gradient(to bottom, #FFC539 10%, #FFC539 100%);
}
.compact nav #nav-button {
  padding: 0.5ch 1ch;
  margin: 2ch 0.5ch;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid hsl(36, 46%, 86%);
  border-radius: 2px;
  color: hsl(36, 46%, 86%) !important;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  font-family: Gerbera, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: hsl(36, 46%, 86%);
  padding: inherit 0 inherit 0;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 900px) {
  .compact nav #nav-button {
    padding: 1ch 1.5ch;
  }
}
.compact nav #nav-button:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  color: hsl(36, 16%, 15%) !important;
  transition: border 100ms ease-in 0ms, background-color 100ms ease-in 0ms, box-shadow 150ms ease-in-out 0ms;
}
.compact nav #nav-button:active {
  border: 1px solid hsl(36, 46%, 86%);
  transition: border 100ms linear 0ms;
  animation: button-pulse 200ms 1;
}
.compact nav #nav-button:visited {
  border: 1px solid hsl(36, 46%, 86%);
  background-color: rgba(0, 0, 0, 0);
  color: hsl(36, 46%, 86%);
}
.compact nav #nav-button:focus {
  border: 1px solid hsl(36, 46%, 86%);
  transition: border 100ms linear 0ms;
  outline: 0;
}
.compact nav #nav-button i {
  padding-right: 1ch/2;
  vertical-align: text-bottom;
}
@media only screen and (min-width: 600px) {
  .compact nav #nav-button {
    font-size: 1rem;
    line-height: 1.3ch;
  }
}
@media only screen and (min-width: 1500px) {
  .compact nav #nav-button {
    font-size: 1.2rem;
    line-height: 1.3ch;
  }
}
.compact nav #navIcons h2 {
  color: hsl(36, 46%, 86%);
}
@media only screen and (min-width: 600px) {
  .compact nav #navIcons h2 {
    color: hsl(36, 16%, 15%);
  }
}
.compact nav div:first-child img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .compact nav div:first-child img {
    display: initial;
  }
}
.compact nav div:first-child .title {
  display: initial;
  color: hsl(36, 46%, 86%);
}
@media only screen and (min-width: 600px) {
  .compact nav div:first-child .title {
    display: none;
  }
}
.menu-open nav {
  background: hsl(50, 99%, 57%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-content: flex-end;
}
.menu-open nav li a {
  color: hsl(36, 16%, 15%);
  border-bottom: 0px solid hsl(36, 16%, 15%);
}
.menu-open nav li a:visited {
  color: hsl(36, 16%, 15%);
  border-bottom: 0px solid hsl(36, 16%, 15%);
}
.menu-open nav li a:hover {
  color: hsl(36, 26%, 46%);
  border-bottom: 0px solid hsl(36, 26%, 46%);
}
.menu-open nav li a:active {
  color: hsl(36, 16%, 15%);
  border-bottom: 0px solid hsl(36, 16%, 15%);
}
.menu-open nav #navCtaOrderOnline {
  display: none;
}
.menu-open nav #navIcons {
  align-self: flex-end;
}
.menu-open nav #navIcons .navMenuTrigger .resting {
  display: none;
}
.menu-open nav #navIcons .navMenuTrigger .open {
  display: inherit;
}
.menu-open nav #navIcons h2 {
  color: hsl(36, 16%, 15%);
}
.menu-open nav .logo-wrapper {
  display: none;
}
.menu-open nav #navMenu {
  display: initial;
  align-self: flex-end;
  margin-right: 3vw;
  margin-bottom: 3vw;
}
.menu-open nav #navMenu li {
  display: block;
  text-align: right;
  font-family: Gerbera, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0.125ch 0 0.125ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.7rem;
  line-height: 1.1ch;
}
@media only screen and (min-width: 600px) {
  .menu-open nav #navMenu li {
    font-size: 2rem;
    line-height: 1.1ch;
  }
}
@media only screen and (min-width: 900px) {
  .menu-open nav #navMenu li {
    font-size: 3rem;
    line-height: 1.1ch;
  }
}
.navMenuTrigger .resting {
  display: inherit;
}
.navMenuTrigger .open {
  display: none;
}
.tabs {
  background-color: hsla(36, 46%, 86%, 0.95);
  border-bottom: 1px solid hsl(36, 16%, 15%);
  position: sticky;
  top: 0;
  z-index: 99;
  padding-bottom: 1ch;
}
@media only screen and (min-width: 900px) {
  .tabs {
    padding-bottom: 2ch;
  }
}
.tabs .maintabs {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
}
.tabs .maintabs button {
  margin-left: 0!important;
  margin-right: 3vw !important;
  margin-bottom: 1ch;
}
@media only screen and (min-width: 900px) {
  .tabs .maintabs button {
    margin-bottom: 2ch;
  }
}
.tabs .maintabs button:last-child {
  margin-right: 0!important;
}
.tabs .subtabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs .subtabs li {
  display: inline-block;
  padding: 0;
  margin-right: 0.5rem;
  padding-bottom: 0!important;
  font-family: Gerbera, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 2ch;
}
@media only screen and (min-width: 900px) {
  .tabs .subtabs li {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1500px) {
  .tabs .subtabs li {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1500px) {
  .tabs .subtabs li {
    font-size: min(0.72vw, 1.2rem);
    line-height: 2ch;
  }
}
.tabs .subtabs li a {
  color: hsl(36, 16%, 15%);
  border-bottom: 0px solid hsl(36, 16%, 15%);
}
.tabs .subtabs li a:visited {
  color: hsl(36, 16%, 15%);
  border-bottom: 0px solid hsl(36, 16%, 15%);
}
.tabs .subtabs li a:hover {
  color: hsl(36, 16%, 30%);
  border-bottom: 0px solid hsl(36, 16%, 30%);
}
.tabs .subtabs li a:active {
  color: hsl(36, 16%, 15%);
  border-bottom: 0px solid hsl(36, 16%, 15%);
}
.anchor-s div:target:before {
  content: "";
  display: block;
  height: 6.75vw;
  margin: -6.75vw 0 0 0;
}
html {
  scroll-behavior: smooth;
}
.show {
  display: inherit;
}
.hide {
  display: none;
}
.logo {
  height: auto;
  object-fit: contain;
}
.logo.small {
  width: 4rem;
}
.logo.medium {
  width: 8rem;
}
.logo.large {
  width: 12rem;
}
.logo.x-large {
  width: 16rem;
}
.logo.xx-large {
  width: 24rem;
}
i {
  vertical-align: bottom;
  padding-left: 0.25em;
}
.icon {
  height: auto;
  object-fit: contain;
}
.icon.small {
  width: 2rem;
}
.icon.medium {
  width: 4rem;
}
.icon.large {
  width: 6rem;
}
.icon.x-large {
  width: 12rem;
}
.icon.xx-large {
  width: 16rem;
}
#avatar,
.avatar {
  background-color: hsl(36, 46%, 86%);
}
#avatar img,
.avatar img {
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
  filter: grayscale(100%);
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.CardItem-hover-state:hover {
  cursor: pointer;
  transition: background-color 0.5s;
  transition-timing-function: ease-out;
}
.CardItem-hover-state:hover figure {
  transition: filter 0.2s;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
.CardItem-hover-state:hover figure img {
  opacity: 0.8;
  display: block;
}
#Card .CardItem {
  margin: 0;
  padding: 1.5vw 1.5vw 1.5vw 1.5vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image" "text";
  justify-items: stretch;
  align-items: start;
  gap: 0;
}
#Card .CardItem .click-area {
  display: block;
}
#Card .CardItem img {
  mix-blend-mode: multiply;
  opacity: 0.9;
  object-fit: cover;
}
#Card .CardItem .text {
  grid-area: text;
  overflow: visible;
}
@media only screen and (min-width: 1500px) {
  #Card .CardItem {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image text";
    gap: 1.5vw;
    margin: 0 0 3vw 0;
  }
}
@media only screen and (min-width: 2200px) {
  #Card .CardItem {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "text image";
    gap: 1.5vw;
  }
}
#Card .CardItem div.image {
  grid-area: image;
}
@media only screen and (min-width: 600px) {
  #Card .CardItem div.image {
    z-index: -1;
  }
}
#CardSmall {
  width: auto;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-items: stretch;
  align-items: start;
  gap: 3vw;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px) {
  #CardSmall {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 900px) {
  #CardSmall {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 900px) {
  #CardSmall {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  #CardSmall {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  #CardSmall {
    margin-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  #CardSmall {
    margin-bottom: 3vw;
  }
}
#CardSmall.left {
  margin-left: 6vw;
  margin-right: 3vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  #CardSmall.left {
    margin-left: 12vw;
  }
}
@media only screen and (min-width: 2200px) {
  #CardSmall.left {
    margin-left: 24vw;
  }
}
#CardSmall.right {
  margin-left: 3vw;
  margin-right: 6vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  #CardSmall.right {
    margin-left: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  #CardSmall.right {
    margin-left: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  #CardSmall.right {
    margin-right: 12vw;
  }
}
@media only screen and (min-width: 2200px) {
  #CardSmall.right {
    margin-right: 24vw;
  }
}
#CardSmall .CardItem {
  margin: 0;
  padding: 0 0 0 0;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image" "text";
  justify-items: stretch;
  align-items: start;
  align-content: start;
  gap: 0;
}
#CardSmall .CardItem .click-area {
  display: block;
}
#CardSmall .CardItem img {
  mix-blend-mode: multiply;
  opacity: 0.9;
  object-fit: cover;
}
#CardSmall .CardItem .text {
  grid-area: text;
  overflow: visible;
}
#CardSmall .CardItem:hover {
  cursor: pointer;
  transition: background-color 0.5s;
  transition-timing-function: ease-out;
}
#CardSmall .CardItem:hover figure {
  transition: filter 0.2s;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
#CardSmall .CardItem:hover figure img {
  opacity: 0.8;
  display: block;
}
#CardSmall .CardItem div.image {
  grid-area: image;
}
#CardSmall .CardItem div.image img {
  height: 30vw;
  display: block;
}
@media only screen and (min-width: 600px) {
  #CardSmall .CardItem div.image img {
    height: 20vw;
  }
}
#CardSmall .CardItem .text {
  grid-area: text;
  padding-top: 2ch;
}
#CardSmall .CardItem .button {
  width: 100%;
  transition: opacity 100ms ease-in 0ms;
}
.menuContentWrapper .menuCardWrapper {
  width: auto;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-items: stretch;
  align-items: start;
  gap: 3vw 3vw;
}
@media only screen and (min-width: 600px) {
  .menuContentWrapper .menuCardWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 900px) {
  .menuContentWrapper .menuCardWrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1500px) {
  .menuContentWrapper .menuCardWrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 900px) {
  .menuContentWrapper .menuCardWrapper {
    gap: 1.5vw 1.5vw;
  }
}
.menuContentWrapper .menuCardWrapper .menuCardItem,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured {
  margin: 0;
  padding: 0 0 0 0;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  grid-template-areas: "image text";
  justify-items: stretch;
  align-items: center;
  align-content: start;
  gap: 0 3vw;
}
.menuContentWrapper .menuCardWrapper .menuCardItem .click-area,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured .click-area {
  display: block;
}
.menuContentWrapper .menuCardWrapper .menuCardItem img,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured img {
  mix-blend-mode: multiply;
  opacity: 0.9;
  object-fit: cover;
}
.menuContentWrapper .menuCardWrapper .menuCardItem .text,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured .text {
  grid-area: text;
  overflow: visible;
}
@media only screen and (min-width: 600px) {
  .menuContentWrapper .menuCardWrapper .menuCardItem,
  .menuContentWrapper .menuCardWrapper .menuCardItemFeatured {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
    align-items: start;
  }
}
.menuContentWrapper .menuCardWrapper .menuCardItem div.image,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured div.image {
  grid-area: image;
  background-color: hsl(36, 46%, 81%);
}
.menuContentWrapper .menuCardWrapper .menuCardItem div.image img.thumbnail,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured div.image img.thumbnail {
  height: 30vw;
  display: block;
}
@media only screen and (min-width: 600px) {
  .menuContentWrapper .menuCardWrapper .menuCardItem div.image img.thumbnail,
  .menuContentWrapper .menuCardWrapper .menuCardItemFeatured div.image img.thumbnail {
    height: 20vw;
  }
}
.menuContentWrapper .menuCardWrapper .menuCardItem .text,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured .text {
  grid-area: text;
}
@media only screen and (min-width: 600px) {
  .menuContentWrapper .menuCardWrapper .menuCardItem .text,
  .menuContentWrapper .menuCardWrapper .menuCardItemFeatured .text {
    padding-top: 2ch;
  }
}
.menuContentWrapper .menuCardWrapper .menuCardItem .button,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured .button {
  width: 100%;
  transition: opacity 100ms ease-in 0ms;
}
.menuContentWrapper .menuCardWrapper .menuCardItem .item-price-lockup,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured .item-price-lockup {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-template-rows: auto;
  justify-items: start;
  align-items: start;
}
.menuContentWrapper .menuCardWrapper .menuCardItem .item-price-lockup .price,
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured .item-price-lockup .price {
  justify-self: end;
  padding: 0 3vw 0 3vw;
  text-align: right;
}
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured {
  background-color: hsl(36, 46%, 83%);
  border: 1px solid hsl(36, 46%, 81%);
  padding: 3vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "image" "text";
  justify-items: stretch;
  align-items: center;
  align-content: start;
  gap: 0 3vw;
}
@media only screen and (min-width: 600px) {
  .menuContentWrapper .menuCardWrapper .menuCardItemFeatured {
    padding: initial;
    background-color: initial;
    border: none;
  }
}
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured > h4 {
  grid-area: heading;
  padding: 3vw 0 0 0;
}
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured div.image {
  grid-area: image;
  background-color: hsl(36, 46%, 81%);
  position: relative;
}
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured div.image img.thumbnail {
  height: 50vw;
  display: block;
}
@media only screen and (min-width: 600px) {
  .menuContentWrapper .menuCardWrapper .menuCardItemFeatured div.image img.thumbnail {
    height: 20vw;
  }
}
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured .text {
  padding-top: 2ch;
}
.menuContentWrapper .menuCardWrapper .menuCardItemFeatured .item-price-lockup .price {
  padding: 0 0 0 3vw;
}
.menuContentWrapper .menuOptionsWrapper ul,
.menuContentWrapper .menuOptionsWrapper li {
  padding: 0;
  line-height: 2.5ch;
}
.menuContentWrapper .menuOptionsWrapper .item-price-lockup {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto;
  justify-items: start;
  align-items: start;
}
.menuContentWrapper .menuOptionsWrapper .price {
  justify-self: end;
  padding: 0 0 0 3vw;
  text-align: right;
}
#introMenu {
  width: auto;
  padding-top: 3vw;
}
#introMenu .header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: center;
  align-content: start;
  gap: 0 3vw;
}
#introMenu .header p {
  justify-self: end;
  text-align: right;
  font-family: Gerbera, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: hsl(36, 16%, 15%);
  padding: 0 0 1ch 0;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 2ch;
}
@media only screen and (min-width: 1500px) {
  #introMenu .header p {
    font-size: 1rem;
    line-height: 2ch;
  }
}
.divider-primary {
  border-bottom: hsl(36, 16%, 15%) solid 4px;
}
.divider-primary + p {
  padding-top: 1ch;
  padding-bottom: 1ch;
}
.divider-primary + h1,
.divider-primary + h2,
.divider-primary + h3,
.divider-primary + h4 {
  padding-top: 2.5ch;
}
.divider-secondary {
  border-bottom: hsl(36, 16%, 15%) solid 1px;
}
.divider-secondary + p {
  padding-top: 1ch;
  padding-bottom: 1ch;
}
.divider-secondary + h1,
.divider-secondary + h2,
.divider-secondary + h3,
.divider-secondary + h4 {
  padding-top: 2.5ch;
}
.divider-tertiary {
  border-bottom: hsl(36, 46%, 81%) solid 1px;
}
.divider-tertiary + p {
  padding-top: 1ch;
  padding-bottom: 1ch;
}
.divider-tertiary + h4 {
  padding-top: 2.5ch;
}
.divider-tertiary + .inline {
  padding-top: 2.5ch;
}
.divider-invisible {
  border-bottom: rgba(0, 0, 0, 0) solid 1px;
}
.divider-invisible + p {
  padding-top: 1ch;
  padding-bottom: 1ch;
}
.divider-invisible + h4 {
  padding-top: 2.5ch;
}
.section-divider {
  border-top: hsl(36, 46%, 81%) solid 2px;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding: 0 auto;
  box-sizing: border-box;
  padding-top: 2.5ch;
  color: hsl(36, 16%, 15%);
}
@media only screen and (min-width: 900px) {
  .section-divider {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .section-divider {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  .section-divider {
    margin-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .section-divider {
    margin-bottom: 3vw;
  }
}
.section-divider.left {
  margin-left: 6vw;
  margin-right: 3vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  .section-divider.left {
    margin-left: 12vw;
  }
}
@media only screen and (min-width: 2200px) {
  .section-divider.left {
    margin-left: 24vw;
  }
}
.section-divider.right {
  margin-left: 3vw;
  margin-right: 6vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  .section-divider.right {
    margin-left: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .section-divider.right {
    margin-left: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  .section-divider.right {
    margin-right: 12vw;
  }
}
@media only screen and (min-width: 2200px) {
  .section-divider.right {
    margin-right: 24vw;
  }
}
.component-location {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "image";
  justify-items: stretch;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 6vw;
}
@media only screen and (min-width: 600px) {
  .component-location {
    grid-template-columns: 3fr 5fr;
    grid-template-areas: "text image";
  }
}
@media only screen and (min-width: 600px) {
  .component-location.flip {
    grid-template-columns: 5fr 3fr;
    grid-template-areas: "image text";
  }
}
.component-location.flip .text {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 0vw;
  padding-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  .component-location.flip .text {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 2200px) {
  .component-location.flip .text {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 900px) {
  .component-location.flip .text {
    padding-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .component-location.flip .text {
    padding-bottom: 3vw;
  }
}
.component-location .text {
  grid-area: text;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 0vw;
  padding-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  .component-location .text {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 2200px) {
  .component-location .text {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 900px) {
  .component-location .text {
    padding-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .component-location .text {
    padding-bottom: 3vw;
  }
}
.component-location .text.sidebar-content {
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  .component-location .text.sidebar-content {
    padding-left: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .component-location .text.sidebar-content {
    padding-left: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  .component-location .text.sidebar-content {
    padding-right: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .component-location .text.sidebar-content {
    padding-right: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  .component-location .text.sidebar-content {
    padding-top: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .component-location .text.sidebar-content {
    padding-top: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  .component-location .text.sidebar-content {
    padding-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .component-location .text.sidebar-content {
    padding-bottom: 3vw;
  }
}
.component-location .image {
  grid-area: image;
  height: 60vh;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.component-location.color1 {
  background-color: hsl(40, 82%, 76%);
}
.component-location .button {
  width: 100%;
}
footer {
  margin-top: 4ch;
}
* {
  box-sizing: border-box;
}
.add-margin {
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 900px) {
  .add-margin {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .add-margin {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  .add-margin {
    margin-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .add-margin {
    margin-bottom: 3vw;
  }
}
.add-margin.left {
  margin-left: 6vw;
  margin-right: 3vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  .add-margin.left {
    margin-left: 12vw;
  }
}
@media only screen and (min-width: 2200px) {
  .add-margin.left {
    margin-left: 24vw;
  }
}
.add-margin.right {
  margin-left: 3vw;
  margin-right: 6vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  .add-margin.right {
    margin-left: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  .add-margin.right {
    margin-left: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  .add-margin.right {
    margin-right: 12vw;
  }
}
@media only screen and (min-width: 2200px) {
  .add-margin.right {
    margin-right: 24vw;
  }
}
section,
.add-padding {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  margin: 0 auto;
  box-sizing: border-box;
}
section.left,
.add-padding.left {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 0vw;
  padding-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  section.left,
  .add-padding.left {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 2200px) {
  section.left,
  .add-padding.left {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 900px) {
  section.left,
  .add-padding.left {
    padding-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  section.left,
  .add-padding.left {
    padding-bottom: 3vw;
  }
}
section.left.sidebar-content,
.add-padding.left.sidebar-content {
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  section.left.sidebar-content,
  .add-padding.left.sidebar-content {
    padding-left: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  section.left.sidebar-content,
  .add-padding.left.sidebar-content {
    padding-left: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  section.left.sidebar-content,
  .add-padding.left.sidebar-content {
    padding-right: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  section.left.sidebar-content,
  .add-padding.left.sidebar-content {
    padding-right: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  section.left.sidebar-content,
  .add-padding.left.sidebar-content {
    padding-top: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  section.left.sidebar-content,
  .add-padding.left.sidebar-content {
    padding-top: 3vw;
  }
}
@media only screen and (min-width: 900px) {
  section.left.sidebar-content,
  .add-padding.left.sidebar-content {
    padding-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  section.left.sidebar-content,
  .add-padding.left.sidebar-content {
    padding-bottom: 3vw;
  }
}
section.right,
.add-padding.right {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 0vw;
  padding-bottom: 3vw;
}
@media only screen and (min-width: 900px) {
  section.right,
  .add-padding.right {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 2200px) {
  section.right,
  .add-padding.right {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 900px) {
  section.right,
  .add-padding.right {
    padding-bottom: 3vw;
  }
}
@media only screen and (min-width: 2200px) {
  section.right,
  .add-padding.right {
    padding-bottom: 3vw;
  }
}
section h1:first-child,
.add-padding h1:first-child {
  padding-top: 24vw !important;
}
@media only screen and (min-width: 900px) {
  section h1:first-child,
  .add-padding h1:first-child {
    padding-top: 12vw !important;
  }
}
@media only screen and (min-width: 2200px) {
  section h1:first-child,
  .add-padding h1:first-child {
    padding-top: 12vw !important;
  }
}
.no-padding {
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.spacer {
  margin-bottom: 12vw;
}
@media only screen and (min-width: 900px) {
  .spacer {
    margin-bottom: 6vw;
  }
}
.inline {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0 3vw;
}
.inline h4 {
  padding-top: 0;
}
img,
video {
  width: 100%;
  height: auto;
  border-radius: 2px;
  object-fit: cover;
  object-position: center center;
}
img.greyscale,
video.greyscale {
  filter: grayscale(100%);
}
img.fade,
video.fade {
  opacity: 0.8;
}
img.border,
video.border {
  border: 2px solid hsl(36, 16%, 15%);
  box-sizing: border-box;
}
img.left,
video.left {
  object-position: center left;
}
img.top,
video.top {
  object-position: top left;
}
.overprint {
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.splide__slide div:first-of-type {
  background: hsl(36, 46%, 81%);
  height: 40vh;
}
.modal-container {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  display: flex;
}
.modal-container .modal-btn {
  flex-grow: 1;
  margin: 0;
  height: 30vw;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.1s ease-in;
  z-index: 9;
}
@media only screen and (min-width: 600px) {
  .modal-container .modal-btn {
    height: 20vw;
  }
}
.modal-container .modal-btn:hover {
  background: hsla(36, 46%, 86%, 0.1);
}
.modal-container .modal-btn-featured {
  flex-grow: 1;
  margin: 0;
  height: 50vw;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.1s ease-in;
  z-index: 9;
}
@media only screen and (min-width: 600px) {
  .modal-container .modal-btn-featured {
    height: 20vw;
  }
}
.modal-container .modal-btn-featured:hover {
  background: hsla(36, 46%, 86%, 0.1);
}
.modal-container .modal-content,
.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
.modal-container .modal-content img.large,
.modal-container .modal-backdrop img.large {
  width: auto;
  max-width: 84vw;
  height: auto;
  max-height: 50vh;
  opacity: 1;
  mix-blend-mode: normal;
  box-shadow: 0px 30px 36px -18px rgba(0, 0, 0, 0.4);
}
.modal-container .modal-toggle {
  display: none;
}
.modal-container .modal-toggle.active ~ .modal-backdrop,
.modal-container .modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.modal-container .modal-toggle.active ~ .modal-content,
.modal-container .modal-toggle:checked ~ .modal-content {
  opacity: 1;
  box-sizing: border-box;
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  visibility: visible;
}
.modal-container .modal-close {
  color: hsl(36, 16%, 15%);
  position: absolute;
  right: 3vw;
  padding-top: 0.8ch;
  margin-top: -1.5rem;
  background: hsl(36, 46%, 86%);
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid hsl(36, 46%, 81%);
  text-align: center;
  cursor: pointer;
}
.modal-container .modal-close:hover {
  color: hsl(36, 26%, 46%);
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: hsl(36, 46%, 86%);
}
