.report-page {
  background:
    radial-gradient(circle at 88% 4%, rgb(23 23 20 / 9%), transparent 28rem),
    var(--paper);
}

.report-shell {
  width: min(1050px, calc(100% - 40px));
  margin-inline: auto;
}

.report-intro {
  max-width: 860px;
  padding: 82px 0 58px;
}

.report-intro h1,
.section-title-simple h2,
.answer-copy h2,
.bottom-line h2 {
  margin: 0;
  font-family: var(--display);
  letter-spacing: -0.052em;
  line-height: 1;
}

.report-intro h1 {
  font-size: clamp(3.1rem, 8vw, 6.8rem);
}

.report-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: #504d46;
  font-size: 19px;
}

.answer-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
  border: 1px solid rgb(23 23 20 / 12%);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.answer-image {
  min-height: 500px;
  padding: 44px;
  display: grid;
  place-items: center;
  background: #e7e3da;
}

.answer-image img,
.variant-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.answer-copy {
  padding: 48px;
}

.answer-meta,
.answer-actions,
.offer-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.confidence-inline {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.answer-copy h2 {
  margin-top: 22px;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.part-number {
  margin: 9px 0 20px;
  color: #75502d;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.answer-copy > p:not(.part-number) {
  color: var(--muted);
}

.quick-specs {
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.quick-specs div {
  padding: 13px 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-specs dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.quick-specs dd {
  margin: 3px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.answer-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.code-warning {
  margin: 24px 0 0;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 28px;
  border: 1px solid #d6b06f;
  border-radius: 14px;
  background: #fff3dd;
}

.code-warning strong {
  font-family: var(--display);
}

.code-warning p {
  margin: 0;
  color: #5f5039;
}

.variants,
.offers,
.compatibility,
.sources {
  padding-block: 94px;
}

.offers,
.compatibility,
.sources {
  border-top: 1px solid var(--line);
}

.section-title-simple {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-title-simple h2,
.bottom-line h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.section-title-simple > p:last-child {
  margin: 20px 0 0;
  color: var(--muted);
}

.variant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.variant-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgb(255 254 251 / 65%);
}

.variant-card > img {
  width: 100%;
  height: 310px;
  padding: 28px;
  background: #e8e5de;
}

.variant-card > div {
  padding: 28px;
}

.variant-recommended {
  border-color: #7a9d8b;
}

.variant-rank {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.variant-card h3 {
  margin: 10px 0 4px;
  font-family: var(--display);
  font-size: 27px;
}

.variant-card code {
  color: #75502d;
  font-weight: 800;
}

.variant-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.offer-group + .offer-group {
  margin-top: 42px;
}

.offer-group-heading {
  margin-bottom: 13px;
}

.offer-group-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 22px;
}

.offer-group-heading span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.offer-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgb(255 254 251 / 62%);
}

.offer-row {
  display: grid;
  grid-template-columns: 55px 1fr 115px 1.35fr 90px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.offer-row:last-child {
  border-bottom: 0;
}

.offer-row > * {
  min-width: 0;
  padding: 14px 16px;
  font-size: 13px;
}

.offer-row > * + * {
  border-left: 1px solid var(--line);
}

.offer-row a {
  color: #75502d;
  font-weight: 800;
  text-underline-offset: 3px;
}

.offer-head {
  color: var(--muted);
  background: rgb(23 23 20 / 4%);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.compatibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.compatibility-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-top-width: 4px;
  border-radius: 14px;
  background: rgb(255 254 251 / 60%);
}

.compatibility-card.yes { border-top-color: var(--green); }
.compatibility-card.no { border-top-color: #8f3e36; }
.compatibility-card.check { border-top-color: var(--amber); }

.compatibility-card > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.compatibility-card h3 {
  margin: 28px 0 11px;
  font-family: var(--display);
  font-size: 20px;
}

.compatibility-card p,
.compatibility-note,
.sources p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.compatibility-card .card-link {
  margin-top: 16px;
}

.card-link a {
  color: #75502d;
  font-weight: 800;
  text-underline-offset: 3px;
}

.compatibility-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 10px;
  background: rgb(23 23 20 / 5%);
}

.bottom-line {
  margin-bottom: 94px;
  padding: 48px;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 54px;
  border-radius: 20px;
  color: #fff;
  background: var(--ink);
}

.bottom-line .eyebrow { color: #d7b58d; }
.bottom-line ol { margin: 0; padding-left: 22px; }
.bottom-line li { margin-bottom: 14px; color: #d5d1c8; }
.bottom-line strong { color: #fff; }

.sources h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 25px;
}

.source-links {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.source-links a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #75502d;
  background: var(--surface);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 820px) {
  .answer-card { grid-template-columns: 1fr; }
  .answer-image { min-height: 360px; }
  .variant-grid,
  .compatibility-grid,
  .bottom-line { grid-template-columns: 1fr; }
  .offer-head { display: none; }
  .offer-row {
    padding: 14px;
    grid-template-columns: 38px 1fr;
  }
  .offer-row > * { padding: 8px; border-left: 0 !important; }
  .offer-row > *:nth-child(n + 3) { grid-column: 2; }
}

@media (max-width: 600px) {
  .report-shell { width: min(100% - 28px, 1050px); }
  .report-intro { padding-top: 58px; }
  .report-lead { font-size: 16px; }
  .answer-copy { padding: 28px 22px; }
  .answer-image { min-height: 300px; padding: 28px; }
  .answer-meta,
  .answer-actions { align-items: flex-start; flex-direction: column; }
  .answer-actions .button { width: 100%; }
  .quick-specs,
  .code-warning { grid-template-columns: 1fr; }
  .variants,
  .offers,
  .compatibility,
  .sources { padding-block: 70px; }
  .variant-card > img { height: 250px; }
  .bottom-line { margin-bottom: 70px; padding: 32px 24px; gap: 28px; }
}
