/** Shopify CDN: Minification failed

Line 676:3 Cannot use type selector "__inner" directly after nesting selector "&"
Line 712:5 Cannot use type selector "__inner" directly after nesting selector "&"

**/
/* POST-LAUNCH ADVENT STYLES */

/* DAILY BREW GUIDE MODAL */
.advent-modal {
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height:100dvh; 
  inset: 0;
  z-index: 2000;
  overflow: hidden;
  background: transparent;

  & .advent-modal-inner {
    height:100%;
    width:100%;
    overflow-x:hidden;
    padding: 0 1.5rem;
    & .advent-modal-content-wrapper {
      max-height: 100%;
      width: 100%;
      max-width: 100%;
      margin: auto;
      overflow-y: auto; 
      overflow-x:hidden;
      padding-bottom:2rem;
      scrollbar-width: none;
      &::-webkit-scrollbar {
        display: none;
      }
    }
  }

  & .advent-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #7d6229;
    border: none;
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    filter: drop-shadow(0px 4px 6px black);
    transform: translate(17.5px, -17.5px);
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    & svg {
      height:50%;
      width:50%;

    }
    & svg * {
      stroke: #ffffff;
      stroke-width:2px;
    }
  }
}
.advent-modal-overlay {
  height: 100%;
  width: 100%;
  background: black;
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
  opacity: 0.90;
  display: block;
  mask-image: linear-gradient( to bottom, rgba(0,0,0,0) 0%, top rgba(0,0,0,1) 200px, visible after 100px rgba(0,0,0,1) 100% );
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100px, rgba(0, 0, 0, 1) 100%);
}
body.no-scroll {
  overflow: hidden;
  height: 100vh; /* iOS fix */
}
.hidden {
  display: none !important;
}
/* WISTIA MOBILE VIDEO FIXES */
.video .w-bottom-bar {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.video .w-bottom-bar * {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.video .wistia_embed,
.video .w-video-wrapper,
.video video {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.video [id^="wistia_chrome_"] {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.video [id^="wistia_chrome_"] * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* MODAL PANELS */
.advent-tabs-panels {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.advent-modal-item-contents {
  & .advent-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    text-transform: uppercase;
    & .button {
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    & .button.hollow.is-active {
      background: #7d6229;
      border: 1px solid #7d6229;
      outline: 2px solid #7d6229;
      outline-offset: 5px;
    }
  }
  & .advent-tab-panel {
    display: grid;
    grid-template-columns: minmax(100px, 550px);
    grid-template-rows: auto;
    justify-content: center;
    width: 100%;
    gap: 0 2rem;
    margin: 0.5rem auto 0;
  }

  & .top {
    grid-column: span 3;
    grid-row: 1;
    text-align: center;
    padding-top:100px;
  }

  & .video {
    position: relative;
    width: 100%; 
    max-width: calc(100%);  
    grid-column: span 1;
    grid-row: 2;
    max-height: 50vh;
    aspect-ratio: 6 / 5;
    justify-self: center;
    display: flex; /* Just for error messages */
    align-items: center;
    justify-content: center;
    border: 1px solid #252525;
    border-radius: 25px;
    & .video-container {
      position: relative;
      width: 100%;
      height: 100%;
      max-height: -webkit-fill-available;
      border-radius: 25px;
      overflow: hidden;
      background: black;
      &.locked {
        display:none;
      }
      /* FORCE all Wistia containers to fill the box */
      & .wistia_responsive_padding {
        height:100%;
        padding:unset !important;
      }
      & [id^="wistia_chrome_"],
      & .wistia_embed,
      & .w-video-wrapper,
      & video {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        max-height: none !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
      }
      /* FORCE object-fit cover on actual HTML5 <video> elements */
      & video {
        object-fit: cover !important;
      }
    }
    & .video-message {
      & * {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2px;
      }
      & .countdown-timer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
      }
      & .countdown-skull svg {
        width: 75px;
        height: auto;
      }
    }
    &.locked {
      background:linear-gradient(180deg, black, #7d6229);
    }
  }
  & .filter-static-videos-container {
    margin-top:1rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 1rem;
    grid-row:2;
    & .filter-static-video-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }
  }
  & .video.filter {
    grid-row:1;
  }
  @media screen and (max-width:1024px){
    & .filter-static-videos-container {
      grid-template-columns: 1fr;
    }
  }


  & .left {
    grid-column: span 1;
    grid-row: 2;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap:0.5rem;
  }

  & .right {
    grid-column: span 1;
    grid-row: 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:0.5rem;
  }

  & .bottom {
    grid-column: span 3;
    grid-row: 3;
    text-align: center;
  }
}
/* Desktop: 3-column layout for left, video, right */
@media screen and (min-width:1025px){
  .advent-modal-item-contents {
    & .advent-tab-panel {
      grid-template-columns: 1fr 1fr 1fr;
      max-width: 1400px;
      gap: 0 1.5rem;
    }
    & .advent-tab-panel.filter {
      grid-template-columns: minmax(100px, 450px);
    }
    & .left {
      /* justify-content: flex-start; */
    }
    & .right {
      justify-content: flex-start;
    }
  }
}

@media screen and (max-width:1024px){
  .advent-modal-item-contents {
    & .advent-tab-panel {
      grid-template-columns: 1fr minmax(100px, 450px) 1fr;
    }
    & .advent-tab-panel.filter {
      grid-template-columns: minmax(100px, 450px);
    }
  }
}
@media screen and (max-width:800px){
  .advent-tabs-panels {
    & .top {order:1;}
    & .bottom {order:2;}
    & .advent-tabs-nav {order:3; flex-direction: column;}
    & .advent-tab-panel {order:4;}
  }
  .advent-modal-overlay {
    height: 100%;
    width: 100%;
    background: #000000;
  }
  .advent-modal {
    & .advent-modal-close {
      left: 0;
      border-radius: 25px 0 0 0;
      width: 65px;
      height: 65px;
      filter: none;
      transform: none;
      & svg * {
        stroke-width: 1px;
      }
    }
    & .top {
      text-align: center;
      & .advent-title {
        font-size: 40px;
        margin-bottom: 0.5rem;
      }
    }
    & .advent-tab-panel { 
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      gap: 1rem;
      margin-top:0rem;
      & .left,
      & .right,
      & .top,
      & .video,
      & .bottom {
        grid-column: 1;
        grid-row: auto;
        text-align:left;
      }
      & .video {
        order:3;
      }
      & .filter-static-videos-container {
        grid-template-columns: 1fr;
        order:4;
        margin-top:0;
      }
      & .bottom {
        order:2;
      }
      & .left,
      & .right {
        order:5;
        gap:1rem;
        & .advent-field .label {
          border-bottom: 1px solid #7d6229;
          padding-bottom: 5px;
        }
        & p {
          margin-bottom:0;
          text-align: right;
        }
        & .advent-field {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-bottom:1rem;
          border-bottom: 1px solid #7d6229;
          & .label {
            margin-bottom: 0;
            padding-bottom:0;
            border:0;
          }
        }
      }
    }
  }
}

.advent-field .label {
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: block;
}

.advent-title {
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-size: 3vw;
}
.brew-guide-subtitle {
  text-transform:uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top:0.5rem;
}
.tasting-notes {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    break-inside: avoid;
    width: 100%;
    flex: 0;
    font-size: 16px;
    letter-spacing: 2px;
}

.brew-guides-header {
  display:flex;
  justify-content:center;
  text-align: center;
}

.trad-mod-wrapper {

  & .trad-mod {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

    & .accent-text {
      font-weight: 400;
      font-size: 14px;
      font-family: "Kapra";
      letter-spacing: 1px;
      display: inline-block;
      line-height: 100%;
      color: #7d6229;
    }
  }

  & .circles {
    display: flex;
    margin: 0 12px;
    margin-top: -1px;

    & .circle {
      height: 7px;
      width: 7px;
      background: transparent;
      border: 1px solid #7d6229;
      border-radius: 50px;
      margin: 0 5px;

      &.filled {
        background: #7d6229;
      }
    }
  }
}

/* MODAL OPEN/CLOSE ANIMATIONS */
.modal-button.is-locked {
    /* cursor:default; */
    /* pointer-events: auto; */
}

[data-advent-modal] {
  opacity: 0;
  transform: scale(0.75);
  transition:
    opacity 0.25s ease 0s,
    transform 0.25s ease 0s;
  pointer-events: none; /* Prevent accidental clicks while hidden */
}

/* Visible, animated-in state */
[data-advent-modal].is-active {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.25s ease 0.15s,
    transform 0.25s ease 0.15s;
  pointer-events: auto;
}

/* Optional: overlay fade */
[data-advent-modal-overlay] {
  opacity: 0;
  transition: opacity 0.15s ease  0.15s;
}

[data-advent-modal-overlay].is-active {
  opacity: 0.90;
  transition: opacity 0.25s ease;
}

/* DAILY CARDS SWIPER */
.daily-cards {
  overflow: hidden;
  background: linear-gradient(0deg, black, #202020);
}
.daily-cards-swiper {
  position: relative;
  width: 100%;
  height: 400px; /* matches card width */
  left: 50%;
  transform: translateX(-50%);
  overflow: visible; /* allow cards to fan out right */
  margin-bottom:50px;
  clip-path: inset(-100% 0 0 0); 

  &::after {
    content:'';
    width:100%;
    height:50%;
    bottom:-1px;
    left:0;
    position:absolute;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index:1;
  }
  & .swiper-wrapper {
    overflow: visible;
    padding-top: 20px;
  }

  & .swiper-slide {
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    overflow:visible !important;
  }
  & .swiper-button-next:after,
  & .swiper-button-prev:after {
    color:white;
    font-size:18px;
  }
  & .swiper-button-next,
  & .swiper-button-prev {
    bottom:0;
    top:auto;
  }
  & .flip-cycle {
    cursor: pointer;
    height: 25px;
    width: 23px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    padding: 12px;
    box-sizing: content-box;
  }
  & .flipped.flipper {
    transform: rotateY(180deg);
  }
  & .flipper {
    width: 100%;
    height: 100%;
    filter: drop-shadow(2px 10px 15px black);
    & img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain;
      &.revealed {
        display:none;
      }
    }
  }
  & .swiper-scrollbar-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom:15%;
    & .swiper-scrollbar {
      position: relative;
      width:80%;
      max-width:500px;
      background:#ffffff50;
      border-radius:0;
    }
  }
  & .swiper-scrollbar-drag {
    background:white;
    border-radius:0;
    cursor:grab;
    width:25%;
  }
}
@media screen and (max-width:800px){
  .daily-cards-swiper {height: 375px;} /* Mobile Large */
}
@media screen and (max-width:480px){
  .daily-cards-swiper {height: 300px;} /* Mobile Small */
}


.daily-cards {
  padding-top:100px;
  position: relative;
  & .text {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
    & p {
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 20px;
      text-align: justify;
      text-align-last: center;
    }
  }
  & h2 {
    font-family:"Kapra";
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:18px;
    margin-bottom:20px;
    font-weight:400;
  }
  & h1 {
    margin-bottom:10px;
    font-family: "Room-205";
    line-height:100%;
    font-size:12vw;
    text-transform:uppercase;
    letter-spacing:0vw;
  }
  & h1 span {
    color: #7d6229;
    margin-bottom:10px;
    font-size: 8vw;
    display: block;
    font-family: "Room-205";
    line-height: 100%;
  }
  @media screen and (min-width:800px){
    & h1 {
      font-size:100px;
      & span {
        font-size: 5vw;
      }
    }
  }
}

.static-brew-videos__inner {
  display:flex;
  gap: 2rem;
}

.static-brew-videos {
  padding: 80px 5vw 40px;
  background: black;
  &__inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
  }
  & .static-brew-video {
    flex: 1 1 calc(50% - 1rem);
    z-index:2;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    /* padding: 2rem; */
    min-width: 320px;
  }
  & .static-brew-video__text {
    text-align: left;
    & .label {
      display: block;
      margin-bottom: 0.75rem;
    }
    & p {
      margin: 0;
      font-size: 16px;
      line-height: 1.5;
      color: var(--color-creme);
    }
  }
  & .video.filter.static .video-container {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width:900px){
  .static-brew-videos {
    padding: 60px 20px 80px 20px;
    &__inner {
      flex-direction: column;
    }
    & .static-brew-video {
      flex: 1 1 auto;
      /* padding: 1.5rem; */
    }
  }
}

header {
  --header-primary:var(--color-creme);
  --header-secondary: black;
}

.nospline .tree-spacer {
  display:none;
}
/* .nospline #heroVideo {
  position:fixed;
}
.nospline .hero .text {
  opacity:1;
} */

#gorgias-chat-container {display:none;}

main {
  background:black;
  margin-top:-100px;
  color:var(--color-creme);
}

.cart-confirm .button {
  background:black;
  color:white;
}

.spline-container {
  position:fixed;
  width:100%;
  height:100svh;
  background:black;

  & .the-blinds {
    background:black;
    opacity:0.5;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
}

.button {
  -webkit-appearance: none;
  border: none;
  background: var(--color-creme);
  cursor: pointer;
  color: black;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 40px;
  border: 1px solid var(--color-creme);
  font-weight: 500;
  transition: background-color 0.5s ease;
  text-transform:none;
  touch-action: manipulation;
  user-select:none;
  & .tinyboi {
    font-size:10px;
  }
  &.hollow {
    background:none;
    border: 1px solid #000000;
    color: #000000;
    box-shadow:5px 10px 20px rgba(0, 0, 0, 0);
    transform: scale(1);
    transition: outline-offset 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
    &:hover {
      box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.75);
      transform: scale(1.05);
      transition: box-shadow 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }
    &.white {
      border: 1px solid #ffffff;
      color: var(--color-white);
    }
  }
  &.white {
    border: 1px solid #ffffff;
    color: var(--color-white);
  }
  &.rounded {
    border-radius: 100000px;
  }
  &.is-active {
		outline: 1px solid black;
		outline-offset: 5px;
    transition: outline-offset 0.2s ease;
	}
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  flex-direction: column;
  z-index:10;
  

  & .inner {
    transform: translateY(-30px);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  &.scrolled .inner {
    transform:translateY(0px);
  }
  &.scrolled {
    background: linear-gradient(to bottom, transparent, #000000a1);
  }

  & .inner > div {
    display:flex;
    justify-content: center;
    text-transform:uppercase;
  }
  & .preorder-msg {
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight:600;
    letter-spacing: 3px;
    & sup {
      font-family:"Montserrat";
    }
  }

  & .qty-selector {
    margin-right: 4px;
    border-radius: 4px;
    display: flex;
    backdrop-filter: blur(2px);
    height: auto;
    align-items: center;
    color:var(--color-creme);
    border:1px solid var(--color-creme);
  }
  & .qty-selector .qty-up, & .qty-selector .qty-down {
    padding: 6px 12px;
    cursor: pointer;
    user-select: none;
  }
}


.tree-spacer {
  height:100vh;
  position:relative;
}



.intro-images, .outtro-images {

  position:relative;
  padding-top:120px;


  & .swiper-slide img {
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:9/5;
  }
  & .swiper-wrapper {
    padding-bottom:20px;
  }

  & .swiper-scrollbar {
    bottom:0;
    background:#7d6229;
    border-radius:0;
  }
  & .swiper-scrollbar-drag {
    background:white;
    border-radius:0;
    cursor:grab;
  }

}

.intro-images {
  padding-top:0;
}

.hero {
  height: 50vh;
  display:flex;
  align-items:center;
  justify-content: center;
  position:relative;



  & .background {
    position: absolute;
    left: 5%;
    top: 0%;
    z-index: 0;
    width: 90%;
    height: 100%;
    border-radius: 25px;
    border: 1px solid #252525;
    overflow: hidden;

    &:before {
      content:' ';
      display:block;
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:rgba(0,0,0,0.4);
    }

    & video {
      height:100%;
      width:100%;
      object-fit:cover;
    }

  }

  & .text {
    max-width:600px;
    text-align:center;
    z-index:1;
    position:relative;
    opacity:0;
    transition:opacity 2.5s ease;

    & p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 20px;
      text-align: justify;
      text-align-last: center;
    }
  }
  & .text.active {
    opacity:1;
  }
  & h2 {
    font-family:"Kapra";
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:18px;
    margin-bottom:20px;
    font-weight:400;
  }
  & h1 {
    margin-bottom:20px;
    font-family: "Room-205";
    line-height:100%;
    font-size:10vw;
    text-transform:uppercase;
    letter-spacing:1vw;
  }
  @media screen and (min-width:1400px){
    & h1 {
      font-size:100px;
    }
  }
  & h1 span {
    color: #7d6229;
    font-size: 4vw;
    display: block;
    font-family: "Room-205";
    line-height: 100%;
  }
  & .do-scroll-down {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 50px;
  }
}



.testes {
  padding-top:90px;
  padding-bottom:90px;
  background:black;
  position:relative;
  z-index:2;
  --swiper-wrapper-transition-timing-function: linear;
  /* background:#360000; */
  & .swiper-slide {
    display: flex;
    align-items: flex-start;
    height: auto;
    align-items: center;
  }
  & .swiper-slide img {
    margin: 0 20px 0 40px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    height: 120px;
    width: auto;
  }
  & .swiper-slide p {
    max-width: 350px;
    margin-bottom: 0;
  }
}


.offerings {
  height:100vh;
  position:relative;
  justify-content:space-between;
  display:flex;
  max-width:1600px;
  margin:0 auto;
  align-items:center;

  & .text {
    max-width:600px;
    padding-left:4vw;

    & ul {
      list-style:disc;
      padding-left: 16px;
      margin-bottom:24px
    }
    & li {
      margin-bottom:8px;
      line-height:140%;
    }
  }
  

  & .offering-slider {
      width: 50%;
      max-height: 60vh;
      padding-right: 4vw;
      display: flex;
      justify-content: center;
      

    & .swiper {
      aspect-ratio: 5 / 7;
      max-height: 50vh;
      width: 50%;
      padding-bottom:45px;
    }

    & .swiper-button-next:after, & .swiper-button-prev:after {
      color:white;
      font-size:18px;
    }
    & .swiper-button-next, & .swiper-button-prev {
      bottom:0;
      top:auto;
    }
    & .flip-cycle {
      cursor: pointer;
      height: 25px;
      width: 23px;
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      bottom: 0;
      padding: 12px;
      box-sizing: content-box;
    }

    &.flipped .flipper {
      transform: rotateY(180deg);
    }

    & .swiper-3d .swiper-slide-shadow {
      display:none;
    }

    & .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio:5/7;
      position:relative;

      


      & .flipper {
        transform-style: preserve-3d;
        position: relative;
        aspect-ratio: 5 / 7;
        perspective: 1000px;
        height: 100%;
        transition: transform 0.4s;
        width: auto;
        box-shadow: 0px 0px 20px black;
        border-radius: 9%;
      }
      & img {
        border: 1px solid #414141;
        border-left: none;
        border-radius: 26px;
        aspect-ratio:5/7;
        border-bottom: none;
        height: calc(100% - 1px);
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:auto;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
      }
      & img.front {
        transform: rotateY(180deg);
      }
    }
  }
}


.faq {
  min-height:100vh;
  color:var(--color-creme);
  position:relative;
  padding-top:120px;
  padding-bottom:120px;
  z-index:2;

  & .container {
    max-width:600px;
    margin: 0 auto;
  }

  & h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
  }
}

.crafted {
  height:100vh;
  position:relative;
  justify-content: space-between;
  max-width:1600px;
  margin:0 auto;

  display:flex;
  align-items:center;


  & .show-clicker.shaking {
    animation: growShake 600ms ease-out 0s 1 both;
  }

  & .text {
    max-width:600px;
    padding-left:4vw;
    padding-right:60px;
  }

  & .cookie-clicker {
    width:50%;
    padding-right:4vw;
    padding-top:120px;
    padding-bottom:120px;
    max-width:500px;
    /* filter:blur(20px);
    
    background:black;
    user-select:none; */
  }
  & .jeremy-bar {
    pointer-events:none;
  }
  & .cookie-clicker.visible {
    filter:none;
    background:transparent;

    & .jeremy-bar {
      pointer-events:all;
    }
  }
  & .cookie-clicker .text-center {
    text-align:center;
  }
  & .total-props {
    font-size: 100px;
    display: block;
    margin-bottom: 17px;
    font-family: 'Kapra';
    line-height:60%;
  }
}

.cards {
  height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  justify-content: center;

  & .text {
    text-align:center;
    max-width:600px;
    background: radial-gradient(closest-side, rgba(0, 0, 0, 0.9), transparent);
    position: relative;
    & sup {
      font-size:12px;
      position:relative;
      top:-20px;
    }
  }
  & .a-feature  hr {
    margin-left:auto;
    margin-right:auto;
  }
}

.progress {
  width: 100%;
  height: 20px;
  background: transparent;
  margin-bottom: 12px;
  border: 1px solid #ffffff;
  position:relative;
  & .inner {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 3%;
    height: 100%;
    transition:width 0.5s ease;
    background:linear-gradient(to right, #845200, #ffb100);
    overflow:hidden;
  }


  & .inner::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.8) 100%
    );
    animation: shimmer 4s ease-out infinite;
    content: "";
  }
}

