/* HydroCulture. Dark ground, one accent that belongs to the city on screen. */

@property --accent { syntax: '<color>'; inherits: true; initial-value: #ff5c8a; }
@property --accent-2 { syntax: '<color>'; inherits: true; initial-value: #223e79; }

:root {
  --accent: #ff5c8a;
  --accent-2: #223e79;          /* the deep end of the city's gradient, for glows */
  --ground: #0c0b0f;
  --ground-2: #141318;
  --ink: #f6f3ee;
  --ink-soft: #b9b3bd;
  --ink-faint: #8a8490;

  --sc-canvas: var(--ground);
  --sc-surface: var(--ground-2);
  --sc-ink: var(--ink);
  --sc-ink-soft: var(--ink-soft);
  --sc-accent: var(--accent);
  --sc-accent-ink: #0c0b0f;
  --sc-font-display: "Archivo", system-ui, sans-serif;
  --sc-font-text: "Archivo", system-ui, sans-serif;
  --sc-font-mono: "Geist Mono", ui-monospace, monospace;
  --sc-r-sm: 3px;

  --bar-h: 76px;
  transition: --accent 700ms cubic-bezier(0.23, 1, 0.32, 1), --accent-2 700ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (prefers-reduced-motion: reduce) { :root { transition: none; } }

html { background: var(--ground); color-scheme: dark; }
.cities__bgs img, .bgswap__img, .bottle-fallback { max-width: none; }
body { background: var(--ground); color: var(--ink); font-family: "Archivo", system-ui, sans-serif; font-stretch: 100%; }
::selection { background: var(--accent); color: #0c0b0f; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.mono { font-family: "Geist Mono", ui-monospace, monospace; font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); font-weight: 400; }
.eyebrow { color: var(--accent); margin: 0; }

.x-display {
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900; font-stretch: 62%; font-style: italic;
  text-transform: uppercase; line-height: 0.84; letter-spacing: -0.005em;
  margin: 0; text-wrap: balance; word-spacing: 0.06em;
}

[data-sc-progress] { background: var(--accent); }

/* ---------------------------------------------------------------- 3D bottle */
#bottle3d {
  position: fixed; inset: 0; width: 100vw; height: 100vh; height: 100lvh;
  z-index: 5; pointer-events: none; display: block;
  transition: opacity 300ms linear;
}
.bottle-fallback { position: fixed; left: 0; top: 0; z-index: 5; pointer-events: none; height: 70vh; width: auto; transform-origin: 50% 50%; }
/* "Drag & spin" rides just under the bottle wherever it stands still (hero, city tour, close). */
.spin-tag {
  position: fixed; left: 0; top: 0; z-index: 6; margin: 0; pointer-events: none;
  display: flex; align-items: center; gap: 7px; white-space: nowrap;
  font-size: 0.64rem; color: var(--ink); opacity: 0; will-change: transform, opacity;
  padding: 4px 10px 4px 8px; border-radius: 12px; background: color-mix(in oklab, var(--ground) 64%, transparent);
}
.spin-tag svg { color: var(--accent); flex: none; }

/* --------------------------------------------------------------------- bar */
.bar {
  position: fixed; inset: 0 0 auto 0; z-index: 60; height: var(--bar-h);
  display: flex; align-items: center; gap: var(--sc-5);
  padding: 0 var(--sc-gutter);
  background: linear-gradient(to bottom, color-mix(in oklab, var(--ground) 82%, transparent), transparent);
}
.bar__brand { display: block; flex: none; }
.bar__brand img { display: block; height: 58px; width: auto; max-width: none; }
.bar__nav { display: flex; gap: var(--sc-6); margin-left: auto; margin-right: var(--sc-5); }
.bar__nav a {
  font-family: "Geist Mono", monospace; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); text-decoration: none; padding: 8px 0; transition: color 160ms;
}
.bar__nav a:hover { color: var(--ink); }
.bar__end { display: flex; align-items: center; gap: var(--sc-3); }
.bar__cta { height: 40px; padding: 0 18px; font-size: 0.8rem; }
.bar__custom {
  display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; border-radius: 3px; text-decoration: none; white-space: nowrap;
  font-family: "Geist Mono", monospace; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink);
  background: color-mix(in oklab, var(--ground) 45%, transparent); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 26%, transparent);
  transition: box-shadow 160ms, color 160ms;
}
.bar__custom:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.bar__custom-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
@media (max-width: 380px) { .bar__custom-more { display: none; } }
@media (max-width: 1240px) and (min-width: 861px) { .bar__nav { gap: var(--sc-5); margin-right: var(--sc-3); } .bar__nav a { font-size: 0.66rem; letter-spacing: 0.1em; } }
@media (max-width: 1060px) and (min-width: 861px) { .bar__nav a[href="#hydration"], .bar__nav a[href="#bottle"] { display: none; } }
.bag-btn {
  position: relative; width: 44px; height: 44px; border-radius: 3px; border: 1px solid color-mix(in oklab, var(--ink) 22%, transparent);
  background: color-mix(in oklab, var(--ground) 40%, transparent); color: var(--ink); display: grid; place-items: center; cursor: pointer;
  transition: border-color 160ms, transform 120ms;
}
.bag-btn:hover { border-color: var(--accent); }
.bag-btn:active { transform: scale(0.97); }
.bag-btn__count {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px;
  background: var(--accent); color: #0c0b0f; font: 700 0.7rem/20px "Geist Mono", monospace; text-align: center;
}
.bag-btn__count[data-zero] { display: none; }

