:root {
  --base-white: #fafafa;
  --base-black: #000000;
  --can-yellow: #fff68d;
  --can-orange: #f6b221;
  --can-blue: #007cba;
  --can-blue--light: color-mix(in srgb, #007cba, #ffffff 40%);
  --can-blue--dark: color-mix(in srgb, #007cba, #000000 40%);
  --text-white: #ffffff;
  --text-black: #333333;

  --footer-background-color: var(--can-yellow);
  --footer-text-color: var(--can-blue--dark);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--base-white);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

picture {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.4;
  text-wrap: pretty;
}

#page {
  margin: 0;
  padding: 0;
}

.no-scroll {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 575px) {
  .container {
    max-width: 575px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 767px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 991px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 1199px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.banner {
  padding-top: 60px;
  background-color: var(--base-white);
  border-top: 16px solid var(--can-yellow);
}

.age-check .banner {
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .banner {
    transition: height 250ms ease-in-out;
  }
}

.banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.age-check .banner-container {
  height: 100%;
  padding: 0;
}

.who-cares-logo-type {
  max-width: 500px;
  margin: 0 0 60px;
  user-select: none;
  pointer-events: none;
}

.age-check .who-cares-logo-type {
  margin-top: auto;
}

.who-cares-couch {
  position: relative;
  top: 12px;
  max-width: 300px;
  user-select: none;
  pointer-events: none;
}

.age-check .who-cares-couch {
  margin-top: auto;
  margin-bottom: 0;
}

.introduction {
  padding-top: 32px;
  padding-bottom: 32px;
}

.introduction {
  background-color: var(--can-blue);
  border-top: 2px solid var(--base-black);
}

.introduction .container {
  display: flex;
  flex-direction: column;
}

.introduction-heading {
  max-width: 500px;
  order: 2;
}

.introduction-subheading {
  margin-bottom: 16px;
  color: var(--text-white);
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  order: 1;
}

.the-can {
  position: relative;
  margin: 60px 0 0;
}

.the-can__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .the-can__wrapper {
    flex-direction: row;
    padding-right: 32px;
  }
}

.the-can__image {
  position: relative;
  max-width: 300px;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}

@media (min-width: 768px) {
  .the-can__image {
    max-width: 200px;
    left: 40px;
    transform: rotate(-4.3deg);
  }
}

@media (max-width: 767px) {
  .the-can__image {
    max-width: 280px;
    max-height: 340px;
    object-fit: cover;
    object-position: top center;
  }
}

@media (max-width: 565px) {
  .the-can__image {
    max-width: 240px;
  }
}

.the-can__content {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .the-can__content {
    max-width: 50%;
    margin-left: 64px;
  }
}

.the-can__heading {
  position: relative;
  top: var(--heading-offset);

  pointer-events: none;
  user-select: none;
  z-index: 4;
}

@media (min-width: 768px) {
  .the-can__heading {
    min-width: 400px;
  }
}

.the-can__story {
  position: relative;
  margin: 0;
  padding: 24px 16px 16px;
  background-color: var(--base-white);
  border-radius: 24px;
  border: 12px solid var(--can-yellow);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-wrap: pretty;
  z-index: 3;
}

@media (min-width: 768px) {
  .the-can__story {
    padding-left: 24px;
  }
}

.craft-paper-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 64px);
  height: 80%;
  border-radius: 32px;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #c7a674;
  background-image: url("/images/craft-paper-background.webp");
  background-size: cover;
}

@media (min-width: 992px) {
  .craft-paper-background {
    max-width: 80%;
  }
}

.availability {
  margin: 60px 0 90px;
}

.availability-heading {
  margin-bottom: 40px;
  color: var(--can-blue);
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767px) {
  .availability-heading {
    font-size: 28px;
  }
}

.brand-highlight {
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--can-blue);
  border-radius: 10px;
  color: var(--can-yellow);
}

@media (max-width: 767px) {
  .availability-text-break {
    display: none;
  }
}

.who-cares-case-options {
  display: flex;
  justify-content: center;
}

.who-cares-case-image {
  width: calc(50% - 16px);
  max-width: 200px;
}

@media (min-width: 992px) {
  .who-cares-case-image {
    max-width: 400px;
  }
}

.who-cares-case-image:first-child {
  margin-right: 32px;
}

.availability-release-date {
  margin: 40px auto 0;
  color: var(--can-blue);
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  text-wrap: pretty;
}

.footer {
  padding: 32px 16px 16px;
  background-color: var(--footer-background-color);
  border-bottom: 16px solid var(--can-blue);
}

@media (min-width: 768px) {
  .footer {
    padding: 16px;
  }
}

.footer-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  color: var(--footer-text-color);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-copy {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .footer-copy {
    margin-bottom: 16px;
  }
}

.footer-divider {
  display: inline-block;
  margin: 0 8px;
  width: 1px;
  height: 0.725rem;
  background-color: var(--can-orange);
}

@media (max-width: 767px) {
  .footer-divider {
    display: none;
  }
}

.footer-text {
  text-wrap: pretty;
}

@media (max-width: 767px) {
  .footer-text {
    display: block;
  }

  .company-name {
    font-weight: 800;
  }
  .copyright {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .footer-text-break {
    display: none;
  }
}

.instagram-link {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.age-verification {
  display: none;
}

.age-verification.age-check {
  display: flex;
}

.age-verification-content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--base-white);
  padding: 32px;
  border-radius: 10px;
  text-align: center;
}

.age-verification-heading {
  margin: 0 0 24px;
  color: var(--can-blue--dark);
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.age-verification-logo {
  max-width: 200px;
}

.button-group {
  display: flex;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 16px;
  border: 2px solid var(--can-blue);
  border-radius: 8px;
  color: var(--can-blue);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.button:hover,
.button:focus,
.button:active {
  background-color: var(--can-blue--dark);
  border-color: var(--can-blue--dark);
  color: var(--text-white);
}

.button--confirm {
  background-color: var(--can-blue);
  color: var(--text-white);
}
