:root {
  --black: #090909;
  --black2: #121212;
  --green: #91d400;
  --green2: #b2ff00;
  --green-dark: #5c9000;
  --red: #ef1d1a;
  --red2: #ff514a;
  --cream: #f2e7d7;
  --cream2: #e7d4bc;
  --coffee: #4b2818;
  --coffee2: #9f6038;
  --caramel: #c68650;
  --white: #fffdf8;
  --ink: #17120f;
  --muted: #7d6b60;
  --line: rgba(23, 18, 15, .13);
  --dark-line: rgba(255, 255, 255, .12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden
}

body.lock {
  overflow: hidden
}

a {
  text-decoration: none;
  color: inherit
}

button {
  font: inherit
}

img {
  display: block;
  max-width: 100%
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E")
}

.cursor-light {
  position: fixed;
  left: 0;
  top: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145, 212, 0, .11), transparent 68%);
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%)
}

/* header */
.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 clamp(18px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: .35s
}

.site-header.scrolled {
  height: 64px;
  background: rgba(242, 231, 215, .87);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line)
}

.wordmark {
  font-family: "Playfair Display";
  font-size: 21px;
  font-weight: 700
}

.wordmark span {
  color: var(--green-dark);
  font-style: italic
}

.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 10px;
  font-weight: 700
}

.desktop-nav a {
  position: relative
}

.desktop-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--red));
  transition: .25s
}

.desktop-nav a:hover:after {
  right: 0
}

.header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--black);
  color: white;
  padding: 12px 17px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .13)
}

.header-cta i {
  color: var(--green2)
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 42px
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #111;
  margin: 6px auto
}

.mobile-menu {
  display: none
}

/* hero */
.hero {
  min-height: 100svh;
  max-width: 1520px;
  margin: auto;
  padding: 118px clamp(18px, 5vw, 78px) 70px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  position: relative;
  overflow: hidden
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(23, 18, 15, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 18, 15, .05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 82%, transparent)
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .17
}

.ambient-green {
  width: 430px;
  height: 430px;
  background: var(--green);
  right: 30%;
  bottom: 6%
}

.ambient-red {
  width: 310px;
  height: 310px;
  background: var(--red);
  right: 3%;
  top: 11%
}

.brand-seal {
  position: absolute;
  left: -95px;
  top: 140px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 1;
  opacity: .5
}

.seal-ring {
  position: absolute;
  inset: 0;
  border: 5px solid var(--green-dark);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3), 0 25px 60px rgba(52, 89, 0, .1)
}

.brand-seal img {
  width: 76%;
  height: 76%;
  object-fit: contain;
  opacity: .12;
  filter: grayscale(1) contrast(1.2)
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-left: 90px
}

.eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 8px;
  letter-spacing: .19em;
  font-weight: 800;
  color: #756359
}

.eyebrow i {
  color: var(--red)
}

.hero h1 {
  font-family: "Playfair Display";
  font-size: clamp(72px, 7.6vw, 126px);
  line-height: .82;
  letter-spacing: -.058em;
  margin-top: 28px
}

.hero h1 em {
  color: var(--green-dark);
  font-weight: 600
}

.hero-lead {
  max-width: 515px;
  margin: 34px 0 29px;
  font-size: 13px;
  line-height: 1.85;
  color: #715f53
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em
}

.btn-dark {
  background: var(--black);
  color: #fff;
  box-shadow: 0 15px 36px rgba(0, 0, 0, .16)
}

.btn-dark i {
  color: var(--green2)
}

.btn-green {
  background: var(--green);
  color: #111;
  box-shadow: 0 14px 32px rgba(105, 155, 0, .2)
}

.btn-green i {
  color: var(--red)
}

.under-link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 9px;
  font-weight: 800;
  border-bottom: 1px solid #9b7f6b;
  padding-bottom: 5px
}

.under-link i {
  color: var(--red)
}

.hero-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  max-width: 610px;
  margin-top: 48px
}

.hero-pills>div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 11px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .38);
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 12px 28px rgba(67, 40, 22, .06)
}

.hero-pills i {
  color: var(--green-dark);
  font-size: 15px
}

.hero-pills span {
  display: flex;
  flex-direction: column
}

.hero-pills strong {
  font-family: "Playfair Display";
  font-size: 12px
}

.hero-pills small {
  font-size: 5.5px;
  color: #89766a;
  margin-top: 2px
}

.hero-drink {
  min-height: 690px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1500px;
  z-index: 2
}

.drink-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(23, 18, 15, .12)
}

.orbit-a {
  width: 560px;
  height: 560px
}

.orbit-b {
  width: 430px;
  height: 430px;
  border-style: dashed;
  animation: spin 26s linear infinite
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.hero-drink-glow {
  position: absolute;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145, 212, 0, .34), rgba(145, 212, 0, .07) 45%, transparent 70%);
  filter: blur(12px)
}

