/* Appily-Ten — press-hall page surfaces (unique metaphors) */

/* Shared form / notice helpers */
.label-gun-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.label-gun-full { grid-column: 1 / -1; }
.label-gun-grid label,
.bandbench-form label,
.rindcard-form label,
.capsule-form label,
.chilltunnel-clerk-form label,
.caliper-form label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.label-gun-grid input,
.label-gun-grid select,
.label-gun-grid textarea,
.bandbench-form input,
.bandbench-form select,
.bandbench-form textarea,
.rindcard-form input,
.capsule-form input,
.capsule-form textarea,
.chilltunnel-clerk-form input,
.chilltunnel-clerk-form select,
.chilltunnel-clerk-form textarea,
.caliper-form select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  background: var(--ice);
  color: var(--ink);
}
.label-gun-grid textarea,
.bandbench-form textarea,
.capsule-form textarea,
.chilltunnel-clerk-form textarea { min-height: 110px; resize: vertical; }
.notice {
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--mist);
  margin-bottom: 14px;
  font-size: 0.92rem;
}
.notice.error { background: #fff1eb; border-color: var(--blood); color: #8a2e00; }
.notice.success { background: #eef8ef; border-color: var(--lime); color: #245528; }
.notice.warning { background: #fff8e6; border-color: var(--lemon); }
.mini-copy { color: var(--muted); font-size: 0.9rem; margin: 0; }
.fine-print { font-size: 0.78rem; color: var(--muted); margin: 12px 0 0; }
.price-lg { font-size: 1.8rem; }
.toast {
  position: fixed; bottom: 20px; right: 20px; z-index: 100;
  background: var(--ink); color: var(--ice); padding: 12px 16px;
  border-radius: var(--radius); max-width: 320px; display: none;
}
.toast.is-visible { display: block; }
.toast.error { background: #8a2e00; }
.toast.success { background: #245528; }
.toast.warning { background: #6b4f00; }
.toast.info { background: var(--ink); }

/* —— Shop: juice tap wall —— */
.tapwall-hero {
  padding: 40px 0 0;
  background:
    linear-gradient(135deg, #16324a 0%, var(--ink) 48%, #2a1f18 100%);
  color: var(--ice);
  position: relative;
  overflow: hidden;
}
.tapwall-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  align-items: end;
  padding-bottom: 28px;
}
.tapwall-hero .press-eyebrow { color: var(--lemon); }
.tapwall-hero h1 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.tapwall-hero h1 em {
  font-style: normal;
  color: var(--lemon);
}
.tapwall-hero .hero-lede {
  color: rgba(247, 251, 255, 0.72);
  margin: 0;
  max-width: 42ch;
}
.tapwall-find {
  display: flex;
  background: var(--ice);
  border: 2px solid var(--lemon);
  border-radius: 999px;
  overflow: hidden;
}
.tapwall-find input {
  flex: 1;
  border: 0;
  padding: 13px 16px;
  font: inherit;
  color: var(--ink);
  min-width: 0;
  background: transparent;
}
.tapwall-find button {
  border: 0;
  background: var(--blood);
  color: var(--ice);
  font-weight: 700;
  padding: 0 20px;
  cursor: pointer;
  font-family: var(--font-body);
}
.tapwall-drip-bar {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 18px;
  padding: 0 8%;
  background: rgba(0, 0, 0, 0.18);
}
.tapwall-drip-bar span {
  width: 6px;
  height: 10px;
  border-radius: 0 0 8px 8px;
  background: var(--lemon);
  opacity: 0.85;
}
.tapwall-drip-bar span:nth-child(2) { height: 14px; background: #ff9f43; }
.tapwall-drip-bar span:nth-child(3) { height: 8px; background: var(--lime); }
.tapwall-drip-bar span:nth-child(4) { height: 16px; background: #f07167; }
.tapwall-drip-bar span:nth-child(5) { height: 11px; background: #7bdff2; }

.tapwall-floor { padding: 28px 0 52px; }
.tapwall-spigot-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  margin-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.tapwall-spigot {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px 14px 18px 18px;
  box-shadow: 0 10px 24px rgba(26, 35, 50, 0.05);
}
.tapwall-spigot-knob {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ink);
  border: 3px solid var(--lemon);
  box-shadow: inset 0 0 0 2px var(--ink);
}
.tapwall-spigot.tone-citrus .tapwall-spigot-knob { border-color: var(--lemon); background: var(--blood); }
.tapwall-spigot.tone-pome .tapwall-spigot-knob { border-color: #c45c26; background: #7a2e12; }
.tapwall-spigot.tone-berry .tapwall-spigot-knob { border-color: #f07167; background: #7b1e4b; }
.tapwall-spigot.tone-island .tapwall-spigot-knob { border-color: #7bdff2; background: #0b6e4f; }
.tapwall-spigot.tone-melon .tapwall-spigot-knob { border-color: #9be564; background: #3a7d44; }
.tapwall-spigot.tone-valley .tapwall-spigot-knob { border-color: #f4a261; background: #9c6644; }
.tapwall-spigot.tone-stone .tapwall-spigot-knob { border-color: #e9c46a; background: #6d597a; }
.tapwall-spigot-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.tapwall-spigot em {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
  background: var(--mist);
  padding: 3px 7px;
  border-radius: 999px;
}
.tapwall-spigot:hover,
.tapwall-spigot.is-active {
  border-color: var(--ink);
  background: var(--mist);
  transform: translateY(-2px);
}
.tapwall-spigot.is-active {
  background: var(--ink);
  color: var(--ice);
}
.tapwall-spigot.is-active em {
  background: rgba(247, 251, 255, 0.14);
  color: var(--lemon);
}

.tapwall-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 16px;
  color: var(--muted);
  font-size: 0.88rem;
}
.tapwall-meta-pipe {
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blood), var(--lemon));
}

.tapwall-rack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 16px;
}
.tapwall-bottle {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px 22px 16px 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 30px rgba(26, 35, 50, 0.06);
}
.tapwall-bottle::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--lemon);
}
.tapwall-bottle.tone-citrus::before { background: linear-gradient(90deg, var(--lemon), var(--blood)); }
.tapwall-bottle.tone-pome::before { background: linear-gradient(90deg, #c45c26, #7a2e12); }
.tapwall-bottle.tone-berry::before { background: linear-gradient(90deg, #f07167, #7b1e4b); }
.tapwall-bottle.tone-island::before { background: linear-gradient(90deg, #7bdff2, #0b6e4f); }
.tapwall-bottle.tone-melon::before { background: linear-gradient(90deg, #9be564, #3a7d44); }
.tapwall-bottle.tone-valley::before { background: linear-gradient(90deg, #f4a261, #9c6644); }
.tapwall-bottle.tone-stone::before { background: linear-gradient(90deg, #e9c46a, #6d597a); }

.tapwall-bottle-cap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0 4px;
}
.tapwall-cap-ring {
  width: 42px;
  height: 14px;
  border-radius: 6px;
  background: var(--ink);
  border: 2px solid var(--lemon);
}
.tapwall-cap-stem {
  width: 10px;
  height: 10px;
  background: var(--ink);
  margin-top: -2px;
}
.tapwall-bottle-img {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--mist);
  margin: 0 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
}
.tapwall-bottle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tapwall-seal {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--ink);
  color: var(--lemon);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}
.tapwall-bottle-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.tapwall-bottle-aisle {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.tapwall-bottle-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.tapwall-bottle-var {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}
.tapwall-bottle-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}
.tapwall-empty {
  margin-top: 12px;
}

/* —— Product: caliper grade desk —— */
.caliper-hero {
  padding: 28px 0 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(244, 211, 94, 0.18), transparent 28%),
    linear-gradient(180deg, #eef3f7 0%, var(--ice) 100%);
}
.caliper-hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  letter-spacing: -0.04em;
  line-height: 1;
}
.caliper-hero-title em {
  font-style: normal;
  color: var(--blood);
}
.caliper-trail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
  margin-bottom: 14px;
  color: var(--muted);
}
.caliper-trail a { color: var(--ink); text-decoration: none; font-weight: 600; }
.caliper-trail a:hover { color: var(--blood); }
.caliper-trail-current { color: var(--muted); }
.caliper-floor { padding: 12px 0 40px; }
.caliper-stage {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.caliper-rig { display: grid; gap: 14px; }
.caliper-beam {
  position: relative;
  height: 36px;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 4px;
  overflow: hidden;
}
.caliper-scale {
  position: absolute;
  inset: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.caliper-scale i {
  display: block;
  width: 2px;
  height: 10px;
  background: rgba(247, 251, 255, 0.45);
}
.caliper-scale i:nth-child(odd) { height: 16px; background: var(--lemon); }
.caliper-slider {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: calc(8% + (var(--grade, 60) * 0.72%));
  width: 10px;
  background: var(--blood);
  border-radius: 2px;
  box-shadow: 0 0 0 2px var(--lemon);
}
.caliper-cradle {
  margin: 0;
  position: relative;
  background:
    linear-gradient(160deg, #d8e4ec 0%, #c5d3de 100%);
  border: 2px solid var(--ink);
  padding: 22px 28px 16px;
}
.caliper-jaw {
  position: absolute;
  top: 18px;
  bottom: 58px;
  width: 14px;
  background: var(--ink);
  z-index: 2;
}
.caliper-jaw-left {
  left: 8px;
  border-radius: 4px 0 0 4px;
  clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
}
.caliper-jaw-right {
  right: 8px;
  border-radius: 0 4px 4px 0;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
}
.caliper-photo {
  background: var(--white);
  border: 2px solid var(--ink);
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.caliper-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caliper-plate {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  font-size: 0.78rem;
}
.caliper-plate span {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(26, 35, 50, 0.65);
}
.caliper-plate strong {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.caliper-ribbon {
  position: absolute;
  top: 28px;
  right: 36px;
  z-index: 3;
  background: var(--blood);
  color: var(--ice);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 10px;
}
.caliper-promise {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.caliper-promise li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.caliper-promise-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blood);
  flex-shrink: 0;
}
.caliper-sheet {
  background: var(--white);
  border: 2px solid var(--ink);
  padding: 22px;
  position: relative;
}
.caliper-sheet::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 5px;
  background: repeating-linear-gradient(
    90deg,
    var(--ink) 0 6px,
    transparent 6px 12px
  );
  opacity: 0.15;
}
.caliper-aisle {
  display: inline-block;
  background: var(--mist);
  border: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 9px;
  margin-bottom: 12px;
}
.caliper-sheet h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
}
.caliper-pack {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
}
.caliper-pack strong { color: var(--ink); }
.caliper-lede {
  color: var(--ink-soft);
  margin: 0 0 18px;
  max-width: 46ch;
}
.caliper-notches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}
.caliper-notch {
  background: linear-gradient(180deg, #f4f8fb 0%, var(--ice) 100%);
  border: 1px solid var(--line);
  border-top: 3px solid var(--blood);
  padding: 10px 8px;
  text-align: center;
}
.caliper-notch span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 4px;
}
.caliper-notch em {
  font-style: normal;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
}
.caliper-buy {
  background: linear-gradient(135deg, rgba(244, 211, 94, 0.15), transparent 50%), var(--mist);
  border: 2px solid var(--ink);
  padding: 16px;
}
.caliper-buy-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}
.caliper-buy-note {
  font-size: 0.78rem;
  color: var(--muted);
}
.caliper-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.caliper-row select { max-width: 90px; }
.caliper-row .btn { flex: 1; }
.caliper-lost {
  padding: 72px 0 88px;
  text-align: center;
  background: linear-gradient(160deg, #eef3f7 0%, var(--ice) 100%);
}
.caliper-lost h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  letter-spacing: -0.03em;
  margin: 16px 0 10px;
}
.caliper-lost .hero-lede { color: var(--muted); margin-bottom: 20px; }
.caliper-lost-jaws {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.caliper-lost-jaw {
  width: 12px;
  height: 56px;
  background: var(--ink);
  border-radius: 3px;
}
.caliper-lost-jaw:first-child {
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}
.caliper-lost-jaw:last-child {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}
.caliper-neighbors {
  padding: 28px 0 48px;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 22px,
      rgba(26, 35, 50, 0.03) 22px,
      rgba(26, 35, 50, 0.03) 23px
    ),
    rgba(214, 232, 245, 0.35);
}
.caliper-sib-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.caliper-sib {
  display: flex;
  gap: 12px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blood);
  padding: 10px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.caliper-sib-frame {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--lemon);
  border-left: 0;
  border-bottom: 0;
}
.caliper-sib img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid var(--line);
  flex-shrink: 0;
}
.caliper-sib strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

/* —— Shared page heroes / floors —— */
.pitcher-hero, .bandbench-hero, .cratedock-hero, .chilltunnel-hero, .stamppad-hero, .rindcard-hero, .capsule-hero, .waxseal-hero {
  padding: 34px 0 22px;
}
.pitcher-hero h1, .bandbench-hero h1, .cratedock-hero h1, .chilltunnel-hero h1, .stamppad-hero h1, .rindcard-hero h1, .capsule-hero h1, .waxseal-hero h1 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}
.pitcher-hero h1 em, .bandbench-hero h1 em, .cratedock-hero h1 em, .chilltunnel-hero h1 em, .stamppad-hero h1 em, .rindcard-hero h1 em, .capsule-hero h1 em, .waxseal-hero h1 em {
  font-style: normal; color: var(--blood);
}
.pitcher-floor, .bandbench-floor, .cratedock-floor, .chilltunnel-floor, .stamppad-floor, .rindcard-floor, .capsule-floor, .waxseal-floor {
  padding: 8px 0 52px;
}
.pitcher-layout, .bandbench-layout, .chilltunnel-layout, .rindcard-layout, .capsule-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 20px;
  align-items: start;
}
/* —— Cart: pitcher fill station —— */
.pitcher-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(244, 211, 94, 0.2), transparent 26%),
    linear-gradient(125deg, #16324a 0%, var(--ink) 50%, #3d2314 100%);
  color: var(--ice);
  padding-bottom: 28px;
}
.pitcher-hero .press-eyebrow { color: var(--lemon); }
.pitcher-hero .hero-lede { color: rgba(247, 251, 255, 0.72); max-width: 46ch; }
.pitcher-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr auto;
  gap: 24px;
  align-items: center;
}
.pitcher-gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.pitcher-gauge-glass {
  width: 54px;
  height: 110px;
  border: 3px solid var(--lemon);
  border-radius: 8px 8px 18px 18px;
  background: rgba(247, 251, 255, 0.08);
  overflow: hidden;
  position: relative;
}
.pitcher-gauge-fill {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, #ffb347 0%, var(--blood) 100%);
}
.pitcher-gauge span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(247, 251, 255, 0.7);
}
.pitcher-vessel {
  background: var(--white);
  border: 2px solid var(--ink);
  overflow: hidden;
}
.pitcher-rim {
  position: relative;
  height: 28px;
  background: linear-gradient(180deg, #dfe8f0 0%, #c5d2de 100%);
  border-bottom: 2px solid var(--ink);
}
.pitcher-spout {
  position: absolute;
  left: 18px;
  top: 6px;
  width: 34px;
  height: 14px;
  background: var(--ink);
  border-radius: 0 0 10px 10px;
}
.pitcher-handle {
  position: absolute;
  right: 18px;
  top: 2px;
  width: 28px;
  height: 22px;
  border: 3px solid var(--ink);
  border-left: 0;
  border-radius: 0 14px 14px 0;
}
.pitcher-pours {
  list-style: none;
  margin: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pitcher-pour {
  display: grid;
  grid-template-columns: auto 1.4fr 0.6fr 0.5fr 0.6fr;
  gap: 10px;
  align-items: center;
  background: linear-gradient(90deg, rgba(244, 211, 94, 0.12), transparent 28%), var(--ice);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blood);
  padding: 12px;
  border-radius: 10px;
}
.pitcher-pour-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lemon);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
}
.pitcher-pour-main strong {
  display: block;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.pitcher-pour-main span {
  color: var(--muted);
  font-size: 0.82rem;
}
.pitcher-pour-qty input {
  width: 72px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  background: var(--white);
  min-height: 40px;
}
.pitcher-pour-total {
  font-weight: 700;
  color: var(--blood);
  text-align: right;
}
.pitcher-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 16px 18px;
}
.pitcher-empty { margin: 18px; }
.pitcher-empty .btn { margin-top: 14px; }
.pitcher-ticket {
  background: var(--lemon);
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 18px;
  position: relative;
}
.pitcher-ticket::before,
.pitcher-ticket::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  height: 8px;
  background: radial-gradient(circle at 8px 0, transparent 6px, var(--ink) 7px) repeat-x;
  background-size: 16px 8px;
  opacity: 0.15;
}
.pitcher-ticket::before { top: 8px; }
.pitcher-ticket::after { bottom: 8px; transform: rotate(180deg); }
.pitcher-ticket-head span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}
.pitcher-ticket-head strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin: 4px 0 16px;
  letter-spacing: -0.02em;
}
.pitcher-ticket-rows {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.pitcher-ticket-rows div,
.pitcher-ticket-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.92rem;
}
.pitcher-ticket-rows em,
.pitcher-ticket-total strong { font-style: normal; }
.pitcher-ticket-total {
  border-top: 2px solid var(--ink);
  padding-top: 12px;
  font-size: 1.1rem;
}
.pitcher-ticket-cta {
  width: 100%;
  margin-top: 16px;
  background: var(--ink);
  color: var(--ice);
  border-color: var(--ink);
}

/* —— Checkout: crate banding bench —— */
.bandbench-hero {
  background:
    radial-gradient(circle at 12% 80%, rgba(217, 79, 4, 0.1), transparent 28%),
    linear-gradient(125deg, #f3ebe2 0%, var(--ice) 45%, #e4eef5 100%);
}
.bandbench-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr auto;
  gap: 24px;
  align-items: end;
}
.bandbench-hero .press-eyebrow { color: var(--blood); }
.bandbench-hero .hero-lede { max-width: 46ch; color: var(--muted); }
.bandbench-pass {
  background: var(--ink);
  color: var(--ice);
  border: 2px solid var(--ink);
  padding: 14px 16px 16px;
  min-width: 168px;
  position: relative;
  overflow: hidden;
}
.bandbench-pass::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: repeating-linear-gradient(
    90deg,
    var(--lemon) 0 10px,
    var(--blood) 10px 20px
  );
}
.bandbench-pass-label {
  display: block;
  margin-top: 8px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.55);
}
.bandbench-pass-code {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  margin: 2px 0 4px;
}
.bandbench-pass-qty {
  display: block;
  font-size: 0.85rem;
  color: var(--lemon);
  font-weight: 700;
}
.bandbench-ratchet {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
}
.bandbench-ratchet-wheel {
  position: absolute;
  inset: 4px;
  border: 3px solid var(--lemon);
  border-radius: 50%;
}
.bandbench-ratchet-arm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background: var(--blood);
  transform-origin: left center;
  transform: rotate(-35deg);
}
.bandbench-straps {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.bandbench-strap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 2px solid var(--ink);
  padding: 8px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bandbench-strap.is-cinched {
  background: var(--ink);
  color: var(--ice);
  border-color: var(--ink);
}
.bandbench-buckle {
  width: 12px;
  height: 12px;
  border: 2px solid var(--lemon);
  background: var(--blood);
  transform: rotate(45deg);
}
.bandbench-strap-join {
  width: 28px;
  height: 4px;
  background: var(--blood);
  flex-shrink: 0;
}
.bandbench-desk {
  background: var(--white);
  border: 2px solid var(--ink);
  padding: 0 20px 22px;
  position: relative;
}
.bandbench-desk::before,
.bandbench-desk::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background: repeating-linear-gradient(
    180deg,
    var(--ink) 0 6px,
    transparent 6px 14px
  );
  opacity: 0.12;
  pointer-events: none;
}
.bandbench-desk::before { left: 0; }
.bandbench-desk::after { right: 0; }
.bandbench-desk-head {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #f0e6d8 0%, var(--mist) 100%);
  margin: 0 -20px 18px;
  padding: 12px 20px;
  border-bottom: 2px solid var(--ink);
}
.bandbench-tensioner {
  width: 34px;
  height: 22px;
  border: 3px solid var(--ink);
  border-radius: 4px;
  background: var(--lemon);
  position: relative;
}
.bandbench-tensioner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  height: 3px;
  background: var(--blood);
  margin-top: -1.5px;
}
.bandbench-desk-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  flex: 1;
}
.bandbench-tension-mark {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--blood);
}
.bandbench-band {
  border: 0;
  margin: 0 0 4px;
  padding: 0;
}
.bandbench-band legend {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  padding: 0;
}
.bandbench-band-num {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: var(--blood);
  color: var(--ice);
  font-size: 0.8rem;
  border-radius: 4px;
}
.bandbench-fields {
  display: grid;
  gap: 14px;
}
.bandbench-fields-duo { grid-template-columns: 1fr 1fr; }
.bandbench-fields-route { grid-template-columns: 1fr 1fr 1fr; }
.bandbench-field-wide { grid-column: 1 / -1; }
.bandbench-perforation {
  height: 1px;
  margin: 18px 0;
  background: repeating-linear-gradient(
    90deg,
    var(--line) 0 8px,
    transparent 8px 14px
  );
}
.bandbench-pay-fixed {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  background: var(--mist);
  border: 1px solid var(--line);
  font-weight: 700;
}
.bandbench-pay-grid {
  display: grid;
  gap: 8px;
}
.bandbench-pay-option {
  cursor: pointer;
}
.bandbench-pay-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bandbench-pay-body {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 2px solid var(--line);
  background: var(--ice);
  font-weight: 600;
  transition: border-color 0.15s, background 0.15s;
}
.bandbench-pay-option input:checked + .bandbench-pay-body {
  border-color: var(--blood);
  background: rgba(217, 79, 4, 0.06);
}
.bandbench-pay-chip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid var(--ink);
  background: var(--lemon);
  flex-shrink: 0;
  position: relative;
}
.bandbench-pay-option input:checked + .bandbench-pay-body .bandbench-pay-chip::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: var(--blood);
  border-radius: 50%;
}
.bandbench-legal { margin: 16px 0 0; }
.bandbench-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  align-items: center;
}
.bandbench-submit { margin-left: auto; }
.bandbench-slip {
  position: relative;
  background: #f4ebe0;
  border: 2px solid var(--ink);
  padding: 0;
  color: var(--ink);
}
.bandbench-slip-straps {
  display: flex;
  justify-content: space-around;
  padding: 10px 12px 0;
  gap: 8px;
}
.bandbench-slip-straps span {
  flex: 1;
  height: 8px;
  background: var(--blood);
  border: 1px solid var(--ink);
  border-radius: 2px;
}
.bandbench-slip-panel {
  padding: 14px 18px 18px;
  position: relative;
}
.bandbench-slip-head span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}
.bandbench-slip-head strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 4px 0 14px;
  letter-spacing: -0.02em;
}
.bandbench-slip-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.bandbench-slip-lines li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.9rem;
  border-bottom: 1px dashed rgba(26, 35, 50, 0.25);
  padding-bottom: 6px;
}
.bandbench-slip-lines em { font-style: normal; font-weight: 700; }
.bandbench-slip-totals {
  margin-top: 14px;
  display: grid;
  gap: 6px;
}
.bandbench-slip-totals div { display: flex; justify-content: space-between; }
.bandbench-slip-totals em { font-style: normal; }
.bandbench-slip-grand {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 2px solid var(--ink);
  font-size: 1.1rem;
}
.bandbench-slip-stamp {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--blood);
  border: 2px solid var(--blood);
  padding: 4px 8px;
  transform: rotate(-8deg);
  opacity: 0.85;
}

