/*-- -------------------------- -->
<---       Drinks Hero         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #drinks-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;
  }
  #drinks-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 12, 20, 0.55);
    z-index: -1;
  }
  #drinks-hero picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  #drinks-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #drinks-hero .container {
    width: 92%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  #drinks-hero .content {
    max-width: 62.5em;
    margin: auto;
  }
  #drinks-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;
  }
  #drinks-hero .topper:before,
  #drinks-hero .topper:after {
    content: '';
    width: 2.33333333em;
    height: 1px;
    background-color: var(--primary);
    display: block;
  }
  #drinks-hero h1 {
    font-size: clamp(4rem, 14vw, 7rem);
    line-height: .95em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 0.30357143em;
  }
  #drinks-hero p {
    color: #fff;
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.45em;
    font-style: italic;
    max-width: 31.25em;
    margin: auto;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #drinks-hero {
    min-height: 31.25em;
    padding: 10.625em 0 6.875em;
  }
  #drinks-hero h1 {
    font-size: 5.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #drinks-hero {
    min-height: 29.6875em;
    padding: 10.625em 0 5.9375em;
  }
  #drinks-hero h1 {
    font-size: 5.75em;
  }
}
/*-- -------------------------- -->
<---        Drinks Menu        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #drinks-menu {
    padding: 5em 0;
    background-color: #F7F5F1;
  }
  #drinks-menu .container {
    width: 92%;
    max-width: 70em;
    margin: auto;
    display: grid;
    gap: 2em;
  }
  #drinks-menu .drink-card {
    background-color: #fff;
    border: 1px solid rgba(38, 31, 51, 0.08);
    padding: 3.5em 1.75em;
    box-shadow: rgba(38, 31, 51, 0.08) 0px 12px 30px;
  }
  #drinks-menu .section-header {
    text-align: center;
    margin-bottom: 3em;
  }
  #drinks-menu h2 {
    font-size: clamp(2.5rem, 9vw, 4rem);
    line-height: .95em;
    font-weight: 400;
    color: var(--bodyText);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 0;
  }
  #drinks-menu .section-description {
    font-size: clamp(1.15rem, 4vw, 1.5rem);
    line-height: 1.5em;
    color: var(--primaryDark);
    font-style: italic;
    margin: 0.83333333em auto 0;
    max-width: 29.16666667em;
    position: relative;
    padding-bottom: 1.33333333em;
  }
  #drinks-menu .section-description:after {
    content: '';
    width: 2.16666667em;
    height: 1px;
    background-color: var(--primary);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #drinks-menu .menu-item {
    padding: 1em 0;
    border-bottom: 1px solid rgba(38, 31, 51, 0.1);
  }
  #drinks-menu .item-heading {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    gap: 0.75em;
  }
  #drinks-menu .item-heading:after {
    content: '';
    height: 1px;
    border-bottom: 1px dotted rgba(38, 31, 51, 0.35);
    grid-column: 2;
    grid-row: 1;
  }
  #drinks-menu h3 {
    font-size: 1.125em;
    line-height: 1.3em;
    font-weight: 400;
    color: var(--bodyText);
    grid-column: 1;
  }
  #drinks-menu span {
    font-size: 1.125em;
    line-height: 1em;
    font-weight: 700;
    color: var(--primary);
    grid-column: 3;
  }
  #drinks-menu .drink-note {
    text-align: center;
    color: rgba(38, 31, 51, 0.72);
    font-size: 1em;
    line-height: 1.6em;
  }
  #drinks-menu .drink-note a {
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid var(--primary);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #drinks-menu {
    padding: 6.25em 0;
  }
  #drinks-menu .container {
    grid-template-columns: 1fr 1fr;
    gap: 2.75em;
    align-items: start;
  }
  #drinks-menu .drink-card {
    align-self: start;
    height: fit-content;
  }
  #drinks-menu .drink-note {
    grid-column: 1 / span 2;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #drinks-menu {
    padding: 6.875em 0;
  }
  #drinks-menu .container {
    gap: 3em;
    align-items: start;
  }
  #drinks-menu .drink-card {
    padding: 4.5em 3.5em;
    align-self: start;
    height: fit-content;
  }
  #drinks-menu h2 {
    font-size: 2.625em;
  }
}
