/* SVT — product-vs-product additions. Loaded after svt-vs.css, scoped to .svtvs--product.
   Everything else on the page is the brand page's own markup and styling. */

/* Brand names stay attached to every model name on the page. */
.svtvs--product .pvp-b { font-weight: 600; }
.svtvs--product h1 .pvp-b,
.svtvs--product h2 .pvp-b { font-weight: inherit; }
.svtvs--product .vside h2 { font-size: clamp(22px, 2.4vw, 28px); line-height: 1.15; }
.svtvs--product .vside h2 .pvp-b { display: block; font-size: .62em; letter-spacing: .01em; opacity: .85; }
.svtvs--product .versus__cap__brand { white-space: normal; overflow-wrap: anywhere; }

/* Bar labels carry brand + model: two short lines instead of one clipped one. */
.svtvs--product .diffbar__lab { line-height: 1.15; overflow-wrap: anywhere; }
.svtvs--product .diffbar__lab .pvp-b { display: block; font-weight: 600; font-size: .92em; }
.svtvs--product .srcnote__brand .pvp-b { font-weight: 700; }

/* ---- Pros and cons: the brand page's tabs, in Sans (mono is for spec values only) ------------- */
.svtvs--product .pvp-h2h .h2h__tabs label { font-size: 13px; }
.svtvs--product .pvp-h2h .h2h__tabs label .pvp-b { font-weight: 700; }
.svtvs--product .pvp-pcpane { grid-template-columns: 1fr 1fr; gap: 0 28px; align-items: start; }
.svtvs--product .pvp-pccol { display: grid; gap: 0; min-width: 0; }
.svtvs--product .pvp-pclab {
	margin: 0 0 4px; padding: 0 0 8px; border-bottom: 1px solid var(--line, #E6E2DA);
	font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink, #12213B);
	display: flex; justify-content: space-between;
}
.svtvs--product .pvp-pclab b { font-variant-numeric: tabular-nums; font-weight: 600; letter-spacing: 0; opacity: .55; }
.svtvs--product .pvp-pclab--y { box-shadow: inset 0 -2px 0 #2E9E6B; }
.svtvs--product .pvp-pclab--n { box-shadow: inset 0 -2px 0 #D2544B; }
.svtvs--product .pvp-pccol .pc {
	padding: 9px 0; border-bottom: 1px solid color-mix(in srgb, var(--line, #E6E2DA) 70%, transparent);
	font-size: 13.5px; line-height: 1.5; color: #33302B;
}
.svtvs--product .pvp-pccol .pc:last-child { border-bottom: 0; }
.svtvs--product .pvp-pccol .pc svg { flex-basis: 15px; width: 15px; height: 15px; margin-top: 2px; }
@media (max-width: 767px) {
	.svtvs--product .pvp-pcpane { grid-template-columns: 1fr; gap: 18px; }
	.svtvs--product .pvp-h2h .h2h__tabs { flex-wrap: nowrap; }
	.svtvs--product .pvp-h2h .h2h__tabs label { flex: 1 1 0; min-width: 0; text-align: center; padding: 7px 8px 8px; line-height: 1.2; }
	.svtvs--product .pvp-h2h .h2h__tabs label .pvp-b { display: block; }
}

/* ---- The numbers: two product cards, then compare-page spec rows ------------------------------ */
.svtvs--product .pvp-cards { grid-template-rows: none; row-gap: 16px; margin: 0 0 18px; }
.svtvs--product .pvp-rows { display: grid; gap: 8px; }
.svtvs--product .pvp-row {
	background: #fff; border-radius: var(--svt-radius-card); border-left: 2.4px solid var(--a, #C8842B);
	padding: 10px 12px 12px; min-width: 0;
}
.svtvs--product .pvp-row__lab { margin: 0 0 8px; font-size: 12px; font-weight: 650; color: #26231E; line-height: 1.4; }
.svtvs--product .pvp-row__both {
	margin: 0 0 8px; font-family: var(--svt-font-mono); font-size: 12px; line-height: 1.4; color: #33302B;
}
.svtvs--product .pvp-row__both span,
.svtvs--product .pvp-same span {
	font-family: var(--svt-font-sans); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	color: #7A7368; margin-right: 6px;
}
.svtvs--product .pvp-row__vals { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
.svtvs--product .pvp-cell { background: #FAF8F4; border-radius: var(--svt-radius-inner); padding: 8px; min-width: 0; }
.svtvs--product .pvp-cell__who {
	display: block; margin: 0 0 4px; font-size: 10.5px; line-height: 1.3; font-weight: 500; color: var(--a, #C8842B);
	overflow-wrap: anywhere;
}
.svtvs--product .pvp-cell--b .pvp-cell__who { color: var(--b, #4974C4); }
.svtvs--product .pvp-cell__v {
	font-family: var(--svt-font-mono); font-size: 12px; line-height: 1.4; color: #33302B; overflow-wrap: anywhere;
}
.svtvs--product .pvp-na { font-style: normal; color: #8A8377; }
.svtvs--product .pvp-same { margin: 12px 0 0; font-family: var(--svt-font-mono); font-size: 12px; line-height: 1.5; color: #4A576B; }
.svtvs--product .pvp-disc { margin: 12px 0 0; font-size: 12px; color: #7A7368; }

/* ---- Alternatives: the brand page's "only" panels, holding product cards ---------------------- */
.svtvs--product .pvp-only .only__col h4 { flex-wrap: wrap; row-gap: 2px; }
.svtvs--product .pvp-count { font-size: 12px; font-weight: 400; color: #7A7368; margin-left: auto; }
.svtvs--product .pvp-empty { margin: 0; font-size: 14px; opacity: .7; }
.svtvs--product .pvp-alts { display: grid; gap: 10px; }
.svtvs--product .pvp-alt {
	display: grid; gap: 8px; padding: 12px; border-radius: var(--svt-radius-card); background: #fff; text-decoration: none; color: inherit;
	border: 1px solid color-mix(in srgb, var(--line, #E6E2DA) 80%, transparent);
	box-shadow: 0 1px 2px rgba(18, 33, 59, .04);
	transition: transform .18s ease, box-shadow .18s ease;
}
.svtvs--product .pvp-alt:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(18, 33, 59, .08); }
.svtvs--product .pvp-alt__top { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.svtvs--product .pvp-alt__img {
	width: 64px; height: 64px; border-radius: var(--svt-radius-inner); background: var(--a-soft, #FBF1E2);
	display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.svtvs--product .pvp-alt--b .pvp-alt__img { background: var(--b-soft, #EAF0FB); }
.svtvs--product .pvp-alt__img img { width: 56px; height: 56px; object-fit: contain; mix-blend-mode: multiply; }
.svtvs--product .pvp-alt__body { display: grid; gap: 2px; min-width: 0; }
.svtvs--product .pvp-alt__role { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--a, #C8842B); }
.svtvs--product .pvp-alt--b .pvp-alt__role { color: var(--b, #4974C4); }
.svtvs--product .pvp-alt__name { font-size: 15px; font-weight: 700; color: var(--ink, #12213B); line-height: 1.25; overflow-wrap: anywhere; }
.svtvs--product .pvp-alt__nums { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 5px; font-size: 12px; color: #7A7368; }
.svtvs--product .pvp-alt__nums b { font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 600; color: var(--ink, #12213B); }
.svtvs--product .pvp-alt__nums span:first-of-type { margin-right: 6px; }
.svtvs--product .pvp-alt__score .svtdial { --svt-ring-sz: 46px; --sz: 46px; width: 46px; height: 46px; }
.svtvs--product .pvp-alt__lab { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7A7368; }
.svtvs--product .pvp-alt__diff { margin: -4px 0 0; padding: 0; list-style: none; display: grid; gap: 3px; }
.svtvs--product .pvp-alt__diff li {
	font-family: var(--svt-font-mono); font-size: 12px; line-height: 1.4; color: #33302B;
	padding-left: 12px; position: relative; overflow-wrap: anywhere;
}
.svtvs--product .pvp-alt__diff li::before { content: "·"; position: absolute; left: 2px; color: #8A8377; }
.svtvs--product .pvp-alt__pick { margin: 0; font-size: 13px; line-height: 1.45; color: #4A576B; }
.svtvs--product .pvp-alt__pick b { color: var(--ink, #12213B); }
.svtvs--product .pvp-alt__go {
	display: inline-flex; align-items: center; gap: 6px; justify-self: start;
	padding: 7px 12px; border-radius: var(--svt-radius-inner); border: 1px solid #D6D1C7; background: #FDFAF4;
	font-size: 12.5px; font-weight: 700; color: var(--ink, #12213B);
}
.svtvs--product .pvp-alt__go svg { width: 13px; height: 13px; }

/* ---- Other comparisons: the brand page's cards, with products where the logos were ------------ */
.svtvs--product .svt-vscard--pvp .svt-vscard__logo { background: transparent; }
.svtvs--product .svt-vscard--pvp .svt-vscard__img { object-fit: contain; mix-blend-mode: multiply; }
.svtvs--product .svt-vscard__title em { font-style: normal; font-weight: 500; color: #7A7368; font-size: .85em; }
.svtvs--product .pvp-vsc__sub { display: block; margin-top: 2px; font-size: 12px; color: #7A7368; line-height: 1.35; }
.svtvs--product .pvp-vsc__sub b { font-variant-numeric: tabular-nums; font-weight: 600; }
.svtvs--product .pvp-c-a { color: var(--a, #C8842B); }
.svtvs--product .pvp-c-b { color: var(--b, #4974C4); }

@media (prefers-reduced-motion: reduce) {
	.svtvs--product .pvp-alt { transition: none; }
}

/* ---- v2 fixes -------------------------------------------------------------------------------- */
/* Bar labels: brand on one line, model under it. */
.svtvs--product .diffrow__bars .diffbar__lab { flex-direction: column; align-items: flex-start; justify-content: center; }
.svtvs--product .diffbar__lab .pvp-n { display: grid; }
.svtvs--product .diffbar__lab .pvp-b { font-size: 10.5px; font-weight: 600; opacity: .7; letter-spacing: .01em; }
.svtvs--product .diffbar__lab .pvp-m { font-weight: 700; }
.svtvs--product .srcnote__brand .pvp-b,
.svtvs--product .pvp-cell__who .pvp-b { font-weight: 700; }

/* Product cards without a pros/cons block: no subgrid rows to fill. */
.svtvs--product .pvp-cards .pcard { display: block; grid-row: auto; grid-template-rows: none; padding-bottom: 14px; }
.svtvs--product .pvp-cards .pcard .svt-rank--compact { margin-top: 8px; }

/* Single-value specs: one compact table in the compare page's mono. */
.svtvs--product .pvp-gl { padding: 4px 12px; }
.svtvs--product .pvp-gl__row {
	display: grid; grid-template-columns: minmax(84px, .8fr) minmax(0, 1fr) minmax(0, 1fr); gap: 10px;
	padding: 8px 0; border-bottom: 1px solid color-mix(in srgb, var(--line, #E6E2DA) 70%, transparent); align-items: baseline;
}
.svtvs--product .pvp-gl__row:last-child { border-bottom: 0; }
.svtvs--product .pvp-gl__k { font-size: 12px; font-weight: 650; color: #26231E; }
.svtvs--product .pvp-gl__v { font-family: var(--svt-font-mono); font-size: 12px; line-height: 1.4; color: #33302B; overflow-wrap: anywhere; min-width: 0; }
.svtvs--product .pvp-gl__head .pvp-gl__k { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7A7368; }
.svtvs--product .pvp-gl__who { font-size: 11px; line-height: 1.25; min-width: 0; overflow-wrap: anywhere; }
.svtvs--product .pvp-gl__who .pvp-n { display: grid; }
.svtvs--product .pvp-gl__who .pvp-m { font-weight: 700; }

/* Other comparisons: title and a score line, centred like the brand cards. */
.svtvs--product .pvp-vsc { display: grid; gap: 3px; justify-items: center; min-width: 0; }
.svtvs--product .pvp-vsc__t { display: block; overflow-wrap: anywhere; }
.svtvs--product .pvp-vsc__t .pvp-n { display: inline; }
.svtvs--product .svt-vscard__title .pvp-b { font-weight: 700; }
.svtvs--product .pvp-vsc__sub { margin: 0; font-weight: 400; }
.svtvs--product .svt-vscard--brand .svt-vscard__title { color: var(--ink, #12213B); }

/* Phone: the bar label sits above the bar at full width, so brand and model share one line. */
@media (max-width: 600px) {
	.svtvs--product .diffbar__lab .pvp-n { display: block; }
	.svtvs--product .diffbar__lab .pvp-b { display: inline; font-size: 12px; }
	.svtvs--product .diffbar__lab .pvp-m { font-weight: 700; }
	.svtvs--product .diffrow__bars .diffbar__lab { min-height: 0; }
}

/* Product cards in "Other comparisons": the cell is sized for a logo; a product needs the height. */
.svtvs--product .svt-vscard--pvp .svt-vscard__media { height: 112px; padding: 10px 14px; }
.svtvs--product .svt-vscard--pvp .svt-vscard__logo { height: 88px; }
.svtvs--product .svt-vscards .svt-vscard--pvp .svt-vscard__img { max-height: 80px; height: 80px; width: 80px; }
@media (max-width: 700px) {
	.svtvs--product .svt-vscard--pvp .svt-vscard__media { height: 104px; }
}

/* ---- v3 -------------------------------------------------------------------------------------- */
/* Winners, the compare page's green: #EDF2E9 fill, #4A7C40 inset line, #3B6633 text. */
.svtvs--product .pvp-cell.is-win { background: #EDF2E9; box-shadow: inset 0 0 0 1px #4A7C40; }
.svtvs--product .pvp-cell__who { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.svtvs--product .pvp-win {
	margin-left: auto; font-family: var(--svt-font-sans); font-size: 10px; font-weight: 700; letter-spacing: .08em;
	text-transform: uppercase; color: var(--svt-added, #3B6633);
}
.svtvs--product .pvp-gl__v.is-win {
	background: #EDF2E9; box-shadow: inset 0 0 0 1px #4A7C40; border-radius: var(--svt-radius-inner); padding: 3px 7px; margin: -3px -7px;
	color: var(--svt-added, #3B6633); font-weight: 600; justify-self: start;
}

/* Pros and cons rows rise in as the section reveals, and again when a tab is opened. */
@keyframes pvpRow { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes pvpTick { 0% { transform: scale(.3); opacity: 0; } 70% { transform: scale(1.18); opacity: 1; } 100% { transform: scale(1); } }
.svtvs--js.svtvs--product .pvp-pcsec:not(.in) .pc { opacity: 0; }
.svtvs--product .pvp-pcsec.in .h2h__pane .pc { animation: pvpRow .45s cubic-bezier(.22, 1, .36, 1) both; animation-delay: calc(120ms + var(--i, 0) * 55ms); }
.svtvs--product .pvp-pcsec.in .h2h__pane .pc svg { animation: pvpTick .5s ease-out both; animation-delay: calc(220ms + var(--i, 0) * 55ms); }
.svtvs--product .pvp-pcsec.in .h2h__pane .pvp-pccol + .pvp-pccol .pc { animation-delay: calc(200ms + var(--i, 0) * 55ms); }
.svtvs--product .pvp-pcsec.in .h2h__pane .pvp-pccol + .pvp-pccol .pc svg { animation-delay: calc(300ms + var(--i, 0) * 55ms); }
@media (prefers-reduced-motion: reduce) {
	.svtvs--product .pvp-pcsec .pc, .svtvs--product .pvp-pcsec .pc svg { animation: none !important; opacity: 1 !important; }
}

/* Alternative cards: no longer one link; the review link and Buy Now share the foot. */
.svtvs--product .pvp-alt { transition: box-shadow .18s ease; }
.svtvs--product .pvp-alt:hover { transform: none; }
.svtvs--product .pvp-alt__img, .svtvs--product .pvp-alt__name { text-decoration: none; }
.svtvs--product .pvp-alt__name:hover { text-decoration: underline; }
.svtvs--product .pvp-alt__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-top: 2px; }
.svtvs--product .pvp-alt__go { text-decoration: none; }
.svtvs--product .pvp-alt__buy.svt-buy-now {
	display: inline-flex; align-items: center; justify-content: center; margin-left: auto;
	height: 34px; padding: 0 16px; border-radius: var(--svt-radius-inner); border: 1px solid var(--svt-cta, #E2670F);
	background: var(--svt-cta, #E2670F); color: var(--svt-cta-text, #3A1F03);
	font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
}
.svtvs--product .pvp-alt__buy.svt-buy-now:hover { background: var(--svt-cta-deep, #B56815); }
.svtvs--product .pvp-alt__pick { display: grid; gap: 4px; }
.svtvs--product .pvp-alt__picklab { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7A7368; }

/* "Same on both": the label on the left, each shared spec on its own line to the right of it. */
.svtvs--product .pvp-same { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 14px; align-items: baseline;
	margin: 12px 0 0; padding: 10px 12px; border-radius: var(--svt-radius-card); background: color-mix(in srgb, #fff 55%, transparent); }
.svtvs--product .pvp-same .pvp-same__lab { margin: 0; white-space: nowrap; }
.svtvs--product .pvp-same__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 3px; }
.svtvs--product .pvp-same__list li { font-family: var(--svt-font-mono); font-size: 12px; line-height: 1.4; color: #33302B; }
.svtvs--product .pvp-same__list b { font-family: var(--svt-font-sans); font-weight: 650; color: #26231E; margin-right: 6px; }

/* v4: one key per bar grid instead of a label on every bar. The key sticks while its section
   scrolls, so who is who is never more than a glance away; the scores take the side colours. */
.svtvs--product .pvp-key {
	position: sticky; top: 10px; z-index: 4;
	display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px;
	width: max-content; max-width: 100%; margin: -6px auto 16px; padding: 8px 16px;
	border-radius: var(--svt-radius-card); border: 1px solid var(--line, #E6E2DA);
	background: color-mix(in srgb, #FDFAF4 92%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	box-shadow: 0 2px 10px rgba(18, 33, 59, .06);
	font-size: 14px; line-height: 1.2;
}
.svtvs--product .pvp-key__i { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.svtvs--product .pvp-key__i i { width: 22px; height: 8px; border-radius: 3px; flex: none; }
.svtvs--product .pvp-key__i--a { color: var(--a, #C8842B); }
.svtvs--product .pvp-key__i--b { color: var(--b, #4974C4); }
.svtvs--product .pvp-key__i--a i { background: var(--a, #C8842B); }
.svtvs--product .pvp-key__i--b i { background: var(--b, #4974C4); }
.svtvs--product .pvp-key .pvp-b { font-weight: 600; }
.svtvs--product .diffrow__bars { grid-template-columns: minmax(0, 1fr) auto; }
.svtvs--product .diffrow__bars .diffbar__lab {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; min-height: 0;
}
.svtvs--product .diffbar--a .diffbar__val { color: var(--a, #C8842B); }
.svtvs--product .diffbar--b .diffbar__val { color: var(--b, #4974C4); }
@media (max-width: 600px) {
	.svtvs--product .pvp-key { font-size: 12.5px; padding: 7px 12px; gap: 4px 14px; }
	.svtvs--product .diffbar { grid-template-columns: minmax(0, 1fr) 2.2rem; }
}

/* Radius follows size: the win chip in the spec table is ~23px tall, the key ~35px. */
.svtvs--product .pvp-gl__v.is-win { border-radius: var(--svt-radius-chip); }
.svtvs--product .pvp-key { border-radius: var(--svt-radius-inner); }

/* v4 alternative cards: calmer, aligned. No second dial (the score is a coloured number), more air,
   the "Pick it if" row in the site's green, and the feet line up across both columns. */
.svtvs--product .pvp-alt { display: flex; flex-direction: column; gap: 14px; padding: 16px 18px; }
.svtvs--product .pvp-alt__top { grid-template-columns: 60px minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.svtvs--product .pvp-alt__img { width: 60px; height: 60px; }
.svtvs--product .pvp-alt__img img { width: 52px; height: 52px; }
.svtvs--product .pvp-alt__body { gap: 3px; }
.svtvs--product .pvp-alt__name { font-size: 16px; }
.svtvs--product .pvp-alt__nums { gap: 8px; align-items: baseline; }
.svtvs--product .pvp-alt__price { font-variant-numeric: tabular-nums; font-size: 14px; font-weight: 700; color: #33302B; }
.svtvs--product .pvp-alt__delta { font-size: 12px; color: #7A7368; }
.svtvs--product .pvp-alt__delta--less { color: var(--svt-added, #3B6633); font-weight: 600; }
.svtvs--product .pvp-alt__score { display: grid; justify-items: center; line-height: 1; padding: 6px 10px; border-radius: var(--svt-radius-inner); background: var(--a-soft, #FBF1E2); }
.svtvs--product .pvp-alt--b .pvp-alt__score { background: var(--b-soft, #EAF0FB); }
.svtvs--product .pvp-alt__score b { font-variant-numeric: tabular-nums; font-size: 22px; font-weight: 600; color: var(--a, #C8842B); }
.svtvs--product .pvp-alt--b .pvp-alt__score b { color: var(--b, #4974C4); }
.svtvs--product .pvp-alt__score span { margin-top: 3px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #7A7368; }
.svtvs--product .pvp-alt__mid { display: grid; gap: 8px; padding-top: 12px; border-top: 1px solid color-mix(in srgb, var(--line, #E6E2DA) 80%, transparent); }
.svtvs--product .pvp-alt__diff { margin: 0; gap: 4px; }
.svtvs--product .pvp-alt__diff li { color: #4A576B; }
.svtvs--product .pvp-alt__pick { display: grid; gap: 4px; margin-top: 4px; padding: 8px 10px; border-radius: var(--svt-radius-inner); background: #EDF2E9; }
.svtvs--product .pvp-alt__pick .pvp-alt__lab { color: var(--svt-added, #3B6633); }
.svtvs--product .pvp-alt__pick .verdict-card__crit, .svtvs--product .pvp-alt__pick .verdict-card__crit b { color: var(--svt-added, #3B6633); }
.svtvs--product .pvp-alt .pvp-alt__pick .verdict-card__nums b { color: var(--svt-added, #3B6633); }
.svtvs--product .pvp-alt__pick .verdict-card__nums { color: #5E7A57; }
.svtvs--product .pvp-alt__foot { margin-top: auto; padding-top: 2px; }
.svtvs--product .pvp-alt__go { color: #4A576B; background: transparent; }
/* Two columns: the panels share row tracks, so card one sits level with card one and the feet align. */
@media (min-width: 768px) {
	.svtvs--product .pvp-only { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; row-gap: 0; }
	.svtvs--product .pvp-only > .only__col { display: grid; grid-template-rows: subgrid; grid-row: span 3; row-gap: 12px; align-content: start; }
	.svtvs--product .pvp-only .pvp-alts { display: contents; }
	.svtvs--product .pvp-only .only__col h4 { margin-bottom: 2px; }
	.svtvs--product .pvp-only .pvp-empty { grid-row: 2; }
}

/* FAQ: on a phone, three questions show and the rest wait behind one control, so the list never
   stands between the reader and "Other comparisons". Desktop shows all. */
.svtvs--product .pvp-faqmore__r, .svtvs--product .pvp-faqmore { display: none; }
@media (max-width: 767px) {
	.svtvs--product .pvp-faq .vsfaq__item:nth-of-type(n+4) { display: none; }
	.svtvs--product .pvp-faqmore__r:checked ~ .vsfaq__item { display: block; }
	.svtvs--product .pvp-faqmore__r { display: block; position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
	.svtvs--product .pvp-faqmore {
		display: flex; justify-content: center; margin: 12px 0 0; padding: 9px 12px; border-radius: var(--svt-radius-inner);
		border: 1px solid #D6D1C7; background: #FDFAF4; font-size: 13px; font-weight: 700; color: var(--ink, #12213B); cursor: pointer;
	}
	.svtvs--product .pvp-faqmore__shut, .svtvs--product .pvp-faqmore__r:checked ~ .pvp-faqmore .pvp-faqmore__open { display: none; }
	.svtvs--product .pvp-faqmore__r:checked ~ .pvp-faqmore .pvp-faqmore__shut { display: inline; }
	.svtvs--product .pvp-faqmore__r:focus-visible ~ .pvp-faqmore { outline: 2px solid var(--ink, #12213B); outline-offset: 2px; }
}

/* Related cards say which subcategory they belong to, so they never read as random. */
.svtvs--product .pvp-vsc__eye {
	display: block; margin: 0 0 2px; font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	color: #7A7368;
}
.svtvs--product .svt-vscard--pvp .pvp-vsc__eye { color: var(--svt-added, #3B6633); }

/* v4b (Michael): the key names the brands only and sits still; each bar is labelled with its
   model alone, in the side's colour. The brand stays in the label for screen readers. */
.svtvs--product .pvp-key { position: static; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; background: transparent; border: 0; padding: 0; margin: -4px auto 14px; }
.svtvs--product .diffrow__bars { grid-template-columns: fit-content(34%) minmax(0, 1fr) auto; }
.svtvs--product .diffrow__bars .diffbar__lab {
	position: static !important; width: auto; height: auto; overflow: visible; clip: auto; white-space: nowrap;
	font-size: 12px; font-weight: 700; flex-direction: row; align-items: center; min-height: 20px;
}
.svtvs--product .diffbar--a .diffbar__lab { color: var(--a, #C8842B); }
.svtvs--product .diffbar--b .diffbar__lab { color: var(--b, #4974C4); }
.svtvs--product .pvp-vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 600px) {
	.svtvs--product .diffrow__bars { grid-template-columns: auto minmax(0, 1fr) auto; }
	.svtvs--product .diffrow__bars .diffbar__lab { grid-column: auto; max-width: 7.5em; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 600px) {
	.svtvs.svtvs--product .diffrow__bars { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; column-gap: 8px; row-gap: 6px; align-items: center; }
	.svtvs.svtvs--product .diffrow__bars > .diffbar { display: contents; }
	.svtvs.svtvs--product .diffrow__bars .diffbar__lab { grid-column: auto; min-height: 0; }
	.svtvs.svtvs--product .diffrow__bars .diffbar__track { grid-column: auto; }
	.svtvs.svtvs--product .diffrow__bars .diffbar__val { grid-column: auto; min-width: 1.4em; text-align: right; }
}

/* Radius tokens (v4c): every button on the page takes the site token for its role, so a change in
   style.css changes it everywhere. */
.svtvs--product .pvp-alt__go, .svtvs--product .pvp-faqmore { border-radius: var(--svt-radius-control); }
.svtvs--product .pvp-alt__buy.svt-buy-now { border-radius: var(--svt-radius-buy); height: 36px; }

/* v4c: chips take the chip token over the brand sheet's 8px. */
.svtvs.svtvs--product .diffrow__gap { border-radius: var(--svt-radius-chip); }
.svtvs--product .pvp-rel > header p { max-width: none; }

/* v4c: alternative cards line up part by part across the two columns — top, differences, the green
   "Pick it if" box and the foot each share a row track, so the green boxes sit level. */
@media (min-width: 768px) {
	.svtvs--product .pvp-only { grid-template-rows: auto repeat(2, auto auto auto auto); row-gap: 0; }
	.svtvs--product .pvp-only > .only__col { grid-row: span 9; row-gap: 0; }
	.svtvs--product .pvp-only .only__col h4 { margin-bottom: 14px; }
	.svtvs--product .pvp-only .pvp-alt {
		display: grid; grid-template-rows: subgrid; grid-row: span 4; row-gap: 12px; align-content: start;
	}
	.svtvs--product .pvp-only .pvp-alt + .pvp-alt { margin-top: 12px; }
	.svtvs--product .pvp-alt__pickwrap:empty { display: block; }
	.svtvs--product .pvp-alt__foot { align-self: end; }
}
.svtvs--product .pvp-alt__pickwrap:empty { display: none; }
.svtvs--product .pvp-alt__pick { margin-top: 0; }
@media (min-width: 768px) {
	.svtvs--product .pvp-only .pvp-alt__pickwrap:empty { display: block; }
}

/* v4d (Michael): the alternative's score is the site's own dial, as everywhere else, at card size. */
.svtvs--product .pvp-alt__dial .svtdial { --svt-ring-sz: 54px; --sz: 54px; width: 54px; height: 54px; flex: none; }
/* Product names in related cards take their side colour, brand included. */
.svtvs--product .svt-vscard__title .pvp-c-a .pvp-b, .svtvs--product .svt-vscard__title .pvp-c-b .pvp-b { color: inherit; }

/* "See the review" behaves like the site's other arrow control (.blink on the versus hero): it lifts,
   shades and its arrow steps right. 2026-09-17, Michael: "it feels not like a button right now." */
.svtvs--product .pvp-alt__go { transition: border-color .2s, background .2s, color .2s, transform .2s; }
.svtvs--product .pvp-alt__go svg { transition: transform .2s; }
.svtvs--product .pvp-alt__go:hover, .svtvs--product .pvp-alt__go:focus-visible {
	border-color: var(--svt-click, #4974C4); background: var(--b-soft, #EAF0FB);
	color: var(--svt-click, #4974C4); transform: translateY(-1px);
}
.svtvs--product .pvp-alt__go:hover svg, .svtvs--product .pvp-alt__go:focus-visible svg { transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) {
	.svtvs--product .pvp-alt__go, .svtvs--product .pvp-alt__go svg { transition: none; }
	.svtvs--product .pvp-alt__go:hover, .svtvs--product .pvp-alt__go:focus-visible { transform: none; }
	.svtvs--product .pvp-alt__go:hover svg, .svtvs--product .pvp-alt__go:focus-visible svg { transform: none; }
}