/* —— Orders: crate dock manifest —— */
.cratedock-hero {
  background:
    linear-gradient(180deg, rgba(26, 35, 50, 0.04) 0%, transparent 40%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 18px,
      rgba(26, 35, 50, 0.04) 18px,
      rgba(26, 35, 50, 0.04) 19px
    ),
    linear-gradient(160deg, #eef4f8 0%, var(--ice) 55%, #f7ebe0 100%);
}
.cratedock-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 28px;
  align-items: end;
}
.cratedock-hero .press-eyebrow { color: var(--blood); }
.cratedock-hero .hero-lede { max-width: 44ch; color: var(--muted); }
.cratedock-hooks {
  position: relative;
  width: 160px;
  height: 100px;
}
.cratedock-rail-bar {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--ink);
  border-radius: 3px;
}
.cratedock-hook {
  position: absolute;
  top: 16px;
  width: 3px;
  height: 28px;
  background: var(--ink);
}
.cratedock-hook:nth-child(2) { left: 28px; }
.cratedock-hook:nth-child(3) { left: 72px; }
.cratedock-hook:nth-child(4) { left: 116px; }
.cratedock-hook::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: -5px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
}
.cratedock-tag-ghost {
  position: absolute;
  left: 58px;
  top: 48px;
  width: 44px;
  height: 52px;
  background: var(--lemon);
  border: 2px solid var(--ink);
  border-radius: 4px 4px 10px 10px;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
}
.cratedock-bay {
  background:
    linear-gradient(180deg, #2a3544 0%, #1a2332 28%, #121820 100%);
  color: var(--ice);
  border: 3px solid var(--ink);
  padding: 0 20px 24px;
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.cratedock-bay::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 100%, rgba(217, 79, 4, 0.12), transparent 40%),
    radial-gradient(ellipse at 80% 0%, rgba(244, 211, 94, 0.08), transparent 35%);
  pointer-events: none;
}
.cratedock-overhead {
  position: relative;
  height: 36px;
  margin: 0 -20px 8px;
  background: linear-gradient(180deg, #3d4a5c 0%, #2a3544 100%);
  border-bottom: 2px solid rgba(247, 251, 255, 0.12);
}
.cratedock-beam {
  position: absolute;
  top: 10px;
  left: 16px;
  right: 16px;
  height: 5px;
  background: var(--lemon);
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.cratedock-pulley {
  position: absolute;
  top: 6px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--ice);
}
.cratedock-pulley:nth-child(2) { left: 18%; }
.cratedock-pulley:nth-child(3) { left: 48%; }
.cratedock-pulley:nth-child(4) { left: 78%; }
.cratedock-bay-label {
  position: relative;
  margin: 0 0 16px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.45);
  font-weight: 700;
}
.cratedock-loading {
  position: relative;
  background: rgba(247, 251, 255, 0.06);
  border-color: rgba(247, 251, 255, 0.18);
  color: var(--ice);
}
.cratedock-guest {
  position: relative;
  text-align: center;
  padding: 36px 16px 28px;
}
.cratedock-gate {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border: 3px solid var(--lemon);
  border-radius: 8px;
  position: relative;
  background: rgba(244, 211, 94, 0.08);
}
.cratedock-gate-latch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 3px solid var(--lemon);
  border-radius: 50%;
}
.cratedock-gate-latch::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 5px;
  width: 4px;
  height: 10px;
  background: var(--lemon);
  border-radius: 2px;
}
.cratedock-guest h3 {
  font-family: var(--font-display);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.cratedock-guest .mini-copy { color: rgba(247, 251, 255, 0.65); }
.cratedock-guest-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.cratedock-tags {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cratedock-bay .order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background:
    linear-gradient(135deg, rgba(244, 211, 94, 0.12) 0%, transparent 40%),
    rgba(247, 251, 255, 0.06);
  border: 1px solid rgba(247, 251, 255, 0.16);
  border-left: 5px solid var(--blood);
  padding: 14px 16px;
  border-radius: 0 10px 10px 0;
  position: relative;
  color: var(--ice);
}
.cratedock-bay .order-row::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 22px;
  width: 2px;
  height: 10px;
  background: var(--lemon);
}
.cratedock-bay .order-row::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 16px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--lemon);
  border-radius: 50%;
  background: var(--ink);
}
.cratedock-bay .order-row strong {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  color: var(--ice);
}
.cratedock-bay .order-row .mini-copy,
.cratedock-bay .order-row .order-items {
  color: rgba(247, 251, 255, 0.62);
}
.cratedock-bay .order-row .btn {
  background: var(--lemon);
  color: var(--ink);
  border-color: var(--lemon);
  flex-shrink: 0;
}
.cratedock-empty {
  position: relative;
  background: transparent;
  border-color: rgba(247, 251, 255, 0.2);
  color: var(--ice);
}
.cratedock-empty a { color: var(--lemon); }