.drink-panel {
  width: min(41vw, 545px);
  height: min(68vh, 630px);
  border-radius: 48px;
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .18));
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 42px 85px rgba(73, 42, 21, .18), inset 0 1px 0 #fff;
  backdrop-filter: blur(16px);
  transform-style: preserve-3d;
  transition: transform .18s
}

.drink-panel-kicker {
  position: absolute;
  left: 23px;
  top: 20px;
  font-size: 6px;
  letter-spacing: .18em;
  color: #8a7466;
  font-weight: 800
}

.hero-drink-image {
  width: 73%;
  height: 75%;
  object-fit: cover;
  border-radius: 44% 44% 38% 38% / 27% 27% 38% 38%;
  filter: drop-shadow(0 35px 26px rgba(0, 0, 0, .34));
  position: relative;
  z-index: 2;
  animation: floatDrink 5.5s ease-in-out infinite
}

@keyframes floatDrink {
  50% {
    transform: translateY(-14px) rotate(1deg) scale(1.02)
  }
}

.hero-drink-shadow {
  position: absolute;
  bottom: 72px;
  width: 53%;
  height: 24px;
  border-radius: 50%;
  background: rgba(31, 15, 7, .35);
  filter: blur(16px)
}

.floating-card {
  position: absolute;
  z-index: 6;
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .85);
  box-shadow: 0 16px 38px rgba(64, 35, 17, .12);
  border-radius: 18px;
  padding: 11px 13px
}

.floating-card>i {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #111;
  display: grid;
  place-items: center;
  color: var(--green2)
}

.floating-card small {
  display: block;
  font-size: 6px;
  letter-spacing: .14em;
  color: var(--red)
}

.floating-card strong {
  font-family: "Playfair Display";
  font-size: 15px
}

.float-a {
  left: 0;
  top: 23%
}

.float-b {
  right: 0;
  bottom: 17%
}

.float-b>i {
  color: var(--red)
}

.scroll-hint {
  position: absolute;
  right: 24px;
  bottom: 22px;
  font-size: 6px;
  letter-spacing: .18em;
  color: #857267;
  display: flex;
  gap: 10px;
  align-items: center
}

.scroll-hint span {
  width: 52px;
  height: 1px;
  background: #a68c79;
  position: relative;
  overflow: hidden
}

.scroll-hint span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: var(--green);
  animation: beam 1.6s infinite
}

@keyframes beam {
  50% {
    left: 37px
  }
}

/* marquee */
.marquee {
  background: var(--black);
  color: #fff;
  overflow: hidden;
  padding: 12px 0
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: marqueeMove 22s linear infinite
}

.marquee-track span {
  font-family: "Playfair Display";
  font-style: italic;
  font-size: 12px;
  color: #d1c7c0
}

.marquee-track i {
  font-size: 9px;
  color: var(--green);
  margin-right: 6px
}

.marquee-track b {
  font-size: 6px;
  color: var(--red)
}

@keyframes marqueeMove {
  to {
    transform: translateX(-50%)
  }
}

/* section headings */
.section-label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 7px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #89796f
}

.section-label span {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--red))
}

.section-label.light {
  color: #aaa
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr .55fr;
  gap: 50px;
  align-items: end
}

.section-heading h2,
.experience-title h2,
.location-head h2 {
  font-family: "Playfair Display";
  font-size: clamp(60px, 6.3vw, 100px);
  line-height: .86;
  letter-spacing: -.05em;
  margin-top: 23px
}

.section-heading h2 em,
.experience-title h2 em,
.location-head h2 em {
  color: var(--green-dark);
  font-weight: 600
}

.heading-copy {
  justify-self: end;
  display: flex;
  gap: 12px;
  max-width: 420px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgba(255, 255, 255, .65)
}

.heading-copy i {
  color: var(--red);
  font-size: 17px;
  margin-top: 2px
}

.heading-copy p {
  font-size: 10px;
  line-height: 1.8;
  color: #77655a
}

/* featured */
.featured {
  background: var(--black);
  color: #fff;
  padding: 120px max(18px, calc((100vw - 1480px)/2 + 55px)) 115px;
  overflow: hidden
}

.featured .section-label {
  color: #8d827b
}

.featured .section-heading h2 em {
  color: var(--green2)
}

.featured .heading-copy {
  background: #151515;
  border-color: #2a2a2a
}

.featured .heading-copy p {
  color: #9d918a
}

.featured-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 50px 0 28px;
  scrollbar-width: none;
  perspective: 1500px;
  cursor: grab
}

.featured-track::-webkit-scrollbar {
  display: none
}

