/*-- -------------------------- -->
<---      Specials Hero        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #specials-hero {
    min-height: 28.75em;
    padding: 9.375em 0 5.625em;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 1;
  }
  #specials-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 12, 20, 0.58);
    z-index: -1;
  }
  #specials-hero picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  #specials-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #specials-hero .container {
    width: 92%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  #specials-hero .content {
    max-width: 65.625em;
    margin: auto;
  }
  #specials-hero .topper {
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.16666667em;
    margin-bottom: 1.83333333em;
  }
  #specials-hero .topper:before,
  #specials-hero .topper:after {
    content: '';
    width: 2.33333333em;
    height: 1px;
    background-color: var(--primary);
    display: block;
  }
  #specials-hero h1 {
    font-size: clamp(3.75rem, 13vw, 7rem);
    line-height: .95em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 0.30357143em;
  }
  #specials-hero p {
    color: #fff;
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.45em;
    font-style: italic;
    max-width: 32.8125em;
    margin: auto;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #specials-hero {
    min-height: 31.25em;
    padding: 10.625em 0 6.875em;
  }
  #specials-hero h1 {
    font-size: 5.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #specials-hero {
    min-height: 29.6875em;
    padding: 10.625em 0 5.9375em;
  }
  #specials-hero h1 {
    font-size: 5.75em;
  }
}
/*-- -------------------------- -->
<---       Lunch Options       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #lunch-options {
    padding: 5em 0;
    background-color: #F7F5F1;
  }
  #lunch-options .container {
    width: 92%;
    max-width: 70em;
    margin: auto;
  }
  #lunch-options .section-header {
    text-align: center;
    margin-bottom: 3.75em;
  }
  #lunch-options h2 {
    font-size: clamp(3rem, 11vw, 5rem);
    line-height: .95em;
    font-weight: 400;
    color: var(--bodyText);
    margin-bottom: 0.425em;
  }
  #lunch-options .section-description {
    font-size: clamp(1.4rem, 4vw, 2rem);
    line-height: 1.4em;
    color: var(--bodyText);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  #lunch-options .section-description:before,
  #lunch-options .section-description:after {
    content: '';
    width: 1.3125em;
    height: 1px;
    background-color: var(--primary);
    display: block;
  }
  #lunch-options .section-description strong {
    color: var(--primary);
    font-weight: 700;
  }
  #lunch-options .card-group {
    display: grid;
    gap: 2em;
  }
  #lunch-options .lunch-card {
    background-color: #fff;
    border: 1px solid rgba(38, 31, 51, 0.08);
    overflow: hidden;
    box-shadow: rgba(38, 31, 51, 0.08) 0px 18px 36px;
  }
  #lunch-options picture {
    display: block;
    width: 100%;
    height: 17.5em;
    overflow: hidden;
  }
  #lunch-options picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
  }
  #lunch-options .lunch-card:hover picture img {
    transform: scale(1.06);
  }
  #lunch-options .card-content {
    padding: 2.75em 1.75em;
  }
  #lunch-options .topper {
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 1.16666667em;
    margin-bottom: 2em;
  }
  #lunch-options .topper:before,
  #lunch-options .topper:after {
    content: '';
    width: 2.33333333em;
    height: 1px;
    background-color: var(--primary);
    display: block;
  }
  #lunch-options h3 {
    font-size: clamp(2rem, 7vw, 2.75rem);
    line-height: 1.15em;
    font-weight: 400;
    font-style: italic;
    color: var(--bodyText);
    margin-bottom: 0.5em;
  }
  #lunch-options .card-content p {
    color: rgba(38, 31, 51, 0.72);
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.875em;
  }
  #lunch-options .price-block {
    border-top: 1px solid rgba(38, 31, 51, 0.12);
    padding-top: 1.5em;
  }
  #lunch-options .price-block span {
    display: block;
    color: var(--bodyText);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 0.75em;
    margin-bottom: 1em;
  }
  #lunch-options .price-block strong {
    color: var(--primary);
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
  }
  #lunch-options .note {
    max-width: 53.75em;
    margin: 2.625em auto 0;
    text-align: center;
    color: rgba(38, 31, 51, 0.72);
    font-size: 1em;
    line-height: 1.6em;
  }
  #lunch-options .note a {
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid var(--primary);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #lunch-options {
    padding: 6.25em 0;
  }
  #lunch-options .card-group {
    grid-template-columns: 1fr 1fr;
    gap: 2.5em;
    align-items: stretch;
  }
  #lunch-options picture {
    height: 18.75em;
  }
  #lunch-options .card-content {
    padding: 3.125em 2.25em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #lunch-options {
    padding: 6.875em 0;
  }
  #lunch-options .section-header {
    margin-bottom: 4.5em;
  }
  #lunch-options h2 {
    font-size: 5em;
  }
  #lunch-options picture {
    height: 18.75em;
  }
  #lunch-options .card-content {
    padding: 3.5em 2.5em;
  }
  #lunch-options .note {
    margin-top: 3.375em;
  }
}