/* —— Order status: chill tunnel thermograph —— */
.chilltunnel-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(91, 168, 212, 0.22), transparent 30%),
    linear-gradient(135deg, #0f1c28 0%, var(--ink) 48%, #1a3344 100%);
  color: var(--ice);
}
.chilltunnel-hero .press-eyebrow { color: #7ec8e8; }
.chilltunnel-hero .hero-lede { color: rgba(247, 251, 255, 0.7); max-width: 48ch; }
.chilltunnel-hero .hero-lede strong { color: var(--lemon); font-weight: 700; }
.chilltunnel-hero h1 em { color: #7ec8e8; }
.chilltunnel-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 24px;
  align-items: end;
}
.chilltunnel-thermo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 72px;
}
.chilltunnel-thermo-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.5);
  font-weight: 700;
}
.chilltunnel-thermo-tube {
  width: 28px;
  height: 110px;
  border: 3px solid #7ec8e8;
  border-radius: 14px;
  background: rgba(247, 251, 255, 0.08);
  overflow: hidden;
  position: relative;
}
.chilltunnel-thermo-fill {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, #7ec8e8 0%, #2a7a9b 55%, var(--blood) 100%);
}
.chilltunnel-thermo-read {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--lemon);
}
.chilltunnel-lost {
  padding: 64px 0 80px;
  background: linear-gradient(160deg, #0f1c28 0%, var(--ink) 100%);
  color: var(--ice);
  text-align: center;
}
.chilltunnel-lost h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  letter-spacing: -0.03em;
  margin: 16px 0 10px;
}
.chilltunnel-lost .hero-lede { color: rgba(247, 251, 255, 0.65); }
.chilltunnel-lost-gauge {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 3px solid #7ec8e8;
  border-radius: 50%;
  position: relative;
}
.chilltunnel-lost-needle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 3px;
  background: var(--blood);
  transform-origin: left center;
  transform: rotate(-50deg);
}
.chilltunnel-lost-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.chilltunnel-chart,
.chilltunnel-clerk {
  background: var(--white);
  border: 2px solid var(--ink);
  padding: 20px;
}
.chilltunnel-chart {
  background:
    linear-gradient(180deg, rgba(126, 200, 232, 0.08) 0%, transparent 40%),
    var(--white);
}
.chilltunnel-chart-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.chilltunnel-status {
  display: inline-block;
  background: #1a4a5c;
  color: #7ec8e8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
}
.chilltunnel-chart-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.15rem;
}
.chilltunnel-zones {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 0;
  position: relative;
}
.chilltunnel-zones::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: linear-gradient(180deg, #c5e8f5 0%, #7ec8e8 40%, #2a7a9b 100%);
  border-radius: 2px;
}
.chilltunnel-zone {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  position: relative;
  opacity: 0.4;
}
.chilltunnel-zone.is-done,
.chilltunnel-zone.is-active { opacity: 1; }
.chilltunnel-zone-temp {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: #2a7a9b;
  text-align: center;
  z-index: 1;
}
.chilltunnel-zone.is-active .chilltunnel-zone-temp { color: var(--blood); }
.chilltunnel-zone.is-done .chilltunnel-zone-temp { color: var(--ink); }
.chilltunnel-zone-copy strong {
  display: block;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.chilltunnel-zone-copy span {
  color: var(--muted);
  font-size: 0.82rem;
}
.chilltunnel-zone-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid var(--ink);
  background: var(--mist);
  z-index: 1;
}
.chilltunnel-zone.is-done .chilltunnel-zone-dot {
  background: #7ec8e8;
  border-color: #2a7a9b;
}
.chilltunnel-zone.is-active .chilltunnel-zone-dot {
  background: var(--blood);
  border-color: var(--blood);
  box-shadow: 0 0 0 4px rgba(217, 79, 4, 0.2);
}
.chilltunnel-manifest {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  display: grid;
  gap: 8px;
}
.chilltunnel-manifest-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.92rem;
}
.chilltunnel-manifest-row em { font-style: normal; font-weight: 700; }
.chilltunnel-item { color: var(--muted); }
.chilltunnel-route {
  margin-top: 16px;
  padding: 12px 14px;
  background: linear-gradient(90deg, rgba(126, 200, 232, 0.12), transparent);
  border-left: 4px solid #2a7a9b;
}
.chilltunnel-route-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 4px;
}
.chilltunnel-route p { margin: 0; }
.chilltunnel-clerk {
  position: relative;
  overflow: hidden;
}
.chilltunnel-clerk-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 10px;
}
.chilltunnel-clerk-bell {
  width: 18px;
  height: 18px;
  border: 2px solid var(--blood);
  border-radius: 50% 50% 40% 40%;
  background: var(--lemon);
  position: relative;
}
.chilltunnel-clerk-bell::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 6px;
  height: 4px;
  margin-left: -3px;
  background: var(--ink);
  border-radius: 0 0 2px 2px;
}
.chilltunnel-clerk h2 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.chilltunnel-clerk-form { margin-top: 14px; }
.chilltunnel-clerk-form .btn { margin-top: 14px; }
.chilltunnel-support { margin-top: 18px; }
.chilltunnel-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

