/* per-brand bespoke PDP designs — assembled from workflow wf_c7c320a1 (Direction B ports). Each block scoped under .pdp-<brand>. */


/* ==================== .pdp-relx ==================== */
/* ════════════════════════════════════════════════════════════════
   PDP · RELX · "Hyper Drop" port of PdpB_Nera (modular · purple)
   All selectors scoped under .pdp-relx
   ════════════════════════════════════════════════════════════════ */
.pdp-relx {
  --rx-accent: var(--fl-purple);
  background: var(--fl-cream);
  color: var(--fl-ink);
  font-family: var(--fl-font-body);
}

/* ── breadcrumb ── */
.pdp-relx-crumb {
  padding: 16px clamp(16px, 4vw, 56px);
  background: var(--fl-cream2);
  border-bottom: 2px solid var(--fl-ink);
}
.pdp-relx-crumb .fl-mono {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--fl-ink2);
}
.pdp-relx-crumb .fl-mono span { color: var(--rx-accent); font-weight: 700; }

/* ── HERO ── */
.pdp-relx-hero { padding: clamp(32px, 5vw, 64px) clamp(16px, 4vw, 56px) clamp(48px, 6vw, 80px); }
.pdp-relx-hero-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

/* media column */
.pdp-relx-media { position: relative; }
.pdp-relx-stage {
  position: relative;
  aspect-ratio: 1 / 1.05;
  background: var(--rx-accent);
  border: 2px solid var(--fl-ink);
  border-radius: 18px;
  box-shadow: 10px 10px 0 var(--fl-ink);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-relx-mono {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(120px, 28vw, 300px);
  line-height: 1;
  color: rgba(255,255,255,0.10);
  letter-spacing: -0.04em;
  pointer-events: none;
  z-index: 0;
}
.pdp-relx-img {
  position: relative;
  z-index: 1;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(6px 8px 0 rgba(14,10,20,0.35));
}
.pdp-relx-stk-tl { position: absolute; top: 22px; left: 22px; transform: rotate(-4deg); z-index: 2; }
.pdp-relx-stk-br { position: absolute; bottom: 22px; right: 22px; z-index: 2; }
.pdp-relx-stk-float {
  position: absolute;
  top: -18px;
  right: 26px;
  transform: rotate(8deg);
  z-index: 3;
  font-size: 13px;
  padding: 11px 18px;
}

/* thumb row (= flavor selector) */
.pdp-relx-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.pdp-relx-thumb {
  appearance: none;
  cursor: pointer;
  padding: 0;
  aspect-ratio: 1 / 1;
  background: var(--fl-cream2);
  border: 2px solid var(--fl-ink);
  border-radius: 10px;
  box-shadow: 2px 2px 0 var(--fl-ink);
  overflow: hidden;
  transition: transform .12s ease, box-shadow .12s ease;
}
.pdp-relx-thumb[data-fam="berry"]    { background: var(--fl-fam-berry); }
.pdp-relx-thumb[data-fam="fruit"]    { background: var(--fl-fam-fruit); }
.pdp-relx-thumb[data-fam="tropical"] { background: var(--fl-fam-tropical); }
.pdp-relx-thumb[data-fam="mint"]     { background: var(--fl-fam-mint); }
.pdp-relx-thumb[data-fam="citrus"]   { background: var(--fl-fam-citrus); }
.pdp-relx-thumb[data-fam="candy"]    { background: var(--fl-fam-candy); }
.pdp-relx-thumb[data-fam="lemonade"] { background: var(--fl-fam-lemonade); }
.pdp-relx-thumb[data-fam="dessert"]  { background: var(--fl-fam-dessert); }
.pdp-relx-thumb[data-fam="tart"]     { background: var(--fl-fam-tart); }
.pdp-relx-thumb[data-fam="beverage"] { background: var(--fl-fam-tart); }
.pdp-relx-thumb[data-fam="mixed"]    { background: var(--fl-fam-cosmos); }
.pdp-relx-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-relx-thumb:hover { transform: translate(-1px,-1px); box-shadow: 3px 3px 0 var(--fl-ink); }
.pdp-relx-thumb.is-active {
  box-shadow: 0 0 0 3px var(--rx-accent), 3px 3px 0 var(--fl-ink);
  transform: translate(-1px,-1px);
}

/* buy column */
.pdp-relx-buyzone { min-width: 0; }
.pdp-relx-eyebrows { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.pdp-relx-h1 {
  margin: 0;
  font-size: clamp(36px, 5.4vw, 60px);
  line-height: 0.94;
  letter-spacing: -0.02em;
}
.pdp-relx-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--fl-ink);
  margin: 18px 0 4px;
}
.pdp-relx-sub p { margin: 0; }

/* ── skin the shared buy box for RELX purple ── */
.pdp-relx .pdp-buy { margin-top: 24px; }
.pdp-relx .pdp-buy-pricecard {
  background: var(--fl-acid);
  border: 2px solid var(--fl-ink);
  border-radius: 14px;
  box-shadow: 5px 5px 0 var(--fl-ink);
  padding: 18px 20px;
}
.pdp-relx .pdp-buy-pricekm { margin: 0 0 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; }
.pdp-relx .pdp-buy-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.pdp-relx .pdp-buy-now { font-size: clamp(44px, 7vw, 64px); line-height: 1; color: var(--fl-ink); }
.pdp-relx .pdp-buy-was {
  font-size: 20px;
  color: var(--fl-ink2);
  text-decoration: line-through;
  font-family: var(--fl-font-mono);
}
.pdp-relx .pdp-buy-ship { margin: 8px 0 0; font-size: 12px; font-weight: 600; color: var(--fl-ink); }

.pdp-relx .pdp-buy-flav { margin-top: 24px; }
.pdp-relx .pdp-buy-flav-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.pdp-relx .pdp-buy-sku { color: var(--rx-accent); }
.pdp-relx .pdp-buy-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-relx .pdp-chip {
  cursor: pointer;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  border: 2px solid var(--fl-ink);
  border-radius: 999px;
  box-shadow: 2px 2px 0 var(--fl-ink);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
}
.pdp-relx .pdp-chip:hover { transform: translate(-1px,-1px); box-shadow: 3px 3px 0 var(--fl-ink); }
.pdp-relx .pdp-chip.is-active {
  background: var(--rx-accent);
  color: #fff;
  box-shadow: 3px 3px 0 var(--fl-ink);
}
.pdp-relx .pdp-chip.is-oos {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: line-through;
  box-shadow: none;
}
.pdp-relx .pdp-chip.is-oos .fl-mono { font-size: 9px; margin-left: 6px; letter-spacing: 0.1em; }

.pdp-relx .pdp-buy-actions { display: flex; gap: 14px; align-items: stretch; margin-top: 24px; }
.pdp-relx .pdp-qty {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid var(--fl-ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--fl-ink);
  overflow: hidden;
}
.pdp-relx .pdp-qty button {
  appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 14px 18px;
  font-size: 18px;
  font-weight: 700;
  color: var(--fl-ink);
}
.pdp-relx .pdp-qty button:disabled { opacity: 0.3; cursor: not-allowed; }
.pdp-relx .pdp-qty-num { min-width: 34px; text-align: center; font-weight: 700; font-family: var(--fl-font-mono); }
.pdp-relx .pdp-add {
  appearance: none;
  cursor: pointer;
  flex: 1;
  padding: 16px 28px;
  font-family: var(--fl-font-display);
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: var(--rx-accent);
  border: 2px solid var(--fl-ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--fl-ink);
  transition: transform .12s ease, box-shadow .12s ease;
}
.pdp-relx .pdp-add:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--fl-ink); }
.pdp-relx .pdp-add:disabled { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: 4px 4px 0 var(--fl-ink); }
.pdp-relx .pdp-buy-err { margin: 10px 0 0; font-size: 13px; font-weight: 600; color: var(--fl-hot); }

.pdp-relx .pdp-buy-stamps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.pdp-relx .pdp-buy-stamps > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px;
  background: #fff;
  border: 2px solid var(--fl-ink);
  border-radius: 10px;
  box-shadow: 2px 2px 0 var(--fl-ink);
}
.pdp-relx .pdp-buy-stamps .fl-mono { font-size: 9px; letter-spacing: 0.12em; color: var(--fl-ink2); }
.pdp-relx .pdp-buy-stamps > div span:last-child { font-size: 12px; font-weight: 700; }

/* ── MARQUEE ── */
.pdp-relx-stripe {
  border-top: 2px solid var(--fl-ink);
  border-bottom: 2px solid var(--fl-ink);
}
.pdp-relx-star { color: var(--rx-accent); }

/* ── FLAVOR FAMILY BREAKDOWN ── */
.pdp-relx-wrap { max-width: 1100px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 56px); }
.pdp-relx-flavlab { padding: clamp(48px, 6vw, 80px) 0; }
.pdp-relx-tilt { transform: rotate(-2deg); }
.pdp-relx-h2 {
  margin: 18px 0 0;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.02em;
}
.pdp-relx-lead {
  max-width: 640px;
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fl-ink2);
}
.pdp-relx-bars { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; }
.pdp-relx-bar-row { display: grid; grid-template-columns: 110px 1fr 48px; align-items: center; gap: 14px; }
.pdp-relx-bar-fam {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 8px;
  border: 2px solid var(--fl-ink);
  border-radius: 6px;
  text-align: center;
}
.pdp-relx-bar-fam[data-fam="berry"]    { background: var(--fl-fam-berry); }
.pdp-relx-bar-fam[data-fam="fruit"]    { background: var(--fl-fam-fruit); }
.pdp-relx-bar-fam[data-fam="tropical"] { background: var(--fl-fam-tropical); }
.pdp-relx-bar-fam[data-fam="mint"]     { background: var(--fl-fam-mint); }
.pdp-relx-bar-fam[data-fam="citrus"]   { background: var(--fl-fam-citrus); }
.pdp-relx-bar-fam[data-fam="candy"]    { background: var(--fl-fam-candy); }
.pdp-relx-bar-fam[data-fam="lemonade"] { background: var(--fl-fam-lemonade); }
.pdp-relx-bar-fam[data-fam="dessert"]  { background: var(--fl-fam-dessert); }
.pdp-relx-bar-fam[data-fam="tart"]     { background: var(--fl-fam-tart); }
.pdp-relx-bar-fam[data-fam="beverage"] { background: var(--fl-fam-tart); }
.pdp-relx-bar-fam[data-fam="mixed"]    { background: var(--fl-fam-cosmos); }
.pdp-relx-bar-track {
  height: 28px;
  background: #fff;
  border: 2px solid var(--fl-ink);
  border-radius: 999px;
  overflow: hidden;
}
.pdp-relx-bar-fill {
  height: 100%;
  min-width: 6px;
  background: var(--rx-accent);
  border-right: 2px solid var(--fl-ink);
}
.pdp-relx-bar-fill[data-fam="fruit"]    { background: var(--fl-hot); }
.pdp-relx-bar-fill[data-fam="tropical"] { background: var(--fl-amber); }
.pdp-relx-bar-fill[data-fam="mint"]     { background: var(--fl-cyan); }
.pdp-relx-bar-fill[data-fam="citrus"]   { background: var(--fl-amber); }
.pdp-relx-bar-fill[data-fam="beverage"] { background: var(--fl-acid); }
.pdp-relx-bar-fill[data-fam="berry"]    { background: var(--rx-accent); }
.pdp-relx-bar-fill[data-fam="mixed"]    { background: var(--fl-ink2); }
.pdp-relx-bar-pct { font-size: 13px; font-weight: 700; text-align: right; }

/* ── HOW IT WORKS ── */
.pdp-relx-how { padding: clamp(40px, 5vw, 72px) 0 clamp(48px, 6vw, 80px); }
.pdp-relx-steps {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pdp-relx-step {
  padding: 22px;
  border: 2px solid var(--fl-ink);
  border-radius: 14px;
  box-shadow: 4px 4px 0 var(--fl-ink);
}
.pdp-relx-step[data-c="acid"]  { background: var(--fl-acid); }
.pdp-relx-step[data-c="cyan"]  { background: var(--fl-cyan); }
.pdp-relx-step[data-c="amber"] { background: var(--fl-amber); }
.pdp-relx-step[data-c="hot"]   { background: var(--fl-hot); color: #fff; }
.pdp-relx-step-n { margin: 0; font-size: 52px; line-height: 1; letter-spacing: -0.02em; }
.pdp-relx-step-t { margin: 10px 0 0; font-size: 23px; line-height: 1; }
.pdp-relx-step-p { margin: 10px 0 0; font-size: 13px; line-height: 1.55; font-weight: 500; opacity: 0.9; }

/* ── SPEC CARD ── */
.pdp-relx-specsec { padding: 0 0 clamp(56px, 7vw, 96px); }
.pdp-relx-speccard {
  padding: clamp(28px, 4vw, 48px);
  background: var(--fl-ink);
  color: var(--fl-cream);
  border: 2px solid var(--fl-ink);
  border-radius: 18px;
  box-shadow: 8px 8px 0 var(--rx-accent);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.pdp-relx-spec-h { margin: 14px 0 0; font-size: clamp(32px, 4vw, 48px); line-height: 1; color: var(--fl-acid); }
.pdp-relx-spec-lead { margin: 14px 0 0; max-width: 340px; font-size: 14px; line-height: 1.6; opacity: 0.8; }
.pdp-relx-spectbl { width: 100%; border-collapse: collapse; }
.pdp-relx-spectbl tr { border-bottom: 1px solid rgba(255,255,255,0.15); }
.pdp-relx-spec-k {
  padding: 14px 0;
  width: 130px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--fl-acid);
  vertical-align: top;
}
.pdp-relx-spec-v {
  padding: 14px 0;
  font-family: var(--fl-font-body);
  font-size: 15px;
  color: var(--fl-cream);
}

/* ════════════ responsive ════════════ */
@media (max-width: 900px) {
  .pdp-relx-hero-grid { grid-template-columns: 1fr; }
  .pdp-relx-steps { grid-template-columns: repeat(2, 1fr); }
  .pdp-relx-speccard { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .pdp-relx-thumbs { grid-template-columns: repeat(4, 1fr); }
  .pdp-relx-steps { grid-template-columns: 1fr; }
  .pdp-relx-bar-row { grid-template-columns: 84px 1fr 40px; gap: 10px; }
  .pdp-relx-bar-fam { font-size: 9px; }
  .pdp-relx .pdp-buy-stamps { grid-template-columns: repeat(2, 1fr); }
  .pdp-relx .pdp-buy-actions { flex-wrap: wrap; }
  .pdp-relx .pdp-add { flex-basis: 100%; }
}

/* ==================== .pdp-lostmary ==================== */
/* ══════════════════════════════════════════════════════════════════════
   PDP · Lost Mary Ultrasonic 35K — PdpB_Ultrasonic port (coilless · dark tech · cyan)
   All selectors scoped under .pdp-lostmary
   ══════════════════════════════════════════════════════════════════════ */
.pdp-lostmary { background: var(--fl-cream); color: var(--fl-ink); }
.pdp-lostmary [x-cloak] { display: none !important; }

/* ── breadcrumb · cyan band ── */
.pdp-lostmary .pdp-lm-crumb {
  background: var(--fl-cyan);
  border-bottom: 2px solid var(--fl-ink);
  padding: 16px 56px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  color: var(--fl-ink);
}
.pdp-lostmary .pdp-lm-crumb-now {
  background: var(--fl-ink); color: var(--fl-cyan);
  padding: 2px 8px; border-radius: 4px; margin-left: 4px;
}

/* ── HERO ── */
.pdp-lostmary .pdp-lm-hero { padding: 64px 56px 80px; background: var(--fl-cream); }
.pdp-lostmary .pdp-lm-hero-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start;
}

/* left media */
.pdp-lostmary .pdp-lm-hero-media { position: relative; }
.pdp-lostmary .pdp-lm-tag-hot {
  position: absolute; top: -20px; left: 30px; z-index: 4;
  transform: rotate(-8deg); font-size: 13px; padding: 12px 20px;
}
.pdp-lostmary .pdp-lm-frame {
  position: relative; overflow: hidden;
  height: 560px; background: var(--fl-ink);
  border: 2px solid var(--fl-ink); border-radius: 18px;
  box-shadow: 10px 10px 0 var(--fl-cyan);
  display: flex; align-items: center; justify-content: center;
}
.pdp-lostmary .pdp-lm-monogram {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.pdp-lostmary .pdp-lm-monogram svg {
  width: 380px; height: 380px; max-width: 90%; max-height: 90%;
  animation: pdpLmSpin 60s linear infinite;
}
@keyframes pdpLmSpin { to { transform: rotate(360deg); } }
.pdp-lostmary .pdp-lm-hero-img {
  position: relative; z-index: 2;
  max-width: 78%; max-height: 80%; width: auto; height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.45));
}
.pdp-lostmary .pdp-lm-stk-tl { position: absolute; top: 24px; left: 24px; z-index: 3; transform: rotate(-4deg); }
.pdp-lostmary .pdp-lm-stk-br { position: absolute; bottom: 24px; right: 24px; z-index: 3; }

.pdp-lostmary .pdp-lm-selected {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 18px; padding: 10px 16px;
  background: #fff; border: 2px solid var(--fl-ink); border-radius: 999px;
  box-shadow: 3px 3px 0 var(--fl-ink);
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
}
.pdp-lostmary .pdp-lm-selected-dot { width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--fl-ink); }
.pdp-lostmary .pdp-lm-selected-meta { color: var(--fl-ink2); letter-spacing: .14em; font-size: 10px; }

