@font-face {
  font-family: "Metropolis";
  src: local("Metropolis"), local("Metropolis Regular");
  font-display: swap;
}

:root {
  --yellow: #ffde00;
  --gold: #ffba00;
  --ink: #231f20;
  --cream: #fbf8ef;
  --paper: #fffdf7;
  --line: rgba(35, 31, 32, 0.15);
  --green: #80985c;
  --pink: #d74967;
  --brown: #33231e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Metropolis", "Avenir Next", Avenir, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 50;
  transform: translateY(-180%);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus { transform: translateY(0); }

.shots-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 102px;
  padding: 14px clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,.38);
  background: rgba(251,248,239,.58);
  backdrop-filter: blur(20px) saturate(1.15);
}
.shots-brand { width: 82px; display: block; }
.shots-brand img { display: block; width: 100%; height: auto; }
.shots-header nav { display: flex; gap: clamp(22px, 3vw, 46px); }
.shots-header nav a {
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.shots-header > .pill { justify-self: end; }

.pill {
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid rgba(35,31,32,.16);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(35,31,32,.11), inset 0 1px rgba(255,255,255,.72);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pill:hover, .pill:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(35,31,32,.16); }
.pill--dark { background: rgba(35,31,32,.92); color: #fff; border-color: transparent; }
.pill--yellow { background: linear-gradient(135deg, var(--yellow), var(--gold)); border-color: rgba(255,186,0,.9); }
.pill--light { background: rgba(255,255,255,.82); border-color: rgba(35,31,32,.12); }
.text-link { font-weight: 850; text-underline-offset: 6px; }

.shots-hero {
  min-height: 100svh;
  padding: 140px clamp(24px, 5vw, 88px) 64px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(560px, 1.15fr);
  align-items: center;
  gap: clamp(24px, 5vw, 84px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 84%, rgba(255,222,0,.31), transparent 28%),
    linear-gradient(118deg, #fffdf7 0 45%, #f0eadb 45% 100%);
}
.shots-hero__copy { position: relative; z-index: 3; max-width: 690px; }
.kicker {
  margin: 0 0 22px;
  font-size: clamp(.72rem, 1vw, .9rem);
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.kicker span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--yellow);
  letter-spacing: .08em;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 26px;
  max-width: 740px;
  font-size: clamp(3.65rem, 6vw, 7rem);
  line-height: .88;
  letter-spacing: -.075em;
}
.shots-hero__lead {
  max-width: 550px;
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.5;
}
.shots-hero__actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.concept-note { margin: 30px 0 0; max-width: 520px; color: rgba(35,31,32,.65); font-size: .82rem; line-height: 1.55; }

.product-stage {
  position: relative;
  min-height: min(760px, calc(100svh - 180px));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(4px, 1.4vw, 26px);
  perspective: 1200px;
}
.product-stage::before {
  content: "";
  position: absolute;
  inset: 8% 0 5%;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 50% 50% 8% 8% / 48% 48% 8% 8%;
  background: rgba(255,255,255,.22);
  box-shadow: inset 0 1px rgba(255,255,255,.9), 0 50px 110px rgba(35,31,32,.13);
  backdrop-filter: blur(12px);
}
.stage-glow { position: absolute; border-radius: 50%; filter: blur(24px); opacity: .6; }
.stage-glow--one { width: 260px; height: 260px; background: rgba(255,222,0,.5); left: 8%; top: 26%; }
.stage-glow--two { width: 320px; height: 320px; background: rgba(215,73,103,.22); right: 4%; bottom: 2%; }
.product-stage__caption {
  position: absolute;
  z-index: 4;
  bottom: -36px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(35,31,32,.58);
}

.shot-bottle {
  --liquid-top: #5b3025;
  --liquid-bottom: #1a1010;
  position: relative;
  z-index: 2;
  width: clamp(150px, 15vw, 228px);
  filter: drop-shadow(0 34px 24px rgba(35,31,32,.26));
  transform-origin: 50% 100%;
  animation: bottle-in .9s cubic-bezier(.2,.75,.2,1) both, float 5s 1s ease-in-out infinite;
}
.shot-bottle--brew { transform: translateY(18px) rotate(-6deg); }
.shot-bottle--matcha { --liquid-top: #8ca866; --liquid-bottom: #51643b; z-index: 3; animation-delay: .12s, 1.3s; }
.shot-bottle--flower { --liquid-top: #d8647d; --liquid-bottom: #953348; transform: translateY(18px) rotate(6deg); animation-delay: .24s, 1.6s; }
.shot-bottle__cap {
  width: 58%;
  height: 36px;
  margin: 0 auto -3px;
  border-radius: 8px 8px 5px 5px;
  border: 1px solid rgba(35,31,32,.45);
  background: repeating-linear-gradient(90deg, #252122 0 4px, #514b4d 4px 6px);
  box-shadow: inset 0 3px 4px rgba(255,255,255,.2);
}
.shot-bottle__neck {
  width: 47%;
  height: 46px;
  margin: 0 auto -5px;
  border: 2px solid rgba(255,255,255,.5);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, rgba(255,255,255,.4), rgba(255,255,255,.07) 24%, rgba(255,255,255,.04) 75%, rgba(255,255,255,.42));
}
.shot-bottle__body {
  position: relative;
  height: clamp(360px, 48vw, 545px);
  overflow: hidden;
  border: 3px solid rgba(255,255,255,.57);
  border-radius: 26% 26% 18% 18% / 15% 15% 8% 8%;
  background:
    linear-gradient(90deg, rgba(255,255,255,.38), transparent 13% 78%, rgba(255,255,255,.29)),
    linear-gradient(180deg, var(--liquid-top), var(--liquid-bottom));
  box-shadow: inset 0 0 0 1px rgba(35,31,32,.2), inset 20px 0 30px rgba(255,255,255,.08), inset -22px 0 24px rgba(0,0,0,.2);
}
.shot-bottle__shine {
  position: absolute;
  z-index: 2;
  inset: 4% auto 4% 7%;
  width: 10%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.06));
  filter: blur(1px);
}
.shot-label {
  position: absolute;
  z-index: 3;
  inset: 24% 6% auto;
  min-height: 55%;
  padding: 14px 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border-radius: 5px;
  background: rgba(255,253,247,.93);
  box-shadow: 0 7px 20px rgba(35,31,32,.16);
}
.shot-label img { width: clamp(48px, 5vw, 76px); height: auto; }
.shot-label p {
  margin: 3px 0 5px;
  font-size: clamp(1.45rem, 2.5vw, 2.6rem);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.07em;
}
.shot-label span { font-size: clamp(.48rem, .75vw, .72rem); font-weight: 950; letter-spacing: .06em; }
.shot-label small { font-size: clamp(.42rem, .62vw, .58rem); font-weight: 800; color: rgba(35,31,32,.66); }

.available-line {
  padding: clamp(88px, 10vw, 150px) clamp(22px, 6vw, 96px);
  color: #fff;
  background:
    radial-gradient(circle at 8% 8%, rgba(255,222,0,.18), transparent 25%),
    radial-gradient(circle at 94% 92%, rgba(255,186,0,.12), transparent 28%),
    var(--ink);
}
.section-heading--available { max-width: 1040px; }
.section-heading--available > p:last-child { color: rgba(255,255,255,.66); }
.available-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 40px);
}
.available-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: clamp(28px, 3.5vw, 52px);
  color: var(--ink);
  background: rgba(255,253,247,.96);
  box-shadow: 0 28px 75px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.9);
}
.available-card__media {
  position: relative;
  aspect-ratio: 1.75 / 1;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f5eee1, #fffdf7);
}
.available-card--kombucha .available-card__media { background: linear-gradient(145deg, #f9ecd9, #fff3cf); }
.available-card__media::after {
  content: "";
  position: absolute;
  inset: auto 7% 8%;
  height: 22%;
  border-radius: 50%;
  background: rgba(35,31,32,.12);
  filter: blur(22px);
}
.available-card__media img {
  position: relative;
  z-index: 1;
  width: 94%;
  height: 94%;
  object-fit: contain;
  transition: transform .55s cubic-bezier(.2,.75,.2,1);
}
.available-card__copy { padding: clamp(24px, 3.2vw, 44px); }
.available-card__status {
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--yellow);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.available-card h3 {
  margin-bottom: 14px;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: .88;
  letter-spacing: -.07em;
}
.available-card__copy > p:not(.available-card__status) {
  max-width: 470px;
  min-height: 3.2em;
  margin-bottom: 28px;
  color: rgba(35,31,32,.68);
  line-height: 1.6;
}
.available-line__cta {
  margin-top: clamp(32px, 5vw, 62px);
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.available-line__cta .pill { color: var(--ink); background: var(--yellow); }
.available-line__cta p { margin: 0; color: rgba(255,255,255,.62); font-size: .78rem; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .available-card:hover .available-card__media img { transform: translateY(-5px) scale(1.025); }
}

.flavor-line { padding: clamp(90px, 10vw, 150px) clamp(22px, 6vw, 96px); background: var(--paper); }
.section-heading { max-width: 940px; margin-bottom: clamp(48px, 8vw, 100px); }
.section-heading h2, .shots-manifesto h2, .waitlist h2 {
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 7.5vw, 8.4rem);
  line-height: .88;
  letter-spacing: -.07em;
}
.section-heading > p:last-child { font-size: 1.15rem; color: rgba(35,31,32,.65); }
.available-line .section-heading > p:last-child { color: rgba(255,255,255,.66); }
.flavor {
  min-height: 280px;
  padding: 42px 0;
  display: grid;
  grid-template-columns: 90px minmax(250px,.9fr) minmax(280px,1.2fr) auto;
  align-items: center;
  gap: clamp(24px, 5vw, 84px);
  border-top: 1px solid var(--line);
}
.flavor:last-child { border-bottom: 1px solid var(--line); }
.flavor__number { font-weight: 900; color: rgba(35,31,32,.35); }
.flavor__type { margin-bottom: 8px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.flavor h3 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: .9; letter-spacing: -.06em; }
.flavor__description { margin: 0; max-width: 520px; line-height: 1.65; color: rgba(35,31,32,.7); }
.flavor__status {
  padding: 9px 14px;
  border: 1px solid rgba(35,31,32,.15);
  border-radius: 999px;
  background: rgba(255,222,0,.45);
  font-size: .7rem;
  font-weight: 900;
  white-space: nowrap;
}
.flavor__status--review { background: rgba(215,73,103,.12); color: #85273a; }

.shots-manifesto {
  padding: clamp(90px, 12vw, 180px) clamp(22px, 7vw, 110px);
  color: #fff;
  background: var(--ink);
}
.shots-manifesto h2 { max-width: 1100px; }
.shots-manifesto__points { margin-top: 80px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.shots-manifesto__points p { margin: 0; padding: 32px 28px 0 0; display: grid; gap: 10px; }
.shots-manifesto__points strong { font-size: 1.25rem; }
.shots-manifesto__points span { max-width: 290px; color: rgba(255,255,255,.65); line-height: 1.5; }

.waitlist {
  padding: clamp(88px, 11vw, 160px) clamp(22px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr);
  gap: clamp(50px, 10vw, 160px);
  background: linear-gradient(135deg, var(--yellow), var(--gold));
}
.waitlist__copy > p:last-child { max-width: 520px; line-height: 1.55; }
.waitlist__form { display: grid; gap: 18px; align-self: center; }
.waitlist__form > label:not(.consent) { display: grid; gap: 8px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.waitlist input[type="text"], .waitlist input[type="tel"], .waitlist input[type="email"], .waitlist select {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(35,31,32,.25);
  border-radius: 15px;
  background: rgba(255,255,255,.8);
  outline: none;
}
.waitlist input[type="text"]:focus, .waitlist input[type="tel"]:focus, .waitlist input[type="email"]:focus, .waitlist select:focus { box-shadow: 0 0 0 4px rgba(35,31,32,.16); outline: none; }
.waitlist fieldset { padding: 18px; display: flex; flex-wrap: wrap; gap: 14px 20px; border: 1px solid rgba(35,31,32,.22); border-radius: 16px; }
.waitlist legend { padding: 0 8px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.waitlist fieldset label, .consent { min-height: 44px; padding: 8px 2px; display: flex; align-items: center; gap: 10px; font-size: .86rem; line-height: 1.4; }
.waitlist input[type="radio"], .waitlist input[type="checkbox"] { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--ink); }
.contact-instruction { margin: -8px 0 0; color: rgba(35,31,32,.65); font-size: .8rem; line-height: 1.45; }
.contact-instruction.is-error { color: #7f1d1d; font-weight: 850; }
.waitlist button { border: 0; cursor: pointer; justify-self: start; background: var(--ink); color: #fff; }
.form-trap { position: absolute; left: -10000px; }

.shots-footer {
  min-height: 180px;
  padding: 34px clamp(22px, 6vw, 96px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  background: var(--paper);
}
.shots-footer img { width: 78px; height: auto; }
.shots-footer p { margin: 0; color: rgba(35,31,32,.6); font-size: .82rem; }
.shots-footer div { display: flex; gap: 24px; }
.shots-footer a { font-weight: 850; text-underline-offset: 5px; }

@keyframes bottle-in {
  from { opacity: 0; translate: 0 55px; scale: .92; }
  to { opacity: 1; translate: 0 0; scale: 1; }
}
@keyframes float {
  0%,100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@media (max-width: 980px) {
  .shots-header { position: relative; min-height: 82px; grid-template-columns: 1fr auto; }
  .shots-header nav { display: none; }
  .shots-brand { width: 68px; }
  .shots-hero { min-height: auto; padding-top: 80px; grid-template-columns: 1fr; background: radial-gradient(circle at 80% 30%, rgba(255,222,0,.32), transparent 30%), var(--cream); }
  .shots-hero__copy { max-width: 780px; }
  .product-stage { min-height: 650px; }
  .shot-bottle { width: min(28vw, 210px); }
  .shot-bottle__body { height: min(54vw, 500px); }
  .available-grid { grid-template-columns: 1fr; }
  .available-card { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(300px, 1.1fr); align-items: center; }
  .available-card__media { aspect-ratio: 1.25 / 1; height: 100%; }
  .flavor { grid-template-columns: 50px 1fr; gap: 24px; }
  .flavor__description, .flavor__status { grid-column: 2; }
  .flavor__status { justify-self: start; }
  .waitlist { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shots-header { padding: 10px 16px; }
  .shots-header > .pill { min-height: 46px; padding: 0 18px; font-size: .78rem; }
  .shots-hero { padding: 68px 18px 54px; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .shots-hero__lead { font-size: 1rem; }
  .shots-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-stage { min-height: 440px; margin-inline: -24px; gap: 0; }
  .product-stage::before { inset-inline: 12px; }
  .shot-bottle { width: 31vw; max-width: 142px; }
  .shot-bottle__cap { height: 25px; }
  .shot-bottle__neck { height: 30px; }
  .shot-bottle__body { height: 330px; border-radius: 24% 24% 17% 17% / 13% 13% 7% 7%; }
  .shot-label { inset: 22% 5% auto; min-height: 58%; padding: 8px 4px; }
  .shot-label img { width: 42px; }
  .shot-label p { font-size: clamp(1.02rem, 5.5vw, 1.4rem); }
  .shot-label span { font-size: .52rem; line-height: 1.1; }
  .shot-label small { font-size: .46rem; line-height: 1.1; }
  .product-stage__caption { bottom: -22px; font-size: .55rem; }
  .available-line, .flavor-line, .shots-manifesto, .waitlist { padding-inline: 18px; }
  .available-card { display: block; }
  .available-card__media { aspect-ratio: 1.45 / 1; }
  .available-card__copy > p:not(.available-card__status) { min-height: 0; }
  .available-line__cta { align-items: flex-start; flex-direction: column; }
  .flavor { min-height: 0; padding: 34px 0; grid-template-columns: 30px 1fr; }
  .flavor h3 { font-size: 2.55rem; }
  .shots-manifesto__points { margin-top: 48px; grid-template-columns: 1fr; }
  .shots-manifesto__points p { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .waitlist { gap: 34px; }
  .waitlist__form { min-width: 0; }
  .waitlist fieldset { display: grid; }
  .shots-footer { grid-template-columns: 1fr; gap: 18px; }
  .shots-footer div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