.product-card {
  flex: 0 0 clamp(330px, 30vw, 435px);
  height: 670px;
  scroll-snap-align: start;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .018));
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
  transform-style: preserve-3d;
  transition: .25s
}

.product-card:hover {
  border-color: rgba(178, 255, 0, .38);
  box-shadow: 0 38px 90px rgba(0, 0, 0, .38)
}

.product-index {
  position: absolute;
  left: 21px;
  top: 18px;
  z-index: 6;
  font-size: 7px;
  color: #706760;
  letter-spacing: .16em
}

.product-word {
  position: absolute;
  left: 50%;
  top: 24%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display";
  font-size: 80px;
  font-style: italic;
  color: white;
  opacity: .04;
  white-space: nowrap
}

.product-stage {
  height: 59%;
  display: grid;
  place-items: center;
  position: relative;
  transform: translateZ(48px)
}

.product-aura {
  position: absolute;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  filter: blur(45px);
  opacity: .3
}

.aura-green {
  background: var(--green)
}

.aura-caramel {
  background: var(--caramel)
}

.aura-red {
  background: var(--red)
}

.aura-cocoa {
  background: #7b4226
}

.aura-lime {
  background: #b7ed32
}

.product-ring {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .14);
  animation: ringPulse 3.5s ease-in-out infinite
}

@keyframes ringPulse {
  50% {
    transform: scale(1.08);
    opacity: .5
  }
}

.product-img {
  width: 74%;
  height: 82%;
  object-fit: cover;
  border-radius: 44% 44% 38% 38% / 27% 27% 38% 38%;
  filter: drop-shadow(0 36px 22px rgba(0, 0, 0, .58));
  position: relative;
  z-index: 4;
  transition: .42s
}

.product-card:hover .product-img {
  transform: translateY(-10px) scale(1.055) rotate(1deg)
}

.product-shadow {
  position: absolute;
  bottom: 35px;
  width: 56%;
  height: 23px;
  border-radius: 50%;
  background: #000;
  filter: blur(16px);
  opacity: .55
}

.product-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 6;
  transform: translateZ(54px)
}

.product-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

.product-meta span {
  font-size: 7px;
  letter-spacing: .13em;
  color: var(--green2)
}

.product-meta span i {
  color: var(--red);
  margin-right: 5px
}

.product-meta strong {
  font-family: "Playfair Display";
  font-size: 19px
}

.product-copy h3 {
  font-family: "Playfair Display";
  font-size: 36px;
  line-height: 1;
  margin-bottom: 11px
}

.product-copy p {
  font-size: 10px;
  line-height: 1.65;
  color: #9b918a;
  min-height: 48px
}

.tags {
  display: flex;
  gap: 6px;
  margin-top: 13px
}

.tags span {
  font-size: 7px;
  color: #8e857f;
  border: 1px solid #303030;
  background: #151515;
  padding: 6px 8px;
  border-radius: 999px
}

.featured-bottom {
  display: flex;
  align-items: center;
  gap: 18px
}

.featured-progress {
  height: 2px;
  flex: 1;
  background: #303030;
  border-radius: 99px;
  overflow: hidden
}

.featured-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--red));
  transition: .3s
}

/* experience */
.experience {
  max-width: 1500px;
  margin: auto;
  padding: 120px clamp(18px, 5vw, 78px)
}

.experience-title {
  text-align: center
}

.experience-title .section-label {
  justify-content: center
}

.experience-bento {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 16px;
  margin-top: 60px
}

.bento {
  min-height: 430px;
  border-radius: 34px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(68, 39, 21, .13);
  transition: .35s
}

.bento:hover {
  transform: translateY(-8px) rotate(-.5deg);
  box-shadow: 0 34px 75px rgba(68, 39, 21, .18)
}

.bento-green {
  background: linear-gradient(135deg, var(--green), #baff28)
}

.bento-black {
  background: linear-gradient(135deg, #080808, #1b1b1b);
  color: #fff
}

.bento-red {
  background: linear-gradient(135deg, var(--red), #ff514a);
  color: #fff
}

.bento-icon {
  position: absolute;
  right: 26px;
  top: 25px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .3);
  display: grid;
  place-items: center;
  font-size: 21px;
  backdrop-filter: blur(10px)
}

.bento-black .bento-icon {
  background: #232323;
  color: var(--green2)
}

.bento>span {
  font-size: 7px;
  letter-spacing: .15em;
  opacity: .65
}

.bento h3 {
  font-family: "Playfair Display";
  font-size: 42px;
  line-height: .98;
  max-width: 280px;
  margin-top: 180px
}

.bento p {
  font-size: 10px;
  line-height: 1.7;
  max-width: 310px;
  margin-top: 16px
}

.bento-black p {
  color: #aaa
}

.bento-red p {
  color: #ffe4df
}

.bento-graphic {
  position: absolute;
  right: -35px;
  bottom: -30px
}

.book-stack {
  width: 230px;
  height: 150px;
  transform: rotate(-10deg)
}

.book-stack i {
  position: absolute;
  left: 0;
  width: 210px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .22);
  border: 2px solid rgba(0, 0, 0, .1)
}

.book-stack i:nth-child(1) {
  bottom: 0
}

.book-stack i:nth-child(2) {
  bottom: 42px;
  left: 15px
}

.book-stack i:nth-child(3) {
  bottom: 84px;
  left: 4px
}

.chess-orbit {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 28px solid rgba(145, 212, 0, .1);
  display: grid;
  place-items: center
}

.chess-orbit i {
  font-size: 45px;
  color: var(--green2)
}

.talk-orb {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .12);
  filter: blur(6px)
}