/* —— Shared support timeline —— */
.support-item {
  border-left: 3px solid var(--lemon);
  padding: 8px 0 8px 12px;
  margin-bottom: 10px;
  background: var(--mist);
}

/* —— Account: citrus loyalty stamp pad —— */
.stamppad-hero {
  background:
    radial-gradient(circle at 12% 80%, rgba(217, 79, 4, 0.18), transparent 30%),
    linear-gradient(135deg, #1a2332 0%, #2c3a4f 45%, #4a2c1a 100%);
  color: var(--ice);
  padding-bottom: 28px;
}
.stamppad-hero .press-eyebrow { color: var(--lemon); }
.stamppad-hero .hero-lede { color: rgba(247, 251, 255, 0.72); max-width: 44ch; }
.stamppad-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr auto;
  gap: 24px;
  align-items: center;
}
.stamppad-inkwell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.stamppad-ink-pad {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ff7a3d, var(--blood) 55%, #7a2400 100%);
  border: 4px solid var(--lemon);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 0 rgba(0, 0, 0, 0.22);
}
.stamppad-ink-face {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  color: rgba(247, 251, 255, 0.92);
}
.stamppad-inkwell small {
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(247, 251, 255, 0.65);
}

.stamppad-pass {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  background: var(--white);
  border: 2px solid var(--ink);
  overflow: hidden;
  min-height: 460px;
  box-shadow: 0 18px 40px rgba(26, 35, 50, 0.08);
}
.stamppad-spine {
  background:
    linear-gradient(180deg, #1a2332 0%, #243447 100%);
  color: var(--ice);
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-right: 3px dashed rgba(244, 211, 94, 0.35);
}
.stamppad-pass-chip {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: rgba(247, 251, 255, 0.06);
  border: 1px solid rgba(247, 251, 255, 0.12);
  border-radius: 12px;
}
.stamppad-chip-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blood);
  border: 2px solid var(--lemon);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  flex-shrink: 0;
}
.stamppad-pass-chip h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.stamppad-pass-chip .press-eyebrow {
  color: var(--lemon);
  margin-bottom: 2px;
}
.stamppad-tabs {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stamp-tab,
.stamppad-spine .dash-nav-link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  color: rgba(247, 251, 255, 0.78);
  padding: 11px 10px;
  border-radius: 10px;
  font: inherit;
  cursor: pointer;
}
.stamp-tab-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(247, 251, 255, 0.2);
  border: 2px solid rgba(247, 251, 255, 0.35);
}
.stamp-tab strong,
.stamppad-spine .dash-nav-link strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}
.stamp-tab small,
.stamppad-spine .dash-nav-link small {
  display: block;
  color: rgba(247, 251, 255, 0.5);
  font-size: 0.72rem;
  margin-top: 1px;
}
.stamp-tab:hover,
.stamp-tab.is-active,
.stamppad-spine .dash-nav-link:hover,
.stamppad-spine .dash-nav-link.is-active {
  background: rgba(247, 251, 255, 0.08);
  border-color: rgba(244, 211, 94, 0.35);
  color: var(--ice);
}
.stamp-tab.is-active .stamp-tab-dot,
.stamppad-spine .dash-nav-link.is-active .stamp-tab-dot {
  background: var(--lemon);
  border-color: var(--lemon);
}