@keyframes shimmer {
  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}
@keyframes growShake {
  0%   { transform: scale(1) translateX(0); }
  20%  { transform: scale(1.06) translateX(-4px); }
  35%  { transform: scale(1.08) translateX(4px); }
  50%  { transform: scale(1.1) translateX(-6px); }
  65%  { transform: scale(1.1) translateX(6px); }
  80%  { transform: scale(1.1) translateX(-4px); }
  100% { transform: scale(1.1) translateX(0); }
}



.a-feature {
  & hr {
    height:2px;
    width:60px;
    background:var(--color-creme);
    border:none;
    margin:0;
    margin-bottom:30px;
  }  
  & h3 {
    font-family:"Kapra";
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:16px;
    font-weight:400;
    margin-bottom:16px;
  }
  & h2 {
    font-size:40px;
    font-weight:400;
    margin-bottom:30px;
  }
}



/* Retro beveled button with click-in press */
.btn-retro {
  --bg-top: #fcfcfc;
  --bg-bottom: #e5e5e5;
  --border-light: #ffffff;
  --border-dark: #6b6b6b;
  --shadow: rgba(0, 0, 0, 0.35);
  --shadow-strong: rgba(0, 0, 0, 0.5);
  --text: #2b2b2b;
  --accent: #2b78e4; /* hover tint */
  width:100%;
  appearance: none;
  border: 0;
  box-sizing: border-box;
  font: 600 14px/1 ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
  color: var(--text);
  background: linear-gradient(var(--bg-top), var(--bg-bottom));
  padding: 12px 18px;
  border-top: 2px solid var(--border-light);
  border-left: 2px solid var(--border-light);
  border-right: 2px solid var(--border-dark);
  border-bottom: 2px solid var(--border-dark);
  box-shadow:
    0 4px 0 0 #3a3a3a,         /* base lift */
    0 6px 10px var(--shadow);  /* soft drop */
  border-radius: 2px;          /* keep it boxy */
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition:
    transform 120ms ease,
    box-shadow 120ms ease,
    filter 120ms ease,
    background 120ms ease,
    border-color 120ms ease;
}