/* right column */
.pdp-lostmary .pdp-lm-stickrow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.pdp-lostmary .pdp-lm-h1 { font-size: clamp(40px, 6vw, 72px); line-height: .92; margin: 0; letter-spacing: -.01em; }
.pdp-lostmary .pdp-lm-h1-coil {
  display: inline-block; margin-top: 8px;
  color: var(--fl-cyan); background: var(--fl-ink);
  padding: 0 14px; border-radius: 14px; border: 2px solid var(--fl-ink);
}
.pdp-lostmary .pdp-lm-sub {
  font-size: 17px; color: var(--fl-ink); margin-top: 22px; line-height: 1.6; font-weight: 500; max-width: 46ch;
}
.pdp-lostmary .pdp-lm-sub p { margin: 0 0 10px; }

/* ── SHARED BUY BOX skin (cyan accent) ── */
.pdp-lostmary .pdp-buy { margin-top: 26px; }
.pdp-lostmary .pdp-buy-pricecard {
  background: var(--fl-cyan); color: var(--fl-ink);
  border: 2px solid var(--fl-ink); border-radius: 14px;
  box-shadow: 5px 5px 0 var(--fl-ink);
  padding: 18px 20px;
}
.pdp-lostmary .pdp-buy-pricekm { font-size: 11px; font-weight: 700; letter-spacing: .14em; margin: 0 0 4px; }
.pdp-lostmary .pdp-buy-price { display: flex; align-items: baseline; gap: 14px; }
.pdp-lostmary .pdp-buy-now { font-size: clamp(40px, 5vw, 58px); line-height: 1; }
.pdp-lostmary .pdp-buy-was { font-size: 22px; text-decoration: line-through; opacity: .55; font-weight: 600; }
.pdp-lostmary .pdp-buy-ship { font-size: 11px; font-weight: 700; letter-spacing: .04em; margin: 8px 0 0; opacity: .85; }

.pdp-lostmary .pdp-buy-flav { margin-top: 22px; }
.pdp-lostmary .pdp-buy-flav-head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; font-weight: 700; letter-spacing: .14em; margin-bottom: 12px;
}
.pdp-lostmary .pdp-buy-sku { color: var(--fl-ink2); }
.pdp-lostmary .pdp-buy-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-lostmary .pdp-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px; font-size: 13px; font-weight: 600;
  background: #fff; color: var(--fl-ink);
  border: 2px solid var(--fl-ink); border-radius: 999px;
  cursor: pointer; transition: transform .1s, box-shadow .1s, background .1s;
}
.pdp-lostmary .pdp-chip:hover { transform: translate(-1px,-1px); box-shadow: 2px 2px 0 var(--fl-ink); }
.pdp-lostmary .pdp-chip.is-active {
  background: var(--fl-ink); color: var(--fl-cyan);
  box-shadow: 3px 3px 0 var(--fl-cyan);
}
.pdp-lostmary .pdp-chip.is-oos { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
.pdp-lostmary .pdp-chip.is-oos:hover { transform: none; box-shadow: none; }

.pdp-lostmary .pdp-buy-actions { margin-top: 24px; display: flex; gap: 14px; align-items: stretch; }
.pdp-lostmary .pdp-qty {
  display: flex; align-items: center; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px; overflow: hidden;
  box-shadow: 3px 3px 0 var(--fl-ink);
}
.pdp-lostmary .pdp-qty button {
  padding: 0 18px; height: 100%; font-size: 18px; font-weight: 700;
  background: none; border: none; cursor: pointer; color: var(--fl-ink);
}
.pdp-lostmary .pdp-qty button:disabled { opacity: .3; cursor: not-allowed; }
.pdp-lostmary .pdp-qty-num { padding: 14px 6px; min-width: 36px; text-align: center; font-weight: 700; font-variant-numeric: tabular-nums; }
.pdp-lostmary .pdp-add {
  flex: 1; padding: 16px 22px; font-size: 15px; font-weight: 700; cursor: pointer;
  background: var(--fl-purple); color: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px;
  box-shadow: 4px 4px 0 var(--fl-ink);
  transition: transform .1s, box-shadow .1s;
}
.pdp-lostmary .pdp-add:hover:not(:disabled) { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 var(--fl-ink); }
.pdp-lostmary .pdp-add:disabled { opacity: .5; cursor: not-allowed; }
.pdp-lostmary .pdp-buy-err { margin-top: 10px; color: var(--fl-hot); font-size: 13px; font-weight: 600; }

.pdp-lostmary .pdp-buy-stamps {
  margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.pdp-lostmary .pdp-buy-stamps > div {
  display: flex; flex-direction: column; gap: 3px;
  padding: 12px 14px; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 10px;
}
.pdp-lostmary .pdp-buy-stamps .fl-mono { font-size: 9px; letter-spacing: .14em; color: var(--fl-ink2); font-weight: 700; }
.pdp-lostmary .pdp-buy-stamps span:not(.fl-mono) { font-size: 13px; font-weight: 600; }

/* ── marquee strip ── */
.pdp-lostmary .pdp-lm-stripe {
  background: var(--fl-cyan); color: var(--fl-ink);
  border-top: 2px solid var(--fl-ink); border-bottom: 2px solid var(--fl-ink);
  overflow: hidden; padding: 14px 0;
}
.pdp-lostmary .pdp-lm-stripe-row {
  display: flex; align-items: center; gap: 22px; white-space: nowrap;
  font-family: var(--fl-font-mono); font-size: 13px; font-weight: 700; letter-spacing: .1em;
  animation: pdpLmMarquee 28s linear infinite; width: max-content;
}
.pdp-lostmary .pdp-lm-star { color: var(--fl-purple); }
@keyframes pdpLmMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── coilless story · dark beat ── */
.pdp-lostmary .pdp-lm-story { padding: 96px 56px; background: var(--fl-ink); color: var(--fl-cream); }
.pdp-lostmary .pdp-lm-wrap { max-width: 1180px; margin: 0 auto; }
.pdp-lostmary .pdp-lm-story-eyebrow { transform: rotate(-2deg); }
.pdp-lostmary .pdp-lm-story-h2 {
  font-size: clamp(56px, 11vw, 120px); margin: 18px 0 0; line-height: .88; color: var(--fl-cream);
  letter-spacing: -.02em;
}
.pdp-lostmary .pdp-lm-acid { color: var(--fl-acid); }
.pdp-lostmary .pdp-lm-cyan { color: var(--fl-cyan); }
.pdp-lostmary .pdp-lm-story-lede {
  font-size: 19px; color: rgba(254,244,228,.75); max-width: 780px; margin-top: 32px; line-height: 1.6; font-weight: 500;
}
.pdp-lostmary .pdp-lm-hl {
  color: var(--fl-acid); background: var(--fl-purple);
  padding: 2px 8px; border-radius: 6px;
}

/* comparison cards + bars */
.pdp-lostmary .pdp-lm-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 64px; }
.pdp-lostmary .pdp-lm-comp-card { padding: 32px; border: 2px solid; border-radius: 16px; }
.pdp-lostmary .pdp-lm-comp-coil {
  background: rgba(255,255,255,.04); border-color: var(--fl-cream); color: var(--fl-cream);
  box-shadow: 5px 5px 0 var(--fl-hot);
}
.pdp-lostmary .pdp-lm-comp-us {
  background: var(--fl-cyan); border-color: var(--fl-ink); color: var(--fl-ink);
  box-shadow: 5px 5px 0 var(--fl-acid);
}
.pdp-lostmary .pdp-lm-comp-title { font-size: 30px; margin: 18px 0 0; line-height: 1.1; }
.pdp-lostmary .pdp-lm-comp-coil .pdp-lm-comp-title { color: var(--fl-cream); }
.pdp-lostmary .pdp-lm-bar { height: 18px; margin-top: 28px; border-radius: 999px; border: 2px solid var(--fl-ink); }
.pdp-lostmary .pdp-lm-bar-coil { background: linear-gradient(90deg, var(--fl-acid) 0%, var(--fl-acid) 70%, var(--fl-hot) 100%); }
.pdp-lostmary .pdp-lm-bar-us { background: var(--fl-purple); }
.pdp-lostmary .pdp-lm-bar-legend {
  display: flex; justify-content: space-between; margin-top: 12px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
}
.pdp-lostmary .pdp-lm-hotword { color: var(--fl-hot); }

/* stat cards */
.pdp-lostmary .pdp-lm-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pdp-lostmary .pdp-lm-stat { padding: 28px; border: 2px solid var(--fl-ink); border-radius: 16px; box-shadow: 5px 5px 0 var(--fl-cream); }
.pdp-lostmary .pdp-lm-stat-acid { background: var(--fl-acid); color: var(--fl-ink); }
.pdp-lostmary .pdp-lm-stat-amber { background: var(--fl-amber); color: var(--fl-ink); }
.pdp-lostmary .pdp-lm-stat-hot { background: var(--fl-hot); color: #fff; }
.pdp-lostmary .pdp-lm-stat-n { font-size: clamp(48px, 6vw, 72px); line-height: 1; margin: 0; letter-spacing: -.02em; }
.pdp-lostmary .pdp-lm-stat-t { font-size: 22px; margin: 10px 0 0; }
.pdp-lostmary .pdp-lm-stat-p { font-size: 14px; margin: 6px 0 0; opacity: .85; font-weight: 500; }

/* ── spec sheet (light) ── */
.pdp-lostmary .pdp-lm-specsec { padding: 80px 56px; background: var(--fl-cream2); border-top: 2px solid var(--fl-ink); }
.pdp-lostmary .pdp-lm-spechead { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 36px; }
.pdp-lostmary .pdp-lm-spec-h2 { font-size: clamp(34px, 5vw, 52px); margin: 0; letter-spacing: -.01em; }
.pdp-lostmary .pdp-lm-spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.pdp-lostmary .pdp-lm-spec-row {
  display: flex; flex-direction: column; gap: 6px;
  padding: 18px 20px; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 12px; box-shadow: 4px 4px 0 var(--fl-ink);
}
.pdp-lostmary .pdp-lm-spec-k { font-size: 10px; letter-spacing: .14em; color: var(--fl-ink2); font-weight: 700; }
.pdp-lostmary .pdp-lm-spec-v { font-size: 24px; line-height: 1.1; }

/* ── flavor-family breakdown (light) ── */
.pdp-lostmary .pdp-lm-famsec { padding: 80px 56px; background: var(--fl-cream); border-top: 2px solid var(--fl-ink); }
.pdp-lostmary .pdp-lm-bars { display: flex; flex-direction: column; gap: 18px; max-width: 760px; }
.pdp-lostmary .pdp-lm-fambar-head {
  display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .14em;
  margin-bottom: 8px; color: var(--fl-ink);
}
.pdp-lostmary .pdp-lm-fambar-track {
  height: 22px; background: #fff; border: 2px solid var(--fl-ink); border-radius: 999px; overflow: hidden;
}
.pdp-lostmary .pdp-lm-fambar-fill {
  height: 100%; border-right: 2px solid var(--fl-ink); border-radius: 0 999px 999px 0;
  min-width: 8px; transition: width .4s ease;
}

.pdp-lostmary .pdp-lm-flavchips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.pdp-lostmary .pdp-lm-flavchip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 14px; font-size: 13px; font-weight: 600;
  background: #fff; color: var(--fl-ink);
  border: 2px solid var(--fl-ink); border-radius: 999px; cursor: pointer;
  transition: transform .1s, box-shadow .1s, background .1s, color .1s;
}
.pdp-lostmary .pdp-lm-flavchip:hover { transform: translate(-1px,-1px); box-shadow: 2px 2px 0 var(--fl-ink); }
.pdp-lostmary .pdp-lm-flavchip.is-active { background: var(--fl-ink); color: var(--fl-cyan); box-shadow: 3px 3px 0 var(--fl-cyan); }
.pdp-lostmary .pdp-lm-flavchip-dot { width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid var(--fl-ink); }

/* ── full description prose ── */
.pdp-lostmary .pdp-lm-prosesec { padding: 72px 56px; background: var(--fl-cream); border-top: 2px solid var(--fl-ink); }
.pdp-lostmary .pdp-lm-prose { max-width: 820px; margin: 0 auto; font-size: 17px; line-height: 1.7; color: var(--fl-ink2); }
.pdp-lostmary .pdp-lm-prose h2, .pdp-lostmary .pdp-lm-prose h3 { font-family: var(--fl-font-display); color: var(--fl-ink); margin: 28px 0 12px; }
.pdp-lostmary .pdp-lm-prose a { color: var(--fl-purple); font-weight: 600; }
.pdp-lostmary .pdp-lm-prose img { max-width: 100%; height: auto; border: 2px solid var(--fl-ink); border-radius: 12px; }

/* ── responsive ── */
@media (max-width: 980px) {
  .pdp-lostmary .pdp-lm-hero, .pdp-lostmary .pdp-lm-story,
  .pdp-lostmary .pdp-lm-specsec, .pdp-lostmary .pdp-lm-famsec,
  .pdp-lostmary .pdp-lm-prosesec { padding-left: 24px; padding-right: 24px; }
  .pdp-lostmary .pdp-lm-crumb { padding-left: 24px; padding-right: 24px; }
  .pdp-lostmary .pdp-lm-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .pdp-lostmary .pdp-lm-frame { height: 440px; }
  .pdp-lostmary .pdp-lm-compare { grid-template-columns: 1fr; }
  .pdp-lostmary .pdp-lm-stats { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .pdp-lostmary .pdp-lm-buy-stamps, .pdp-lostmary .pdp-buy-stamps { grid-template-columns: 1fr; }
  .pdp-lostmary .pdp-lm-frame { height: 360px; }
  .pdp-lostmary .pdp-lm-monogram svg { width: 280px; height: 280px; }
}

/* ==================== .pdp-geekbar ==================== */
/* ════════════════════════════════════════════════════════════════════
   PDP · geekbar — "Hyper Drop" Direction B (amber #ffb800 + acid #c6f019)
   Port of PdpB_Mt35000. All selectors scoped under .pdp-geekbar.
   ════════════════════════════════════════════════════════════════════ */
.pdp-geekbar {
  --gb-amber: var(--fl-amber, #ffb800);
  --gb-acid:  var(--fl-acid,  #c6f019);
  color: var(--fl-ink);
  font-family: var(--fl-font-body);
}
.pdp-geekbar [class*="pdp-geekbar-"] { box-sizing: border-box; }

/* ── Breadcrumb strip (amber slab, ink border) ── */
.pdp-geekbar-crumb {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  flex-wrap: wrap;
  padding: 14px clamp(16px, 4vw, 56px);
  background: var(--gb-amber);
  border-bottom: 2px solid var(--fl-ink);
}
.pdp-geekbar-crumb > span:first-child {
  font-size: 11px; letter-spacing: 0.14em; font-weight: 700;
  text-transform: uppercase; color: var(--fl-ink);
}
.pdp-geekbar-crumb-here {
  background: var(--fl-ink); color: var(--fl-cream);
  padding: 2px 8px; border-radius: 4px;
}
.pdp-geekbar-crumb-stock {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--fl-font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em;
  background: var(--fl-ink); color: var(--fl-cream);
  padding: 5px 11px; border-radius: 999px;
}
.pdp-geekbar-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gb-acid); box-shadow: 0 0 0 2px rgba(255,255,255,0.25);
}

/* ── Hero grid ── */
.pdp-geekbar-hero { padding: clamp(40px, 6vw, 64px) clamp(16px, 4vw, 56px) clamp(56px, 7vw, 80px); }
.pdp-geekbar-hero-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 900px) { .pdp-geekbar-hero-grid { grid-template-columns: 1fr; } }

/* LEFT visual — monogram puff card */
.pdp-geekbar-visual { position: relative; }
.pdp-geekbar-card-img {
  position: relative; overflow: hidden;
  background: var(--gb-amber);
  border: 2px solid var(--fl-ink);
  border-radius: 18px;
  box-shadow: 10px 10px 0 var(--fl-ink);
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
}
.pdp-geekbar-monogram {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: clamp(140px, 34vw, 320px); line-height: 1;
  color: rgba(14,10,20,0.13);
  font-style: italic; font-weight: 800; letter-spacing: -0.04em;
  pointer-events: none; user-select: none;
}
.pdp-geekbar-mainimg {
  position: relative; z-index: 1;
  max-width: 82%; max-height: 82%;
  width: auto; height: auto; object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(14,10,20,0.28));
}
.pdp-geekbar-st-tl { position: absolute; top: 18px; left: 18px; transform: rotate(-4deg); z-index: 2; }
.pdp-geekbar-st-br { position: absolute; bottom: 18px; right: 18px; transform: rotate(3deg); z-index: 2; }

