.ephemeral2-hero {
  min-height: clamp(650px, 82vh, 920px);
  color: #fff;
  background-color: #111;
}

.ephemeral2-hero__media,
.ephemeral2-hero__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ephemeral2-hero__media {
  z-index: 0;
  background-image: url("../img/ephemeres/ephemeres-background-dark.webp");
  background-position: center;
  background-size: cover;
}

.ephemeral2-hero__shade {
  z-index: 1;
  background:
    radial-gradient(circle at 22% 30%, rgba(216, 100, 44, .34), transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 5, .82), rgba(5, 5, 5, .46) 52%, rgba(5, 5, 5, .7));
}

.ephemeral2-hero .page-header-inner {
  position: relative;
  z-index: 2;
}

.ephemeral2-hero__caption {
  max-width: 920px;
  text-align: left;
}

.ephemeral2-hero__eyebrow,
.ephemeral2-product__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ephemeral2-hero__title {
  max-width: 940px;
  margin-top: 24px;
  color: #fff;
  letter-spacing: 0;
}

.ephemeral2-hero__button {
  margin-top: 34px;
}

.ephemeral2-hero__scroll {
  z-index: 6;
}

.ephemeral2-page {
  overflow: hidden;
  background: var(--tt-bg-color, #faf3e1);
}

.ephemeral2-product {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  box-sizing: border-box;
  padding: clamp(60px, 6vw, 100px) 0;
  color: #2b2119;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .48), transparent 22%),
    linear-gradient(135deg, #fbf0d5, #e9d6af 55%, #f7ead0);
}

.ephemeral2-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    linear-gradient(90deg, rgba(55, 39, 24, .16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(55, 39, 24, .12) 1px, transparent 1px);
  background-size: 42px 42px;
}

.ephemeral2-product--mandarine {
  background:
    radial-gradient(circle at 74% 35%, rgba(255, 129, 44, .38), transparent 30%),
    linear-gradient(135deg, #f9d8ae, #e98345 54%, #f6c8b6);
}

.ephemeral2-product--double-ipa {
  color: #fff2df;
  background:
    radial-gradient(circle at 28% 45%, rgba(255, 112, 35, .42), transparent 27%),
    linear-gradient(135deg, #142f2c, #071514 54%, #401727);
}

.ephemeral2-product__background-title {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 0;
  width: min(88vw, 1180px);
  transform: translateX(-50%);
  color: currentColor;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: clamp(82px, 12vw, 210px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: .055;
  user-select: none;
  pointer-events: none;
}

.ephemeral2-product__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 130px);
}

.ephemeral2-product__visual {
  position: relative;
  min-width: 0;
}

.ephemeral2-product__visual--right {
  order: 2;
}

.ephemeral2-product__visual--right + .ephemeral2-product__content {
  order: 1;
}

.ephemeral2-product__halo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(520px, 72vw);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, .52), rgba(255, 200, 124, .2) 48%, transparent 70%);
}

.ephemeral2-product--mandarine .ephemeral2-product__halo {
  background:
    radial-gradient(circle, rgba(255, 221, 122, .58), rgba(255, 82, 76, .23) 50%, transparent 72%);
}

.ephemeral2-product--double-ipa .ephemeral2-product__halo {
  background:
    radial-gradient(circle, rgba(242, 112, 43, .58), rgba(201, 45, 103, .28) 44%, transparent 70%);
}

.ephemeral2-bottle-reveal,
.ephemeral2-bottle-reveal__inner {
  position: relative;
  z-index: 2;
}

.ephemeral2-bottle-reveal {
  width: 100%;
  overflow: visible;
}

.ephemeral2-js .ephemeral2-bottle-reveal {
  overflow: hidden;
  will-change: clip-path;
}

.ephemeral2-js .ephemeral2-bottle-reveal__inner {
  will-change: transform;
}

.ephemeral2-product__bottle {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(780px, 78vh);
  margin: 0 auto;
  object-fit: contain;
  filter: none;
}

.ephemeral2-product__content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.ephemeral2-product__eyebrow {
  margin: 0 0 24px;
  color: currentColor;
  background-color: rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
}

.ephemeral2-product__title {
  margin: 0;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ephemeral2-product__info {
  margin: 24px 0 0;
  font-size: clamp(13px, 1.35vw, 16px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ephemeral2-product__text {
  max-width: 500px;
  margin: 22px 0 0;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.5;
  color: color-mix(in oklab, currentColor 78%, transparent);
}

.ephemeral2-product__content .tt-btn {
  margin-top: 34px;
}

.ephemeral2-page a:focus-visible,
.ephemeral2-hero a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

@media (max-width: 1100px) {
  .ephemeral2-product__inner {
    gap: clamp(28px, 5vw, 60px);
  }

  .ephemeral2-product__bottle {
    max-height: min(680px, 74vh);
  }

  .ephemeral2-product__content {
    max-width: 540px;
  }
}

@media (max-width: 900px) {
  .ephemeral2-product {
    display: block;
    min-height: auto;
    padding: 76px 0 84px;
  }

  .ephemeral2-product__inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .ephemeral2-product__visual,
  .ephemeral2-product__visual--right,
  .ephemeral2-product__visual--right + .ephemeral2-product__content {
    order: initial;
  }

  .ephemeral2-product__content {
    max-width: 680px;
    margin: 34px auto 0;
    text-align: center;
  }

  .ephemeral2-product__text {
    margin-right: auto;
    margin-left: auto;
  }

  .ephemeral2-product__bottle {
    max-height: min(620px, 72vh);
  }

  .ephemeral2-product__background-title {
    top: 5%;
    font-size: clamp(70px, 17vw, 130px);
    opacity: .045;
  }
}

@media (max-width: 768px) {
  .ephemeral2-hero {
    min-height: 680px;
  }

  .ephemeral2-hero__caption {
    max-width: none;
    text-align: center;
  }

  .ephemeral2-hero__title {
    margin-right: auto;
    margin-left: auto;
  }

  .ephemeral2-product {
    padding: 64px 0 72px;
  }

  .ephemeral2-product__inner {
    width: calc(100% - 40px);
  }

  .ephemeral2-product__background-title {
    display: none;
  }

  .ephemeral2-product__bottle {
    max-height: min(560px, 68vh);
  }

  .ephemeral2-product__title {
    font-size: clamp(48px, 16vw, 76px);
  }
}

@media (max-width: 420px) {
  .ephemeral2-hero {
    min-height: 640px;
  }

  .ephemeral2-product__bottle {
    max-height: min(510px, 64vh);
  }
}

@media (max-height: 700px) and (max-width: 768px) {
  .ephemeral2-product__bottle {
    max-height: min(460px, 60vh);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ephemeral2-hero *,
  .ephemeral2-product * {
    animation: none;
    transition: none;
    scroll-behavior: auto;
  }

  .ephemeral2-product__visual,
  .ephemeral2-bottle-reveal,
  .ephemeral2-bottle-reveal__inner,
  .ephemeral2-product__bottle,
  .ephemeral2-product__background-title,
  .ephemeral2-product__content {
    opacity: 1;
    clip-path: none;
    transform: none;
    will-change: auto;
  }
}