.stamppad-face {
  padding: 22px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7fbff 100%);
}
.stamppad-face-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.stamppad-panel-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}
.stamppad-panel-head span {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--blood);
  font-size: 0.9rem;
}
.stamppad-panel-head h3,
.orders-head.stamppad-panel-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.orders-head.stamppad-panel-head {
  justify-content: space-between;
  align-items: center;
}
.orders-head.stamppad-panel-head > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.dash-panel { display: none; }
.dash-panel.is-active { display: block; }
.orders-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.orders-head h3 { margin: 0; font-family: var(--font-display); }
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.profile-grid > div,
.profile-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--lemon);
  padding: 14px;
  border-radius: 8px;
}

.stamppad-gate {
  border: 2px solid var(--ink);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(26, 35, 50, 0.08);
}
.stamppad-gate-tabs { background: var(--ink); }
.stamppad-panel-kicker {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--blood);
  background: rgba(217, 79, 4, 0.08);
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.form-subhead {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 18px 0 10px;
}
.auth-forgot-block {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.auth-form .lead,
.stamppad-gate .lead {
  color: var(--muted);
  margin: 0 0 16px;
}
.stamppad-gate h2 {
  font-family: var(--font-display);
  margin: 0 0 8px;
  letter-spacing: -0.03em;
}

/* —— Track: rind punch card reader —— */
.rindcard-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(244, 211, 94, 0.18), transparent 28%),
    linear-gradient(120deg, #1a2332 0%, #243447 55%, #3a2418 100%);
  color: var(--ice);
  padding-bottom: 28px;
}
.rindcard-hero .press-eyebrow { color: var(--lemon); }
.rindcard-hero .hero-lede { color: rgba(247, 251, 255, 0.72); max-width: 46ch; }
.rindcard-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}
.rindcard-sample {
  justify-self: end;
  width: min(280px, 100%);
  background: linear-gradient(180deg, #fff8e8 0%, #f3e2c0 100%);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 10px;
  padding: 14px;
  box-shadow: 12px 16px 0 rgba(0, 0, 0, 0.18);
  transform: rotate(3deg);
}
.rindcard-sample-holes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}
.rindcard-sample-holes span {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ink);
  opacity: 0.85;
}
.rindcard-sample-holes span:nth-child(3n) { opacity: 0.25; background: transparent; border: 1.5px dashed rgba(26, 35, 50, 0.35); }
.rindcard-sample-text strong {
  display: block;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: 1.2rem;
}
.rindcard-sample-text small {
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.rindcard-reader {
  background: var(--white);
  border: 2px solid var(--ink);
  overflow: hidden;
}
.rindcard-slot {
  background: var(--ink);
  color: var(--ice);
  padding: 14px 16px 18px;
  position: relative;
}
.rindcard-slot-lip {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #0d131c;
  border: 1px solid rgba(247, 251, 255, 0.15);
  margin-bottom: 10px;
}
.rindcard-slot-mouth {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--lemon);
}
.rindcard-reader-body { padding: 20px; }
.rindcard-reader-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.rindcard-reader-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}
.rindcard-led {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(107, 163, 104, 0.2);
  flex-shrink: 0;
}
.rindcard-fields { display: grid; gap: 14px; }
.rindcard-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.rindcard-punch-row {
  display: flex;
  gap: 5px;
  margin-bottom: 6px;
}
.rindcard-punch-row span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mist);
  border: 1px solid var(--line);
}
.rindcard-punch-row span:nth-child(odd) {
  background: var(--ink);
  border-color: var(--ink);
}
.rindcard-field input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  background: var(--ice);
  color: var(--ink);
}
.rindcard-submit { margin-top: 16px; width: 100%; }

.rindcard-output {
  background: var(--mist);
  border: 2px solid var(--ink);
  padding: 18px;
  min-height: 100%;
}
.rindcard-output.has-readout {
  background: var(--white);
}
.rindcard-output-head span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.rindcard-output-head strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 4px 0 16px;
  letter-spacing: -0.02em;
}
.rindcard-status {
  display: inline-block;
  background: var(--blood);
  color: var(--ice);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 9px;
  margin-bottom: 10px;
}
.rindcard-readout h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}
.rindcard-facts {
  margin: 0 0 16px;
  display: grid;
  gap: 10px;
}
.rindcard-facts div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 8px;
}
.rindcard-facts dt {
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.rindcard-facts dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}
.rindcard-open { width: 100%; }
.rindcard-empty {
  border: 0;
  background: transparent;
  padding: 24px 8px;
}

