/*-------------------------------------------------*/
/* - Includes
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* - Fonts
/*-------------------------------------------------*/
@font-face {
  font-family: "Redaction";
  src: url("/fonts/Redaction-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-------------------------------------------------*/
/* - Variables
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* - Mixins
/*-------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  /*-------------------------------------------------*/
  /* - General Code
  /*-------------------------------------------------*/
  /* - Page Settings
  /*---------------------------------------------*/
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  html::-webkit-scrollbar {
    width: 0px;
  }
  .page-container {
    position: relative;
    height: auto;
    width: 100vw;
  }
  .section-block {
    position: relative;
    height: auto;
    width: 100%;
  }
  .tablet-element, .mobile-element {
    display: none;
  }
  /* - Gradients
  /*---------------------------------------------*/
  .grad-up {
    background: linear-gradient(#ffffff 0%, #000000 100%);
  }
  .grad-right {
    background: linear-gradient(90deg, #000000 0%, #ffffff 100%);
  }
  .grad-down {
    background: linear-gradient(#000000 0%, #ffffff 100%);
  }
  .grad-left {
    background: linear-gradient(90deg, #ffffff 0%, #000000 100%);
  }
  /* - CTA
  /*---------------------------------------------*/
  .cta-container .cta-bkg-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta-container .cta-bkg-container .horizontal-short {
    position: relative;
    height: clamp(14px, 1vw, 17px);
    width: 90%;
  }
  /* - Floating Ingredients
  /*---------------------------------------------*/
  /* - Lists
  /*---------------------------------------------*/
  /* - Footer
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Typography
  /*-------------------------------------------------*/
  /* - Heading One
  /*---------------------------------------------*/
  /* - Heading Two
  /*---------------------------------------------*/
  /* - Heading Three
  /*---------------------------------------------*/
  /* - Metallic Type
  /*---------------------------------------------*/
  /* - Subheading One
  /*---------------------------------------------*/
  /* - Subheading Two
  /*---------------------------------------------*/
  /* - Subheading Three
  /*---------------------------------------------*/
  /* - Subheading Four
  /*---------------------------------------------*/
  /* - Key Color Highlight
  /*---------------------------------------------*/
  /* - Body Copy
  /*---------------------------------------------*/
  /* - Eyebrow Tag
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Header / Nav
  /*-------------------------------------------------*/
  /* - Background Gradient
  /*---------------------------------------------*/
  /* - Page Intro
  /*---------------------------------------------*/
  /* - Nav Frame
  /*---------------------------------------------*/
  /* - Nav Logo
  /*---------------------------------------------*/
  /* - Nav Menu Button
  /*---------------------------------------------*/
  /* - Nav Menu 
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Hero Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Recipe Section
  /*-------------------------------------------------*/
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .cta-container .cta-bkg-container .horizontal-short {
    height: 1vw;
  }
}
@media only screen and (min-width: 1025px) {
  .cta-container .cta-bkg-container .horizontal-long {
    position: relative;
    height: clamp(14px, 1vw, 17px);
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .cta-container .cta-bkg-container .horizontal-long {
    height: 1vw;
  }
}
@media only screen and (min-width: 1025px) {
  .cta-container .cta-text-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .cta-container .cta-text-container .subheading-one {
    text-decoration: none;
    background: #F2706C;
  }
  .isolated-element {
    position: absolute;
    height: auto;
    width: auto;
    pointer-events: none;
  }
  .isolated-element img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .list-container .subheading-three {
    font-style: normal;
  }
  .list-container .subheading-three mark {
    background: #F2706C;
  }
  .list-container .recipe-list-item .subheading-one {
    line-height: 1.25;
  }
  .list-container .recipe-list-item .subheading-three {
    line-height: 1.5;
  }
  .list-container .recipe-list-item .subheading-three mark {
    padding: 0.1vw 0 clamp(3px, 0.2vw, 0.2vw) 0;
  }
  .list-container .recipe-list-item .key-highlight {
    background: #F2706C;
  }
  .list-container .body-copy {
    line-height: 1.26;
  }
  .list-container .body-copy span {
    font-family: "IBM Plex Mono";
    font-weight: 500;
  }
  .list-container .body-copy em {
    font-weight: 500;
  }
  .list-container .subheading-four, .list-container .subheading-one {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    line-height: 1.25;
  }
  .list-container .subheading-four mark, .list-container .subheading-one mark {
    background: #F2706C;
  }
  .footer-container {
    position: relative;
    height: auto;
    width: 100%;
  }
  .footer-container .footer-background-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
  }
  .footer-container .footer-background-container .left, .footer-container .footer-background-container .right {
    position: relative;
    height: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-container .footer-background-container .left .footer-bar, .footer-container .footer-background-container .right .footer-bar {
    position: relative;
    height: 1vw;
    width: 100%;
  }
  .footer-container .footer-background-container .left .footer-bar:nth-of-type(1), .footer-container .footer-background-container .right .footer-bar:nth-of-type(1) {
    width: 20%;
  }
  .footer-container .footer-background-container .left .footer-bar:nth-of-type(2), .footer-container .footer-background-container .right .footer-bar:nth-of-type(2) {
    width: 40%;
  }
  .footer-container .footer-background-container .left .footer-bar:nth-of-type(3), .footer-container .footer-background-container .right .footer-bar:nth-of-type(3) {
    width: 60%;
  }
  .footer-container .footer-background-container .left .footer-bar:nth-of-type(4), .footer-container .footer-background-container .right .footer-bar:nth-of-type(4) {
    width: 80%;
  }
  .footer-container .footer-links-container {
    position: absolute;
    height: 4vw;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer-container .footer-links-container .left, .footer-container .footer-links-container .right {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer-container .footer-links-container .left .subheading-one, .footer-container .footer-links-container .right .subheading-one {
    text-decoration: none;
    background: #F2706C;
  }
  .heading-one {
    font-family: "Redaction";
    font-size: clamp(170px, 10vw, 190px);
    color: transparent;
    margin: 0 0 clamp(255px, 15vw, 285px) 0;
    letter-spacing: -0.5vw;
    line-height: 0.75;
    transform: scaleY(2);
    transform-origin: top;
    /* - 4K Breakpoint
    /*-----------------------------------------*/
  }
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .heading-one {
    font-size: 9vw;
    margin: 0 0 13.5vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  .heading-two {
    font-family: "Redaction";
    font-size: clamp(143px, 10vw, 171px);
    color: transparent;
    letter-spacing: -0.5vw;
    line-height: 0.75;
    transform: scaleY(2);
    transform-origin: top;
    /* - 4K Breakpoint
    /*-----------------------------------------*/
  }
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .heading-two {
    font-size: 8.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .heading-three {
    font-family: "Redaction";
    font-size: clamp(200px, 14vw, 240px);
    color: transparent;
    letter-spacing: -0.5vw;
    line-height: 1;
    transform: scaleY(2);
    transform-origin: top;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .heading-three {
    font-size: 14vw;
    line-height: 1.15;
  }
}
@media only screen and (min-width: 1025px) {
  .metallic-type span {
    background: linear-gradient(#ffffff 20%, #000000 70%);
    -webkit-background-clip: text;
            background-clip: text;
    padding: 0.5vw;
  }
  .metallic-type::-moz-selection {
    background: #FFF46D;
    color: #21A466;
  }
  .metallic-type::selection {
    background: #FFF46D;
    color: #21A466;
  }
  .subheading-one {
    font-family: "IBM Plex Sans";
    font-size: clamp(30px, 2vw, 32px);
    color: #000000;
    /* - 4K Breakpoint
    /*-----------------------------------------*/
  }
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .subheading-one {
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 1025px) {
  .subheading-two {
    font-family: "IBM Plex Sans";
    font-size: 1.2vw;
    color: #000000;
    line-height: 1.2;
  }
  .subheading-three {
    font-family: "IBM Plex Sans";
    font-size: clamp(16px, 0.9vw, 20px);
    color: #000000;
    font-weight: 500;
    font-style: italic;
  }
  .subheading-four {
    font-family: "IBM Plex Mono";
    font-size: clamp(30px, 2vw, 32px);
    color: #000000;
    /* - 4K Breakpoint
    /*-----------------------------------------*/
  }
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .subheading-four {
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 1025px) {
  .key-highlight::-moz-selection {
    background: #000000;
    color: #FFF46D;
  }
  .key-highlight::selection {
    background: #000000;
    color: #FFF46D;
  }
  .body-copy {
    font-family: "IBM Plex Sans";
    font-size: clamp(18px, 1.35vw, 22px);
    color: #000000;
    line-height: 1.2;
  }
  .body-copy mark {
    background: #F2706C;
  }
  .eyebrow-tag {
    font-family: "IBM Plex Sans";
    font-size: 0.7vw;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
  }
  .background-gradient {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    background: radial-gradient(100% 100% at var(--7-x-position) var(--7-y-position), #21A466 0%, transparent), radial-gradient(100% 100% at var(--8-x-position) var(--8-y-position), #FFF46D 0%, transparent), #e98c21;
    animation-name: hero-gradient;
    animation-iteration-count: infinite;
    animation-duration: 7s;
    transition-timing-function: ease-in;
  }
  @property --7-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  :root {
    --7-x-position: 20%
    --7-y-position: 80%
    --8-x-position: 80%
    --8-y-position: 20% ;
  }
  @keyframes hero-gradient {
    25% {
      --7-x-position: 15%;
      --7-y-position: 15%;
      --8-x-position: 85%;
      --8-y-position: 80%;
    }
    50% {
      --7-x-position: 80%;
      --7-y-position: 15%;
      --8-x-position: 15%;
      --8-y-position: 85%;
    }
  }
  .page-intro-container {
    position: fixed;
    height: 100vh;
    width: 96.2vw;
    padding: 0 1.9vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    pointer-events: none;
    z-index: 98;
  }
  .page-intro-container .page-intro-top-left, .page-intro-container .page-intro-top-right, .page-intro-container .page-intro-bottom-right, .page-intro-container .page-intro-bottom-left {
    position: absolute;
    height: 50vh;
    width: 48vw;
  }
  .page-intro-container .page-intro-top-left, .page-intro-container .page-intro-bottom-left {
    display: flex;
    flex-direction: row-reverse;
  }
  .page-intro-container .page-intro-top-right, .page-intro-container .page-intro-bottom-right {
    display: flex;
    flex-direction: row;
  }
  .page-intro-container .tl-bar, .page-intro-container .tr-bar, .page-intro-container .br-bar, .page-intro-container .bl-bar {
    position: relative;
    height: 50vh;
    width: 1vw;
    transform: scaleY(1);
    transition: 1s ease all;
  }
  .page-intro-container .tl-bar, .page-intro-container .tr-bar {
    transform-origin: top;
  }
  .page-intro-container .br-bar, .page-intro-container .bl-bar {
    transform-origin: bottom;
  }
  .page-intro-container .tl-bar-hidden, .page-intro-container .tr-bar-hidden, .page-intro-container .br-bar-hidden, .page-intro-container .bl-bar-hidden {
    transform: scaleY(0);
  }
  .page-intro-container .page-intro-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 2vw;
  }
  .page-intro-container .page-intro-top-right {
    top: 0;
    right: 2vw;
    bottom: auto;
    left: auto;
  }
  .page-intro-container .page-intro-bottom-right {
    top: auto;
    right: 2vw;
    bottom: 0;
    left: auto;
  }
  .page-intro-container .page-intro-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 2vw;
  }
  .nav-frame-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    pointer-events: none;
    z-index: 100;
  }
  .nav-frame-container .horizontal {
    position: absolute;
    height: 2vw;
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nav-frame-container .horizontal div {
    position: relative;
    height: 1vw;
    width: 50vw;
  }
  .nav-frame-container .vertical {
    position: absolute;
    height: 100vh;
    width: 2vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .nav-frame-container .vertical div {
    position: relative;
    height: 50vh;
    width: 1vw;
  }
  .nav-frame-container .horiz-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .nav-frame-container .vert-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .nav-logo-container {
    position: fixed;
    height: 2vw;
    width: -moz-max-content;
    width: max-content;
    top: 2vw;
    right: auto;
    bottom: auto;
    left: 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    z-index: 97;
    background: #000000;
  }
  .nav-logo-container a {
    display: flex;
  }
  .nav-logo-container img {
    position: relative;
    height: auto;
    width: 6vw;
  }
  .nav-button-container {
    position: fixed;
    height: 2vw;
    width: 2vw;
    top: 2vw;
    right: 2vw;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #000000;
    z-index: 97;
    cursor: pointer;
  }
  .nav-button-container .hamburger-container {
    position: relative;
    height: 1vw;
    width: 1.25vw;
    transform: translateX(1px) translateY(-1px);
  }
  .nav-button-container .hamburger-container .hamburger-line {
    position: absolute;
    height: 16%;
    width: 100%;
    top: 42%;
    right: auto;
    bottom: auto;
    left: 0;
    background: #ffffff;
    transform-origin: center;
    transition: 0.3s ease all;
  }
  .nav-button-container .hamburger-container .hl-top {
    transform: rotate(-45deg) translateY(0vw);
  }
  .nav-button-container .hamburger-container .hl-middle {
    transform: scaleX(0);
  }
  .nav-button-container .hamburger-container .hl-bottom {
    transform: rotate(45deg) translateY(0vw);
  }
  .nav-button-container .hamburger-container .hl-top-active {
    transform: rotate(0deg) translateY(-0.4vw);
  }
  .nav-button-container .hamburger-container .hl-middle-active {
    transform: scaleX(1);
  }
  .nav-button-container .hamburger-container .hl-bottom-active {
    transform: rotate(0deg) translateY(0.4vw);
  }
  .nav-button-container:hover .hl-top-active {
    transform: rotate(0deg) translateY(-0.3vw);
  }
  .nav-button-container:hover .hl-bottom-active {
    transform: rotate(0deg) translateY(0.3vw);
  }
  .nav-menu-container {
    position: fixed;
    height: 100vh;
    width: 25vw;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 96;
    pointer-events: none;
  }
  .nav-menu-container .menu-background-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: column;
  }
  .nav-menu-container .menu-background-container .menu-bkg-top, .nav-menu-container .menu-background-container .menu-bkg-bottom {
    position: relative;
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
  .nav-menu-container .menu-background-container .top-bar, .nav-menu-container .menu-background-container .bot-bar {
    position: relative;
    height: 100%;
    width: 1vw;
    transform: scaleY(1);
    transition: 1s ease all;
  }
  .nav-menu-container .menu-background-container .top-bar:nth-of-type(25), .nav-menu-container .menu-background-container .bot-bar:nth-of-type(25) {
    transform: scaleY(0.4);
  }
  .nav-menu-container .menu-background-container .top-bar:nth-of-type(24), .nav-menu-container .menu-background-container .bot-bar:nth-of-type(24) {
    transform: scaleY(0.8);
  }
  .nav-menu-container .menu-background-container .top-bar:nth-of-type(23), .nav-menu-container .menu-background-container .bot-bar:nth-of-type(23) {
    transform: scaleY(0.95);
  }
  .nav-menu-container .menu-background-container .top-bar {
    transform-origin: top;
  }
  .nav-menu-container .menu-background-container .bot-bar {
    transform-origin: bottom;
  }
  .nav-menu-container .menu-background-container .top-bar-hidden, .nav-menu-container .menu-background-container .bot-bar-hidden {
    transform: scaleY(0) !important;
  }
  .nav-menu-container .menu-content-container {
    position: relative;
    height: calc(100vh - 10vw);
    width: calc(100% - 6.5vw);
    padding: 6vw 2vw 4vw 4.5vw;
    overflow-y: scroll;
    display: none;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 2vw 0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .eyebrow-tag {
    background: #F2706C;
    width: -moz-max-content;
    width: max-content;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .subheading-two {
    text-decoration: none;
    display: block;
    padding: 5px 0 0 0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .subheading-two mark {
    background: #F2706C;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .subheading-two:hover mark {
    background: #FFF46D;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .menu-active mark {
    background: #FFF46D;
  }
  .hero-section-container {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 2vw 0;
    margin: 0 0 -30vh 0;
    /* - Title Lockup
    /*-----------------------------------------*/
    /* - Salsa Bowl
    /*-----------------------------------------*/
    /* - Floating Ingredients
    /*-----------------------------------------*/
  }
  .hero-section-container .title-lockup-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    margin: 0 0 -37vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: 0.5s linear all;
  }
  .hero-section-container .title-lockup-container .title-credits-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin: 0 17vw -1vw 0;
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: end;
    z-index: 2;
  }
  .hero-section-container .title-lockup-container .title-credits-container .subheading-three {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .hero-section-container .title-lockup-container .title-credits-container .subheading-three:first-of-type {
    margin: 0 1vw 0 0;
  }
  .hero-section-container .title-lockup-container .title-credits-container .key-highlight {
    background: #F2706C;
  }
  .hero-section-container .title-lockup-container .heading-one {
    font-size: clamp(228px, 16vw, 274px);
    margin: 0 0 clamp(126px, 9vw, 160px) 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .hero-section-container .title-lockup-container .heading-one {
    font-size: 16vw;
    margin: 0 0 9vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  .hero-section-container .title-lockup-container .title-subhead-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0 0 8vw;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5vw;
    z-index: 3;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .key-highlight {
    background: #F2706C;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-1 {
    gap: 3vw;
  }
  .hero-section-container .salsa-container {
    position: relative;
    height: auto;
    width: 70%;
    max-width: 2200px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-section-container .salsa-container img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .recipe-section-container {
    position: relative;
    height: auto;
    width: 100%;
    /* - Section One
    /*-----------------------------------------*/
    /* - Section Two
    /*-----------------------------------------*/
    /* - Section Three
    /*-----------------------------------------*/
    /* - Section Four
    /*-----------------------------------------*/
    /* - Section Five
    /*-----------------------------------------*/
  }
  .recipe-section-container .section-one {
    position: relative;
    height: auto;
    width: calc(100% - 12vw);
    padding: 0 6vw;
    margin: 0 0 -14vw 0;
  }
  .recipe-section-container .section-one .image-one {
    position: relative;
    height: auto;
    width: 50vw;
    padding: 40vw 0 0 0;
    background: url("../../../images/salsa/salsa_01.jpg") center/cover;
  }
  .recipe-section-container .section-one .right {
    position: absolute;
    height: 40vw;
    width: 40vw;
    top: 0;
    right: 6vw;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .recipe-section-container .section-one .right .subheading-two mark {
    background: #F2706C;
  }
  .recipe-section-container .section-two {
    position: relative;
    height: auto;
    width: 100%;
    padding: 8vw 0 0 0;
    margin: 0 0 clamp(-309px, -12vw, -256px) 0;
  }
  .recipe-section-container .section-two .left {
    position: absolute;
    height: auto;
    width: 35%;
    top: 11vw;
    right: auto;
    bottom: auto;
    left: 14vw;
  }
  .recipe-section-container .section-two .left .subheading-two mark {
    background: #F2706C;
  }
  .recipe-section-container .section-two .image-two {
    position: relative;
    height: 30vw;
    width: 60%;
    overflow: hidden;
    margin: 0 0 0 40%;
    z-index: -1;
  }
  .recipe-section-container .section-two .image-two img {
    position: relative;
    height: auto;
    width: 120%;
  }
  .recipe-section-container .section-three {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 10vw 0;
  }
  .recipe-section-container .section-three .left {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: clamp(107px, 7.5vw, 129px);
    padding: 0 0 0 6vw;
    z-index: 1;
  }
  .recipe-section-container .section-three .image-three {
    position: absolute;
    height: 55vw;
    width: 65%;
    max-width: 1500px;
    max-height: 1300px;
    top: clamp(256px, 12vw, 309px);
    right: 0;
    bottom: auto;
    left: auto;
    background: url("../../../images/salsa/salsa_02.jpg") center/cover;
    z-index: 0;
  }
  .recipe-section-container .section-four {
    position: relative;
    height: auto;
    width: calc(100% - 12vw);
    padding: 0 6vw;
  }
  .recipe-section-container .section-four .left {
    position: relative;
    height: auto;
    width: 30%;
  }
  .recipe-section-container .section-four .left .list-container:first-of-type {
    margin: 0 0 2vw 0;
  }
  .recipe-section-container .section-four .left .heading-three {
    padding: 0 0 clamp(107px, 7.5vw, 129px) 0;
  }
  .recipe-section-container .section-four .image-four {
    position: absolute;
    height: 40vw;
    width: 30vw;
    top: auto;
    right: 12vw;
    bottom: 0;
    left: auto;
    background: url("../../../images/salsa/salsa_jars.jpg") center/cover;
    z-index: -1;
    mix-blend-mode: multiply;
  }
  .recipe-section-container .section-five {
    position: relative;
    height: auto;
    width: calc(100% - 12vw);
    padding: 0 6vw;
    margin: 0 0 6vw 0;
  }
  .recipe-section-container .section-five .heading-three {
    text-align: right;
    padding: 0 0 clamp(120px, 9vw, 200px) 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 2500px) {
  .recipe-section-container .section-five .heading-three {
    padding: 0 0 10vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  .recipe-section-container .section-five .image-five {
    position: relative;
    height: auto;
    width: 50vw;
    padding: 40vw 0 0 0;
    background: url("../../../images/salsa/salsa_03.jpg") center/cover;
  }
  .recipe-section-container .section-five .right {
    position: absolute;
    height: 40vw;
    width: 40vw;
    top: auto;
    right: 8vw;
    bottom: 0;
    left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .recipe-section-container .section-five .right .list-container .body-copy {
    margin: 0 0 1vw 0;
  }
  .recipe-section-container .section-five .right .list-container .body-copy:last-of-type {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*-------------------------------------------------*/
  /* - General Code
  /*-------------------------------------------------*/
  /* - Page Settings
  /*---------------------------------------------*/
  .html {
    overflow-x: hidden;
  }
  .html::-webkit-scrollbar {
    width: 0px;
  }
  .page-container {
    position: relative;
    height: auto;
    width: 100vw;
    overflow-y: hidden;
  }
  .section-block {
    position: relative;
    height: auto;
    width: 100%;
  }
  .desktop-element, .mobile-element {
    display: none;
  }
  /* - Gradients
  /*---------------------------------------------*/
  .grad-up {
    background: linear-gradient(#ffffff 0%, #000000 100%);
  }
  .grad-right {
    background: linear-gradient(90deg, #000000 0%, #ffffff 100%);
  }
  .grad-down {
    background: linear-gradient(#000000 0%, #ffffff 100%);
  }
  .grad-left {
    background: linear-gradient(90deg, #ffffff 0%, #000000 100%);
  }
  /* - CTA
  /*---------------------------------------------*/
  .cta-container .cta-bkg-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta-container .cta-bkg-container .horizontal-short {
    position: relative;
    height: 3vw;
    width: 90%;
  }
  /* - Floating Ingredients
  /*---------------------------------------------*/
  /* - Lists
  /*---------------------------------------------*/
  /* - Footer
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Typography
  /*-------------------------------------------------*/
  /* - Heading One
  /*---------------------------------------------*/
  /* - Heading Two
  /*---------------------------------------------*/
  /* - Heading Three
  /*---------------------------------------------*/
  /* - Metallic Type
  /*---------------------------------------------*/
  /* - Subheading One
  /*---------------------------------------------*/
  /* - Subheading Two
  /*---------------------------------------------*/
  /* - Subheading Three
  /*---------------------------------------------*/
  /* - Subheading Four
  /*---------------------------------------------*/
  /* - Key Color Highlight
  /*---------------------------------------------*/
  /* - Body Copy
  /*---------------------------------------------*/
  /* - Eyebrow Tag
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Header / Nav
  /*-------------------------------------------------*/
  /* - Background Gradient
  /*---------------------------------------------*/
  /* - Page Intro
  /*---------------------------------------------*/
  /* - Nav Frame
  /*---------------------------------------------*/
  /* - Nav Logo
  /*---------------------------------------------*/
  /* - Nav Menu Button
  /*---------------------------------------------*/
  /* - Nav Menu 
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Hero Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Recipe Section
  /*-------------------------------------------------*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 2500px) {
  .cta-container .cta-bkg-container .horizontal-short {
    height: 1vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cta-container .cta-bkg-container .horizontal-long {
    position: relative;
    height: 3vw;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 2500px) {
  .cta-container .cta-bkg-container .horizontal-long {
    height: 1vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cta-container .cta-text-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .cta-container .cta-text-container .subheading-one {
    text-decoration: none;
    background: #5FC3B0;
  }
  .isolated-element {
    position: absolute;
    height: auto;
    width: auto;
    pointer-events: none;
  }
  .isolated-element img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .list-container .subheading-three {
    font-style: normal;
  }
  .list-container .subheading-three mark {
    background: #4fbea0;
  }
  .list-container .recipe-list-item .subheading-one {
    line-height: 1.25;
  }
  .list-container .recipe-list-item .subheading-three {
    line-height: 1.5;
  }
  .list-container .recipe-list-item .subheading-three mark {
    padding: 1vw 0 0.7vw 0;
  }
  .list-container .recipe-list-item .key-highlight {
    background: #4fbea0;
  }
  .list-container .body-copy {
    line-height: 1.26;
  }
  .list-container .body-copy span {
    font-family: "IBM Plex Mono";
    font-weight: 500;
  }
  .list-container .body-copy em {
    font-weight: 500;
  }
  .list-container .subheading-four, .list-container .subheading-one {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    line-height: 1.25;
  }
  .list-container .subheading-four mark, .list-container .subheading-one mark {
    background: #4fbea0;
  }
  .footer-container {
    position: relative;
    height: auto;
    width: 100%;
  }
  .footer-container .footer-background-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
  }
  .footer-container .footer-background-container .left, .footer-container .footer-background-container .right {
    position: relative;
    height: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-container .footer-background-container .left .footer-bar, .footer-container .footer-background-container .right .footer-bar {
    position: relative;
    height: 2vw;
    width: 100%;
  }
  .footer-container .footer-background-container .left .footer-bar:nth-of-type(1), .footer-container .footer-background-container .right .footer-bar:nth-of-type(1) {
    width: 60%;
  }
  .footer-container .footer-background-container .left .footer-bar:nth-of-type(2), .footer-container .footer-background-container .right .footer-bar:nth-of-type(2) {
    width: 70%;
  }
  .footer-container .footer-background-container .left .footer-bar:nth-of-type(3), .footer-container .footer-background-container .right .footer-bar:nth-of-type(3) {
    width: 80%;
  }
  .footer-container .footer-background-container .left .footer-bar:nth-of-type(4), .footer-container .footer-background-container .right .footer-bar:nth-of-type(4) {
    width: 90%;
  }
  .footer-container .footer-links-container {
    position: absolute;
    height: 10vw;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer-container .footer-links-container .left, .footer-container .footer-links-container .right {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer-container .footer-links-container .left .subheading-one, .footer-container .footer-links-container .right .subheading-one {
    text-decoration: none;
    background: #4fbea0;
  }
  .heading-one {
    font-family: "Redaction";
    font-size: 17vw;
    color: transparent;
    margin: 0 0 28vw 0;
    letter-spacing: -1vw;
    line-height: 0.75;
    transform: scaleY(2);
    transform-origin: top;
  }
  .heading-two {
    font-family: "Redaction";
    font-size: 12vw;
    color: transparent;
    letter-spacing: -0.5vw;
    transform: scaleY(2);
    transform-origin: top;
  }
  .heading-three {
    font-family: "Redaction";
    font-size: 17vw;
    color: transparent;
    margin: 0 0 11vw 0;
    letter-spacing: -1vw;
    line-height: 0.75;
    transform: scaleY(2);
    transform-origin: top;
  }
  .heading-three span {
    padding: 5vw;
  }
  .metallic-type span {
    background: linear-gradient(#ffffff 20%, #000000 70%);
    -webkit-background-clip: text;
            background-clip: text;
    padding: 1vw;
  }
  .metallic-type::-moz-selection {
    background: #4fbea0;
    color: #b01244;
  }
  .metallic-type::selection {
    background: #4fbea0;
    color: #b01244;
  }
  .subheading-one {
    font-family: "IBM Plex Sans";
    font-size: 4vw;
    color: #000000;
  }
  .subheading-two {
    font-family: "IBM Plex Sans";
    font-size: 3.5vw;
    color: #000000;
    line-height: 1.2;
  }
  .subheading-three {
    font-family: "IBM Plex Sans";
    font-size: 2vw;
    color: #000000;
    font-weight: 500;
    font-style: italic;
  }
  .subheading-four {
    font-family: "IBM Plex Mono";
    font-size: 4vw;
    color: #000000;
  }
  .key-highlight::-moz-selection {
    background: #000000;
    color: #4fbea0;
  }
  .key-highlight::selection {
    background: #000000;
    color: #4fbea0;
  }
  .body-copy {
    font-family: "IBM Plex Sans";
    font-size: 2.5vw;
    color: #000000;
    line-height: 1.24;
  }
  .body-copy mark {
    background: #4fbea0;
  }
  .eyebrow-tag {
    font-family: "IBM Plex Sans";
    font-size: 2vw;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
  }
  .background-gradient {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    background: radial-gradient(100% 100% at var(--7-x-position) var(--7-y-position), #b01244 0%, transparent), radial-gradient(100% 100% at var(--8-x-position) var(--8-y-position), #fcf0cc 0%, transparent), #e95021;
    animation-name: hero-gradient;
    animation-iteration-count: infinite;
    animation-duration: 7s;
    transition-timing-function: ease-in;
  }
  @property --7-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  :root {
    --7-x-position: 20%
    --7-y-position: 80%
    --8-x-position: 80%
    --8-y-position: 20% ;
  }
  @keyframes hero-gradient {
    25% {
      --7-x-position: 15%;
      --7-y-position: 15%;
      --8-x-position: 85%;
      --8-y-position: 80%;
    }
    50% {
      --7-x-position: 80%;
      --7-y-position: 15%;
      --8-x-position: 15%;
      --8-y-position: 85%;
    }
  }
  .tablet-page-intro-container {
    position: fixed;
    height: 100vh;
    width: 92vw;
    padding: 0 4vw;
    display: none;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    pointer-events: none;
    z-index: 98;
  }
  .tablet-page-intro-container .page-intro-top-left, .tablet-page-intro-container .page-intro-top-right, .tablet-page-intro-container .page-intro-bottom-right, .tablet-page-intro-container .page-intro-bottom-left {
    position: absolute;
    height: 50vh;
    width: 46vw;
  }
  .tablet-page-intro-container .page-intro-top-left, .tablet-page-intro-container .page-intro-bottom-left {
    display: flex;
    flex-direction: row-reverse;
  }
  .tablet-page-intro-container .page-intro-top-right, .tablet-page-intro-container .page-intro-bottom-right {
    display: flex;
    flex-direction: row;
  }
  .tablet-page-intro-container .tl-bar, .tablet-page-intro-container .tr-bar, .tablet-page-intro-container .br-bar, .tablet-page-intro-container .bl-bar {
    position: relative;
    height: 50vh;
    width: 2vw;
    transform: scaleY(1);
    transition: 1s ease all;
  }
  .tablet-page-intro-container .tl-bar, .tablet-page-intro-container .tr-bar {
    transform-origin: top;
  }
  .tablet-page-intro-container .br-bar, .tablet-page-intro-container .bl-bar {
    transform-origin: bottom;
  }
  .tablet-page-intro-container .tl-bar-hidden, .tablet-page-intro-container .tr-bar-hidden, .tablet-page-intro-container .br-bar-hidden, .tablet-page-intro-container .bl-bar-hidden {
    transform: scaleY(0);
  }
  .tablet-page-intro-container .page-intro-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 4vw;
  }
  .tablet-page-intro-container .page-intro-top-right {
    top: 0;
    right: 4vw;
    bottom: auto;
    left: auto;
  }
  .tablet-page-intro-container .page-intro-bottom-right {
    top: auto;
    right: 4vw;
    bottom: 0;
    left: auto;
  }
  .tablet-page-intro-container .page-intro-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 4vw;
  }
  .nav-frame-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    pointer-events: none;
    z-index: 100;
  }
  .nav-frame-container .horizontal {
    position: absolute;
    height: 4vw;
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nav-frame-container .horizontal div {
    position: relative;
    height: 2vw;
    width: 50vw;
  }
  .nav-frame-container .vertical {
    position: absolute;
    height: 100vh;
    width: 4vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .nav-frame-container .vertical div {
    position: relative;
    height: 50vh;
    width: 2vw;
  }
  .nav-frame-container .horiz-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .nav-frame-container .vert-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .nav-logo-container {
    position: fixed;
    height: 6vw;
    width: -moz-max-content;
    width: max-content;
    top: 4vw;
    right: auto;
    bottom: auto;
    left: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 2vw;
    z-index: 97;
    background: #000000;
  }
  .nav-logo-container img {
    position: relative;
    height: auto;
    width: 14vw;
  }
  .nav-button-container {
    position: fixed;
    height: 6vw;
    width: 6vw;
    top: 4vw;
    right: 4vw;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #000000;
    z-index: 97;
    cursor: pointer;
  }
  .nav-button-container .hamburger-container {
    position: relative;
    height: 5vw;
    width: 3vw;
  }
  .nav-button-container .hamburger-container .hamburger-line {
    position: absolute;
    height: 10%;
    width: 100%;
    top: 42%;
    right: auto;
    bottom: auto;
    left: 0;
    background: #ffffff;
    transform-origin: center;
    transition: 0.3s ease all;
  }
  .nav-button-container .hamburger-container .hl-top {
    transform: rotate(-45deg) translateY(0vw);
  }
  .nav-button-container .hamburger-container .hl-middle {
    transform: scaleX(0);
  }
  .nav-button-container .hamburger-container .hl-bottom {
    transform: rotate(45deg) translateY(0vw);
  }
  .nav-button-container .hamburger-container .hl-top-active {
    transform: rotate(0deg) translateY(-1vw);
  }
  .nav-button-container .hamburger-container .hl-middle-active {
    transform: scaleX(1);
  }
  .nav-button-container .hamburger-container .hl-bottom-active {
    transform: rotate(0deg) translateY(1vw);
  }
  .nav-menu-container {
    position: fixed;
    height: 100vh;
    width: 50vw;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 96;
    pointer-events: none;
  }
  .nav-menu-container .tablet-menu-background-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: column;
  }
  .nav-menu-container .tablet-menu-background-container .menu-bkg-top, .nav-menu-container .tablet-menu-background-container .menu-bkg-bottom {
    position: relative;
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
  .nav-menu-container .tablet-menu-background-container .top-bar, .nav-menu-container .tablet-menu-background-container .bot-bar {
    position: relative;
    height: 100%;
    width: 2vw;
    transform: scaleY(1);
    transition: 1s ease all;
  }
  .nav-menu-container .tablet-menu-background-container .top-bar:nth-of-type(25), .nav-menu-container .tablet-menu-background-container .bot-bar:nth-of-type(25) {
    transform: scaleY(0.4);
  }
  .nav-menu-container .tablet-menu-background-container .top-bar:nth-of-type(24), .nav-menu-container .tablet-menu-background-container .bot-bar:nth-of-type(24) {
    transform: scaleY(0.8);
  }
  .nav-menu-container .tablet-menu-background-container .top-bar:nth-of-type(23), .nav-menu-container .tablet-menu-background-container .bot-bar:nth-of-type(23) {
    transform: scaleY(0.95);
  }
  .nav-menu-container .tablet-menu-background-container .top-bar {
    transform-origin: top;
  }
  .nav-menu-container .tablet-menu-background-container .bot-bar {
    transform-origin: bottom;
  }
  .nav-menu-container .tablet-menu-background-container .top-bar-hidden, .nav-menu-container .tablet-menu-background-container .bot-bar-hidden {
    transform: scaleY(0) !important;
  }
  .nav-menu-container .menu-content-container {
    position: relative;
    height: calc(100vh - 18vw);
    width: calc(100% - 15vw);
    padding: 12vw 6vw 6vw 9vw;
    overflow-y: scroll;
    display: none;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 4vw 0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .eyebrow-tag {
    background: #5FC3B0;
    width: -moz-max-content;
    width: max-content;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .subheading-two {
    text-decoration: none;
    display: block;
    padding: 10px 0 0 0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .subheading-two mark {
    background: #4fbea0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .menu-active mark {
    background: #fcf0cc;
  }
  .hero-section-container {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 -12vh 0;
    /* - Title Lockup
    /*-----------------------------------------*/
    /* - Crostini Stack
    /*-----------------------------------------*/
    /* - Floating Ingredients
    /*-----------------------------------------*/
  }
  .hero-section-container .title-lockup-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 -50vh 0;
  }
  .hero-section-container .title-lockup-container .title-subhead-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    z-index: 3;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .key-highlight {
    background: #4fbea0;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-1 {
    gap: 3vw;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-2 {
    gap: 5vw;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-2 span {
    padding: 0;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-2 .subheading-one:last-of-type {
    display: flex;
    flex-direction: row;
    gap: 6vw;
  }
  .hero-section-container .title-lockup-container .heading-one {
    font-size: 18vw;
    margin: 0 0 10.5vw 0;
  }
  .hero-section-container .title-lockup-container .heading-one span {
    padding: 0 1vw 0 0;
  }
  .hero-section-container .title-lockup-container .title-credits-container {
    position: relative;
    height: auto;
    width: 70%;
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: end;
    padding: 0 0 18vw 0;
  }
  .hero-section-container .title-lockup-container .title-credits-container .subheading-three {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .hero-section-container .title-lockup-container .title-credits-container .subheading-three:first-of-type {
    margin: 0 3vw 0 0;
  }
  .hero-section-container .title-lockup-container .title-credits-container .key-highlight {
    background: #4fbea0;
  }
  .hero-section-container .crostini-container {
    position: relative;
    height: auto;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    overflow-x: hidden;
  }
  .hero-section-container .crostini-container img {
    position: relative;
    height: auto;
    width: 90%;
  }
  .hero-section-container .tomato-01 {
    width: 30vw;
    top: 20vh;
    left: 0vw;
    z-index: -1;
  }
  .hero-section-container .tomato-02 {
    width: 25vw;
    top: 8vh;
    right: 15vw;
    z-index: -1;
  }
  .hero-section-container .tomato-03 {
    width: 30vw;
    top: -10vh;
    left: 20vw;
  }
  .hero-section-container .tomato-04 {
    display: none;
  }
  .hero-section-container .tomato-05 {
    width: 18vw;
    top: 20vh;
    right: 35vw;
  }
  .hero-section-container .tomato-06 {
    display: none;
  }
  .hero-section-container .tomato-07 {
    width: 30vw;
    top: 24vh;
    right: 0;
    z-index: -1;
  }
  .recipe-section-container {
    position: relative;
    height: auto;
    width: 100%;
    /* - Section One
    /*-----------------------------------------*/
    /* - Section Two
    /*-----------------------------------------*/
    /* - Section Three
    /*-----------------------------------------*/
    /* - Section Four
    /*-----------------------------------------*/
  }
  .recipe-section-container .heading-container {
    position: relative;
    height: auto;
    width: 84%;
    padding: 0 8vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    margin: 0 0 4vw 0;
  }
  .recipe-section-container .heading-container .heading-three:last-of-type {
    text-align: right;
  }
  .recipe-section-container .section-one {
    position: relative;
    height: auto;
    width: calc(100% - 16vw);
    padding: 0 8vw;
    margin: 0 0 8vw 0;
    /* - Floating Ingredients
    /*-----------------------------------------*/
  }
  .recipe-section-container .section-one .right {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 0 0%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .recipe-section-container .section-one .right .image-one {
    position: relative;
    height: auto;
    width: 100%;
    padding: 57% 0 0 0;
    margin: 0 0 -2vw 0;
    background: url("../../../images/crostini/Crostini_01.jpg") center/cover;
  }
  .recipe-section-container .section-one .right .image-two {
    position: relative;
    height: auto;
    width: 40vw;
    padding: 50vw 0 0 0;
    margin: 0 2vw 20vw 0;
    z-index: 0;
    background: url("../../../images/crostini/Crostini_02.jpg") center/cover;
  }
  .recipe-section-container .section-one .left {
    position: absolute;
    height: auto;
    width: 65%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 8vw;
  }
  .recipe-section-container .section-one .left .subheading-two {
    margin: 0;
  }
  .recipe-section-container .section-one .left .subheading-two mark {
    background: #4fbea0;
  }
  .recipe-section-container .section-one .tomato-08 {
    width: 24vw;
    top: 50vh;
    left: 6vw;
  }
  .recipe-section-container .section-one .tomato-09 {
    width: 25vw;
    top: 100vh;
    right: 5vw;
  }
  .recipe-section-container .section-two {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 8vw 0;
    /* - Floating Ingredients
    /*--------------------------------*/
  }
  .recipe-section-container .section-two .left {
    position: relative;
    height: auto;
    width: 80%;
    margin: 0 0 4vw 0;
  }
  .recipe-section-container .section-two .left .image-three {
    position: relative;
    height: auto;
    width: 100%;
    padding: 80vw 0 0 0;
    margin: 0 0 -6vw 0;
    background: url("../../../images/crostini/Crostini_03.jpg") center/cover;
    z-index: -1;
  }
  .recipe-section-container .section-two .left .list-container {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 0 8vw;
  }
  .recipe-section-container .section-two .right {
    position: relative;
    height: auto;
    width: 80%;
    padding: 0 0 0 20%;
  }
  .recipe-section-container .section-two .right .list-container:first-of-type {
    margin: 0 0 4vw 0;
  }
  .recipe-section-container .section-two .tomato-10 {
    width: 26vw;
    top: 200vh;
    left: 5vw;
  }
  .recipe-section-container .section-two .tomato-11 {
    width: 35vw;
    top: 460vh;
    right: 5vw;
  }
  .recipe-section-container .section-three {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 4vw 0;
    display: flex;
    flex-direction: column-reverse;
    /* - Floating Ingredients
    /*---------------------------------*/
  }
  .recipe-section-container .section-three .left {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 -8vw 0;
  }
  .recipe-section-container .section-three .right {
    position: relative;
    height: auto;
    width: 70vw;
    padding: 70vw 0 0 0;
    top: -0.5vw;
    right: 0;
    bottom: auto;
    left: auto;
    background: url("../../../images/crostini/Crostini_04.jpg") center/cover;
    z-index: -1;
  }
  .recipe-section-container .section-three .tomato-12 {
    width: 40vw;
    top: 10vh;
    right: 0vw;
    z-index: -1;
  }
  .recipe-section-container .section-three .tomato-13 {
    width: 30vw;
    top: 720vh;
    left: 10vw;
  }
  .recipe-section-container .section-three .tomato-14 {
    width: 30vw;
    top: 390vh;
    right: 10vw;
  }
  .recipe-section-container .section-four {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 10vw 0;
  }
  .recipe-section-container .section-four .list-container {
    position: relative;
    height: auto;
    width: 84%;
    padding: 0 8vw;
  }
  .recipe-section-container .section-four .subsection {
    position: relative;
    height: auto;
    width: 100%;
    padding: 5vw 0 0 0;
  }
  .recipe-section-container .section-four .subsection .image-five {
    position: relative;
    height: auto;
    width: 75%;
    padding: 50vw 0 0 0;
    margin: 0 0 -8vw 25%;
    background: url("../../../images/crostini/Crostini_05.jpg") center/cover;
    z-index: -1;
  }
  .recipe-section-container .section-four .subsection .list-container {
    margin: 0 0 4vw 0;
  }
}
@media only screen and (max-width: 767px) {
  /*-------------------------------------------------*/
  /* - General Code
  /*-------------------------------------------------*/
  /* - Page Settings
  /*---------------------------------------------*/
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  html::-webkit-scrollbar {
    width: 0px;
  }
  .page-container {
    position: relative;
    height: auto;
    width: 100%;
    overflow-y: hidden;
  }
  .section-block {
    position: relative;
    height: auto;
    width: 100%;
  }
  .desktop-element, .tablet-element {
    display: none;
  }
  /* - Gradients
  /*---------------------------------------------*/
  .grad-up {
    background: linear-gradient(#ffffff 0%, #000000 100%);
  }
  .grad-right {
    background: linear-gradient(90deg, #000000 0%, #ffffff 100%);
  }
  .grad-down {
    background: linear-gradient(#000000 0%, #ffffff 100%);
  }
  .grad-left {
    background: linear-gradient(90deg, #ffffff 0%, #000000 100%);
  }
  /* - CTA
  /*---------------------------------------------*/
  .cta-container .cta-bkg-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta-container .cta-bkg-container .horizontal-short {
    position: relative;
    height: 3.5vw;
    width: 90%;
  }
  /* - Floating Ingredients
  /*---------------------------------------------*/
  /* - Lists
  /*---------------------------------------------*/
  /* - Footer
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Typography
  /*-------------------------------------------------*/
  /* - Heading One
  /*---------------------------------------------*/
  /* - Heading Two
  /*---------------------------------------------*/
  /* - Heading Three
  /*---------------------------------------------*/
  /* - Metallic Type
  /*---------------------------------------------*/
  /* - Subheading One
  /*---------------------------------------------*/
  /* - Subheading Two
  /*---------------------------------------------*/
  /* - Subheading Three
  /*---------------------------------------------*/
  /* - Subheading Four
  /*---------------------------------------------*/
  /* - Key Color Highlight
  /*---------------------------------------------*/
  /* - Body Copy
  /*---------------------------------------------*/
  /* - Eyebrow Tag
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Header / Nav
  /*-------------------------------------------------*/
  /* - Background Gradient
  /*---------------------------------------------*/
  /* - Page Intro
  /*---------------------------------------------*/
  /* - Nav Frame
  /*---------------------------------------------*/
  /* - Nav Logo
  /*---------------------------------------------*/
  /* - Nav Menu Button
  /*---------------------------------------------*/
  /* - Nav Menu 
  /*---------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Hero Section
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /* - Recipe Section
  /*-------------------------------------------------*/
}
@media only screen and (max-width: 767px) and (min-width: 2500px) {
  .cta-container .cta-bkg-container .horizontal-short {
    height: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .cta-container .cta-bkg-container .horizontal-long {
    position: relative;
    height: 3.5vw;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 2500px) {
  .cta-container .cta-bkg-container .horizontal-long {
    height: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .cta-container .cta-text-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .cta-container .cta-text-container .subheading-one {
    text-decoration: none;
    background: #4fbea0;
  }
  .isolated-element {
    position: absolute;
    height: auto;
    width: auto;
    pointer-events: none;
  }
  .isolated-element img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .list-container .subheading-three {
    font-style: normal;
  }
  .list-container .subheading-three mark {
    background: #4fbea0;
  }
  .list-container .recipe-list-item .subheading-one {
    line-height: 1.25;
  }
  .list-container .recipe-list-item .subheading-three {
    line-height: 1.5;
  }
  .list-container .recipe-list-item .subheading-three mark {
    padding: 1vw 0 0.7vw 0;
  }
  .list-container .recipe-list-item .key-highlight {
    background: #4fbea0;
  }
  .list-container .body-copy {
    line-height: 1.26;
  }
  .list-container .body-copy span {
    font-family: "IBM Plex Mono";
    font-weight: 500;
  }
  .list-container .body-copy em {
    font-weight: 500;
  }
  .list-container .subheading-four, .list-container .subheading-one {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    line-height: 1.25;
  }
  .list-container .subheading-four mark, .list-container .subheading-one mark {
    background: #4fbea0;
  }
  .footer-container {
    position: relative;
    height: auto;
    width: 100%;
  }
  .footer-container .footer-background-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
  }
  .footer-container .footer-background-container .left, .footer-container .footer-background-container .right {
    position: relative;
    height: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-container .footer-background-container .left .footer-bar, .footer-container .footer-background-container .right .footer-bar {
    position: relative;
    height: 3.3333vw;
    width: 100%;
  }
  .footer-container .footer-links-container {
    position: absolute;
    height: 19.9998vw;
    width: calc(100% - 6.6666vw);
    top: 0;
    right: auto;
    bottom: auto;
    left: 3.3333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer-container .footer-links-container .left, .footer-container .footer-links-container .right {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer-container .footer-links-container .left .subheading-one, .footer-container .footer-links-container .right .subheading-one {
    text-decoration: none;
    background: #4fbea0;
    margin: 0 0 1vw 0;
  }
  .heading-one {
    font-family: "Redaction";
    font-size: 17vw;
    color: transparent;
    margin: 0 0 28vw 0;
    letter-spacing: -1vw;
    line-height: 0.75;
    transform: scaleY(2);
    transform-origin: top;
  }
  .heading-two {
    font-family: "Redaction";
    font-size: 12vw;
    color: transparent;
    letter-spacing: -0.5vw;
    transform: scaleY(2);
    transform-origin: top;
  }
  .heading-three {
    font-family: "Redaction";
    font-size: 17vw;
    color: transparent;
    margin: 0 0 28vw 0;
    letter-spacing: -1vw;
    line-height: 0.75;
    transform: scaleY(2);
    transform-origin: top;
  }
  .heading-three span {
    padding: 5vw;
  }
  .metallic-type span {
    background: linear-gradient(#ffffff 20%, #000000 70%);
    -webkit-background-clip: text;
            background-clip: text;
    padding: 1vw;
  }
  .metallic-type::-moz-selection {
    background: #4fbea0;
    color: #b01244;
  }
  .metallic-type::selection {
    background: #4fbea0;
    color: #b01244;
  }
  .subheading-one {
    font-family: "IBM Plex Sans";
    font-size: 6vw;
    color: #000000;
  }
  .subheading-two {
    font-family: "IBM Plex Sans";
    font-size: 5.5vw;
    color: #000000;
    line-height: 1.2;
  }
  .subheading-three {
    font-family: "IBM Plex Sans";
    font-size: 3.5vw;
    color: #000000;
    font-weight: 500;
    font-style: italic;
  }
  .subheading-four {
    font-family: "IBM Plex Mono";
    font-size: 6vw;
    color: #000000;
  }
  .key-highlight::-moz-selection {
    background: #000000;
    color: #4fbea0;
  }
  .key-highlight::selection {
    background: #000000;
    color: #4fbea0;
  }
  .body-copy {
    font-family: "IBM Plex Sans";
    font-size: 4.75vw;
    color: #000000;
    line-height: 1.24;
  }
  .body-copy mark {
    background: #4fbea0;
  }
  .eyebrow-tag {
    font-family: "IBM Plex Sans";
    font-size: 3vw;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
  }
  .background-gradient {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    background: radial-gradient(100% 100% at var(--7-x-position) var(--7-y-position), #b01244 0%, transparent), radial-gradient(100% 100% at var(--8-x-position) var(--8-y-position), #fcf0cc 0%, transparent), #e95021;
    animation-name: hero-gradient;
    animation-iteration-count: infinite;
    animation-duration: 7s;
    transition-timing-function: ease-in;
  }
  @property --7-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  @property --7-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
  }
  @property --8-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
  }
  :root {
    --7-x-position: 20%
    --7-y-position: 80%
    --8-x-position: 80%
    --8-y-position: 20% ;
  }
  @keyframes hero-gradient {
    25% {
      --7-x-position: 15%;
      --7-y-position: 15%;
      --8-x-position: 85%;
      --8-y-position: 80%;
    }
    50% {
      --7-x-position: 80%;
      --7-y-position: 15%;
      --8-x-position: 15%;
      --8-y-position: 85%;
    }
  }
  .mobile-page-intro-container {
    position: fixed;
    height: 100vh;
    width: 86.6666vw;
    padding: 0 6.6666vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    pointer-events: none;
    z-index: 98;
  }
  .mobile-page-intro-container .page-intro-top-left, .mobile-page-intro-container .page-intro-top-right, .mobile-page-intro-container .page-intro-bottom-right, .mobile-page-intro-container .page-intro-bottom-left {
    position: absolute;
    height: 50vh;
    width: 43.3333vw;
  }
  .mobile-page-intro-container .page-intro-top-left, .mobile-page-intro-container .page-intro-bottom-left {
    display: flex;
    flex-direction: row-reverse;
  }
  .mobile-page-intro-container .page-intro-top-right, .mobile-page-intro-container .page-intro-bottom-right {
    display: flex;
    flex-direction: row;
  }
  .mobile-page-intro-container .tl-bar, .mobile-page-intro-container .tr-bar, .mobile-page-intro-container .br-bar, .mobile-page-intro-container .bl-bar {
    position: relative;
    height: 50vh;
    width: 3.3333vw;
    transform: scaleY(1);
    transition: 1s ease all;
  }
  .mobile-page-intro-container .tl-bar, .mobile-page-intro-container .tr-bar {
    transform-origin: top;
  }
  .mobile-page-intro-container .br-bar, .mobile-page-intro-container .bl-bar {
    transform-origin: bottom;
  }
  .mobile-page-intro-container .tl-bar-hidden, .mobile-page-intro-container .tr-bar-hidden, .mobile-page-intro-container .br-bar-hidden, .mobile-page-intro-container .bl-bar-hidden {
    transform: scaleY(0);
  }
  .mobile-page-intro-container .page-intro-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 6.6666vw;
  }
  .mobile-page-intro-container .page-intro-top-right {
    top: 0;
    right: 6.6666vw;
    bottom: auto;
    left: auto;
  }
  .mobile-page-intro-container .page-intro-bottom-right {
    top: auto;
    right: 6.6666vw;
    bottom: 0;
    left: auto;
  }
  .mobile-page-intro-container .page-intro-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 6.6666vw;
  }
  .nav-frame-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    pointer-events: none;
    z-index: 100;
    overflow: hidden;
  }
  .nav-frame-container .horizontal {
    position: absolute;
    height: 6.6666vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nav-frame-container .horizontal div {
    position: relative;
    height: 3.3333vw;
    width: 50%;
  }
  .nav-frame-container .vertical {
    position: absolute;
    height: 100%;
    width: 6.6666vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .nav-frame-container .vertical div {
    position: relative;
    height: 50%;
    width: 3.3333vw;
  }
  .nav-frame-container .horiz-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .nav-frame-container .vert-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .nav-logo-container {
    position: fixed;
    height: 11vw;
    width: -moz-max-content;
    width: max-content;
    top: 6.6666vw;
    right: auto;
    bottom: auto;
    left: 6.6666vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 3.3333vw;
    z-index: 97;
    background: #000000;
  }
  .nav-logo-container img {
    position: relative;
    height: auto;
    width: 24vw;
  }
  .nav-button-container {
    position: fixed;
    height: 11vw;
    width: 11vw;
    top: 6.6666vw;
    right: 6.6666vw;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #000000;
    z-index: 97;
  }
  .nav-button-container .hamburger-container {
    position: relative;
    height: 4vw;
    width: 6vw;
  }
  .nav-button-container .hamburger-container .hamburger-line {
    position: absolute;
    height: 16%;
    width: 100%;
    top: 42%;
    right: auto;
    bottom: auto;
    left: 0;
    background: #ffffff;
    transform-origin: center;
    transition: 0.3s ease all;
  }
  .nav-button-container .hamburger-container .hl-top {
    transform: rotate(-45deg) translateY(0vw);
  }
  .nav-button-container .hamburger-container .hl-middle {
    transform: scaleX(0);
  }
  .nav-button-container .hamburger-container .hl-bottom {
    transform: rotate(45deg) translateY(0vw);
  }
  .nav-button-container .hamburger-container .hl-top-active {
    transform: rotate(0deg) translateY(-2vw);
  }
  .nav-button-container .hamburger-container .hl-middle-active {
    transform: scaleX(1);
  }
  .nav-button-container .hamburger-container .hl-bottom-active {
    transform: rotate(0deg) translateY(2vw);
  }
  .nav-menu-container {
    position: fixed;
    height: 100dvh;
    width: 100vw;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 96;
    pointer-events: none;
  }
  .nav-menu-container .mobile-menu-background-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: column;
  }
  .nav-menu-container .mobile-menu-background-container .menu-bkg-top, .nav-menu-container .mobile-menu-background-container .menu-bkg-bottom {
    position: relative;
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
  .nav-menu-container .mobile-menu-background-container .top-bar, .nav-menu-container .mobile-menu-background-container .bot-bar {
    position: relative;
    height: 100%;
    width: 3.3333vw;
    transform: scaleY(1);
    transition: 1s ease all;
  }
  .nav-menu-container .mobile-menu-background-container .top-bar {
    transform-origin: top;
  }
  .nav-menu-container .mobile-menu-background-container .bot-bar {
    transform-origin: bottom;
  }
  .nav-menu-container .mobile-menu-background-container .top-bar-hidden, .nav-menu-container .mobile-menu-background-container .bot-bar-hidden {
    transform: scaleY(0) !important;
  }
  .nav-menu-container .menu-content-container {
    position: relative;
    height: calc(100vh - 26.6666vw);
    width: 73.3334vw;
    padding: 22vw 12vw 13.3333vw 12vw;
    overflow-y: scroll;
    display: none;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 4vw 0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter:last-of-type {
    margin: 0 0 18vw 0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .eyebrow-tag {
    background: #4fbea0;
    width: -moz-max-content;
    width: max-content;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .subheading-two {
    text-decoration: none;
    display: block;
    padding: 5px 0 0 0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .subheading-two mark {
    background: #4fbea0;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .subheading-two:hover mark {
    background: #b01244;
  }
  .nav-menu-container .menu-content-container .menu-content-chapter .menu-active mark {
    background: #fcf0cc;
  }
  .hero-section-container {
    position: relative;
    height: auto;
    width: 100%;
    /* - Title Lockup
    /*-----------------------------------------*/
    /* - Crostini Stack
    /*-----------------------------------------*/
    /* - Floating Ingredients
    /*-----------------------------------------*/
  }
  .hero-section-container .title-lockup-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 -50vh 0;
  }
  .hero-section-container .title-lockup-container .title-subhead-container {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    z-index: 3;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .key-highlight {
    background: #4fbea0;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-1 {
    gap: 3vw;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-2 {
    gap: 5vw;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-2 span {
    padding: 0;
  }
  .hero-section-container .title-lockup-container .title-subhead-container .subhead-row-2 .subheading-one:last-of-type {
    display: flex;
    flex-direction: row;
    gap: 6vw;
  }
  .hero-section-container .title-lockup-container .heading-one {
    font-size: 18vw;
    margin: 0 0 10.5vw 0;
  }
  .hero-section-container .title-lockup-container .heading-one span {
    padding: 0 1vw 0 0;
  }
  .hero-section-container .title-lockup-container .title-credits-container {
    position: relative;
    height: auto;
    width: 70%;
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: end;
    padding: 0 0 18vw 0;
  }
  .hero-section-container .title-lockup-container .title-credits-container .subheading-three {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .hero-section-container .title-lockup-container .title-credits-container .subheading-three:first-of-type {
    margin: 0 3vw 0 0;
  }
  .hero-section-container .title-lockup-container .title-credits-container .key-highlight {
    background: #4fbea0;
  }
  .hero-section-container .crostini-container {
    position: relative;
    height: auto;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    overflow-x: hidden;
  }
  .hero-section-container .crostini-container img {
    position: relative;
    height: auto;
    width: 160%;
  }
  .hero-section-container .tomato-01 {
    width: 35vw;
    top: 25vh;
    left: 0vw;
  }
  .hero-section-container .tomato-02 {
    width: 25vw;
    top: 8vh;
    right: 15vw;
    z-index: -1;
  }
  .hero-section-container .tomato-03 {
    width: 30vw;
    top: 0vh;
    left: 20vw;
  }
  .hero-section-container .tomato-04 {
    display: none;
  }
  .hero-section-container .tomato-05 {
    width: 18vw;
    top: 20vh;
    left: 35vw;
  }
  .hero-section-container .tomato-06 {
    display: none;
  }
  .hero-section-container .tomato-07 {
    width: 45vw;
    top: 20vh;
    right: 0;
  }
  .recipe-section-container {
    position: relative;
    height: auto;
    width: 100%;
    /* - Section One
    /*-----------------------------------------*/
    /* - Section Two
    /*-----------------------------------------*/
    /* - Section Three
    /*-----------------------------------------*/
    /* - Section Four
    /*-----------------------------------------*/
  }
  .recipe-section-container .heading-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13vw;
    margin: 0 0 15vw 0;
    padding: 5vw 0 0 0;
  }
  .recipe-section-container .heading-container .heading-three:first-of-type {
    margin: 0 0 0 10vw;
  }
  .recipe-section-container .heading-container .heading-three:last-of-type {
    text-align: right;
    margin: 0 10vw 0 0;
  }
  .recipe-section-container .section-one {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    /* - Floating Ingredients
    /*---------------------------------*/
  }
  .recipe-section-container .section-one .left {
    position: relative;
    height: auto;
    width: 76%;
    padding: 0 12vw;
  }
  .recipe-section-container .section-one .left .subheading-two {
    margin: 0 0 -4vw 0;
  }
  .recipe-section-container .section-one .left .subheading-two mark {
    background: #4fbea0;
  }
  .recipe-section-container .section-one .right {
    position: relative;
    height: auto;
    width: 100%;
  }
  .recipe-section-container .section-one .right .image-one {
    position: relative;
    height: auto;
    width: 88%;
    padding: 50vw 0 0 0;
    margin: 0 0 5vw 0;
    background: url("../../../images/crostini/Crostini_01.jpg") center/cover;
  }
  .recipe-section-container .section-one .right .image-two {
    position: relative;
    height: auto;
    width: 55%;
    padding: 70vw 0 0 0;
    margin: 0 0 0 45vw;
    background: url("../../../images/crostini/Crostini_02.jpg") center/cover;
  }
  .recipe-section-container .section-one .tomato-08 {
    width: 35vw;
    top: 50vh;
    right: 0;
    z-index: -1;
  }
  .recipe-section-container .section-one .tomato-09 {
    width: 40vw;
    top: 105vh;
    left: 5vw;
  }
  .recipe-section-container .section-two {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    /* - Floating Ingredients
    /*---------------------------------*/
  }
  .recipe-section-container .section-two .right {
    position: relative;
    height: auto;
    width: 76%;
    padding: 0 12vw;
    margin: 0 0 -3vw 0;
  }
  .recipe-section-container .section-two .right .list-container:first-of-type {
    margin: 0 0 5vw 0;
  }
  .recipe-section-container .section-two .left {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 10vw 0;
  }
  .recipe-section-container .section-two .left .image-three {
    position: relative;
    height: auto;
    width: 80%;
    padding: 50vw 0 0 0;
    margin: 0 0 5vw 20%;
    background: url("../../../images/crostini/Crostini_03.jpg") center/cover;
  }
  .recipe-section-container .section-two .left .list-container {
    position: relative;
    height: auto;
    width: 76%;
    padding: 0 12vw;
  }
  .recipe-section-container .section-two .tomato-10 {
    width: 35vw;
    top: 140vh;
    right: 5vw;
  }
  .recipe-section-container .section-two .tomato-11 {
    width: 40vw;
    top: 450vh;
    left: 5vw;
  }
  .recipe-section-container .section-three {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 0 -3vw 0;
    /* - Floating Ingredients
    /*---------------------------------*/
  }
  .recipe-section-container .section-three .left {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 -10vw 0;
  }
  .recipe-section-container .section-three .right {
    position: relative;
    height: auto;
    width: 75%;
    padding: 75vw 0 0 0;
    margin: 0 25% 0 0;
    background: url("../../../images/crostini/Crostini_04.jpg") center/cover;
    z-index: -1;
  }
  .recipe-section-container .section-three .tomato-12 {
    width: 50vw;
    top: 10vh;
    right: 0vw;
    z-index: -1;
  }
  .recipe-section-container .section-three .tomato-13 {
    width: 30vw;
    top: 500vh;
    right: 10vw;
  }
  .recipe-section-container .section-three .tomato-14 {
    width: 35vw;
    top: 500vh;
    left: -2vw;
  }
  .recipe-section-container .section-four {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 0 10vw 0;
  }
  .recipe-section-container .section-four .list-container {
    position: relative;
    height: auto;
    width: 76%;
    padding: 0 12vw;
  }
  .recipe-section-container .section-four .subsection {
    position: relative;
    height: auto;
    width: 100%;
    padding: 5vw 0 0 0;
  }
  .recipe-section-container .section-four .subsection .image-five {
    position: relative;
    height: auto;
    width: 75%;
    padding: 50vw 0 0 0;
    margin: 0 0 -10vw 25%;
    background: url("../../../images/crostini/Crostini_05.jpg") center/cover;
    z-index: -1;
  }
  .recipe-section-container .section-four .subsection .list-container {
    margin: 0 0 5vw 0;
  }
}/*# sourceMappingURL=styles.css.map */