:root {
  --body-copy: aileron, sans-serif;
  --headings: gazzetta-variable, sans-serif;
}

body {
  font-family: var(--body-copy);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

h1 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120px;
  font-style: italic;
  font-weight: 400;
  line-height: 100px;
}

.container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 2rem 1.5rem;
  display: flex;
}

.container.center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.content-desc {
  text-transform: uppercase;
  text-shadow: 0 7px 10px #000;
  max-width: 790px;
  font-size: 21px;
  line-height: 140%;
}

.content-desc.short {
  max-width: 460px;
}

.content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-bottom: 30px;
  display: flex;
}

.wrapper {
  z-index: 2;
  background-image: url('../images/psl-drink-background.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img--fg {
  width: 100%;
  max-width: 1500px;
  margin-bottom: 80px;
}

.img--fg.alt {
  margin-bottom: 0;
}

.logo {
  background-image: radial-gradient(circle, #0009, #0000);
  border-radius: 1000px;
  width: 3.125rem;
}

.heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-shadow: 0 10px 20px #000000e6;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn--primary {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10rem;
  padding: .625rem 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, padding-left .3s, padding-right .3s;
  box-shadow: 0 10px 10px #000000b3;
}

.btn--primary:hover {
  background-color: #fff;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.disclaimer {
  z-index: 3;
  text-align: center;
  background-color: #1e3932;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.disclaimer-txt {
  font-size: .75rem;
  line-height: 110%;
}

.drink--label {
  text-transform: uppercase;
  text-shadow: 0 2px 5px #000c;
  margin-top: -25px;
  margin-bottom: 120px;
  margin-left: -20px;
  font-size: 12px;
  display: none;
}

.h-closed-2 {
  font-size: 170px;
  line-height: 140px;
}

.h-closed-1 {
  font-size: 80px;
  line-height: 70px;
}

.h-1 {
  margin-right: 20px;
}

.h-2 {
  margin-right: 20px;
  font-size: 70px;
}

.btn--wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn--secondary {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 3px 3px #000;
}

.text-block {
  text-shadow: 0 3px 5px #000000e6;
}

@media screen and (max-width: 991px) {
  .img--fg {
    width: 150%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 2rem;
  }

  .container.center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-desc {
    text-shadow: 0 5px 5px #000;
    font-size: 16px;
  }

  .content-desc.short {
    max-width: 290px;
  }

  .content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .img--fg {
    width: 200%;
    margin-bottom: 20px;
  }

  .heading {
    text-shadow: 0 8px 15px #000000e6;
    flex-flow: column;
    font-size: 90px;
    line-height: 80px;
  }

  .btn--primary {
    box-shadow: 0 10px 10px #00000080;
  }

  .h-closed-2 {
    font-size: 160px;
    line-height: 120px;
  }

  .h-closed-1 {
    font-size: 70px;
    line-height: 60px;
  }

  .h-1 {
    margin-right: 0;
    font-size: 120px;
    line-height: 100px;
  }

  .h-2 {
    margin-right: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .h-3, .h-1b {
    font-size: 120px;
    line-height: 100px;
  }

  .btn--wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #111;
  }

  .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .content-desc {
    max-width: 330px;
  }

  .content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .img--fg {
    width: 270%;
  }

  .heading {
    font-size: 80px;
    line-height: 65px;
  }

  .btn--primary:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .disclaimer {
    padding: 1rem 1.5rem;
  }

  .h-closed-2 {
    max-width: 300px;
    font-size: 180px;
    line-height: 140px;
  }

  .h-closed-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .h-1 {
    font-size: 100px;
    line-height: 80px;
  }

  .h-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .h-3, .h-1b {
    font-size: 100px;
    line-height: 80px;
  }
}


