:root {
  /* Space Grotesk** Grotesk\*\* Groteskxx Groteskk Grotes labels: annotations instead of relying on the common mono-heavy technical voice. */
  --midnight: #18204A;
  --pink: #FF3E88;
  --umber: #3A342F;
  --cream: #F4E9D2;
  --acid: #DFFF3F;
  --mint: #72F2D4;
  --black: #07080D;
  --bebas: 'Bebas Neue', sans-serif;
  --fraunces: 'Fraunces', serif;
  --space: 'Space Grotesk', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 22% 12%, rgba(114, 242, 212, .18), transparent 28rem),
    radial-gradient(circle at 84% 8%, rgba(255, 62, 136, .16), transparent 24rem),
    linear-gradient(180deg, var(--black), #0d1020 48%, var(--midnight));
  font-family: var(--space);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: linear-gradient(rgba(244, 233, 210, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 233, 210, .035) 1px, transparent 1px);
  background-size: 42px 42px, 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  z-index: 5;
}

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

.ambient-field, .ambient-field span {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient-field { z-index: 0; overflow: hidden; }

.light { filter: blur(28px); opacity: .55; transform: translate3d(0,0,0); }
.light-one { background: radial-gradient(circle at 18% 26%, rgba(223, 255, 63, .22), transparent 13rem); }
.light-two { background: radial-gradient(circle at 60% 18%, rgba(255, 62, 136, .18), transparent 16rem); }
.light-three { background: radial-gradient(circle at 78% 70%, rgba(114, 242, 212, .16), transparent 18rem); }

.bar-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 16rem 1fr 8rem;
  gap: 1.2rem;
  align-items: center;
  padding: 1.15rem 1.4rem;
  background: linear-gradient(180deg, rgba(7, 8, 13, .84), rgba(7, 8, 13, .08));
}

.wordmark {
  font-family: var(--bebas);
  letter-spacing: .11em;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  color: var(--cream);
  text-shadow: 0 0 22px rgba(244, 233, 210, .2);
}

.station-tabs {
  justify-self: center;
  display: flex;
  gap: .45rem;
  padding: .35rem;
  border: 1px solid rgba(244, 233, 210, .16);
  border-radius: 999px;
  background: rgba(24, 32, 74, .36);
  backdrop-filter: blur(16px);
}

.station-tabs a {
  padding: .46rem .8rem;
  border-radius: 999px;
  color: rgba(244, 233, 210, .62);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}

.station-tabs a.is-current { color: var(--black); background: var(--acid); }

.counter-meter {
  height: .28rem;
  background: rgba(244, 233, 210, .18);
  border-radius: 99px;
  overflow: hidden;
}

.counter-meter span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--pink), var(--mint), var(--acid)); }

.bar-scroll { position: relative; z-index: 2; }
.counter-track { display: flex; width: 600vw; min-height: 100vh; transform: translateX(0); will-change: transform; }