/* ----------------------------------------------------------------- buttons */
.btn {
  --skew: -9deg;
  display: inline-flex; align-items: center; justify-content: center;
  height: 50px; padding: 0 26px; border-radius: 3px; border: 0; cursor: pointer; text-decoration: none; white-space: nowrap;
  font-family: "Archivo", sans-serif; font-weight: 800; font-stretch: 75%; font-style: italic;
  font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase;
  transform: skewX(var(--skew)); transition: transform 120ms var(--sc-ease-out), background-color 160ms, color 160ms, box-shadow 160ms;
}
.btn > span { transform: skewX(calc(var(--skew) * -1)); display: inline-block; }
.btn--accent { background: var(--accent); color: #0c0b0f; box-shadow: 0 8px 22px -10px color-mix(in oklab, var(--accent) 70%, transparent); }
.btn--accent:hover { background: color-mix(in oklab, var(--accent) 86%, white); }
.btn--ghost { background: color-mix(in oklab, var(--ground) 55%, transparent); color: var(--ink); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 34%, transparent); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.btn:active { transform: skewX(var(--skew)) scale(0.97); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* ------------------------------------------------------------------ shared */
.bgswap { position: absolute; inset: -4%; }
.bgswap__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 900ms var(--sc-ease-out); }
.bgswap__img.is-on { opacity: 1; }

/* --------------------------------------------------------------------- 1 hero */
.hero__stage { background: var(--ground); }
.plane { position: absolute; inset: 0; will-change: transform; }
/* The night film sits in the far plane; the poster holds the first frame until it plays. */
.hero__film { position: absolute; inset: -4%; background: #07070a; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to bottom, color-mix(in oklab, var(--ground) 78%, transparent) 0%, transparent 28%),
    linear-gradient(to top, color-mix(in oklab, var(--ground) 96%, transparent) 0%, color-mix(in oklab, var(--ground) 70%, transparent) 26%, transparent 56%),
    radial-gradient(70% 62% at 50% 46%, transparent 28%, color-mix(in oklab, var(--ground) 58%, transparent) 100%),
    color-mix(in oklab, var(--ground) 24%, transparent);
}
/* The brand, not a city: HYDRO in white, CULTURE in the colour of the bottle you hold. */
.hero__word {
  position: absolute; left: 50%; top: 44%; transform: translate(calc(-50% + var(--word-shift, 0px)), -50%);
  margin: 0; white-space: nowrap; display: flex; column-gap: 0.62em;
  font-family: "Archivo", sans-serif; font-weight: 900; font-stretch: 62%; font-style: italic; text-transform: uppercase;
  font-size: var(--word-size, 20vw); line-height: 0.8; letter-spacing: -0.01em;
  color: var(--ink);
  text-shadow: 0 30px 80px color-mix(in oklab, var(--ground) 55%, transparent);
}
.hero__word-b { color: var(--accent); }

.hero__meta { position: absolute; left: var(--sc-gutter); top: calc(var(--bar-h) + 18px); z-index: 20; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero__film-cap { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--ink); }
.hero__tag { color: #0c0b0f; background: var(--ink); padding: 3px 7px; font-weight: 500; border-radius: 2px; }
.hero__film-city { display: inline-block; min-width: 13ch; }
.hero__film-city.is-in { animation: cap-in 700ms var(--sc-ease-out); }
@keyframes cap-in { from { opacity: 0; transform: translateY(5px); filter: blur(3px); } }
.hero__film-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 12px; border: 0; border-radius: 15px; cursor: pointer;
  color: var(--ink-soft); background: color-mix(in oklab, var(--ground) 55%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 18%, transparent);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: color 160ms, box-shadow 160ms, transform 120ms;
}
.hero__film-btn:hover { color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.hero__film-btn:active { transform: scale(0.96); }
.hero__film-btn[hidden] { display: none; }
.hero__film-btn .i-play, .hero__film-btn.is-paused .i-pause { display: none; }
.hero__film-btn.is-paused .i-play { display: block; }

.hero__pick {
  position: absolute; right: calc(var(--sc-gutter) * 0.5); top: 50%; transform: translateY(-50%); z-index: 20;
  display: flex; flex-direction: column; align-items: flex-end; gap: 14px;
}
.hero__pick-label { margin: 0; display: grid; justify-items: end; gap: 5px; text-align: right; font-size: 0.64rem; color: var(--ink-soft); }
.hero__pick-label b { font: 900 italic 1.35rem/0.9 "Archivo", sans-serif; font-stretch: 62%; letter-spacing: 0.01em; text-transform: uppercase; color: var(--accent); }
.hero__dots { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.dot {
  position: relative; width: 16px; height: 16px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: var(--c); box-shadow: 0 0 0 2px var(--ground), 0 0 0 3px color-mix(in oklab, var(--c) 40%, transparent);
  transition: transform 160ms var(--sc-ease-out), box-shadow 160ms;
}
.dot:hover { transform: scale(1.15); }
.dot[aria-checked="true"] { box-shadow: 0 0 0 2px var(--ground), 0 0 0 4px var(--ink); transform: scale(1.12); }
.dot::after {
  content: attr(data-name); position: absolute; right: 26px; top: 50%; transform: translate(6px, -50%);
  font: 500 0.7rem/1 "Geist Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap;
  color: var(--ink); background: var(--ground); padding: 5px 7px; border-radius: 3px;
  opacity: 0; pointer-events: none; transition: opacity 140ms, transform 160ms var(--sc-ease-out);
}
.dot:hover::after, .dot:focus-visible::after { opacity: 1; transform: translate(0, -50%); }
.dot[aria-checked="true"]:not(:hover)::after { opacity: 0; }

.hero__copy { position: absolute; left: var(--sc-gutter); bottom: clamp(2.2rem, 8vh, 5rem); z-index: 20; }
.hero__kicker { margin: 0 0 14px; display: flex; align-items: center; gap: 10px; color: var(--ink); }
.hero__kicker::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
.hero__h1 { font-size: clamp(3.4rem, 8.4vw, 9.2rem); color: var(--ink); }
.hero__h1-b { color: var(--ink); }
.hero__h1-s { display: block; margin-top: 0.2em; font-size: 0.46em; line-height: 1; letter-spacing: 0.01em; color: var(--accent); }
.hero__side { position: absolute; right: var(--sc-gutter); bottom: clamp(2.2rem, 8vh, 5rem); z-index: 20; max-width: 24rem; display: grid; gap: var(--sc-5); }
.hero__lede { margin: 0; font-size: 1.08rem; line-height: 1.5; color: var(--ink); text-wrap: pretty; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: var(--sc-3); }
.hero__drag { position: absolute; left: 36%; right: 36%; top: 14%; bottom: 14%; z-index: 10; cursor: grab; touch-action: pan-y; }
.hero__drag:active { cursor: grabbing; }

/* ------------------------------------------------------------------- 2 tapes */
.tapes { position: relative; height: 88vh; overflow: clip; }
.tape { position: absolute; left: -10vw; width: 120vw; z-index: 7; overflow: hidden; padding: 0.55em 0; }
.tape--a { top: 30%; transform: rotate(-4.5deg); background: var(--accent); color: #0c0b0f; }
.tape--b { top: 52%; transform: rotate(3deg); background: var(--ground-2); color: var(--ink); box-shadow: inset 0 1px 0 color-mix(in oklab, var(--ink) 14%, transparent), inset 0 -1px 0 color-mix(in oklab, var(--ink) 14%, transparent); }
.tape__track {
  display: flex; width: max-content; gap: 0.9em; white-space: nowrap;
  font-family: "Archivo", sans-serif; font-weight: 900; font-stretch: 62%; font-style: italic; text-transform: uppercase;
  font-size: clamp(2rem, 4.6vw, 4.6rem); line-height: 1;
  will-change: transform;
}
.tape__track i { font-style: normal; opacity: 0.7; font-size: 0.6em; align-self: center; }
.tape--b .tape__track i { color: var(--accent); opacity: 1; }

/* ------------------------------------------------------------------- 3 story */
.story__stage { display: grid; align-content: center; padding: calc(var(--bar-h) + 2vh) var(--sc-gutter) 6vh; background: var(--ground); }
.story__text {
  max-width: min(17em, 56vw); margin: 0; font-family: "Archivo", sans-serif; font-weight: 800; font-stretch: 80%;
  font-size: clamp(2rem, 4.3vw, 4.4rem); line-height: 1.02; letter-spacing: -0.015em; text-wrap: pretty;
  position: relative; z-index: 20;
}
.story__text em { font-style: italic; }
.story__text .w { opacity: var(--o, 0.18); transition: opacity 120ms linear; }
.story__text em .w { color: var(--accent); }
.story__facts { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: var(--sc-7) 0 0; position: relative; z-index: 20; }
.story__facts li { padding: 7px 11px; border-radius: 3px; box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 20%, transparent); color: var(--ink); }

/* ------------------------------------------------------------------ 4 cities */
.cities__stage { background: var(--ground); }
.cities__bgs { position: absolute; inset: 0; }
.cities__bgs img { position: absolute; inset: -3%; width: 106%; height: 106%; object-fit: cover; opacity: 0; will-change: opacity, transform; }
/* The photo is atmosphere, not a surface to read on: dim it evenly, deepen the edges
   where the panel, tabs and bar sit, and put every word on its own ground. */
.cities__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to top, color-mix(in oklab, var(--ground) 92%, transparent) 0%, transparent 24%),
    linear-gradient(to bottom, color-mix(in oklab, var(--ground) 72%, transparent) 0%, transparent 20%),
    linear-gradient(90deg, color-mix(in oklab, var(--ground) 60%, transparent) 0%, transparent 42%),
    color-mix(in oklab, var(--ground) 38%, transparent);
}
.cities__eyebrow { position: absolute; left: var(--sc-gutter); top: calc(var(--bar-h) + 18px); margin: 0; z-index: 20; color: var(--ink-soft); }
.cities__panel {
  position: absolute; left: var(--sc-gutter); top: 50%; transform: translateY(-50%); z-index: 20;
  width: min(27rem, 31vw); display: grid; padding: 24px 26px 18px; border-radius: 3px;
  background: color-mix(in oklab, var(--ground) 86%, transparent);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 10%, transparent), 0 30px 60px -30px rgba(0,0,0,0.75);
}
.cinfo { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity 240ms linear, visibility 0s 240ms; }
.cinfo.is-on { opacity: 1; visibility: visible; transition: opacity 240ms linear; }
.cinfo__where { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); }
.cinfo__swatch { flex: none; width: 34px; height: 8px; border-radius: 2px; }
.cinfo__name { margin-top: 12px; font-size: clamp(3rem, 5vw, 5.2rem); color: var(--ink); }
.cinfo__blurb { margin: 12px 0 16px; font-size: 1rem; line-height: 1.5; color: var(--ink-soft); text-wrap: pretty; }
.cinfo__hours { list-style: none; margin: 0; padding: 0; border-top: 1px solid color-mix(in oklab, var(--ink) 12%, transparent); }
.cinfo__hours li { display: grid; grid-template-columns: 2.8rem 1fr 2.8rem; align-items: baseline; gap: 10px; padding: 8px 0; border-bottom: 1px solid color-mix(in oklab, var(--ink) 8%, transparent); }
.cinfo__hours .t { font: 500 0.7rem/1 "Geist Mono", monospace; letter-spacing: 0.06em; color: var(--ink-faint); }
.cinfo__hours .t:last-child { text-align: right; }
.cinfo__hours .p { font: 800 italic 1.12rem/1.1 "Archivo", sans-serif; font-stretch: 74%; text-transform: uppercase; letter-spacing: 0.02em; text-align: center; color: var(--ink); }

