:root {
  --circle-stroke: 2px;
  --canvas-padding-top: calc(90px + 4svh);
  --canvas-padding-bottom: calc(90px + 4svh);
  --canvas-padding: 4vw;
  --circle-gutter-vert: 0svh;
  --circle-gutter-horiz: 20vw;
  --circle-scale-factor: 1;
  --circle-line-height: 10svh;
  --stage-width: calc(100vw - var(--canvas-padding) - var(--canvas-padding));
  --stage-height: calc(
    100svh - var(--canvas-padding-top) - var(--canvas-padding-bottom)
  );
  --max-circle-height: calc(
    100svh - var(--circle-gutter-vert) - var(--canvas-padding-top) -
      var(--canvas-padding-bottom)
  );
  --max-circle-width: calc(100vw - 8vw - var(--circle-gutter-horiz));
  --circle-size: min(var(--max-circle-height), var(--max-circle-width));
  --circle-radius: calc(var(--circle-size) / 2);
  --circle-video-clip: calc(var(--circle-radius) * var(--circle-scale-factor));
}
@media screen and (min-width: 1735px) {
  :root {
    --circle-gutter-horiz: 320px;
    --stage-width: 1600px;
  }
}
@media screen and (max-width: 1100px) {
  :root {
    --circle-gutter-horiz: 30vw;
    --circle-gutter-vert: 10vh;
  }
}
html.stuck {
  overflow: hidden;
}
.menu {
  z-index: 200;
}
header {
  z-index: 250;
}
::selection {
  color: var(--bg-color);
  background: var(--text-color);
}
#reamazejs-container {
  display: none;
}
header.scroller {
  background-color: transparent;
}
footer {
  z-index: 10;
  background: #001d32;
}
main {
  position: static;
}
main.singles #slider-input {
  display: none;
}
#hero-spacer {
  height: 125svh;
  position: relative;
}
.kapra,
.kapra * {
  font-family: Kapra, sans-serif;
  letter-spacing: 2px;
}
.pdp-globals {
  width: 100%;
}
.atc-left.disabled #subscribe-selector,
.atc-left.disabled .subscribe-atc {
  pointer-events: none;
  opacity: 0.3;
}
.pdp-globals .bis-popup {
  padding-bottom: 10px;
}
.pdp-globals .bis-popup p {
  margin-bottom: 8px;
}
.pdp-globals .bis-popup .flex-between {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.pdp-globals .bis-popup .flex-between input {
  width: calc(100% - 100px);
  -webkit-appearance: none;
  border: none;
}
.pdp-globals .bis-popup .flex-between button {
  min-width: 100px;
  border-radius: 0;
  white-space: nowrap;
}
.global-atc .outlined {
  border: 1px solid var(--text-color);
  background-color: transparent;
  color: var(--text-color);
  transition: color 0.4s ease, border 0.4s ease, background-color 0.4s ease;
}
.light-shell {
  --header-primary: white;
  --header-secondary: black;
}
.light-shell .global-atc .outlined {
  border: 1px solid white;
  color: #fff;
  background-color: #0000004d;
}
.global-atc {
  position: fixed;
  z-index: 120;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 2vw;
}
.mobile-stats-slider {
  display: none;
}
.global-atc .subscribe-atc {
  margin-right: 4px;
}
.global-atc .qty-selector {
  margin-right: 4px;
  border-radius: 4px;
  display: flex;
  height: 100%;
  align-items: center;
}
.global-atc .qty-selector .qty-up,
.global-atc .qty-selector .qty-down {
  padding: 6px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.global-atc .container {
  display: flex;
  justify-content: space-between;
}
.stage-3 .main-title {
  color: #fff;
}
.global-atc button {
  -webkit-appearance: none;
  border: none;
  background: #000;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 20px;
  border: 1px solid black;
  font-weight: 500;
  transition: background-color 0.5s ease;
}
.global-atc button.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.box-set-desc {
  color: var(--text-color);
  max-width: 600px;
  text-align: center;
  margin: 0 auto 50px;
  padding: 0 20px;
}
.box-set-desc .learn-more {
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
}
.stage-3 .global-atc button {
  background: var(--bg-color);
  color: var(--text-color);
  border: 1px solid var(--bg-color);
}
.v-sel-mobile {
  display: none;
}
.a-stat-desc p.abstract-hover-help {
  font-size: calc(var(--circle-radius) / 30);
  text-transform: uppercase;
}
.global-atc select {
  -webkit-appearance: none;
  border: none;
  background: #000;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  margin-right: 8px;
  padding: 10px 26px 10px 12px;
  outline: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
}
.global-atc button.deselected {
  background: var(--line-color);
}
.global-atc .atc-left,
.global-atc .atc-right {
  width: 100%;
}
.global-atc .preorder {
  color: var(--text-color);
  position: absolute;
  top: -22px;
  font-size: 14px;
}
.global-atc .atc-archived {
  margin-left: auto;
  margin-right: auto;
  color: var(--text-color);
}
.global-atc .atc-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.global-atc .atc-left {
  display: flex;
  align-items: flex-start;
}
h1 {
  text-align: center;
  margin-top: 60px;
  letter-spacing: 0;
}
h2 {
  font-weight: 400;
  font-size: 45px;
  text-transform: lowercase;
  margin-bottom: 20px;
}
h2.blinds-text {
  justify-content: center;
}
h2.blinds-text span,
h1,
h2 {
  font-family: "Cinzel", Montserrat;
  font-weight: 700;
}
.main-title {
  transition: transform 0.4s linear, opacity 0.4s linear, height 0.5s linear;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 99;
  text-transform: lowercase;
  transform: translateY(70px);
  height: calc(calc(100svh - var(--circle-size)));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-title h1 span {
  font-family: "Cinzel", Montserrat;
}
.main-title h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
  transition: all 0.4s ease;
  color: var(--text-color);
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
}
.main-title .pron-play-button {
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.6s;
  cursor: pointer;
  margin-right: -2vw;
}
.main-title .pron-play-button svg {
  width: 14px;
}
.main-title .pron-play-button svg * {
  fill: var(--text-color);
}
.tasting-notes {
  text-align: center;
  text-transform: uppercase;
  color: var(--text-color);
  transition: opacity 0.6s ease, transform 0.4s linear;
  break-inside: avoid;
  width: 100%;
  max-width: 700px;
  flex: 0;
}
.instant-line {
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 16px;
  font-size: 14px;
  transition: opacity 0.4s ease;
}
.tasting-notes span {
  white-space: nowrap;
}
.tasting-notes span.note:after {
  content: "|";
  margin: 0 0.5% 0 2%;
  display: inline-block;
}
.tasting-notes span.note-line {
  display: inline-block;
}
.tasting-notes .note-line:first-child:after {
  content: "|";
  margin: 0 12px 0 2%;
  display: inline-block;
}
.tasting-notes span:last-child:after {
  display: none;
  content: "";
}
.hero-intro .radial {
  content: " ";
  position: absolute;
  top: 0%;
  margin-top: 0%;
  left: 0;
  height: 200vh;
  width: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    var(--bg-color) 60%
  );
}
.collab .hero-intro .radial {
  display: none;
}
.collab .story-preview .inner {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.stage-3 .collab .story-preview .inner {
  opacity: 1;
}
.stage-3 .collab .story-bg {
  z-index: 3;
}
.collab .hero-intro {
  background: transparent;
}
.collab .story-bg {
  opacity: 1 !important;
  clip-path: none;
  z-index: 1;
}
html,
body {
  background-color: var(--bg-color);
}
.hero-intro {
  padding: var(--canvas-padding);
  padding-top: var(--canvas-padding-top);
  padding-bottom: var(--canvas-padding-bottom);
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-color);
}
.hero-intro .stage {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: content-box;
  transition: transform 0.4s linear;
}
.stage-2 .hero-intro .stage {
  transform: translateY(0);
}
.box-video {
  position: absolute;
  display: block;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 0%;
  pointer-events: none;
  z-index: 100;
  border: var(--circle-stroke) solid transparent;
  transition: border-radius 0.6s ease;
}
.slider-360 {
  opacity: 0;
  position: absolute;
  width: var(--circle-size);
  left: 0;
  right: 0;
  z-index: 10;
  bottom: calc(calc(var(--stage-height) - var(--circle-size)) / 2 - 15px);
  text-align: center;
  margin: auto;
  transition: opacity 0.3s ease;
}
.intro-played .slider-360 {
  opacity: 1;
}
.slider-360 input {
  width: calc(90% + 40px);
  cursor: pointer;
  background: transparent;
  transform: translateY(0);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.spin-ready .slider-360 input {
  opacity: 1;
}
.slider-360 input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}
.slider-360 input[type="range"]::-moz-range-track {
  background: transparent;
}
.slider-360 input[type="range"]::-webkit-slider-thumb {
  background-color: #000;
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 50% 50%;
}
.slider-360 input[type="range"]::-moz-range-thumb {
  background-color: #000;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 50% 50%;
}
.trad-mod-wrapper {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.trad-mod .accent-text {
  font-weight: 400;
  font-size: 14px;
  font-family: Kapra;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 100%;
  color: var(--text-color);
}
.trad-mod-wrapper .trad-mod {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.trad-mod-wrapper .circles {
  display: flex;
  margin: -1px 12px 0;
}
.trad-mod-wrapper .circle {
  height: 7px;
  width: 7px;
  background: transparent;
  border: 1px solid var(--text-color);
  border-radius: 50px;
  margin: 0 5px;
}
.trad-mod-wrapper .circle.filled {
  background: var(--text-color);
}
.stage-2 .trad-mod-wrapper {
  opacity: 1;
  transition-delay: 0.75s;
}
.stage-3 .story-bg {
  opacity: 1;
  pointer-events: all;
}
.stage-3 .main-title {
  opacity: 0;
}
.stage-3 {
  --circle-video-clip: calc(var(--circle-radius) * var(--circle-scale-factor));
  --circle-scale-factor: 3;
}
.stage-4 {
  --circle-video-clip: calc(var(--circle-radius) * var(--circle-scale-factor));
  --circle-scale-factor: 9;
}
.stage-2 .pdp-globals .tasting-notes,
.stage-1 .pron-play-button {
  opacity: 1;
}
.stage-2 .pron-play-button {
  opacity: 0;
  transition-delay: 0s;
}
.stage-3 .pdp-globals .tasting-notes,
.stage-3 .pdp-globals .main-title {
  opacity: 0;
}
.stage-3 .main-title {
  pointer-events: none;
}
.box-video.clipping,
.stage-2 .box-video {
  overflow: hidden;
}
.box-video .video {
  object-fit: cover;
  overflow: visible;
  display: block;
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 1s ease, opacity 0.3s linear;
}
.singles .box-video .video {
  transform: none;
}
.box-video .video canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-video .video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stat-lines {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  aspect-ratio: 1 / 1;
  right: 0;
  left: 0;
  display: flex;
  z-index: 4;
  justify-content: space-between;
}
.stat-col {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  margin: auto;
}
.stage .left-col,
.stage .right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
}
.stage .right-col {
  align-items: flex-end;
  width: var(--stat-col-width);
  right: 0;
}
.stage .left-col {
  width: var(--stat-col-width);
}
.stage .a-stat {
  display: flex;
  width: 70%;
  transition: opacity 0.3s ease;
  will-change: opacity;
  height: calc(var(--circle-size) / 5);
  align-items: center;
  position: relative;
}
.stage.darkened .a-stat {
  opacity: 0.2 !important;
}
.stat-col .a-stat.active {
  opacity: 1 !important;
}
.stat-col.left-col .a-stat {
  justify-content: flex-end;
}
.stat-col .a-stat #line {
  border: none;
  /* height: 20px; */
  margin-left: 0;
  margin-right: 0;
  flex-shrink: 0;
  position: absolute;
  width: 78%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0;
}

.left-col.stat-col .a-stat #line {
  right: -61%;
}
.right-col.stat-col .a-stat #line {
  left: -61%;
}

