/* Standing rule: every permalink ships in theme B only. No cream article skins. */

/* Darkroom / cinematic — matches homepage theme B */
body.article-page.theme-b {
  --paper: #0b0c0e;
  --ink: #f0ebe3;
  --muted: #9a9388;
  --accent: #c45c3e;
  --accent-hover: #e07a55;
  --rule: rgba(240, 235, 227, 0.14);
  --panel: rgba(18, 20, 24, 0.82);
  --copper: #c9a36a;
  --surface: rgba(16, 18, 22, 0.82);
  --border: rgba(240, 235, 227, 0.14);
  --bg: #0b0c0e;
  --text: #f0ebe3;
  background: #0b0c0e;
  color: var(--ink);
}
body.article-page.theme-b .article-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
body.article-page.theme-b .article-scene img {
  position: absolute;
  right: -8%;
  top: -10%;
  width: min(78vw, 980px);
  opacity: 0.95;
  filter: grayscale(0.08) contrast(1.38) brightness(0.45);
}
body.article-page.theme-b .article-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 78% 12%, rgba(201,163,106,0.10), transparent 38%),
    linear-gradient(180deg, rgba(11,12,14,0.04) 0%, rgba(11,12,14,0.12) 42%, rgba(11,12,14,0.62) 100%);
}
body.article-page.theme-b .site-header,
body.article-page.theme-b .article-layout,
body.article-page.theme-b .site-footer {
  position: relative;
  z-index: 1;
}
body.article-page.theme-b .article-layout {
  max-width: 780px;
  padding: 1.35rem 1.5rem 3.5rem;
}
body.article-page.theme-b .site-header {
  border-bottom-color: var(--rule);
}
body.article-page.theme-b .site-title a,
body.article-page.theme-b .header-nav a,
body.article-page.theme-b .article-nav a {
  color: var(--ink);
}
body.article-page.theme-b .header-nav a:hover,
body.article-page.theme-b .article-nav a:hover,
body.article-page.theme-b .site-title a:hover {
  color: var(--copper);
}
body.article-page.theme-b .site-tagline { color: var(--muted); }
body.article-page.theme-b .dek { color: #c6bfb4; }
body.article-page.theme-b .ftc-disclosure {
  color: #d4cec4;
  border-left: 3px solid var(--accent);
  background: rgba(18,20,24,0.72);
  padding: 0.85rem 1rem;
  backdrop-filter: blur(12px);
  margin-bottom: 1.25rem;
}
body.article-page.theme-b .article-header h1 {
  color: #f6f1e8;
  font-size: 2.05rem;
  margin-bottom: 0.75rem;
}
body.article-page.theme-b .hero {
  margin: 0 0 1.75rem;
  background: rgba(16,18,22,0.55);
  padding: 0.65rem;
  border: 1px solid rgba(240,235,227,0.08);
  box-shadow: 0 18px 44px rgba(0,0,0,0.4);
}
body.article-page.theme-b .hero figcaption { color: var(--muted); }
body.article-page.theme-b .article-body.panel {
  background: rgba(16,18,22,0.78);
  border: 1px solid rgba(240,235,227,0.08);
  padding: 1.25rem 1.35rem 0.35rem;
  margin: 0 0 1.5rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
body.article-page.theme-b .article-body p { color: #e4ddd2; font-size: 1.06rem; line-height: 1.65; }
body.article-page.theme-b .lede { color: #f0ebe3; font-size: 1.14rem; }
body.article-page.theme-b h2.section-title,
body.article-page.theme-b .verdict h2,
body.article-page.theme-b .further h2 {
  color: var(--copper);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.92rem;
  font-weight: 500;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  margin: 1.9rem 0 0.85rem;
}
body.article-page.theme-b .spec-block {
  background: rgba(16,18,22,0.82);
  border: 1px solid rgba(240,235,227,0.1);
  border-radius: 0;
  padding: 1.25rem 1.3rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  margin: 0.5rem 0 1rem;
}
body.article-page.theme-b .spec-table th { color: var(--copper); }
body.article-page.theme-b .spec-table td { color: #e8e2d8; border-bottom-color: var(--rule); }
body.article-page.theme-b .price-box {
  background: rgba(16,18,22,0.82);
  border-left: 3px solid var(--accent);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
  color: #e4ddd2;
  padding: 1.15rem 1.25rem;
}
body.article-page.theme-b .verdict {
  background: rgba(16,18,22,0.82);
  border: 1px solid rgba(240,235,227,0.1);
  padding: 1.25rem 1.35rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
body.article-page.theme-b .verdict h3 { color: var(--copper); }
body.article-page.theme-b .verdict li { color: #d4cec4; }
body.article-page.theme-b .buy-reminder { color: var(--muted); }
body.article-page.theme-b .buy-btn {
  background: var(--accent);
  color: #fff8f4 !important;
}
body.article-page.theme-b .buy-btn:hover { background: var(--accent-hover); }
body.article-page.theme-b .further {
  border-top: 1px solid var(--rule);
  background: rgba(16,18,22,0.55);
  padding: 1.25rem 1.25rem 0.5rem;
  margin-top: 1.5rem;
}
body.article-page.theme-b .further a { color: var(--copper); }
body.article-page.theme-b .further a:hover { color: #e4c48a; }
body.article-page.theme-b .sources {
  color: var(--muted);
  border-top-color: var(--rule);
  background: rgba(16,18,22,0.45);
  padding: 1rem 1.15rem;
  margin-top: 1.25rem;
}
body.article-page.theme-b .site-footer { color: #8a847a; border-top-color: var(--rule); }
body.article-page.theme-b .buy-block .affiliate-disclosure {
  flex-basis: 100%;
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #7a746a;
  max-width: 42rem;
}
body.article-page.theme-b .status-note { color: var(--muted); }

/* Extra figures / galleries — darkroom B only */
body.article-page.theme-b .photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin: 0 0 1.5rem;
}
body.article-page.theme-b .photo-row figure {
  margin: 0;
  background: rgba(16,18,22,0.55);
  padding: 0.55rem;
  border: 1px solid rgba(240,235,227,0.08);
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
}
body.article-page.theme-b .photo-row img,
body.article-page.theme-b figure.chart img,
body.article-page.theme-b figure.extra img {
  display: block;
  width: 100%;
  height: auto;
  background: #111;
}
body.article-page.theme-b figure.chart,
body.article-page.theme-b figure.extra {
  margin: 0 0 1.5rem;
  background: rgba(16,18,22,0.55);
  padding: 0.65rem;
  border: 1px solid rgba(240,235,227,0.08);
  box-shadow: 0 14px 36px rgba(0,0,0,0.35);
}
body.article-page.theme-b figure.chart {
  background: rgba(240,235,227,0.06);
}
body.article-page.theme-b figure.chart img {
  background: #fff;
  padding: 0.35rem;
}
body.article-page.theme-b .photo-row figcaption,
body.article-page.theme-b figure.chart figcaption,
body.article-page.theme-b figure.extra figcaption,
body.article-page.theme-b .rumor-caption {
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 0.45rem;
  line-height: 1.45;
}
body.article-page.theme-b .rumor-caption {
  border-left: 3px solid var(--copper);
  padding: 0.55rem 0.75rem;
  background: rgba(18,20,24,0.72);
  margin: 0.75rem 0 1.25rem;
}
body.article-page.theme-b .article-body.panel + .photo-row { margin-top: -0.35rem; }
@media (max-width: 640px) {
  body.article-page.theme-b .photo-row { grid-template-columns: 1fr; }
}

/* Darkroom-B-safe photo rows and chart figures */
body.article-page.theme-b .photo-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  margin: 1.25rem 0 1.5rem;
}
body.article-page.theme-b .photo-row figure {
  margin: 0;
  background: rgba(16, 18, 22, 0.55);
  border: 1px solid rgba(240, 235, 227, 0.08);
  padding: 0.45rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
body.article-page.theme-b .photo-row img {
  display: block;
  width: 100%;
  height: auto;
  background: #111;
}
body.article-page.theme-b .photo-row figcaption,
body.article-page.theme-b figure.chart figcaption {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 0.76rem;
  color: var(--muted);
  margin-top: 0.4rem;
  line-height: 1.4;
}
body.article-page.theme-b figure.chart {
  margin: 1rem 0 1.35rem;
  background: rgba(16, 18, 22, 0.72);
  border: 1px solid rgba(240, 235, 227, 0.1);
  padding: 0.75rem 0.85rem 0.65rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38);
}
body.article-page.theme-b figure.chart img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  background: #f4f4f4;
}
body.article-page.theme-b .charts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.9rem;
  margin: 1rem 0 1.5rem;
}
body.article-page.theme-b .charts-grid figure.chart {
  margin: 0;
}
body.article-page.theme-b .rumor-note {
  color: #e4c48a;
  font-weight: 600;
}