/* quotes */
.quotes {
  min-height: 750px;
  background: #0d0d0d;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 90px 18px
}

.quote-big-word {
  position: absolute;
  font-family: "Playfair Display";
  font-size: min(24vw, 360px);
  font-style: italic;
  color: #fff;
  opacity: .025
}

.quote-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .2
}

.quote-glow.green {
  width: 420px;
  height: 420px;
  background: var(--green);
  left: -8%;
  bottom: -14%
}

.quote-glow.red {
  width: 320px;
  height: 320px;
  background: var(--red);
  right: -5%;
  top: -8%
}

.quotes-inner {
  width: min(1200px, 100%);
  position: relative;
  z-index: 3
}

.quotes-stage {
  min-height: 350px;
  position: relative;
  margin-top: 35px
}

.quote-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(20px) scale(.985);
  transition: .6s;
  pointer-events: none
}

.quote-slide.active {
  opacity: 1;
  transform: none;
  pointer-events: auto
}

.quote-slide blockquote {
  font-family: "Playfair Display";
  font-size: clamp(45px, 6vw, 88px);
  line-height: 1.06;
  letter-spacing: -.04em;
  max-width: 1050px
}

.quote-slide blockquote em {
  color: var(--green2)
}

.quote-slide:nth-child(even) blockquote em {
  color: var(--red2)
}

.quote-slide p {
  margin-top: 28px;
  font-size: 7px;
  letter-spacing: .17em;
  color: #756d68
}

.quote-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px
}

.quote-dots {
  display: flex;
  gap: 8px
}

.quote-dots button {
  width: 34px;
  height: 4px;
  border: 0;
  background: #333;
  border-radius: 999px;
  cursor: pointer
}

.quote-dots button.active {
  background: var(--green)
}

.quote-timer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 6px;
  letter-spacing: .14em;
  color: #777
}

.quote-timer>div {
  width: 110px;
  height: 3px;
  background: #333;
  border-radius: 999px;
  overflow: hidden
}

.quote-timer i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--red))
}

/* location */
.location {
  background: var(--cream);
  padding: 120px max(18px, calc((100vw - 1480px)/2 + 55px)) 95px;
  overflow: hidden
}

.location-head {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 50px;
  align-items: end
}

.address-panel {
  justify-self: end;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  padding: 19px;
  box-shadow: 0 16px 40px rgba(67, 39, 22, .08)
}

.address-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: var(--black);
  color: var(--green2);
  display: grid;
  place-items: center
}

.address-panel small {
  font-size: 7px;
  letter-spacing: .15em;
  color: var(--red);
  font-weight: 800
}

.address-panel address {
  font-family: "Playfair Display";
  font-style: normal;
  font-size: 16px;
  line-height: 1.55;
  color: #624e41;
  margin-top: 6px
}

.map-master {
  margin-top: 58px;
  background: #080808;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 45px 100px rgba(59, 34, 19, .27), 0 0 0 1px rgba(255, 255, 255, .04)
}

.map-topbar {
  height: 60px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #222;
  color: #777;
  font-size: 6px;
  letter-spacing: .16em
}

.map-topbar span {
  display: flex;
  align-items: center;
  gap: 8px
}

.map-topbar span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(145, 212, 0, .65);
  animation: live 1.8s infinite
}

@keyframes live {
  70% {
    box-shadow: 0 0 0 9px rgba(145, 212, 0, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(145, 212, 0, 0)
  }
}

.map-topbar strong {
  font-size: 6px
}

.map-stage {
  height: 690px;
  position: relative;
  overflow: hidden
}

.map-stage iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.72) sepia(.22) saturate(.72) contrast(1.08) brightness(.72);
  transform: scale(1.02)
}

.map-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, transparent 0 25%, rgba(0, 0, 0, .03) 40%, rgba(0, 0, 0, .48) 100%), linear-gradient(90deg, rgba(0, 0, 0, .4), transparent 25%, transparent 73%, rgba(0, 0, 0, .35))
}

