/** Shopify CDN: Minification failed

Line 90:0 Unexpected "}"
Line 722:3 Expected "}" to go with "{"

**/


  .metric {
    min-height: 220px;
    display: grid;
    align-content: end;
    gap: 13px;
    padding: 30px;
  }

  .precision {
    grid-template-columns: 1fr;
  }

  .precision-media {
    min-height: 650px;
  }

  .precision-copy {
    max-width: none;
  }

  .step-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    min-height: 330px;
    align-items: center;
    gap: 24px;
    padding: 12px 30px 12px 12px;
  }

  .step-card img {
    height: 100%;
    aspect-ratio: auto;
  }

  .step-card h3,
  .step-card p {
    grid-column: 2;
    margin-left: 0;
  }

  .step-card h3 {
    align-self: end;
    margin-bottom: -100px;
  }

  .step-card p {
    align-self: start;
    margin-top: 115px;
  }

  .story-wide {
    grid-template-columns: 1fr;
  }

  .story-wide img {
    height: 540px;
  }

  .takeaway,
  .specs,
  .faq {
    grid-template-columns: 1fr;
  }

  .takeaway-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .takeaway-media {
    min-height: 620px;
  }

  .specs,
  .faq {
    gap: 60px;
  }
}@media (max-width: 640px){
  .announcement {
    min-height: 34px;
    gap: 7px;
    padding: 7px 9px;
    font-size: 9px;
    letter-spacing: 0.01em;
  }

  .announcement span {
    width: 2px;
    height: 2px;
  }

  .site-header {
    padding: 0 18px;
  }

  .logo-link img {
    width: 91px;
  }

  .hero {
    padding: 54px 18px 82px;
  }

  .hero h1 {
    font-size: 58px;
    line-height: 0.9;
  }

  .hero-body {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-product {
    min-height: 420px;
  }

  .hero-product::before {
    inset: 8% 0;
    border-radius: 28px;
  }

  .hero-product img {
    width: 94%;
    border-radius: 24px;
  }

  .orbit-one { width: 115%; }
  .orbit-two { width: 86%; }

  .floating-chip {
    padding: 9px 11px;
    font-size: 10px;
  }

  .chip-top { top: 9%; right: -2%; }
  .chip-bottom { bottom: 10%; left: -2%; }

  .hero-marquee {
    justify-content: flex-start;
    padding: 0 18px;
    overflow: hidden;
    white-space: nowrap;
  }

  .purchase,
  .benefits,
  .steps,
  .story-grid,
  .specs,
  .faq {
    padding-right: 18px;
    padding-left: 18px;
  }

  .purchase {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .gallery-main {
    min-height: calc(100vw - 36px);
    border-radius: 24px;
  }

  .gallery-arrow {
    width: 42px;
    height: 42px;
  }

  .thumb {
    min-width: 78px;
    width: 78px;
    border-radius: 15px;
  }

  .purchase-copy h2 {
    font-size: 52px;
  }

  .price-line strong {
    font-size: 35px;
  }

  .variant-row {
    grid-template-columns: 1fr;
  }

  .buy-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quantity {
    width: 100%;
    min-height: 48px;
  }

  .benefits,
  .steps,
  .specs,
  .faq {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-title {
    font-size: 49px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .benefit-card {
    min-height: 330px;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: 190px;
    display: flex;
    border-right: 0;
    border-bottom: 1px solid rgba(9, 60, 50, 0.12);
  }

  .metric strong {
    font-size: 72px;
  }

  .precision-media {
    min-height: 520px;
  }

  .dial-graphic {
    width: 175px;
    height: 175px;
  }

  .precision-copy {
    padding: 72px 18px 82px;
  }

  .precision-copy h2 {
    font-size: 57px;
  }

  .brew-labels {
    margin-right: 43px;
    margin-left: 43px;
    font-size: 8px;
  }

  .step-grid {
    margin-top: 42px;
  }

  .step-card {
    display: block;
    min-height: auto;
    padding: 10px 10px 29px;
  }

  .step-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.05;
  }

  .step-card h3,
  .step-card p {
    margin-left: 17px;
    grid-column: auto;
  }

  .step-card h3 {
    margin-top: 23px;
    margin-bottom: 0;
  }

  .step-card p {
    margin-top: 10px;
  }

  .story-grid {
    grid-template-columns: 1fr;
    padding-bottom: 82px;
  }

  .story,
  .story-wide {
    grid-column: auto;
    min-height: 560px;
    display: block;
  }

  .story img,
  .story-wide img {
    height: 350px;
  }

  .story-wide > div {
    padding: 29px;
  }

  .story h2 {
    font-size: 45px;
  }

  .takeaway {
    grid-template-columns: 1fr;
  }

  .takeaway-copy {
    padding: 82px 18px;
  }

  .takeaway-copy h2 {
    font-size: 58px;
  }

  .takeaway-media {
    min-height: 480px;
  }

  .specs,
  .faq {
    gap: 44px;
  }

  .spec-table > div {
    min-height: 64px;
  }

  .faq h2 {
    font-size: 55px;
  }

  footer {
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 28px 18px 105px;
  }

  footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .sticky-buy {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 68px;
    border-radius: 20px;
  }

  .sticky-buy img {
    display: none;
  }

  .sticky-buy .button {
    min-height: 45px;
    padding: 0 18px;
  }

  .cart-drawer {
    padding: 22px 19px;
  }
}@media (prefers-reduced-motion: reduce){
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}.fino-page /* Media-led Fino revision */
.video-hero{
  position: relative;
  min-height: calc(100svh - 104px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--sunshine);
  background: var(--moss);
}.fino-page .video-hero-media{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.fino-page .video-hero-shade{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 60, 50, 0.12) 0%, rgba(9, 60, 50, 0.1) 45%, rgba(9, 60, 50, 0.78) 100%),
    linear-gradient(90deg, rgba(9, 60, 50, 0.22), transparent 58%);
}.fino-page .video-hero-center{
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(242, 241, 229, 0.86);
}.fino-page .video-play-mark{
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  padding-left: 4px;
  border-radius: 50%;
  color: var(--moss);
  background: rgba(242, 241, 229, 0.92);
  box-shadow: 0 18px 54px rgba(9, 60, 50, 0.24);
}.fino-page .video-hero-center small{
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}.fino-page .video-hero-caption{
  position: absolute;
  z-index: 2;
  right: 6vw;
  bottom: 7vh;
  left: 6vw;
  display: grid;
  justify-items: center;
  text-align: center;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.32);
}.fino-page .video-hero-caption .fino-video-hero__heading{
  margin: 10px 0 0;
  font-size: clamp(52px, 6.5vw, 104px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.9;
}.fino-page .video-hero-caption > p:not(.eyebrow){
  margin: 13px 0 22px;
  color: rgba(242, 241, 229, 0.82);
  font-size: 17px;
  font-weight: 700;
}.fino-page .ugc-section{
  padding: 104px 0 112px;
  background: var(--sunshine);
}.fino-page .ugc-heading{
  padding: 0 6vw 42px;
}.fino-page .ugc-heading h2{
  margin: 12px 0 0;
  font-size: clamp(44px, 4.8vw, 76px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.94;
}.fino-page .ugc-rail{
  display: grid;
  grid-auto-columns: clamp(220px, 20vw, 290px);
  grid-auto-flow: column;
  gap: 12px;
  padding: 0 6vw 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--moss) transparent;
}.fino-page .ugc-card{
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--moss);
  scroll-snap-align: start;
  box-shadow: 0 20px 60px rgba(9, 60, 50, 0.12);
}.fino-page .ugc-card video{
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
  background: #102d27;
}.fino-page .ugc-card figcaption{
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 14px;
  color: white;
  background: rgba(9, 60, 50, 0.78);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 900;
  pointer-events: none;
}.fino-page .feature-showcase{
  padding: 104px 5vw 112px;
  overflow: hidden;
  color: var(--sunshine);
  background:
    radial-gradient(circle at 50% 50%, rgba(232, 83, 59, 0.13), transparent 32%),
    #1b0d04;
}.fino-page .feature-showcase-heading{
  text-align: center;
}.fino-page .feature-showcase-heading h2{
  margin: 10px 0 0;
  font-size: clamp(42px, 4.3vw, 70px);
  font-weight: 900;
  letter-spacing: -0.055em;
}.fino-page .feature-showcase-grid{
  max-width: 1280px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.2fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: 3vw;
  margin: 70px auto 0;
}.fino-page .feature-list{
  display: grid;
  gap: 42px;
}.fino-page .feature-point{
  display: flex;
  align-items: center;
  gap: 17px;
}.fino-page .feature-point > span{
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--earth);
  background: var(--sunshine);
}.fino-page .feature-point h3{
  margin: 0;
  font-size: 17px;
  line-height: 1.15;
}.fino-page .feature-point p{
  margin: 8px 0 0;
  color: rgba(242, 241, 229, 0.66);
  font-size: 13px;
  line-height: 1.48;
}.fino-page .feature-point-right{
  text-align: right;
}.fino-page .feature-product-hero{
  position: relative;
  display: grid;
  place-items: center;
}.fino-page .feature-product-hero::before{
  position: absolute;
  width: 92%;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: rgba(242, 241, 229, 0.08);
  box-shadow: 0 0 0 1px rgba(242, 241, 229, 0.12);
}.fino-page .feature-product-hero img{
  position: relative;
  width: 100%;
  max-height: 570px;
  border-radius: 46% 54% 42% 58%;
  object-fit: cover;
  mix-blend-mode: screen;
}.fino-page .video-divider{
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  color: var(--sunshine);
  background: var(--moss);
}.fino-page .video-divider video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.fino-page .video-divider-shade{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 60, 50, 0.7), rgba(9, 60, 50, 0.08) 62%, rgba(9, 60, 50, 0.3));
}.fino-page .video-divider-caption{
  position: absolute;
  z-index: 2;
  left: 6vw;
  bottom: 8vh;
  max-width: 660px;
}.fino-page .video-divider-caption h2{
  margin: 12px 0 0;
  font-size: clamp(58px, 6.3vw, 102px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.28);
}.fino-page .steps.steps-gif{
  padding: 84px 6vw 104px;
  background: var(--sunshine);
}.fino-page .steps-gif .steps-heading{
  max-width: none;
  text-align: center;
}.fino-page .steps-gif .steps-heading h2{
  margin: 10px 0 0;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 900;
  letter-spacing: -0.055em;
}.fino-page .gif-step-grid{
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vw;
  margin: 42px auto 0;
}.fino-page .gif-step{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}.fino-page .gif-step-number{
  position: absolute;
  top: 0;
  left: 0;
  min-width: 48px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--sunshine);
  background: var(--moss);
  font-size: 11px;
  font-weight: 900;
}.fino-page .gif-step img{
  width: 100%;
  height: 180px;
  object-fit: contain;
}.fino-page .gif-step h3{
  margin: 22px 0 0;
  font-size: 25px;
  letter-spacing: -0.035em;
}.fino-page .gif-step p{
  max-width: 390px;
  margin: 13px 0 0;
  color: rgba(9, 60, 50, 0.67);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}@media (max-width: 980px){
  .feature-showcase-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-product-hero {
    grid-column: 1 / -1;
    grid-row: 1;
    max-width: 620px;
    margin: 0 auto 28px;
  }

  .feature-list-left { grid-column: 1; }
  .feature-list-right { grid-column: 2; }

  .video-hero,
  .video-divider {
    min-height: 70svh;
  }
}@media (max-width: 640px){
  .video-hero {
    min-height: calc(100svh - 96px);
  }

  .video-hero-caption {
    right: 18px;
    bottom: 42px;
    left: 18px;
  }

  .video-hero-caption .fino-video-hero__heading {
    font-size: 54px;
  }

  .video-hero-center {
    transform: translateY(-48px);
  }

  .video-play-mark {
    width: 62px;
    height: 62px;
  }

  .ugc-section {
    padding: 76px 0 82px;
  }

  .ugc-heading {
    padding: 0 18px 34px;
  }

  .ugc-heading h2 {
    font-size: 43px;
  }

  .ugc-rail {
    grid-auto-columns: 78vw;
    padding-right: 18px;
    padding-left: 18px;
  }