.cities__photo { position: absolute; right: var(--sc-gutter); top: 50%; transform: translateY(-50%); width: min(23rem, 24vw); margin: 0; z-index: 20; }
.cities__photo-frame { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in; aspect-ratio: 1; border-radius: 3px; overflow: hidden; background: var(--ground-2); box-shadow: 0 0 0 1px color-mix(in oklab, var(--ink) 16%, transparent), 0 34px 70px -26px rgba(0,0,0,0.85); transition: box-shadow 200ms; }
.cities__photo-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 320ms linear, transform 500ms var(--sc-ease-out); }
.cities__photo-frame:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.cities__zoom { position: absolute; right: 10px; top: 10px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: color-mix(in oklab, var(--ground) 72%, transparent); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 20%, transparent); transition: background-color 160ms, color 160ms, transform 160ms var(--sc-ease-out); }
@media (hover: hover) and (pointer: fine) {
  .cities__photo-frame:hover img.is-on { transform: scale(1.04); }
  .cities__photo-frame:hover .cities__zoom { background: var(--accent); color: #0c0b0f; transform: scale(1.08); }
  .cities__photo-frame:hover { box-shadow: 0 0 0 1px color-mix(in oklab, var(--accent) 70%, transparent), 0 34px 70px -26px rgba(0,0,0,0.85); }
}
.cities__photo-frame img.is-on { opacity: 1; }
.cities__photo figcaption { display: flex; justify-content: space-between; margin-top: 12px; padding: 8px 10px; border-radius: 3px; background: color-mix(in oklab, var(--ground) 80%, transparent); color: var(--ink-soft); }
.cities__photo figcaption span:last-child { color: var(--ink); }
@media (max-width: 1400px) { .cities__photo figcaption span:first-child { display: none; } }

/* Drag zones sit over a standing bottle (the canvas itself ignores the pointer). */
.cities__drag, .close__drag { position: absolute; z-index: 10; cursor: grab; touch-action: pan-y; }
.cities__drag:active, .close__drag:active { cursor: grabbing; }
.cities__drag { left: 37%; right: 37%; top: 13%; bottom: 12%; }
.close__drag { left: 58%; right: 14%; top: 14%; bottom: 20%; }

.cities__tabs { position: absolute; left: var(--sc-gutter); right: var(--sc-gutter); bottom: clamp(1rem, 3.4vh, 2rem); z-index: 20; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ctab {
  position: relative; text-align: left; padding: 12px 0 2px; border: 0; background: transparent; cursor: pointer; color: var(--ink-faint);
  font: 800 italic 0.95rem/1 "Archivo", sans-serif; font-stretch: 70%; letter-spacing: 0.03em; text-transform: uppercase;
  transition: color 160ms;
}
.ctab::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: color-mix(in oklab, var(--ink) 16%, transparent); }
.ctab::after { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: calc(var(--fillp, 0) * 100%); background: var(--c); }
.ctab i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--c); margin-right: 8px; vertical-align: 1px; }
.ctab:hover, .ctab[aria-current="true"] { color: var(--ink); }