.map-tech-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image: linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: radial-gradient(circle at center, #000, transparent 78%)
}

.brand-map-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  width: 110px;
  height: 120px;
  display: grid;
  place-items: center
}

.marker-white {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 3px solid var(--green);
  box-shadow: 0 22px 40px rgba(0, 0, 0, .38);
  position: relative;
  z-index: 3
}

.marker-white img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.marker-tip {
  position: absolute;
  bottom: 13px;
  width: 26px;
  height: 26px;
  background: #fff;
  transform: rotate(45deg);
  border-right: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  z-index: 2
}

.marker-wave {
  position: absolute;
  top: 13px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 1px solid rgba(178, 255, 0, .85);
  z-index: 1;
  animation: markerPulse 2.5s infinite
}

.wave-two {
  animation-delay: 1.2s
}

@keyframes markerPulse {
  0% {
    transform: scale(.6);
    opacity: 1
  }

  100% {
    transform: scale(2.5);
    opacity: 0
  }
}

.map-card {
  position: absolute;
  z-index: 7;
  display: flex;
  gap: 11px;
  align-items: center;
  background: rgba(11, 11, 11, .88);
  backdrop-filter: blur(17px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  padding: 14px 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .4)
}

.map-card-left {
  left: 24px;
  bottom: 24px;
  min-width: 280px
}

.map-card-right {
  right: 24px;
  top: 24px;
  min-width: 280px
}

.map-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: var(--green);
  color: #111;
  display: grid;
  place-items: center
}

.map-card-icon.red {
  background: var(--red);
  color: #fff
}

.map-card small {
  display: block;
  font-size: 6px;
  letter-spacing: .15em;
  color: var(--green)
}

.map-card-right small {
  color: var(--red)
}

.map-card strong {
  display: block;
  font-family: "Playfair Display";
  font-size: 18px;
  color: #fff
}

.map-card span {
  font-size: 7px;
  color: #8f8580
}

.maps-cta {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 9;
  background: #fff;
  color: #111;
  border-radius: 18px;
  padding: 14px 17px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .3)
}

.maps-cta i {
  color: var(--green-dark)
}

.maps-cta span {
  color: var(--red)
}

.map-perks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #222
}

.map-perks>div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-right: 1px solid #222
}

.map-perks>div:last-child {
  border-right: 0
}

.map-perks i {
  font-size: 17px;
  color: var(--green)
}

.map-perks>div:nth-child(3) i,
.map-perks>div:nth-child(4) i {
  color: var(--red)
}

.map-perks span {
  display: flex;
  flex-direction: column
}

.map-perks strong {
  font-family: "Playfair Display";
  font-size: 14px;
  color: #fff
}

.map-perks small {
  font-size: 6px;
  color: #777
}

/* footer */
.footer {
  background: #050505;
  color: #fff;
  padding: 70px max(18px, calc((100vw - 1480px)/2 + 55px)) 30px;
  border-top: 1px solid #1f1f1f
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 55px;
  align-items: end;
  padding-bottom: 55px;
  border-bottom: 1px solid #202020
}

.footer-kicker {
  font-size: 7px;
  letter-spacing: .17em;
  color: #73706e
}

.footer-copy h2 {
  font-family: "Playfair Display";
  font-size: clamp(52px, 5.5vw, 85px);
  line-height: .9;
  margin-top: 18px
}

.footer-copy h2 em {
  color: var(--green2);
  font-weight: 600
}

.footer-actions {
  display: grid;
  gap: 10px
}

.footer-action {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #242424;
  border-radius: 20px;
  padding: 13px;
  background: #0d0d0d;
  transition: .3s
}

.footer-action:hover {
  transform: translateX(5px);
  border-color: #3a3a3a
}

.footer-action>i:first-child {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #181818;
  display: grid;
  place-items: center;
  color: var(--green)
}

.footer-action:nth-child(2)>i:first-child {
  color: var(--red)
}

.footer-action span {
  display: flex;
  flex-direction: column
}

.footer-action strong {
  font-family: "Playfair Display";
  font-size: 15px
}

.footer-action small {
  font-size: 6px;
  color: #6f6b69;
  margin-top: 2px
}

.footer-action>i:last-child {
  color: #666
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  padding-top: 25px
}

.footer-wordmark {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 700
}

.footer-wordmark span {
  font-style: italic;
  color: var(--green2)
}

.footer-bottom p {
  text-align: center;
  font-size: 7px;
  letter-spacing: .12em;
  color: #696563
}

.to-top {
  width: 42px;
  height: 42px;
  border: 1px solid #262626;
  border-radius: 15px;
  display: grid;
  place-items: center
}

.to-top i {
  color: var(--green)
}

.compact-footer {
  padding-top: 28px
}

