/*
Theme Name: Toyota MR2 — Kadence
Theme URI: https://toyota-mr2.fr/
Description: Thème enfant Kadence conçu pour toyota-mr2.fr.
Author: toyota-mr2.fr
Template: kadence
Version: 1.0.0
Text Domain: toyota-mr2
*/

:root {
  --mr2-red: oklch(51% 0.21 22);
  --mr2-red-on-dark: oklch(68% 0.2 22);
  --mr2-red-dark: oklch(40% 0.17 22);
  --mr2-ink: oklch(20% 0.012 255);
  --mr2-graphite: oklch(25% 0.012 255);
  --mr2-steel: oklch(49% 0.012 255);
  --mr2-line: oklch(86% 0.008 75);
  --mr2-paper: oklch(96% 0.012 75);
  --mr2-white: oklch(99% 0.004 75);
  --mr2-serif: "Bodoni Moda", "Times New Roman", serif;
  --mr2-sans: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --mr2-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mr2-max: 1240px;
}

/* Single article */
.mr2-single-article { background:var(--mr2-paper); }
.mr2-single-article main { color:var(--mr2-ink); }
.mr2-single-article .mr2-nav a { min-height:44px; display:inline-flex; align-items:center; }
.mr2-sa-hero { height:calc(100svh - 82px); min-height:650px; display:flex; align-items:flex-end; background:var(--mr2-ink); color:var(--mr2-white); }
.mr2-sa-hero__inner { padding-top:2.5rem; padding-bottom:clamp(4rem,8vh,6rem); }
.mr2-sa-hero--media { align-items:stretch; }
.mr2-sa-hero__grid { width:100%; height:100%; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr); }
.mr2-sa-hero__copy { min-width:0; display:flex; align-items:flex-end; }
.mr2-sa-hero--media .mr2-sa-hero__inner { width:100%; padding-left:max(24px,calc((100vw - var(--mr2-max))/2)); padding-right:clamp(2rem,5vw,5rem); }
.mr2-sa-hero--media h1 { max-width:690px; font-size:clamp(3rem,4.6vw,4.8rem); }
.mr2-sa-hero__media { position:relative; min-width:0; height:100%; margin:0; overflow:hidden; background:var(--mr2-graphite); }
.mr2-sa-hero__media img { width:100%; height:100%; display:block; object-fit:cover; object-position:62% center; }
.mr2-sa-hero__media figcaption { position:absolute; right:0; bottom:0; left:0; margin:0; padding:.65rem 1rem; background:rgb(16 19 23 / 82%); color:#e3e4e7; font-size:.72rem; line-height:1.35; }
.mr2-sa-hero .mr2-breadcrumb { margin-bottom:1.5rem; }
.mr2-sa-hero .mr2-kicker { color:var(--mr2-red-on-dark); }
.mr2-sa-hero h1 { max-width:970px; margin:0 0 1.25rem; color:var(--mr2-white); font:700 clamp(3.1rem,5.2vw,5.35rem)/.97 var(--mr2-sans); text-transform:uppercase; }
.mr2-sa-hero h1,.mr2-sa-content h2,.mr2-sa-content h3 { text-wrap:balance; }
.mr2-sa-hero__lead { max-width:760px; margin:0 0 1.25rem; color:#d2d5da; font-size:clamp(1.03rem,1.5vw,1.2rem); line-height:1.6; }
.mr2-sa-byline { display:flex; flex-wrap:wrap; gap:.45rem 1.2rem; margin-bottom:1.35rem; color:#b9bdc5; font-size:.84rem; }
.mr2-sa-layout { display:grid; grid-template-columns:minmax(0,68ch) minmax(190px,230px); gap:clamp(3rem,7vw,6rem); justify-content:center; align-items:start; padding-top:clamp(4rem,6vw,5.5rem); padding-bottom:clamp(4rem,6vw,5.5rem); }
.mr2-sa-layout--plain { display:block; max-width:68ch; }
.mr2-sa-summary { margin:0 0 2.5rem; padding:1.1rem 0 1.6rem; border-top:1px solid var(--mr2-ink); border-bottom:1px solid var(--mr2-line); }
.mr2-sa-summary h2,.mr2-sa-sidebar h2 { margin:0 0 .85rem; font:700 1.15rem/1 var(--mr2-sans); text-transform:uppercase; }
.mr2-sa-summary p { margin:0; font-size:1.08rem; line-height:1.65; }
.mr2-sa-summary ul { margin:.8rem 0 0; padding-left:1.2rem; line-height:1.65; }
.mr2-sa-summary li + li { margin-top:.45rem; }
.mr2-sa-sidebar__sticky { position:sticky; top:110px; }
.mr2-sa-sidebar { order:2; padding-top:1.1rem; border-top:1px solid var(--mr2-ink); }
.mr2-sa-sidebar dl { margin:0; }
.mr2-sa-sidebar dl div { padding:.8rem 0; border-bottom:1px solid var(--mr2-line); }
.mr2-sa-sidebar dt { color:#666a70; font:700 .72rem var(--mr2-sans); letter-spacing:.06em; text-transform:uppercase; }
.mr2-sa-sidebar dd { margin:.25rem 0 0; font-size:.88rem; line-height:1.5; }
.mr2-sa-toc { margin:0 0 3.2rem; padding:1.1rem 0; border-top:1px solid var(--mr2-line); border-bottom:1px solid var(--mr2-line); }
.mr2-sa-toc h2 { margin:0 0 .65rem; font:700 1.05rem var(--mr2-sans); text-transform:uppercase; }
.mr2-sa-toc ol { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 2rem; margin:0; padding:0; list-style:none; }
.mr2-sa-toc li.is-level-3 a { padding-left:.9rem; color:#5c6067; font-size:.86rem; }
.mr2-sa-toc a { min-height:44px; display:flex; align-items:center; padding:.45rem 0; color:var(--mr2-ink); font-size:.9rem; line-height:1.35; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:.18em; }
.mr2-sa-toc a:hover,.mr2-sa-toc a[aria-current="location"] { color:var(--mr2-red); }
.mr2-sa-source-count { margin:1.2rem 0 0; }
.mr2-sa-source-count a { min-height:44px; display:inline-flex; align-items:center; color:var(--mr2-red); font:700 .82rem var(--mr2-sans); text-transform:uppercase; text-underline-offset:.2em; }
.mr2-sa-content { min-width:0; font-size:1.0625rem; line-height:1.72; }
.mr2-sa-content > :first-child { margin-top:0; }
.mr2-sa-content h2,.mr2-sa-content h3 { scroll-margin-top:110px; font-family:var(--mr2-sans); line-height:1.05; text-transform:uppercase; }
.mr2-sa-content h2 { margin:3.8rem 0 1.2rem; font-size:clamp(1.9rem,2.6vw,2.65rem); }
.mr2-sa-content h3 { margin:2.5rem 0 .85rem; font-size:clamp(1.4rem,2vw,1.7rem); text-transform:none; }
.mr2-sa-content p,.mr2-sa-content ul,.mr2-sa-content ol,.mr2-sa-content blockquote,.mr2-sa-content figure,.mr2-sa-content .wp-block-table { margin-bottom:1.45rem; }
.mr2-sa-content a { color:var(--mr2-red-dark); text-decoration-thickness:1px; text-underline-offset:.2em; }
.mr2-sa-content img { max-width:100%; height:auto; display:block; }
.mr2-sa-content figcaption { margin-top:.6rem; color:#686b71; font-size:.82rem; line-height:1.5; }
.mr2-sa-content blockquote { margin-left:0; padding:1.4rem 0; border-top:1px solid #bdbbb5; border-bottom:1px solid #bdbbb5; color:#41444a; font-size:1.15rem; }
.mr2-sa-content blockquote p:last-child { margin-bottom:0; }
.mr2-sa-content table { width:100%; border-collapse:collapse; font-size:.9rem; }
.mr2-sa-content .wp-block-table { max-width:100%; overflow-x:auto; }
.mr2-sa-content th,.mr2-sa-content td { min-width:150px; padding:.8rem; border-top:1px solid #c4c2bc; border-bottom:1px solid #c4c2bc; text-align:left; vertical-align:top; }
.mr2-sa-content th { background:#e8e5de; font-family:var(--mr2-sans); text-transform:uppercase; }
.mr2-sa-content .mr2-note,.mr2-sa-content .mr2-safety { padding:1rem 0; background:transparent; border-top:1px solid var(--mr2-ink); border-bottom:1px solid var(--mr2-line); }
.mr2-sa-content .mr2-safety { border-top:2px solid var(--mr2-red-dark); }
.mr2-sa-sources,.mr2-sa-related { margin-top:4rem; padding-top:1.3rem; border-top:2px solid var(--mr2-ink); }
.mr2-sa-sources h2,.mr2-sa-related h2 { margin-top:0; padding-top:0; border:0; font-size:clamp(1.8rem,2.8vw,2.5rem); }
.mr2-sa-sources ol,.mr2-sa-related ul { padding-left:1.2rem; }
.mr2-sa-sources li + li,.mr2-sa-related li + li { margin-top:1rem; }
.mr2-sa-sources li p { margin:.25rem 0 0; color:#64676d; font-size:.88rem; }
.mr2-sa-sources a { min-height:44px; display:inline-flex; align-items:center; }
.mr2-sa-related a { min-height:44px; display:inline-flex; align-items:center; }
.mr2-single-article :focus-visible { outline:3px solid #e9a5b0; outline-offset:4px; }
@media (max-width:1020px) {
  .mr2-sa-hero__grid { grid-template-columns:minmax(0,1fr) minmax(380px,.78fr); }
  .mr2-sa-hero--media h1 { font-size:clamp(2.8rem,4.8vw,4rem); }
  .mr2-sa-layout { grid-template-columns:minmax(0,65ch) 200px; gap:3rem; }
}
@media (min-width:641px) and (max-height:800px) {
  .mr2-sa-hero__inner { padding-top:1.25rem; padding-bottom:2rem; }
  .mr2-sa-hero .mr2-breadcrumb { margin-bottom:.85rem; }
  .mr2-sa-hero--media h1 { margin-bottom:.8rem; font-size:clamp(2.6rem,4vw,3.45rem); }
  .mr2-sa-hero__lead { margin-bottom:.8rem; font-size:1rem; line-height:1.45; }
  .mr2-sa-byline { margin-bottom:.9rem; }
}
@media (max-width:760px) {
  .mr2-sa-layout { grid-template-columns:1fr; gap:2.5rem; }
  .mr2-sa-content { order:1; }
  .mr2-sa-sidebar { order:2; }
  .mr2-sa-sidebar__sticky { position:static; }
}
@media (max-width:640px) {
  .mr2-sa-hero { height:calc(100svh - 76px); min-height:650px; }
  .mr2-sa-hero__inner { padding-top:1.4rem; padding-bottom:2rem; }
  .mr2-sa-hero__grid { grid-template-columns:1fr; grid-template-rows:minmax(190px,34%) minmax(0,66%); }
  .mr2-sa-hero__media { grid-row:1; }
  .mr2-sa-hero__copy { grid-row:2; align-items:flex-end; }
  .mr2-sa-hero--media .mr2-sa-hero__inner { padding:1.1rem 1.25rem 1.45rem; }
  .mr2-sa-hero--media h1 { font-size:clamp(2.2rem,10.6vw,2.8rem); }
  .mr2-sa-hero__media img { object-position:60% 46%; }
  .mr2-sa-hero__media figcaption { padding:.45rem .7rem; font-size:.66rem; }
  .mr2-sa-hero .mr2-breadcrumb { margin-bottom:1rem; }
  .mr2-sa-hero h1 { font-size:clamp(2.55rem,11.5vw,3.35rem); }
  .mr2-sa-hero__lead { font-size:.96rem; line-height:1.5; }
  .mr2-sa-layout { padding-top:3rem; padding-bottom:3.5rem; }
  .mr2-sa-toc ol { grid-template-columns:1fr; }
  .mr2-sa-content { font-size:1rem; }
  .mr2-sa-content h2 { margin-top:3rem; font-size:clamp(1.75rem,8vw,2.25rem); }
}

/* Articles index */
.mr2-articles { background: var(--mr2-paper); }
.mr2-ar-hero { height: calc(100svh - 81px); min-height: 590px; display: flex; align-items: flex-end; background: var(--mr2-ink); color: var(--mr2-white); }
.mr2-ar-hero__inner { padding-top: 3rem; padding-bottom: clamp(3.5rem,6vw,5.5rem); }
.mr2-ar-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
.mr2-ar-hero h1 { max-width: 880px; margin-bottom: 1.3rem; color: var(--mr2-white); font-size: clamp(3.6rem,6vw,6rem); }
.mr2-ar-hero__lead { max-width: 720px; margin-bottom: 2rem; color: #d3d5d8; font-size: clamp(1.05rem,1.7vw,1.24rem); }
.mr2-ar-index { padding: clamp(4rem,6vw,5.5rem) 0; background: var(--mr2-white); scroll-margin-top: 5.5rem; }
.mr2-ar-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,7vw,7rem); align-items: end; margin-bottom: 2.6rem; }
.mr2-ar-heading h2 { font-size: clamp(2.6rem,4vw,4rem); }
.mr2-ar-heading > p { max-width: 560px; margin: 0; color: #62656b; }
.mr2-ar-featured { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr); column-gap: clamp(2rem,5vw,5rem); align-items:start; padding: clamp(2rem,4vw,3.4rem) 0; border-top: 2px solid var(--mr2-ink); border-bottom: 1px solid #c9c7c2; }
.mr2-ar-featured--text { grid-template-columns:minmax(170px,.45fr) minmax(0,1.55fr); column-gap:clamp(2rem,7vw,7rem); }
.mr2-ar-featured__image { grid-column:1; grid-row:1 / span 4; display:block; aspect-ratio:8 / 5; overflow:hidden; background:#e3e1dc; }
.mr2-ar-featured__image img,.mr2-ar-list__image img { width:100%; height:100%; display:block; object-fit:cover; }
.mr2-ar-featured__meta,.mr2-ar-list__meta { display: flex; flex-direction: column; gap: .45rem; color: #676a70; font-size: .8rem; }
.mr2-ar-featured__meta span,.mr2-ar-list__meta span { color: var(--mr2-red); font: 700 .75rem var(--mr2-sans); letter-spacing: .06em; text-transform: uppercase; }
.mr2-ar-featured h3 { grid-column: 2; max-width: 820px; margin: .75rem 0 1rem; font-size: clamp(2.4rem,4.1vw,4.15rem); line-height: .97; }
.mr2-ar-featured--text h3 { margin-top:0; }
.mr2-ar-featured h3 a,.mr2-ar-list h3 a { min-height: 44px; display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.mr2-ar-featured h3 a:hover,.mr2-ar-list h3 a:hover { color: var(--mr2-red); }
.mr2-ar-featured p { grid-column: 2; max-width: 690px; color: #595d63; }
.mr2-ar-read { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; justify-self: start; color: var(--mr2-red); font: 700 .78rem var(--mr2-sans); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.mr2-ar-featured > .mr2-ar-read { grid-column: 2; }
.mr2-ar-read:focus-visible,.mr2-ar-featured h3 a:focus-visible,.mr2-ar-list h3 a:focus-visible { outline: 3px solid #e9a5b0; outline-offset: 4px; }
.mr2-ar-list article { display: grid; grid-template-columns:220px 125px minmax(0,1fr) auto; gap:clamp(1.25rem,3vw,3rem); align-items:center; padding:1.7rem 0; border-bottom:1px solid #c9c7c2; }
.mr2-ar-list article.mr2-ar-list__item--text { grid-template-columns:130px minmax(0,1fr) auto; }
.mr2-ar-list__image { display:block; aspect-ratio:8 / 5; overflow:hidden; background:#e3e1dc; }
.mr2-ar-list h3 { margin-bottom: .45rem; font-size: clamp(1.65rem,2.4vw,2.25rem); }
.mr2-ar-list p { max-width: 680px; margin: 0; color: #62656b; font-size: .93rem; }
.mr2-ar-index .navigation.pagination { margin-top: 2.5rem; }
.mr2-ar-index .nav-links { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; }
.mr2-ar-index .page-numbers { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: .55rem .8rem; border: 1px solid #c9c7c2; color: var(--mr2-ink); font: 700 .82rem var(--mr2-sans); text-decoration: none; text-transform: uppercase; }
.mr2-ar-index .page-numbers.current { border-color: var(--mr2-ink); background: var(--mr2-ink); color: var(--mr2-white); }
.mr2-ar-index .page-numbers:focus-visible { outline: 3px solid #e9a5b0; outline-offset: 3px; }
@media (max-width:1020px) {
  .mr2-ar-featured { grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr); }
  .mr2-ar-featured--text { grid-template-columns:145px minmax(0,1fr); }
  .mr2-ar-list article { grid-template-columns:180px 110px minmax(0,1fr); }
  .mr2-ar-list article.mr2-ar-list__item--text { grid-template-columns:130px minmax(0,1fr); }
  .mr2-ar-list .mr2-ar-read { grid-column:3; }
  .mr2-ar-list .mr2-ar-list__item--text .mr2-ar-read { grid-column:2; }
}

@media (max-width:640px) {
  .mr2-ar-hero { height: calc(100svh - 76px); min-height: 620px; }
  .mr2-ar-hero__inner { padding-top: 1.5rem; padding-bottom: 2.5rem; }
  .mr2-ar-hero h1 { font-size: clamp(2.8rem,13vw,3.7rem); }
  .mr2-ar-heading,.mr2-ar-featured,.mr2-ar-featured--text,.mr2-ar-list article,.mr2-ar-list article.mr2-ar-list__item--text { grid-template-columns:1fr; gap:1rem; }
  .mr2-ar-featured__image { grid-column:1; grid-row:auto; }
  .mr2-ar-featured h3,.mr2-ar-featured p,.mr2-ar-featured > .mr2-ar-read,.mr2-ar-list .mr2-ar-read { grid-column: 1; }
  .mr2-ar-featured h3 { margin: 0; }
  .mr2-ar-featured__meta,.mr2-ar-list__meta { flex-direction: row; justify-content: space-between; gap: 1rem; }
}

/* OEM references hub */
body.mr2-oem-hub { background: var(--mr2-paper); }
body.mr2-oem-hub .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; }
body.mr2-oem-hub section[id], body.mr2-oem-hub aside[id] { scroll-margin-top: 5.5rem; }
body.mr2-oem-hub .mr2-oh-hero { height: calc(100svh - 82px); min-height: 650px; overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-oem-hub .mr2-oh-hero__inner { height: 100%; display: flex; flex-direction: column; padding-block: clamp(2rem,4vw,3rem) clamp(3.5rem,7vw,6rem); }
body.mr2-oem-hub .mr2-oh-hero .mr2-breadcrumb { margin-bottom: auto; }
body.mr2-oem-hub .mr2-oh-hero__copy { max-width: 980px; }
body.mr2-oem-hub .mr2-oh-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-oem-hub .mr2-oh-hero h1 { max-width: 940px; margin-bottom: 1.4rem; color: var(--mr2-white); font-size: clamp(3.5rem,5.7vw,5.8rem); }
body.mr2-oem-hub .mr2-oh-hero__lead { max-width: 730px; margin-bottom: 2rem; color: #d3d5d8; font-size: clamp(1.05rem,1.7vw,1.24rem); }
body.mr2-oem-hub .mr2-oh-section { padding: clamp(4rem,6vw,5.5rem) 0; }
body.mr2-oem-hub .mr2-oh-section--white { background: var(--mr2-white); }
body.mr2-oem-hub .mr2-oh-section--paper { background: var(--mr2-paper); }
body.mr2-oem-hub .mr2-oh-section--ink { background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-oem-hub .mr2-oh-section--ink .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-oem-hub .mr2-oh-record__heading { max-width: 820px; margin-bottom: clamp(2.5rem,5vw,4rem); }
body.mr2-oem-hub .mr2-oh-record h2, body.mr2-oem-hub .mr2-oh-heading h2, body.mr2-oem-hub .mr2-oh-compare h2 { font-size: clamp(2.7rem,4.2vw,4.2rem); }
body.mr2-oem-hub .mr2-oh-record__heading > p:last-child, body.mr2-oem-hub .mr2-oh-heading > p { max-width: 68ch; color: #60636a; }
body.mr2-oem-hub .mr2-oh-record dl { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; border-block: 2px solid var(--mr2-ink); }
body.mr2-oem-hub .mr2-oh-record dl div { min-width: 0; padding: 1.25rem clamp(.8rem,2vw,1.5rem); border-right: 1px solid #cbc9c3; }
body.mr2-oem-hub .mr2-oh-record dl div:first-child { padding-left: 0; }
body.mr2-oem-hub .mr2-oh-record dl div:last-child { padding-right: 0; border-right: 0; }
body.mr2-oem-hub .mr2-oh-record dt { min-height: 2.7em; font: 700 .82rem/1.35 var(--mr2-sans); letter-spacing: .025em; text-transform: uppercase; }
body.mr2-oem-hub .mr2-oh-record dd, body.mr2-oem-hub .mr2-oh-bench dd { min-height: 2.2rem; margin: .9rem 0 0; border-bottom: 1px solid #94979d; }
body.mr2-oem-hub .mr2-oh-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: clamp(2rem,7vw,7rem); align-items: end; margin-bottom: 2.5rem; }
body.mr2-oem-hub .mr2-oh-heading > p { margin-bottom: 0; }
body.mr2-oem-hub .mr2-oh-register { border-top: 2px solid var(--mr2-ink); }
body.mr2-oem-hub .mr2-oh-register__linked { min-height: 190px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(250px,.65fr); gap: clamp(2rem,6vw,6rem); align-items: center; padding: clamp(2rem,4vw,3.2rem) 0; border-bottom: 1px solid #aaa8a2; }
body.mr2-oem-hub .mr2-oh-register h3 { margin-bottom: .45rem; font-size: clamp(1.65rem,2.4vw,2.25rem); }
body.mr2-oem-hub .mr2-oh-register p { margin: 0; color: #66696f; }
body.mr2-oem-hub .mr2-oh-register__linked .mr2-kicker { margin-bottom: .85rem; }
body.mr2-oem-hub .mr2-oh-register a { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .8rem; color: var(--mr2-red); font: 700 .82rem var(--mr2-sans); letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
body.mr2-oem-hub .mr2-oh-register__quiet { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
body.mr2-oem-hub .mr2-oh-register__quiet article { min-width: 0; padding: 1.35rem clamp(.8rem,2vw,1.5rem); border-right: 1px solid #c8c6c0; border-bottom: 1px solid #c8c6c0; }
body.mr2-oem-hub .mr2-oh-register__quiet article:first-child { padding-left: 0; }
body.mr2-oem-hub .mr2-oh-register__quiet article:last-child { padding-right: 0; border-right: 0; }
body.mr2-oem-hub .mr2-oh-register__quiet h3 { font-size: clamp(1.25rem,1.8vw,1.55rem); }
body.mr2-oem-hub .mr2-oh-register__quiet p { font-size: .82rem; line-height: 1.5; }
body.mr2-oem-hub .mr2-oh-compare__heading { max-width: 860px; margin-bottom: clamp(2.6rem,5vw,4rem); }
body.mr2-oem-hub .mr2-oh-compare__heading > p:last-child { max-width: 66ch; color: #b4b7bd; }
body.mr2-oem-hub .mr2-oh-bench { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(2rem,6vw,6rem); border-block: 1px solid #41454c; }
body.mr2-oem-hub .mr2-oh-bench article { padding: clamp(1.8rem,4vw,3rem) 0; }
body.mr2-oem-hub .mr2-oh-bench article + article { border-left: 1px solid #41454c; padding-left: clamp(2rem,6vw,6rem); }
body.mr2-oem-hub .mr2-oh-bench h3 { margin-bottom: 1.5rem; color: var(--mr2-white); }
body.mr2-oem-hub .mr2-oh-bench dl { margin: 0; }
body.mr2-oem-hub .mr2-oh-bench dl div { padding: .8rem 0; }
body.mr2-oem-hub .mr2-oh-bench dt { color: #d5d7db; font: 700 .8rem var(--mr2-sans); letter-spacing: .045em; text-transform: uppercase; }
body.mr2-oem-hub .mr2-oh-bench dd { border-color: #636770; }
body.mr2-oem-hub .mr2-oh-process { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: clamp(2.2rem,5vw,3.6rem) 0; padding: 0; list-style: none; border-block: 1px solid #41454c; }
body.mr2-oem-hub .mr2-oh-process li { padding: 1.35rem clamp(1rem,2.5vw,2rem); border-right: 1px solid #41454c; }
body.mr2-oem-hub .mr2-oh-process li:first-child { padding-left: 0; }
body.mr2-oem-hub .mr2-oh-process li:last-child { padding-right: 0; border-right: 0; }
body.mr2-oem-hub .mr2-oh-process strong { display: block; margin-bottom: .45rem; color: var(--mr2-white); font: 700 1.12rem var(--mr2-sans); text-transform: uppercase; }
body.mr2-oem-hub .mr2-oh-process span { color: #b4b7bd; }
body.mr2-oem-hub .mr2-oh-official { max-width: 800px; margin-left: auto; border-top: 1px solid #41454c; }
body.mr2-oem-hub .mr2-oh-official a { min-height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; color: var(--mr2-red-on-dark); font: 700 1rem var(--mr2-sans); text-decoration: none; text-transform: uppercase; }
body.mr2-oem-hub .mr2-oh-official p { margin: 0; padding-bottom: 1.1rem; border-bottom: 1px solid #41454c; color: #b4b7bd; font-size: .9rem; }
body.mr2-oem-hub .mr2-oh-decision { padding: clamp(2.2rem,4vw,3.4rem) 0; background: var(--mr2-red); color: var(--mr2-white); }
body.mr2-oem-hub .mr2-oh-decision .mr2-shell { display: grid; grid-template-columns: minmax(150px,.35fr) minmax(280px,.8fr) minmax(0,1fr); gap: clamp(1.5rem,5vw,5rem); align-items: center; }
body.mr2-oem-hub .mr2-oh-decision .mr2-kicker, body.mr2-oem-hub .mr2-oh-decision p { margin: 0; color: var(--mr2-white); }
body.mr2-oem-hub .mr2-oh-decision .mr2-kicker { opacity: .8; }
body.mr2-oem-hub .mr2-oh-decision strong { font: 700 clamp(1.7rem,2.8vw,2.75rem)/1 var(--mr2-sans); text-transform: uppercase; }
body.mr2-oem-hub .mr2-oh-decision p:last-child { color: #ffe8eb; }
body.mr2-oem-hub .mr2-oh-source-note { padding: 1.2rem 0; background: #a8001e; color: rgba(255,255,255,.84); font-size: .86rem; }
body.mr2-oem-hub .mr2-oh-source-note .mr2-shell { display: flex; gap: 1rem; }
@media (max-width:1020px) {
  body.mr2-oem-hub .mr2-oh-record dl, body.mr2-oem-hub .mr2-oh-register__quiet { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mr2-oem-hub .mr2-oh-record dl div:nth-child(2), body.mr2-oem-hub .mr2-oh-record dl div:nth-child(4), body.mr2-oem-hub .mr2-oh-register__quiet article:nth-child(2), body.mr2-oem-hub .mr2-oh-register__quiet article:nth-child(4) { border-right: 0; }
  body.mr2-oem-hub .mr2-oh-record dl div, body.mr2-oem-hub .mr2-oh-register__quiet article { padding-inline: 1rem; border-bottom: 1px solid #c8c6c0; }
  body.mr2-oem-hub .mr2-oh-record dl div:nth-child(odd), body.mr2-oem-hub .mr2-oh-register__quiet article:nth-child(odd) { padding-left: 0; }
  body.mr2-oem-hub .mr2-oh-record dl div:nth-child(even), body.mr2-oem-hub .mr2-oh-register__quiet article:nth-child(even) { padding-right: 0; }
}
@media (max-width:640px) {
  body.mr2-oem-hub .mr2-oh-hero { height: calc(100svh - 76px); min-height: 650px; }
  body.mr2-oem-hub .mr2-oh-hero__inner { padding-block: 1.5rem 2.5rem; }
  body.mr2-oem-hub .mr2-oh-hero .mr2-breadcrumb { margin-bottom: auto; }
  body.mr2-oem-hub .mr2-oh-hero h1 { font-size: clamp(2.65rem,11.5vw,3.3rem); }
  body.mr2-oem-hub .mr2-oh-record dl, body.mr2-oem-hub .mr2-oh-heading, body.mr2-oem-hub .mr2-oh-register__linked, body.mr2-oem-hub .mr2-oh-register__quiet, body.mr2-oem-hub .mr2-oh-bench, body.mr2-oem-hub .mr2-oh-process, body.mr2-oem-hub .mr2-oh-decision .mr2-shell { grid-template-columns: 1fr; }
  body.mr2-oem-hub .mr2-oh-record dl div, body.mr2-oem-hub .mr2-oh-record dl div:first-child, body.mr2-oem-hub .mr2-oh-record dl div:last-child, body.mr2-oem-hub .mr2-oh-register__quiet article, body.mr2-oem-hub .mr2-oh-register__quiet article:first-child, body.mr2-oem-hub .mr2-oh-register__quiet article:last-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid #c8c6c0; }
  body.mr2-oem-hub .mr2-oh-record dt { min-height: 0; }
  body.mr2-oem-hub .mr2-oh-register__linked { gap: 1rem; }
  body.mr2-oem-hub .mr2-oh-register__linked a { width: 100%; }
  body.mr2-oem-hub .mr2-oh-bench article + article { border-left: 0; border-top: 1px solid #41454c; padding-left: 0; }
  body.mr2-oem-hub .mr2-oh-process li, body.mr2-oem-hub .mr2-oh-process li:first-child, body.mr2-oem-hub .mr2-oh-process li:last-child { padding: 1.1rem 0; border-right: 0; border-bottom: 1px solid #41454c; }
  body.mr2-oem-hub .mr2-oh-process li:last-child { border-bottom: 0; }
  body.mr2-oem-hub .mr2-oh-decision .mr2-shell { gap: 1rem; }
  body.mr2-oem-hub .mr2-oh-source-note .mr2-shell { flex-direction: column; gap: .35rem; }
}

/* Preparation hub */
body.mr2-preparation-hub { background:var(--mr2-paper); }
body.mr2-preparation-hub section[id] { scroll-margin-top:5.5rem; }
body.mr2-preparation-hub h1,body.mr2-preparation-hub h2,body.mr2-preparation-hub h3,body.mr2-preparation-hub p { margin-top:0; }
body.mr2-preparation-hub h1,body.mr2-preparation-hub h2,body.mr2-preparation-hub h3 { font-family:var(--mr2-sans); font-weight:700; line-height:1; text-transform:uppercase; }
body.mr2-preparation-hub .mr2-pr-hero { position:relative; height:calc(100svh - 82px); min-height:650px; overflow:hidden; color:var(--mr2-white); }
body.mr2-preparation-hub .mr2-pr-hero__image,body.mr2-preparation-hub .mr2-pr-hero__shade { position:absolute; inset:0; width:100%; height:100%; }
body.mr2-preparation-hub .mr2-pr-hero__image { object-fit:cover; object-position:center; }
body.mr2-preparation-hub .mr2-pr-hero__shade { background:linear-gradient(90deg,rgba(7,8,11,.96) 0%,rgba(7,8,11,.79) 47%,rgba(7,8,11,.15) 80%),linear-gradient(0deg,rgba(7,8,11,.6),transparent 48%); }
body.mr2-preparation-hub .mr2-pr-hero__inner { position:relative; z-index:1; height:100%; display:flex; flex-direction:column; padding-block:2rem 3rem; }
body.mr2-preparation-hub .mr2-pr-hero .mr2-breadcrumb { margin-bottom:auto; }
body.mr2-preparation-hub .mr2-pr-hero__copy { margin-top:auto; }
body.mr2-preparation-hub .mr2-pr-hero h1 { max-width:970px; margin-bottom:1.25rem; font-size:clamp(3rem,5.3vw,5.45rem); }
body.mr2-preparation-hub .mr2-pr-hero__lead { max-width:760px; margin-bottom:1.8rem; color:#d5d7db; font-size:clamp(1.03rem,1.55vw,1.2rem); line-height:1.6; }
body.mr2-preparation-hub .mr2-pr-heading { display:grid; grid-template-columns:minmax(180px,.36fr) minmax(300px,.9fr) minmax(250px,.7fr); gap:clamp(1.5rem,4vw,4rem); align-items:end; margin-bottom:clamp(2.2rem,5vw,4rem); }
body.mr2-preparation-hub .mr2-pr-heading h2 { margin-bottom:0; font-size:clamp(2.45rem,4.4vw,4.35rem); }
body.mr2-preparation-hub .mr2-pr-heading p { margin-bottom:0; }
body.mr2-preparation-hub .mr2-pr-heading>p:last-child { color:#62656b; }
body.mr2-preparation-hub .mr2-pr-journal,body.mr2-preparation-hub .mr2-pr-tyres,body.mr2-preparation-hub .mr2-pr-history { padding:clamp(4rem,6vw,5.5rem) 0; }
body.mr2-preparation-hub .mr2-pr-journal { background:var(--mr2-white); }
body.mr2-preparation-hub .mr2-pr-journal__rows { margin:0; border-block:2px solid var(--mr2-ink); }
body.mr2-preparation-hub .mr2-pr-journal__rows div { display:grid; grid-template-columns:minmax(190px,.42fr) minmax(0,1fr); gap:clamp(1.5rem,5vw,5rem); padding:1.35rem 0; border-bottom:1px solid #c7c5c0; }
body.mr2-preparation-hub .mr2-pr-journal__rows div:last-child { border-bottom:0; }
body.mr2-preparation-hub .mr2-pr-journal__rows dt { color:var(--mr2-red); font:700 .82rem/1.3 var(--mr2-sans); letter-spacing:.06em; text-transform:uppercase; }
body.mr2-preparation-hub .mr2-pr-journal__rows dd { margin:0; color:#50545a; }
body.mr2-preparation-hub .mr2-pr-tyres { background:#e8e5de; }
body.mr2-preparation-hub .mr2-pr-tyre-board { border:1px solid #aaa8a3; background:var(--mr2-white); }
body.mr2-preparation-hub .mr2-pr-tyre-board>div { display:grid; grid-template-columns:minmax(145px,.4fr) minmax(260px,1.15fr) minmax(230px,.8fr); }
body.mr2-preparation-hub .mr2-pr-tyre-board>div>* { min-width:0; padding:1.2rem 1.35rem; border-right:1px solid #d0cec9; border-bottom:1px solid #d0cec9; }
body.mr2-preparation-hub .mr2-pr-tyre-board>div>*:last-child { border-right:0; }
body.mr2-preparation-hub .mr2-pr-tyre-board>div:last-child>* { border-bottom:0; }
body.mr2-preparation-hub .mr2-pr-tyre-board__head { background:var(--mr2-ink); color:var(--mr2-white); font:700 .77rem/1.3 var(--mr2-sans); letter-spacing:.06em; text-transform:uppercase; }
body.mr2-preparation-hub .mr2-pr-tyre-board strong { font:700 1rem/1.25 var(--mr2-sans); text-transform:uppercase; }
body.mr2-preparation-hub .mr2-pr-tyre-board span { color:#565a60; }
body.mr2-preparation-hub .mr2-pr-tyre-board__head span { color:var(--mr2-white); }
body.mr2-preparation-hub .mr2-pr-visible-note { max-width:900px; margin:1.4rem 0 0; padding-left:1.25rem; border-left:4px solid var(--mr2-red); color:#51545a; }
body.mr2-preparation-hub .mr2-pr-history { background:var(--mr2-white); }
body.mr2-preparation-hub .mr2-pr-timeline { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:0; padding:0; list-style:none; border-block:1px solid #bdbbb6; }
body.mr2-preparation-hub .mr2-pr-timeline li { min-width:0; padding:clamp(1.5rem,3vw,2.5rem); border-right:1px solid #bdbbb6; }
body.mr2-preparation-hub .mr2-pr-timeline li:first-child { padding-left:0; }
body.mr2-preparation-hub .mr2-pr-timeline li:last-child { padding-right:0; border-right:0; }
body.mr2-preparation-hub .mr2-pr-timeline li>span { display:block; margin-bottom:2rem; color:var(--mr2-red); font:700 .8rem var(--mr2-sans); }
body.mr2-preparation-hub .mr2-pr-timeline h3 { margin-bottom:.8rem; font-size:clamp(1.45rem,2.2vw,2rem); }
body.mr2-preparation-hub .mr2-pr-timeline p { margin-bottom:0; color:#60646a; }
body.mr2-preparation-hub .mr2-pr-decision { padding:clamp(2.8rem,5vw,4.2rem) 0; background:var(--mr2-ink); color:var(--mr2-white); }
body.mr2-preparation-hub .mr2-pr-decision .mr2-shell { display:grid; grid-template-columns:minmax(300px,1fr) minmax(320px,.75fr); gap:clamp(2rem,7vw,7rem); align-items:center; }
body.mr2-preparation-hub .mr2-pr-decision .mr2-kicker { color:var(--mr2-red-on-dark); }
body.mr2-preparation-hub .mr2-pr-decision h2 { max-width:18ch; margin-bottom:0; font-size:clamp(2rem,3.4vw,3.35rem); }
body.mr2-preparation-hub .mr2-pr-decision p { color:#c3c6cb; }
body.mr2-preparation-hub .mr2-pr-decision a { min-height:44px; display:inline-flex; align-items:center; color:var(--mr2-white); font-weight:700; text-underline-offset:.2em; }
body.mr2-preparation-hub .mr2-pr-sources { padding:3.5rem 0; background:#dedbd4; }
body.mr2-preparation-hub .mr2-pr-sources__title { margin-bottom:1rem; font:700 1.2rem var(--mr2-sans); text-transform:uppercase; }
body.mr2-preparation-hub .mr2-pr-sources p,body.mr2-preparation-hub .mr2-pr-sources ul { max-width:950px; }
body.mr2-preparation-hub .mr2-pr-sources li+li { margin-top:.75rem; }
body.mr2-preparation-hub .mr2-pr-sources a { min-height:44px; display:inline-flex; align-items:center; text-decoration-thickness:1px; text-underline-offset:3px; }
body.mr2-preparation-hub .mr2-pr-scope { margin-top:1.7rem; padding-top:1.7rem; border-top:1px solid #b8b5ae; }
@media (max-width:1020px) {
  body.mr2-preparation-hub .mr2-pr-heading { grid-template-columns:1fr 1.5fr; }
  body.mr2-preparation-hub .mr2-pr-heading>p:last-child { grid-column:2; }
}
@media (max-width:640px) {
  body.mr2-preparation-hub .mr2-pr-hero { height:calc(100svh - 76px); min-height:650px; }
  body.mr2-preparation-hub .mr2-pr-hero__inner { padding-block:1.4rem 2rem; }
  body.mr2-preparation-hub .mr2-pr-hero__image { object-position:76% center; }
  body.mr2-preparation-hub .mr2-pr-hero__shade { background:linear-gradient(0deg,rgba(7,8,11,.97) 0%,rgba(7,8,11,.91) 56%,rgba(7,8,11,.16) 90%); }
  body.mr2-preparation-hub .mr2-pr-hero h1 { font-size:clamp(2.35rem,11.2vw,3.35rem); }
  body.mr2-preparation-hub .mr2-pr-hero__lead { font-size:.96rem; line-height:1.48; }
  body.mr2-preparation-hub .mr2-pr-heading,body.mr2-preparation-hub .mr2-pr-decision .mr2-shell,body.mr2-preparation-hub .mr2-pr-timeline { grid-template-columns:1fr; }
  body.mr2-preparation-hub .mr2-pr-heading>p:last-child { grid-column:auto; }
  body.mr2-preparation-hub .mr2-pr-journal__rows div { grid-template-columns:1fr; gap:.35rem; }
  body.mr2-preparation-hub .mr2-pr-tyre-board__head { display:none; }
  body.mr2-preparation-hub .mr2-pr-tyre-board>div { grid-template-columns:88px minmax(0,1fr); }
  body.mr2-preparation-hub .mr2-pr-tyre-board>div>* { padding:.95rem .8rem; }
  body.mr2-preparation-hub .mr2-pr-tyre-board>div>span:last-child { grid-column:2; border-left:1px solid #d0cec9; }
  body.mr2-preparation-hub .mr2-pr-timeline li,body.mr2-preparation-hub .mr2-pr-timeline li:first-child,body.mr2-preparation-hub .mr2-pr-timeline li:last-child { padding:1.4rem 0; border-right:0; border-bottom:1px solid #bdbbb6; }
  body.mr2-preparation-hub .mr2-pr-timeline li:last-child { border-bottom:0; }
  body.mr2-preparation-hub .mr2-pr-timeline li>span { margin-bottom:.7rem; }
}

/* SW20 identification hub */
body.mr2-sw20-hub { background: var(--mr2-paper); }
body.mr2-sw20-hub section[id], body.mr2-sw20-hub aside[id] { scroll-margin-top: 5.5rem; }
body.mr2-sw20-hub h1, body.mr2-sw20-hub h2, body.mr2-sw20-hub h3, body.mr2-sw20-hub p { margin-top: 0; }
body.mr2-sw20-hub .mr2-sw-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; }
body.mr2-sw20-hub .mr2-sw-hero { height: calc(100svh - 82px); min-height: 650px; overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-sw20-hub .mr2-sw-hero__inner { height: 100%; display: flex; flex-direction: column; padding-block: clamp(2rem,4vw,3rem) clamp(3.5rem,7vw,6rem); }
body.mr2-sw20-hub .mr2-sw-hero .mr2-breadcrumb { margin-bottom: auto; }
body.mr2-sw20-hub .mr2-sw-hero__copy { max-width: 1020px; }
body.mr2-sw20-hub .mr2-sw-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-sw20-hub .mr2-sw-hero h1 { max-width: 990px; margin-bottom: 1.25rem; color: var(--mr2-white); font-size: clamp(3.35rem,5.35vw,5.35rem); }
body.mr2-sw20-hub .mr2-sw-hero__lead { max-width: 760px; margin-bottom: 1.8rem; color: #d2d5da; font-size: clamp(1.02rem,1.5vw,1.18rem); }
body.mr2-sw20-hub .mr2-sw-section { padding: clamp(4rem,6vw,5.5rem) 0; }
body.mr2-sw20-hub .mr2-sw-section--white { background: var(--mr2-white); }
body.mr2-sw20-hub .mr2-sw-section--paper { background: var(--mr2-paper); }
body.mr2-sw20-hub .mr2-sw-section--ink { background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-sw20-hub .mr2-sw-section--ink .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-sw20-hub .mr2-sw-record__intro, body.mr2-sw20-hub .mr2-sw-engines__heading, body.mr2-sw20-hub .mr2-sw-markets__heading { max-width: 900px; margin-bottom: clamp(2.5rem,5vw,4rem); }
body.mr2-sw20-hub .mr2-sw-record__intro h2, body.mr2-sw20-hub .mr2-sw-engines h2, body.mr2-sw20-hub .mr2-sw-markets h2 { font-size: clamp(2.7rem,4.4vw,4.5rem); }
body.mr2-sw20-hub .mr2-sw-record__intro p:last-child, body.mr2-sw20-hub .mr2-sw-engines__heading p:last-child { max-width: 68ch; color: #62656b; }
body.mr2-sw20-hub .mr2-sw-note { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0 0 clamp(2.5rem,5vw,4rem); border-block: 2px solid var(--mr2-ink); }
body.mr2-sw20-hub .mr2-sw-note div { min-width: 0; padding: 1.25rem clamp(.8rem,2vw,1.5rem); border-right: 1px solid #c9c7c2; }
body.mr2-sw20-hub .mr2-sw-note div:first-child { padding-left: 0; }
body.mr2-sw20-hub .mr2-sw-note div:last-child { padding-right: 0; border-right: 0; }
body.mr2-sw20-hub .mr2-sw-note dt { min-height: 2.7em; font: 700 .82rem/1.35 var(--mr2-sans); text-transform: uppercase; }
body.mr2-sw20-hub .mr2-sw-note dd { min-height: 2.2rem; margin: .9rem 0 0; border-bottom: 1px solid #94979d; }
body.mr2-sw20-hub .mr2-sw-record__steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; border-block: 1px solid #c9c7c2; }
body.mr2-sw20-hub .mr2-sw-record__steps li { min-width: 0; padding: 1.35rem clamp(1rem,2.4vw,2rem); border-right: 1px solid #c9c7c2; }
body.mr2-sw20-hub .mr2-sw-record__steps li:first-child { padding-left: 0; }
body.mr2-sw20-hub .mr2-sw-record__steps li:last-child { padding-right: 0; border-right: 0; }
body.mr2-sw20-hub .mr2-sw-record__steps strong { display: block; margin-bottom: .5rem; font: 700 1.05rem/1.15 var(--mr2-sans); text-transform: uppercase; }
body.mr2-sw20-hub .mr2-sw-record__steps span { color: #62656b; font-size: .9rem; }
body.mr2-sw20-hub .mr2-sw-engine-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid #c9c7c2; }
body.mr2-sw20-hub .mr2-sw-engine-list article { min-width: 0; padding: clamp(1.7rem,3vw,2.5rem) clamp(1.2rem,3vw,2.5rem); border-right: 1px solid #c9c7c2; }
body.mr2-sw20-hub .mr2-sw-engine-list article:first-child { padding-left: 0; }
body.mr2-sw20-hub .mr2-sw-engine-list article:last-child { padding-right: 0; border-right: 0; }
body.mr2-sw20-hub .mr2-sw-engine-list h3, body.mr2-sw20-hub .mr2-sw-market-list h3 { margin-bottom: .6rem; font-size: clamp(1.5rem,2.2vw,2rem); }
body.mr2-sw20-hub .mr2-sw-engine-list p { margin-bottom: .65rem; color: #62656b; }
body.mr2-sw20-hub .mr2-sw-engine-list a, body.mr2-sw20-hub .mr2-sw-market-list a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mr2-red); font-weight: 700; text-underline-offset: .2em; }
body.mr2-sw20-hub .mr2-sw-markets__heading p:last-child, body.mr2-sw20-hub .mr2-sw-market-list p { color: #b5b8be; }
body.mr2-sw20-hub .mr2-sw-market-list { border-top: 1px solid #3a3e45; }
body.mr2-sw20-hub .mr2-sw-market-list article { display: grid; grid-template-columns: minmax(170px,.35fr) minmax(0,1fr) minmax(190px,.35fr); gap: clamp(1.5rem,4vw,4rem); align-items: center; padding: 1.45rem 0; border-bottom: 1px solid #3a3e45; }
body.mr2-sw20-hub .mr2-sw-market-list h3, body.mr2-sw20-hub .mr2-sw-market-list p { margin-bottom: 0; }
body.mr2-sw20-hub .mr2-sw-market-list a { color: #ff9bab; }
body.mr2-sw20-hub .mr2-sw-revisions { max-width: 1000px; }
body.mr2-sw20-hub .mr2-sw-revisions .mr2-kicker { margin-bottom: .75rem; }
body.mr2-sw20-hub .mr2-sw-revisions h2 { max-width: 20ch; margin-bottom: 1.25rem; font-size: clamp(2.35rem,3.35vw,3.45rem); }
body.mr2-sw20-hub .mr2-sw-revisions__copy { max-width: 68ch; color: #565a60; }
body.mr2-sw20-hub .mr2-sw-revisions__copy p { margin-bottom: .85rem; }
body.mr2-sw20-hub .mr2-sw-revisions__register { max-width: 820px; margin: clamp(2rem,4vw,3rem) 0 0; border-top: 1px solid #aeadA8; }
body.mr2-sw20-hub .mr2-sw-revisions__register div { display: grid; grid-template-columns: minmax(160px,.42fr) 1fr; gap: clamp(1rem,3vw,2.5rem); padding: 1rem 0; border-bottom: 1px solid #c9c7c2; }
body.mr2-sw20-hub .mr2-sw-revisions__register dt { font: 700 1rem/1.2 var(--mr2-sans); text-transform: uppercase; }
body.mr2-sw20-hub .mr2-sw-revisions__register dd { margin: 0; color: #565a60; }
body.mr2-sw20-hub .mr2-sw-revisions__note { max-width: 68ch; margin: 1.25rem 0 0; font-weight: 700; }
body.mr2-sw20-hub .mr2-sw-check { padding: clamp(2.2rem,4vw,3.4rem) 0; background: var(--mr2-red-dark); color: var(--mr2-white); }
body.mr2-sw20-hub .mr2-sw-check .mr2-shell { display: grid; grid-template-columns: minmax(150px,.3fr) minmax(280px,.75fr) minmax(240px,.8fr) auto; gap: clamp(1.5rem,4vw,4rem); align-items: center; }
body.mr2-sw20-hub .mr2-sw-check .mr2-kicker, body.mr2-sw20-hub .mr2-sw-check p { margin: 0; }
body.mr2-sw20-hub .mr2-sw-check .mr2-kicker { color: #ffd4db; }
body.mr2-sw20-hub .mr2-sw-check strong { font: 700 clamp(1.65rem,2.6vw,2.55rem)/1 var(--mr2-sans); text-transform: uppercase; }
body.mr2-sw20-hub .mr2-sw-check p { color: #ffe4e8; }
body.mr2-sw20-hub .mr2-sw-check .mr2-btn--light { border-color: var(--mr2-white); background: var(--mr2-white); color: var(--mr2-ink); white-space: nowrap; }
body.mr2-sw20-hub .mr2-sw-sources { padding: clamp(3.5rem,5vw,4.7rem) 0; background: #ece9e2; }
body.mr2-sw20-hub .mr2-sw-sources h3 { margin-bottom: 1rem; font-size: clamp(2.3rem,3.5vw,3.5rem); }
body.mr2-sw20-hub .mr2-sw-sources p { max-width: 75ch; margin-bottom: 0; color: #565a60; }
@media (max-width:1020px) {
  body.mr2-sw20-hub .mr2-sw-note { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mr2-sw20-hub .mr2-sw-record__steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mr2-sw20-hub .mr2-sw-record__steps li:nth-child(2), body.mr2-sw20-hub .mr2-sw-note div:nth-child(2), body.mr2-sw20-hub .mr2-sw-note div:nth-child(4) { border-right: 0; }
  body.mr2-sw20-hub .mr2-sw-check .mr2-shell { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mr2-sw20-hub .mr2-sw-check .mr2-btn--light { justify-self: start; }
}
@media (max-width:640px) {
  body.mr2-sw20-hub .mr2-sw-hero { height: calc(100svh - 76px); min-height: 650px; }
  body.mr2-sw20-hub .mr2-sw-hero__inner { padding-block: 1.5rem 2.5rem; }
  body.mr2-sw20-hub .mr2-sw-hero h1 { font-size: clamp(2.65rem,11.5vw,3.25rem); }
  body.mr2-sw20-hub .mr2-sw-hero__lead { font-size: .98rem; }
  body.mr2-sw20-hub .mr2-sw-note, body.mr2-sw20-hub .mr2-sw-record__steps, body.mr2-sw20-hub .mr2-sw-engine-list, body.mr2-sw20-hub .mr2-sw-market-list article, body.mr2-sw20-hub .mr2-sw-check .mr2-shell { grid-template-columns: 1fr; }
  body.mr2-sw20-hub .mr2-sw-note div, body.mr2-sw20-hub .mr2-sw-note div:first-child, body.mr2-sw20-hub .mr2-sw-note div:last-child, body.mr2-sw20-hub .mr2-sw-record__steps li, body.mr2-sw20-hub .mr2-sw-record__steps li:first-child, body.mr2-sw20-hub .mr2-sw-record__steps li:last-child, body.mr2-sw20-hub .mr2-sw-engine-list article, body.mr2-sw20-hub .mr2-sw-engine-list article:first-child, body.mr2-sw20-hub .mr2-sw-engine-list article:last-child { padding: 1.1rem 0; border-right: 0; border-bottom: 1px solid #c9c7c2; }
  body.mr2-sw20-hub .mr2-sw-note dt { min-height: 0; }
  body.mr2-sw20-hub .mr2-sw-market-list article { gap: .7rem; align-items: start; }
  body.mr2-sw20-hub .mr2-sw-revisions h2 { max-width: 18ch; font-size: clamp(2.15rem,10vw,2.8rem); }
  body.mr2-sw20-hub .mr2-sw-revisions__register div { grid-template-columns: 1fr; gap: .35rem; }
  body.mr2-sw20-hub .mr2-sw-check .mr2-shell { gap: 1rem; }
  body.mr2-sw20-hub .mr2-sw-check .mr2-btn--light { width: 100%; white-space: normal; }
}

/* Chassis and bodywork document record */
body.mr2-chassis-manual section[id] { scroll-margin-top:5.5rem; }
body.mr2-chassis-manual .mr2-chassis-hero { height:calc(100svh - 82px); min-height:650px; display:flex; align-items:stretch; background:var(--mr2-ink); color:var(--mr2-white); }
body.mr2-chassis-manual .mr2-chassis-hero__inner { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr); gap:clamp(3rem,8vw,8rem); align-items:end; padding-block:clamp(2.5rem,6vh,5rem); }
body.mr2-chassis-manual .mr2-chassis-hero .mr2-breadcrumb { margin-bottom:1.35rem; }
body.mr2-chassis-manual .mr2-chassis-hero .mr2-kicker { color:var(--mr2-red-on-dark); }
body.mr2-chassis-manual .mr2-chassis-hero h1 { max-width:830px; margin-bottom:1.2rem; color:var(--mr2-white); font-size:clamp(3rem,5vw,5.15rem); text-wrap:balance; }
body.mr2-chassis-manual .mr2-chassis-hero__lead { max-width:720px; margin-bottom:1.5rem; color:#d3d6da; font-size:clamp(1rem,1.45vw,1.18rem); line-height:1.6; }
body.mr2-chassis-manual .mr2-chassis-hero__ledger { margin:0; border-top:1px solid #555a62; }
body.mr2-chassis-manual .mr2-chassis-hero__ledger div { display:grid; grid-template-columns:minmax(100px,.52fr) 1fr; gap:1.2rem; padding:1rem 0; border-bottom:1px solid #555a62; }
body.mr2-chassis-manual .mr2-chassis-hero__ledger dt { color:#aeb3ba; font:700 .72rem/1.3 var(--mr2-sans); letter-spacing:.08em; text-transform:uppercase; }
body.mr2-chassis-manual .mr2-chassis-hero__ledger dd { margin:0; font:700 1rem/1.25 var(--mr2-sans); text-transform:uppercase; }
body.mr2-chassis-manual .mr2-chassis-record,body.mr2-chassis-manual .mr2-chassis-compare { padding:clamp(4rem,7vw,6rem) 0; }
body.mr2-chassis-manual .mr2-chassis-record { background:var(--mr2-white); }
body.mr2-chassis-manual .mr2-chassis-heading { display:grid; grid-template-columns:minmax(180px,.45fr) minmax(320px,1fr) minmax(270px,.75fr); gap:clamp(1.5rem,4vw,4rem); align-items:start; margin-bottom:2.7rem; }
body.mr2-chassis-manual .mr2-chassis-heading h2 { max-width:15ch; margin:0; font-size:clamp(2.55rem,4vw,4rem); }
body.mr2-chassis-manual .mr2-chassis-heading > p:last-child { margin:0; color:#5c6066; }
body.mr2-chassis-manual .mr2-chassis-record__table,body.mr2-chassis-manual .mr2-chassis-compare__table { border-top:2px solid var(--mr2-ink); }
body.mr2-chassis-manual .mr2-chassis-record__table > div { display:grid; grid-template-columns:minmax(170px,.55fr) minmax(250px,1fr) minmax(250px,1fr); gap:clamp(1rem,3vw,3rem); padding:1.15rem 0; border-bottom:1px solid #c9c7c2; align-items:start; }
body.mr2-chassis-manual .mr2-chassis-record__head,body.mr2-chassis-manual .mr2-chassis-compare__head { color:var(--mr2-red-dark); font:700 .76rem/1.3 var(--mr2-sans); letter-spacing:.06em; text-transform:uppercase; }
body.mr2-chassis-manual .mr2-chassis-record__table [role="rowheader"] { font:700 1rem/1.35 var(--mr2-sans); text-transform:uppercase; }
body.mr2-chassis-manual .mr2-chassis-record__table [role="cell"] { color:#555960; }
body.mr2-chassis-manual .mr2-chassis-compare { background:#ece9e2; }
body.mr2-chassis-manual .mr2-chassis-compare__table > div { display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,8vw,8rem); padding:1.1rem 0; border-bottom:1px solid #c4c1ba; }
body.mr2-chassis-manual .mr2-chassis-compare__table [role="cell"] { color:#4f5359; }
body.mr2-chassis-manual .mr2-chassis-decisions { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:2.8rem; border-top:1px solid #aaa79f; border-bottom:1px solid #aaa79f; }
body.mr2-chassis-manual .mr2-chassis-decisions p { display:flex; flex-direction:column; gap:.55rem; margin:0; padding:1.3rem clamp(1rem,2vw,1.8rem); }
body.mr2-chassis-manual .mr2-chassis-decisions p + p { border-left:1px solid #aaa79f; }
body.mr2-chassis-manual .mr2-chassis-decisions strong { font:700 1rem/1.2 var(--mr2-sans); text-transform:uppercase; }
body.mr2-chassis-manual .mr2-chassis-decisions span { color:#575b61; font-size:.93rem; }
body.mr2-chassis-manual .mr2-chassis-access { padding:clamp(4rem,7vw,6rem) 0; background:var(--mr2-ink); color:var(--mr2-white); }
body.mr2-chassis-manual .mr2-chassis-access__inner { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(290px,.65fr); gap:clamp(3rem,9vw,9rem); align-items:start; }
body.mr2-chassis-manual .mr2-chassis-access .mr2-kicker { color:var(--mr2-red-on-dark); }
body.mr2-chassis-manual .mr2-chassis-access h2 { max-width:13ch; color:var(--mr2-white); font-size:clamp(2.65rem,4.2vw,4.2rem); }
body.mr2-chassis-manual .mr2-chassis-access p { max-width:720px; color:#c6c9ce; }
body.mr2-chassis-manual .mr2-chassis-access .mr2-btn { margin-top:.4rem; }
body.mr2-chassis-manual .mr2-chassis-source { padding-top:1.25rem; border-top:1px solid #555a62; }
body.mr2-chassis-manual .mr2-chassis-source p { font-size:.9rem; }
body.mr2-chassis-manual .mr2-chassis-source a { min-height:44px; display:inline-flex; align-items:center; text-decoration-thickness:1px; text-underline-offset:.2em; }
body.mr2-chassis-manual .mr2-chassis-back { min-height:44px; display:inline-flex; align-items:center; margin-top:.7rem; color:var(--mr2-white); font:700 .78rem/1.3 var(--mr2-sans); letter-spacing:.06em; text-decoration:none; text-transform:uppercase; }
body.mr2-chassis-manual :focus-visible { outline:3px solid #e9a5b0; outline-offset:4px; }
@media (max-width:1020px) {
  body.mr2-chassis-manual .mr2-chassis-hero__inner { grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr); gap:3rem; }
  body.mr2-chassis-manual .mr2-chassis-heading { grid-template-columns:170px 1fr; }
  body.mr2-chassis-manual .mr2-chassis-heading > p:last-child { grid-column:2; }
  body.mr2-chassis-manual .mr2-chassis-access__inner { grid-template-columns:1fr .65fr; gap:4rem; }
}
@media (min-width:641px) and (max-height:800px) {
  body.mr2-chassis-manual .mr2-chassis-hero__inner { padding-block:1.4rem 2rem; }
  body.mr2-chassis-manual .mr2-chassis-hero .mr2-breadcrumb { margin-bottom:.65rem; }
  body.mr2-chassis-manual .mr2-chassis-hero .mr2-kicker { margin-bottom:.65rem; }
  body.mr2-chassis-manual .mr2-chassis-hero h1 { margin-bottom:.7rem; font-size:clamp(2.6rem,4.3vw,3.7rem); }
  body.mr2-chassis-manual .mr2-chassis-hero__lead { margin-bottom:.85rem; font-size:.96rem; line-height:1.45; }
  body.mr2-chassis-manual .mr2-chassis-hero__ledger div { padding:.75rem 0; }
}
@media (max-width:640px) {
  body.mr2-chassis-manual .mr2-chassis-hero { height:calc(100svh - 76px); min-height:650px; }
  body.mr2-chassis-manual .mr2-chassis-hero__inner { grid-template-columns:1fr; gap:1.15rem; align-content:end; padding-block:1.2rem 1.65rem; }
  body.mr2-chassis-manual .mr2-chassis-hero .mr2-breadcrumb { margin-bottom:.7rem; font-size:.7rem; }
  body.mr2-chassis-manual .mr2-chassis-hero .mr2-kicker { margin-bottom:.65rem; }
  body.mr2-chassis-manual .mr2-chassis-hero h1 { margin-bottom:.7rem; font-size:clamp(2.3rem,10.5vw,2.85rem); }
  body.mr2-chassis-manual .mr2-chassis-hero__lead { margin-bottom:.85rem; font-size:.91rem; line-height:1.42; }
  body.mr2-chassis-manual .mr2-chassis-hero__ledger div { grid-template-columns:100px 1fr; padding:.48rem 0; }
  body.mr2-chassis-manual .mr2-chassis-hero__ledger dt { font-size:.65rem; }
  body.mr2-chassis-manual .mr2-chassis-hero__ledger dd { font-size:.82rem; }
  body.mr2-chassis-manual .mr2-chassis-heading,body.mr2-chassis-manual .mr2-chassis-access__inner { grid-template-columns:1fr; gap:1rem; }
  body.mr2-chassis-manual .mr2-chassis-heading > p:last-child { grid-column:1; }
  body.mr2-chassis-manual .mr2-chassis-record__table > div,body.mr2-chassis-manual .mr2-chassis-compare__table > div { grid-template-columns:1fr; gap:.35rem; padding:1rem 0; }
  body.mr2-chassis-manual .mr2-chassis-record__head,body.mr2-chassis-manual .mr2-chassis-compare__head { display:none; }
  body.mr2-chassis-manual .mr2-chassis-record__table [role="cell"]:nth-child(2)::before,body.mr2-chassis-manual .mr2-chassis-record__table [role="cell"]:nth-child(3)::before,body.mr2-chassis-manual .mr2-chassis-compare__table [role="cell"]::before { display:block; margin-bottom:.15rem; color:var(--mr2-red-dark); font:700 .66rem/1.3 var(--mr2-sans); letter-spacing:.06em; text-transform:uppercase; }
  body.mr2-chassis-manual .mr2-chassis-record__table [role="cell"]:nth-child(2)::before { content:'À relever'; }
  body.mr2-chassis-manual .mr2-chassis-record__table [role="cell"]:nth-child(3)::before { content:'À recopier'; }
  body.mr2-chassis-manual .mr2-chassis-compare__table [role="cell"]:first-child::before { content:'Document'; }
  body.mr2-chassis-manual .mr2-chassis-compare__table [role="cell"]:last-child::before { content:'Voiture'; }
  body.mr2-chassis-manual .mr2-chassis-decisions { grid-template-columns:1fr; }
  body.mr2-chassis-manual .mr2-chassis-decisions p + p { border-left:0; border-top:1px solid #aaa79f; }
}

/* Document record carrying the 3S-GTE mention */
body.mr2-engine-manual section[id] { scroll-margin-top:5.5rem; }
body.mr2-engine-manual .mr2-engine-hero { height:calc(100svh - 82px); min-height:650px; display:flex; background:#171a1f; color:var(--mr2-white); }
body.mr2-engine-manual .mr2-engine-hero__inner { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(310px,.62fr); gap:clamp(3rem,9vw,9rem); align-items:end; padding-block:clamp(2.5rem,6vh,5rem); }
body.mr2-engine-manual .mr2-engine-hero .mr2-breadcrumb { margin-bottom:1.3rem; }
body.mr2-engine-manual .mr2-engine-hero .mr2-kicker { color:var(--mr2-red-on-dark); }
body.mr2-engine-manual .mr2-engine-hero h1 { max-width:920px; margin-bottom:1.15rem; color:var(--mr2-white); font-size:clamp(3rem,5vw,5.1rem); text-wrap:balance; }
body.mr2-engine-manual .mr2-engine-hero__lead { max-width:760px; margin-bottom:1.45rem; color:#d1d4d8; font-size:clamp(1rem,1.45vw,1.18rem); line-height:1.58; }
body.mr2-engine-manual .mr2-engine-hero__signal { padding:1.3rem 0 0; border-top:1px solid #555a62; }
body.mr2-engine-manual .mr2-engine-hero__signal > strong { display:block; color:var(--mr2-red-on-dark); font:700 clamp(3.5rem,6vw,6.5rem)/.85 var(--mr2-sans); letter-spacing:-.04em; }
body.mr2-engine-manual .mr2-engine-hero__signal > p { margin:1rem 0 1.5rem; color:#c5c8cd; }
body.mr2-engine-manual .mr2-engine-hero__signal dl { margin:0; border-top:1px solid #454a51; }
body.mr2-engine-manual .mr2-engine-hero__signal dl div { display:grid; grid-template-columns:90px 1fr; gap:1rem; padding:.8rem 0; border-bottom:1px solid #454a51; }
body.mr2-engine-manual .mr2-engine-hero__signal dt { color:#9ba0a8; font:700 .7rem/1.3 var(--mr2-sans); letter-spacing:.07em; text-transform:uppercase; }
body.mr2-engine-manual .mr2-engine-hero__signal dd { margin:0; font:700 .9rem/1.3 var(--mr2-sans); text-transform:uppercase; }
body.mr2-engine-manual .mr2-engine-record,body.mr2-engine-manual .mr2-engine-compare,body.mr2-engine-manual .mr2-engine-access { padding:clamp(4rem,7vw,6rem) 0; }
body.mr2-engine-manual .mr2-engine-record { background:var(--mr2-white); }
body.mr2-engine-manual .mr2-engine-heading { display:grid; grid-template-columns:minmax(170px,.4fr) minmax(330px,1fr) minmax(260px,.7fr); gap:clamp(1.5rem,4vw,4rem); align-items:start; margin-bottom:2.6rem; }
body.mr2-engine-manual .mr2-engine-heading h2 { max-width:15ch; margin:0; font-size:clamp(2.55rem,4vw,4rem); }
body.mr2-engine-manual .mr2-engine-heading > p:last-child { margin:0; color:#5c6066; }
body.mr2-engine-manual .mr2-engine-record__grid { border-top:2px solid var(--mr2-ink); }
body.mr2-engine-manual .mr2-engine-record__grid > div { display:grid; grid-template-columns:minmax(170px,.55fr) minmax(250px,1fr) minmax(250px,1fr); gap:clamp(1rem,3vw,3rem); align-items:start; padding:1.15rem 0; border-bottom:1px solid #c9c7c2; }
body.mr2-engine-manual .mr2-engine-record__head { color:var(--mr2-red-dark); font:700 .76rem/1.3 var(--mr2-sans); letter-spacing:.06em; text-transform:uppercase; }
body.mr2-engine-manual .mr2-engine-record__grid [role="rowheader"] { font:700 1rem/1.35 var(--mr2-sans); text-transform:uppercase; }
body.mr2-engine-manual .mr2-engine-record__grid [role="cell"] { color:#565a60; }
body.mr2-engine-manual .mr2-engine-compare { background:#24282e; color:var(--mr2-white); }
body.mr2-engine-manual .mr2-engine-compare .mr2-kicker { color:var(--mr2-red-on-dark); }
body.mr2-engine-manual .mr2-engine-compare .mr2-engine-heading h2 { color:var(--mr2-white); }
body.mr2-engine-manual .mr2-engine-compare .mr2-engine-heading > p:last-child { color:#c1c5cb; }
body.mr2-engine-manual .mr2-engine-compare__rows { border-top:2px solid #777c84; }
body.mr2-engine-manual .mr2-engine-compare__rows > div { display:grid; grid-template-columns:minmax(170px,.55fr) 1fr 1fr; gap:clamp(1rem,4vw,4rem); padding:1.1rem 0; border-bottom:1px solid #51565e; }
body.mr2-engine-manual .mr2-engine-compare__rows strong { color:var(--mr2-white); font:700 .95rem/1.35 var(--mr2-sans); text-transform:uppercase; }
body.mr2-engine-manual .mr2-engine-compare__rows span { color:#c6cad0; }
body.mr2-engine-manual .mr2-engine-stop { display:grid; grid-template-columns:160px 1fr; gap:clamp(1.5rem,5vw,5rem); align-items:start; margin-top:2.5rem; padding:1.4rem 0; border-top:2px solid var(--mr2-red-on-dark); border-bottom:1px solid #51565e; }
body.mr2-engine-manual .mr2-engine-stop strong { color:var(--mr2-red-on-dark); font:700 1.2rem/1 var(--mr2-sans); text-transform:uppercase; }
body.mr2-engine-manual .mr2-engine-stop p { max-width:820px; margin:0; color:#e0e2e5; }
body.mr2-engine-manual .mr2-engine-access { background:#ece9e2; }
body.mr2-engine-manual .mr2-engine-access__inner { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(290px,.65fr); gap:clamp(3rem,9vw,9rem); align-items:start; }
body.mr2-engine-manual .mr2-engine-access h2 { max-width:13ch; font-size:clamp(2.65rem,4.2vw,4.2rem); }
body.mr2-engine-manual .mr2-engine-access p { max-width:720px; color:#555960; }
body.mr2-engine-manual .mr2-engine-source { padding-top:1.25rem; border-top:1px solid #aaa79f; }
body.mr2-engine-manual .mr2-engine-source p { font-size:.9rem; }
body.mr2-engine-manual .mr2-engine-source a { min-height:44px; display:inline-flex; align-items:center; text-decoration-thickness:1px; text-underline-offset:.2em; }
body.mr2-engine-manual .mr2-engine-back { margin-top:.6rem; color:var(--mr2-red-dark); font:700 .78rem/1.3 var(--mr2-sans); letter-spacing:.05em; text-decoration:none; text-transform:uppercase; }
body.mr2-engine-manual :focus-visible { outline:3px solid #e9a5b0; outline-offset:4px; }
@media (max-width:1020px) {
  body.mr2-engine-manual .mr2-engine-hero__inner { grid-template-columns:minmax(0,1.25fr) minmax(270px,.65fr); gap:3rem; }
  body.mr2-engine-manual .mr2-engine-heading { grid-template-columns:170px 1fr; }
  body.mr2-engine-manual .mr2-engine-heading > p:last-child { grid-column:2; }
  body.mr2-engine-manual .mr2-engine-access__inner { grid-template-columns:1fr .65fr; gap:4rem; }
}
@media (min-width:641px) and (max-height:800px) {
  body.mr2-engine-manual .mr2-engine-hero__inner { padding-block:1.4rem 2rem; }
  body.mr2-engine-manual .mr2-engine-hero .mr2-breadcrumb { margin-bottom:.6rem; }
  body.mr2-engine-manual .mr2-engine-hero .mr2-kicker { margin-bottom:.6rem; }
  body.mr2-engine-manual .mr2-engine-hero h1 { margin-bottom:.65rem; font-size:clamp(2.6rem,4.1vw,3.55rem); }
  body.mr2-engine-manual .mr2-engine-hero__lead { margin-bottom:.8rem; font-size:.95rem; line-height:1.42; }
  body.mr2-engine-manual .mr2-engine-hero__signal > strong { font-size:4.2rem; }
  body.mr2-engine-manual .mr2-engine-hero__signal > p { margin:.7rem 0 1rem; }
}
@media (max-width:640px) {
  body.mr2-engine-manual .mr2-engine-hero { height:calc(100svh - 76px); min-height:650px; }
  body.mr2-engine-manual .mr2-engine-hero__inner { grid-template-columns:1fr; gap:1rem; align-content:end; padding-block:1.15rem 1.55rem; }
  body.mr2-engine-manual .mr2-engine-hero .mr2-breadcrumb { margin-bottom:.65rem; font-size:.7rem; }
  body.mr2-engine-manual .mr2-engine-hero .mr2-kicker { margin-bottom:.6rem; }
  body.mr2-engine-manual .mr2-engine-hero h1 { margin-bottom:.65rem; font-size:clamp(2.2rem,10vw,2.75rem); }
  body.mr2-engine-manual .mr2-engine-hero__lead { margin-bottom:.75rem; font-size:.89rem; line-height:1.4; }
  body.mr2-engine-manual .mr2-engine-hero__signal { display:grid; grid-template-columns:120px 1fr; gap:.8rem; align-items:end; padding-top:.8rem; }
  body.mr2-engine-manual .mr2-engine-hero__signal > strong { font-size:2.7rem; }
  body.mr2-engine-manual .mr2-engine-hero__signal > p { margin:0; font-size:.78rem; line-height:1.35; }
  body.mr2-engine-manual .mr2-engine-hero__signal dl { display:none; }
  body.mr2-engine-manual .mr2-engine-heading,body.mr2-engine-manual .mr2-engine-access__inner { grid-template-columns:1fr; gap:1rem; }
  body.mr2-engine-manual .mr2-engine-heading > p:last-child { grid-column:1; }
  body.mr2-engine-manual .mr2-engine-record__grid > div,body.mr2-engine-manual .mr2-engine-compare__rows > div { grid-template-columns:1fr; gap:.35rem; padding:1rem 0; }
  body.mr2-engine-manual .mr2-engine-record__head { display:none; }
  body.mr2-engine-manual .mr2-engine-record__grid [role="cell"]:nth-child(2)::before,body.mr2-engine-manual .mr2-engine-record__grid [role="cell"]:nth-child(3)::before,body.mr2-engine-manual .mr2-engine-compare__rows [role="cell"]::before { display:block; margin-bottom:.15rem; color:var(--mr2-red-dark); font:700 .66rem/1.3 var(--mr2-sans); letter-spacing:.06em; text-transform:uppercase; }
  body.mr2-engine-manual .mr2-engine-record__grid [role="cell"]:nth-child(2)::before { content:'À relever'; }
  body.mr2-engine-manual .mr2-engine-record__grid [role="cell"]:nth-child(3)::before { content:'À recopier'; }
  body.mr2-engine-manual .mr2-engine-compare__rows [role="cell"]:nth-child(2)::before { content:'Document'; color:var(--mr2-red-on-dark); }
  body.mr2-engine-manual .mr2-engine-compare__rows [role="cell"]:nth-child(3)::before { content:'Voiture'; color:var(--mr2-red-on-dark); }
  body.mr2-engine-manual .mr2-engine-stop { grid-template-columns:1fr; gap:.55rem; }
}

/* Legacy document identification sheet */
.mr2-document-sheet section[id] { scroll-margin-top: 5.5rem; }
.mr2-sheet-hero { position: relative; height: calc(100svh - 82px); min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white); }
.mr2-sheet-hero__image,.mr2-sheet-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mr2-sheet-hero__image { object-fit: cover; object-position: center 58%; }
.mr2-sheet-hero__shade { background: linear-gradient(90deg,rgba(14,17,20,.98) 0%,rgba(14,17,20,.88) 48%,rgba(14,17,20,.2) 82%),linear-gradient(0deg,rgba(14,17,20,.65),transparent 50%); }
.mr2-sheet-hero__inner { position: relative; z-index: 1; padding-top: 2.5rem; padding-bottom: clamp(3.4rem,6vw,5.3rem); }
.mr2-sheet-hero .mr2-breadcrumb { margin-bottom: 1.5rem; }
.mr2-sheet-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
.mr2-sheet-hero h1 { max-width: 970px; margin-bottom: 1.25rem; color: var(--mr2-white); font-size: clamp(3.35rem,5.5vw,5.55rem); }
.mr2-sheet-hero__lead { max-width: 750px; margin-bottom: 1.9rem; color: #d4d6d9; font-size: clamp(1.02rem,1.55vw,1.2rem); }
.mr2-document-sheet .mr2-btn--red { color: var(--mr2-white); }
.mr2-sheet-known { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem,8vw,8rem); align-items: end; }
.mr2-sheet-known h2,.mr2-sheet-register h2,.mr2-sheet-read h2,.mr2-sheet-scope__heading h2,.mr2-sheet-access h2,.mr2-sheet-sources h2 { font-size: clamp(2.7rem,4.4vw,4.4rem); }
.mr2-sheet-known > div > p:last-child,.mr2-sheet-register__intro p,.mr2-sheet-scope__heading > p,.mr2-sheet-access p,.mr2-sheet-sources p { color: #60646a; }
.mr2-sheet-known dl { margin: 0; border-top: 1px solid #c9c7c2; }
.mr2-sheet-known dl div { display: grid; grid-template-columns: 190px 1fr; gap: 1.5rem; padding: 1.65rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-sheet-known dt { color: var(--mr2-red); font: 700 .78rem var(--mr2-sans); letter-spacing: .07em; text-transform: uppercase; }
.mr2-sheet-known dd { margin: 0; font: 700 1.28rem var(--mr2-sans); text-transform: uppercase; }
.mr2-sheet-register { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.mr2-sheet-register__intro { position: sticky; top: 120px; }
.mr2-sheet-register__rows { margin: 0; border-top: 1px solid #c9c7c2; }
.mr2-sheet-register__rows div { display: grid; grid-template-columns: minmax(220px,1fr) minmax(120px,.45fr); gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-sheet-register__rows dt { font: 700 1.04rem var(--mr2-sans); text-transform: uppercase; }
.mr2-sheet-register__rows dd { margin: 0; color: #656970; }
.mr2-sheet-read { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.mr2-sheet-read__mark { display: grid; place-items: center; min-height: 500px; border: 1px solid #3a3e45; }
.mr2-sheet-read__mark svg { width: min(65%,240px); fill: none; stroke: var(--mr2-red-on-dark); stroke-width: 2; stroke-linecap: square; stroke-linejoin: miter; }
.mr2-sheet-read .mr2-lead { color: #b2b5bb; }
.mr2-sheet-checks { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid #3a3e45; }
.mr2-sheet-checks li { display: grid; grid-template-columns: 190px 1fr; gap: 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid #3a3e45; }
.mr2-sheet-checks strong { font: 700 1.05rem var(--mr2-sans); text-transform: uppercase; }
.mr2-sheet-checks span { color: #b2b5bb; }
.mr2-sheet-scope__heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,7vw,7rem); align-items: end; margin-bottom: 2.4rem; }
.mr2-sheet-scope__heading > p { max-width: 590px; }
.mr2-sheet-scope { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; border-top: 1px solid #cfcdc8; }
.mr2-sheet-scope div { min-height: 118px; padding: 1.35rem 1.15rem 1.35rem 0; border-bottom: 1px solid #cfcdc8; }
.mr2-sheet-scope div:not(:nth-child(4n+1)) { padding-left: 1.15rem; border-left: 1px solid #cfcdc8; }
.mr2-sheet-scope dt { color: var(--mr2-red); font: 700 .72rem var(--mr2-sans); letter-spacing: .08em; text-transform: uppercase; }
.mr2-sheet-scope dd { margin: .5rem 0 0; color: var(--mr2-graphite); font-size: .91rem; line-height: 1.45; }
.mr2-sheet-access { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.mr2-sheet-access__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; padding: 2rem 0; border-top: 1px solid #c9c7c2; border-bottom: 1px solid #c9c7c2; }
.mr2-sheet-access__actions .mr2-btn { text-align: left; }
.mr2-sheet-back { min-height: 44px; display: inline-flex; align-items: center; color: var(--mr2-graphite); font: 700 .78rem var(--mr2-sans); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.mr2-sheet-back:hover,.mr2-sheet-back:focus-visible { color: var(--mr2-red); }
.mr2-sheet-sources { padding: clamp(3.5rem,5vw,4.5rem) 0; background: #ece9e2; }
.mr2-sheet-sources h2 { font-size: clamp(2.5rem,3.6vw,3.6rem); }
.mr2-sheet-sources p { max-width: 900px; }
.mr2-sheet-sources a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mr2-red); text-underline-offset: .2em; }
.mr2-sheet-form { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.mr2-sheet-form__intro { position: sticky; top: 120px; }
.mr2-sheet-form__intro h2,.mr2-sheet-match h2,.mr2-sheet-base h2 { font-size: clamp(2.7rem,4.4vw,4.4rem); }
.mr2-sheet-form__intro > p:last-child,.mr2-sheet-match__intro p,.mr2-sheet-base > div p { color: #60646a; }
.mr2-sheet-form__paper { padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid #c9c7c2; background: #fff; box-shadow: 12px 12px 0 #ece9e2; }
.mr2-sheet-form__paper div { display: grid; grid-template-columns: minmax(190px,.7fr) minmax(0,1.3fr); gap: 1.4rem; margin: 0; padding: 1.05rem 0; border-bottom: 1px solid #d8d6d1; }
.mr2-sheet-form__paper div:first-child { padding-top: 0; }
.mr2-sheet-form__paper div:last-child { padding-bottom: 0; border-bottom: 0; }
.mr2-sheet-form__paper dt { font: 700 .9rem var(--mr2-sans); text-transform: uppercase; }
.mr2-sheet-form__paper dd { min-width: 0; margin: 0; color: #62656b; overflow: hidden; white-space: nowrap; }
.mr2-sheet-match { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.mr2-sheet-match__intro { position: sticky; top: 120px; }
.mr2-sheet-match__rows { border-top: 1px solid #c9c7c2; }
.mr2-sheet-match__rows > div { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 1.3rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-sheet-match__rows > div:first-child { color: var(--mr2-red); font: 700 .76rem var(--mr2-sans); letter-spacing: .07em; text-transform: uppercase; }
.mr2-sheet-match__rows span { color: #55595f; }
.mr2-sheet-base { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.mr2-sheet-base dl { margin: 0; border-top: 1px solid #c9c7c2; }
.mr2-sheet-base dl div { padding: 1.45rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-sheet-base dt { margin-bottom: .4rem; color: var(--mr2-red); font: 700 .76rem var(--mr2-sans); letter-spacing: .07em; text-transform: uppercase; }
.mr2-sheet-base dd { margin: 0; color: #55595f; }
.mr2-sheet-caution { background: var(--mr2-red-dark); color: var(--mr2-white); }
.mr2-sheet-caution__inner { min-height: 230px; display: grid; grid-template-columns: 54px 1fr; gap: 1.8rem; align-items: center; padding-top: 2.5rem; padding-bottom: 2.5rem; }
.mr2-sheet-caution svg { width: 48px; fill: none; stroke: #ffd7dc; stroke-width: 1.5; }
.mr2-sheet-caution h2 { margin-bottom: .7rem; color: var(--mr2-white); font-size: clamp(2.3rem,3.5vw,3.5rem); }
.mr2-sheet-caution p { max-width: 1000px; margin-bottom: 0; color: #ffe7e9; }
@media (max-width:1020px) {
  .mr2-sheet-known,.mr2-sheet-register,.mr2-sheet-read,.mr2-sheet-access,.mr2-sheet-form,.mr2-sheet-match,.mr2-sheet-base { grid-template-columns: 1fr; }
  .mr2-sheet-register__intro { position: static; }
  .mr2-sheet-form__intro,.mr2-sheet-match__intro { position: static; }
  .mr2-sheet-read__mark { min-height: 300px; }
  .mr2-sheet-scope { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mr2-sheet-scope div:not(:nth-child(4n+1)) { padding-left: 0; border-left: 0; }
  .mr2-sheet-scope div:nth-child(even) { padding-left: 1.15rem; border-left: 1px solid #cfcdc8; }
}
@media (max-width:640px) {
  .mr2-sheet-hero { height: calc(100svh - 76px); min-height: 650px; }
  .mr2-sheet-hero__image { height: 42%; object-position: center 70%; }
  .mr2-sheet-hero__shade { background: linear-gradient(0deg,var(--mr2-ink) 0%,var(--mr2-ink) 59%,rgba(14,17,20,.18) 84%,rgba(14,17,20,.04)); }
  .mr2-sheet-hero__inner { padding-top: 1.4rem; padding-bottom: 2.35rem; }
  .mr2-sheet-hero .mr2-breadcrumb { margin-bottom: 1rem; }
  .mr2-sheet-hero h1 { font-size: clamp(2.65rem,11.5vw,3.25rem); }
  .mr2-sheet-known dl div,.mr2-sheet-register__rows div,.mr2-sheet-checks li { grid-template-columns: 1fr; gap: .35rem; }
  .mr2-sheet-form__paper { padding: 1.25rem; box-shadow: 7px 7px 0 #ece9e2; }
  .mr2-sheet-form__paper div { grid-template-columns: 1fr; gap: .35rem; }
  .mr2-sheet-match__rows > div { grid-template-columns: 1fr; gap: .4rem; }
  .mr2-sheet-match__rows > div:first-child { display: none; }
  .mr2-sheet-match__rows span:first-child::before { content: 'Supplément'; display: block; margin-bottom: .25rem; color: var(--mr2-red); font: 700 .68rem var(--mr2-sans); letter-spacing: .07em; text-transform: uppercase; }
  .mr2-sheet-match__rows span:last-child::before { content: 'MR2'; display: block; margin-bottom: .25rem; color: var(--mr2-red); font: 700 .68rem var(--mr2-sans); letter-spacing: .07em; text-transform: uppercase; }
  .mr2-sheet-caution__inner { grid-template-columns: 38px 1fr; gap: 1rem; align-items: start; }
  .mr2-sheet-caution svg { width: 34px; }
  .mr2-sheet-read__mark { min-height: 240px; }
  .mr2-sheet-scope__heading { grid-template-columns: 1fr; gap: 1rem; }
  .mr2-sheet-scope { grid-template-columns: 1fr; }
  .mr2-sheet-scope div,.mr2-sheet-scope div:nth-child(even) { min-height: 0; padding: 1rem 0; border-left: 0; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mr2-home, body.mr2-articles, body.mr2-single-article, body.mr2-sw20-hub, body.mr2-oem-hub, body.mr2-preparation-hub, body.mr2-documentations, body.mr2-diagnostic-guide, body.mr2-maintenance-hub, body.mr2-document-sheet {
  margin: 0;
  background: var(--mr2-paper);
  color: var(--mr2-ink);
  font-family: var(--mr2-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.mr2-home img, .mr2-articles img, .mr2-single-article img, .mr2-sw20-hub img, .mr2-oem-hub img, .mr2-preparation-hub img, .mr2-documentations img, .mr2-diagnostic-guide img, .mr2-maintenance-hub img, .mr2-document-sheet img { display: block; max-width: 100%; }
.mr2-home a, .mr2-articles a, .mr2-single-article a, .mr2-sw20-hub a, .mr2-oem-hub a, .mr2-preparation-hub a, .mr2-documentations a, .mr2-diagnostic-guide a, .mr2-maintenance-hub a, .mr2-document-sheet a { color: inherit; }
.mr2-skip {
  position: fixed; left: 1rem; top: -5rem; z-index: 9999;
  background: var(--mr2-white); color: var(--mr2-ink); padding: .75rem;
}
.mr2-skip:focus { top: 1rem; }
.mr2-shell { width: min(calc(100% - 40px), var(--mr2-max)); margin-inline: auto; }
.mr2-kicker {
  display: inline-flex; align-items: center;
  margin: 0 0 1.1rem; color: var(--mr2-red);
  font-family: var(--mr2-sans); font-size: .82rem; font-weight: 700;
  letter-spacing: .11em; line-height: 1; text-transform: uppercase;
}
.mr2-kicker::before { display: none; }
.mr2-home h1, .mr2-home h2, .mr2-home h3, .mr2-home p,
.mr2-articles h1, .mr2-articles h2, .mr2-articles h3, .mr2-articles p,
.mr2-single-article h1, .mr2-single-article h2, .mr2-single-article h3, .mr2-single-article p,
.mr2-oem-hub h1, .mr2-oem-hub h2, .mr2-oem-hub h3, .mr2-oem-hub p,
.mr2-documentations h1, .mr2-documentations h2, .mr2-documentations h3, .mr2-documentations p,
.mr2-diagnostic-guide h1, .mr2-diagnostic-guide h2, .mr2-diagnostic-guide h3, .mr2-diagnostic-guide p,
.mr2-maintenance-hub h1, .mr2-maintenance-hub h2, .mr2-maintenance-hub h3, .mr2-maintenance-hub p,
.mr2-document-sheet h1, .mr2-document-sheet h2, .mr2-document-sheet h3, .mr2-document-sheet p { margin-top: 0; }
.mr2-home h1, .mr2-home h2, .mr2-articles h1, .mr2-articles h2, .mr2-sw20-hub h1, .mr2-sw20-hub h2, .mr2-oem-hub h1, .mr2-oem-hub h2, .mr2-documentations h1, .mr2-documentations h2,
.mr2-diagnostic-guide h1, .mr2-diagnostic-guide h2, .mr2-maintenance-hub h1, .mr2-maintenance-hub h2,
.mr2-document-sheet h1, .mr2-document-sheet h2 {
  font-family: var(--mr2-sans); font-weight: 700; letter-spacing: -.025em;
  line-height: .96; text-transform: uppercase;
}
.mr2-home h1, .mr2-documentations h1 { max-width: 820px; margin-bottom: 1.3rem; color: var(--mr2-white); font-size: clamp(3.2rem, 6vw, 6rem); }
.mr2-home h2, .mr2-documentations h2 { margin-bottom: 1.4rem; font-size: clamp(2.35rem, 5.2vw, 5rem); }
.mr2-home h3, .mr2-articles h3, .mr2-sw20-hub h3, .mr2-oem-hub h3, .mr2-documentations h3, .mr2-diagnostic-guide h3, .mr2-maintenance-hub h3, .mr2-document-sheet h3 { font-family: var(--mr2-sans); font-size: 1.55rem; line-height: 1.05; text-transform: uppercase; }
.mr2-lead { max-width: 700px; font-size: clamp(1.05rem, 2vw, 1.27rem); line-height: 1.65; }
.mr2-btn {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .7rem;
  padding: .84rem 1.25rem; border: 1px solid transparent; text-decoration: none;
  font-family: var(--mr2-sans); font-size: .94rem; font-weight: 700; letter-spacing: .08em;
  line-height: 1; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.mr2-btn:hover { transform: translateY(-2px); }
.mr2-btn:focus-visible, .mr2-nav a:focus-visible, .mr2-tile:focus-visible { outline: 3px solid #f3b7c0; outline-offset: 3px; }
.mr2-btn--red { background: var(--mr2-red); color: var(--mr2-white); }
.mr2-home .mr2-btn--red { color: var(--mr2-white); }
.mr2-btn--red:hover { background: #e01638; }
.mr2-btn--dark { background: var(--mr2-ink); color: var(--mr2-white); }
.mr2-btn--line { border-color: rgba(255,255,255,.55); color: var(--mr2-white); }
.mr2-home .mr2-btn--line { color: var(--mr2-white); }
.mr2-btn--line:hover { border-color: var(--mr2-white); background: rgba(255,255,255,.08); }

/* Header */
.mr2-header {
  position: sticky; top: 0; z-index: 100; height: 82px;
  border-bottom: 1px solid var(--mr2-line); background: var(--mr2-white); color: var(--mr2-ink);
  box-shadow: 0 5px 24px rgba(25,27,31,.07);
}
.mr2-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.mr2-logo { min-height: 44px; display: flex; align-items: center; flex: 0 0 auto; }
.mr2-logo img { width: 270px; height: auto; object-fit: contain; }
.mr2-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.7rem); }
.mr2-nav a {
  position: relative; padding: .75rem 0; color: var(--mr2-ink); text-decoration: none;
  font-family: var(--mr2-sans); font-size: .84rem; font-weight: 600; letter-spacing: .075em; text-transform: uppercase;
}
.mr2-nav a::after { content: ""; position: absolute; right: 100%; bottom: .5rem; left: 0; height: 2px; background: var(--mr2-red); transition: right .2s ease; }
.mr2-nav a:hover::after { right: 0; }
.mr2-menu-toggle { display: none; border: 0; background: none; color: var(--mr2-ink); font: 700 .9rem var(--mr2-sans); letter-spacing: .08em; text-transform: uppercase; }

/* Hero */
.mr2-hero {
  position: relative; height: calc(100svh - 82px); min-height: 620px; display: grid; align-items: end;
  overflow: hidden; background: #101114 url("assets/images/mr2-sw20-hero.webp") center/cover no-repeat; color: var(--mr2-white);
}
.mr2-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,8,.95) 0%, rgba(5,6,8,.76) 38%, rgba(5,6,8,.17) 72%), linear-gradient(0deg, rgba(5,6,8,.78), transparent 45%); }
.mr2-hero::after { display: none; }
.mr2-hero__content { position: relative; z-index: 2; padding-top: 80px; padding-bottom: clamp(4rem, 9vw, 7.5rem); }
.mr2-hero__copy { max-width: 720px; margin-bottom: 2.1rem; color: rgba(255,255,255,.79); font-size: clamp(1.05rem, 1.7vw, 1.22rem); }
.mr2-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
/* Sections */
.mr2-section { padding: clamp(4rem, 6vw, 5.5rem) 0; }
.mr2-section--dark { background: var(--mr2-ink); color: var(--mr2-white); }
.mr2-section--white { background: var(--mr2-white); }
.mr2-section--intro { padding-top: clamp(4.5rem, 7vw, 6rem); }
.mr2-section--dark .mr2-kicker { color: var(--mr2-red-on-dark); }
.mr2-heading-row { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 4rem; margin-bottom: 3.4rem; }
.mr2-heading-row > * { margin-bottom: 0; }

.mr2-paths { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: clamp(2rem, 7vw, 7rem); border-top: 1px solid #cbc9c4; }
.mr2-tile { min-height: 150px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 1.2rem; padding: 1.55rem 0; border-bottom: 1px solid #cbc9c4; text-decoration: none; transition: color .22s ease; }
.mr2-tile:hover { color: var(--mr2-red); }
.mr2-tile svg { width: 30px; height: 30px; color: var(--mr2-red); stroke: currentColor; }
.mr2-tile__num { display: none; }
.mr2-tile h3 { margin-bottom: .35rem; }
.mr2-tile p { margin: 0; color: #646765; font-size: .92rem; }
.mr2-tile:hover p { color: #555856; }
.mr2-arrow { color: var(--mr2-red); font-size: 1.5rem; }

.mr2-identify { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px; }
.mr2-identify__image { min-height: 520px; background: #1a1d22 url("assets/images/mr2-sw20-cockpit.webp") center/cover no-repeat; }
.mr2-identify__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); background: var(--mr2-red); color: var(--mr2-white); }
.mr2-identify__body .mr2-kicker { color: var(--mr2-white); opacity: .78; }
.mr2-identify__body h2 { max-width: 540px; }
.mr2-identify__body p { max-width: 570px; color: rgba(255,255,255,.82); }
.mr2-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 2rem 0 2.2rem; background: rgba(255,255,255,.28); }
.mr2-fact { padding: 1rem; background: var(--mr2-red); }
.mr2-fact strong { display: block; font: 700 1.25rem var(--mr2-sans); text-transform: uppercase; }
.mr2-fact span { font-size: .75rem; opacity: .75; }

.mr2-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 650px; }
.mr2-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.mr2-feature__copy p { max-width: 600px; color: #62656b; }
.mr2-feature__image { min-height: 500px; background: #26282d url("assets/images/mr2-sw20-engine.webp") center/cover no-repeat; }
.mr2-checks { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.mr2-checks li { display: flex; gap: .8rem; padding: .75rem 0; border-top: 1px solid #deddd9; font-weight: 600; }
.mr2-checks li::before { content: "—"; color: var(--mr2-red); }

.mr2-diagnostic { position: relative; overflow: hidden; }
.mr2-diagnostic::after { display: none; }
.mr2-symptoms { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: clamp(2rem, 7vw, 7rem); border-top: 1px solid #3a3e45; }
.mr2-symptom { min-height: 145px; padding: 1.8rem 0; border-bottom: 1px solid #3a3e45; text-decoration: none; transition: color .2s ease; }
.mr2-symptom:hover { color: #ef2447; }
.mr2-symptom span { display: none; }
.mr2-symptom h3 { margin-bottom: .7rem; }
.mr2-symptom p { color: #9ca0a8; font-size: .9rem; }

.mr2-buy { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.mr2-buy__visual { position: relative; }
.mr2-buy__visual img { aspect-ratio: 3/2; width: 100%; object-fit: cover; }
.mr2-buy__stamp { display: none; }
.mr2-buy__copy p { color: #66696f; }
.mr2-numbers { display: flex; flex-wrap: wrap; gap: 2rem; margin: 2rem 0; padding: 1.5rem 0; border-block: 1px solid #d9d7d2; }
.mr2-number strong { display: block; color: var(--mr2-red); font: 700 1.45rem var(--mr2-sans); }
.mr2-number small { color: #777; }

.mr2-resources { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 7rem); }
.mr2-resource-list { border-top: 1px solid #3a3e45; }
.mr2-resource { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid #3a3e45; text-decoration: none; }
.mr2-resource span:first-child { color: var(--mr2-red); font: 700 .77rem var(--mr2-sans); letter-spacing: .08em; }
.mr2-resource strong { font-family: var(--mr2-sans); font-size: 1.1rem; text-transform: uppercase; }
.mr2-resource i { color: #868a91; font-style: normal; transition: transform .2s ease; }
.mr2-resource:hover i { transform: translateX(5px); color: var(--mr2-white); }
.mr2-resource-note { padding: 2.3rem; border: 1px solid #3a3e45; align-self: start; }
.mr2-resource-note p { color: #a7abb2; }

.mr2-footer { padding: 3.3rem 0 2rem; background: #090a0c; color: var(--mr2-white); }
.mr2-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2.4rem; border-bottom: 1px solid #2e3035; }
.mr2-footer__top img { width: 285px; height: auto; padding: 0; background: transparent; }
.mr2-footer__nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.mr2-footer__nav a { min-height: 44px; display: flex; align-items: center; padding-block: .7rem; color: #b3b6bc; text-decoration: none; font: 600 .8rem var(--mr2-sans); letter-spacing: .07em; text-transform: uppercase; }
.mr2-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; color: #777b83; font-size: .76rem; }

/* Latest articles: one lead story and a compact reading list. */
.mr2-section--articles { background: var(--mr2-paper); }
.mr2-heading-row--articles { grid-template-columns: 1fr auto; align-items: end; }
.mr2-heading-row--articles h2 { margin-bottom: 0; }
.mr2-text-link {
  display: inline-flex; min-height: 44px; align-items: center; gap: .65rem; padding-block: .55rem; color: var(--mr2-red);
  font-family: var(--mr2-sans); font-size: .92rem; font-weight: 700;
  letter-spacing: .06em; text-decoration: none; text-transform: uppercase;
}
.mr2-text-link span { transition: transform .2s cubic-bezier(.22, 1, .36, 1); }
.mr2-text-link:hover span { transform: translateX(5px); }
.mr2-journal { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.mr2-article-lead__image { display: block; overflow: hidden; background: var(--mr2-graphite); }
.mr2-article-lead__image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .45s cubic-bezier(.22, 1, .36, 1); }
.mr2-article-lead__image:hover img { transform: scale(1.018); }
.mr2-article-lead__body { padding-top: 1.5rem; }
.mr2-article-meta { margin-bottom: .65rem; color: var(--mr2-steel); font-family: var(--mr2-sans); font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.mr2-article-lead h3 { max-width: 760px; margin-bottom: .8rem; font-size: clamp(1.9rem, 3.4vw, 3.25rem); }
.mr2-article-lead h3 a, .mr2-article-row h3 a { display: flex; min-height: 44px; align-items: center; text-decoration: none; }
.mr2-article-lead__body > p:not(.mr2-article-meta) { max-width: 64ch; color: #606260; }
.mr2-article-list { border-top: 1px solid #c9c7c2; }
.mr2-article-row { display: grid; grid-template-columns: 105px 1fr 28px; align-items: center; gap: 1.15rem; min-height: 112px; border-bottom: 1px solid #c9c7c2; }
.mr2-article-row .mr2-article-meta { margin: 0; line-height: 1.45; }
.mr2-article-row h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.mr2-article-row__arrow { width: 44px; height: 44px; display: grid; place-items: center; color: var(--mr2-red); font-size: 1.35rem; text-decoration: none; transition: transform .2s cubic-bezier(.22, 1, .36, 1); }
.mr2-article-row:hover .mr2-article-row__arrow { transform: translateX(5px); }

@media (max-width: 1020px) {
  .mr2-nav { display: none; position: absolute; top: 82px; right: 0; left: 0; padding: 1.5rem 20px; border-top: 1px solid var(--mr2-line); background: var(--mr2-white); box-shadow: 0 16px 30px rgba(25,27,31,.1); flex-direction: column; align-items: flex-start; }
  .mr2-nav.is-open { display: flex; }
  .mr2-menu-toggle { display: block; min-width: 44px; min-height: 44px; }
  .mr2-paths { grid-template-columns: repeat(2, 1fr); }
  .mr2-heading-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .mr2-identify, .mr2-feature { grid-template-columns: 1fr; }
  .mr2-identify__image { order: 2; }
  .mr2-symptoms { grid-template-columns: repeat(2, 1fr); }
  .mr2-buy { grid-template-columns: 1fr; }
  .mr2-resources { grid-template-columns: 1fr; }
  .mr2-journal { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .mr2-shell { width: min(calc(100% - 28px), var(--mr2-max)); }
  .mr2-header { height: 76px; }
  .mr2-logo img { width: 200px; height: auto; }
  .mr2-nav { top: 76px; }
  .mr2-hero { height: calc(100svh - 76px); min-height: 650px; background-position: 63% center; }
  .mr2-hero::before { background: linear-gradient(90deg, rgba(5,6,8,.92), rgba(5,6,8,.55)), linear-gradient(0deg, rgba(5,6,8,.82), transparent); }
  .mr2-hero__content { padding-top: 70px; padding-bottom: 8.5rem; }
  .mr2-section--intro { padding-top: 4.5rem; }
  .mr2-paths, .mr2-symptoms { grid-template-columns: 1fr; }
  .mr2-tile { min-height: 128px; }
  .mr2-facts { grid-template-columns: 1fr; }
  .mr2-identify__body, .mr2-feature__copy { padding: 3.5rem 1.5rem; }
  .mr2-heading-row--articles { grid-template-columns: 1fr; }
  .mr2-article-row { grid-template-columns: 72px minmax(0, 1fr) 44px; min-height: 104px; gap: .45rem; }
  .mr2-footer__top, .mr2-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Contact — single-purpose page. */
.mr2-contact {
  --mr2-contact-header: 82px;
  margin: 0;
  background: var(--mr2-paper);
  color: var(--mr2-ink);
  font: 17px/1.6 var(--mr2-body);
  -webkit-font-smoothing: antialiased;
}
.mr2-contact *, .mr2-contact *::before, .mr2-contact *::after { box-sizing: border-box; }
.mr2-contact .mr2-contact-hero {
  min-height: calc(100svh - var(--mr2-contact-header));
  display: flex;
  align-items: center;
  background: var(--mr2-paper);
  overflow: visible;
}
.mr2-contact-hero__inner {
  display: grid;
  grid-template-columns: minmax(500px, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  transform: translateY(clamp(-2.5rem, -4vh, -1rem));
}
.mr2-contact-hero__copy { max-width: 560px; }
.mr2-contact h1 {
  max-width: 620px;
  margin: 0 0 1rem;
  font: 700 clamp(3.6rem, 5.2vw, 4.75rem)/.92 var(--mr2-sans);
  letter-spacing: -.035em;
  text-transform: uppercase;
  white-space: nowrap;
}
.mr2-contact-hero__copy > p:last-child { max-width: 38ch; margin: 0; color: #5d6065; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.mr2-contact-address { position: relative; padding: 1.5rem 0; border-block: 1px solid #c8c6c0; }
.mr2-contact-address > a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding-right: 155px;
  color: var(--mr2-ink);
  font: 700 clamp(1.55rem, 2.2vw, 2.15rem)/1.2 var(--mr2-body);
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
  text-decoration-color: var(--mr2-red);
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}
.mr2-contact-action {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  gap: .8rem;
  transform: translateY(-50%);
}
.mr2-contact-copy {
  min-width: 126px;
  min-height: 50px;
  padding: .8rem 1.2rem;
  border: 1px solid var(--mr2-red);
  border-radius: 0;
  background: var(--mr2-red);
  color: var(--mr2-white);
  cursor: pointer;
  font: 700 .94rem/1 var(--mr2-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mr2-contact-copy:hover { background: #e01638; }
.mr2-contact-copy:focus-visible, .mr2-contact-address > a:focus-visible { outline: 3px solid #f3b7c0; outline-offset: 3px; }
.mr2-contact-status { max-width: 150px; margin: 0; color: #55585d; font-size: .82rem; line-height: 1.35; }
@media (max-width: 1020px) {
  .mr2-contact-hero__inner { grid-template-columns: 1fr; align-items: start; gap: clamp(2rem, 7vh, 4rem); transform: translateY(clamp(-2rem, -4vh, -.75rem)); }
  .mr2-contact h1 { white-space: normal; }
}
@media (max-width: 640px) {
  .mr2-contact { --mr2-contact-header: 76px; }
  .mr2-contact .mr2-contact-hero { align-items: flex-start; }
  .mr2-contact-hero__inner { padding-block: clamp(3rem, 9vh, 4.5rem); gap: 2.5rem; transform: none; }
  .mr2-contact h1 { font-size: clamp(2.7rem, 13.5vw, 3.4rem); white-space: nowrap; }
  .mr2-contact-address { padding: 1.2rem 0 5.25rem; }
  .mr2-contact-address > a { padding-right: 0; font-size: clamp(1.18rem, 5.5vw, 1.45rem); }
  .mr2-contact-action { top: auto; right: auto; bottom: .65rem; left: 0; transform: none; }
}

/* OEM cylinder-block correspondence sheet — isolated from document templates. */
.mr2-oem-sheet {
  --mr2-oem-header: 82px; margin: 0; background: var(--mr2-white); color: var(--mr2-ink);
  font-family: var(--mr2-body); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
.mr2-oem-sheet img { display: block; max-width: 100%; }
.mr2-oem-sheet a { color: inherit; }
.mr2-oem-sheet h1, .mr2-oem-sheet h2, .mr2-oem-sheet h3, .mr2-oem-sheet p { margin-top: 0; }
.mr2-oem-sheet h1, .mr2-oem-sheet h2 { font-family: var(--mr2-sans); font-weight: 700; letter-spacing: -.025em; line-height: .96; text-transform: uppercase; }
.mr2-oem-sheet h2 { margin-bottom: 1.4rem; font-size: clamp(2.35rem, 4.5vw, 4.6rem); }
.mr2-oem-sheet h3 { font-family: var(--mr2-sans); line-height: 1.05; text-transform: uppercase; }
.mr2-oem-sheet .mr2-oem-hero {
  position: relative; height: calc(100svh - var(--mr2-oem-header)); min-height: 0; display: flex; align-items: center;
  overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white);
}
.mr2-oem-sheet .mr2-oem-hero::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 41%; background: var(--mr2-red); }
.mr2-oem-sheet .mr2-oem-hero__inner { position: relative; z-index: 2; padding-block: clamp(2rem, 5vw, 4.5rem); }
.mr2-oem-sheet .mr2-oem-hero h1 { max-width: 760px; margin-bottom: 1.25rem; font-size: clamp(3.2rem, 5.25vw, 5.35rem); }
.mr2-oem-sheet .mr2-oem-hero__lead { max-width: 610px; margin-bottom: 2rem; color: #d5d7db; font-size: clamp(1.04rem, 1.7vw, 1.24rem); }
.mr2-oem-sheet .mr2-oem-hero .mr2-kicker { color: #f3f4f6; }
.mr2-oem-sheet .mr2-oem-hero__code { position: absolute; z-index: 1; right: 4.5vw; top: 50%; width: 31%; color: var(--mr2-white); transform: translateY(-50%); }
.mr2-oem-sheet .mr2-oem-hero__code small { display: block; margin-bottom: 1rem; font: 700 .82rem var(--mr2-sans); letter-spacing: .12em; text-transform: uppercase; }
.mr2-oem-sheet .mr2-oem-hero__code strong { display: block; font: 700 clamp(4rem, 7.7vw, 8.2rem)/.78 var(--mr2-sans); letter-spacing: -.045em; }
.mr2-oem-sheet .mr2-oem-section { padding: clamp(4rem, 6vw, 5.5rem) 0; scroll-margin-top: 5rem; }
.mr2-oem-sheet .mr2-oem-section--white { background: var(--mr2-white); }
.mr2-oem-sheet .mr2-oem-section--paper { background: var(--mr2-paper); }
.mr2-oem-sheet .mr2-oem-section--ink { background: var(--mr2-ink); color: var(--mr2-white); }
.mr2-oem-sheet .mr2-oem-section--red { background: var(--mr2-red); color: var(--mr2-white); }
.mr2-oem-sheet .mr2-oem-form, .mr2-oem-sheet .mr2-oem-source, .mr2-oem-sheet .mr2-oem-compare { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.mr2-oem-sheet .mr2-oem-form__intro p, .mr2-oem-sheet .mr2-oem-compare__intro p { color: #60636a; }
.mr2-oem-sheet .mr2-oem-paper { margin: 0; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #cac8c2; background: #fbfaf7; }
.mr2-oem-sheet .mr2-oem-paper div, .mr2-oem-sheet .mr2-oem-source__lines div { padding: 1rem 0; border-bottom: 1px solid #d5d2ca; }
.mr2-oem-sheet .mr2-oem-paper div:first-child, .mr2-oem-sheet .mr2-oem-source__lines div:first-child { padding-top: 0; }
.mr2-oem-sheet .mr2-oem-paper div:last-child, .mr2-oem-sheet .mr2-oem-source__lines div:last-child { padding-bottom: 0; border-bottom: 0; }
.mr2-oem-sheet .mr2-oem-paper dt, .mr2-oem-sheet .mr2-oem-source__lines dt { margin-bottom: .45rem; font: 700 .85rem var(--mr2-sans); letter-spacing: .035em; text-transform: uppercase; }
.mr2-oem-sheet .mr2-oem-paper dd, .mr2-oem-sheet .mr2-oem-source__lines dd { margin: 0; overflow: hidden; color: #777a80; white-space: nowrap; }
.mr2-oem-sheet .mr2-oem-footnote { grid-column: 2; margin: -1.5rem 0 0; color: #686b70; font-size: .86rem; }
.mr2-oem-sheet .mr2-oem-source > div > p { color: #b4b7bd; }
.mr2-oem-sheet .mr2-oem-source__lines { margin: 0; padding-left: clamp(1.5rem, 4vw, 3.5rem); border-left: 1px solid #42464e; }
.mr2-oem-sheet .mr2-oem-source__lines div { border-color: #42464e; }
.mr2-oem-sheet .mr2-oem-source__lines dd { color: #777c85; }
.mr2-oem-sheet .mr2-oem-table { border-top: 2px solid var(--mr2-ink); }
.mr2-oem-sheet .mr2-oem-table [role="row"] { display: grid; grid-template-columns: 1fr 1fr .75fr; border-bottom: 1px solid #c9c7c1; }
.mr2-oem-sheet .mr2-oem-table [role="cell"], .mr2-oem-sheet .mr2-oem-table [role="columnheader"] { padding: 1rem .9rem; border-right: 1px solid #d4d1ca; }
.mr2-oem-sheet .mr2-oem-table [role="cell"]:last-child, .mr2-oem-sheet .mr2-oem-table [role="columnheader"]:last-child { border-right: 0; }
.mr2-oem-sheet .mr2-oem-table [role="columnheader"] { font: 700 .82rem var(--mr2-sans); letter-spacing: .04em; text-transform: uppercase; }
.mr2-oem-sheet .mr2-oem-verdict { display: grid; grid-template-columns: minmax(240px, .68fr) minmax(0, 1.32fr); gap: clamp(2.5rem, 7vw, 7rem); }
.mr2-oem-sheet .mr2-oem-states { margin: 0; border-top: 1px solid #c9c7c1; }
.mr2-oem-sheet .mr2-oem-states div { display: grid; grid-template-columns: minmax(190px, .7fr) 1.3fr; gap: 1.5rem; padding: 1.35rem 0; border-bottom: 1px solid #c9c7c1; }
.mr2-oem-sheet .mr2-oem-states dt { color: var(--mr2-red); font: 700 1.12rem var(--mr2-sans); text-transform: uppercase; }
.mr2-oem-sheet .mr2-oem-states dd { margin: 0; color: #5f6268; }
.mr2-oem-sheet .mr2-oem-limit { grid-column: 1 / -1; margin-top: 1rem; padding: clamp(1.4rem, 3vw, 2rem); border-top: 4px solid var(--mr2-red); background: var(--mr2-paper); }
.mr2-oem-sheet .mr2-oem-limit h3 { margin-bottom: .5rem; font-size: 1.5rem; }
.mr2-oem-sheet .mr2-oem-limit p { max-width: 92ch; margin: 0; color: #575a60; }
.mr2-oem-sheet .mr2-oem-limit code { font-weight: 700; }
.mr2-oem-sheet .mr2-oem-access { display: grid; grid-template-columns: 1fr auto; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.mr2-oem-sheet .mr2-oem-access p { max-width: 67ch; color: rgba(255,255,255,.83); }
.mr2-oem-sheet .mr2-oem-section--red .mr2-kicker { color: var(--mr2-white); opacity: .78; }
.mr2-oem-sheet .mr2-btn--light { border-color: var(--mr2-white); background: var(--mr2-white); color: var(--mr2-ink); white-space: nowrap; }
.mr2-oem-sheet .mr2-oem-source-note { padding: 1.15rem 0; background: #a8001e; color: rgba(255,255,255,.82); font-size: .84rem; }
.mr2-oem-sheet .mr2-oem-source-note .mr2-shell { display: flex; gap: 1rem; }
.mr2-oem-sheet .mr2-oem-source-note a { color: var(--mr2-white); }
.mr2-oem-sheet .mr2-oem-source-note a { min-height: 44px; display: inline-flex; align-items: center; }

@media (max-width: 1020px) {
  .mr2-oem-sheet .mr2-oem-form, .mr2-oem-sheet .mr2-oem-source, .mr2-oem-sheet .mr2-oem-compare, .mr2-oem-sheet .mr2-oem-verdict, .mr2-oem-sheet .mr2-oem-access { grid-template-columns: 1fr; }
  .mr2-oem-sheet .mr2-oem-footnote { grid-column: 1; margin-top: -1rem; }
  .mr2-oem-sheet .mr2-oem-source__lines { padding-left: 0; border-left: 0; border-top: 1px solid #42464e; padding-top: 1.5rem; }
  .mr2-oem-sheet .mr2-oem-hero::after { width: 35%; }
  .mr2-oem-sheet .mr2-oem-hero__code { right: 2vw; width: 29%; }
}

@media (max-width: 640px) {
  .mr2-oem-sheet { --mr2-oem-header: 76px; }
  .mr2-oem-sheet .mr2-oem-hero__inner { padding-block: 1.5rem 2rem; }
  .mr2-oem-sheet .mr2-oem-hero h1 { font-size: clamp(2.65rem, 13.5vw, 3.5rem); }
  .mr2-oem-sheet .mr2-oem-hero__lead { font-size: 1rem; }
  .mr2-oem-sheet .mr2-oem-hero::after { top: auto; bottom: 0; width: 100%; height: 118px; }
  .mr2-oem-sheet .mr2-oem-hero__code { right: 14px; top: auto; bottom: 13px; width: calc(100% - 28px); display: flex; align-items: flex-end; justify-content: space-between; transform: none; }
  .mr2-oem-sheet .mr2-oem-hero__code small { margin: 0 0 .2rem; }
  .mr2-oem-sheet .mr2-oem-hero__code strong { font-size: 3.15rem; line-height: .78; text-align: right; }
  .mr2-oem-sheet .mr2-oem-hero__inner { padding-bottom: 8.7rem; }
  .mr2-oem-sheet .mr2-oem-table { overflow-x: auto; }
  .mr2-oem-sheet .mr2-oem-table [role="row"] { min-width: 680px; }
  .mr2-oem-sheet .mr2-oem-states div { grid-template-columns: 1fr; gap: .45rem; }
  .mr2-oem-sheet .mr2-oem-source-note .mr2-shell { flex-direction: column; gap: .35rem; }
  .mr2-oem-sheet .mr2-btn--light { width: 100%; white-space: normal; }
}

/* Shared evidence primitives for parts pages. Layout stays page-specific. */
.mr2-part-evidence {
  margin: 0; background: var(--mr2-paper); color: var(--mr2-ink);
  font-family: var(--mr2-body); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
.mr2-part-evidence .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; }
.mr2-part-evidence a { color: inherit; }
.mr2-part-evidence h1, .mr2-part-evidence h2, .mr2-part-evidence h3, .mr2-part-evidence p { margin-top: 0; }
.mr2-part-evidence h1, .mr2-part-evidence h2 { font-family: var(--mr2-sans); font-weight: 700; letter-spacing: -.025em; line-height: .96; text-transform: uppercase; }
.mr2-part-evidence__write-line { width: min(100%, 250px); height: 1.2rem; display: block; border-bottom: 1px solid #8e9197; }
.mr2-part-evidence__write-line--dark { border-color: #777c84; }
.mr2-part-evidence__ledger { min-width: 0; padding-top: 1.4rem; border-top: 2px solid var(--mr2-ink); }
.mr2-part-evidence__ledger h3 { margin-bottom: 1rem; font: 700 1.35rem/1 var(--mr2-sans); text-transform: uppercase; }
.mr2-part-evidence__ledger dl { margin: 0; }
.mr2-part-evidence__ledger dl div { padding: .85rem 0; border-bottom: 1px solid #d0cec8; }
.mr2-part-evidence__ledger dt { margin-bottom: .4rem; font: 700 .78rem/1.3 var(--mr2-sans); letter-spacing: .045em; text-transform: uppercase; }
.mr2-part-evidence__ledger dd { margin: 0; }
.mr2-part-evidence__stop { margin-top: clamp(2.5rem, 5vw, 4rem); background: var(--mr2-red); color: var(--mr2-white); }
.mr2-part-evidence__stop .mr2-shell { min-height: 126px; display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-block: 1.6rem; }
.mr2-part-evidence__stop strong { font: 700 clamp(1.55rem, 2.5vw, 2.35rem)/1 var(--mr2-sans); text-transform: uppercase; }
.mr2-part-evidence__stop span { color: #ffe9ed; }
.mr2-part-evidence__source { padding: 1.3rem 0; background: #ece9e2; color: #56595f; font-size: .86rem; }
.mr2-part-evidence__source .mr2-shell { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; }
.mr2-part-evidence__source p { max-width: 82ch; margin-bottom: 0; }
.mr2-part-evidence__source a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mr2-red-dark); text-decoration-thickness: 1px; text-underline-offset: .18em; }
.mr2-part-evidence__back { gap: .7rem; font: 700 .82rem var(--mr2-sans); letter-spacing: .045em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.mr2-text-logo { min-height: 44px; display: inline-flex; align-items: center; gap: .8rem; color: var(--mr2-ink); text-decoration: none; }
.mr2-text-logo__mark { padding-block: .18rem; border-block: 2px solid var(--mr2-red); color: var(--mr2-red); font: 700 1.15rem/.8 var(--mr2-sans); letter-spacing: -.07em; transform: skewX(-9deg); }
.mr2-text-logo__name { font: 700 .95rem/1 var(--mr2-sans); letter-spacing: .08em; text-transform: uppercase; }
.mr2-text-logo--footer { color: var(--mr2-white); }
.mr2-text-logo--footer .mr2-text-logo__name { color: var(--mr2-white); }

/* Neutral comparison sheet — deliberately isolated from the body-trim page. */
body.mr2-oem-cylinder-sheet { --mr2-cylinder-header: 82px; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-hero { height: calc(100svh - var(--mr2-cylinder-header)); min-height: 620px; overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-hero__inner { height: 100%; display: flex; flex-direction: column; padding-block: clamp(2rem, 4vw, 3.2rem) clamp(3rem, 7vw, 5.5rem); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-hero .mr2-breadcrumb { margin-bottom: auto; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-hero__copy { max-width: 960px; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-hero h1 { max-width: 920px; margin-bottom: 1.35rem; color: var(--mr2-white); font-size: clamp(3.6rem, 6vw, 6rem); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-hero__lead { max-width: 710px; margin-bottom: 2rem; color: #d2d5da; font-size: clamp(1.04rem, 1.6vw, 1.22rem); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-section { padding: clamp(4rem, 6vw, 5.5rem) 0; scroll-margin-top: 5rem; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-sheet { background: var(--mr2-white); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.5rem, 4vw, 4rem); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-heading > p { max-width: 62ch; margin-bottom: 0; color: #61646a; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-ledgers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 7vw, 7rem); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-sheet__note { max-width: 72ch; margin: 1.6rem 0 0; color: #696c72; font-size: .86rem; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-compare { background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-heading--light .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-heading--light > p { color: #b8bbc2; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-table th { padding: 0 1rem 1rem 0; border-bottom: 2px solid #6b6f77; color: #d9dbe0; font: 700 .8rem/1.3 var(--mr2-sans); letter-spacing: .05em; text-align: left; text-transform: uppercase; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-table td { padding: 1.15rem 1rem 1.15rem 0; border-bottom: 1px solid #41454c; color: #e3e4e7; vertical-align: top; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-table th:nth-child(3), body.mr2-oem-cylinder-sheet .mr2-cylinder-table td:nth-child(3) { width: 24%; padding-right: 0; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-decision { padding-bottom: 0; background: var(--mr2-paper); }
body.mr2-oem-cylinder-sheet .mr2-cylinder-states { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; border-block: 1px solid #c7c5bf; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-states div { min-width: 0; padding: 1.3rem clamp(1rem, 2.5vw, 2rem); border-right: 1px solid #c7c5bf; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-states div:first-child { padding-left: 0; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-states div:last-child { padding-right: 0; border-right: 0; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-states dt { color: var(--mr2-red-dark); font: 700 1.08rem var(--mr2-sans); text-transform: uppercase; }
body.mr2-oem-cylinder-sheet .mr2-cylinder-states dd { margin: .35rem 0 0; color: #5f6268; }
body.mr2-oem-cylinder-sheet :focus-visible { outline: 3px solid #e9a5b0; outline-offset: 4px; }

@media (max-width: 1020px) {
  body.mr2-oem-cylinder-sheet .mr2-cylinder-heading { grid-template-columns: 1fr; gap: 1rem; }
  .mr2-part-evidence__source .mr2-shell { grid-template-columns: 1fr; gap: .7rem; }
}

@media (max-width: 640px) {
  body.mr2-oem-cylinder-sheet { --mr2-cylinder-header: 76px; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-hero { min-height: 0; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-hero__inner { padding-block: 1.4rem 2.3rem; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-hero h1 { font-size: clamp(2.7rem, 12vw, 3.45rem); }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-hero__lead { font-size: .98rem; line-height: 1.52; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-ledgers, body.mr2-oem-cylinder-sheet .mr2-cylinder-states, .mr2-part-evidence__stop .mr2-shell { grid-template-columns: 1fr; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-ledgers { gap: 2.5rem; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-table, body.mr2-oem-cylinder-sheet .mr2-cylinder-table tbody, body.mr2-oem-cylinder-sheet .mr2-cylinder-table tr, body.mr2-oem-cylinder-sheet .mr2-cylinder-table td { display: block; width: 100%; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-table tr { padding: 1.1rem 0; border-bottom: 1px solid #41454c; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-table td, body.mr2-oem-cylinder-sheet .mr2-cylinder-table td:nth-child(3) { padding: .35rem 0; border: 0; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-table td::before { content: attr(data-label); display: block; margin-bottom: .15rem; color: #92969e; font: 700 .7rem var(--mr2-sans); letter-spacing: .045em; text-transform: uppercase; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-states div, body.mr2-oem-cylinder-sheet .mr2-cylinder-states div:first-child, body.mr2-oem-cylinder-sheet .mr2-cylinder-states div:last-child { padding: 1.15rem 0; border-right: 0; border-bottom: 1px solid #c7c5bf; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-states div:last-child { border-bottom: 0; }
  .mr2-part-evidence__stop .mr2-shell { min-height: 0; gap: .65rem; }
  .mr2-part-evidence__source .mr2-shell { gap: .4rem; }
  .mr2-part-evidence__back { white-space: normal; }
  .mr2-text-logo { gap: .55rem; }
  .mr2-text-logo__name { font-size: .82rem; }
}

@media print {
  body.mr2-oem-cylinder-sheet .mr2-header, body.mr2-oem-cylinder-sheet .mr2-cylinder-hero, body.mr2-oem-cylinder-sheet .mr2-cylinder-compare, body.mr2-oem-cylinder-sheet .mr2-cylinder-decision, body.mr2-oem-cylinder-sheet .mr2-part-evidence__source, body.mr2-oem-cylinder-sheet .mr2-footer { display: none !important; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-sheet { padding: 0; }
  body.mr2-oem-cylinder-sheet .mr2-cylinder-ledgers { gap: 2rem; }
}

/* Body-trim photo record — its composition does not reuse the comparison sheet. */
body.mr2-oem-body-trim-sheet { --mr2-trim-header: 82px; }
body.mr2-oem-body-trim-sheet .mr2-trim-hero { height: calc(100svh - var(--mr2-trim-header)); min-height: 620px; overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-oem-body-trim-sheet .mr2-trim-hero__inner { height: 100%; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-block: clamp(2rem, 5vw, 4rem); }
body.mr2-oem-body-trim-sheet .mr2-trim-hero__copy { min-width: 0; }
body.mr2-oem-body-trim-sheet .mr2-trim-hero .mr2-breadcrumb { margin-bottom: clamp(1.2rem, 3vw, 2.2rem); }
body.mr2-oem-body-trim-sheet .mr2-trim-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-oem-body-trim-sheet .mr2-trim-hero h1 { max-width: 780px; margin-bottom: 1.3rem; color: var(--mr2-white); font-size: clamp(3.4rem, 5.5vw, 5.5rem); }
body.mr2-oem-body-trim-sheet .mr2-trim-hero__lead { max-width: 650px; margin-bottom: 2rem; color: #d2d5da; font-size: clamp(1.02rem, 1.55vw, 1.2rem); }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; transform: rotate(-1.2deg); }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame { min-height: 150px; position: relative; display: block; overflow: hidden; border: 8px solid #f4f2ed; background: #30343a; box-shadow: 0 13px 0 rgba(0,0,0,.16); }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide { grid-column: 1 / -1; min-height: 205px; }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame i { position: absolute; right: 10%; bottom: 34%; left: 10%; height: 15px; display: block; border-block: 2px solid #8b9098; color: #b9bdc4; font: 700 .72rem var(--mr2-sans); letter-spacing: .12em; text-align: center; text-transform: uppercase; }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide i::before, body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide i::after { content: ""; position: absolute; top: -32px; width: 2px; height: 78px; background: #686d75; }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide i::before { left: 12%; }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide i::after { right: 12%; }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--ends i { right: 20%; left: 20%; }
body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--mark i { height: auto; border: 0; font-size: 1.15rem; }
body.mr2-oem-body-trim-sheet .mr2-trim-section { padding: clamp(4rem, 6vw, 5.5rem) 0; scroll-margin-top: 5rem; }
body.mr2-oem-body-trim-sheet .mr2-trim-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
body.mr2-oem-body-trim-sheet .mr2-trim-heading h2, body.mr2-oem-body-trim-sheet .mr2-trim-association h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.5rem, 4vw, 4rem); }
body.mr2-oem-body-trim-sheet .mr2-trim-heading > p { max-width: 62ch; margin-bottom: 0; color: #61646a; }
body.mr2-oem-body-trim-sheet .mr2-trim-photos { background: var(--mr2-white); }
body.mr2-oem-body-trim-sheet .mr2-trim-photo-sequence { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: clamp(1.2rem, 3vw, 2.5rem); }
body.mr2-oem-body-trim-sheet .mr2-trim-shot { min-width: 0; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot__drawing { aspect-ratio: 4 / 3; position: relative; overflow: hidden; margin-bottom: 1.2rem; background: #e8e5de; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot--wide .mr2-trim-shot__drawing { aspect-ratio: 16 / 9; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot__drawing span { position: absolute; right: 9%; bottom: 37%; left: 9%; height: 14px; border-block: 2px solid #747880; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot--wide .mr2-trim-shot__drawing span::before, body.mr2-oem-body-trim-sheet .mr2-trim-shot--wide .mr2-trim-shot__drawing span::after { content: ""; position: absolute; top: -45px; width: 2px; height: 100px; background: #a5a39e; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot--wide .mr2-trim-shot__drawing span::before { left: 13%; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot--wide .mr2-trim-shot__drawing span::after { right: 13%; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot--ends .mr2-trim-shot__drawing span { right: 24%; left: 24%; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot--mark .mr2-trim-shot__drawing span { height: auto; border: 0; color: #575b62; font: 700 1.35rem var(--mr2-sans); letter-spacing: .12em; text-align: center; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot__label { margin-bottom: .45rem; color: var(--mr2-red-dark); font: 700 .75rem var(--mr2-sans); letter-spacing: .06em; text-transform: uppercase; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot h3 { margin-bottom: .5rem; font: 700 clamp(1.45rem, 2vw, 1.9rem)/1 var(--mr2-sans); text-transform: uppercase; }
body.mr2-oem-body-trim-sheet .mr2-trim-shot > p:last-child { margin-bottom: 0; color: #60636a; }
body.mr2-oem-body-trim-sheet .mr2-trim-observation { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: clamp(2.5rem, 5vw, 4rem) 0 0; border-block: 1px solid #c9c7c1; }
body.mr2-oem-body-trim-sheet .mr2-trim-observation div { min-width: 0; padding: 1.2rem clamp(1rem, 2.5vw, 2rem); border-right: 1px solid #c9c7c1; }
body.mr2-oem-body-trim-sheet .mr2-trim-observation div:first-child { padding-left: 0; }
body.mr2-oem-body-trim-sheet .mr2-trim-observation div:last-child { padding-right: 0; border-right: 0; }
body.mr2-oem-body-trim-sheet .mr2-trim-observation dt, body.mr2-oem-body-trim-sheet .mr2-trim-association dt { margin-bottom: .4rem; font: 700 .78rem var(--mr2-sans); letter-spacing: .045em; text-transform: uppercase; }
body.mr2-oem-body-trim-sheet .mr2-trim-observation dd, body.mr2-oem-body-trim-sheet .mr2-trim-association dd { margin: 0; }
body.mr2-oem-body-trim-sheet .mr2-trim-association { background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-oem-body-trim-sheet .mr2-trim-association__layout { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(340px, 1.15fr) minmax(210px, .55fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
body.mr2-oem-body-trim-sheet .mr2-trim-association .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-oem-body-trim-sheet .mr2-trim-association__heading > p:last-child { max-width: 50ch; margin-bottom: 0; color: #b9bcc3; }
body.mr2-oem-body-trim-sheet .mr2-trim-association__vehicle { border-top: 2px solid #737780; }
body.mr2-oem-body-trim-sheet .mr2-trim-association__vehicle dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; margin: 0; }
body.mr2-oem-body-trim-sheet .mr2-trim-association__vehicle dl div { padding: 1rem 0; border-bottom: 1px solid #41454c; }
body.mr2-oem-body-trim-sheet .mr2-trim-association dt { color: #d8dae0; }
body.mr2-oem-body-trim-sheet .mr2-trim-association__label { margin: 1rem 0 .35rem; color: #92969e; font: 700 .75rem var(--mr2-sans); letter-spacing: .055em; text-transform: uppercase; }
body.mr2-oem-body-trim-sheet .mr2-trim-association__source { padding: 1rem 0 1.4rem; border-block: 2px solid #737780; }
body.mr2-oem-body-trim-sheet .mr2-trim-association__source strong { display: block; margin: .5rem 0 1.4rem; color: #e1e3e7; font: 700 1rem/1.25 var(--mr2-sans); text-transform: uppercase; }
body.mr2-oem-body-trim-sheet .mr2-trim-decision { padding-bottom: 0; background: var(--mr2-paper); }
body.mr2-oem-body-trim-sheet .mr2-trim-comparisons { border-top: 2px solid var(--mr2-ink); }
body.mr2-oem-body-trim-sheet .mr2-trim-comparisons article { display: grid; grid-template-columns: minmax(220px, .7fr) repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 4rem); align-items: end; padding: 1.35rem 0; border-bottom: 1px solid #c9c7c1; }
body.mr2-oem-body-trim-sheet .mr2-trim-comparisons h3 { margin: 0; font: 700 clamp(1.35rem, 2vw, 1.8rem)/1 var(--mr2-sans); text-transform: uppercase; }
body.mr2-oem-body-trim-sheet .mr2-trim-comparisons article > div > span:first-child { display: block; margin-bottom: .5rem; color: #696c72; font: 700 .74rem var(--mr2-sans); letter-spacing: .045em; text-transform: uppercase; }
body.mr2-oem-body-trim-sheet :focus-visible { outline: 3px solid #e9a5b0; outline-offset: 4px; }

@media (max-width: 1020px) {
  body.mr2-oem-body-trim-sheet .mr2-trim-hero__inner { grid-template-columns: minmax(0, 1.15fr) minmax(250px, .6fr); gap: 2.5rem; }
  body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame { min-height: 120px; border-width: 6px; }
  body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide { min-height: 170px; }
  body.mr2-oem-body-trim-sheet .mr2-trim-heading, body.mr2-oem-body-trim-sheet .mr2-trim-association__layout { grid-template-columns: 1fr; gap: 1.2rem; }
  body.mr2-oem-body-trim-sheet .mr2-trim-association__vehicle dl { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 1rem; }
}

@media (max-width: 640px) {
  body.mr2-oem-body-trim-sheet { --mr2-trim-header: 76px; }
  body.mr2-oem-body-trim-sheet .mr2-trim-hero { min-height: 0; }
  body.mr2-oem-body-trim-sheet .mr2-trim-hero__inner { grid-template-columns: 1fr; gap: 1rem; align-content: center; padding-block: 1.2rem 1.6rem; }
  body.mr2-oem-body-trim-sheet .mr2-trim-hero .mr2-breadcrumb { margin-bottom: .7rem; }
  body.mr2-oem-body-trim-sheet .mr2-trim-hero h1 { font-size: clamp(2.5rem, 11vw, 3.2rem); }
  body.mr2-oem-body-trim-sheet .mr2-trim-hero__lead { margin-bottom: 1.1rem; font-size: .94rem; line-height: 1.48; }
  body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet { width: 100%; max-width: 330px; grid-template-columns: 1.25fr .75fr .75fr; gap: .45rem; transform: none; }
  body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame, body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide { grid-column: auto; min-height: 88px; border-width: 4px; box-shadow: none; }
  body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame i { height: 8px; }
  body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide i::before, body.mr2-oem-body-trim-sheet .mr2-trim-contact-sheet__frame--wide i::after { top: -18px; height: 43px; }
  body.mr2-oem-body-trim-sheet .mr2-trim-photo-sequence, body.mr2-oem-body-trim-sheet .mr2-trim-observation, body.mr2-oem-body-trim-sheet .mr2-trim-association__vehicle dl { grid-template-columns: 1fr; }
  body.mr2-oem-body-trim-sheet .mr2-trim-photo-sequence { gap: 2.2rem; }
  body.mr2-oem-body-trim-sheet .mr2-trim-shot__drawing, body.mr2-oem-body-trim-sheet .mr2-trim-shot--wide .mr2-trim-shot__drawing { aspect-ratio: 16 / 8; }
  body.mr2-oem-body-trim-sheet .mr2-trim-observation div, body.mr2-oem-body-trim-sheet .mr2-trim-observation div:first-child, body.mr2-oem-body-trim-sheet .mr2-trim-observation div:last-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid #c9c7c1; }
  body.mr2-oem-body-trim-sheet .mr2-trim-observation div:last-child { border-bottom: 0; }
  body.mr2-oem-body-trim-sheet .mr2-trim-comparisons article { grid-template-columns: 1fr; gap: .75rem; }
}

@media print {
  body.mr2-oem-body-trim-sheet .mr2-header, body.mr2-oem-body-trim-sheet .mr2-trim-hero, body.mr2-oem-body-trim-sheet .mr2-footer { display: none !important; }
  body.mr2-oem-body-trim-sheet .mr2-trim-section { padding: 1.5rem 0; break-inside: avoid; }
}

/* Document registry */
body.mr2-documentations { --mr2-doc-header-height: 82px; background: var(--mr2-paper); }
body.mr2-documentations section[id] { scroll-margin-top: 5rem; }
.mr2-breadcrumb { display: flex; align-items: center; gap: .55rem; margin-bottom: clamp(1.8rem,3vw,2.6rem); color: #c5c8cd; font: 600 .78rem var(--mr2-sans); letter-spacing: .025em; }
.mr2-breadcrumb a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; color: inherit; }
.mr2-section--paper { background: var(--mr2-paper); }
body.mr2-documentations .mr2-doc-hero { height: calc(100svh - var(--mr2-doc-header-height)); min-height: 650px; overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-documentations .mr2-doc-hero__inner { height: 100%; display: flex; flex-direction: column; padding-block: clamp(1.6rem,3vw,2.5rem) clamp(2.5rem,5vw,4.2rem); }
body.mr2-documentations .mr2-doc-hero .mr2-breadcrumb { margin-bottom: auto; }
body.mr2-documentations .mr2-doc-hero__copy { margin-top: auto; }
body.mr2-documentations .mr2-doc-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-documentations .mr2-doc-hero h1 { max-width: 900px; margin-bottom: 1.15rem; font-size: clamp(3.35rem,5.3vw,5.3rem); }
body.mr2-documentations .mr2-doc-hero__lead { max-width: 720px; margin-bottom: 1.4rem; color: #d3d5d8; font-size: clamp(1.02rem,1.55vw,1.18rem); }
body.mr2-documentations .mr2-doc-hero__families { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 860px; margin: 0 0 1.5rem; padding: 0; list-style: none; border-block: 1px solid #41454c; }
body.mr2-documentations .mr2-doc-hero__families li { padding: .85rem 1rem; border-right: 1px solid #41454c; color: #f3f3f4; font: 700 .76rem/1.2 var(--mr2-sans); letter-spacing: .05em; text-transform: uppercase; }
body.mr2-documentations .mr2-doc-hero__families li:first-child { padding-left: 0; }
body.mr2-documentations .mr2-doc-hero__families li:last-child { border-right: 0; }
body.mr2-documentations .mr2-doc-hero__cta { color: var(--mr2-white); }
body.mr2-documentations .mr2-doc-routes,body.mr2-documentations .mr2-doc-compare { padding: clamp(4rem,6vw,5.5rem) 0; }
body.mr2-documentations .mr2-doc-routes { background: var(--mr2-white); }
body.mr2-documentations .mr2-doc-heading { display: grid; grid-template-columns: minmax(170px,.35fr) minmax(320px,1fr) minmax(250px,.72fr); gap: clamp(1.5rem,4vw,4rem); align-items: end; margin-bottom: clamp(2.5rem,5vw,4rem); }
body.mr2-documentations .mr2-doc-heading h2 { margin-bottom: 0; font-size: clamp(2.55rem,4.2vw,4.2rem); }
body.mr2-documentations .mr2-doc-heading p { margin-bottom: 0; }
body.mr2-documentations .mr2-doc-heading>p:last-child { color: #62656b; }
body.mr2-documentations .mr2-doc-route-list { border-block: 2px solid var(--mr2-ink); }
body.mr2-documentations .mr2-doc-route-item { display: grid; grid-template-columns: 190px minmax(0,1fr) 220px; gap: clamp(1.5rem,4vw,4rem); align-items: center; padding: 1.55rem 0; border-bottom: 1px solid #c9c7c2; }
body.mr2-documentations .mr2-doc-route-item:last-child { border-bottom: 0; }
body.mr2-documentations .mr2-doc-route-item__meta { display: flex; flex-direction: column; gap: .35rem; color: var(--mr2-red); font: 700 .76rem/1.25 var(--mr2-sans); letter-spacing: .06em; text-transform: uppercase; }
body.mr2-documentations .mr2-doc-route-item__meta small { color: #686b71; font-size: .68rem; }
body.mr2-documentations .mr2-doc-route-item h3 { margin-bottom: .5rem; font-size: clamp(1.4rem,2.1vw,1.85rem); }
body.mr2-documentations .mr2-doc-route-item p { margin-bottom: 0; color: #62656b; }
body.mr2-documentations .mr2-doc-route-item>a { min-height: 44px; display: inline-flex; align-items: center; justify-self: start; color: var(--mr2-red); font: 700 .78rem/1.2 var(--mr2-sans); text-decoration: none; text-transform: uppercase; }
body.mr2-documentations .mr2-doc-compare { background: #e8e5de; }
body.mr2-documentations .mr2-doc-sheet { border: 1px solid #aaa8a3; background: var(--mr2-white); }
body.mr2-documentations .mr2-doc-sheet>div { display: grid; grid-template-columns: minmax(125px,.3fr) repeat(2,minmax(260px,1fr)); }
body.mr2-documentations .mr2-doc-sheet>div>* { min-width: 0; padding: 1.1rem 1.25rem; border-right: 1px solid #d0cec9; border-bottom: 1px solid #d0cec9; }
body.mr2-documentations .mr2-doc-sheet>div>*:last-child { border-right: 0; }
body.mr2-documentations .mr2-doc-sheet>div:last-child>* { border-bottom: 0; }
body.mr2-documentations .mr2-doc-sheet__head { background: var(--mr2-ink); color: var(--mr2-white); font: 700 .76rem/1.25 var(--mr2-sans); letter-spacing: .06em; text-transform: uppercase; }
body.mr2-documentations .mr2-doc-sheet>div>strong:first-child { font: 700 .78rem/1.25 var(--mr2-sans); text-transform: uppercase; }
body.mr2-documentations .mr2-doc-sheet>div>span { color: #565a60; }
body.mr2-documentations .mr2-doc-decision { display: grid; grid-template-columns: minmax(230px,.45fr) minmax(0,1fr); gap: clamp(1.5rem,4vw,4rem); margin-top: 1.4rem; padding: 1.4rem 1.5rem; border-left: 5px solid var(--mr2-red); background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-documentations .mr2-doc-decision strong { font: 700 1.25rem/1.1 var(--mr2-sans); text-transform: uppercase; }
body.mr2-documentations .mr2-doc-decision p { margin-bottom: 0; color: #c4c7cc; }
body.mr2-documentations .mr2-doc-access { padding: clamp(4rem,6vw,5.5rem) 0; background: var(--mr2-ink); color: var(--mr2-white); }
body.mr2-documentations .mr2-doc-access__inner { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(360px,1.2fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
body.mr2-documentations .mr2-doc-access .mr2-kicker { color: var(--mr2-red-on-dark); }
body.mr2-documentations .mr2-doc-access h2 { font-size: clamp(2.55rem,4vw,4rem); }
body.mr2-documentations .mr2-doc-access>div>div:first-child>p:not(.mr2-kicker) { color: #c4c7cc; }
body.mr2-documentations .mr2-doc-access .mr2-btn--light { border-color: var(--mr2-white); background: var(--mr2-white); color: var(--mr2-ink); }
body.mr2-documentations .mr2-doc-source-note { padding: 1.6rem 0; border-block: 1px solid #41454c; color: #c4c7cc; }
body.mr2-documentations .mr2-doc-source-note p { margin-bottom: .8rem; }
body.mr2-documentations .mr2-doc-source-note p:first-child { color: var(--mr2-white); font: 700 1.05rem var(--mr2-sans); text-transform: uppercase; }
body.mr2-documentations .mr2-doc-source-note ul { margin: 0 0 1rem; padding-left: 1.2rem; }
body.mr2-documentations .mr2-doc-source-note li+li { margin-top: .8rem; }
body.mr2-documentations .mr2-doc-source-note a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mr2-white); text-underline-offset: .2em; }
@media (max-width:1020px) {
  body.mr2-documentations .mr2-doc-heading { grid-template-columns: .45fr 1fr; }
  body.mr2-documentations .mr2-doc-heading>p:last-child { grid-column: 2; }
  body.mr2-documentations .mr2-doc-route-item { grid-template-columns: 160px minmax(0,1fr); }
  body.mr2-documentations .mr2-doc-route-item>a { grid-column: 2; }
  body.mr2-documentations .mr2-doc-access__inner { grid-template-columns: 1fr; }
}
@media (max-width:640px) {
  body.mr2-documentations { --mr2-doc-header-height: 76px; }
  body.mr2-documentations .mr2-doc-hero { min-height: 650px; }
  body.mr2-documentations .mr2-doc-hero__inner { padding-block: 1.3rem 2rem; }
  body.mr2-documentations .mr2-doc-hero .mr2-breadcrumb { margin-bottom: auto; }
  body.mr2-documentations .mr2-doc-hero h1 { font-size: clamp(2.55rem,11.4vw,3.15rem); }
  body.mr2-documentations .mr2-doc-hero__lead { font-size: .96rem; line-height: 1.45; }
  body.mr2-documentations .mr2-doc-hero__families { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mr2-documentations .mr2-doc-hero__families li,body.mr2-documentations .mr2-doc-hero__families li:first-child { padding: .65rem .7rem; border-bottom: 1px solid #41454c; }
  body.mr2-documentations .mr2-doc-hero__families li:nth-child(even) { border-right: 0; }
  body.mr2-documentations .mr2-doc-hero__families li:nth-last-child(-n+2) { border-bottom: 0; }
  body.mr2-documentations .mr2-doc-heading,body.mr2-documentations .mr2-doc-route-item,body.mr2-documentations .mr2-doc-decision { grid-template-columns: 1fr; }
  body.mr2-documentations .mr2-doc-heading>p:last-child,body.mr2-documentations .mr2-doc-route-item>a { grid-column: 1; }
  body.mr2-documentations .mr2-doc-route-item { gap: .85rem; }
  body.mr2-documentations .mr2-doc-sheet__head { display: none; }
  body.mr2-documentations .mr2-doc-sheet>div { grid-template-columns: 92px minmax(0,1fr); }
  body.mr2-documentations .mr2-doc-sheet>div>* { padding: .9rem .8rem; }
  body.mr2-documentations .mr2-doc-sheet>div>span:last-child { grid-column: 2; border-left: 1px solid #d0cec9; }
  body.mr2-documentations .mr2-doc-sheet>div>span::before { display: block; margin-bottom: .35rem; color: var(--mr2-red); font: 700 .62rem/1.2 var(--mr2-sans); letter-spacing: .05em; text-transform: uppercase; }
  body.mr2-documentations .mr2-doc-sheet>div>span:first-of-type::before { content: "Sur le document"; }
  body.mr2-documentations .mr2-doc-sheet>div>span:last-of-type::before { content: "Sur la voiture"; }
}

/* Maintenance hub */
.mr2-maintenance-hub section[id] { scroll-margin-top: 5.5rem; }
.mr2-mt-hero { position: relative; height: calc(100svh - 82px); min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white); }
.mr2-mt-hero__inner { position: relative; z-index: 1; padding-top: 3rem; padding-bottom: clamp(3.5rem,6vw,5.5rem); }
.mr2-mt-hero .mr2-breadcrumb { margin-bottom: 1.8rem; }
.mr2-mt-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
.mr2-mt-hero h1 { max-width: 900px; margin-bottom: 1.4rem; color: var(--mr2-white); font-size: clamp(3.5rem,5.7vw,5.8rem); }
.mr2-mt-hero__lead { max-width: 720px; margin-bottom: 2rem; color: #d3d5d8; font-size: clamp(1.05rem,1.7vw,1.24rem); }
.mr2-mt-scope { padding: clamp(4rem,6vw,5.5rem) 0; background: var(--mr2-white); }
.mr2-mt-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem,7vw,7rem); align-items: end; margin-bottom: 2.4rem; }
.mr2-mt-heading h2,.mr2-mt-state h2,.mr2-mt-systems h2,.mr2-mt-prepare h2,.mr2-mt-sources h2 { font-size: clamp(2.7rem,4.5vw,4.5rem); }
.mr2-mt-heading p,.mr2-mt-state__intro p,.mr2-mt-systems__intro p,.mr2-mt-prepare p { color: #62656b; }
.mr2-mt-scope__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; border-top: 1px solid #cfcdc8; }
.mr2-mt-scope__grid div { min-height: 118px; padding: 1.4rem 1.2rem 1.4rem 0; border-bottom: 1px solid #cfcdc8; }
.mr2-mt-scope__grid div:not(:nth-child(4n+1)) { padding-left: 1.2rem; border-left: 1px solid #cfcdc8; }
.mr2-mt-scope__grid dt { color: var(--mr2-red); font: 700 .72rem var(--mr2-sans); letter-spacing: .08em; text-transform: uppercase; }
.mr2-mt-scope__grid dd { margin: .5rem 0 0; color: var(--mr2-graphite); font-size: .92rem; line-height: 1.45; }
.mr2-mt-state { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.mr2-mt-state__intro { position: sticky; top: 120px; }
.mr2-mt-state__rows { border-top: 1px solid #c9c7c2; }
.mr2-mt-state__rows article { padding: 1.55rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-mt-state__rows h3 { margin-bottom: .45rem; }
.mr2-mt-state__rows p { max-width: 700px; margin-bottom: .6rem; color: #62656b; }
.mr2-mt-state__rows a,.mr2-mt-stop a { min-height: 44px; display: inline-flex; align-items: center; gap: .6rem; color: var(--mr2-red); font: 700 .8rem var(--mr2-sans); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.mr2-mt-kinds { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem,8vw,8rem); }
.mr2-mt-kinds h2 { font-size: clamp(2.9rem,4.6vw,4.6rem); }
.mr2-mt-kinds > div p { color: #b2b5bb; }
.mr2-mt-kinds dl { margin: 0; border-top: 1px solid #3a3e45; }
.mr2-mt-kinds dl div { display: grid; grid-template-columns: 190px 1fr; gap: 1.5rem; padding: 1.45rem 0; border-bottom: 1px solid #3a3e45; }
.mr2-mt-kinds dt { font: 700 1.08rem var(--mr2-sans); text-transform: uppercase; }
.mr2-mt-kinds dd { margin: 0; color: #b2b5bb; }
.mr2-mt-program { display: block; }
.mr2-mt-program > div { max-width: 920px; margin-left: auto; margin-right: auto; }
.mr2-mt-program figure { margin: 0; }
.mr2-mt-program figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.mr2-mt-program figcaption { margin-top: .7rem; color: #777b82; font-size: .78rem; }
.mr2-mt-program h2 { font-size: clamp(2.8rem,4.4vw,4.4rem); }
.mr2-mt-ledger { border-top: 1px solid #c9c7c2; }
.mr2-mt-ledger p { display: grid; grid-template-columns: 130px 1fr; gap: 1.5rem; margin: 0; padding: 1.3rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-mt-ledger strong { font-family: var(--mr2-sans); text-transform: uppercase; }
.mr2-mt-ledger span { color: #62656b; }
.mr2-mt-systems { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.mr2-mt-systems__intro { position: sticky; top: 120px; }
.mr2-mt-system-list { border-top: 1px solid #c9c7c2; }
.mr2-mt-system-list article { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.45rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-mt-system-list svg { width: 30px; height: 30px; fill: none; stroke: var(--mr2-red); stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.mr2-mt-system-list h3 { margin-bottom: .35rem; }
.mr2-mt-system-list p { margin-bottom: 0; color: #62656b; font-size: .92rem; }
.mr2-mt-stop { background: var(--mr2-red-dark); color: var(--mr2-white); }
.mr2-mt-stop__inner { min-height: 250px; display: grid; grid-template-columns: 64px 1fr; gap: 2rem; align-items: center; padding-top: 2.7rem; padding-bottom: 2.7rem; }
.mr2-mt-stop svg { width: 52px; height: 52px; fill: none; stroke: #ffd7dc; stroke-width: 1.5; }
.mr2-mt-stop h2 { margin-bottom: .7rem; font-size: clamp(2.4rem,3.8vw,3.8rem); }
.mr2-mt-stop p { max-width: 920px; color: #ffe7e9; }
.mr2-mt-stop a { color: var(--mr2-white); text-decoration: underline; text-underline-offset: .25em; }
.mr2-mt-prepare { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.mr2-mt-prepare ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9c7c2; }
.mr2-mt-prepare li { padding: 1.15rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-mt-prepare li::before { content: ''; width: 8px; height: 8px; display: inline-block; margin-right: .8rem; border: 1px solid var(--mr2-red); }
.mr2-mt-prepare .mr2-btn { grid-column: 2; justify-self: start; margin-top: -1.6rem; color: var(--mr2-white); }
.mr2-mt-sources { padding: clamp(3.7rem,5vw,4.8rem) 0; background: #ece9e2; }
.mr2-mt-sources p { max-width: 850px; color: #55595f; }
.mr2-mt-sources ul { margin: 1.4rem 0 0; padding-left: 1.2rem; }
.mr2-mt-sources a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mr2-red); text-underline-offset: .2em; }
body.mr2-maintenance-hub .mr2-mt-hero__steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 780px; margin: 0 0 1.35rem; border-block: 1px solid #41454c; }
body.mr2-maintenance-hub .mr2-mt-hero__steps div { padding: .72rem 1rem; border-right: 1px solid #41454c; }
body.mr2-maintenance-hub .mr2-mt-hero__steps div:first-child { padding-left: 0; }
body.mr2-maintenance-hub .mr2-mt-hero__steps div:last-child { border-right: 0; }
body.mr2-maintenance-hub .mr2-mt-hero__steps dt { color: var(--mr2-red-on-dark); font: 700 .66rem/1.2 var(--mr2-sans); letter-spacing: .06em; text-transform: uppercase; }
body.mr2-maintenance-hub .mr2-mt-hero__steps dd { margin: .3rem 0 0; color: #f1f2f3; font-size: .84rem; line-height: 1.3; }
body.mr2-maintenance-hub .mr2-mt-journal { padding: clamp(4rem,6vw,5.5rem) 0; background: var(--mr2-white); }
body.mr2-maintenance-hub .mr2-mt-journal__heading { display: grid; grid-template-columns: .4fr 1fr .8fr; gap: clamp(1.5rem,5vw,5rem); align-items: end; margin-bottom: 2.8rem; }
body.mr2-maintenance-hub .mr2-mt-journal__heading h2 { margin: 0; font-size: clamp(2.7rem,4.4vw,4.4rem); }
body.mr2-maintenance-hub .mr2-mt-journal__heading p { margin-bottom: 0; color: #62656b; }
body.mr2-maintenance-hub .mr2-mt-journal__table { border: 1px solid #aaa8a3; }
body.mr2-maintenance-hub .mr2-mt-journal__table>div { display: grid; grid-template-columns: minmax(180px,.35fr) minmax(0,1fr); }
body.mr2-maintenance-hub .mr2-mt-journal__table>div>* { padding: 1.05rem 1.2rem; border-right: 1px solid #d0cec9; border-bottom: 1px solid #d0cec9; }
body.mr2-maintenance-hub .mr2-mt-journal__table>div>*:last-child { border-right: 0; }
body.mr2-maintenance-hub .mr2-mt-journal__table>div:last-child>* { border-bottom: 0; }
body.mr2-maintenance-hub .mr2-mt-journal__head { background: var(--mr2-ink); color: var(--mr2-white); font: 700 .76rem/1.25 var(--mr2-sans); letter-spacing: .06em; text-transform: uppercase; }
body.mr2-maintenance-hub .mr2-mt-journal__table>div>strong:first-child { font: 700 .78rem/1.25 var(--mr2-sans); text-transform: uppercase; }
body.mr2-maintenance-hub .mr2-mt-journal__table>div>span { color: #565a60; }
body.mr2-maintenance-hub .mr2-mt-states { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 1.4rem; border-block: 2px solid var(--mr2-ink); }
body.mr2-maintenance-hub .mr2-mt-states div { padding: 1.25rem; border-right: 1px solid #c9c7c2; }
body.mr2-maintenance-hub .mr2-mt-states div:last-child { border-right: 0; }
body.mr2-maintenance-hub .mr2-mt-states strong { display: block; margin-bottom: .4rem; font: 700 1rem var(--mr2-sans); text-transform: uppercase; }
body.mr2-maintenance-hub .mr2-mt-states span { color: #62656b; font-size: .9rem; }
body.mr2-maintenance-hub .mr2-mt-index { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
body.mr2-maintenance-hub .mr2-mt-index h2,body.mr2-maintenance-hub .mr2-mt-sources h2 { font-size: clamp(2.7rem,4.4vw,4.4rem); }
body.mr2-maintenance-hub .mr2-mt-index>div>p:last-child { color: #62656b; }
body.mr2-maintenance-hub .mr2-mt-index ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9c7c2; }
body.mr2-maintenance-hub .mr2-mt-index li { min-height: 64px; display: flex; justify-content: space-between; gap: 1rem; align-items: center; border-bottom: 1px solid #c9c7c2; }
body.mr2-maintenance-hub .mr2-mt-index li span { font: 700 1.05rem var(--mr2-sans); text-transform: uppercase; }
body.mr2-maintenance-hub .mr2-mt-index li small { color: #777a80; }
body.mr2-maintenance-hub .mr2-mt-symptom { background: var(--mr2-red-dark); color: var(--mr2-white); }
body.mr2-maintenance-hub .mr2-mt-symptom__inner { min-height: 270px; display: grid; grid-template-columns: 64px 1fr; gap: 2rem; align-items: center; padding-block: 2.8rem; }
body.mr2-maintenance-hub .mr2-mt-symptom svg { width: 52px; height: 52px; fill: none; stroke: #ffd7dc; stroke-width: 1.5; }
body.mr2-maintenance-hub .mr2-mt-symptom h2 { font-size: clamp(2.5rem,4vw,4rem); }
body.mr2-maintenance-hub .mr2-mt-symptom p { max-width: 920px; color: #ffe7e9; }
body.mr2-maintenance-hub .mr2-mt-symptom a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mr2-white); font: 700 .8rem var(--mr2-sans); text-underline-offset: .22em; text-transform: uppercase; }
body.mr2-maintenance-hub .mr2-mt-docs { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(360px,1.18fr); gap: clamp(3rem,8vw,8rem); }
body.mr2-maintenance-hub .mr2-mt-docs h2 { font-size: clamp(2.8rem,4.2vw,4.2rem); }
body.mr2-maintenance-hub .mr2-mt-docs>div:first-child>p:not(.mr2-kicker),body.mr2-maintenance-hub .mr2-mt-docs__actions p { color: #b2b5bb; }
body.mr2-maintenance-hub .mr2-mt-docs__actions { padding-top: .5rem; border-top: 1px solid #3a3e45; }
body.mr2-maintenance-hub .mr2-mt-docs__source { min-height: 44px; display: inline-flex; align-items: center; margin: 1rem 0; color: var(--mr2-white); font: 700 .8rem var(--mr2-sans); text-underline-offset: .22em; text-transform: uppercase; }
@media (max-width:1020px) {
  .mr2-mt-scope__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mr2-mt-scope__grid div:not(:nth-child(4n+1)) { padding-left: 0; border-left: 0; }
  .mr2-mt-scope__grid div:nth-child(even) { padding-left: 1.2rem; border-left: 1px solid #cfcdc8; }
  .mr2-mt-state,.mr2-mt-kinds,.mr2-mt-program,.mr2-mt-systems,.mr2-mt-prepare { grid-template-columns: 1fr; }
  .mr2-mt-state__intro,.mr2-mt-systems__intro { position: static; }
  .mr2-mt-program figure { max-width: 620px; }
  .mr2-mt-program figure img { aspect-ratio: 16/9; }
  .mr2-mt-prepare .mr2-btn { grid-column: 1; margin-top: 0; }
}
@media (max-width:640px) {
  .mr2-mt-hero { height: calc(100svh - 76px); min-height: 650px; }
  .mr2-mt-hero__inner { padding-top: 1.5rem; padding-bottom: 2.5rem; }
  .mr2-mt-hero .mr2-breadcrumb { margin-bottom: 1.1rem; }
  .mr2-mt-hero h1 { font-size: clamp(2.75rem,12vw,3.4rem); }
  .mr2-mt-heading { grid-template-columns: 1fr; gap: 1rem; }
  .mr2-mt-scope__grid { grid-template-columns: 1fr; }
  .mr2-mt-scope__grid div,.mr2-mt-scope__grid div:nth-child(even) { min-height: 0; padding: 1rem 0; border-left: 0; }
  .mr2-mt-kinds dl div,.mr2-mt-ledger p { grid-template-columns: 1fr; gap: .35rem; }
  .mr2-mt-stop__inner { grid-template-columns: 42px 1fr; gap: 1rem; align-items: start; }
  .mr2-mt-stop svg { width: 38px; height: 38px; }
  body.mr2-maintenance-hub .mr2-mt-hero__steps { grid-template-columns: 1fr; }
  body.mr2-maintenance-hub .mr2-mt-hero__steps div,body.mr2-maintenance-hub .mr2-mt-hero__steps div:first-child { display: grid; grid-template-columns: 72px 1fr; gap: .5rem; padding: .38rem 0; border-right: 0; border-bottom: 1px solid #41454c; }
  body.mr2-maintenance-hub .mr2-mt-hero__steps div:last-child { border-bottom: 0; }
  body.mr2-maintenance-hub .mr2-mt-hero__steps dd { margin: 0; }
  body.mr2-maintenance-hub .mr2-mt-journal__heading,body.mr2-maintenance-hub .mr2-mt-index,body.mr2-maintenance-hub .mr2-mt-docs { grid-template-columns: 1fr; gap: 1.2rem; }
  body.mr2-maintenance-hub .mr2-mt-journal__table>div { grid-template-columns: 92px minmax(0,1fr); }
  body.mr2-maintenance-hub .mr2-mt-journal__table>div>* { padding: .9rem .8rem; }
  body.mr2-maintenance-hub .mr2-mt-states { grid-template-columns: 1fr; }
  body.mr2-maintenance-hub .mr2-mt-states div { border-right: 0; border-bottom: 1px solid #c9c7c2; }
  body.mr2-maintenance-hub .mr2-mt-states div:last-child { border-bottom: 0; }
  body.mr2-maintenance-hub .mr2-mt-index li { align-items: flex-start; flex-direction: column; justify-content: center; gap: .2rem; }
  body.mr2-maintenance-hub .mr2-mt-symptom__inner { grid-template-columns: 42px 1fr; gap: 1rem; align-items: start; }
  body.mr2-maintenance-hub .mr2-mt-symptom svg { width: 38px; height: 38px; }
}

/* Diagnostic orientation */
.mr2-diagnostic-guide { background: var(--mr2-paper); }
.mr2-diagnostic-guide section[id] { scroll-margin-top: 5.5rem; }
.mr2-dx-hero { position: relative; height: calc(100svh - 82px); min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; background: var(--mr2-ink); color: var(--mr2-white); }
.mr2-dx-hero__inner { position: relative; z-index: 1; padding-top: 3rem; padding-bottom: clamp(3.5rem,6vw,5.5rem); }
.mr2-dx-hero .mr2-breadcrumb { margin-bottom: 1.8rem; }
.mr2-dx-hero .mr2-kicker { color: var(--mr2-red-on-dark); }
.mr2-dx-hero h1 { max-width: 900px; margin-bottom: 1.4rem; color: var(--mr2-white); font-size: clamp(3.5rem,5.7vw,5.8rem); }
.mr2-dx-hero__lead { max-width: 720px; margin-bottom: 2rem; color: #d3d5d8; font-size: clamp(1.05rem,1.7vw,1.24rem); }
body.mr2-diagnostic-guide .mr2-dx-hero__steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 720px; margin: 0 0 1.35rem; border-block: 1px solid #41454c; }
body.mr2-diagnostic-guide .mr2-dx-hero__steps div { padding: .72rem 1rem; border-right: 1px solid #41454c; }
body.mr2-diagnostic-guide .mr2-dx-hero__steps div:first-child { padding-left: 0; }
body.mr2-diagnostic-guide .mr2-dx-hero__steps div:last-child { border-right: 0; }
body.mr2-diagnostic-guide .mr2-dx-hero__steps dt { color: var(--mr2-red-on-dark); font: 700 .66rem/1.2 var(--mr2-sans); letter-spacing: .06em; text-transform: uppercase; }
body.mr2-diagnostic-guide .mr2-dx-hero__steps dd { margin: .3rem 0 0; color: #f1f2f3; font-size: .84rem; line-height: 1.3; }
.mr2-dx-safety { background: var(--mr2-red-dark); color: var(--mr2-white); }
.mr2-dx-safety__inner { min-height: 190px; display: grid; grid-template-columns: 64px 1fr; gap: 2rem; align-items: center; padding-top: 2.2rem; padding-bottom: 2.2rem; }
.mr2-dx-safety svg { width: 52px; height: 52px; fill: none; stroke: #ffd7dc; stroke-width: 1.5; }
.mr2-dx-safety h2 { margin-bottom: .65rem; font-size: clamp(2rem,3vw,3rem); }
.mr2-dx-safety p { max-width: 1000px; margin-bottom: 0; color: #ffe7e9; }
.mr2-dx-safety ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .35rem 2rem; margin: .75rem 0; padding: 0; list-style: none; color: #fff; }
.mr2-dx-safety li { position: relative; padding-left: 1rem; }
.mr2-dx-safety li::before { content: ''; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; background: #ffd7dc; }
.mr2-dx-scope { padding: clamp(3.8rem,5vw,5rem) 0; background: var(--mr2-white); }
.mr2-dx-scope__heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem,7vw,7rem); align-items: end; margin-bottom: 2.4rem; }
.mr2-dx-scope__heading h2,.mr2-dx-symptoms h2,.mr2-dx-vocabulary__heading h2,.mr2-dx-prepare h2,.mr2-dx-sources h2 { font-size: clamp(2.6rem,4vw,4rem); }
.mr2-dx-scope__heading p { max-width: 560px; margin-bottom: 0; color: #62656b; }
.mr2-dx-scope__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; border-top: 1px solid #cfcdc8; }
.mr2-dx-scope__grid div { min-height: 118px; padding: 1.4rem 1.2rem 1.4rem 0; border-bottom: 1px solid #cfcdc8; }
.mr2-dx-scope__grid div:not(:nth-child(4n+1)) { padding-left: 1.2rem; border-left: 1px solid #cfcdc8; }
.mr2-dx-scope__grid dt { color: var(--mr2-red); font: 700 .72rem var(--mr2-sans); letter-spacing: .08em; text-transform: uppercase; }
.mr2-dx-scope__grid dd { margin: .5rem 0 0; color: var(--mr2-graphite); font-size: .92rem; line-height: 1.45; }
.mr2-dx-scope__limit { max-width: 900px; margin: 1.5rem 0 0; color: #62656b; font-size: .9rem; }
.mr2-dx-symptoms { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.mr2-dx-symptoms__intro { position: sticky; top: 120px; }
.mr2-dx-symptoms__intro p { color: #62656b; }
.mr2-dx-symptom-list { border-top: 1px solid #c9c7c2; }
.mr2-dx-symptom-list article { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 1.2rem; align-items: center; padding: 1.65rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-dx-symptom-list svg { width: 30px; height: 30px; fill: none; stroke: var(--mr2-red); stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.mr2-dx-symptom-list h3 { margin-bottom: .35rem; font-size: clamp(1.35rem,2.1vw,1.75rem); }
.mr2-dx-symptom-list p { margin-bottom: 0; color: #62656b; font-size: .9rem; }
.mr2-dx-method-link { min-height: 44px; display: inline-flex; align-items: center; gap: .6rem; margin-top: 1rem; color: var(--mr2-red); font: 700 .76rem var(--mr2-sans); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.mr2-dx-method { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,8rem); }
.mr2-dx-method h2 { font-size: clamp(2.8rem,4.2vw,4.2rem); }
.mr2-dx-method > div > p:not(.mr2-kicker) { color: #b2b5bb; }
.mr2-dx-method ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #3a3e45; }
.mr2-dx-method li { display: grid; grid-template-columns: 190px 1fr; gap: 1.5rem; padding: 1.55rem 0; border-bottom: 1px solid #3a3e45; }
.mr2-dx-method strong { font: 700 1.15rem var(--mr2-sans); text-transform: uppercase; }
.mr2-dx-method li span { color: #b2b5bb; }
.mr2-dx-vocabulary__heading { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 2.6rem; }
.mr2-dx-vocabulary__heading p { max-width: 500px; color: #62656b; }
.mr2-dx-vocabulary { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #c9c7c2; }
.mr2-dx-vocabulary div { min-height: 150px; display: flex; flex-direction: column; gap: .6rem; justify-content: center; padding: 1.5rem; border-bottom: 1px solid #c9c7c2; }
.mr2-dx-vocabulary div + div { border-left: 1px solid #c9c7c2; }
.mr2-dx-vocabulary strong { font: 700 1.2rem var(--mr2-sans); text-transform: uppercase; }
.mr2-dx-vocabulary span { color: #62656b; font-size: .9rem; }
.mr2-dx-prepare { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.mr2-dx-prepare > div p { color: #62656b; }
.mr2-dx-prepare ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9c7c2; }
.mr2-dx-prepare li { padding: 1.2rem 0; border-bottom: 1px solid #c9c7c2; }
.mr2-dx-prepare li::before { content: ''; width: 8px; height: 8px; margin-right: .8rem; border: 1px solid var(--mr2-red); display: inline-block; }
.mr2-dx-sources { padding: clamp(3.5rem,5vw,4.5rem) 0; background: #ece9e2; }
.mr2-dx-sources p { max-width: 860px; color: #55595f; }
.mr2-dx-sources ul { margin: 1.5rem 0 0; padding-left: 1.2rem; }
.mr2-dx-sources a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mr2-red); text-underline-offset: .2em; }
body.mr2-diagnostic-guide .mr2-dx-safety__link { min-height: 44px; display: inline-flex; align-items: center; margin-top: .7rem; color: var(--mr2-white); font: 700 .78rem/1.25 var(--mr2-sans); text-underline-offset: .22em; text-transform: uppercase; }
body.mr2-diagnostic-guide .mr2-dx-symptom-list article { align-items: start; }
body.mr2-diagnostic-guide .mr2-dx-symptom-list article strong { color: var(--mr2-ink); }
body.mr2-diagnostic-guide .mr2-dx-symptom-action { margin-top: .65rem; padding-top: .65rem; border-top: 1px solid #d6d3cc; color: var(--mr2-ink); }
body.mr2-diagnostic-guide .mr2-dx-journal { padding: clamp(4rem,6vw,5.5rem) 0; background: var(--mr2-white); }
body.mr2-diagnostic-guide .mr2-dx-journal__heading { display: grid; grid-template-columns: .4fr 1fr .8fr; gap: clamp(1.5rem,5vw,5rem); align-items: end; margin-bottom: 2.8rem; }
body.mr2-diagnostic-guide .mr2-dx-journal__heading h2 { margin: 0; font-size: clamp(2.6rem,4.2vw,4.25rem); }
body.mr2-diagnostic-guide .mr2-dx-journal__heading p { margin-bottom: 0; color: #62656b; }
body.mr2-diagnostic-guide .mr2-dx-journal__rows { margin: 0; border-block: 2px solid var(--mr2-ink); }
body.mr2-diagnostic-guide .mr2-dx-journal__rows>div { display: grid; grid-template-columns: minmax(160px,.32fr) minmax(0,1fr); border-bottom: 1px solid #c9c7c2; }
body.mr2-diagnostic-guide .mr2-dx-journal__rows>div:last-child { border-bottom: 0; }
body.mr2-diagnostic-guide .mr2-dx-journal__rows dt,body.mr2-diagnostic-guide .mr2-dx-journal__rows dd { margin: 0; padding: 1.2rem 1.3rem; }
body.mr2-diagnostic-guide .mr2-dx-journal__rows dt { color: var(--mr2-red); font: 700 .78rem/1.25 var(--mr2-sans); letter-spacing: .06em; text-transform: uppercase; }
body.mr2-diagnostic-guide .mr2-dx-journal__rows dd { border-left: 1px solid #c9c7c2; color: #565a60; }
body.mr2-diagnostic-guide .mr2-dx-docs { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(360px,1.18fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
body.mr2-diagnostic-guide .mr2-dx-docs h2 { font-size: clamp(2.8rem,4.2vw,4.2rem); }
body.mr2-diagnostic-guide .mr2-dx-docs>div:first-child>p:not(.mr2-kicker),body.mr2-diagnostic-guide .mr2-dx-docs__actions p { color: #b2b5bb; }
body.mr2-diagnostic-guide .mr2-dx-docs__actions { padding-top: .5rem; border-top: 1px solid #3a3e45; }
body.mr2-diagnostic-guide .mr2-dx-docs__source { min-height: 44px; display: inline-flex; align-items: center; margin: 1rem 0; color: var(--mr2-white); font: 700 .78rem/1.25 var(--mr2-sans); text-underline-offset: .22em; text-transform: uppercase; }
@media (max-width:1020px) {
  .mr2-dx-scope__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mr2-dx-scope__grid div:not(:nth-child(4n+1)) { padding-left: 0; border-left: 0; }
  .mr2-dx-scope__grid div:nth-child(even) { padding-left: 1.2rem; border-left: 1px solid #cfcdc8; }
  .mr2-dx-symptoms,.mr2-dx-method,.mr2-dx-prepare { grid-template-columns: 1fr; }
  .mr2-dx-symptoms__intro { position: static; }
}
@media (max-width:640px) {
  .mr2-dx-hero { height: calc(100svh - 76px); min-height: 650px; }
  .mr2-dx-hero__inner { padding-top: 1.5rem; padding-bottom: 2.5rem; }
  .mr2-dx-hero .mr2-breadcrumb { margin-bottom: 1.2rem; }
  .mr2-dx-hero h1 { font-size: clamp(2.7rem,12vw,3.35rem); }
  body.mr2-diagnostic-guide .mr2-dx-hero__steps { grid-template-columns: 1fr; }
  body.mr2-diagnostic-guide .mr2-dx-hero__steps div,body.mr2-diagnostic-guide .mr2-dx-hero__steps div:first-child { display: grid; grid-template-columns: 64px 1fr; gap: .5rem; padding: .38rem 0; border-right: 0; border-bottom: 1px solid #41454c; }
  body.mr2-diagnostic-guide .mr2-dx-hero__steps div:last-child { border-bottom: 0; }
  body.mr2-diagnostic-guide .mr2-dx-hero__steps dd { margin: 0; }
  .mr2-dx-safety__inner { grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; }
  .mr2-dx-safety svg { width: 38px; height: 38px; }
  .mr2-dx-safety ul { grid-template-columns: 1fr; }
  .mr2-dx-scope__heading,.mr2-dx-vocabulary__heading { grid-template-columns: 1fr; gap: 1rem; }
  .mr2-dx-scope__grid { grid-template-columns: 1fr; }
  .mr2-dx-scope__grid div,.mr2-dx-scope__grid div:nth-child(even) { min-height: 0; padding: 1rem 0; border-left: 0; }
  .mr2-dx-symptom-list article { grid-template-columns: 34px 1fr; gap: .8rem; }
  .mr2-dx-method li { grid-template-columns: 1fr; gap: .35rem; }
  .mr2-dx-vocabulary { grid-template-columns: 1fr; }
  .mr2-dx-vocabulary div { min-height: 112px; padding: 1.2rem 0; }
  .mr2-dx-vocabulary div + div { border-left: 0; }
  body.mr2-diagnostic-guide .mr2-dx-journal__heading,body.mr2-diagnostic-guide .mr2-dx-docs { grid-template-columns: 1fr; gap: 1.2rem; }
  body.mr2-diagnostic-guide .mr2-dx-journal__rows>div { grid-template-columns: 92px minmax(0,1fr); }
  body.mr2-diagnostic-guide .mr2-dx-journal__rows dt,body.mr2-diagnostic-guide .mr2-dx-journal__rows dd { padding: 1rem .8rem; }
}