/* -------------------------------------------------------------------- 5 hush */
.hush__stage { display: grid; place-items: start center; padding-top: 18vh; text-align: center; background: var(--ground); }
.hush__copy { position: relative; z-index: 20; }
.hush__line { font-size: clamp(2.6rem, 6.2vw, 6.6rem); color: var(--ink); }
.hush__yours { margin: var(--sc-5) 0 0; color: var(--accent); }

/* -------------------------------------------------------------------- 6 fill */
.fill__stage { background: var(--ground); }
.fill__glow { position: absolute; inset: 0; background: radial-gradient(38% 52% at 50% 54%, color-mix(in oklab, var(--accent-2) 42%, transparent), transparent 70%), radial-gradient(22% 30% at 50% 60%, color-mix(in oklab, var(--accent) calc(var(--pour, 0) * 40%), transparent), transparent 70%); pointer-events: none; }
.fill__left { position: absolute; left: var(--sc-gutter); top: calc(var(--bar-h) + 4vh); width: min(28rem, 32vw); z-index: 20; }
.fill__clock { margin: var(--sc-4) 0 0; display: flex; align-items: flex-start; gap: 10px; font-family: "Archivo", sans-serif; font-weight: 900; font-stretch: 62%; font-size: clamp(5rem, 11vw, 11.5rem); line-height: 0.82; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; color: var(--ink); }
.fill__ampm { font-size: 0.26em; line-height: 1; margin-top: 0.2em; color: var(--accent); letter-spacing: 0.02em; }
.fill__phrase { margin-top: var(--sc-5); font-size: clamp(2.2rem, 4.2vw, 4.4rem); color: var(--accent); min-height: 1.7em; }
.fill__note { margin: var(--sc-4) 0 0; max-width: 24em; line-height: 1.55; color: var(--ink-soft); text-wrap: pretty; }
.fill__hours { position: absolute; right: var(--sc-gutter); top: 50%; transform: translateY(-50%); z-index: 20; list-style: none; margin: 0; padding: 0; width: min(21rem, 25vw); display: grid; gap: 6px; }
.fill__hours li {
  display: grid; grid-template-columns: 3.4rem 1fr 3.4rem; align-items: center; row-gap: 3px; padding: 10px 14px; border-radius: 3px;
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 10%, transparent); color: var(--ink-faint);
  transition: color 200ms, box-shadow 200ms, background-color 200ms;
}
.fill__hours .t { font: 500 0.78rem/1 "Geist Mono", monospace; letter-spacing: 0.06em; }
.fill__hours .t:last-of-type { text-align: right; }
.fill__hours .ph { grid-column: 1 / -1; font: 800 italic 1.05rem/1.05 "Archivo", sans-serif; font-stretch: 72%; text-transform: uppercase; letter-spacing: 0.02em; }
.fill__hours .rule { height: 1px; background: currentColor; opacity: 0.4; }
.fill__hours li.is-past { color: var(--ink-soft); }
.fill__hours li.is-now { color: #0c0b0f; background: var(--accent); box-shadow: none; }
.fill__meter { position: absolute; left: var(--sc-gutter); right: var(--sc-gutter); bottom: clamp(1.4rem, 5vh, 2.8rem); z-index: 20; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: var(--sc-6); }
.fill__round { margin: 0; display: flex; align-items: baseline; gap: 6px; }
.fill__round strong { font: 900 2rem/1 "Archivo", sans-serif; font-stretch: 62%; color: var(--accent); }
.fill__track { position: relative; height: 2px; background: color-mix(in oklab, var(--ink) 16%, transparent); }
.fill__track i { position: absolute; left: 0; top: 0; bottom: 0; width: calc(var(--day, 0) * 100%); background: var(--accent); }
.fill__track b { position: absolute; top: -4px; width: 2px; height: 10px; margin-left: -1px; background: color-mix(in oklab, var(--ink) 34%, transparent); }
.fill__track b.is-refill { height: 16px; top: -7px; background: var(--accent); }
.fill__track span { position: absolute; top: 16px; transform: translateX(-50%); white-space: nowrap; font-size: 0.66rem; }
.fill__track span:first-of-type { transform: none; }
.fill__track span.is-end { transform: translateX(-100%); }
.fill__track span.is-mid { color: var(--accent); }
.fill__digits { display: inline-block; }
.is-flip { animation: hc-flip 280ms cubic-bezier(0.23, 1, 0.32, 1); }
@keyframes hc-flip { from { transform: translateY(-18%); opacity: 0.15; } to { transform: none; opacity: 1; } }
.fill__hours .t { opacity: 0.7; }
.fill__hours li.is-now[data-r="0"] .t--am, .fill__hours li.is-now[data-r="1"] .t--pm { opacity: 1; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.fill__hours li.is-now[data-r="0"] .t--pm, .fill__hours li.is-now[data-r="1"] .t--am { opacity: 0.45; }

/* -------------------------------------------------------------------- 7 anatomy */
.anat__stage { background: radial-gradient(40% 55% at 50% 55%, color-mix(in oklab, var(--accent-2) 30%, transparent), transparent 75%), var(--ground); }
.anat__title { position: absolute; left: var(--sc-gutter); right: var(--sc-gutter); top: calc(var(--bar-h) + 3vh); text-align: center; font-size: clamp(2.6rem, 5vw, 5.4rem); z-index: 20; }
.anat__notes { list-style: none; margin: 0; padding: 0; }
.note { position: absolute; z-index: 20; width: min(17rem, 22vw); display: grid; gap: 6px; padding-top: 12px; }
.note::before { content: ""; position: absolute; top: 0; height: 1px; width: 100%; background: linear-gradient(90deg, var(--accent), color-mix(in oklab, var(--accent) 10%, transparent)); }
.note b { font: 900 italic 1.5rem/1 "Archivo", sans-serif; font-stretch: 62%; text-transform: uppercase; color: var(--ink); word-spacing: 0.08em; }
.note span { color: var(--ink-soft); line-height: 1.5; font-size: 0.98rem; }
.note--l1, .note--l2, .note--l3 { left: calc(var(--sc-gutter) + 4vw); text-align: right; }
.note--l1::before, .note--l2::before, .note--l3::before { background: linear-gradient(270deg, var(--accent), color-mix(in oklab, var(--accent) 10%, transparent)); }
.note--r1, .note--r2, .note--r3 { right: calc(var(--sc-gutter) + 4vw); }
.note--l1 { top: 30%; } .note--l2 { top: 50%; } .note--l3 { top: 70%; }
.note--r1 { top: 34%; } .note--r2 { top: 54%; } .note--r3 { top: 74%; }

/* -------------------------------------------------------------------- 8 calc */
.calc { position: relative; z-index: 7; padding: var(--sc-section) var(--sc-gutter); background: linear-gradient(to bottom, var(--ground), var(--ground-2)); }
.calc__inner { max-width: var(--sc-maxw); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.calc__form > * + * { margin-top: var(--sc-5); }
.calc__h { font-size: clamp(2.8rem, 5.4vw, 5.8rem); margin-top: var(--sc-3); }
.calc__h span { color: var(--accent); }
.calc__lede { color: var(--ink-soft); font-size: 1.08rem; }
.units { display: flex; align-items: center; gap: 14px; margin-bottom: var(--sc-6) !important; }
.units__label { color: var(--ink-faint); }
.units__sw { display: inline-flex; padding: 3px; border-radius: 20px; background: color-mix(in oklab, var(--ground) 60%, transparent); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 20%, transparent); }
.units__sw label { position: relative; display: block; }
.units__sw input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.units__sw span {
  display: block; padding: 7px 14px; border-radius: 16px; white-space: nowrap;
  font: 500 0.72rem/1 "Geist Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft);
  transition: background-color 180ms var(--sc-ease-out), color 180ms;
}
.units__sw label:hover span { color: var(--ink); }
.units__sw input:checked + span { background: var(--accent); color: #0c0b0f; }
.units__sw input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.field { border: 0; padding: 0; margin-inline: 0; }
.field__row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.field label, .field legend { font-weight: 700; font-size: 1.02rem; }
.field output { color: var(--ink); font-size: 0.85rem; }
input[type="range"] { width: 100%; appearance: none; -webkit-appearance: none; height: 34px; background: transparent; cursor: pointer; }
input[type="range"]::-webkit-slider-runnable-track { height: 4px; border-radius: 2px; background: linear-gradient(90deg, var(--accent) var(--v, 50%), color-mix(in oklab, var(--ink) 16%, transparent) var(--v, 50%)); }
input[type="range"]::-moz-range-track { height: 4px; border-radius: 2px; background: color-mix(in oklab, var(--ink) 16%, transparent); }
input[type="range"]::-moz-range-progress { height: 4px; background: var(--accent); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; margin-top: -9px; border-radius: 3px; background: var(--ink); box-shadow: 0 0 0 4px var(--ground), 0 0 0 5px var(--accent); transform: skewX(-9deg); }
input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 3px; border: 0; background: var(--ink); }
.seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.seg legend { margin-bottom: 10px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.seg span { display: grid; place-items: center; height: 48px; border-radius: 3px; box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 22%, transparent); font: 800 italic 0.95rem/1 "Archivo", sans-serif; font-stretch: 72%; text-transform: uppercase; letter-spacing: 0.05em; transition: background-color 160ms, color 160ms; }
.seg input:checked + span { background: var(--accent); color: #0c0b0f; box-shadow: none; }
.seg input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }

.calc__out { padding: clamp(1.6rem, 3vw, 2.8rem); border-radius: 3px; background: color-mix(in oklab, var(--ground) 70%, transparent); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 10%, transparent), 0 40px 80px -40px color-mix(in oklab, var(--accent) 30%, transparent); }
.gauge { position: relative; }
.gauge svg { width: 100%; height: auto; display: block; overflow: visible; }
.gauge__track, .gauge__fill { fill: none; stroke-width: 14; stroke-linecap: round; }
.gauge__track { stroke: color-mix(in oklab, var(--ink) 12%, transparent); }
.gauge__fill { stroke: var(--accent); stroke-dasharray: 283; stroke-dashoffset: 283; transition: stroke-dashoffset 500ms var(--sc-ease-out); }
.gauge__num { position: absolute; left: 0; right: 0; bottom: 4%; margin: 0; text-align: center; display: grid; }
.gauge__num strong { font: 900 clamp(4rem, 7vw, 6.6rem)/0.9 "Archivo", sans-serif; font-stretch: 62%; font-variant-numeric: tabular-nums; }
.gauge__num span { font-family: "Geist Mono", monospace; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.calc__fills { margin: var(--sc-6) 0 var(--sc-3); font-size: 1.15rem; text-align: center; }
.calc__fills strong { color: var(--accent); font: 900 italic 1.7rem/1 "Archivo", sans-serif; font-stretch: 62%; }
.calc__bottles { display: flex; justify-content: center; gap: 10px; min-height: 64px; }
.calc__bottles svg { width: 26px; height: 64px; }
.calc__fine { margin: var(--sc-6) 0 0; color: var(--ink-faint); font-size: 0.86rem; line-height: 1.55; text-align: center; }

/* -------------------------------------------------------------------- 9 shop */
.shop { position: relative; z-index: 7; padding: var(--sc-section) var(--sc-gutter); background: var(--ground-2); }
.shop__inner { max-width: 92rem; margin: 0 auto; }
.shop__head { display: grid; grid-template-columns: 1fr minmax(16rem, 26rem); gap: var(--sc-7); align-items: end; }
.shop__h { font-size: clamp(3rem, 6vw, 6.6rem); }
.shop__h span { color: var(--accent); }
.shop__lede { margin: 0; color: var(--ink-soft); line-height: 1.55; font-size: 1.05rem; }
.shop__filters { display: flex; flex-wrap: wrap; gap: 8px; margin: var(--sc-8) 0 var(--sc-6); }
.chip { height: 40px; padding: 0 16px; border-radius: 3px; border: 0; cursor: pointer; background: transparent; color: var(--ink-soft); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 18%, transparent); font-family: "Geist Mono", monospace; font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; transition: color 160ms, box-shadow 160ms, background-color 160ms; }
.chip:hover { color: var(--ink); }
.chip[aria-selected="true"] { background: var(--ink); color: #0c0b0f; box-shadow: none; }
.shop__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.8rem, 1.6vw, 1.4rem); }
.card { position: relative; display: grid; grid-template-rows: 1fr auto; border-radius: 3px; background: linear-gradient(180deg, color-mix(in oklab, var(--c) 16%, var(--ground)) 0%, var(--ground) 78%); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 8%, transparent); overflow: hidden; }
.card--feat { grid-column: span 2; grid-row: span 2; }
.card__open { all: unset; display: block; cursor: pointer; position: relative; aspect-ratio: 3 / 3.6; }
.card--feat .card__open { aspect-ratio: auto; height: auto; min-height: 0; }
.card--feat .card__img { top: 5%; height: 90%; }
.card__open:focus-visible { outline: 2px solid var(--c); outline-offset: -4px; }
.card__img { position: absolute; left: 50%; top: 6%; height: 88%; width: auto; transform: translateX(-50%); transition: opacity 260ms linear, transform 360ms var(--sc-ease-out); filter: drop-shadow(0 26px 30px rgba(0,0,0,0.5)); }
.card__img--b { opacity: 0; }
@media (hover: hover) and (pointer: fine) {
  .card:hover .card__img--a { opacity: 0; }
  .card:hover .card__img--b { opacity: 1; }
  .card:hover .card__img { transform: translateX(-50%) translateY(-6px) rotate(-2deg); }
}
.card__body { display: flex; justify-content: space-between; align-items: end; gap: 10px; padding: 14px 16px 16px; }
.card__name { margin: 0; font: 900 italic 1.6rem/0.9 "Archivo", sans-serif; font-stretch: 62%; text-transform: uppercase; }
.card--feat .card__name { font-size: 2.6rem; }
.card__where { margin: 6px 0 0; }
.card__add { flex: none; height: 40px; width: 40px; border-radius: 3px; border: 0; cursor: pointer; background: var(--c); color: #0c0b0f; font: 700 1.3rem/1 "Archivo", sans-serif; transition: transform 120ms; }
.card__add:active { transform: scale(0.95); }
.card__badge { position: absolute; left: 14px; top: 14px; z-index: 2; color: #0c0b0f; background: var(--c); padding: 4px 8px; border-radius: 3px; font-size: 0.66rem; }

/* ------------------------------------------------------------------- 10 close */
.close__stage { background: var(--ground); }
.close__bg { opacity: 0.55; }
.close__shade { position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in oklab, var(--ground) 94%, transparent) 0%, color-mix(in oklab, var(--ground) 60%, transparent) 42%, transparent 70%), linear-gradient(to top, var(--ground) 0%, transparent 34%); }
.close__copy { position: absolute; left: var(--sc-gutter); top: 50%; transform: translateY(-58%); z-index: 20; display: grid; gap: var(--sc-5); justify-items: start; }
.close__h { font-size: clamp(4rem, 11vw, 12rem); }
.close__h span { color: var(--accent); }
.foot { position: absolute; left: var(--sc-gutter); right: var(--sc-gutter); bottom: 22px; z-index: 20; display: flex; align-items: center; gap: var(--sc-6); flex-wrap: wrap; }
.foot img { height: 56px; width: auto; max-width: none; }
.foot p { margin: 0; }
.foot__links { margin-left: auto !important; display: flex; gap: var(--sc-5); }
.foot__links a { color: var(--ink); text-decoration: none; }
.foot__links a:hover { color: var(--accent); }
.foot__contact { display: flex; gap: var(--sc-5); }
.foot__contact a { color: var(--ink); text-decoration: none; }
.foot__contact a:hover { color: var(--accent); }
.shop__swag { margin: 0 0 var(--sc-5); padding: 14px 16px; border-radius: 3px; color: var(--ink-soft); background: color-mix(in oklab, var(--accent) 8%, var(--ground)); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--accent) 35%, transparent); }
.shop__swag[hidden] { display: none; }
.shop__swag a { color: var(--ink); font-weight: 600; text-decoration-color: var(--accent); text-underline-offset: 3px; white-space: nowrap; }
.shop__swag a::after { content: " →"; }