/* Flavor variation thumbnails (double as selectors) */
.pdp-geekbar-thumbs {
  margin-top: 18px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.pdp-geekbar-thumb {
  appearance: none; cursor: pointer; padding: 0;
  background: var(--fl-cream2);
  border: 2px solid var(--fl-ink); border-radius: 12px;
  overflow: hidden; aspect-ratio: 1 / 1;
  box-shadow: 3px 3px 0 var(--fl-ink);
  transition: transform .12s ease, box-shadow .12s ease;
}
.pdp-geekbar-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 8px; }
.pdp-geekbar-thumb:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--fl-ink); }
.pdp-geekbar-thumb.is-active {
  background: var(--gb-acid);
  box-shadow: 4px 4px 0 var(--fl-ink), inset 0 0 0 2px var(--fl-ink);
}
.pdp-geekbar-thumbs-note {
  margin-top: 10px; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.1em; color: var(--fl-ink2); text-transform: uppercase;
}

/* RIGHT — buy column */
.pdp-geekbar-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.pdp-geekbar-h1 {
  font-size: clamp(34px, 5.4vw, 56px); line-height: 0.95;
  letter-spacing: -0.02em; margin: 0; font-style: italic;
}
.pdp-geekbar-sub {
  font-size: 15px; line-height: 1.6; font-weight: 500;
  color: var(--fl-ink2); margin-top: 16px;
}
.pdp-geekbar-sub p { margin: 0 0 8px; }
.pdp-geekbar-per {
  margin-top: 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--fl-ink2);
}

/* ════ Skin the shared _buy.njk box (amber/acid accent) ════ */
.pdp-geekbar .pdp-buy { margin-top: 22px; }
.pdp-geekbar .pdp-buy-pricecard {
  background: var(--gb-acid);
  border: 2px solid var(--fl-ink); border-radius: 14px;
  padding: 18px 20px; box-shadow: 5px 5px 0 var(--fl-ink);
}
.pdp-geekbar .pdp-buy-pricekm {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--fl-ink); margin: 0 0 4px;
}
.pdp-geekbar .pdp-buy-price { display: flex; align-items: baseline; gap: 12px; }
.pdp-geekbar .pdp-buy-now {
  font-size: clamp(40px, 7vw, 56px); line-height: 1; font-style: italic;
  color: var(--fl-ink);
}
.pdp-geekbar .pdp-buy-was {
  font-family: var(--fl-font-mono); font-size: 16px; font-weight: 600;
  text-decoration: line-through; color: var(--fl-ink2);
}
.pdp-geekbar .pdp-buy-ship {
  margin: 10px 0 0; font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  color: var(--fl-ink);
}

.pdp-geekbar .pdp-buy-flav { margin-top: 22px; }
.pdp-geekbar .pdp-buy-flav-head {
  display: flex; justify-content: space-between; align-items: center;
  gap: 10px; margin-bottom: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.pdp-geekbar .pdp-buy-sku { color: var(--fl-ink2); font-size: 10.5px; }
.pdp-geekbar .pdp-buy-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.pdp-geekbar .pdp-chip {
  cursor: pointer; user-select: none;
  font-size: 12.5px; font-weight: 600; line-height: 1;
  padding: 9px 13px; border-radius: 999px;
  background: #fff; border: 2px solid var(--fl-ink);
  box-shadow: 2px 2px 0 var(--fl-ink);
  transition: transform .1s ease, box-shadow .1s ease, background .1s ease;
}
.pdp-geekbar .pdp-chip:hover { transform: translate(-1px,-1px); box-shadow: 3px 3px 0 var(--fl-ink); }
.pdp-geekbar .pdp-chip.is-active { background: var(--gb-amber); }
.pdp-geekbar .pdp-chip.is-oos {
  cursor: not-allowed; opacity: 0.5; background: var(--fl-cream2);
  box-shadow: none; text-decoration: line-through;
}
.pdp-geekbar .pdp-chip.is-oos .fl-mono { font-size: 9px; letter-spacing: 0.08em; opacity: 0.8; }

.pdp-geekbar .pdp-buy-actions {
  margin-top: 22px; display: flex; gap: 14px; align-items: stretch;
}
.pdp-geekbar .pdp-qty {
  display: flex; align-items: center; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px; overflow: hidden;
  box-shadow: 3px 3px 0 var(--fl-ink);
}
.pdp-geekbar .pdp-qty button {
  appearance: none; border: 0; background: transparent; cursor: pointer;
  padding: 14px 16px; font-weight: 800; font-size: 16px; color: var(--fl-ink);
}
.pdp-geekbar .pdp-qty button:disabled { opacity: 0.3; cursor: not-allowed; }
.pdp-geekbar .pdp-qty-num {
  min-width: 30px; text-align: center; font-weight: 800;
  font-family: var(--fl-font-mono);
}
.pdp-geekbar .pdp-add {
  flex: 1; appearance: none; cursor: pointer;
  font-family: var(--fl-font-display); font-style: italic; font-weight: 700;
  font-size: 17px; letter-spacing: -0.01em;
  background: var(--fl-purple); color: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px;
  padding: 14px 22px; box-shadow: 4px 4px 0 var(--fl-ink);
  transition: transform .1s ease, box-shadow .1s ease;
}
.pdp-geekbar .pdp-add:hover:not(:disabled) { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 var(--fl-ink); }
.pdp-geekbar .pdp-add:disabled { opacity: 0.55; cursor: not-allowed; }
.pdp-geekbar .pdp-buy-err {
  margin: 12px 0 0; font-size: 13px; font-weight: 600; color: var(--fl-hot);
}
.pdp-geekbar .pdp-buy-stamps {
  margin-top: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 2px solid var(--fl-ink); border-radius: 12px; overflow: hidden;
  background: var(--fl-cream2);
}
.pdp-geekbar .pdp-buy-stamps > div {
  display: flex; flex-direction: column; gap: 3px;
  padding: 12px 13px; border-right: 2px solid var(--fl-ink);
}
.pdp-geekbar .pdp-buy-stamps > div:last-child { border-right: 0; }
.pdp-geekbar .pdp-buy-stamps .fl-mono { font-size: 9px; letter-spacing: 0.12em; color: var(--fl-ink2); }
.pdp-geekbar .pdp-buy-stamps > div span:last-child { font-size: 12px; font-weight: 700; line-height: 1.2; }
@media (max-width: 480px) {
  .pdp-geekbar .pdp-buy-stamps { grid-template-columns: repeat(2, 1fr); }
  .pdp-geekbar .pdp-buy-stamps > div:nth-child(2) { border-right: 0; }
  .pdp-geekbar .pdp-buy-stamps > div:nth-child(-n+2) { border-bottom: 2px solid var(--fl-ink); }
}

/* ── Shared section wrapper + section stickers ── */
.pdp-geekbar-wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 56px); }
.pdp-geekbar-secsticker { transform: rotate(-2deg); }

/* ── SPEC CARD (real parsed specs) ── */
.pdp-geekbar-specs-sec { padding: clamp(40px, 5vw, 60px) 0; background: var(--fl-cream2); border-top: 2px solid var(--fl-ink); }
.pdp-geekbar-specgrid {
  margin-top: 20px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px;
}
.pdp-geekbar-spec {
  display: flex; flex-direction: column; gap: 6px;
  background: #fff; border: 2px solid var(--fl-ink); border-radius: 12px;
  padding: 16px 18px; box-shadow: 4px 4px 0 var(--fl-ink);
}
.pdp-geekbar-spec-k { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; color: var(--fl-ink2); }
.pdp-geekbar-spec-v { font-size: clamp(20px, 3vw, 28px); line-height: 1; font-style: italic; }