/* menu page */
.menu-page {
  background: #0a0a0a;
  color: #fff
}

.menu-page .site-header {
  color: #fff
}

.menu-page .site-header.scrolled {
  background: rgba(10, 10, 10, .88);
  border-color: #242424
}

.menu-page .wordmark span {
  color: var(--green2)
}

.menu-page .desktop-nav a:after {
  background: linear-gradient(90deg, var(--green2), var(--red))
}

.menu-page .menu-toggle span {
  background: #fff
}

.menu-hero {
  min-height: 78svh;
  padding: 150px clamp(18px, 5vw, 78px) 90px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  border-bottom: 1px solid #222
}

.menu-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .22
}

.menu-hero-glow.green {
  width: 520px;
  height: 520px;
  background: var(--green);
  left: -10%;
  bottom: -25%
}

.menu-hero-glow.red {
  width: 340px;
  height: 340px;
  background: var(--red);
  right: -5%;
  top: -8%
}

.menu-hero-word {
  position: absolute;
  right: -2%;
  bottom: -50px;
  font-family: "Playfair Display";
  font-style: italic;
  font-size: min(27vw, 390px);
  color: #fff;
  opacity: .026
}

.menu-hero-copy {
  position: relative;
  z-index: 2
}

.menu-hero h1 {
  font-family: "Playfair Display";
  font-size: clamp(72px, 8vw, 125px);
  line-height: .82;
  letter-spacing: -.055em;
  margin-top: 25px
}

.menu-hero h1 em {
  color: var(--green2);
  font-weight: 600
}

.menu-hero-copy>p {
  font-size: 12px;
  line-height: 1.8;
  color: #9f958e;
  max-width: 520px;
  margin-top: 30px
}

.menu-hero-badge {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid #2b2b2b;
  border-radius: 22px;
  background: #121212
}

.menu-hero-badge>i {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: var(--green);
  color: #111;
  display: grid;
  place-items: center
}

.menu-hero-badge small {
  display: block;
  font-size: 6px;
  letter-spacing: .16em;
  color: var(--red)
}

.menu-hero-badge strong {
  font-family: "Playfair Display";
  font-size: 16px
}

.full-menu {
  padding: 90px max(18px, calc((100vw - 1480px)/2 + 55px)) 110px
}

.menu-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px
}

.menu-filter-row {
  display: flex;
  gap: 7px;
  flex-wrap: wrap
}

.menu-count {
  font-size: 8px;
  color: #777
}

.menu-count strong {
  font-family: "Playfair Display";
  font-size: 20px;
  color: #fff;
  margin-right: 5px
}

.full-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.menu-product {
  border-radius: 30px;
  background: linear-gradient(155deg, #151515, #0e0e0e);
  border: 1px solid #252525;
  overflow: hidden;
  box-shadow: 0 25px 55px rgba(0, 0, 0, .28);
  transition: .35s
}

.menu-product:hover {
  transform: translateY(-7px);
  border-color: rgba(178, 255, 0, .32)
}

.menu-product.hidden {
  display: none
}

.menu-product-visual {
  height: 340px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden
}

.menu-aura {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  filter: blur(45px);
  opacity: .3
}

.menu-aura.green {
  background: var(--green)
}

.menu-aura.caramel {
  background: var(--caramel)
}

.menu-aura.red {
  background: var(--red)
}

.menu-aura.cocoa {
  background: #7b4226
}

.menu-aura.lime {
  background: #aeea2b
}

.menu-product-visual img {
  width: 66%;
  height: 76%;
  object-fit: cover;
  border-radius: 44% 44% 38% 38% / 27% 27% 38% 38%;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 28px 20px rgba(0, 0, 0, .55));
  transition: .4s
}

.menu-product:hover .menu-product-visual img {
  transform: translateY(-8px) scale(1.04)
}

.menu-chip {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4;
  font-size: 6px;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: #fff;
  color: #111;
  padding: 7px 9px;
  border-radius: 999px;
  font-weight: 800
}

.menu-chip i {
  color: var(--red);
  margin-right: 4px
}

.menu-product-copy {
  padding: 0 20px 21px
}

.mini-code {
  font-size: 6px;
  letter-spacing: .15em;
  color: var(--green2)
}

.menu-product-copy h3 {
  font-family: "Playfair Display";
  font-size: 31px;
  margin: 8px 0
}

.menu-product-copy p {
  font-size: 9px;
  line-height: 1.65;
  color: #948b85;
  min-height: 43px
}

.menu-product-copy>div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid #282828;
  margin-top: 14px;
  padding-top: 13px
}

.menu-product-copy strong {
  font-family: "Playfair Display";
  font-size: 20px
}

.menu-product-copy>div span {
  font-size: 7px;
  color: #6e6864
}