/* ----------------------------------------------------------------- dialogs */
dialog { color: var(--ink); background: var(--ground); border: 0; padding: 0; }
dialog::backdrop { background: rgba(8, 7, 10, 0.72); backdrop-filter: blur(4px); }
.drawer { width: min(64rem, 94vw); max-height: 92vh; border-radius: 3px; box-shadow: 0 0 0 1px color-mix(in oklab, var(--ink) 12%, transparent), 0 40px 120px rgba(0,0,0,0.6); overflow: auto; }
.drawer__x, .bag__head form { margin: 0; }
.drawer__x button, .bag__x { position: absolute; right: 14px; top: 10px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink); font-size: 2rem; cursor: pointer; z-index: 2; }
.pd { display: grid; grid-template-columns: 1fr 1fr; }
.pd__gallery { background: linear-gradient(180deg, color-mix(in oklab, var(--c) 18%, var(--ground)), var(--ground)); padding: 28px; display: grid; gap: 14px; }
.pd__main { position: relative; aspect-ratio: 1; cursor: zoom-in; }
.pd__main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.pd__main img.is-photo { object-fit: cover; border-radius: 3px; }
.pd__thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.pd__thumbs button { width: 58px; height: 58px; padding: 0; border: 0; border-radius: 3px; overflow: hidden; cursor: pointer; background: var(--ground-2); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 14%, transparent); }
.pd__thumbs button[aria-pressed="true"] { box-shadow: 0 0 0 2px var(--c); }
.pd__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pd__thumbs img.contain { object-fit: contain; }
.pd__info { padding: 40px 32px 32px; display: grid; align-content: start; gap: 16px; }
.pd__info .eyebrow { color: var(--c); }
.pd__name { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.pd__lede { margin: 0; color: var(--ink-soft); }
.pd__hours { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.pd__hours li { display: grid; grid-template-columns: 7rem 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px solid color-mix(in oklab, var(--ink) 10%, transparent); }
.pd__hours .t { font: 500 0.74rem/1.6 "Geist Mono", monospace; color: var(--ink-faint); letter-spacing: 0.06em; }
.pd__hours .ph { font: 800 italic 1.05rem/1.2 "Archivo", sans-serif; font-stretch: 75%; text-transform: uppercase; }
.pd__add { justify-self: start; --accent: var(--c); }
.pd__fine { margin: 0; }

.bag { margin: 0 0 0 auto; height: 100vh; max-height: 100vh; width: min(28rem, 100vw); display: none; flex-direction: column; box-shadow: -1px 0 0 color-mix(in oklab, var(--ink) 12%, transparent); }
.bag[open] { display: flex; }
.bag__head { position: relative; padding: 24px 24px 12px; }
.bag__head h2 { font-size: 2.4rem; }
.bag__list { list-style: none; margin: 0; padding: 0 24px; overflow: auto; flex: 1; }
.bag__list li { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid color-mix(in oklab, var(--ink) 10%, transparent); }
.bag__list img { height: 72px; width: auto; justify-self: center; }
.bag__list b { font: 900 italic 1.3rem/1 "Archivo", sans-serif; font-stretch: 62%; text-transform: uppercase; display: block; }
.qty { display: flex; align-items: center; gap: 4px; }
.qty button { width: 32px; height: 32px; border: 0; border-radius: 3px; background: var(--ground-2); color: var(--ink); cursor: pointer; box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 16%, transparent); }
.qty span { min-width: 2ch; text-align: center; font-family: "Geist Mono", monospace; }
.bag__empty { padding: 0 24px; color: var(--ink-soft); }
.bag__empty[hidden] { display: none; }
.bag__foot { padding: 20px 24px 28px; display: grid; gap: 10px; }
.bag__foot [aria-disabled="true"] { opacity: 0.45; pointer-events: none; }
.bag__note { margin: 0; font-size: 0.86rem; line-height: 1.5; color: var(--ink-soft); }

/* ----------------------------------------------------------------- mobile */
@media (max-width: 860px) {
  :root { --bar-h: 64px; }
  .bar { gap: 12px; }
  .bar__nav { display: none; }
  .bar__brand img { height: 44px; }
  .foot img { height: 48px; }
  .bar__end { margin-left: auto; }
  .bar__cta { display: none; }
  .bar__custom { height: 36px; padding: 0 11px; font-size: 0.62rem; letter-spacing: 0.08em; gap: 7px; }

  .hero__word { top: 38%; flex-direction: column; align-items: center; line-height: 0.82; column-gap: 0; }
  .hero__meta { top: calc(var(--bar-h) + 10px); gap: 8px; }
  .hero__film-cap { gap: 8px; font-size: 0.66rem; }
  .hero__film-btn { height: 28px; padding: 0 10px; font-size: 0.62rem; }
  .hero__pick { top: auto; transform: none; left: var(--sc-gutter); right: var(--sc-gutter); bottom: calc(clamp(2rem, 5vh, 3rem) + 14.9rem); align-items: stretch; gap: 4px; }
  .hero__pick-label { display: flex; align-items: baseline; gap: 8px; text-align: left; }
  .hero__pick-label b { font-size: 1.05rem; }
  .hero__dots { flex-direction: row; align-items: center; gap: 10px; overflow-x: auto; padding: 6px 4px; scrollbar-width: none; }
  .dot { flex: none; width: 22px; height: 22px; }
  .dot::after { display: none; }
  .hero__kicker { display: none; }
  .hero__copy { bottom: calc(clamp(1.4rem, 4vh, 2.4rem) + 7.2rem); }
  .hero__h1 { font-size: clamp(2.8rem, 13.5vw, 4.4rem); }
  .hero__side { left: var(--sc-gutter); right: var(--sc-gutter); bottom: clamp(1.4rem, 4vh, 2.4rem); max-width: none; gap: var(--sc-4); }
  .hero__lede { font-size: 0.98rem; }
  .hero__ctas .btn { height: 46px; padding: 0 18px; }
  .hero__drag { left: 20%; right: 20%; top: 16%; bottom: 44%; }

  .tapes { height: 64vh; }
  .story__stage { align-content: start; padding-top: calc(var(--bar-h) + 5vh); }
  .story__text { font-size: clamp(1.7rem, 7.4vw, 2.6rem); max-width: none; }

  .cities__eyebrow { display: none; }
  .cities__panel { top: calc(var(--bar-h) + 6px); transform: none; right: var(--sc-gutter); width: auto; padding: 14px 16px 10px; }
  .cinfo__name { margin-top: 6px; font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .cinfo__blurb { display: none; }
  .cinfo__hours { margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 14px; }
  .cinfo__hours li { grid-template-columns: 2.5rem 1fr; gap: 6px; padding: 6px 0; }
  .cinfo__hours .t:last-child { display: none; }
  .cinfo__hours .p { font-size: 0.8rem; text-align: left; }
  .cities__photo { top: auto; right: auto; left: var(--sc-gutter); bottom: calc(clamp(1rem, 3.4vh, 2rem) + 3.4rem); width: 40vw; transform: rotate(-2deg); }
  .cities__photo figcaption { margin-top: 8px; padding: 6px 8px; font-size: 0.62rem; white-space: nowrap; }
  .cities__photo figcaption span:first-child { display: none; }
  .cities__zoom { width: 30px; height: 30px; right: 6px; top: 6px; }
  .cities__tabs { display: flex; gap: 18px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
  .cities__drag { left: 50%; right: 0; top: 40%; bottom: 13%; }
  .close__drag { left: 38%; right: 8%; top: 10%; bottom: 55%; }
  .ctab { flex: none; font-size: 0.82rem; }

  .hush__stage { padding-top: 16vh; }
  .fill__left { width: auto; right: var(--sc-gutter); top: calc(var(--bar-h) + 2vh); }
  .fill__clock { font-size: clamp(4rem, 20vw, 6rem); }
  .fill__phrase { font-size: clamp(1.8rem, 8vw, 2.6rem); max-width: 62%; min-height: 2.2em; }
  .fill__note { display: none; }
  .fill__hours { display: none; }
  .fill__meter { gap: var(--sc-4); }
  .fill__track span.is-mid { display: none; }

  .anat__title { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .note { width: 43vw; gap: 3px; padding-top: 8px; }
  .note b { font-size: 1.05rem; }
  .note span { font-size: 0.78rem; line-height: 1.4; }
  .note--l1, .note--l2, .note--l3 { left: var(--sc-gutter); text-align: left; }
  .note--l1::before, .note--l2::before, .note--l3::before { background: linear-gradient(90deg, var(--accent), color-mix(in oklab, var(--accent) 10%, transparent)); }
  .note--r1, .note--r2, .note--r3 { right: var(--sc-gutter); }
  .note--l1, .note--r1 { top: calc(var(--bar-h) + 7.4rem); }
  .note--l2, .note--r2 { top: auto; bottom: calc(4vh + 5.6rem); }
  .note--l3, .note--r3 { top: auto; bottom: 3vh; }
  .anat__title { top: calc(var(--bar-h) + 1.5vh); }
  .fill__glow { background: radial-gradient(60% 40% at 74% 58%, color-mix(in oklab, var(--accent-2) 42%, transparent), transparent 70%); }
  .calc__inner { grid-template-columns: 1fr; }
  .shop__head { grid-template-columns: 1fr; gap: var(--sc-4); }
  .shop__grid { grid-template-columns: repeat(2, 1fr); }
  .card--feat { grid-column: span 2; grid-row: auto; }
  .card--feat .card__open { aspect-ratio: 1 / 1; }
  .card__name { font-size: 1.3rem; }
  .card__body { padding: 10px 12px 12px; }

  .close__copy { top: auto; bottom: max(22vh, 11rem); transform: none; }
  .close__h { font-size: clamp(3.2rem, 17vw, 5rem); }
  .foot { gap: 10px 20px; }
  .foot__links { margin-left: 0 !important; }

  .pd { grid-template-columns: 1fr; }
  .pd__info { padding: 24px; }
}

/* short phones: lift the wordmark so the Drag & spin label under the bottle sits clear of it */
@media (max-width: 860px) and (max-height: 700px) { .hero__word { top: 31%; } }

@media (prefers-reduced-motion: reduce) {
  .hero__film-city.is-in { animation: none; }
  .bgswap__img, .cinfo, .cities__photo-frame img { transition: none; }
}

/* --------------------------------------------------------------- lightbox */
.lb { position: fixed; inset: 0; width: 100vw; height: 100vh; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; overflow: hidden; color: var(--ink); }
.lb::backdrop { background: transparent; }
.lb__bg { position: absolute; inset: 0; background: color-mix(in oklab, var(--ground) 95%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lb__stage { position: absolute; inset: 72px 96px 124px; display: grid; place-items: center; touch-action: pan-y; }
.lb__fig { margin: 0; display: grid; justify-items: center; gap: 14px; }
.lb__img { display: block; width: auto; height: auto; max-width: min(calc(100vw - 192px), 1100px); max-height: calc(100vh - 72px - 124px - 36px); max-height: calc(100dvh - 72px - 124px - 36px); border-radius: 3px; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9); transform-origin: 50% 50%; user-select: none; -webkit-user-drag: none; }
.lb__img.is-cut { box-shadow: none; filter: drop-shadow(0 30px 40px rgba(0,0,0,0.6)); border-radius: 0; }
.lb__cap { color: var(--ink); text-align: center; }
.lb__chrome { position: absolute; inset: 0; pointer-events: none; }
.lb__chrome > * { pointer-events: auto; }
.lb__count { position: absolute; left: 24px; top: 26px; margin: 0; color: var(--ink-soft); }
.lb__close { position: absolute; right: 16px; top: 14px; height: 46px; padding: 0 16px 0 18px; display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 23px; cursor: pointer; color: var(--ink); background: color-mix(in oklab, var(--ground-2) 90%, transparent); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 18%, transparent); transition: background-color 160ms, color 160ms, transform 120ms; }
.lb__close .mono { color: inherit; }
.lb__close:hover { background: var(--ink); color: #0c0b0f; }
.lb__nav { position: absolute; top: calc(50% - 26px); width: 56px; height: 56px; border: 0; border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: var(--ink); background: color-mix(in oklab, var(--ground-2) 90%, transparent); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 18%, transparent); transition: background-color 160ms, color 160ms, transform 120ms; }
.lb__nav:hover { background: var(--accent); color: #0c0b0f; box-shadow: none; }
.lb__nav:active, .lb__close:active { transform: scale(0.95); }
.lb__nav--prev { left: 20px; }
.lb__nav--next { right: 20px; }
.lb__nav[hidden] { display: none; }
.lb__thumbs { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; gap: 8px; max-width: calc(100vw - 32px); overflow-x: auto; padding: 4px; scrollbar-width: none; }
.lb__thumbs button { flex: none; width: 64px; height: 64px; padding: 0; border: 0; border-radius: 3px; overflow: hidden; cursor: pointer; background: var(--ground-2); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ink) 14%, transparent); opacity: 0.6; transition: opacity 160ms, box-shadow 160ms; }
.lb__thumbs button:hover { opacity: 1; }
.lb__thumbs button[aria-current="true"] { opacity: 1; box-shadow: 0 0 0 2px var(--accent); }
.lb__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.lb__thumbs img.contain { object-fit: contain; padding: 4px; }
html.lb-open { overflow: hidden; }
@media (max-width: 860px) {
  .lb__stage { inset: 64px 10px 108px; }
  .lb__img { max-width: calc(100vw - 20px); max-height: calc(100dvh - 64px - 108px - 32px); }
  .lb__nav { top: auto; bottom: 20px; width: 46px; height: 46px; }
  .lb__thumbs { max-width: calc(100vw - 132px); }
  .lb__nav--prev { left: 12px; } .lb__nav--next { right: 12px; }
  .lb__thumbs { bottom: 16px; }
  .lb__thumbs button { width: 52px; height: 52px; }
  .lb__count { top: 24px; left: 16px; }
  .lb__close { right: 10px; top: 10px; }
}