.station {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  flex: 0 0 100vw;
  overflow: hidden;
  padding: clamp(5.8rem, 9vw, 8rem) clamp(1.2rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(22rem, 1fr) minmax(22rem, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.station::before {
  content: attr(data-station);
  position: absolute;
  right: 4vw;
  bottom: 11vh;
  font-family: var(--bebas);
  font-size: clamp(9rem, 22vw, 22rem);
  line-height: .72;
  color: rgba(244, 233, 210, .035);
  letter-spacing: .02em;
}

.counter-surface {
  position: absolute;
  left: -6vw;
  right: -6vw;
  bottom: 0;
  height: 29vh;
  background:
    linear-gradient(90deg, rgba(255, 62, 136, .12), rgba(114, 242, 212, .1), rgba(223, 255, 63, .08)),
    linear-gradient(180deg, rgba(244, 233, 210, .24), rgba(58, 52, 47, .72) 16%, rgba(7, 8, 13, .96));
  transform: skewY(-2deg);
  transform-origin: bottom left;
  border-top: 1px solid rgba(244, 233, 210, .22);
  box-shadow: 0 -3rem 7rem rgba(7, 8, 13, .6), inset 0 1rem 4rem rgba(244, 233, 210, .06);
}

.scene-copy { position: relative; max-width: 43rem; z-index: 4; }
.right-copy { grid-column: 2; }
.center-copy { grid-column: 1 / -1; justify-self: center; text-align: center; max-width: 56rem; margin-top: -14vh; }

.kicker {
  margin: 0 0 .9rem;
  font-family: var(--space);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .18em;
  color: var(--mint);
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  font-family: var(--bebas);
  font-weight: 400;
  letter-spacing: .055em;
  line-height: .86;
  text-transform: uppercase;
}

h1 { font-size: clamp(5.8rem, 16vw, 17rem); text-shadow: .045em .045em 0 var(--pink), 0 0 60px rgba(244, 233, 210, .18); }
h2 { font-size: clamp(4.2rem, 9.5vw, 11rem); max-width: 10ch; }

.serif-line {
  margin: 1.35rem 0 0;
  color: rgba(244, 233, 210, .82);
  font-family: var(--fraunces);
  font-size: clamp(1.15rem, 2.2vw, 2rem);
  line-height: 1.32;
  font-variation-settings: 'SOFT' 70, 'WONK' 1;
}

.inspect-button, .closing-label {
  display: inline-flex;
  margin-top: 2rem;
  border: 1px solid rgba(244, 233, 210, .34);
  color: var(--cream);
  background: rgba(255, 62, 136, .14);
  padding: .9rem 1.15rem;
  border-radius: 999px;
  font-family: var(--space);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255, 62, 136, .12), 0 1rem 3rem rgba(255, 62, 136, .16);
}

.opening-station { grid-template-columns: 1.12fr .88fr; background: radial-gradient(circle at 74% 38%, rgba(244, 233, 210, .14), transparent 19rem); }
.spotlight-cone { position: absolute; top: -8vh; right: 11vw; width: 43vw; height: 78vh; background: radial-gradient(ellipse at top, rgba(244, 233, 210, .26), rgba(244, 233, 210, .08) 34%, transparent 70%); clip-path: polygon(38% 0, 60% 0, 100% 100%, 0 100%); opacity: .7; }

.artifact { position: relative; z-index: 3; }
.prototype-glass { justify-self: center; width: min(32rem, 42vw); height: min(40rem, 68vh); transform-style: preserve-3d; transform: rotate(-4deg); transition: transform .2s ease-out; }
.glass-rim { position: absolute; left: 18%; top: 8%; width: 64%; height: 9%; border: 2px solid rgba(244, 233, 210, .62); border-radius: 50%; box-shadow: 0 0 28px rgba(114, 242, 212, .28); }
.glass-bowl { position: absolute; left: 24%; top: 11%; width: 52%; height: 48%; border: 2px solid rgba(244, 233, 210, .54); border-top: 0; border-radius: 0 0 46% 46%; background: linear-gradient(120deg, rgba(244, 233, 210, .16), rgba(114, 242, 212, .08) 45%, rgba(255, 62, 136, .13)); backdrop-filter: blur(10px); clip-path: polygon(0 0, 100% 0, 76% 100%, 24% 100%); }
.liquid { position: absolute; left: 28%; width: 44%; border-radius: 45%; filter: blur(.2px); }
.liquid-a { top: 32%; height: 9%; background: rgba(255, 62, 136, .62); transform: rotate(-7deg); }
.liquid-b { top: 41%; height: 13%; background: rgba(114, 242, 212, .55); transform: rotate(6deg); }
.glass-stem { position: absolute; left: 48%; top: 58%; width: 4%; height: 24%; background: linear-gradient(90deg, transparent, rgba(244, 233, 210, .55), transparent); }
.glass-stem::after { content: ""; position: absolute; left: -550%; bottom: -2rem; width: 1200%; height: 3rem; border: 2px solid rgba(244, 233, 210, .45); border-radius: 50%; }
.floating-tag { position: absolute; padding: .42rem .62rem; background: var(--cream); color: var(--black); font-family: var(--space); font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; box-shadow: .32rem .32rem 0 var(--pink); animation: floatTag 4.8s ease-in-out infinite; }
.tag-one { top: 17%; right: 4%; transform: rotate(9deg); }
.tag-two { top: 42%; left: 2%; animation-delay: -.9s; transform: rotate(-7deg); }
.tag-three { bottom: 23%; right: 12%; animation-delay: -1.7s; transform: rotate(4deg); }

.napkin-blueprint { width: min(40rem, 48vw); height: min(35rem, 62vh); background: linear-gradient(135deg, rgba(244, 233, 210, .96), rgba(244, 233, 210, .76)); color: var(--midnight); transform: rotate(-7deg); box-shadow: 0 2.5rem 5rem rgba(7,8,13,.45); justify-self: center; }
.napkin-blueprint::before { content: ""; position: absolute; inset: 2rem; background-image: linear-gradient(rgba(24,32,74,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(24,32,74,.16) 1px, transparent 1px); background-size: 32px 32px; }
.fold { position: absolute; background: rgba(58,52,47,.1); }
.fold-a { left: 49%; top: 0; width: 1px; height: 100%; }
.fold-b { left: 0; top: 48%; width: 100%; height: 1px; }
.wire { position: absolute; border: 3px solid var(--pink); border-radius: 999px; }
.wire-a { left: 17%; top: 19%; width: 38%; height: 22%; }
.wire-b { left: 38%; top: 37%; width: 42%; height: 26%; border-color: var(--midnight); }
.wire-c { left: 23%; top: 63%; width: 50%; height: 12%; border-color: var(--mint); }
.masking-tape { position: absolute; padding: .45rem .8rem; background: rgba(223,255,63,.75); color: var(--black); font-family: var(--space); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.tape-a { left: 11%; top: -1rem; transform: rotate(5deg); }
.tape-b { right: 5%; bottom: 16%; transform: rotate(-6deg); }

.process-notes { display: flex; flex-wrap: wrap; gap: .65rem; padding: 0; margin: 1.4rem 0 0; list-style: none; }
.process-notes li, .revision-stamps span { border: 1px solid rgba(114,242,212,.45); color: var(--mint); padding: .46rem .64rem; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; background: rgba(7,8,13,.28); }

.sample-tray { position: relative; justify-self: center; width: min(42rem, 50vw); height: min(32rem, 56vh); border-radius: 2.4rem; background: linear-gradient(135deg, rgba(244,233,210,.18), rgba(58,52,47,.88)); border: 1px solid rgba(244,233,210,.25); box-shadow: inset 1rem 1rem 4rem rgba(244,233,210,.05), 0 3rem 6rem rgba(7,8,13,.5); }
.tray-chip { position: absolute; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: var(--cream); opacity: .36; }
.chip-one { left: 8%; top: 15%; } .chip-two { right: 12%; top: 19%; } .chip-three { left: 18%; bottom: 13%; }
.maquette { position: absolute; bottom: 22%; background: rgba(244,233,210,.9); transform: skewY(-8deg); box-shadow: .7rem .7rem 0 rgba(114,242,212,.55); }
.maquette-a { left: 16%; width: 20%; height: 42%; }
.maquette-b { left: 43%; width: 16%; height: 60%; box-shadow: .7rem .7rem 0 rgba(255,62,136,.55); }
.maquette-c { right: 16%; width: 21%; height: 34%; box-shadow: .7rem .7rem 0 rgba(223,255,63,.55); }
.revision-stamps { display: flex; gap: .7rem; margin-top: 1.4rem; }
.revision-stamps span { color: var(--pink); border-color: rgba(255,62,136,.5); transform: rotate(-4deg); }

.stress-pour { justify-self: center; width: min(43rem, 52vw); height: min(38rem, 62vh); }
.jigger { position: absolute; left: 8%; top: 15%; width: 8rem; height: 12rem; border: 2px solid rgba(244,233,210,.6); clip-path: polygon(12% 0, 88% 0, 65% 48%, 88% 100%, 12% 100%, 35% 48%); transform: rotate(-27deg); background: rgba(24,32,74,.52); }
.pour-arc { position: absolute; border: 3px solid transparent; border-top-color: var(--mint); border-right-color: var(--mint); border-radius: 50%; filter: drop-shadow(0 0 16px rgba(114,242,212,.5)); }
.arc-one { left: 28%; top: 14%; width: 42%; height: 42%; transform: rotate(22deg); }
.arc-two { left: 33%; top: 21%; width: 30%; height: 30%; border-top-color: var(--pink); border-right-color: var(--pink); transform: rotate(30deg); }
.droplet { position: absolute; width: 1.1rem; height: 1.7rem; border-radius: 60% 60% 60% 0; transform: rotate(-35deg); background: var(--acid); animation: drip 2.8s ease-in-out infinite; }
.drop-one { left: 54%; top: 25%; } .drop-two { left: 63%; top: 35%; animation-delay: -.8s; background: var(--pink); } .drop-three { left: 47%; top: 45%; animation-delay: -1.4s; background: var(--mint); }
.beaker { position: absolute; right: 8%; bottom: 9%; width: 16rem; height: 19rem; border: 2px solid rgba(244,233,210,.58); border-top: 0; border-radius: 0 0 3rem 3rem; background: linear-gradient(180deg, transparent 42%, rgba(255,62,136,.2) 43%, rgba(114,242,212,.22)); }
.heat-grid { position: absolute; right: 2%; bottom: 2%; width: 21rem; height: 4rem; background: repeating-linear-gradient(90deg, transparent 0 1rem, rgba(255,62,136,.45) 1rem 1.08rem), repeating-linear-gradient(0deg, transparent 0 1rem, rgba(255,62,136,.45) 1rem 1.08rem); transform: perspective(260px) rotateX(58deg); }
.test-strip { display: flex; gap: .35rem; margin-top: 1.5rem; }
.test-strip span { width: 3rem; height: .5rem; background: var(--pink); box-shadow: 0 0 18px rgba(255,62,136,.5); }
.test-strip span:nth-child(even) { background: var(--acid); }

.label-wall { position: relative; justify-self: center; width: min(43rem, 52vw); height: min(36rem, 62vh); }
.bottle-label { position: absolute; width: 17rem; min-height: 21rem; padding: 2rem 1.4rem; border: 2px solid rgba(58,52,47,.74); background: var(--cream); color: var(--black); box-shadow: 1rem 1rem 0 rgba(255,62,136,.54), 0 2rem 4rem rgba(7,8,13,.5); display: flex; flex-direction: column; justify-content: center; text-align: center; }
.bottle-label b { font-family: var(--bebas); font-size: 4.3rem; line-height: .86; letter-spacing: .05em; color: var(--midnight); }
.bottle-label em { margin-top: 1rem; font-family: var(--fraunces); font-size: 1.05rem; color: var(--umber); }
.bottle-label span { position: absolute; right: 1rem; top: 1rem; padding: .35rem .52rem; background: var(--pink); color: var(--cream); font-weight: 700; transform: rotate(8deg); }
.label-one { left: 2%; top: 14%; transform: rotate(-8deg); }
.label-two { left: 34%; top: 4%; transform: rotate(4deg); box-shadow: 1rem 1rem 0 rgba(114,242,212,.54), 0 2rem 4rem rgba(7,8,13,.5); }
.label-three { right: 0; top: 24%; transform: rotate(9deg); box-shadow: 1rem 1rem 0 rgba(223,255,63,.54), 0 2rem 4rem rgba(7,8,13,.5); }

.final-array { position: absolute; inset: 0; pointer-events: none; }
.acetate-sheet { position: absolute; width: 35vw; height: 44vh; border: 1px solid rgba(114,242,212,.38); background: linear-gradient(135deg, rgba(114,242,212,.1), rgba(244,233,210,.04)); backdrop-filter: blur(6px); box-shadow: 0 0 45px rgba(114,242,212,.12); }
.sheet-a { left: 11%; top: 27%; transform: rotate(-13deg); }
.sheet-b { right: 12%; top: 18%; transform: rotate(10deg); border-color: rgba(255,62,136,.4); }
.sheet-c { left: 35%; bottom: 12%; transform: rotate(4deg); border-color: rgba(223,255,63,.4); }
.stamp-mark { position: absolute; left: 50%; top: 34%; transform: translateX(-50%) rotate(-8deg); border: .55rem solid var(--pink); color: var(--pink); font-family: var(--bebas); font-size: clamp(4rem, 9vw, 9rem); line-height: .86; letter-spacing: .06em; padding: .7rem 1.3rem; opacity: .76; mix-blend-mode: screen; }

@keyframes floatTag { 0%,100% { margin-top: 0; } 50% { margin-top: -1rem; } }
@keyframes drip { 0%,100% { transform: translateY(0) rotate(-35deg); opacity: .55; } 50% { transform: translateY(1.2rem) rotate(-35deg); opacity: 1; } }

@media (max-width: 860px) {
  .bar-nav { grid-template-columns: 1fr; gap: .75rem; }
  .station-tabs { justify-self: start; max-width: 100%; overflow: auto; }
  .counter-meter { display: none; }
  .counter-track { width: auto; display: block; transform: none !important; }
  .station { width: 100%; min-height: auto; grid-template-columns: 1fr; padding-top: 9rem; padding-bottom: 8rem; }
  .right-copy, .center-copy { grid-column: auto; text-align: left; margin-top: 0; justify-self: start; }
  h2 { max-width: 11ch; }
  .prototype-glass, .napkin-blueprint, .sample-tray, .stress-pour, .label-wall { width: min(90vw, 34rem); justify-self: start; }
  .opening-station { min-height: 100vh; }
  .label-wall { height: 36rem; }
}