/* —— Contact: pneumatic capsule station —— */
.capsule-hero {
  background:
    radial-gradient(circle at 8% 90%, rgba(217, 79, 4, 0.1), transparent 26%),
    linear-gradient(125deg, #e8eef3 0%, var(--ice) 50%, #f3ebe2 100%);
}
.capsule-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr auto;
  gap: 28px;
  align-items: end;
}
.capsule-hero .press-eyebrow { color: var(--blood); }
.capsule-hero .hero-lede { max-width: 46ch; color: var(--muted); }
.capsule-pipe {
  position: relative;
  width: 150px;
  height: 110px;
}
.capsule-pipe-elbow {
  position: absolute;
  top: 8px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 10px solid var(--ink);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 18px 0 0;
}
.capsule-pipe-run {
  position: absolute;
  top: 8px;
  left: 12px;
  right: 56px;
  height: 10px;
  background: var(--ink);
  border-radius: 5px;
}
.capsule-pod {
  position: absolute;
  top: 2px;
  left: 42px;
  width: 36px;
  height: 22px;
  background: var(--lemon);
  border: 2px solid var(--ink);
  border-radius: 12px;
  box-shadow: inset 0 -4px 0 rgba(26, 35, 50, 0.12);
}
.capsule-pipe-mouth {
  position: absolute;
  bottom: 8px;
  right: 10px;
  width: 28px;
  height: 54px;
  background: var(--ink);
  border-radius: 8px 8px 14px 14px;
}
.capsule-pipe-mouth::after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 8px;
  height: 18px;
  background: rgba(247, 251, 255, 0.2);
  border-radius: 4px;
}
.capsule-station {
  background: var(--white);
  border: 2px solid var(--ink);
  padding: 0 20px 22px;
  position: relative;
  overflow: hidden;
}
.capsule-station::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: repeating-linear-gradient(
    180deg,
    var(--ink) 0 8px,
    var(--blood) 8px 16px,
    var(--lemon) 16px 24px
  );
}
.capsule-station-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 -20px 18px;
  margin-left: -10px;
  padding: 12px 20px 12px 28px;
  background: linear-gradient(90deg, #dfe8f0 0%, var(--mist) 100%);
  border-bottom: 2px solid var(--ink);
}
.capsule-hatch {
  width: 28px;
  height: 20px;
  border: 3px solid var(--ink);
  border-radius: 4px 4px 10px 10px;
  background: var(--blood);
  position: relative;
}
.capsule-hatch::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  width: 8px;
  height: 6px;
  margin-left: -4px;
  background: var(--ink);
  border-radius: 2px 2px 0 0;
}
.capsule-station-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  flex: 1;
}
.capsule-station-code {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--blood);
}
.capsule-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.capsule-field-wide { grid-column: 1 / -1; }
.capsule-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.capsule-actions .btn { margin-left: auto; }
.capsule-directory {
  background: var(--ink);
  color: var(--ice);
  border: 2px solid var(--ink);
  padding: 20px;
  position: relative;
}
.capsule-directory-rail {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.capsule-directory-rail span {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: rgba(247, 251, 255, 0.15);
  border: 1px solid rgba(247, 251, 255, 0.2);
}
.capsule-directory-rail span:nth-child(2) { background: var(--lemon); border-color: var(--lemon); }
.capsule-directory-rail span:nth-child(3) { background: var(--blood); border-color: var(--blood); }
.capsule-directory h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.capsule-directory-lede {
  margin: 0 0 16px;
  font-size: 0.88rem;
  color: rgba(247, 251, 255, 0.6);
}
.capsule-facts { margin: 0; display: grid; gap: 12px; }
.capsule-facts div {
  border-bottom: 1px dashed rgba(247, 251, 255, 0.18);
  padding-bottom: 8px;
}
.capsule-facts dt {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.45);
  margin-bottom: 2px;
}
.capsule-facts dd { margin: 0; font-weight: 600; }
.capsule-facts a { color: var(--lemon); }

/* —— Policy: wax seal codex —— */
.waxseal-hero {
  background:
    radial-gradient(circle at 88% 20%, rgba(217, 79, 4, 0.12), transparent 28%),
    linear-gradient(140deg, #f4ebe0 0%, var(--ice) 48%, #e8eef3 100%);
}
.waxseal-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 24px;
  align-items: end;
}
.waxseal-hero .press-eyebrow { color: var(--blood); }
.waxseal-hero .hero-lede { max-width: 46ch; color: var(--muted); }
.waxseal-badge {
  position: relative;
  width: 96px;
  height: 110px;
  display: grid;
  place-items: end center;
}
.waxseal-ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 48px;
  margin-left: -5px;
  background: linear-gradient(180deg, var(--lemon) 0%, var(--blood) 100%);
  border: 1px solid var(--ink);
}
.waxseal-disc {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f0714a 0%, var(--blood) 55%, #8a2e02 100%);
  border: 3px solid var(--ink);
  color: var(--ice);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 0 rgba(26, 35, 50, 0.15);
}
.waxseal-disc strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.waxseal-disc em {
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  opacity: 0.85;
  margin-top: 4px;
}
.waxseal-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.waxseal-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  background: var(--white);
  border: 2px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}
