/**
 * Product pick pages (best-*, baller-*, weird-*) — shared skin.
 * Loaded from repair-broken-pages.js pageTemplate when productSkinLink is true.
 */
:root {
  --jbtt-prose-max: 42rem;
  --jbtt-radius-lg: 12px;
  --jbtt-radius-md: 8px;
  --jbtt-shadow-soft: 0 8px 28px rgba(10, 10, 10, 0.06);
  --jbtt-space-section: 1.75rem;
  --jbtt-card-border: rgba(221, 218, 212, 0.9);
}

main.product-page {
  overflow-x: clip;
  padding-top: 1.65rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.product-page .product-disclosure-banner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.5rem 1.2rem 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #6e6b66;
}

.product-page .product-disclosure-banner__inner {
  display: block;
  padding: 0.45rem 0.65rem;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(221, 218, 212, 0.85);
  border-radius: var(--jbtt-radius-md);
}

.product-page .product-disclosure-banner a {
  color: var(--black, #0a0a0a);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-page > .eyebrow {
  margin-bottom: 0.55rem;
}

.product-page .product-page-h1 {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
  margin-bottom: 0.45rem;
  max-width: var(--jbtt-prose-max);
}

.product-page .product-page-problem {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b8781;
  margin-bottom: 0.65rem;
  max-width: var(--jbtt-prose-max);
}

.product-page .product-verdict-kicker {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #3a3835;
  margin-bottom: 1rem;
  max-width: min(var(--jbtt-prose-max), 52ch);
}

.product-page .product-hero-tagline {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #5c5954;
  line-height: 1.35;
  max-width: min(var(--jbtt-prose-max), 48ch);
}

.product-page .product-hero {
  margin-bottom: 1.45rem;
}

.product-page .product-hero-heading {
  max-width: 820px;
}

.product-page .quick-verdict-card {
  margin: 0.65rem 0 0;
  padding: 0.95rem 1rem 1rem;
  background: rgba(255, 253, 249, 0.65);
  border-radius: var(--jbtt-radius-lg);
  box-shadow: var(--jbtt-shadow-soft);
  border: 1px solid rgba(221, 218, 212, 0.65);
}

.product-page .product-summary-card {
  padding: 0.9rem;
  background: linear-gradient(180deg, #fffdf9 0%, rgba(255, 253, 249, 0.74) 100%);
  border-color: var(--jbtt-card-border);
  border-radius: var(--jbtt-radius-lg);
  box-shadow: var(--jbtt-shadow-soft);
}

.product-page .product-summary-card .product-affiliate-block {
  margin: 0.55rem 0 0.95rem;
}

.product-page .product-summary-card .panel-title {
  margin-top: 0.15rem;
}

.product-page .product-summary-name {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.product-page .product-summary-best {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0.55rem;
  padding: 0.32rem 0.5rem;
  border: 1px solid rgba(30, 93, 82, 0.22);
  background: rgba(30, 93, 82, 0.07);
  color: var(--accent, #1e5d52);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
}

.product-page .product-summary-price-note {
  margin: 0.65rem 0 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: #77736b;
}

.product-page .quick-verdict-card .product-snapshot-lines {
  max-width: none;
}

.product-page .editorial-main .deadpan-heading {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #8b8781;
  margin-top: var(--jbtt-space-section);
  margin-bottom: 0.45rem;
}

.product-page .editorial-main .deadpan-heading:first-child {
  margin-top: 0.5rem;
}

.product-page .editorial-main p {
  max-width: min(72ch, var(--jbtt-prose-max));
}

.product-page .listing-title-em {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.88rem;
}

.product-page .before-buy-panel {
  max-width: 980px;
  margin: 0 auto 1.5rem;
  padding: 1rem 1.15rem 1.15rem;
  background: var(--paper, #fffdf9);
  border-radius: var(--jbtt-radius-lg);
  border: 1px solid rgba(221, 218, 212, 0.9);
  box-shadow: var(--jbtt-shadow-soft);
}

.product-page .product-content-cards,
.product-page .product-details-card {
  margin-top: var(--jbtt-space-section);
}

.product-page .product-content-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.product-page .product-audience-cards .product-content-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.product-page .product-content-card {
  padding: 0.95rem 1rem;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid var(--jbtt-card-border);
  border-radius: var(--jbtt-radius-md);
}

.product-page .product-content-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
}

.product-page .product-content-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.62;
  color: var(--muted, #6c6a66);
}

.product-page .product-details-card {
  padding: 1rem 1.1rem;
  background: var(--paper, #fffdf9);
  border: 1px solid var(--jbtt-card-border);
  border-radius: var(--jbtt-radius-lg);
  box-shadow: var(--jbtt-shadow-soft);
}

.product-page .product-details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0.65rem 0 0;
  border-top: 1px solid rgba(221, 218, 212, 0.8);
  border-left: 1px solid rgba(221, 218, 212, 0.8);
}

.product-page .product-detail-row {
  min-width: 0;
  padding: 0.65rem 0.7rem;
  border-right: 1px solid rgba(221, 218, 212, 0.8);
  border-bottom: 1px solid rgba(221, 218, 212, 0.8);
  background: rgba(255, 255, 255, 0.46);
}

.product-page .product-detail-row dt {
  margin: 0 0 0.18rem;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b8781;
}

.product-page .product-detail-row dd {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.38;
  color: #34322f;
  overflow-wrap: anywhere;
}

.product-page .before-buy-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted, #6c6a66);
}

.product-page .before-buy-list li {
  margin-bottom: 0.35rem;
}

.product-page .before-buy-note {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #7a7770;
  max-width: 72ch;
}

.product-page .product-affiliate-block {
  border-radius: var(--jbtt-radius-lg);
  border-color: rgba(10, 10, 10, 0.18);
  box-shadow: var(--jbtt-shadow-soft);
}

.product-page .product-checkout-cluster {
  align-items: stretch;
  gap: 0.55rem;
}

.product-page .product-checkout-cluster__primary {
  flex: 1 1 14rem;
  min-width: min(100%, 13rem);
}

.product-page .product-checkout-cluster__primary .btn.cta-btn {
  width: 100%;
}

.product-page .product-copy-link {
  min-height: 44px;
  width: 100%;
  border-radius: var(--jbtt-radius-md);
  border-color: rgba(10, 10, 10, 0.18);
  background: rgba(255, 253, 249, 0.72);
  color: var(--black, #0a0a0a);
  text-align: center;
}

.product-page .product-copy-link:hover {
  border-color: var(--black, #0a0a0a);
  background: #fff;
}

.product-page .product-copy-link-status {
  width: 100%;
  text-align: center;
}

.product-page .product-cta-trust-strip__logo-img {
  width: auto;
  max-width: 52px;
  height: 13px;
  object-fit: contain;
}

.product-page .related-carousel-card {
  border-radius: var(--jbtt-radius-md);
  box-shadow: 0 2px 12px rgba(10, 10, 10, 0.05);
}

.product-page .related-carousel-problem {
  font-size: 0.68rem;
}

@media (max-width: 860px) {
  .product-page .product-disclosure-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 900px) {
  .product-page .product-hero {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    grid-template-areas:
      "herohead herohead"
      "heropanel herocopy";
    gap: 2rem;
  }
}

.product-page figure.product-image-wrap {
  width: 100%;
  max-width: 300px;
  padding: 0.55rem;
  border: 1px solid rgba(221, 218, 212, 0.85);
  border-radius: var(--jbtt-radius-md);
  background: #fff;
}

.product-page .product-image {
  max-width: 100%;
  max-height: 280px;
  border: 0;
  background: transparent;
  padding: 0;
  object-fit: contain;
}

.product-page img,
.product-page iframe {
  max-width: 100%;
  height: auto;
}

.product-page .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: flex-start;
}

.product-page .chip-row .chip {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-page .product-internal-actions {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(221, 218, 212, 0.85);
  font-size: 0.82rem;
  opacity: 0.95;
}

.product-page .product-internal-actions .btn.alt {
  font-size: 0.72rem;
  padding: 0.55rem 0.85rem;
  min-height: 44px;
}

.product-page .product-situation-strip {
  max-width: 980px;
  margin: 1.25rem auto 0;
  padding: 1rem 1.15rem 1.1rem;
  border: 1px solid rgba(221, 218, 212, 0.85);
  border-radius: var(--jbtt-radius-lg);
  background: rgba(255, 253, 249, 0.45);
}

.product-page .product-situation-h {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #8b8781;
  margin: 0 0 0.45rem;
}

.product-page .product-situation-lead {
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--muted, #6c6a66);
  margin: 0 0 0.65rem;
  max-width: 62ch;
}

.product-page .product-situation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
}

.product-page .product-situation-list li {
  margin: 0;
}

.product-page .product-situation-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--black, #0a0a0a);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-page .product-situation-link:hover {
  color: var(--accent, #1e5d52);
}

.product-page .product-situation-foot {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  color: #7a7770;
}

.product-page .product-situation-foot a {
  color: inherit;
  font-weight: 700;
}

.product-page .related-block--carousel {
  margin-top: 2rem;
}

.product-page .info-grid table,
.product-page .seo-grid table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 640px) {
  main.product-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-page .product-page-h1 {
    font-size: 1.72rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .product-page .product-page-problem {
    margin-bottom: 0.45rem;
  }

  .product-page .product-verdict-kicker {
    margin-bottom: 0.6rem;
    font-size: 0.98rem;
  }

  .product-page .product-hero {
    gap: 0.95rem;
    margin-bottom: 1.1rem;
  }

  .product-page .product-summary-card {
    padding: 0.75rem;
  }

  .product-page .product-image {
    max-height: min(28vh, 200px);
  }

  .product-page figure.product-image-wrap {
    max-width: min(100%, 230px);
    margin-bottom: 0.65rem;
  }

  .product-page .quick-verdict-card,
  .product-page .before-buy-panel,
  .product-page .product-details-card,
  .product-page .product-affiliate-block {
    padding: 0.85rem;
  }

  .product-page .product-content-card-grid,
  .product-page .product-details-list {
    grid-template-columns: 1fr;
  }

  .product-page .product-content-card {
    padding: 0.85rem;
  }

  .product-page .product-checkout-cluster,
  .product-page .product-checkout-cluster__secondary {
    width: 100%;
  }

  .product-page .product-copy-link {
    min-height: 44px;
    flex: 1 1 auto;
  }

  .product-page .product-hero-price .price-pill {
    max-width: 100%;
    white-space: normal;
    line-height: 1.3;
  }
}

@media (max-width: 430px) {
  .product-page .product-affiliate-trust-strip {
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }
}

.product-page .product-decision-zone {
  max-width: var(--jbtt-prose-max);
}

.product-page .product-why-works {
  margin-top: var(--jbtt-space-section);
  padding-top: 0.15rem;
}

.product-page .product-why-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--muted, #6c6a66);
}

.product-page .product-why-bullets li {
  margin-bottom: 0.55rem;
  padding-left: 1rem;
  position: relative;
}

.product-page .product-why-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent, #1e5d52);
  opacity: 0.55;
}

.product-page .product-hero-price {
  margin: 0.75rem 0 0.45rem;
}

.product-page .product-hero-price .price-pill {
  margin-bottom: 0;
}

.product-page .before-buy-panel {
  margin-top: var(--jbtt-space-section);
}

.product-page .product-fulfillment-note {
  margin-top: 0.95rem;
  font-size: 0.76rem;
  line-height: 1.55;
  color: #7a7670;
  max-width: 72ch;
}

.product-page .listing-title-block {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  line-height: 1.58;
  color: var(--muted, #6c6a66);
}

.product-page .product-final-cta {
  max-width: 980px;
  margin: 1.35rem auto 0;
  padding: 1rem 1.1rem 1.1rem;
  border: 1px solid rgba(221, 218, 212, 0.9);
  border-radius: var(--jbtt-radius-lg);
  background: rgba(255, 253, 249, 0.78);
  box-shadow: var(--jbtt-shadow-soft);
}

.product-page .product-final-cta .block-section-heading {
  margin-top: 0;
}

.product-page .product-decision-zone .faq-list {
  margin-top: 0.85rem;
  border-top: 1px solid rgba(221, 218, 212, 0.75);
  padding-top: 0.95rem;
}

.product-page .product-post-decision-zone {
  margin-top: 2rem;
  padding-top: 1.15rem;
  border-top: 1px dashed rgba(201, 195, 186, 0.75);
}

.product-page .product-post-decision-zone .related-block {
  margin-top: 0;
}

.product-page .product-lane-micro {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8a39b;
  margin-bottom: 0.35rem;
}

.product-page .product-lane-micro a {
  color: var(--black, #0a0a0a);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-page .product-editorial-history {
  margin-top: 1.25rem;
  padding: 0.75rem 0.85rem;
  border: 1px dashed rgba(201, 195, 186, 0.9);
  border-radius: var(--jbtt-radius-md);
  background: rgba(255, 253, 249, 0.35);
  font-size: 0.82rem;
  line-height: 1.5;
  color: #696660;
}

.product-page .product-sister-section {
  margin-top: 1.85rem;
  opacity: 0.97;
}

.product-page .product-situation-strip {
  margin-top: 1.5rem;
  background: rgba(255, 253, 249, 0.35);
}

/* =============================================================================
   Pass A — mobile flow & clutter reduction
   - Hide redundant summary-card chrome (H1 already covers product-summary-name;
     panel-title/panel-copy are meta-talk; amazon-outbound-hint repeats trust strip).
   - Give each decision section a visible top divider so the mobile wall of cards
     reads as discrete sections.
   - Tighten the before-buy panel so the listing title and fulfillment note stop
     drowning the actual checklist.
   ============================================================================= */

.product-page .product-summary-card .panel-title,
.product-page .product-summary-card .product-summary-name,
.product-page .product-summary-card .panel-copy,
.product-page .product-affiliate-block .amazon-outbound-hint {
  display: none;
}

.product-page .product-summary-card .product-summary-best {
  margin-top: 0.15rem;
}

.product-page .product-decision-zone + .product-decision-zone,
.product-page .product-decision-zone + .product-final-cta,
.product-page .product-hero + .product-decision-zone {
  position: relative;
  margin-top: calc(var(--jbtt-space-section) + 0.4rem);
  padding-top: 1.1rem;
}

.product-page .product-decision-zone + .product-decision-zone::before,
.product-page .product-decision-zone + .product-final-cta::before,
.product-page .product-hero + .product-decision-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.25rem;
  height: 2px;
  background: var(--accent, #1e5d52);
  opacity: 0.55;
  border-radius: 2px;
}

.product-page .product-decision-zone + .product-decision-zone.product-details-card,
.product-page .product-decision-zone + .product-decision-zone.before-buy-panel,
.product-page .product-decision-zone + .product-decision-zone.product-final-cta {
  padding-top: 1rem;
}

.product-page .before-buy-panel .before-buy-list {
  padding: 0.85rem 0.85rem 0.5rem 2rem;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(221, 218, 212, 0.55);
  border-radius: var(--jbtt-radius-md);
}

.product-page .before-buy-panel .listing-title-block {
  margin-top: 1rem;
  padding: 0.7rem 0.85rem;
  background: rgba(245, 242, 235, 0.55);
  border: 1px dashed rgba(201, 195, 186, 0.7);
  border-radius: var(--jbtt-radius-md);
  font-size: 0.78rem;
  color: #6e6b66;
}

.product-page .before-buy-panel .listing-title-em {
  margin-top: 0.3rem;
  font-size: 0.82rem;
  color: #4a4843;
}

.product-page .before-buy-panel .before-buy-note {
  margin-top: 0.95rem;
  font-size: 0.82rem;
}

.product-page .before-buy-panel .product-fulfillment-note {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  color: #8b8781;
}

@media (max-width: 640px) {
  .product-page {
    --jbtt-space-section: 2.1rem;
  }

  .product-page .product-decision-zone + .product-decision-zone,
  .product-page .product-decision-zone + .product-final-cta,
  .product-page .product-hero + .product-decision-zone {
    margin-top: calc(var(--jbtt-space-section) + 0.25rem);
    padding-top: 1rem;
  }

  .product-page .before-buy-panel .before-buy-list {
    padding: 0.75rem 0.75rem 0.4rem 1.75rem;
    font-size: 0.88rem;
  }

  .product-page .before-buy-panel .listing-title-block {
    padding: 0.65rem 0.75rem;
  }

  .product-page .product-final-cta {
    margin-top: calc(var(--jbtt-space-section) + 0.4rem);
  }
}

/* =============================================================================
   Baller product pages only: body.baller-theme (hub uses baller-hub.css + .baller-hub)
   Dark luxury overrides — specificity beats template inline .site-header / body rules.
   ============================================================================= */

html:has(body.baller-theme) {
  scroll-padding-top: 5.5rem;
}

body.baller-theme {
  --baller-bg-deep: #0a0908;
  --baller-bg-mid: #12100e;
  --baller-surface: #181512;
  --baller-line: rgba(231, 192, 110, 0.45);
  --baller-line-soft: rgba(245, 220, 168, 0.18);
  --baller-gold: #f3c969;
  --baller-gold-bright: #ffe6a1;
  --baller-gold-deep: #b58a2a;
  --baller-gold-dim: #9a8052;
  --baller-champagne: #f6ecd8;
  --baller-cream: #ece3cf;
  --baller-muted: #a8a092;
  --baller-ink: #1a1510;
  --baller-focus: #ffd964;
  --baller-gold-foil:
    linear-gradient(135deg,
      #fff3c4 0%,
      #ffd964 22%,
      #b58a2a 52%,
      #ffd964 78%,
      #fff3c4 100%);
  background-color: var(--baller-bg-deep);
  background-image:
    radial-gradient(ellipse 100% 70% at 50% -15%, rgba(255, 217, 100, 0.16), transparent 52%),
    radial-gradient(ellipse 55% 45% at 100% 20%, rgba(120, 90, 40, 0.4), transparent 55%),
    linear-gradient(180deg, #0e0c0a 0%, var(--baller-bg-deep) 42%, #070605 100%);
  color: var(--baller-cream);
}

@keyframes ballerGoldShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

body.baller-theme a:focus-visible,
body.baller-theme button:focus-visible {
  outline: 3px solid var(--baller-focus);
  outline-offset: 2px;
}

/* Shared nav (generated inline is light; these override on expensive lane only) */
body.baller-theme .site-header {
  border-bottom-color: var(--baller-line);
  background: rgba(10, 9, 8, 0.88);
  backdrop-filter: blur(16px);
}

body.baller-theme .site-header .logo {
  color: var(--baller-champagne);
}

body.baller-theme .site-header .logo img {
  filter: brightness(0) invert(92%) sepia(12%) hue-rotate(312deg);
}

body.baller-theme .header-nav a {
  color: var(--baller-muted);
}

body.baller-theme .header-nav a:hover {
  color: var(--baller-champagne);
}

body.baller-theme .header-category {
  border-color: var(--baller-line-soft);
  background-color: var(--baller-surface);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23a39a8f'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 8px 5px;
  color: var(--baller-cream);
}

body.baller-theme .header-search {
  border-color: var(--baller-line-soft);
  background: var(--baller-bg-mid);
  color: var(--baller-champagne);
}

body.baller-theme .header-search:focus {
  border-color: var(--baller-gold-dim);
}

body.baller-theme .header-search-clear:hover {
  color: var(--baller-champagne);
}

body.baller-theme .header-suggestions {
  background: var(--baller-surface);
  border-color: var(--baller-line);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

body.baller-theme footer {
  border-top-color: var(--baller-line-soft);
  color: var(--baller-muted);
}

body.baller-theme footer a:hover {
  color: var(--baller-champagne);
}

body.baller-theme .site-breadcrumbs-list a {
  color: var(--baller-muted);
}

body.baller-theme .site-breadcrumbs-list a:hover {
  color: var(--baller-gold);
}

body.baller-theme .site-breadcrumbs-list li[aria-current='page'] {
  color: var(--baller-champagne);
}

body.baller-theme .baller-luxe-badge-row {
  margin: 0 0 0.85rem;
}

body.baller-theme .baller-luxe-badge {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.75rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--baller-ink);
  background: linear-gradient(135deg,
    #fff3c4 0%,
    #ffd964 25%,
    #d8a843 60%,
    #8a6b2a 100%);
  border: 1px solid rgba(255, 243, 196, 0.55);
  border-radius: 4px;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.4),
    0 0 12px rgba(255, 217, 100, 0.25),
    0 0 0 1px rgba(255, 243, 196, 0.3) inset;
}

body.baller-theme .baller-luxe-badge::before {
  content: '$';
  font-family: 'Newsreader', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.15em;
  line-height: 0.8;
  letter-spacing: 0;
  color: var(--baller-ink);
}

body.baller-theme .product-page .eyebrow {
  color: var(--baller-gold-dim);
  letter-spacing: 0.2em;
}

body.baller-theme .product-page .product-page-h1 {
  background: var(--baller-gold-foil);
  background-size: 220% 220%;
  background-position: 0% 50%;
  color: var(--baller-champagne);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ballerGoldShift 14s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  body.baller-theme .product-page .product-page-h1 { animation: none; }
}

body.baller-theme .product-page .product-hero {
  position: relative;
  isolation: isolate;
}

body.baller-theme .product-page .product-hero::after {
  content: '$';
  position: absolute;
  top: -2.5rem;
  right: -1rem;
  font-family: 'Newsreader', 'Times New Roman', serif;
  font-size: clamp(11rem, 22vw, 22rem);
  line-height: 0.85;
  font-weight: 600;
  font-style: italic;
  background: var(--baller-gold-foil);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.13;
  pointer-events: none;
  z-index: -1;
  animation: ballerGoldShift 22s ease-in-out infinite;
}

@media (max-width: 720px) {
  body.baller-theme .product-page .product-hero::after {
    font-size: 9rem;
    top: -1.4rem;
    right: -0.6rem;
    opacity: 0.1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.baller-theme .product-page .product-hero::after { animation: none; }
}

body.baller-theme .product-page .product-hero-tagline {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-page-problem {
  color: var(--baller-gold-dim);
}

body.baller-theme .product-page .product-verdict-kicker {
  color: var(--baller-cream);
}

body.baller-theme .product-page .lead {
  color: var(--baller-muted);
}

body.baller-theme .product-page .lead a {
  color: var(--baller-gold);
}

body.baller-theme .product-page .product-hero {
  padding: 1.35rem 1.25rem 1.5rem;
  border-radius: 18px;
  border: 1px solid var(--baller-line);
  background: linear-gradient(152deg, rgba(26, 22, 18, 0.96) 0%, rgba(12, 10, 9, 0.98) 100%);
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 248, 235, 0.05);
}

body.baller-theme .product-page aside.product-panel {
  border-color: var(--baller-line-soft);
  background: rgba(14, 12, 10, 0.92);
}

body.baller-theme .product-page .panel-title {
  color: var(--baller-gold-dim);
}

body.baller-theme .product-page .panel-copy {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-image {
  border-color: var(--baller-line-soft);
  background: #fff;
}

body.baller-theme .product-page .chip {
  border-color: var(--baller-line-soft);
  background: rgba(30, 26, 22, 0.95);
  color: var(--baller-champagne);
}

body.baller-theme .product-page .product-pick-eyebrow {
  color: var(--baller-gold);
}

body.baller-theme .product-page .quick-verdict-card {
  position: relative;
  background: rgba(22, 19, 16, 0.92);
  border-color: var(--baller-line-soft);
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: transparent;
  border-image: var(--baller-gold-foil) 1;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 243, 196, 0.05);
}

body.baller-theme .product-page .product-snapshot-lines li::before {
  background: var(--baller-gold);
  box-shadow: 0 0 6px rgba(255, 217, 100, 0.4);
}

body.baller-theme .product-page .product-snapshot-lines {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-snapshot-lines strong {
  color: var(--baller-champagne);
}

body.baller-theme .product-page .product-snapshot-lines li::before {
  background: var(--baller-gold-dim);
}

body.baller-theme .product-page .price-pill {
  border: 1px solid #f3c969;
  background: linear-gradient(180deg, rgba(40, 32, 18, 0.95), rgba(22, 18, 12, 0.95));
  color: var(--baller-gold-bright);
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.45),
    0 0 18px rgba(255, 217, 100, 0.22),
    0 0 0 1px rgba(255, 243, 196, 0.18) inset;
  text-shadow: 0 0 8px rgba(255, 217, 100, 0.4);
}

body.baller-theme .product-page .product-affiliate-block {
  border-color: var(--baller-line);
  background: rgba(18, 16, 14, 0.97);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}

body.baller-theme .product-page .btn {
  border-color: var(--baller-line);
}

body.baller-theme .product-page .btn.alt {
  background: transparent;
  color: var(--baller-champagne);
}

body.baller-theme .product-page .btn.alt:hover {
  background: rgba(212, 184, 122, 0.08);
  border-color: var(--baller-gold-dim);
  color: var(--baller-champagne);
}

body.baller-theme .product-page .btn.cta-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(165deg,
      #fff3c4 0%,
      #ffd964 22%,
      #d8a843 55%,
      #8a6b2a 100%);
  color: var(--baller-ink);
  border-color: #f3c969;
  box-shadow:
    0 8px 26px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 243, 196, 0.3) inset,
    0 -1px 0 rgba(120, 80, 20, 0.45) inset;
}

body.baller-theme .product-page .btn.cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.55) 50%,
    transparent 70%);
  transform: translateX(-110%);
  transition: transform 0.65s ease;
}

body.baller-theme .product-page .btn.cta-btn:hover {
  filter: brightness(1.08);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.55),
    0 0 32px rgba(255, 217, 100, 0.35),
    0 0 0 1px rgba(255, 243, 196, 0.45) inset;
}

body.baller-theme .product-page .btn.cta-btn:hover::before {
  transform: translateX(110%);
}

body.baller-theme .product-page .product-cta-trust-strip {
  background: rgba(12, 10, 9, 0.88);
  border-color: var(--baller-line-soft);
}

body.baller-theme .product-page .product-cta-trust-strip__text {
  color: var(--baller-muted);
}

body.baller-theme .product-page .cta-trust-note {
  color: var(--baller-muted);
}

body.baller-theme .product-page .cta-trust-note a {
  color: var(--baller-gold);
}

body.baller-theme .product-page .amazon-outbound-hint {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-copy-link {
  border-color: var(--baller-line-soft);
  color: var(--baller-champagne);
  background: rgba(22, 19, 16, 0.85);
}

body.baller-theme .product-page .product-copy-link:hover {
  border-color: var(--baller-gold-dim);
}

body.baller-theme .product-page .product-copy-link-status {
  color: var(--baller-gold);
}

body.baller-theme .product-page .before-buy-panel {
  background: rgba(22, 19, 16, 0.94);
  border-color: var(--baller-line-soft);
}

body.baller-theme .product-page .before-buy-list {
  color: var(--baller-muted);
}

body.baller-theme .product-page .before-buy-note {
  color: var(--baller-muted);
}

body.baller-theme .product-page .editorial-main .deadpan-heading {
  color: var(--baller-gold-dim);
}

body.baller-theme .product-page .editorial-main p {
  color: var(--baller-muted);
}

body.baller-theme .product-page .listing-title-block {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-fulfillment-note {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-internal-actions {
  border-top-color: var(--baller-line-soft);
}

body.baller-theme .product-page .product-internal-label {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-final-cta {
  border-color: var(--baller-line-soft);
  background: rgba(22, 19, 16, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

body.baller-theme .product-page .product-post-decision-zone {
  border-top-color: var(--baller-line-soft);
}

body.baller-theme .product-page .product-decision-zone .faq-list {
  border-top-color: var(--baller-line-soft);
}

body.baller-theme .product-page .product-editorial-history {
  border-color: var(--baller-line-soft);
  background: rgba(22, 19, 16, 0.72);
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-lane-micro {
  color: var(--baller-gold-dim);
}

body.baller-theme .product-page .product-lane-micro a {
  color: var(--baller-champagne);
}

body.baller-theme .product-page .product-why-bullets li::before {
  background: var(--baller-gold-dim);
}

body.baller-theme .product-page .product-why-bullets {
  color: var(--baller-muted);
}

body.baller-theme .product-page .deadpan-details {
  border-top-color: var(--baller-line-soft);
}

body.baller-theme .product-page .deadpan-details p {
  color: var(--baller-muted);
}

body.baller-theme .product-page .deadpan-details .deadpan-aside {
  border-left-color: var(--baller-gold-dim);
  background: rgba(212, 184, 122, 0.06);
  color: var(--baller-cream);
}

body.baller-theme .product-page .deadpan-details h3 {
  color: var(--baller-champagne);
}

body.baller-theme .product-page .info-card {
  background: rgba(22, 19, 16, 0.94);
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-summary-name {
  color: var(--baller-champagne);
}

body.baller-theme .product-page .product-summary-best {
  border-color: var(--baller-line);
  background: rgba(212, 184, 122, 0.08);
  color: var(--baller-gold);
}

body.baller-theme .product-page .product-summary-price-note {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-content-card,
body.baller-theme .product-page .product-details-card {
  border-color: var(--baller-line-soft);
  background: rgba(22, 19, 16, 0.94);
}

body.baller-theme .product-page .product-content-card h3,
body.baller-theme .product-page .product-detail-row dd {
  color: var(--baller-champagne);
}

body.baller-theme .product-page .product-content-card p {
  color: var(--baller-muted);
}

body.baller-theme .product-page .product-detail-row dt {
  color: var(--baller-gold);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

body.baller-theme .product-page .product-details-list {
  border-top-color: var(--baller-line-soft);
  border-left-color: var(--baller-line-soft);
}

body.baller-theme .product-page .product-detail-row {
  border-right-color: var(--baller-line-soft);
  border-bottom-color: var(--baller-line-soft);
  background: rgba(12, 10, 9, 0.42);
}

body.baller-theme .product-page .related-carousel-card {
  position: relative;
  isolation: isolate;
  border-color: var(--baller-line-soft);
  background: linear-gradient(165deg, rgba(26, 22, 18, 0.98), rgba(14, 12, 10, 0.99));
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 243, 196, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

body.baller-theme .product-page .related-carousel-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--baller-gold-foil);
  background-size: 200% 200%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 1;
}

body.baller-theme .product-page .related-carousel-card:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 217, 100, 0.25),
    0 0 28px rgba(255, 217, 100, 0.12);
}

body.baller-theme .product-page .related-carousel-card:hover::before {
  opacity: 1;
}

body.baller-theme .product-page .related-carousel-name {
  color: var(--baller-champagne);
}

body.baller-theme .product-page .related-carousel-problem {
  color: var(--baller-gold-dim);
}

body.baller-theme .product-page .related-carousel-price {
  color: var(--baller-gold-bright);
  font-weight: 800;
  text-shadow: 0 0 8px rgba(255, 217, 100, 0.25);
}

body.baller-theme .product-page .related-carousel-cta {
  color: var(--baller-gold);
}

body.baller-theme .product-page .related-carousel-card:hover .related-carousel-cta {
  color: var(--baller-gold-bright);
}

body.baller-theme .product-page .hub-more-links {
  color: var(--baller-muted);
}

body.baller-theme .product-page .hub-more-links a {
  color: var(--baller-gold);
}

body.baller-theme .product-page h2.block-section-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: transparent;
  background: var(--baller-gold-foil);
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ballerGoldShift 16s ease-in-out infinite;
}

body.baller-theme .product-page h2.block-section-heading::before {
  content: '$';
  font-family: 'Newsreader', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 0.8;
  letter-spacing: 0;
  background: var(--baller-gold-foil);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(255, 217, 100, 0.3);
}

@media (prefers-reduced-motion: reduce) {
  body.baller-theme .product-page h2.block-section-heading { animation: none; }
}

body.baller-theme .product-page .related-block > h2.meta,
body.baller-theme .product-page .related-block > .meta {
  color: var(--baller-gold-dim);
}

body.baller-theme .product-page .faq-list dt {
  color: var(--baller-champagne);
}

body.baller-theme .product-page .faq-list dd {
  color: var(--baller-muted);
}

body.baller-theme .luxury-upgrade {
  border-color: var(--baller-line-soft);
  background: rgba(22, 19, 16, 0.92);
}

body.baller-theme .luxury-upgrade-kicker {
  color: var(--baller-gold-dim);
}

body.baller-theme .luxury-upgrade-headline {
  color: var(--baller-champagne);
}

body.baller-theme .luxury-upgrade-copy {
  color: var(--baller-muted);
}

body.baller-theme .luxury-upgrade-meta {
  color: var(--baller-muted);
}

body.baller-theme .luxury-upgrade-foot {
  color: var(--baller-muted);
}

body.baller-theme .luxury-upgrade-bit {
  border-color: var(--baller-line-soft);
}

body.baller-theme .luxury-upgrade-bit h4 {
  color: var(--baller-champagne);
}

body.baller-theme .luxury-upgrade-bit p,
body.baller-theme .luxury-upgrade-bit li {
  color: var(--baller-muted);
}

body.baller-theme .luxury-upgrade-cta-amazon {
  background: linear-gradient(165deg, #e8d5a8 0%, #b8923e 48%, #8a6b2a 100%);
  color: var(--baller-ink);
  border-color: rgba(212, 175, 95, 0.85);
}

body.baller-theme .luxury-upgrade-cta-lane {
  border-color: var(--baller-line);
  color: var(--baller-champagne);
  background: transparent;
}

body.baller-theme .luxury-upgrade-cta-lane:hover {
  background: rgba(212, 184, 122, 0.08);
}

@media (max-width: 860px) {
  body.baller-theme .product-page .product-hero {
    padding: 1.1rem 1rem 1.25rem;
  }
}

/* Pass A — baller-theme parity for new section dividers + before-buy sub-surfaces */
body.baller-theme .product-page .product-decision-zone + .product-decision-zone::before,
body.baller-theme .product-page .product-decision-zone + .product-final-cta::before,
body.baller-theme .product-page .product-hero + .product-decision-zone::before {
  background: var(--baller-gold-dim);
  opacity: 0.75;
}

body.baller-theme .product-page .before-buy-panel .before-buy-list {
  background: rgba(12, 10, 9, 0.5);
  border-color: var(--baller-line-soft);
}

body.baller-theme .product-page .before-buy-panel .listing-title-block {
  background: rgba(22, 19, 16, 0.6);
  border-color: var(--baller-line-soft);
  color: var(--baller-muted);
}

body.baller-theme .product-page .before-buy-panel .listing-title-em {
  color: var(--baller-cream);
}

body.baller-theme .product-page .before-buy-panel .product-fulfillment-note {
  color: var(--baller-gold-dim);
}