.left-col .a-stat:nth-child(3) #line {
  right: -62%;
}
.left-col .a-stat:nth-child(4) #line {
  right: -61%;
}
.left-col .a-stat:nth-child(5) #line {
  right: -62%;
}
.right-col .a-stat:nth-child(2) #line {
  top: 30% !important;
  left: -62%;
}
.stat-col {
  --hr-line-width: 1.5vw;
  --stat-col-width: calc((var(--stage-width) - var(--circle-size)) / 2);
  --circle-radius: calc(var(--circle-size) / 2);
  width: 100%;
  height: 100%;
  max-height: var(--circle-size);
  pointer-events: none;
}
.stage-2 {
  --circle-line-height: 100%;
}
@media (min-width: 767px) {
  .stage-2 {
    --circle-line-height: 0%;
  }
  .stage-2 .slider-360,
  .stage-2 .slider-360 input {
    opacity: 0 !important;
  }
  .stage-2 .stat-circle {
    top: 70px;
  }
}
@media (min-width: 1600px) and (max-width: 1900px) {
  .stage-2 .a-stat:nth-child(1) .stat-text,
  .stage-2 .a-stat:nth-child(1) #line {
    top: 39% !important;
  }
  .stage-2 .a-stat:nth-child(2) .stat-text,
  .stage-2 .a-stat:nth-child(2) #line {
    top: 40% !important;
  }
  .stage-2 .a-stat:nth-child(3) .stat-text,
  .stage-2 .a-stat:nth-child(3) #line {
    top: 40% !important;
  }
  .stage-2 .a-stat:nth-child(4) .stat-text,
  .stage-2 .a-stat:nth-child(4) #line {
    top: 39% !important;
  }
  .stage-2 .a-stat:nth-child(5) .stat-text,
  .stage-2 .a-stat:nth-child(5) #line {
    top: 40% !important;
  }
  .right-col .a-stat:nth-child(2) #line {
    top: 38% !important;
    left: -62%;
  }
}
@media (min-width: 1901px) {
  .stage-2 .a-stat:nth-child(1) .stat-text,
  .stage-2 .a-stat:nth-child(1) #line {
    top: 39% !important;
  }
  .stage-2 .a-stat:nth-child(2) .stat-text,
  .stage-2 .a-stat:nth-child(2) #line {
    top: 40% !important;
  }
  .stage-2 .a-stat:nth-child(3) .stat-text,
  .stage-2 .a-stat:nth-child(3) #line {
    top: 40% !important;
  }
  .stage-2 .a-stat:nth-child(4) .stat-text,
  .stage-2 .a-stat:nth-child(4) #line {
    top: 39% !important;
  }
  .stage-2 .a-stat:nth-child(5) .stat-text,
  .stage-2 .a-stat:nth-child(5) #line {
    top: 40% !important;
  }
  .right-col .a-stat:nth-child(2) #line {
    top: 38% !important;
    left: -60% !important;
  }
  .right-col.stat-col .a-stat #line {
    left: -60% !important;
  }
  .left-col.stat-col .a-stat #line {
    right: -59% !important;
  }
  .left-col .a-stat:nth-child(3) #line {
    right: -60% !important;
  }
  .left-col .a-stat:nth-child(4) #line {
    right: -60% !important;
  }
  .left-col .a-stat:nth-child(5) #line {
    right: -60% !important;
  }
}
/* .stat-col.left-col {
  --offset-mid: 0;
  --offset-t1: calc(var(--circle-size) / 23);
  --offset-t2: calc(var(--circle-size) / 5);
}
.stat-col.right-col {
  --offset-mid: 0;
  --offset-t1: calc(-1 * var(--circle-size) / 23);
  --offset-t2: calc(-1 * var(--circle-size) / 5);
}
.stat-col .a-stat:nth-child(1),
.stat-col .a-stat:nth-child(5) {
  transform: translate(var(--offset-t2));
}
.stat-col .a-stat:nth-child(2),
.stat-col .a-stat:nth-child(4) {
  transform: translate(var(--offset-t1));
}
.stat-col .a-stat:nth-child(3) {
  transform: translate(var(--offset-mid));
} */
.stat-col .a-stat .stat-text {
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.8s ease;
  transition-delay: 0;
  cursor: pointer;
}
.stat-col .a-stat .stat-text p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-color);
}
.stat-col .a-stat .stat-text label {
  font-weight: 400;
  font-size: 14px;
  font-family: Kapra;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 100%;
  color: var(--text-color);
  text-transform: uppercase;
}
.stat-col .a-stat .stat-text svg {
  width: 70px;
  height: 21px;
  margin-top: auto;
  margin-bottom: auto;
}
#symbols symbol * {
  fill: var(--text-color);
}
.stat-col.left-col #line {
  transform: translate(2vw);
  order: 2;
}
.stat-col.right-col #line {
  transform: translate(-2vw);
  order: -2;
}
.stat-col.left-col .stat-text {
  transform: translate(4vw);
  text-align: right;
}
.stat-col.right-col .stat-text {
  transform: translate(-4vw);
  transition-delay: 0;
}
.stat-col.left-col .stat-text svg {
  order: 2;
}
.stat-col.right-col .stat-text svg {
  order: -2;
}
.stat-vids {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.stat-vids:before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #00000073;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
  border-radius: 10000px;
}
.stat-vids img {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  object-fit: cover;
  position: absolute;
  border-radius: 10000px;
  top: 0;
  left: 0;
  z-index: 0;
}
.stage-2 .stat-vids img.in {
  opacity: 1;
}
.stage-2 .darkened .stat-vids:before {
  opacity: 1;
}
.stats-descs p {
  text-align: center;
  font-size: 14px;
  line-height: 180%;
  color: #fff;
}
.stats-descs .blurb p {
  color: var(--text-color);
  text-align: center;
}
.stats-descs {
  aspect-ratio: 1 / 1;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0s;
  z-index: 101;
  overflow: hidden;
  border-radius: 100%;
}
.box-set-message {
  color: var(--text-color);
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  text-decoration: underline;
}
.a-stat-desc {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12%;
}
.a-stat-desc .button {
  font-family: Kapra;
  padding: 4px 1px;
  letter-spacing: 3px;
  font-size: 14px;
  background: transparent;
  text-decoration: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: #fff;
}
.a-stat-desc .swiper-scrollbar {
  background: var(--line-color);
}
.a-stat-desc .swiper-scrollbar-drag {
  background: var(--text-color);
  opacity: 0.4;
}
.a-stat-desc h2 {
  text-align: center;
  color: #fff;
}
.a-stat-desc h4 {
  text-align: center;
  font-family: Kapra;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fff;
}
.a-stat-desc h4 span:after {
  content: ", ";
  display: inline;
}
.a-stat-desc h4 span:last-child:after {
  content: "";
}
.a-stat-desc h4 * {
  font-family: Kapra;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.a-stat-desc.blurb h2 {
  text-align: center;
  color: var(--text-color);
}
.a-stat-desc.in {
  opacity: 1;
  transition-delay: 0.2s;
  pointer-events: all;
}
.a-stat-desc.blurb {
  opacity: 1;
  color: var(--text-color);
  transition-delay: 0.2s;
  pointer-events: none;
}
.stage-2 .a-stat-desc.blurb {
  pointer-events: all;
}
.a-stat-desc.blurb.out {
  opacity: 0;
  transition-delay: 0s;
  pointer-events: none;
}
.stat-circle {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  aspect-ratio: 1 / 1;
  right: 0;
  box-sizing: content-box;
  z-index: 3;
  left: 0;
  height: var(--circle-size);
  width: var(--circle-size);
  pointer-events: none;
}
.stage-2 .stat-circle {
  pointer-events: all;
}
.stage-3 .hero-intro {
  pointer-events: none;
}
.stat-circle .the-circle {
  border-radius: 50%;
  border: var(--circle-stroke) solid var(--line-color);
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 5;
  transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease;
}
.stage-0 .box-video .video {
  height: var(--circle-size);
  width: var(--circle-size);
}
.stage-0 .the-circle {
  height: var(--circle-line-height);
  bottom: 0;
  width: 100%;
}
.bottomless-help {
  cursor: pointer;
  background: #000;
  color: #fff;
  height: 22px;
  width: 22px;
  display: inline-block;
  padding: 5px;
  align-items: center;
  font-size: 13px;
  text-align: center;
  border-radius: 100px;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
}
.bottomless-help.hidden {
  opacity: 0;
  pointer-events: none;
}
.stage-1 .box-video {
  border-bottom-left-radius: 50% 7.1%;
  border-bottom-right-radius: 50% 7.1%;
}
.stage-1 .box-video .video {
  transform: translate3d(0, 12%, 0) scale3d(0.8, 0.8, 0.8);
  opacity: 1;
}
.stage-2 .box-video {
  border-radius: 50%;
}
.stage-2 .slider-360 {
  opacity: 0;
  pointer-events: none;
}
.stage-2 .stat-col {
  pointer-events: all;
}
.stage-2 .stats-descs {
  opacity: 1;
  transition-delay: 0.3s;
}
.stage-2 .stat-col .a-stat #line {
  opacity: 1;
  transform: translate(0);
}
.stage-2 .a-stat:nth-child(1) .stat-text,
.stage-2 .a-stat:nth-child(1) #line {
  transition-delay: 0.3s;
  top: 30%;
}
.stage-2 .a-stat:nth-child(2) .stat-text,
.stage-2 .a-stat:nth-child(2) #line {
  transition-delay: 0.4s;
  top: 32%;
}
.stage-2 .a-stat:nth-child(3) .stat-text,
.stage-2 .a-stat:nth-child(3) #line {
  transition-delay: 0.5s;
  top: 33%;
}
.stage-2 .a-stat:nth-child(4) .stat-text,
.stage-2 .a-stat:nth-child(4) #line {
  transition-delay: 0.6s;
  top: 30%;
}
.stage-2 .a-stat:nth-child(5) .stat-text,
.stage-2 .a-stat:nth-child(5) #line {
  transition-delay: 0.7s;
  top: 32%;
}
.stage-2 .stat-col .a-stat .stat-text {
  opacity: 1;
  transform: translate(0);
}
.stage-2 .left-col .a-stat:nth-child(1) .stat-text,
.stage-2 .left-col .a-stat:nth-child(1) #line {
  transition-delay: 1.2s;
}
.stage-2 .left-col .a-stat:nth-child(2) .stat-text,
.stage-2 .left-col .a-stat:nth-child(2) #line {
  transition-delay: 1.1s;
}
.stage-2 .left-col .a-stat:nth-child(3) .stat-text,
.stage-2 .left-col .a-stat:nth-child(3) #line {
  transition-delay: 1s;
}
.stage-2 .left-col .a-stat:nth-child(4) .stat-text,
.stage-2 .left-col .a-stat:nth-child(4) #line {
  transition-delay: 0.9s;
}
.stage-2 .left-col .a-stat:nth-child(5) .stat-text,
.stage-2 .left-col .a-stat:nth-child(5) #line {
  transition-delay: 0.8s;
}
.stage-2 .the-circle {
  width: 100%;
  background: transparent;
  transform: translate(0);
}