/* Subtle shine line */
.btn-retro::after {
  content: "";
  position: absolute;
  inset: 2px 2px auto 2px;
  height: 2px;
  background: linear-gradient(90deg, #ffffffaa, #ffffff00);
  pointer-events: none;
}

/* Hover, a tiny tint and lift */
.btn-retro:hover {
  filter: saturate(1.05);
  background: linear-gradient(#ffffff, #ececec);
  box-shadow:
    0 5px 0 0 #2f2f2f,
    0 8px 14px var(--shadow-strong);
  color: var(--accent);
}

/* Focus ring for accessibility */
.btn-retro:focus-visible {
  outline: 2px dotted #000;
  outline-offset: 2px;
}

/* Pressed state: flips the bevel, sinks the button */
.btn-retro:active,
.btn-retro[aria-pressed="true"] {
  transform: translateY(4px);
  box-shadow:
    0 1px 0 0 #2f2f2f,
    0 2px 6px var(--shadow);
  border-top: 2px solid var(--border-dark);
  border-left: 2px solid var(--border-dark);
  border-right: 2px solid var(--border-light);
  border-bottom: 2px solid var(--border-light);
  background: linear-gradient(#e7e7e7, #d6d6d6);
  color: #1b1b1b;
}

/* Disabled look */
.btn-retro:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(0.2);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .btn-retro {
    transition: none;
  }
}


footer {
  background:transparent;
}
#shopify-section-footer {
  background:rgba(0,0,0,0.8);
}

.tiers-previous {
  margin-top:20px;
}
.tiers-previous .completed {
  margin-bottom:8px;
}
.tiers-previous .completed:before {
  content:'✔';
  display:inline-block;
  margin-right:8px;
  color:#ffb100;
}


@media screen and (max-width:800px){


  .static-brew-videos__inner {
    flex-direction:column;
  }
  .static-brew-video__text {
    text-align: center !important;
  }

  .hero {
    
    height:65dvh;

    & .text {
      padding:0 40px;
      margin-top:-100px;
    }

    & h1 {
      font-size:70px;
      margin-bottom:0;
    }
    & h1 span {
      font-size:40px;
    }
  }

  .a-feature {
    padding-top:60px;
  }

  .offerings {
    display:block;
    height:auto;

    & .text {
      padding-left:20px;
      padding-right:20px;
    }
    & .offering-slider {
      width:100%;
      margin-top:60px;
      overflow:hidden;
      & .swiper {
        width:70%;
      }
    }
  }
  .cards {
    height:auto;
    margin-top:120px;
    & .text {
      padding-left:20px;
      padding-right:20px;
    }
  }
  .crafted {
    display:block;
    height:auto;
    & .cookie-clicker {
      width:100%;
      margin-top:60px;
      padding:0 20px;
    }

    & .text {
      padding-right:4vw;
    }

    
    
  }
  .outtro-images {
    padding-top:40px;
  }


  .intro-images, .outtro-images {
    & .swiper-scrollbar {
        margin:0 20px;
        width:calc(100% - 40px);
    }

    & .swiper-slide img {
      aspect-ratio: 1/1;
      object-fit: cover;
    }
  }


  
  
}