.menu-cta-section {
  padding: 0 max(18px, calc((100vw - 1480px)/2 + 55px)) 100px
}

.menu-cta-card {
  border-radius: 36px;
  padding: 55px;
  background: linear-gradient(135deg, var(--green), #b7ff2e);
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  overflow: hidden;
  position: relative
}

.menu-cta-card:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 35px solid rgba(255, 255, 255, .2);
  right: -80px;
  top: -110px
}

.menu-cta-card span {
  font-size: 7px;
  letter-spacing: .16em;
  font-weight: 800
}

.menu-cta-card h2 {
  font-family: "Playfair Display";
  font-size: clamp(45px, 5vw, 72px);
  line-height: .95;
  margin-top: 12px
}

.menu-cta-card h2 em {
  font-weight: 600
}

.menu-cta-card .btn-green {
  background: #111;
  color: #fff;
  position: relative;
  z-index: 2
}

.menu-cta-card .btn-green i {
  color: var(--green2)
}

/* reveals */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .85s, transform .85s cubic-bezier(.2, .7, .2, 1)
}

.reveal.visible {
  opacity: 1;
  transform: none
}

/* tablet */
@media(max-width:1000px) {

  .desktop-nav,
  .header-cta {
    display: none
  }

  .site-header {
    grid-template-columns: 1fr auto
  }

  .menu-toggle {
    display: block;
    justify-self: end
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 45;
    background: #090909;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 24px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
  }

  .mobile-menu.open {
    opacity: 1;
    visibility: visible
  }

  .mobile-label {
    position: absolute;
    top: 95px;
    font-size: 7px;
    letter-spacing: .18em;
    color: #666
  }

  .mobile-menu>a:not(.mobile-card-link) {
    font-family: "Playfair Display";
    font-size: clamp(46px, 12vw, 72px);
    border-bottom: 1px solid #292929;
    padding: 8px 0
  }

  .mobile-menu>a small {
    font-family: "DM Sans";
    font-size: 7px;
    color: var(--green);
    float: right;
    margin-top: 18px
  }

  .mobile-card-link {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
    align-items: center;
    background: #151515;
    border: 1px solid #2a2a2a;
    border-radius: 18px;
    padding: 12px
  }

  .mobile-card-link>i:first-child {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: var(--green);
    color: #111;
    display: grid;
    place-items: center
  }

  .mobile-card-link span {
    display: flex;
    flex-direction: column
  }

  .mobile-card-link strong {
    font-family: "Playfair Display";
    font-size: 16px
  }

  .mobile-card-link small {
    float: none !important;
    margin-top: 2px !important;
    color: #777 !important
  }

  .hero {
    grid-template-columns: 1fr
  }

  .hero-copy {
    padding-left: 0
  }

  .brand-seal {
    left: -120px;
    top: 110px
  }

  .hero-drink {
    min-height: 610px
  }

  .drink-panel {
    width: min(72vw, 545px)
  }

  .section-heading,
  .location-head {
    grid-template-columns: 1fr
  }

  .heading-copy,
  .address-panel {
    justify-self: start
  }

  .experience-bento {
    grid-template-columns: 1fr 1fr
  }

  .bento:first-child {
    grid-column: 1/-1
  }

  .full-menu-grid {
    grid-template-columns: 1fr 1fr
  }

  .menu-hero {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .menu-hero-badge {
    justify-self: start
  }
}

/* mobile */
@media(max-width:680px) {
  .cursor-light {
    display: none
  }

  .site-header {
    height: 62px;
    padding: 0 15px
  }

  .site-header.scrolled {
    height: 56px
  }

  .wordmark {
    font-size: 18px
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 92px 15px 40px
  }

  .brand-seal {
    width: 220px;
    height: 220px;
    left: -95px;
    top: 90px;
    opacity: .48
  }

  .hero-copy {
    padding-top: 75px
  }

  .hero h1 {
    font-size: clamp(59px, 17vw, 82px);
    margin-top: 20px
  }

  .hero-lead {
    font-size: 10.5px;
    margin: 25px 0
  }

  .hero-pills {
    margin-top: 32px
  }

  .hero-pills>div {
    padding: 10px 7px;
    gap: 5px;
    border-radius: 14px
  }

  .hero-pills i {
    font-size: 12px
  }

  .hero-pills strong {
    font-size: 10px
  }

  .hero-pills small {
    font-size: 5px
  }

  .hero-drink {
    min-height: 470px;
    margin-top: 25px
  }

  .drink-panel {
    width: 86vw;
    height: 420px;
    border-radius: 30px
  }

  .orbit-a {
    width: 390px;
    height: 390px
  }

  .orbit-b {
    width: 310px;
    height: 310px
  }

  .hero-drink-image {
    width: 72%;
    height: 73%
  }

  .floating-card {
    padding: 9px 10px;
    border-radius: 14px
  }

  .floating-card>i {
    width: 29px;
    height: 29px;
    border-radius: 10px;
    font-size: 11px
  }

  .floating-card strong {
    font-size: 12px
  }

  .float-a {
    left: 0;
    top: 13%
  }

  .float-b {
    right: 0;
    bottom: 8%
  }

  .scroll-hint {
    display: none
  }

  .marquee {
    padding: 10px 0
  }

  .featured {
    padding: 85px 0 90px
  }

  .section-heading {
    padding: 0 15px;
    gap: 20px
  }

  .section-heading h2,
  .experience-title h2,
  .location-head h2 {
    font-size: clamp(52px, 15vw, 70px)
  }

  .heading-copy {
    padding: 14px;
    border-radius: 18px
  }

  .heading-copy p {
    font-size: 9px
  }

  .featured-track {
    gap: 12px;
    padding: 35px 8vw 20px;
    scroll-padding-left: 8vw
  }

  .product-card {
    flex-basis: 84vw;
    height: min(68svh, 580px);
    min-height: 525px;
    border-radius: 28px;
    transform: none !important
  }

  .product-stage {
    height: 57%;
    transform: none
  }

  .product-img {
    width: 73%;
    height: 79%
  }

  .product-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
    transform: none
  }

  .product-copy h3 {
    font-size: 32px
  }

  .product-copy p {
    min-height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
  }

  .featured-bottom {
    padding: 0 8vw;
    flex-direction: column;
    align-items: stretch
  }

  .featured-progress {
    width: 100%
  }

  .experience {
    padding: 90px 15px
  }

  .experience-bento {
    grid-template-columns: 1fr;
    margin-top: 42px
  }

  .bento:first-child {
    grid-column: auto
  }

  .bento {
    min-height: 320px;
    border-radius: 27px
  }

  .bento h3 {
    margin-top: 130px;
    font-size: 36px
  }

  .quotes {
    min-height: 650px;
    padding: 80px 15px
  }

  .quotes-stage {
    min-height: 315px
  }

  .quote-slide blockquote {
    font-size: clamp(38px, 11vw, 54px)
  }

  .quote-controls {
    flex-direction: column;
    align-items: flex-start
  }

  .quote-timer {
    width: 100%
  }

  .quote-timer>div {
    flex: 1
  }

  .location {
    padding: 90px 15px 65px
  }

  .address-panel {
    border-radius: 20px
  }

  .map-master {
    border-radius: 28px;
    margin-top: 40px
  }

  .map-topbar {
    height: 50px;
    padding: 0 12px
  }

  .map-topbar strong {
    display: none
  }

  .map-stage {
    height: 590px
  }

  .brand-map-marker {
    width: 90px;
    height: 100px
  }

  .marker-white {
    width: 64px;
    height: 64px;
    border-radius: 20px
  }

  .marker-tip {
    bottom: 12px
  }

  .map-card-left {
    left: 12px;
    right: 12px;
    bottom: 72px;
    min-width: 0
  }

  .map-card-right {
    left: 12px;
    right: 12px;
    top: 12px;
    min-width: 0
  }

  .maps-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
    justify-content: center
  }

  .map-perks {
    grid-template-columns: 1fr 1fr
  }

  .map-perks>div {
    padding: 14px;
    border-bottom: 1px solid #222
  }

  .map-perks>div:nth-child(2) {
    border-right: 0
  }

  .footer {
    padding: 55px 15px 25px
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .footer-copy h2 {
    font-size: clamp(47px, 13vw, 62px)
  }

  .footer-bottom {
    grid-template-columns: 1fr auto
  }

  .footer-bottom p {
    display: none
  }

  .menu-hero {
    min-height: 70svh;
    padding: 125px 15px 70px
  }

  .menu-hero h1 {
    font-size: clamp(58px, 17vw, 80px)
  }

  .menu-hero-copy>p {
    font-size: 10px
  }

  .full-menu {
    padding: 70px 15px 85px
  }

  .menu-toolbar {
    align-items: flex-start;
    flex-direction: column
  }

  .menu-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 4px;
    scrollbar-width: none
  }

  .menu-filter-row .filter {
    flex: 0 0 auto
  }

  .full-menu-grid {
    grid-template-columns: 1fr
  }

  .menu-product {
    border-radius: 26px
  }

  .menu-product-visual {
    height: 310px
  }

  .menu-cta-section {
    padding: 0 15px 80px
  }

  .menu-cta-card {
    padding: 34px 25px;
    border-radius: 28px;
    flex-direction: column;
    align-items: flex-start
  }

  .menu-cta-card h2 {
    font-size: 46px
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *:before,
  *:after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important
  }
}