/* ── FLAVOR-FAMILY BREAKDOWN bars (honest replacement of score bars) ── */
.pdp-geekbar-fam-sec { padding: clamp(48px, 6vw, 72px) 0; background: var(--fl-cream); border-top: 2px solid var(--fl-ink); }
.pdp-geekbar-fam-h2 {
  margin: 18px 0 32px; font-size: clamp(40px, 7vw, 76px); line-height: 0.9;
  letter-spacing: -0.02em; font-style: italic;
}
.pdp-geekbar-bars { display: flex; flex-direction: column; gap: 16px; max-width: 760px; }
.pdp-geekbar-bar-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 7px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
}
.pdp-geekbar-bar-n { color: var(--fl-ink2); font-size: 10.5px; }
.pdp-geekbar-bar-track {
  height: 26px; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px; overflow: hidden;
  box-shadow: 3px 3px 0 var(--fl-ink);
}
.pdp-geekbar-bar-fill {
  display: block; height: 100%; min-width: 6px;
  border-right: 2px solid var(--fl-ink);
  border-radius: 0 999px 999px 0;
  background: var(--gb-amber);
  transition: width .4s ease;
}
/* family tints on the bar fill (match fl-fam palette) */
.pdp-geekbar-bar-fill[data-fam="berry"]    { background: var(--fl-fam-berry,    #f5e9ff); }
.pdp-geekbar-bar-fill[data-fam="fruit"]    { background: var(--fl-fam-fruit,    #ffe4dc); }
.pdp-geekbar-bar-fill[data-fam="tropical"] { background: var(--fl-fam-tropical, #fff0c8); }
.pdp-geekbar-bar-fill[data-fam="mint"]     { background: var(--fl-fam-mint,     #d9f4ec); }
.pdp-geekbar-bar-fill[data-fam="menthol"]  { background: var(--fl-fam-mint,     #d9f4ec); }
.pdp-geekbar-bar-fill[data-fam="citrus"]   { background: var(--fl-fam-citrus,   #fff4c0); }
.pdp-geekbar-bar-fill[data-fam="candy"]    { background: var(--fl-fam-candy,    #ffd9e8); }
.pdp-geekbar-bar-fill[data-fam="lemonade"] { background: var(--fl-fam-lemonade, #fff7a8); }
.pdp-geekbar-bar-fill[data-fam="dessert"]  { background: var(--fl-fam-dessert,  #f5e2d0); }
.pdp-geekbar-bar-fill[data-fam="tart"]     { background: var(--fl-fam-tart,     #e0f5b8); }
.pdp-geekbar-bar-fill[data-fam="cosmos"]   { background: var(--fl-fam-cosmos,   #ddd0ff); }
.pdp-geekbar-bar-fill[data-fam="mixed"]    { background: var(--fl-fam-cosmos,   #ddd0ff); }
.pdp-geekbar-bar-fill[data-fam="beverage"] { background: var(--fl-fam-tart,     #e0f5b8); }
.pdp-geekbar-bar-fill[data-fam="tobacco"]  { background: #e8ddd0; }

/* ── FLAVORS LIST · full catalog of every flavor (static directory, all shown the same) ── */
.pdp-geekbar-flavlist-sec { padding: clamp(40px, 5vw, 60px) 0; background: var(--fl-cream2); border-top: 2px solid var(--fl-ink); }
.pdp-geekbar-flavlist-head {
  display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
  margin-bottom: 24px;
}
.pdp-geekbar-flavlist-h2 {
  font-size: clamp(26px, 4vw, 44px); line-height: 0.95;
  letter-spacing: -0.02em; font-style: italic;
}
.pdp-geekbar-flavlist-note { font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; color: var(--fl-ink2); }
.pdp-geekbar-chipgrid { display: flex; flex-wrap: wrap; gap: 8px; }
/* static catalog chip — every flavor identical, no pick/sold-out state */
.pdp-geekbar-lchip {
  user-select: none;
  font-size: 13px; font-weight: 600; line-height: 1;
  padding: 10px 14px; border-radius: 999px;
  border: 2px solid var(--fl-ink);
  box-shadow: 2px 2px 0 var(--fl-ink);
}

/* ── STORY slab (amber, big italic display + prose) ── */
.pdp-geekbar-story { padding: clamp(56px, 7vw, 96px) 0; background: var(--gb-amber); border-top: 2px solid var(--fl-ink); }
.pdp-geekbar-story-st { transform: rotate(-3deg); }
.pdp-geekbar-story-h2 {
  margin: 18px 0 24px; font-size: clamp(48px, 9vw, 104px); line-height: 0.9;
  letter-spacing: -0.025em; font-style: italic;
}
.pdp-geekbar-prose { max-width: 720px; font-size: 16px; line-height: 1.6; font-weight: 500; color: var(--fl-ink); }
.pdp-geekbar-prose h2 {
  font-family: var(--fl-font-display); font-style: italic;
  font-size: clamp(22px, 3vw, 30px); line-height: 1.05;
  margin: 28px 0 12px; letter-spacing: -0.01em;
}
.pdp-geekbar-prose h2:first-child { margin-top: 0; }
.pdp-geekbar-prose p { margin: 0 0 14px; }
.pdp-geekbar-prose strong {
  background: var(--gb-acid); padding: 1px 6px; border-radius: 5px;
  border: 2px solid var(--fl-ink); font-weight: 700;
}

/* ==================== .pdp-flum ==================== */
/* ════ PDP · FLUM "Mello Pro" — Hyper Drop Direction B, amber accent ════ */
.pdp-flum{ --acc:#ffb800; --acc2:#8a3ffc; background:var(--fl-cream); color:var(--fl-ink);
  font-family:var(--fl-font-body); }

/* breadcrumb strip (amber) */
.pdp-flum-crumb{ display:flex; align-items:center; justify-content:space-between; gap:16px;
  flex-wrap:wrap; padding:14px 5vw; background:var(--acc); color:var(--fl-ink);
  border-top:2px solid var(--fl-ink); border-bottom:2px solid var(--fl-ink); }
.pdp-flum-crumb .fl-mono{ font-size:11px; letter-spacing:.12em; font-weight:700; }
.pdp-flum-crumb b{ background:var(--fl-ink); color:var(--fl-cream); padding:2px 8px; border-radius:4px; }
.pdp-flum-crumb-stock{ display:inline-flex; align-items:center; gap:7px; font-size:11px;
  font-weight:700; letter-spacing:.1em; white-space:nowrap; }
.pdp-flum-dot{ width:8px; height:8px; border-radius:50%; background:var(--fl-acid);
  border:1.5px solid var(--fl-ink); display:inline-block; }

/* hero */
.pdp-flum-hero{ padding:48px 5vw 64px; }
.pdp-flum-hero-grid{ max-width:1180px; margin:0 auto; display:grid;
  grid-template-columns:1.05fr 1fr; gap:48px; align-items:start; }
@media(max-width:900px){ .pdp-flum-hero-grid{ grid-template-columns:1fr; gap:32px; } }

.pdp-flum-stage{ position:sticky; top:90px; }
@media(max-width:900px){ .pdp-flum-stage{ position:static; } }
.pdp-flum-card{ position:relative; overflow:hidden; aspect-ratio:1/1;
  background:var(--fl-hot); border:2px solid var(--fl-ink);
  box-shadow:10px 10px 0 var(--fl-ink); display:flex; align-items:center; justify-content:center; }
.pdp-flum-mono-bg{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  font-size:clamp(140px,34vw,300px); line-height:1; color:rgba(254,244,228,.16);
  pointer-events:none; user-select:none; font-style:italic; }
.pdp-flum-mono-fg{ font-size:clamp(60px,12vw,120px); color:rgba(254,244,228,.5); }
.pdp-flum-img{ position:relative; z-index:2; width:88%; height:88%; object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(14,10,20,.32)); }
.pdp-flum-tag-tl{ position:absolute; top:18px; left:18px; z-index:3; transform:rotate(-4deg); }
.pdp-flum-tag-br{ position:absolute; bottom:18px; right:18px; z-index:3; transform:rotate(3deg); }

/* variation thumbs */
.pdp-flum-thumbs{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; align-items:center; }
.pdp-flum-thumb{ width:58px; height:58px; padding:4px; background:#fff; cursor:pointer;
  border:2px solid var(--fl-ink); box-shadow:3px 3px 0 var(--fl-ink); transition:transform .12s,box-shadow .12s;
  display:flex; align-items:center; justify-content:center; }
.pdp-flum-thumb img{ width:100%; height:100%; object-fit:contain; }
.pdp-flum-thumb:hover{ transform:translate(-1px,-1px); box-shadow:4px 4px 0 var(--fl-ink); }
.pdp-flum-thumb.is-active{ background:var(--acc); box-shadow:3px 3px 0 var(--fl-ink),0 0 0 2px var(--fl-ink); }
.pdp-flum-thumb-more{ font-size:12px; font-weight:700; color:var(--fl-ink2);
  padding:0 6px; align-self:center; }

/* info column */
.pdp-flum-eyebrows{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px; }
.pdp-flum-title{ font-size:clamp(38px,6vw,58px); line-height:.95; margin:0 0 6px;
  letter-spacing:-.01em; }
.pdp-flum-accent{ color:var(--acc); font-style:italic; }
.pdp-flum-accent2{ color:var(--acc2); }
.pdp-flum-sub{ font-size:15px; line-height:1.6; font-weight:500; color:var(--fl-ink2);
  margin:12px 0 0; max-width:48ch; }
.pdp-flum-sub p{ margin:0 0 8px; }

/* per-1K price card (amber) */
.pdp-flum-pricecard{ margin:20px 0 22px; padding:18px 20px; background:var(--acc);
  border:2px solid var(--fl-ink); box-shadow:5px 5px 0 var(--fl-ink); }
.pdp-flum-perk{ font-size:11px; font-weight:700; letter-spacing:.13em; color:var(--fl-ink); margin:0; }
.pdp-flum-bigprice{ font-size:clamp(40px,7vw,56px); line-height:1; margin:4px 0 0; color:var(--fl-ink); }

/* ── skin the shared buy box for amber brand ── */
.pdp-flum .pdp-buy{ display:flex; flex-direction:column; gap:16px; }
.pdp-flum .pdp-buy-pricecard{ display:none; } /* price already shown in hero card */
.pdp-flum .pdp-buy-flav-head{ display:flex; justify-content:space-between; align-items:center;
  margin-bottom:10px; font-size:11px; letter-spacing:.12em; font-weight:700; }
.pdp-flum .pdp-buy-chips{ display:flex; flex-wrap:wrap; gap:7px; }
.pdp-flum .pdp-chip{ padding:8px 12px; font-size:12.5px; font-weight:600; cursor:pointer;
  background:#fff; border:2px solid var(--fl-ink); box-shadow:2px 2px 0 var(--fl-ink);
  transition:transform .1s,box-shadow .1s; }
.pdp-flum .pdp-chip:hover{ transform:translate(-1px,-1px); box-shadow:3px 3px 0 var(--fl-ink); }
.pdp-flum .pdp-chip.is-active{ background:var(--acc); box-shadow:3px 3px 0 var(--fl-ink); }
.pdp-flum .pdp-chip.is-oos{ opacity:.45; cursor:not-allowed; text-decoration:line-through; box-shadow:none; }
.pdp-flum .pdp-chip.is-oos .fl-mono{ font-size:9px; margin-left:5px; }
.pdp-flum .pdp-buy-actions{ display:flex; gap:12px; align-items:stretch; }
.pdp-flum .pdp-qty{ display:flex; align-items:center; background:#fff; border:2px solid var(--fl-ink);
  border-radius:999px; box-shadow:3px 3px 0 var(--fl-ink); overflow:hidden; }
.pdp-flum .pdp-qty button{ padding:0 16px; font-size:18px; font-weight:700; background:none;
  border:none; cursor:pointer; color:var(--fl-ink); }
.pdp-flum .pdp-qty button:disabled{ opacity:.3; cursor:not-allowed; }
.pdp-flum .pdp-qty-num{ min-width:34px; text-align:center; font-weight:700;
  font-family:var(--fl-font-mono); }
.pdp-flum .pdp-add{ flex:1; padding:16px 20px; font-size:15px; font-weight:700; cursor:pointer;
  background:var(--acc2); color:#fff; border:2px solid var(--fl-ink);
  border-radius:999px; box-shadow:4px 4px 0 var(--fl-ink); transition:transform .1s,box-shadow .1s; }
.pdp-flum .pdp-add:hover{ transform:translate(-1px,-1px); box-shadow:5px 5px 0 var(--fl-ink); }
.pdp-flum .pdp-add:disabled{ opacity:.55; cursor:not-allowed; transform:none; box-shadow:4px 4px 0 var(--fl-ink); }
.pdp-flum .pdp-buy-err{ color:var(--fl-hot); font-weight:600; font-size:13px; margin:0; }
.pdp-flum .pdp-buy-stamps{ display:grid; grid-template-columns:1fr 1fr; gap:1px;
  background:var(--fl-ink); border:2px solid var(--fl-ink); }
.pdp-flum .pdp-buy-stamps>div{ background:var(--fl-cream); padding:10px 12px; display:flex;
  flex-direction:column; gap:2px; }
.pdp-flum .pdp-buy-stamps .fl-mono{ font-size:9px; letter-spacing:.12em; color:var(--fl-ink2); font-weight:700; }
.pdp-flum .pdp-buy-stamps span:last-child{ font-size:12.5px; font-weight:600; }

/* shared section wrapper / headings */
.pdp-flum-wrap{ max-width:1000px; margin:0 auto; padding:0 5vw; }
.pdp-flum-rot{ display:inline-block; transform:rotate(-2deg); }
.pdp-flum-h2{ font-size:clamp(34px,6vw,68px); line-height:.92; margin:16px 0 0; letter-spacing:-.01em; }

/* spec card section */
.pdp-flum-specs-sec{ padding:64px 0; background:var(--fl-cream2);
  border-top:2px solid var(--fl-ink); }
.pdp-flum-specs{ margin-top:32px; display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:1px; background:var(--fl-ink); border:2px solid var(--fl-ink); box-shadow:6px 6px 0 var(--fl-ink); }
.pdp-flum-spec-row{ background:#fff; padding:18px 20px; display:flex; flex-direction:column; gap:5px; }
.pdp-flum-spec-k{ font-size:10px; letter-spacing:.14em; font-weight:700; color:var(--fl-ink2); }
.pdp-flum-spec-v{ font-size:19px; font-weight:700; font-family:var(--fl-font-display); }

/* flavor-family breakdown bars */
.pdp-flum-fam-sec{ padding:72px 0; background:var(--fl-cream);
  border-top:2px solid var(--fl-ink); }
.pdp-flum-fam-note{ font-size:15px; line-height:1.6; font-weight:500; color:var(--fl-ink2);
  max-width:62ch; margin:18px 0 0; }
.pdp-flum-bars{ margin-top:32px; display:flex; flex-direction:column; gap:12px; }
.pdp-flum-bar-row{ display:grid; grid-template-columns:96px 1fr 44px; gap:14px; align-items:center; }
.pdp-flum-bar-lab{ font-size:11px; letter-spacing:.1em; font-weight:700; text-align:right; }
.pdp-flum-bar-track{ height:30px; background:#fff; border:2px solid var(--fl-ink);
  box-shadow:3px 3px 0 var(--fl-ink); overflow:hidden; }
.pdp-flum-bar-fill{ height:100%; min-width:30px; border-right:2px solid var(--fl-ink);
  display:flex; align-items:center; justify-content:flex-end; padding-right:8px; }
.pdp-flum-bar-n{ font-size:11px; font-weight:700; color:var(--fl-ink); }
.pdp-flum-bar-pct{ font-size:12px; font-weight:700; }
@media(max-width:560px){ .pdp-flum-bar-row{ grid-template-columns:72px 1fr 38px; gap:8px; } }

/* tinted flavor chip grid */
.pdp-flum-chipgrid{ margin-top:36px; display:flex; flex-wrap:wrap; gap:8px; }
.pdp-flum-fchip{ padding:9px 13px; font-size:13px; font-weight:600; cursor:pointer;
  border:2px solid var(--fl-ink); box-shadow:2px 2px 0 var(--fl-ink); transition:transform .1s,box-shadow .1s; }
.pdp-flum-fchip:hover{ transform:translate(-1px,-1px); box-shadow:3px 3px 0 var(--fl-ink); }
.pdp-flum-fchip.is-active{ box-shadow:3px 3px 0 var(--fl-ink),inset 0 0 0 2px var(--fl-ink); font-weight:700; }

/* marquee strip */
.pdp-flum-stripe{ background:var(--fl-ink); color:var(--fl-cream); overflow:hidden;
  border-top:2px solid var(--fl-ink); border-bottom:2px solid var(--fl-ink); padding:12px 0; }
.pdp-flum-stripe-track{ display:flex; gap:28px; white-space:nowrap; width:max-content;
  animation:pdp-flum-marquee 26s linear infinite; }
.pdp-flum-stripe-track span{ font-family:var(--fl-font-mono); font-size:13px; font-weight:700;
  letter-spacing:.1em; }
@keyframes pdp-flum-marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* long description prose */
.pdp-flum-desc-sec{ padding:64px 0; background:var(--fl-cream2); border-top:2px solid var(--fl-ink); }
.pdp-flum-prose{ font-size:16px; line-height:1.7; color:var(--fl-ink); }
.pdp-flum-prose h2,.pdp-flum-prose h3{ font-family:var(--fl-font-display); margin:28px 0 12px; line-height:1.1; }
.pdp-flum-prose p{ margin:0 0 16px; }
.pdp-flum-prose ul,.pdp-flum-prose ol{ margin:0 0 16px; padding-left:22px; }
.pdp-flum-prose li{ margin:0 0 6px; }
.pdp-flum-prose a{ color:var(--acc2); text-decoration:underline; font-weight:600; }

/* ==================== .pdp-offstamp ==================== */
/* ═══════════════════════════════════════════════════════════════════════
   .pdp-offstamp — "Hyper Drop" Direction B port of PdpB_Mt15000
   (Turbo entry · weekly drop). Accent: hot #ff3d6e. Acid hero + ink monogram.
   All selectors scoped under .pdp-offstamp. Skins shared _buy.njk too.
   ═══════════════════════════════════════════════════════════════════════ */
.pdp-offstamp { color: var(--fl-ink); }
.pdp-offstamp .pos-accent { color: var(--fl-hot); }

/* ── breadcrumb ── */
.pdp-offstamp .pos-crumb {
  padding: 16px 56px; background: var(--fl-acid); color: var(--fl-ink);
  border-bottom: 2px solid var(--fl-ink);
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.pdp-offstamp .pos-crumb-here {
  background: var(--fl-ink); color: var(--fl-cream);
  padding: 2px 8px; border-radius: 4px;
}

/* ── hero ── */
.pdp-offstamp .pos-hero { padding: 56px 56px 72px; }
.pdp-offstamp .pos-hero-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: start;
}

/* left — art card with giant monogram */
.pdp-offstamp .pos-art-col { position: relative; }
.pdp-offstamp .pos-art-card {
  position: relative; height: 560px; overflow: hidden;
  background: var(--fl-acid); border: 2px solid var(--fl-ink); border-radius: 18px;
  box-shadow: 10px 10px 0 var(--fl-ink);
  display: flex; align-items: center; justify-content: center;
}
.pdp-offstamp .pos-monogram {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 300px; line-height: 1; font-weight: 800; font-style: italic;
  color: rgba(14,10,20,0.10); pointer-events: none; user-select: none;
  letter-spacing: -0.04em;
}
.pdp-offstamp .pos-art-img { position: relative; width: 78%; height: 78%; display: flex; align-items: center; justify-content: center; }
.pdp-offstamp .pos-art-img img { max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(6px 8px 0 rgba(14,10,20,0.18)); }
.pdp-offstamp .pos-art-ph span { font-size: 120px; color: rgba(14,10,20,0.35); font-style: italic; }

.pdp-offstamp .pos-sticker-tl { position: absolute; top: 22px; left: 22px; transform: rotate(-4deg); }
.pdp-offstamp .pos-sticker-br { position: absolute; bottom: 22px; right: 22px; transform: rotate(3deg); }

.pdp-offstamp .pos-flavor-tag {
  position: absolute; bottom: 22px; left: 22px;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--fl-ink); color: var(--fl-cream);
  padding: 8px 14px; border-radius: 999px; border: 2px solid var(--fl-ink);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.pdp-offstamp .pos-flavor-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--fl-hot); flex: none; }
.pdp-offstamp .pos-flavor-meta { color: var(--fl-acid); font-size: 9px; letter-spacing: 0.16em; }

/* right — buy column */
.pdp-offstamp .pos-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.pdp-offstamp .pos-h1 {
  font-size: clamp(34px, 5.2vw, 56px); line-height: 0.96; font-weight: 800; font-style: italic;
  letter-spacing: -0.02em; margin: 0 0 14px;
}
.pdp-offstamp .pos-sub { font-size: 15px; line-height: 1.6; font-weight: 500; color: var(--fl-ink2); max-width: 52ch; margin: 0 0 22px; }
.pdp-offstamp .pos-sub p { margin: 0 0 8px; }

/* ── skin the shared _buy.njk box (hot accent) ── */
.pdp-offstamp .pdp-buy { margin-top: 4px; }
.pdp-offstamp .pdp-buy-pricecard {
  background: var(--fl-hot); color: #fff;
  border: 2px solid var(--fl-ink); border-radius: 16px; padding: 18px 22px;
  box-shadow: 5px 5px 0 var(--fl-ink);
}
.pdp-offstamp .pdp-buy-pricekm { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: rgba(255,255,255,0.85); margin: 0 0 4px; }
.pdp-offstamp .pdp-buy-price { display: flex; align-items: baseline; gap: 12px; }
.pdp-offstamp .pdp-buy-now { font-size: 52px; line-height: 0.95; font-weight: 800; font-style: italic; color: #fff; }
.pdp-offstamp .pdp-buy-was { font-size: 20px; color: rgba(255,255,255,0.7); text-decoration: line-through; }
.pdp-offstamp .pdp-buy-ship { margin: 8px 0 0; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: rgba(255,255,255,0.9); }

.pdp-offstamp .pdp-buy-flav { margin-top: 22px; }
.pdp-offstamp .pdp-buy-flav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.pdp-offstamp .pdp-buy-flav-head span { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; }
.pdp-offstamp .pdp-buy-sku { color: var(--fl-ink2); }
.pdp-offstamp .pdp-buy-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.pdp-offstamp .pdp-chip {
  cursor: pointer; padding: 8px 13px; font-size: 12.5px; font-weight: 600;
  background: #fff; border: 2px solid var(--fl-ink); border-radius: 999px;
  box-shadow: 2px 2px 0 var(--fl-ink); transition: transform .12s, box-shadow .12s, background .12s;
  display: inline-flex; align-items: center; gap: 6px;
}
.pdp-offstamp .pdp-chip:hover { transform: translate(-1px,-1px); box-shadow: 3px 3px 0 var(--fl-ink); }
.pdp-offstamp .pdp-chip.is-active { background: var(--fl-ink); color: var(--fl-cream); box-shadow: 0 0 0 var(--fl-ink); transform: none; }
.pdp-offstamp .pdp-chip.is-oos { opacity: 0.45; cursor: not-allowed; box-shadow: none; text-decoration: line-through; }
.pdp-offstamp .pdp-chip.is-oos .fl-mono { font-size: 9px; letter-spacing: 0.12em; text-decoration: none; color: var(--fl-hot); }

.pdp-offstamp .pdp-buy-actions { display: flex; gap: 14px; margin-top: 22px; }
.pdp-offstamp .pdp-qty {
  display: inline-flex; align-items: center; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px; overflow: hidden;
  box-shadow: 3px 3px 0 var(--fl-ink);
}
.pdp-offstamp .pdp-qty button { padding: 13px 17px; font-weight: 800; font-size: 16px; background: none; border: none; cursor: pointer; color: var(--fl-ink); }
.pdp-offstamp .pdp-qty button:disabled { opacity: 0.3; cursor: not-allowed; }
.pdp-offstamp .pdp-qty-num { min-width: 34px; text-align: center; font-weight: 800; font-family: var(--fl-font-mono); }
.pdp-offstamp .pdp-add {
  flex: 1; padding: 15px 22px; font-size: 15px; font-weight: 800; cursor: pointer;
  background: var(--fl-purple); color: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px; box-shadow: 4px 4px 0 var(--fl-ink);
  transition: transform .12s, box-shadow .12s;
}
.pdp-offstamp .pdp-add:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--fl-ink); }
.pdp-offstamp .pdp-add:active { transform: translate(2px,2px); box-shadow: 0 0 0 var(--fl-ink); }
.pdp-offstamp .pdp-add:disabled { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: 4px 4px 0 var(--fl-ink); }
.pdp-offstamp .pdp-buy-err { margin: 10px 0 0; font-size: 13px; font-weight: 600; color: var(--fl-hot); }

.pdp-offstamp .pdp-buy-stamps {
  margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 2px solid var(--fl-ink); border-radius: 12px; overflow: hidden; background: #fff;
}
.pdp-offstamp .pdp-buy-stamps > div { padding: 12px 14px; display: flex; flex-direction: column; gap: 3px; border-right: 2px solid var(--fl-ink); }
.pdp-offstamp .pdp-buy-stamps > div:last-child { border-right: none; }
.pdp-offstamp .pdp-buy-stamps .fl-mono { font-size: 9px; font-weight: 700; letter-spacing: 0.14em; color: var(--fl-ink2); }
.pdp-offstamp .pdp-buy-stamps > div span:last-child { font-size: 12px; font-weight: 700; }

/* ── marquee strip ── */
.pdp-offstamp .pos-stripe {
  background: var(--fl-ink); color: var(--fl-cream);
  border-top: 2px solid var(--fl-ink); border-bottom: 2px solid var(--fl-ink);
}
.pdp-offstamp .pos-stripe span { font-family: var(--fl-font-mono); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; }
.pdp-offstamp .pos-stripe .fl-star { color: var(--fl-acid); }

/* ── detail: spec card + flavor breakdown ── */
.pdp-offstamp .pos-detail { padding: 72px 56px; }
.pdp-offstamp .pos-detail-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 36px; align-items: start;
}

.pdp-offstamp .pos-spec-card {
  border: 2px solid var(--fl-ink); border-radius: 16px; overflow: hidden;
  background: #fff; box-shadow: 6px 6px 0 var(--fl-ink);
}
.pdp-offstamp .pos-spec-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 20px; background: var(--fl-ink); color: var(--fl-cream);
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
}
.pdp-offstamp .pos-spec-head-r { color: var(--fl-acid); }
.pdp-offstamp .pos-spec-rows { padding: 6px 0; }
.pdp-offstamp .pos-spec-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 13px 20px; border-bottom: 1px dashed rgba(14,10,20,0.18);
}
.pdp-offstamp .pos-spec-row:last-child { border-bottom: none; }
.pdp-offstamp .pos-spec-k { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--fl-ink2); }
.pdp-offstamp .pos-spec-v { font-size: 15px; font-weight: 700; }

.pdp-offstamp .pos-fam-card {
  border: 2px solid var(--fl-ink); border-radius: 16px; padding: 26px 28px;
  background: var(--fl-cream2); box-shadow: 6px 6px 0 var(--fl-ink);
}
.pdp-offstamp .pos-fam-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.pdp-offstamp .pos-fam-total { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--fl-ink2); }
.pdp-offstamp .pos-fam-h2 { font-size: clamp(28px, 4vw, 40px); line-height: 0.95; font-weight: 800; font-style: italic; margin: 0 0 22px; }

.pdp-offstamp .pos-bars { display: flex; flex-direction: column; gap: 14px; }
.pdp-offstamp .pos-bar-row { display: flex; flex-direction: column; gap: 6px; }
.pdp-offstamp .pos-bar-label { display: flex; justify-content: space-between; align-items: center; }
.pdp-offstamp .pos-bar-fam { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }
.pdp-offstamp .pos-bar-pct { font-size: 13px; font-weight: 800; }
.pdp-offstamp .pos-bar-track {
  height: 18px; background: #fff; border: 2px solid var(--fl-ink); border-radius: 999px; overflow: hidden;
}
.pdp-offstamp .pos-bar-fill { display: block; height: 100%; border-radius: 999px 0 0 999px; background: var(--fl-purple); }

/* family tints (match fl-chip[data-fam] palette) for bar fills + tile accents */
.pdp-offstamp [data-fam="berry"]    .pos-bar-fill, .pdp-offstamp .pos-bar-fill[data-fam="berry"]    { background: var(--fl-fam-berry); }
.pdp-offstamp .pos-bar-fill[data-fam="berry"]    { background: var(--fl-fam-berry); }
.pdp-offstamp .pos-bar-fill[data-fam="fruit"]    { background: var(--fl-fam-fruit); }
.pdp-offstamp .pos-bar-fill[data-fam="tropical"] { background: var(--fl-fam-tropical); }
.pdp-offstamp .pos-bar-fill[data-fam="mint"]     { background: var(--fl-fam-mint); }
.pdp-offstamp .pos-bar-fill[data-fam="menthol"]  { background: var(--fl-fam-mint); }
.pdp-offstamp .pos-bar-fill[data-fam="citrus"]   { background: var(--fl-fam-citrus); }
.pdp-offstamp .pos-bar-fill[data-fam="candy"]    { background: var(--fl-fam-candy); }
.pdp-offstamp .pos-bar-fill[data-fam="lemonade"] { background: var(--fl-fam-lemonade); }
.pdp-offstamp .pos-bar-fill[data-fam="dessert"]  { background: var(--fl-fam-dessert); }
.pdp-offstamp .pos-bar-fill[data-fam="tart"]     { background: var(--fl-fam-tart); }
.pdp-offstamp .pos-bar-fill[data-fam="cosmos"]   { background: var(--fl-fam-cosmos); }
.pdp-offstamp .pos-bar-fill[data-fam="mixed"]    { background: var(--fl-fam-cosmos); }
.pdp-offstamp .pos-bar-fill[data-fam="beverage"] { background: var(--fl-fam-tart); }
.pdp-offstamp .pos-bar-fill[data-fam="tobacco"]  { background: #e8ddd0; }

/* ── story: full flavor lineup color grid ── */
.pdp-offstamp .pos-story { padding: 0 56px 80px; }
.pdp-offstamp .pos-story-inner { max-width: 1180px; margin: 0 auto; }
.pdp-offstamp .pos-story-stickers { display: flex; gap: 10px; align-items: center; margin-bottom: 16px; }
.pdp-offstamp .pos-rot { transform: rotate(-3deg); }
.pdp-offstamp .pos-story-h2 { font-size: clamp(40px, 7vw, 88px); line-height: 0.9; font-weight: 800; font-style: italic; letter-spacing: -0.02em; margin: 0; }
.pdp-offstamp .pos-story-p { font-size: 17px; line-height: 1.55; font-weight: 500; color: var(--fl-ink); max-width: 720px; margin: 20px 0 0; }

.pdp-offstamp .pos-lineup-card {
  margin-top: 38px; border: 2px solid var(--fl-ink); border-radius: 18px; overflow: hidden;
  background: #fff; box-shadow: 8px 8px 0 var(--fl-ink);
}
.pdp-offstamp .pos-lineup-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 24px; background: var(--fl-ink); color: var(--fl-cream);
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
}
.pdp-offstamp .pos-lineup-bar-l { color: var(--fl-acid); }
.pdp-offstamp .pos-lineup-bar-r { color: var(--fl-amber); }
.pdp-offstamp .pos-lineup-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.pdp-offstamp .pos-tile {
  position: relative; padding: 22px 18px; min-height: 116px; cursor: pointer;
  border-right: 2px solid var(--fl-ink); border-bottom: 2px solid var(--fl-ink);
  display: flex; flex-direction: column; gap: 8px; justify-content: space-between;
  background: var(--fl-cream); transition: transform .1s;
}
.pdp-offstamp .pos-lineup-grid .pos-tile:nth-child(4n) { border-right: none; }
.pdp-offstamp .pos-tile:hover { transform: scale(0.985); }
.pdp-offstamp .pos-tile-fam { font-size: 9px; font-weight: 700; letter-spacing: 0.16em; opacity: 0.7; }
.pdp-offstamp .pos-tile-name { font-size: 17px; line-height: 1.1; font-weight: 800; font-style: italic; }
.pdp-offstamp .pos-tile-pick { font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em; opacity: 0; transition: opacity .12s; }
.pdp-offstamp .pos-tile:hover .pos-tile-pick { opacity: 0.65; }
.pdp-offstamp .pos-tile.is-active { background: var(--fl-ink); color: var(--fl-cream); }
.pdp-offstamp .pos-tile.is-active .pos-tile-pick { opacity: 1; color: var(--fl-acid); }
.pdp-offstamp .pos-tile.is-oos { cursor: not-allowed; opacity: 0.6; }
.pdp-offstamp .pos-tile.is-oos .pos-tile-name { text-decoration: line-through; }
.pdp-offstamp .pos-tile-oos { font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em; color: var(--fl-hot); }

/* per-family tile tints */
.pdp-offstamp .pos-tile[data-fam="berry"]    { background: var(--fl-fam-berry); }
.pdp-offstamp .pos-tile[data-fam="fruit"]    { background: var(--fl-fam-fruit); }
.pdp-offstamp .pos-tile[data-fam="tropical"] { background: var(--fl-fam-tropical); }
.pdp-offstamp .pos-tile[data-fam="mint"]     { background: var(--fl-fam-mint); }
.pdp-offstamp .pos-tile[data-fam="menthol"]  { background: var(--fl-fam-mint); }
.pdp-offstamp .pos-tile[data-fam="citrus"]   { background: var(--fl-fam-citrus); }
.pdp-offstamp .pos-tile[data-fam="candy"]    { background: var(--fl-fam-candy); }
.pdp-offstamp .pos-tile[data-fam="lemonade"] { background: var(--fl-fam-lemonade); }
.pdp-offstamp .pos-tile[data-fam="dessert"]  { background: var(--fl-fam-dessert); }
.pdp-offstamp .pos-tile[data-fam="tart"]     { background: var(--fl-fam-tart); }
.pdp-offstamp .pos-tile[data-fam="cosmos"]   { background: var(--fl-fam-cosmos); }
.pdp-offstamp .pos-tile[data-fam="mixed"]    { background: var(--fl-fam-cosmos); }
.pdp-offstamp .pos-tile[data-fam="beverage"] { background: var(--fl-fam-tart); }
.pdp-offstamp .pos-tile[data-fam="tobacco"]  { background: #e8ddd0; }
.pdp-offstamp .pos-tile.is-active[data-fam] { background: var(--fl-ink); }

/* ── description prose ── */
.pdp-offstamp .pos-prose-sec { padding: 0 56px 72px; }
.pdp-offstamp .pos-prose { max-width: 820px; margin: 0 auto; }
.pdp-offstamp .pos-prose h2 {
  font-family: var(--fl-font-display); font-size: 28px; font-weight: 800; font-style: italic;
  margin: 32px 0 12px; line-height: 1.05;
}
.pdp-offstamp .pos-prose h2:first-child { margin-top: 0; }
.pdp-offstamp .pos-prose p { font-size: 16px; line-height: 1.7; margin: 0 0 16px; color: var(--fl-ink2); }
.pdp-offstamp .pos-prose ul { margin: 0 0 18px; padding-left: 0; list-style: none; display: grid; gap: 8px; }
.pdp-offstamp .pos-prose li {
  position: relative; padding: 10px 16px 10px 38px; font-size: 15px;
  background: #fff; border: 2px solid var(--fl-ink); border-radius: 10px;
  box-shadow: 3px 3px 0 var(--fl-ink);
}
.pdp-offstamp .pos-prose li::before {
  content: "✦"; position: absolute; left: 14px; top: 10px; color: var(--fl-hot); font-weight: 800;
}
.pdp-offstamp .pos-prose li strong { font-weight: 800; }

/* ── responsive ── */
@media (max-width: 1024px) {
  .pdp-offstamp .pos-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .pdp-offstamp .pos-detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .pdp-offstamp .pos-art-card { height: 460px; }
  .pdp-offstamp .pos-monogram { font-size: 220px; }
  .pdp-offstamp .pos-lineup-grid { grid-template-columns: repeat(3, 1fr); }
  .pdp-offstamp .pos-lineup-grid .pos-tile:nth-child(4n) { border-right: 2px solid var(--fl-ink); }
  .pdp-offstamp .pos-lineup-grid .pos-tile:nth-child(3n) { border-right: none; }
}
@media (max-width: 680px) {
  .pdp-offstamp .pos-crumb { padding: 14px 20px; }
  .pdp-offstamp .pos-hero { padding: 32px 20px 48px; }
  .pdp-offstamp .pos-detail { padding: 48px 20px; }
  .pdp-offstamp .pos-story { padding: 0 20px 56px; }
  .pdp-offstamp .pos-prose-sec { padding: 0 20px 56px; }
  .pdp-offstamp .pos-art-card { height: 360px; box-shadow: 6px 6px 0 var(--fl-ink); }
  .pdp-offstamp .pos-monogram { font-size: 150px; }
  .pdp-offstamp .pos-buy-stamps, .pdp-offstamp .pdp-buy-stamps { grid-template-columns: repeat(2, 1fr); }
  .pdp-offstamp .pdp-buy-stamps > div:nth-child(2) { border-right: none; }
  .pdp-offstamp .pdp-buy-stamps > div:nth-child(1), .pdp-offstamp .pdp-buy-stamps > div:nth-child(2) { border-bottom: 2px solid var(--fl-ink); }
  .pdp-offstamp .pos-lineup-grid { grid-template-columns: repeat(2, 1fr); }
  .pdp-offstamp .pos-lineup-grid .pos-tile:nth-child(3n) { border-right: 2px solid var(--fl-ink); }
  .pdp-offstamp .pos-lineup-grid .pos-tile:nth-child(2n) { border-right: none; }
  .pdp-offstamp .pdp-buy-actions { flex-wrap: wrap; }
  .pdp-offstamp .pdp-add { flex: 1 1 100%; }
}

/* ==================== .pdp-raz ==================== */
/* ════════════════════════════════════════════════════════════════
   PdpB_Quasar port · RAZ (cosmos / themed) — all scoped under .pdp-raz
   Cosmic purple+cyan-on-ink. Chunky ink borders + hard offset shadows.
   ════════════════════════════════════════════════════════════════ */
.pdp-raz { color: var(--fl-ink); font-family: var(--fl-font-body); }
.pdp-raz [x-cloak] { display: none !important; }
.pdp-raz .pdp-raz-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* ── breadcrumb (ink bar, acid text) ── */
.pdp-raz .pdp-raz-crumb {
  background: var(--fl-ink); color: var(--fl-acid);
  border-bottom: 2px solid var(--fl-ink);
  padding: 16px 28px;
}
.pdp-raz .pdp-raz-crumb .fl-mono { font-size: 11px; letter-spacing: 0.14em; font-weight: 700; }
.pdp-raz .pdp-raz-crumb-here {
  background: var(--fl-purple); color: #fff;
  padding: 2px 9px; border-radius: 5px; margin-left: 2px;
}

/* ── hero ── */
.pdp-raz .pdp-raz-hero { padding: 56px 28px 72px; background: var(--fl-cream); }
.pdp-raz .pdp-raz-hero-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: start;
}

/* monogram / gallery card — cosmic gradient on ink */
.pdp-raz .pdp-raz-monobox {
  position: relative; aspect-ratio: 1 / 1;
  border: 2px solid var(--fl-ink); border-radius: 18px; overflow: hidden;
  background: radial-gradient(circle at 30% 28%, var(--fl-purple) 0%, var(--fl-ink) 70%);
  box-shadow: 10px 10px 0 var(--fl-ink);
  display: grid; place-items: center;
}
.pdp-raz .pdp-raz-mono {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-size: clamp(120px, 24vw, 280px); line-height: 1;
  color: rgba(0, 212, 255, 0.16); font-weight: 800; letter-spacing: -0.03em;
  pointer-events: none; user-select: none;
}
.pdp-raz .pdp-raz-stage-img {
  position: relative; z-index: 1; width: 78%; aspect-ratio: 1 / 1;
  display: grid; place-items: center;
}
.pdp-raz .pdp-raz-stage-img img {
  max-width: 100%; max-height: 100%; object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0,0,0,0.45));
}
.pdp-raz .pdp-raz-stamp-tl { position: absolute; top: 18px; left: 18px; transform: rotate(-4deg); z-index: 2; }
.pdp-raz .pdp-raz-stamp-br { position: absolute; bottom: 18px; right: 18px; transform: rotate(3deg); z-index: 2; }

/* variation thumb row */
.pdp-raz .pdp-raz-thumbs {
  display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; align-items: center;
}
.pdp-raz .pdp-raz-thumb {
  width: 62px; height: 62px; padding: 4px; cursor: pointer;
  border: 2px solid var(--fl-ink); border-radius: 12px; background: #fff;
  box-shadow: 2px 2px 0 var(--fl-ink); transition: transform .12s, box-shadow .12s;
}
.pdp-raz .pdp-raz-thumb img { width: 100%; height: 100%; object-fit: contain; }
.pdp-raz .pdp-raz-thumb:hover { transform: translate(-1px,-1px); box-shadow: 3px 3px 0 var(--fl-ink); }
.pdp-raz .pdp-raz-thumb.is-active { background: var(--fl-purple); box-shadow: 3px 3px 0 var(--fl-ink); }
.pdp-raz .pdp-raz-thumb-more {
  font-size: 12px; font-weight: 700; color: var(--fl-ink2);
  padding: 0 6px; align-self: center;
}

/* hero info column */
.pdp-raz .pdp-raz-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.pdp-raz .pdp-raz-title {
  font-size: clamp(34px, 5.4vw, 60px); line-height: 0.94; letter-spacing: -0.02em;
  margin: 0 0 6px; font-weight: 800; word-break: break-word;
}
.pdp-raz .pdp-raz-w-0 { color: var(--fl-ink); }
.pdp-raz .pdp-raz-w-1 { color: var(--fl-purple); }
.pdp-raz .pdp-raz-w-2 { color: var(--fl-cyan); -webkit-text-stroke: 1.5px var(--fl-ink); }
.pdp-raz .pdp-raz-w-3 { color: var(--fl-hot); }
.pdp-raz .pdp-raz-sub {
  font-size: 15px; line-height: 1.6; color: var(--fl-ink2); font-weight: 500;
  margin: 8px 0 4px;
}
.pdp-raz .pdp-raz-sub p { margin: 0 0 8px; }

/* ── skin the shared buy box (cosmic accent) ── */
.pdp-raz .pdp-buy { margin-top: 22px; }
.pdp-raz .pdp-buy-pricecard {
  background: radial-gradient(circle at 18% 20%, var(--fl-purple) 0%, var(--fl-ink) 92%);
  color: var(--fl-cream); border: 2px solid var(--fl-ink); border-radius: 16px;
  padding: 18px 20px; box-shadow: 5px 5px 0 var(--fl-ink);
}
.pdp-raz .pdp-buy-pricekm { color: var(--fl-cyan); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; margin: 0 0 6px; }
.pdp-raz .pdp-buy-price { display: flex; align-items: baseline; gap: 12px; }
.pdp-raz .pdp-buy-now { font-size: 48px; line-height: 1; color: var(--fl-cream); font-weight: 800; }
.pdp-raz .pdp-buy-was { font-size: 20px; color: rgba(255,255,255,0.55); text-decoration: line-through; }
.pdp-raz .pdp-buy-ship { color: var(--fl-acid); font-size: 11px; font-weight: 600; margin: 10px 0 0; letter-spacing: 0.04em; }

.pdp-raz .pdp-buy-flav { margin-top: 22px; }
.pdp-raz .pdp-buy-flav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.pdp-raz .pdp-buy-flav-head .fl-mono { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: var(--fl-purple); }
.pdp-raz .pdp-buy-sku { font-size: 10px; color: var(--fl-ink2); }
.pdp-raz .pdp-buy-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.pdp-raz .pdp-chip {
  cursor: pointer; font-size: 12.5px; font-weight: 600; padding: 8px 12px;
  border: 2px solid var(--fl-ink); border-radius: 999px; background: #fff;
  transition: transform .1s, box-shadow .1s, background .12s;
}
.pdp-raz .pdp-chip:hover { transform: translate(-1px,-1px); box-shadow: 2px 2px 0 var(--fl-ink); }
.pdp-raz .pdp-chip.is-active { background: var(--fl-purple); color: #fff; box-shadow: 2px 2px 0 var(--fl-ink); }
.pdp-raz .pdp-chip.is-oos { opacity: 0.45; cursor: not-allowed; text-decoration: line-through; }
.pdp-raz .pdp-chip.is-oos .fl-mono { font-size: 9px; margin-left: 4px; text-decoration: none; }

.pdp-raz .pdp-buy-actions { display: flex; gap: 12px; margin-top: 22px; align-items: stretch; }
.pdp-raz .pdp-qty {
  display: flex; align-items: center; border: 2px solid var(--fl-ink);
  border-radius: 999px; overflow: hidden; background: #fff; box-shadow: 3px 3px 0 var(--fl-ink);
}
.pdp-raz .pdp-qty button { padding: 0 18px; font-size: 18px; font-weight: 700; background: none; border: 0; cursor: pointer; color: var(--fl-ink); }
.pdp-raz .pdp-qty button:disabled { opacity: 0.3; cursor: not-allowed; }
.pdp-raz .pdp-qty-num { min-width: 34px; text-align: center; font-weight: 700; font-family: var(--fl-font-mono); }
.pdp-raz .pdp-add {
  flex: 1; cursor: pointer; font-weight: 700; font-size: 15px;
  background: var(--fl-acid); color: var(--fl-ink);
  border: 2px solid var(--fl-ink); border-radius: 999px;
  box-shadow: 3px 3px 0 var(--fl-ink); transition: transform .1s, box-shadow .1s;
}
.pdp-raz .pdp-add:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--fl-ink); }
.pdp-raz .pdp-add:disabled { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: 3px 3px 0 var(--fl-ink); }
.pdp-raz .pdp-buy-err { color: var(--fl-hot); font-size: 13px; font-weight: 600; margin: 12px 0 0; }

.pdp-raz .pdp-buy-stamps {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 22px;
}
.pdp-raz .pdp-buy-stamps > div {
  border: 2px solid var(--fl-ink); border-radius: 12px; padding: 10px 12px;
  display: flex; flex-direction: column; gap: 2px; background: #fff;
}
.pdp-raz .pdp-buy-stamps .fl-mono { font-size: 9.5px; letter-spacing: 0.12em; color: var(--fl-ink2); font-weight: 700; }
.pdp-raz .pdp-buy-stamps > div > span:last-child { font-size: 13px; font-weight: 600; }

/* ── shared eyebrow stickers ── */
.pdp-raz .pdp-raz-eyebrow { display: inline-block; transform: rotate(-3deg); margin-bottom: 18px; }

/* ── spec card ── */
.pdp-raz .pdp-raz-specsec { padding: 56px 28px; background: var(--fl-cream2); border-top: 2px solid var(--fl-ink); }
.pdp-raz .pdp-raz-specgrid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.pdp-raz .pdp-raz-spec {
  border: 2px solid var(--fl-ink); border-radius: 14px; background: #fff;
  padding: 16px 16px 18px; box-shadow: 5px 5px 0 var(--fl-ink);
  display: flex; flex-direction: column; gap: 8px;
}
.pdp-raz .pdp-raz-spec-k { font-size: 10px; letter-spacing: 0.14em; font-weight: 700; color: var(--fl-purple); }
.pdp-raz .pdp-raz-spec-v { font-size: 22px; line-height: 1.05; font-weight: 800; letter-spacing: -0.01em; }

/* ── flavor-family breakdown bars ── */
.pdp-raz .pdp-raz-bars { padding: 64px 28px; background: var(--fl-cream); border-top: 2px solid var(--fl-ink); }
.pdp-raz .pdp-raz-bars-h { font-size: clamp(26px, 4vw, 44px); line-height: 1; margin: 0 0 28px; font-weight: 800; }
.pdp-raz .pdp-raz-barlist { display: flex; flex-direction: column; gap: 12px; }
.pdp-raz .pdp-raz-bar {
  display: grid; grid-template-columns: 96px 1fr 96px; gap: 14px; align-items: center;
}
.pdp-raz .pdp-raz-bar-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-align: right; }
.pdp-raz .pdp-raz-bar-track {
  position: relative; height: 22px; border: 2px solid var(--fl-ink);
  border-radius: 999px; background: #fff; overflow: hidden;
}
.pdp-raz .pdp-raz-bar-fill {
  display: block; height: 100%; border-radius: 999px 0 0 999px;
  background: var(--fl-purple); transition: width .4s ease;
}
.pdp-raz .pdp-raz-bar-pct { font-size: 11px; font-weight: 700; color: var(--fl-ink2); }
/* family tints for fills (match the 14-family palette intent) */
.pdp-raz .pdp-raz-bar-fill[data-fam="berry"]    { background: var(--fl-hot); }
.pdp-raz .pdp-raz-bar-fill[data-fam="fruit"]    { background: var(--fl-amber); }
.pdp-raz .pdp-raz-bar-fill[data-fam="tropical"] { background: var(--fl-acid); }
.pdp-raz .pdp-raz-bar-fill[data-fam="citrus"]   { background: var(--fl-amber); }
.pdp-raz .pdp-raz-bar-fill[data-fam="candy"]    { background: var(--fl-purple); }
.pdp-raz .pdp-raz-bar-fill[data-fam="mint"]     { background: var(--fl-cyan); }
.pdp-raz .pdp-raz-bar-fill[data-fam="menthol"]  { background: var(--fl-cyan); }
.pdp-raz .pdp-raz-bar-fill[data-fam="mixed"]    { background: var(--fl-purple); }
.pdp-raz .pdp-raz-bar-fill[data-fam="beverage"] { background: var(--fl-cyan); }
.pdp-raz .pdp-raz-bar-fill[data-fam="tobacco"]  { background: #8a7a66; }
.pdp-raz .pdp-raz-bar-fill[data-fam="dessert"]  { background: var(--fl-amber); }
.pdp-raz .pdp-raz-bar-fill[data-fam="lemonade"] { background: var(--fl-acid); }
.pdp-raz .pdp-raz-bar-fill[data-fam="cosmos"]   { background: var(--fl-purple); }
.pdp-raz .pdp-raz-bar-fill[data-fam="tart"]     { background: var(--fl-hot); }

/* ── cosmos story block: starfield + full lineup grid ── */
.pdp-raz .pdp-raz-story {
  position: relative; overflow: hidden;
  padding: 84px 28px; background: var(--fl-ink); color: var(--fl-cream);
  border-top: 2px solid var(--fl-ink);
}
.pdp-raz .pdp-raz-stars {
  position: absolute; inset: 0; opacity: 0.55; pointer-events: none;
  background:
    radial-gradient(2px 2px at 18% 22%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 78% 48%, var(--fl-acid), transparent),
    radial-gradient(2px 2px at 48% 72%, #fff, transparent),
    radial-gradient(2.5px 2.5px at 68% 18%, var(--fl-purple), transparent),
    radial-gradient(2px 2px at 12% 62%, var(--fl-cyan), transparent),
    radial-gradient(1.5px 1.5px at 88% 80%, #fff, transparent),
    radial-gradient(2px 2px at 34% 12%, var(--fl-hot), transparent);
}
.pdp-raz .pdp-raz-story-inner { position: relative; z-index: 1; }
.pdp-raz .pdp-raz-story-h {
  font-size: clamp(48px, 9vw, 104px); line-height: 0.9; margin: 18px 0 0;
  color: var(--fl-cream); font-weight: 800; letter-spacing: -0.02em;
}
.pdp-raz .pdp-raz-cyan { color: var(--fl-cyan); }
.pdp-raz .pdp-raz-purple { color: var(--fl-purple); }
.pdp-raz .pdp-raz-story-p {
  font-size: 17px; margin-top: 22px; max-width: 740px; line-height: 1.6;
  opacity: 0.85; font-weight: 500;
}
.pdp-raz .pdp-raz-lineup {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 48px;
}
.pdp-raz .pdp-raz-tile {
  position: relative; text-align: left; cursor: pointer;
  padding: 15px 14px 16px; border: 2px solid var(--fl-purple); border-radius: 14px;
  background: rgba(255,255,255,0.04); color: var(--fl-cream);
  display: flex; flex-direction: column; gap: 6px;
  transition: transform .12s, background .12s;
}
.pdp-raz .pdp-raz-tile:hover { transform: translate(-1px,-2px); background: rgba(255,255,255,0.09); }
.pdp-raz .pdp-raz-tile.is-active { background: var(--fl-purple); border-color: var(--fl-cream); }
.pdp-raz .pdp-raz-tile-num { font-size: 10px; letter-spacing: 0.14em; font-weight: 700; color: var(--fl-cyan); }
.pdp-raz .pdp-raz-tile-star { position: absolute; top: 9px; right: 11px; font-size: 13px; line-height: 1; }
.pdp-raz .pdp-raz-tile-name { font-size: 13px; line-height: 1.2; font-weight: 600; color: var(--fl-cream); }
.pdp-raz .pdp-raz-tile-oos { font-size: 9px; letter-spacing: 0.1em; font-weight: 700; color: var(--fl-hot); margin-top: 2px; }
.pdp-raz .pdp-raz-tile.is-oos { opacity: 0.45; cursor: not-allowed; border-style: dashed; }
.pdp-raz .pdp-raz-tile.is-oos:hover { transform: none; background: rgba(255,255,255,0.04); }
/* per-family star + accent border tints inside the dark story grid */
.pdp-raz .pdp-raz-tile[data-fam="berry"]    { border-color: var(--fl-hot); }
.pdp-raz .pdp-raz-tile[data-fam="fruit"]    { border-color: var(--fl-amber); }
.pdp-raz .pdp-raz-tile[data-fam="tropical"] { border-color: var(--fl-acid); }
.pdp-raz .pdp-raz-tile[data-fam="citrus"]   { border-color: var(--fl-amber); }
.pdp-raz .pdp-raz-tile[data-fam="candy"]    { border-color: var(--fl-purple); }
.pdp-raz .pdp-raz-tile[data-fam="mint"]     { border-color: var(--fl-cyan); }
.pdp-raz .pdp-raz-tile[data-fam="menthol"]  { border-color: var(--fl-cyan); }
.pdp-raz .pdp-raz-tile[data-fam="beverage"] { border-color: var(--fl-cyan); }
.pdp-raz .pdp-raz-tile[data-fam="mixed"]    { border-color: var(--fl-purple); }
.pdp-raz .pdp-raz-tile[data-fam="tobacco"]  { border-color: #8a7a66; }
.pdp-raz .pdp-raz-tile-star[data-fam="berry"]    { color: var(--fl-hot); }
.pdp-raz .pdp-raz-tile-star[data-fam="fruit"]    { color: var(--fl-amber); }
.pdp-raz .pdp-raz-tile-star[data-fam="tropical"] { color: var(--fl-acid); }
.pdp-raz .pdp-raz-tile-star[data-fam="citrus"]   { color: var(--fl-amber); }
.pdp-raz .pdp-raz-tile-star[data-fam="candy"]    { color: var(--fl-purple); }
.pdp-raz .pdp-raz-tile-star[data-fam="mint"]     { color: var(--fl-cyan); }
.pdp-raz .pdp-raz-tile-star[data-fam="menthol"]  { color: var(--fl-cyan); }
.pdp-raz .pdp-raz-tile-star[data-fam="beverage"] { color: var(--fl-cyan); }
.pdp-raz .pdp-raz-tile-star[data-fam="mixed"]    { color: var(--fl-purple); }
.pdp-raz .pdp-raz-tile-star[data-fam="tobacco"]  { color: #c9b89e; }

/* ── long description prose ── */
.pdp-raz .pdp-raz-desc { padding: 64px 28px; background: var(--fl-cream); border-top: 2px solid var(--fl-ink); }

/* ── responsive ── */
@media (max-width: 920px) {
  .pdp-raz .pdp-raz-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .pdp-raz .pdp-raz-specgrid { grid-template-columns: repeat(2, 1fr); }
  .pdp-raz .pdp-raz-lineup { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .pdp-raz .pdp-raz-specgrid { grid-template-columns: repeat(2, 1fr); }
  .pdp-raz .pdp-raz-lineup { grid-template-columns: repeat(2, 1fr); }
  .pdp-raz .pdp-raz-bar { grid-template-columns: 70px 1fr 72px; gap: 8px; }
  .pdp-raz .pdp-buy-stamps { grid-template-columns: 1fr; }
  .pdp-raz .pdp-raz-monobox { box-shadow: 6px 6px 0 var(--fl-ink); }
}

/* ==================== .pdp-foger ==================== */
/* ══════════════════════════════════════════════════════════════════════
   PDP · Foger — built on the Lost Mary (PdpB_Ultrasonic) structural pattern,
   re-themed for Foger "Neon Lab" DNA: teal (--fl-teal) primary + violet
   (--fl-purple) secondary. Story beat = dual-mode (Normal / Boost), NOT
   coilless. All selectors scoped under .pdp-foger.
   ══════════════════════════════════════════════════════════════════════ */
.pdp-foger { background: var(--fl-cream); color: var(--fl-ink); }
.pdp-foger [x-cloak] { display: none !important; }

/* ── breadcrumb · teal band ── */
.pdp-foger .pdp-fg-crumb {
  background: var(--fl-teal);
  border-bottom: 2px solid var(--fl-ink);
  padding: 16px 56px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  color: var(--fl-ink);
}
.pdp-foger .pdp-fg-crumb-now {
  background: var(--fl-ink); color: var(--fl-teal);
  padding: 2px 8px; border-radius: 4px; margin-left: 4px;
}

/* ── HERO ── */
.pdp-foger .pdp-fg-hero { padding: 64px 56px 80px; background: var(--fl-cream); }
.pdp-foger .pdp-fg-hero-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start;
}

/* left media */
.pdp-foger .pdp-fg-hero-media { position: relative; }
.pdp-foger .pdp-fg-tag-hot {
  position: absolute; top: -20px; left: 30px; z-index: 4;
  transform: rotate(-8deg); font-size: 13px; padding: 12px 20px;
}
/* Light photo surface — Foger product shots are white-bg (incl. every flavor
   swap), so a white card + soft teal radial wash sits flush behind them.
   Chunky ink border + teal offset shadow keep the Hyper Drop punch. */
.pdp-foger .pdp-fg-frame {
  position: relative; overflow: hidden;
  height: 560px; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 18px;
  box-shadow: 10px 10px 0 var(--fl-teal);
  display: flex; align-items: center; justify-content: center;
}
.pdp-foger .pdp-fg-glow {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(60% 60% at 50% 42%, rgba(45,212,191,.20) 0%, rgba(45,212,191,0) 70%),
    radial-gradient(46% 46% at 72% 78%, rgba(138,63,252,.12) 0%, rgba(138,63,252,0) 72%);
}
.pdp-foger .pdp-fg-hero-img {
  position: relative; z-index: 2;
  max-width: 88%; max-height: 86%; width: auto; height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(14,10,20,.22));
}
.pdp-foger .pdp-fg-stk-tl { position: absolute; top: 24px; left: 24px; z-index: 3; transform: rotate(-4deg); }
.pdp-foger .pdp-fg-stk-br { position: absolute; bottom: 24px; right: 24px; z-index: 3; }

.pdp-foger .pdp-fg-selected {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 18px; padding: 10px 16px;
  background: #fff; border: 2px solid var(--fl-ink); border-radius: 999px;
  box-shadow: 3px 3px 0 var(--fl-ink);
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
}
.pdp-foger .pdp-fg-selected-dot { width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--fl-ink); }
.pdp-foger .pdp-fg-selected-meta { color: var(--fl-ink2); letter-spacing: .14em; font-size: 10px; }

/* right column */
.pdp-foger .pdp-fg-stickrow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.pdp-foger .pdp-fg-h1 { font-size: clamp(40px, 6vw, 72px); line-height: .92; margin: 0; letter-spacing: -.01em; }
.pdp-foger .pdp-fg-h1-mode {
  display: inline-block; margin-top: 8px;
  color: var(--fl-teal); background: var(--fl-ink);
  padding: 0 14px; border-radius: 14px; border: 2px solid var(--fl-ink);
}
.pdp-foger .pdp-fg-sub {
  font-size: 17px; color: var(--fl-ink); margin-top: 22px; line-height: 1.6; font-weight: 500; max-width: 46ch;
}
.pdp-foger .pdp-fg-sub p { margin: 0 0 10px; }

/* ── SHARED BUY BOX skin (teal accent) ── */
.pdp-foger .pdp-buy { margin-top: 26px; }
.pdp-foger .pdp-buy-pricecard {
  background: var(--fl-teal); color: var(--fl-ink);
  border: 2px solid var(--fl-ink); border-radius: 14px;
  box-shadow: 5px 5px 0 var(--fl-ink);
  padding: 18px 20px;
}
.pdp-foger .pdp-buy-pricekm { font-size: 11px; font-weight: 700; letter-spacing: .14em; margin: 0 0 4px; }
.pdp-foger .pdp-buy-price { display: flex; align-items: baseline; gap: 14px; }
.pdp-foger .pdp-buy-now { font-size: clamp(40px, 5vw, 58px); line-height: 1; }
.pdp-foger .pdp-buy-was { font-size: 22px; text-decoration: line-through; opacity: .55; font-weight: 600; }
.pdp-foger .pdp-buy-ship { font-size: 11px; font-weight: 700; letter-spacing: .04em; margin: 8px 0 0; opacity: .85; }

.pdp-foger .pdp-buy-flav { margin-top: 22px; }
.pdp-foger .pdp-buy-flav-head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; font-weight: 700; letter-spacing: .14em; margin-bottom: 12px;
}
.pdp-foger .pdp-buy-sku { color: var(--fl-ink2); }
.pdp-foger .pdp-flav-group { margin-bottom: 14px; }
.pdp-foger .pdp-flav-group-label { display: block; font-size: 10px; letter-spacing: .12em; color: var(--fl-ink2); font-weight: 700; margin-bottom: 8px; }
.pdp-foger .pdp-flav-group-n { color: var(--fl-purple); }
.pdp-foger .pdp-buy-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-foger .pdp-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px; font-size: 13px; font-weight: 600;
  background: #fff; color: var(--fl-ink);
  border: 2px solid var(--fl-ink); border-radius: 999px;
  cursor: pointer; transition: transform .1s, box-shadow .1s, background .1s;
}
.pdp-foger .pdp-chip:hover { transform: translate(-1px,-1px); box-shadow: 2px 2px 0 var(--fl-ink); }
.pdp-foger .pdp-chip.is-active {
  background: var(--fl-ink); color: var(--fl-teal);
  box-shadow: 3px 3px 0 var(--fl-teal);
}
.pdp-foger .pdp-chip.is-oos { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
.pdp-foger .pdp-chip.is-oos:hover { transform: none; box-shadow: none; }

.pdp-foger .pdp-buy-actions { margin-top: 24px; display: flex; gap: 14px; align-items: stretch; }
.pdp-foger .pdp-qty {
  display: flex; align-items: center; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px; overflow: hidden;
  box-shadow: 3px 3px 0 var(--fl-ink);
}
.pdp-foger .pdp-qty button {
  padding: 0 18px; height: 100%; font-size: 18px; font-weight: 700;
  background: none; border: none; cursor: pointer; color: var(--fl-ink);
}
.pdp-foger .pdp-qty button:disabled { opacity: .3; cursor: not-allowed; }
.pdp-foger .pdp-qty-num { padding: 14px 6px; min-width: 36px; text-align: center; font-weight: 700; font-variant-numeric: tabular-nums; }
.pdp-foger .pdp-add {
  flex: 1; padding: 16px 22px; font-size: 15px; font-weight: 700; cursor: pointer;
  background: var(--fl-purple); color: #fff;
  border: 2px solid var(--fl-ink); border-radius: 999px;
  box-shadow: 4px 4px 0 var(--fl-ink);
  transition: transform .1s, box-shadow .1s;
}
.pdp-foger .pdp-add:hover:not(:disabled) { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 var(--fl-ink); }
.pdp-foger .pdp-add:disabled { opacity: .5; cursor: not-allowed; }
.pdp-foger .pdp-buy-err { margin-top: 10px; color: var(--fl-hot); font-size: 13px; font-weight: 600; }

.pdp-foger .pdp-buy-stamps {
  margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.pdp-foger .pdp-buy-stamps > div {
  display: flex; flex-direction: column; gap: 3px;
  padding: 12px 14px; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 10px;
}
.pdp-foger .pdp-buy-stamps .fl-mono { font-size: 9px; letter-spacing: .14em; color: var(--fl-ink2); font-weight: 700; }
.pdp-foger .pdp-buy-stamps span:not(.fl-mono) { font-size: 13px; font-weight: 600; }

/* ── marquee strip ── */
.pdp-foger .pdp-fg-stripe {
  background: var(--fl-teal); color: var(--fl-ink);
  border-top: 2px solid var(--fl-ink); border-bottom: 2px solid var(--fl-ink);
  overflow: hidden; padding: 14px 0;
}
.pdp-foger .pdp-fg-stripe-row {
  display: flex; align-items: center; gap: 22px; white-space: nowrap;
  font-family: var(--fl-font-mono); font-size: 13px; font-weight: 700; letter-spacing: .1em;
  animation: pdpFgMarquee 28s linear infinite; width: max-content;
}
.pdp-foger .pdp-fg-star { color: var(--fl-purple); }
@keyframes pdpFgMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── dual-mode story · dark beat ── */
.pdp-foger .pdp-fg-story { padding: 96px 56px; background: var(--fl-ink); color: var(--fl-cream); }
.pdp-foger .pdp-fg-wrap { max-width: 1180px; margin: 0 auto; }
.pdp-foger .pdp-fg-story-eyebrow { transform: rotate(-2deg); }
.pdp-foger .pdp-fg-story-h2 {
  font-size: clamp(56px, 11vw, 120px); margin: 18px 0 0; line-height: .88; color: var(--fl-cream);
  letter-spacing: -.02em;
}
.pdp-foger .pdp-fg-teal { color: var(--fl-teal); }
.pdp-foger .pdp-fg-violet { color: var(--fl-purple); }
.pdp-foger .pdp-fg-story-lede {
  font-size: 19px; color: rgba(254,244,228,.75); max-width: 800px; margin-top: 32px; line-height: 1.6; font-weight: 500;
}
.pdp-foger .pdp-fg-hl {
  color: var(--fl-ink); background: var(--fl-teal);
  padding: 2px 8px; border-radius: 6px;
}

/* comparison cards + bars · Normal vs Boost */
.pdp-foger .pdp-fg-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 64px; }
.pdp-foger .pdp-fg-comp-card { padding: 32px; border: 2px solid; border-radius: 16px; }
.pdp-foger .pdp-fg-comp-norm {
  background: var(--fl-teal); border-color: var(--fl-ink); color: var(--fl-ink);
  box-shadow: 5px 5px 0 var(--fl-acid);
}
.pdp-foger .pdp-fg-comp-boost {
  background: var(--fl-purple); border-color: var(--fl-cream); color: var(--fl-cream);
  box-shadow: 5px 5px 0 var(--fl-acid);
}
.pdp-foger .pdp-fg-comp-title { font-size: 30px; margin: 18px 0 0; line-height: 1.1; }
.pdp-foger .pdp-fg-comp-boost .pdp-fg-comp-title { color: var(--fl-cream); }
.pdp-foger .pdp-fg-comp-num { font-size: clamp(40px, 5vw, 60px); margin: 16px 0 0; line-height: 1; letter-spacing: -.02em; }
.pdp-foger .pdp-fg-comp-num-u { font-size: 18px; font-weight: 600; opacity: .7; }
.pdp-foger .pdp-fg-bar { height: 18px; margin-top: 24px; border-radius: 999px; border: 2px solid var(--fl-ink); }
.pdp-foger .pdp-fg-comp-boost .pdp-fg-bar { border-color: var(--fl-cream); }
.pdp-foger .pdp-fg-bar-norm { background: linear-gradient(90deg, var(--fl-teal-deep) 0%, var(--fl-cyan) 100%); }
.pdp-foger .pdp-fg-bar-boost { background: linear-gradient(90deg, var(--fl-purple) 0%, var(--fl-hot) 100%); }
.pdp-foger .pdp-fg-bar-legend {
  display: flex; justify-content: space-between; margin-top: 12px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
}
.pdp-foger .pdp-fg-boostword { color: var(--fl-acid); }

/* stat cards */
.pdp-foger .pdp-fg-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pdp-foger .pdp-fg-stat { padding: 28px; border: 2px solid var(--fl-ink); border-radius: 16px; box-shadow: 5px 5px 0 var(--fl-cream); }
.pdp-foger .pdp-fg-stat-teal { background: var(--fl-teal); color: var(--fl-ink); }
.pdp-foger .pdp-fg-stat-amber { background: var(--fl-amber); color: var(--fl-ink); }
.pdp-foger .pdp-fg-stat-violet { background: var(--fl-purple); color: #fff; }
.pdp-foger .pdp-fg-stat-n { font-size: clamp(40px, 5.5vw, 64px); line-height: 1; margin: 0; letter-spacing: -.02em; }
.pdp-foger .pdp-fg-stat-t { font-size: 22px; margin: 10px 0 0; }
.pdp-foger .pdp-fg-stat-p { font-size: 14px; margin: 6px 0 0; opacity: .85; font-weight: 500; }

/* ── spec sheet (light) ── */
.pdp-foger .pdp-fg-specsec { padding: 80px 56px; background: var(--fl-cream2); border-top: 2px solid var(--fl-ink); }
.pdp-foger .pdp-fg-spechead { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 36px; }
.pdp-foger .pdp-fg-spec-h2 { font-size: clamp(34px, 5vw, 52px); margin: 0; letter-spacing: -.01em; }
.pdp-foger .pdp-fg-spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.pdp-foger .pdp-fg-spec-row {
  display: flex; flex-direction: column; gap: 6px;
  padding: 18px 20px; background: #fff;
  border: 2px solid var(--fl-ink); border-radius: 12px; box-shadow: 4px 4px 0 var(--fl-ink);
}
.pdp-foger .pdp-fg-spec-k { font-size: 10px; letter-spacing: .14em; color: var(--fl-ink2); font-weight: 700; }
.pdp-foger .pdp-fg-spec-v { font-size: 24px; line-height: 1.1; }

/* ── flavor-family breakdown (light) ── */
.pdp-foger .pdp-fg-famsec { padding: 80px 56px; background: var(--fl-cream); border-top: 2px solid var(--fl-ink); }
.pdp-foger .pdp-fg-bars { display: flex; flex-direction: column; gap: 18px; max-width: 760px; }
.pdp-foger .pdp-fg-fambar-head {
  display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .14em;
  margin-bottom: 8px; color: var(--fl-ink);
}
.pdp-foger .pdp-fg-fambar-track {
  height: 22px; background: #fff; border: 2px solid var(--fl-ink); border-radius: 999px; overflow: hidden;
}
.pdp-foger .pdp-fg-fambar-fill {
  height: 100%; border-right: 2px solid var(--fl-ink); border-radius: 0 999px 999px 0;
  min-width: 8px; transition: width .4s ease;
}
.pdp-foger .pdp-fg-flavchips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.pdp-foger .pdp-fg-flavchip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 14px; font-size: 13px; font-weight: 600;
  background: #fff; color: var(--fl-ink);
  border: 2px solid var(--fl-ink); border-radius: 999px; cursor: pointer;
  transition: transform .1s, box-shadow .1s, background .1s, color .1s;
}
.pdp-foger .pdp-fg-flavchip:hover { transform: translate(-1px,-1px); box-shadow: 2px 2px 0 var(--fl-ink); }
.pdp-foger .pdp-fg-flavchip.is-active { background: var(--fl-ink); color: var(--fl-teal); box-shadow: 3px 3px 0 var(--fl-teal); }
.pdp-foger .pdp-fg-flavchip-dot { width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid var(--fl-ink); }

/* ── full description prose ── */
.pdp-foger .pdp-fg-prosesec { padding: 72px 56px; background: var(--fl-cream); border-top: 2px solid var(--fl-ink); }
.pdp-foger .pdp-fg-prose { max-width: 820px; margin: 0 auto; font-size: 17px; line-height: 1.7; color: var(--fl-ink2); }
.pdp-foger .pdp-fg-prose h2, .pdp-foger .pdp-fg-prose h3 { font-family: var(--fl-font-display); color: var(--fl-ink); margin: 28px 0 12px; }
.pdp-foger .pdp-fg-prose a { color: var(--fl-purple); font-weight: 600; }
.pdp-foger .pdp-fg-prose img { max-width: 100%; height: auto; border: 2px solid var(--fl-ink); border-radius: 12px; }

/* ── responsive ── */
@media (max-width: 980px) {
  .pdp-foger .pdp-fg-hero, .pdp-foger .pdp-fg-story,
  .pdp-foger .pdp-fg-specsec, .pdp-foger .pdp-fg-famsec,
  .pdp-foger .pdp-fg-prosesec { padding-left: 24px; padding-right: 24px; }
  .pdp-foger .pdp-fg-crumb { padding-left: 24px; padding-right: 24px; }
  .pdp-foger .pdp-fg-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .pdp-foger .pdp-fg-frame { height: 440px; }
  .pdp-foger .pdp-fg-compare { grid-template-columns: 1fr; }
  .pdp-foger .pdp-fg-stats { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .pdp-foger .pdp-buy-stamps { grid-template-columns: 1fr; }
  .pdp-foger .pdp-fg-frame { height: 360px; }
}