.waxseal-tab-mark {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--mist);
  border: 2px solid var(--ink);
  font-family: var(--font-display);
  font-size: 0.7rem;
}
.waxseal-tab.active,
.waxseal-tab:hover {
  background: var(--ink);
  color: var(--ice);
  border-color: var(--ink);
}
.waxseal-tab.active .waxseal-tab-mark,
.waxseal-tab:hover .waxseal-tab-mark {
  background: var(--blood);
  color: var(--ice);
  border-color: var(--lemon);
}
.waxseal-folio {
  background:
    linear-gradient(180deg, #fbf7f0 0%, var(--white) 18%);
  border: 2px solid var(--ink);
  padding: 28px 26px 30px;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(217, 79, 4, 0.08);
}
.waxseal-folio::before,
.waxseal-folio::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--lemon);
}
.waxseal-folio::before { left: 14px; }
.waxseal-folio::after { right: 14px; }
.waxseal-folio-cord {
  position: absolute;
  top: -2px;
  right: 48px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.waxseal-cord-line {
  width: 3px;
  height: 28px;
  background: var(--ink);
}
.waxseal-cord-seal {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blood);
  border: 2px solid var(--ink);
  color: var(--ice);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  box-shadow: 0 3px 0 rgba(26, 35, 50, 0.2);
}
.waxseal-folio-meta {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px dashed rgba(26, 35, 50, 0.18);
}
.waxseal-folio-meta span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.waxseal-folio-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
.waxseal-folio .policy-content h1 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  margin-top: 0;
}
.waxseal-folio .policy-content h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-top: 22px;
  padding-left: 12px;
  border-left: 4px solid var(--blood);
}
.highlight-box {
  background: var(--mist);
  border-left: 4px solid var(--blood);
  padding: 12px 14px;
  margin: 12px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
}
.contact-card {
  background: var(--mist);
  border: 1px solid var(--line);
  padding: 12px;
}
.contact-card dt {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-card dd { margin: 4px 0 0; font-weight: 600; }

/* Order list cards (shared) */
.order-list { display: grid; gap: 10px; }
.order-card,
.order-row {
  background: var(--white); border: 1px solid var(--line); padding: 14px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; align-items: center;
}
.order-items { font-size: 0.85rem; color: var(--muted); margin-top: 4px; }

/* Responsive */
@media (max-width: 980px) {
  .tapwall-hero-grid,
  .caliper-stage,
  .pitcher-layout,
  .pitcher-hero-grid,
  .bandbench-layout,
  .chilltunnel-layout,
  .rindcard-layout,
  .capsule-layout,
  .stamppad-pass { grid-template-columns: 1fr; }
  .tapwall-rack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .caliper-sib-grid { grid-template-columns: 1fr 1fr; }
  .caliper-notches { grid-template-columns: 1fr 1fr; }
  .pitcher-pour { grid-template-columns: auto 1fr 1fr; }
  .rindcard-sample { justify-self: start; transform: rotate(0deg); }
  .label-gun-grid { grid-template-columns: 1fr; }
  .profile-grid, .contact-grid { grid-template-columns: 1fr; }
  .tapwall-find { width: 100%; }
  .rindcard-hero-grid { grid-template-columns: 1fr; }
  .waxseal-rail {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .waxseal-tab { flex: 0 0 auto; white-space: nowrap; }
}

@media (max-width: 720px) {
  .tapwall-hero,
  .pitcher-hero, .bandbench-hero, .cratedock-hero, .chilltunnel-hero,
  .stamppad-hero, .rindcard-hero, .capsule-hero, .waxseal-hero {
    padding-top: 24px;
  }
  .tapwall-hero-grid { padding-bottom: 22px; }
  .tapwall-hero h1,
  .pitcher-hero h1, .bandbench-hero h1, .cratedock-hero h1, .chilltunnel-hero h1,
  .stamppad-hero h1, .rindcard-hero h1, .capsule-hero h1, .waxseal-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.4rem);
  }
  .waxseal-hero-grid { grid-template-columns: 1fr; }
  .waxseal-badge { justify-self: start; }
  .capsule-hero-grid { grid-template-columns: 1fr; }
  .capsule-pipe { display: none; }
  .capsule-fields { grid-template-columns: 1fr; }
  .capsule-actions { flex-direction: column; align-items: stretch; }
  .capsule-actions .btn { margin-left: 0; width: 100%; }
  .chilltunnel-hero-grid { grid-template-columns: 1fr; }
  .chilltunnel-thermo { flex-direction: row; align-items: center; gap: 14px; justify-self: start; }
  .chilltunnel-thermo-tube { height: 64px; width: 22px; }
  .bandbench-hero-grid { grid-template-columns: 1fr; }
  .bandbench-pass { justify-self: start; }
  .bandbench-fields-duo,
  .bandbench-fields-route { grid-template-columns: 1fr; }
  .bandbench-actions { flex-direction: column; align-items: stretch; }
  .bandbench-submit { margin-left: 0; width: 100%; }
  .cratedock-hero-grid { grid-template-columns: 1fr; }
  .cratedock-hooks { display: none; }
  .cratedock-bay .order-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .cratedock-bay .order-row .btn { width: 100%; text-align: center; }
  .tapwall-rack,
  .caliper-sib-grid { grid-template-columns: 1fr; }
  .tapwall-spigot { min-width: 140px; }
  .caliper-cradle { padding: 18px 20px 14px; }
  .caliper-jaw { display: none; }
  .caliper-row { flex-direction: column; }
  .caliper-row select { max-width: none; width: 100%; }
  .caliper-sheet { padding: 18px 16px; }
  .pitcher-pour {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }
  .pitcher-pour-main { grid-column: 2 / -1; }
  .pitcher-pour-mark { grid-row: 1 / 3; align-self: start; }
  .pitcher-pour-price { grid-column: 2; }
  .pitcher-pour-qty { grid-column: 3; justify-self: end; }
  .pitcher-pour-total { grid-column: 2 / -1; text-align: left; }
  .pitcher-pour-qty input { width: 64px; min-height: 40px; }
  .pitcher-gauge { justify-self: start; }
  .pitcher-actions .btn,
  .bandbench-submit,
  .rindcard-submit,
  .capsule-form .btn,
  .chilltunnel-clerk-form .btn { width: 100%; }
  .chilltunnel-foot .btn { flex: 1 1 auto; text-align: center; }
  .chilltunnel-lost-actions { flex-direction: column; }
  .chilltunnel-lost-actions .btn { width: 100%; }
  .pitcher-ticket-cta { width: 100%; }
  .waxseal-cord-seal { display: none; }
  .waxseal-folio { padding: 22px 16px; }
  .waxseal-folio::before,
  .waxseal-folio::after { display: none; }
  .stamppad-hero-grid { grid-template-columns: 1fr; }
  .stamppad-inkwell { display: none; }
  .stamppad-spine { border-right: 0; border-bottom: 3px dashed rgba(244, 211, 94, 0.35); }
  .stamppad-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .stamppad-face { padding: 16px; }
  .stamppad-face-actions .btn { flex: 1 1 auto; }
  .profile-grid { grid-template-columns: 1fr; }
  .order-row { align-items: flex-start; }
  .order-row .btn { width: 100%; text-align: center; }
  .auth-split-panels { grid-template-columns: 1fr; }
  .auth-panel-signin { border-right: 0; border-bottom: 1px solid var(--line); }
  .auth-split-panel { padding: 24px 18px; }
  .label-gun-grid input,
  .label-gun-grid select,
  .label-gun-grid textarea,
  .bandbench-form input,
  .bandbench-form select,
  .bandbench-form textarea,
  .rindcard-form input,
  .capsule-form input,
  .capsule-form textarea,
  .chilltunnel-clerk-form input,
  .chilltunnel-clerk-form select,
  .chilltunnel-clerk-form textarea {
    min-height: 44px;
    font-size: 16px; /* prevent iOS zoom */
  }
  .label-gun-grid textarea,
  .bandbench-form textarea,
  .capsule-form textarea,
  .chilltunnel-clerk-form textarea { min-height: 120px; }
}

@media (max-width: 420px) {
  .tapwall-bottle-body h3 { font-size: 1rem; }
  .press-drawer-close-text { display: none; }
  .cratedock-guest-actions { flex-direction: column; }
  .cratedock-guest-actions .btn { width: 100%; }
}

/* —— Home: juice marquee —— */
.page-marquee .press-header {
  background: transparent;
}
.marquee-hero {
  position: relative;
  min-height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--ice);
  overflow: hidden;
  margin-top: -1px;
  background: #1a2332;
}
.marquee-hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 78% 42%, rgba(244, 211, 94, 0.14), transparent 38%),
    linear-gradient(125deg, #1a2332 0%, #2a1a14 48%, #3d2314 100%);
}
.marquee-hero-spotlights {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.marquee-spot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(247, 251, 255, 0.12);
}
.marquee-spot::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 35%, rgba(26, 35, 50, 0.15) 100%);
  pointer-events: none;
}
.marquee-spot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
}
.marquee-spot-1 {
  right: 6%;
  top: 12%;
  width: min(42vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  border-color: var(--lemon);
}
.marquee-spot-2 {
  right: 34%;
  top: 8%;
  width: min(22vw, 220px);
  aspect-ratio: 1;
  border-radius: 18px;
  transform: rotate(-6deg);
}
.marquee-spot-3 {
  right: 2%;
  bottom: 18%;
  width: min(20vw, 200px);
  aspect-ratio: 1;
  border-radius: 50% 50% 12px 12px;
  transform: rotate(8deg);
  border-color: var(--blood);
}
.marquee-spot-4 {
  right: 28%;
  bottom: 10%;
  width: min(16vw, 160px);
  aspect-ratio: 1;
  border-radius: 12px;
  transform: rotate(4deg);
  opacity: 0.92;
}
.marquee-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(26, 35, 50, 0.94) 0%, rgba(26, 35, 50, 0.78) 38%, rgba(26, 35, 50, 0.42) 62%, rgba(26, 35, 50, 0.18) 100%),
    linear-gradient(180deg, rgba(26, 35, 50, 0.2) 0%, rgba(26, 35, 50, 0.55) 55%, rgba(26, 35, 50, 0.88) 100%);
}
.marquee-hero-grid {
  position: relative;
  z-index: 1;
  width: 100%;
}
.marquee-hero-inner {
  padding: 48px 0 36px clamp(1.5rem, 5vw, 3.5rem);
  max-width: 52rem;
}
.marquee-brand {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: var(--lemon);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.marquee-hero h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ice);
  max-width: 22ch;
}
.marquee-hero h1 em {
  font-style: normal;
  color: #ffb347;
}
.marquee-hero .hero-lede {
  color: rgba(247, 251, 255, 0.78);
  max-width: 42ch;
}
.marquee-hero-outline {
  background: transparent;
  color: var(--ice);
  border-color: rgba(247, 251, 255, 0.55);
}
.marquee-hero-outline:hover {
  background: rgba(247, 251, 255, 0.1);
  border-color: var(--lemon);
  color: var(--lemon);
}
.marquee-hero-chips {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.marquee-hero-chips a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  background: rgba(247, 251, 255, 0.08);
  border: 1px solid rgba(247, 251, 255, 0.2);
  border-radius: 999px;
  text-decoration: none;
  color: var(--ice);
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
  transition: background 0.15s, border-color 0.15s;
}
.marquee-hero-chips a:hover {
  background: rgba(244, 211, 94, 0.15);
  border-color: var(--lemon);
  color: var(--lemon);
}
.marquee-hero-chips img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--lemon);
  flex-shrink: 0;
}
.marquee-hero-chips span {
  max-width: 14ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.marquee-bulb-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  padding: 0 4vw 14px;
}
.marquee-bulb {
  flex: 1;
  max-width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff6c8, var(--lemon) 45%, #c9a227 100%);
  border: 1px solid rgba(26, 35, 50, 0.35);
  box-shadow: 0 0 8px rgba(244, 211, 94, 0.35);
  opacity: 0.85;
}
.marquee-bulb:nth-child(3n) { opacity: 0.55; }
.marquee-bulb:nth-child(5n) { opacity: 1; }