.stage-2 .instant-line,
.stage-2 .the-ticker {
  opacity: 0;
}

.stage-2 .box-video .video {
  transform: scale3d(0.7, 0.7, 0.7);
  opacity: 0.3;
}
.stage-2 .main-title {
  max-width: 100%;
  transform: translateY(0);
  height: calc(calc(100svh - var(--circle-size)) / 2);
}
.main-title h1.visible .char-clip span {
  opacity: 1;
  transform: translate(0);
  transition-delay: var(--i);
}
#story-spacer {
  height: 100svh;
  position: relative;
}
#story-more svg * {
  fill: var(--text-color);
}
.sticky-header-story {
  position: sticky;
  margin-top: 11vh;
  top: 0;
  background: linear-gradient(to bottom, var(--bg-color) 90%, transparent);
}
#story-more h2 {
  font-size: 42px;
}
.story-bg {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100dvh;
  display: flex;
  transition: height 0.2s ease;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  transition: clip-path 1s ease, opacity 0.2s ease 0.5s;
  clip-path: circle(var(--circle-video-clip) at center);
}
.stage-3 .story-bg {
  transition: clip-path 1s ease, opacity 0.2s ease;
}
.story-bg .color {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.story-bg .color {
  background: #000;
  opacity: 0.4;
}
.story-bg .bg-video {
  width: 100vw;
  height: 100lvh;
  object-fit: cover;
}
.story-preview {
  position: absolute;
  z-index: 2;
  will-change: transform;
  color: #fff;
}
.story-preview .inner p,
.story-preview .inner button {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#story-stat-circle {
  position: absolute;
  width: calc(var(--circle-size) * 1.3);
  height: calc(var(--circle-size) * 1.3);
  animation: slowSpin 60s linear infinite;
  right: 0;
  margin: auto;
  left: -15%;
}
#story-stat-circle text {
  fill: #fff;
}
@keyframes slowSpin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.story-preview .inner {
  text-align: center;
  height: var(--circle-size);
  /* width: var(--circle-size); */
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.story-preview .inner > div {
  margin: 18%;
  text-align: left;
}
.story-bg button {
  -webkit-appearance: none;
  border: none;
  font-family: Kapra;
  padding: 4px 1px;
  letter-spacing: 3px;
  font-size: 14px;
  background: transparent;
  text-decoration: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}
.coffee-modal {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 350;
  transition: opacity 0.8s ease-out;
  --modal-circle-size: calc(100vh + 500px);
  visibility: hidden;
}
.coffee-modal.active {
  pointer-events: all;
  visibility: visible;
}
.coffee-modal .modal-circle {
  width: 500px;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: var(--bg-color);
  transition: transform 0.3s ease-out;
  transform: translate(100vw);
}
.coffee-modal.active .modal-circle {
  transform: translate(0);
}
.coffee-modal .x {
  color: var(--text-color);
  cursor: pointer;
  padding: 20px;
  position: absolute;
  right: 0;
}
.coffee-modal .modal-circle:before {
  content: " ";
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  transform: translate(-20%) translateY(-250px);
  z-index: -1;
  min-height: var(--modal-circle-size);
}
.coffee-modal .modal-text {
  overflow: scroll;
  padding-right: 8vw;
  height: 100%;
}
.coffee-modal .modal-text * {
  color: var(--text-color);
}
.modal-close.background {
  opacity: 0;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -2;
  cursor: w-resize;
  transition: opacity 0.3s ease-out;
  background: #00000080;
}
.coffee-modal.active .modal-close.background {
  opacity: 1;
}
.stage-3 .story-preview p,
.stage-3 .story-preview button {
  opacity: 1;
  transform: scale(1);
}
.collab-addons h2 {
  text-align: center;
}
.collab-addons .addon-grid {
  display: flex;
  justify-content: space-around;
}
.collab-addons {
  color: #fff;
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
}
.addon-product {
  display: flex;
  margin-bottom: 20px;
  width: calc(50% - 20px);
  flex-direction: column;
}
.addon-product .addon-image {
  object-fit: contain;
  background: #000;
}
.addon-product .addon-image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.addon-product .addon-text {
  background: #000;
  width: 100%;
  padding: 32px;
  display: flex;
  justify-content: space-between;
}
.addon-product .addon-text button {
  background: transparent;
  cursor: pointer;
  border: 1px solid white;
  color: #fff;
  padding: 8px 22px;
  border-radius: 4px;
}
.addon-product .addon-text h3 {
  font-family: Kapra;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
}
.misc-blocks {
  position: relative;
  z-index: 5;
  padding-top: 60px;
}
.guides {
  padding-top: 10vmin;
  color: #fff;
  position: relative;
  z-index: 5;
}
.guide-video[data-video-id=""] {
  display: none;
}
.guides .guide-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.guides .guide-header .right {
  text-align: right;
}
.guides .guide-header .left,
.guides .guide-header .right {
  width: 100%;
}
.guides .guide-header h2 {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0;
  display: flex;
}
.guides .guide-header h2 span.char-clip {
  font-family: "Cinzel", Montserrat;
  padding-bottom: 1vw;
  bottom: -1vw;
}
.collab-addons .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.blinds-text {
  display: flex;
  white-space: nowrap;
}
.guides .wistia_embed > div {
  height: 100% !important;
  width: 100% !important;
}
.blinds-text span.char-clip {
  overflow: hidden;
  display: inline-block;
  position: relative;
  line-height: 120%;
}
.blinds-text .word {
  display: flex;
  margin-top: -3%;
}
.blinds-text span.char-clip span {
  transition: opacity 1.1s ease, transform 1.7s ease;
  transform: translate(-100%);
  white-space: pre;
  display: inline-block;
}
.blinds-text.visible span.char-clip span {
  opacity: 1;
  transform: translate(0);
  transition-delay: var(--i);
}
.guides .guide-header h2 span.char-clip span {
  font-family: "Cinzel", Montserrat;
}
.guides .guide-body {
  display: none;
}
.guides .guide-body.active {
  display: flex;
}
.guides .guide-text {
  background: #000;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.guides .guide-text .top {
  display: flex;
}
.guides .guide-text .top > div {
  width: 50%;
}
.guides .guide-text .top p {
  margin-bottom: 0;
}
.guides .guide-text .bottom {
  margin-top: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}
.guides .guide-video {
  aspect-ratio: 16 / 9;
  width: calc(100% - 500px);
  margin-right: 18px;
  flex-shrink: 0;
}
.guides .feat-prod-slider .swiper {
  padding-bottom: 10px;
}
.guides .feat-prod-slider .swiper-slide {
  background: #fff;
  width: auto;
}
.guides .feat-prod-slider .swiper-slide img {
  max-width: 100px;
}
.guides .swiper-container-horizontal > .swiper-scrollbar {
  bottom: 0;
  height: 3px;
  left: 0;
  width: 100%;
  background: #000;
}
.box-set .test-before {
  display: none;
}
.guides h4 {
  color: #888;
  margin-bottom: 8px;
  font-weight: 600;
}
.guides .swiper-scrollbar {
  left: 0;
  background: #444;
  width: 100%;
}
.guides .swiper-scrollbar-drag {
  background: #fff;
  opacity: 0.4;
  border-radius: 0;
}
.guides .grind-calc {
  text-decoration: underline;
  font-size: 12px;
}
.guides .launch-brew-timer {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}
.guides .guide-header button {
  -webkit-appearance: none;
  border: none;
  background: #000;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  padding: 8px 20px;
  opacity: 0.4;
}
.guides .guide-header button.active {
  opacity: 1;
}
.guides .brew-timer {
  color: #fff;
  padding-top: 30svh;
  padding-bottom: 30svh;
}
.v-sel-desktop.disabled {
  display: none;
}
#transparency {
  position: relative;
  z-index: 10;
  color: #fff;
  padding-top: 200px;
  --tab-count: 6;
  --tab-width: calc(100% / calc(var(--tab-count) + 1));
}
.trans-intro {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.trans-tabs h5 {
  opacity: 0;
  font-size: 10px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 22px;
  line-height: 160%;
}
.trans-tab.active h5 {
  opacity: 1;
}
.trans-tabs {
  display: flex;
  margin-top: 90px;
  margin-bottom: 90px;
}
.trans-tab {
  width: var(--tab-width);
  transition: width 0.2s ease-out;
  cursor: pointer;
  position: relative;
  border-left: 2px solid rgba(50, 50, 50, 0.8);
  overflow: hidden;
}
.trans-tab:before {
  content: " ";
  display: block;
  left: 0;
  top: 0;
  width: 2px;
  background: var(--line-color);
  position: absolute;
  height: 0%;
  transition: height 0.4s ease-out;
}
.trans-tab.active:before {
  height: 75%;
}
.trans-tab .trans-img {
  aspect-ratio: 1 / 1;
  margin-top: auto;
  transition: width 0.2s ease-out;
  position: absolute;
  bottom: 0;
  width: calc(100% - 32px);
  left: 16px;
  z-index: 2;
}
.trans-img video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.5;
}
.trans-tab.active .trans-img video {
  filter: grayscale(0);
  opacity: 1;
}
.trans-tab .inner {
  padding: 0 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.trans-tab p {
  width: 100%;
  min-width: calc(calc(calc(92vw / 7) * 2) - 32px);
  opacity: 0;
  transition: width 0.2s ease-out, opacity 0.2s ease-out;
  pointer-events: none;
}

@media screen and (min-width: 1600px) {
  .trans-tab p {
    min-width: calc(1600px / 7);
  }
}
.trans-tab.active p {
  pointer-events: all;
}
.trans-tab .trans-img-spacer {
  min-width: calc(calc(calc(92vw / 7) * 2) - 32px);
  aspect-ratio: 1/1;
  background: transparent;
}
.testing .trans-tab .trans-img-spacer {
  min-width: calc(calc(calc(92vw / 5) * 2) - 32px);
}
.testing .trans-tab a {
  text-decoration: underline;
}
.trans-tab.active {
  width: calc(var(--tab-width) * 2);
}
.trans-tab.active p {
  width: 100%;
  opacity: 1;
}
.trans-tab h3 {
  color: #777;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 4px;
  transition: color 0.2s ease-out;
}
.trans-tab h4 {
  color: #777;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 26px;
  transition: color 0.2s ease-out;
}
.trans-tab.active h3 {
  color: var(--line-color);
}
.trans-tab.active h4 {
  color: #fff;
}
.trans-learn-more {
  background: transparent;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  text-decoration: underline;
  color: #fff;
  padding: 0;
  margin-top: 12px;
}
#virtues {
  position: relative;
  z-index: 10;
}
.container.virtues {
  max-width: 500px;
  margin-bottom: 180px;
  display: flex;
}
.container.virtues > span {
  display: inline-block;
  cursor: pointer;
}
#roast-profile {
  position: relative;
  z-index: 20;
  color: #fff;
  color: var(--color-creme);
  padding-bottom: 100px;
  padding-top: 100px;
}
#roast-profile .batches-intro {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 40px;
}
#roast-profile .dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#ffffff10 1px, transparent 1px);
  background-repeat: repeat;
  background-size: 6px 6px;
  z-index: -3;
}
#roast-profile .find-mine {
  text-align: center;
  width: 100%;
  display: block;
  background: none;
  margin-top: 40px;
  text-transform: uppercase;
  font-family: Kapra;
  letter-spacing: 2px;
  font-size: 20px;
}
.roast-stats {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.roast-stats div {
  width: auto;
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid var(--line-color);
  padding: 12px 40px;
  font-family: Kapra;
  text-transform: uppercase;
  flex-grow: 1;
  min-width: 20%;
}
.roast-stats div span {
  font-family: Kapra;
  text-transform: uppercase;
}
.leftInfo {
  display: flex;
  flex-direction: column;
  width: 3%;
  height: 100%;
}
.legend {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  margin-top: -40%;
}
.legend p {
  font-size: 10px;
  font-family: Andale;
}
.legend .air {
  padding-right: 20px;
  color: #a12f30;
}
.legend .bean {
  color: #a57044;
}
.chartDivOuter {
  width: 100%;
  height: 500px;
}
.yAxisAndChart {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.yAxisLabel {
  margin-top: auto;
  margin-bottom: auto;
  white-space: nowrap;
  width: 12px;
}
.yAxisLabel p {
  transform: rotate(270deg);
  text-transform: uppercase;
  font-family: Andale;
  line-height: 18px;
  font-size: 12px;
  color: #7e7e7e;
  margin-right: 0;
  margin-bottom: 0;
}
.xAxisLabel {
  width: 100%;
  margin-bottom: 40px;
}
.xAxisLabel p {
  text-transform: uppercase;
  font-family: Andale;
  line-height: 18px;
  font-size: 12px;
  color: #7e7e7e;
  text-align: center;
}
#chartdiv {
  width: 97%;
  height: 500px;
  max-width: 100%;
}
#chart-container {
  width: 100%;
}
.related-prods {
  position: relative;
  z-index: 10;
}
.related-prods .related h2 {
  font-size: 38px;
  letter-spacing: 0;
}
.related-prods .related h2:after,
.related-prods .related h2:before {
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .chartDivOuter {
    width: 100%;
    height: 320px;
  }
  #chartdiv {
    height: 300px;
  }
  .yAxisLabel {
    margin-top: 180px;
  }
}
.test-before {
  content: " ";
  position: relative;
  display: block;
  height: 120px;
}
@media screen and (max-width: 850px) {
  :root {
    --canvas-padding: 8vw;
    --circle-gutter-vert: 0svh;
    --circle-gutter-horiz: 0vw;
    --canvas-padding-top: calc(40px + 20svh);
    --canvas-padding-bottom: calc(40px + 20svh);
    --circle-line-height: 10svh;
    --max-circle-height: 96vw;
    --max-circle-width: 96vw;
  }
  main {
    margin-top: -100px;
  }
  #roast-profile .dot-grid {
    background-image: radial-gradient(#ffffff0d 1px, transparent 1px);
    background-size: 6px 6px;
  }
  #subscribe-selector-mobile {
    width: 100%;
    margin-right: 0;
    text-align: center;
    text-align: -webkit-center;
  }
  .main-title h1 {
    margin-top: -12%;
    font-size: 45px;
    padding: 0 4vw;
    width: 100%;
  }
  .hero-intro .stage {
    transform: translateY(3vh);
  }
  .stage-1 .box-video .video {
    transform: translateZ(0) scaleZ(1);
  }
  .slider-360 {
    bottom: calc(calc(var(--stage-height) - var(--circle-size)) / 2 - 20px);
  }
  .slider-360 input[type="range"]::-webkit-slider-thumb {
    height: 40px;
    width: 40px;
  }
  .slider-360 input[type="range"]::-moz-range-thumb {
    height: 40px;
    width: 40px;
  }
  .hero-intro .radial {
    margin-top: -40vh;
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.25) 0%,
      var(--bg-color) 80%
    );
  }
  .collab-addons .addon-grid {
    flex-direction: column;
  }
  .addon-product {
    width: 100%;
  }
  .addon-product .addon-text h3 {
    margin-bottom: 18px;
  }
  .addon-product .addon-image img {
    margin: 0;
    width: 100%;
  }
  .box-set .hero-intro {
    padding-top: 120px;
  }
  .addon-product .addon-text {
    display: block;
    padding: 12px;
  }
  .guides .guide-body {
    flex-wrap: wrap;
  }
  .guides .brew-step-action {
    display: block;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .guides .guide-video {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .guides .guide-text {
    width: 100%;
  }
  .guides .guide-header {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .guides .guide-header .left {
    order: 2;
    width: 50%;
  }
  .guides .guide-header h2 {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .guides .guide-header h2 span.char-clip {
    font-size: 14vw;
  }
  .guides .guide-header .right {
    order: 3;
    width: 50%;
  }
  .v-sel-desktop {
    display: none;
  }
  .v-sel-mobile {
    display: block;
  }
  .global-atc .container {
    padding: 0 4vw;
    flex-wrap: wrap;
  }
  .global-atc .atc-right {
    width: 100%;
    margin-top: 4px;
  }
  .global-atc .v-sel-mobile {
    margin-right: 4px;
    height: 100%;
  }
  .tasting-notes span.note-line {
    display: block;
  }
  .global-atc:before {
    content: " ";
    display: block;
  }
  .global-atc .atc-button {
    width: 100%;
  }
  #subscribe-selector {
    margin-right: 0;
  }
  .global-atc .subscribe-atc {
    width: 100%;
    background: var(--line-color);
    border: 1px solid var(--line-color);
  }
  .bottomless-help {
    flex-shrink: 0;
    align-self: center;
    margin-left: 4px;
  }
  .bottomless-help.hidden,
  .stage .stat-col {
    display: none;
  }
  .stat-circle {
    margin-left: -6vw;
  }
  .a-stat-desc h2 {
    color: var(--text-color);
    margin-bottom: 0;
  }
  .a-stat-desc p {
    color: var(--text-color);
  }
  .a-stat-desc .button {
    color: var(--text-color);
    border-color: var(--text-color);
  }
  .abstract-hover-help {
    display: none;
  }
  .slider-360 {
    width: var(--stage-width);
  }
  .main-title {
    margin-top: 20px;
    transform: translateY(60px);
    height: calc(50svh - calc(var(--circle-size) / 2));
  }
  .stage-2 .main-title {
    margin-top: 0;
    height: auto;
  }
  .stage-2 .main-title h1 {
    transform: translateY(-30vh);
    margin-bottom: -6vw;
  }
  .tasting-notes .note-line:first-child:after {
    display: none;
  }
  .story-bg {
    clip-path: circle(var(--circle-video-clip) at center);
    padding: var(--canvas-padding);
    padding-top: var(--canvas-padding-top);
    padding-bottom: var(--canvas-padding-bottom);
  }
  .story-preview .inner > div {
    margin: 0;
    width: 100%;
    text-align: left;
  }
  h2 {
    font-size: 45px;
  }
  .story-bg h2 {
    margin-bottom: 12px;
  }
  .instant-line {
    margin-bottom: 36px;
    margin-top: -40px;
  }
  .trad-mod-wrapper {
    bottom: 80px;
  }
  .mobile-stats-slider {
    position: absolute;
    display: block;
    bottom: -20px;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 100;
    height: var(--circle-radius);
    width: calc(100% + var(--canvas-padding) * 2);
    left: calc(var(--canvas-padding) * -1);
    transform: translateY(17%);
  }
  .stage-2 .mobile-stats-slider {
    opacity: 1;
    pointer-events: all;
  }
  .stage-2 .box-video .video {
    opacity: 0;
  }
  .mobile-stats-slider .swiper,
  .mobile-stats-slider .swiper-wrapper {
    height: 100%;
  }
  .mobile-stats-slider .swiper-slide {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0.3;
  }
  .mobile-stats-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .stat-m-icon {
    text-align: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    transition: transform 0.2s ease;
    color: var(--text-color);
  }
  .stat-m-icon svg * {
    fill: var(--text-color);
  }
  .stats-descs p {
    font-size: 13px;
  }
  .a-stat-desc {
    left: 0;
    width: 75%;
    margin: auto;
    right: 0;
    padding: 0;
  }
  .stats-descs {
    padding: 0 4%;
    aspect-ratio: auto;
    overflow: visible;
    width: 100%;
  }
  .stat-circle {
    display: flex;
    align-items: center;
  }
  .mobile-stats-slider.touching .stat-m-icon {
    transition: none;
  }
  .mobile-stats-slider .swiper-slide p {
    margin: 0;
    width: 100%;
  }
  .mobile-stats-slider .swiper-slide label {
    font-size: 12px;
    font-family: Kapra;
    text-transform: uppercase;
    color: var(--text-color);
    letter-spacing: 1px;
  }
  .story-preview .inner {
    padding: 0 4vw;
  }
  .stat-m-icon svg {
    width: 16px;
    height: 16px;
  }
  .hero-intro {
    height: 100dvh;
  }
  .story-bg .wistia-container {
    height: 100%;
    width: 100%;
  }
  .trad-mod-wrapper {
    position: static;
  }
  .guides .guide-text .top {
    justify-content: space-between;
  }
  .guides .guide-text .top > div {
    width: calc(50% - 14px);
  }
  .guides .feat-prod-slider .swiper {
    padding-bottom: 20px;
  }
  .tasting-notes {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 10px;
  }
  .stage-2 .trad-mod-wrapper {
    transition-delay: 0s;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    color: var(--text-color);
    font-size: 11px;
    font-weight: 700;
  }
  @keyframes bounceRight {
    0%,
    46% {
      transform: translate(0);
    }
    50% {
      transform: translate(5px);
    }
    54%,
    to {
      transform: translate(0);
    }
  }
  @keyframes bounceLeft {
    0%,
    46% {
      transform: translate(0);
    }
    50% {
      transform: translate(-5px);
    }
    54%,
    to {
      transform: translate(0);
    }
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: auto;
    bottom: 9px;
  }
  .mobile-stats-slider .swiper-button-next {
    right: calc(50% - 36px);
    animation: bounceRight 5s infinite;
    animation-delay: 0s;
    pointer-events: none;
  }
  .mobile-stats-slider .swiper-button-prev {
    left: calc(50% - 36px);
    animation: bounceLeft 5s infinite;
    animation-delay: 0s;
    pointer-events: none;
  }
  #transparency {
    padding-top: 20px;
  }
  .trans-tabs {
    margin-bottom: 0;
    margin-top: 20px;
  }
  #roast-profile {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container.virtues {
    padding-left: 60px;
    padding-right: 60px;
  }
  .trans-tab .trans-img {
    bottom: 16px;
    aspect-ratio: 16 / 9;
    right: 0;
    left: auto;
    width: 80px;
    aspect-ratio: 1 / 1;
  }
  .trans-tab.active .trans-img {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .trans-tab .trans-img-spacer {
    aspect-ratio: 16/9;
  }
  .trans-tab .inner {
    padding: 16px 0;
  }
  .trans-tabs {
    flex-wrap: wrap;
  }
  .trans-tab {
    width: 100%;
    border-left: none;
    border-top: 2px solid #666;
    height: 120px;
    transition: height 0.2s ease-out;
  }
  .trans-tab.active {
    width: 100%;
    height: auto;
  }
  .trans-tab:before {
    width: 0%;
    height: 2px;
    top: -2px;
  }
  .trans-tab.active:before {
    width: 75%;
    height: 2px;
  }
  .trans-img video {
    opacity: 0.3;
  }
  .trans-tab p {
    width: 100%;
  }
  .trans-tab h3 {
    font-size: 16px;
  }
  .trans-tab h4 {
    font-size: 25px;
  }
  .coffee-modal .modal-circle {
    width: 100vw;
    width: 96vw;
    left: 2vw;
    transform: translate(0) translateY(110lvh);
  }
  .coffee-modal .modal-text {
    padding-left: 8vw;
  }
  .coffee-modal {
    --modal-circle-size: 96vw;
  }
  .coffee-modal.active .modal-circle {
    transform: translateY(0);
  }
  .coffee-modal .modal-circle:before {
    display: none;
  }
  #hero-spacer {
    height: 200svh;
  }
  .global-atc .preorder {
    width: 100%;
    text-align: center;
    right: 0;
  }
  .a-stat-desc h4 {
    color: var(--text-color);
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .a-stat-desc.blurb h2 {
    margin-bottom: 12px;
  }
  .main-title {
    position: sticky;
    top: 70px;
    height: auto;
    transform: none;
    margin: 0;
  }
}
@media screen and (max-width: 1000px) and (min-aspect-ratio: 1.2/1) {
  main:before {
    content: "(\256f\b0\25a1\b0)\256f\fe35  \253b\2501\253b  \a\aPlease adjust your screen size.";
    display: block;
    position: fixed;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 120;
    text-align: center;
    white-space: break-spaces;
  }
}
