.topc-product-information { margin-top: 72px; border-top: 1px solid #dfe3e8; }
.topc-info-tabs { display: flex; gap: clamp(18px, 4vw, 52px); border-bottom: 1px solid #dfe3e8; overflow-x: auto; scrollbar-width: none; }
.topc-info-tabs::-webkit-scrollbar { display: none; }
.topc-info-tabs button { position: relative; flex: 0 0 auto; border: 0; background: transparent; padding: 22px 0 18px; color: #667085; font: inherit; font-weight: 800; cursor: pointer; }
.topc-info-tabs button[aria-selected="true"] { color: #101828; }
.topc-info-tabs button[aria-selected="true"]::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: #ff5b36; }
.topc-product-information [role="tabpanel"] { padding: clamp(34px, 5vw, 72px) 0; }

/* The color surface is full-bleed; stories retain the PDP reading width. */
.topc-description { display: block; width: 100vw; margin-left: calc(50% - 50vw); }
.topc-description-inner { width: min(calc(100% - clamp(36px, 8vw, 112px)), 1208px); margin: 0 auto; display: grid; gap: 24px; }
.topc-description[hidden] { display: none; }

.topc-story-block { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 440px; overflow: hidden; border: 1px solid #e4e7ec; border-radius: 22px; background: #fff; }
.topc-story-banner:not(.is-rounded), .topc-story-overlay:not(.is-rounded), .topc-story-split-left:not(.is-rounded), .topc-story-split-right:not(.is-rounded), .topc-story-io:not(.is-rounded), .topc-story-long-image:not(.is-rounded) { border-radius: 0; }
.topc-story-block.is-dark, .topc-story-block.is-brand { background: #101828; color: #fff; }
.topc-story-media { display: block; min-width: 0; min-height: 300px; overflow: hidden; }
.topc-story-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.topc-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 68px); }
.topc-story-copy h2 { margin: 10px 0 18px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.topc-story-copy p { max-width: 610px; color: #667085; font-size: 17px; }
.topc-story-block.is-dark .topc-story-copy p, .topc-story-block.is-brand .topc-story-copy p { color: #d0d5dd; }
.topc-story-cta { align-self: flex-start; margin-top: 14px; padding: 12px 18px; border-radius: 8px; background: #fff; color: #101828; font-weight: 800; }
.topc-story-overlay, .topc-story-cta { display: block; min-height: 560px; }
.topc-story-overlay > .topc-story-media, .topc-story-cta > .topc-story-media { position: absolute; inset: 0; }
.topc-story-overlay > .topc-story-media::after, .topc-story-cta > .topc-story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #101828db 0%, #10182866 48%, transparent 78%); }
.topc-story-overlay > .topc-story-copy, .topc-story-cta > .topc-story-copy { position: relative; z-index: 1; min-height: 560px; max-width: 680px; }
.topc-story-split-right > .topc-story-copy { order: 1; }
.topc-story-split-right > .topc-story-media { order: 2; }
.topc-story-metrics, .topc-story-features, .topc-story-io, .topc-story-comparison { grid-template-columns: 1fr; }
.topc-story-block > .topc-story-metrics { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: #e4e7ec; }
.topc-story-item { padding: 24px; background: #fff; }
.topc-story-item span, .topc-story-item strong, .topc-story-item small { display: block; }
.topc-story-item span { color: #667085; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.topc-story-item strong { margin: 5px 0; font-size: 23px; }
.topc-story-item small { color: #667085; }

.topc-spec-table-wrap { width: min(100%, 1000px); margin: 0 auto; }
.topc-spec-table { width: 100%; border-collapse: collapse; table-layout: fixed; background: #fff; }
.topc-spec-table th, .topc-spec-table td { padding: 13px 15px; border-bottom: 1px solid #dfe3e8; text-align: left; vertical-align: top; line-height: 1.5; overflow-wrap: anywhere; }
.topc-spec-table tbody tr > th { width: 33.333%; color: #667085; font-size: 14px; font-weight: 650; }
.topc-spec-table tbody td { color: #101828; font-size: 14px; font-weight: 700; white-space: pre-line; }
.topc-review-summary { display: flex; align-items: baseline; gap: 14px; margin-bottom: 26px; }
.topc-review-summary strong { font-size: 36px; }
.topc-review-summary span { color: #667085; }
.topc-review-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.topc-review { padding: 22px; border: 1px solid #e4e7ec; border-radius: 14px; background: #fff; }
.topc-review header { display: flex; justify-content: space-between; gap: 14px; }
.topc-review header span { color: #f79009; }
.topc-review small, .topc-review time { color: #667085; font-size: 12px; }
.topc-empty-state { padding: 22px; border: 1px solid #e4e7ec; border-radius: 12px; background: #fff; color: #667085; }
.topc-review-form { max-width: 720px; margin-top: 34px; padding: 26px; border: 1px solid #e4e7ec; border-radius: 16px; background: #fff; }
.topc-review-form h3 { margin: 0 0 16px; font-size: 25px; }
.topc-review-form label { display: grid; gap: 7px; margin: 13px 0; font-weight: 750; }
.topc-review-form input, .topc-review-form select, .topc-review-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #cfd5dd; border-radius: 8px; font: inherit; }
.topc-review-form button { border: 0; border-radius: 8px; padding: 12px 18px; background: #101828; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.topc-review-identity { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.topc-faq-list { max-width: 900px; }
.topc-faq-list details { padding: 4px 0; border-bottom: 1px solid #dfe3e8; }
.topc-faq-list summary { padding: 20px 42px 20px 0; font-size: 18px; font-weight: 800; cursor: pointer; }
.topc-faq-list details div { padding: 0 0 20px; color: #667085; }
.topc-pdp-related { margin: 72px 0 0; padding-top: 52px; border-top: 1px solid #e4e7ec; }
.topc-pdp-related > h2 { margin: 8px 0 24px; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.045em; }
.topc-pdp-related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.topc-related-card { overflow: hidden; border: 1px solid #e4e7ec; border-radius: 16px; background: #fff; }
.topc-related-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.topc-related-card h3, .topc-related-card a > div, .topc-related-card a > span { margin-right: 20px; margin-left: 20px; }
.topc-related-card h3 { margin-top: 18px; margin-bottom: 4px; font-size: 21px; }
.topc-related-card a > div { font-weight: 800; }
.topc-related-card a > span { display: inline-block; margin-top: 12px; margin-bottom: 20px; color: #d83c19; font-weight: 800; }

@media (max-width: 820px) {
  .topc-story-block { grid-template-columns: 1fr; min-height: 0; }
  .topc-story-media { min-height: 360px; }
  .topc-story-split-right > .topc-story-copy { order: 2; }
  .topc-story-split-right > .topc-story-media { order: 1; }
  .topc-story-block > .topc-story-metrics { grid-template-columns: repeat(2, 1fr); }
  .topc-review-list { grid-template-columns: 1fr; }
  .topc-pdp-related > div { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .topc-description-inner { width: calc(100% - 32px); }
}
@media (max-width: 520px) {
  .topc-info-tabs { gap: 22px; }
  .topc-info-tabs button { font-size: 13px; }
  .topc-spec-table th, .topc-spec-table td { padding: 10px 9px; }
  .topc-spec-table tbody tr > th, .topc-spec-table tbody td { font-size: 13px; }
  .topc-story-media { min-height: 260px; }
  .topc-story-overlay, .topc-story-cta, .topc-story-overlay > .topc-story-copy, .topc-story-cta > .topc-story-copy { min-height: 500px; }
  .topc-story-copy { padding: 28px 22px; }
  .topc-story-block > .topc-story-metrics { grid-template-columns: 1fr; }
  .topc-review-identity, .topc-pdp-related > div { grid-template-columns: 1fr; }
}
