.batch3-review {
  background: #F7F2E8;
  color: #1F1D1A;
}

.batch3-review .b3-hero {
  background: #11100E;
  color: #fff;
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid rgba(212, 175, 55, .35);
}

.batch3-review .b3-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.batch3-review .b3-kicker {
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #E6C766;
  font-weight: 800;
  margin: 0 0 .75rem;
}

.batch3-review h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  margin: 0 0 1rem;
  color: inherit;
}

.batch3-review .b3-deck {
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 760px;
  color: rgba(255,255,255,.86);
  margin: 0 0 1rem;
}

.batch3-review .b3-meta {
  font-size: .9rem;
  color: rgba(255,255,255,.72);
}

.batch3-review .b3-score {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: #F4E7C8;
  color: #1F1D1A;
  border: 1px solid #D4AF37;
  border-radius: 999px;
  padding: .55rem .9rem;
  font-weight: 800;
  margin: .25rem 0 1rem;
}

.batch3-review .b3-disclosure {
  background: #FFF8EA;
  border: 1px solid rgba(212, 175, 55, .32);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  margin: 1.25rem 0;
  color: #453B2F;
  font-size: .95rem;
  line-height: 1.6;
}

.batch3-review .b3-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.25rem;
  align-items: start;
  padding: 2rem 0 3rem;
}

.batch3-review article {
  min-width: 0;
}

.batch3-review .b3-card,
.batch3-review .b3-side {
  background: #FFFBF3;
  border: 1px solid rgba(212, 175, 55, .24);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(31, 29, 26, .07);
  padding: 1.35rem;
}

.batch3-review .b3-card {
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
}

/* ABOVE-FOLD-ANSWER-v1 (2026-06-08) - answer-first callout, first element in article */
.batch3-review .b3-answer-first {
  background: #FCF8F1;
  border-left: 4px solid #D4AF37;
  padding: 1.1rem 1.4rem;
  margin: 0 0 1.5rem;
  border-radius: 4px;
}
.batch3-review .b3-answer-first h2 {
  margin: 0 0 .4rem;
  font-size: 1.25rem;
}
.batch3-review .b3-answer-first p {
  margin: 0;
  color: #2F2F2F;
}

.batch3-review h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.45rem;
  margin: 0 0 .75rem;
  color: #1F1D1A;
}

.batch3-review h3 {
  font-size: 1rem;
  margin: 1rem 0 .4rem;
  color: #1F1D1A;
}

.batch3-review p,
.batch3-review li {
  font-size: 1rem;
  line-height: 1.72;
  color: #3F3A33;
}

.batch3-review ul {
  margin: .4rem 0 0;
  padding-left: 1.2rem;
}

.batch3-review table {
  display: table;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.batch3-review th,
.batch3-review td {
  padding: .65rem .75rem;
  border-bottom: 1px solid rgba(212, 175, 55, .18);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.batch3-review img,
.batch3-review video,
.batch3-review iframe {
  max-width: 100%;
}

.batch3-review .b3-facts {
  display: grid;
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.batch3-review .b3-facts li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(212, 175, 55, .18);
  padding-bottom: .6rem;
  font-size: .95rem;
}

.batch3-review .b3-facts strong {
  color: #1F1D1A;
}

.batch3-review .b3-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.batch3-review .b3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .75rem 1rem;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid #D4AF37;
}

.batch3-review .b3-btn-primary {
  background-image: var(--metallic-gold-sheen, none), var(--metallic-gold-gradient, linear-gradient(135deg, #A67C00, #E6C766, #D4AF37));
  color: #1F1D1A;
}

.batch3-review .b3-btn-secondary {
  background: #FFF8EA;
  color: #1F1D1A;
}

.batch3-review details {
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 10px;
  background: #FFFDF8;
  margin: .65rem 0;
}

.batch3-review summary {
  cursor: pointer;
  font-weight: 800;
  padding: 1rem;
  color: #1F1D1A;
}

.batch3-review details p {
  padding: 0 1rem 1rem;
  margin: 0;
}

.batch3-review .b3-sources a {
  color: #A67C00;
  font-weight: 700;
}

.batch3-review .b3-note {
  background: #FFF8EA;
  border: 1px solid rgba(212, 175, 55, .26);
  border-left: 4px solid #D4AF37;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  margin: 0 0 1rem;
}

.batch3-review .b3-note p {
  margin: 0;
}

.batch3-review .b3-table-wrap {
  overflow-x: auto;
}

.batch3-review .b3-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.batch3-review .b3-related-card {
  display: block;
  min-height: 100%;
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 10px;
  background: #FFFDF8;
  padding: .9rem 1rem;
  color: #1F1D1A;
  text-decoration: none;
  font-weight: 800;
}

.batch3-review .b3-related-card span {
  display: block;
  margin-top: .25rem;
  color: #4E473C;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 860px) {
  .batch3-review .b3-grid {
    grid-template-columns: 1fr;
    padding-top: 1.25rem;
  }

  .batch3-review .b3-side {
    position: static;
  }

  .batch3-review .b3-hero {
    padding: 2.2rem 0;
  }

  .batch3-review .b3-wrap {
    padding: 0 18px;
  }

  .batch3-review .b3-card,
  .batch3-review .b3-side {
    padding: 1.1rem;
  }

  .batch3-review .b3-facts li {
    display: block;
  }

  .batch3-review .b3-facts span {
    display: block;
    margin-top: .15rem;
  }
}