.marquee-aisles.pith-comb {
  padding: 44px 0 36px;
  background:
    linear-gradient(180deg, rgba(26, 35, 50, 0.03) 0%, transparent 28%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 22px,
      rgba(217, 79, 4, 0.04) 22px,
      rgba(217, 79, 4, 0.04) 23px
    ),
    linear-gradient(165deg, #f7f0e6 0%, var(--ice) 50%, #e8f0f5 100%);
}
.pith-comb-rack {
  position: relative;
  padding-top: 8px;
}
.pith-comb-spine {
  position: relative;
  height: 18px;
  margin: 0 6px 0;
  background: linear-gradient(180deg, #3a4658 0%, var(--ink) 100%);
  border: 2px solid var(--ink);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 4px 0 rgba(26, 35, 50, 0.12);
}
.pith-comb-bolt {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lemon);
  border: 2px solid rgba(247, 251, 255, 0.35);
  box-shadow: inset 0 0 0 2px var(--ink);
}
.pith-comb-teeth {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 4px;
}
.pith-tooth {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  margin-top: -2px;
  transition: transform 0.18s ease;
}
.pith-tooth-pin {
  width: 8px;
  height: 22px;
  background: var(--ink);
  border-radius: 0 0 3px 3px;
  position: relative;
  z-index: 1;
}
.pith-tooth-pin::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: var(--blood);
  border: 2px solid var(--ink);
}
.pith-tooth-body {
  width: 100%;
  min-height: 148px;
  margin-top: -2px;
  padding: 22px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 0 0 40% 40% / 0 0 28% 28%;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -16px 0 rgba(244, 211, 94, 0.12);
}
.pith-tooth-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--lemon), var(--blood));
}
.pith-tooth.tone-1 .pith-tooth-body::before { background: linear-gradient(90deg, #F4D35E, #D94F04); }
.pith-tooth.tone-2 .pith-tooth-body::before { background: linear-gradient(90deg, #ffb347, #c45c26); }
.pith-tooth.tone-3 .pith-tooth-body::before { background: linear-gradient(90deg, #f07167, #7b1e4b); }
.pith-tooth.tone-4 .pith-tooth-body::before { background: linear-gradient(90deg, #7bdff2, #0b6e4f); }
.pith-tooth.tone-5 .pith-tooth-body::before { background: linear-gradient(90deg, #9be564, #3a7d44); }
.pith-tooth.tone-6 .pith-tooth-body::before { background: linear-gradient(90deg, #f4a261, #9c6644); }
.pith-tooth.tone-7 .pith-tooth-body::before { background: linear-gradient(90deg, #e9c46a, #6d597a); }
.pith-tooth.tone-1 .pith-tooth-pin::before { background: #D94F04; }
.pith-tooth.tone-2 .pith-tooth-pin::before { background: #c45c26; }
.pith-tooth.tone-3 .pith-tooth-pin::before { background: #7b1e4b; }
.pith-tooth.tone-4 .pith-tooth-pin::before { background: #0b6e4f; }
.pith-tooth.tone-5 .pith-tooth-pin::before { background: #3a7d44; }
.pith-tooth.tone-6 .pith-tooth-pin::before { background: #9c6644; }
.pith-tooth.tone-7 .pith-tooth-pin::before { background: #6d597a; }
.pith-tooth-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  color: var(--blood);
  line-height: 1;
}
.pith-tooth-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.pith-tooth-tip {
  margin-top: auto;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
}
.pith-tooth:hover {
  transform: translateY(4px);
}
.pith-tooth:hover .pith-tooth-body {
  background: var(--ink);
  color: var(--ice);
  box-shadow: inset 0 -16px 0 rgba(244, 211, 94, 0.18);
}
.pith-tooth:hover .pith-tooth-num { color: var(--lemon); }
.pith-tooth:hover .pith-tooth-tip { color: rgba(247, 251, 255, 0.6); }

.marquee-featured.rotor-cups {
  padding: 36px 0 48px;
  background:
    radial-gradient(circle at 50% 0%, rgba(42, 122, 155, 0.1), transparent 40%),
    linear-gradient(180deg, #e8f1f6 0%, var(--ice) 100%);
  position: relative;
}
.rotor-ring {
  position: absolute;
  left: 50%;
  top: 120px;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  margin-left: calc(min(520px, 70vw) / -2);
  border: 2px dashed rgba(42, 122, 155, 0.2);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.rotor-ring-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  background: rgba(42, 122, 155, 0.12);
  border: 2px solid rgba(42, 122, 155, 0.25);
}
.rotor-cup-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.rotor-cup {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.rotor-cup-rim {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
}
.rotor-cup-notch {
  width: 12px;
  height: 10px;
  background: var(--ink);
  border-radius: 2px 2px 0 0;
}
.rotor-cup-well {
  position: relative;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--ink);
  background:
    radial-gradient(circle at 50% 100%, rgba(126, 200, 232, 0.35), transparent 45%),
    var(--mist);
  box-shadow:
    inset 0 -18px 0 rgba(26, 35, 50, 0.08),
    0 8px 0 rgba(26, 35, 50, 0.08);
}
.rotor-cup-well img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rotor-cup-index {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: var(--lemon);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.72rem;
  padding: 3px 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
}
.rotor-cup-badge {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blood);
  color: var(--ice);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  white-space: nowrap;
}
.rotor-cup-label {
  margin-top: 14px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 0 0 18px 18px;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.rotor-cup-cat {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.rotor-cup-label h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.rotor-cup-label h3 a {
  color: inherit;
  text-decoration: none;
}
.rotor-cup-label h3 a:hover { color: var(--blood); }
.rotor-cup-variant {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}
.rotor-cup-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
}

.marquee-curtain {
  background: var(--ink);
  color: var(--ice);
  padding: 36px 0;
  border-top: 6px solid var(--lemon);
  border-bottom: 6px solid var(--blood);
}
.marquee-curtain-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.marquee-curtain .press-eyebrow { color: var(--lemon); }
.marquee-curtain h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -0.03em;
  max-width: 28ch;
}
.marquee-curtain p { margin: 0; color: rgba(247, 251, 255, 0.7); max-width: 42ch; }
.marquee-curtain .btn-primary {
  background: var(--lemon);
  color: var(--ink);
  border-color: var(--lemon);
}

.marquee-encore {
  padding: 36px 0 52px;
  background: rgba(214, 232, 245, 0.35);
}
.marquee-encore-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.marquee-encore-card {
  display: flex;
  gap: 12px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blood);
  padding: 10px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.marquee-encore-frame {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--lemon);
  border-left: 0;
  border-bottom: 0;
}
.marquee-encore-card img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid var(--line);
  flex-shrink: 0;
}
.marquee-encore-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

@media (max-width: 980px) {
  .pith-comb-teeth { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rotor-cup-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marquee-encore-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marquee-hero { min-height: min(78vh, 620px); }
  .marquee-spot-1 { width: min(48vw, 320px); right: 4%; top: 14%; }
  .marquee-spot-2 { width: min(28vw, 180px); right: 38%; }
  .marquee-spot-3,
  .marquee-spot-4 { display: none; }
}

@media (max-width: 720px) {
  .marquee-hero-inner { padding: 36px 0 28px clamp(1rem, 4vw, 1.75rem); }
  .marquee-brand { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .marquee-hero h1 { font-size: clamp(1.35rem, 5.5vw, 1.75rem); }
  .marquee-hero .hero-actions { width: 100%; }
  .marquee-hero .hero-actions .btn { flex: 1 1 auto; min-height: 44px; }
  .marquee-bulb-row { padding: 0 3vw 12px; }
  .marquee-hero-spotlights {
    opacity: 0.55;
  }
  .marquee-spot-1 {
    right: -8%;
    top: 8%;
    width: min(70vw, 280px);
  }
  .marquee-spot-2 { display: none; }
  .marquee-hero-veil {
    background:
      linear-gradient(180deg, rgba(26, 35, 50, 0.72) 0%, rgba(26, 35, 50, 0.88) 45%, rgba(26, 35, 50, 0.95) 100%);
  }
  .marquee-hero-chips { display: none; }
  .pith-comb-teeth,
  .rotor-cup-grid,
  .marquee-encore-rail { grid-template-columns: 1fr; }
  .pith-tooth-body {
    min-height: 120px;
    border-radius: 0 0 32% 32% / 0 0 22% 22%;
  }
  .pith-comb-spine { margin: 0 2px; }
  .marquee-curtain-inner { align-items: flex-start; }
  .marquee-curtain .btn { width: 100%; text-align: center; }
}
