/* Scoped styles: safety and budget pages only; no catalogue overrides. */
.editorial{color:#252521;padding-bottom:64px}
.editorial .editorial-hero{padding:54px 0 44px;border-bottom:1px solid #ccc9c1;display:grid;grid-template-columns:1.05fr 1fr;gap:60px}
.editorial h1{font-size:clamp(38px,4.7vw,72px);line-height:1.04;letter-spacing:-.045em;font-weight:400;margin:18px 0 0;max-width:13ch}
.editorial .editorial-intro p{font-size:18px;line-height:1.65;margin:0 0 18px;color:#44443d}
.editorial .editorial-button{display:inline-block;padding:15px 22px;background:#242420;color:#fff;text-decoration:none;font-size:14px;line-height:1.45}
.editorial .editorial-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:70px;padding-top:44px;align-items:start}
.editorial .editorial-nav{position:sticky;top:105px;font-size:14px;line-height:1.45}
.editorial .editorial-nav ol{padding:0;list-style:none;margin:16px 0 24px}
.editorial .editorial-nav a{display:block;padding:9px 0;border-bottom:1px solid #d9d6ce;text-decoration:none;color:#44443d}
.editorial .editorial-nav a:hover{text-decoration:underline}
.editorial .editorial-body{min-width:0;max-width:900px}
.editorial .editorial-body section{padding:0 0 32px;margin-bottom:32px;border-bottom:1px solid #d4d1c9;scroll-margin-top:110px}
.editorial .editorial-body h2{font-size:clamp(25px,2.8vw,38px);line-height:1.15;letter-spacing:-.025em;font-weight:400;margin:0 0 24px}
.editorial .editorial-body h3{font-size:21px;line-height:1.4;font-weight:500;margin:26px 0 12px}
.editorial .editorial-body p,.editorial .editorial-body li{font-size:17px;line-height:1.75;margin:0 0 18px}
.editorial .editorial-body ul,.editorial .editorial-body ol{padding-left:24px}
.editorial .editorial-body li{padding-left:4px;margin-bottom:12px}
.editorial .editorial-body a{color:#343d35;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.editorial .editorial-body strong{font-weight:600}
.editorial .editorial-table{max-width:100%;overflow-x:auto;margin:24px 0;overscroll-behavior-x:contain}
.editorial table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.6;min-width:570px}
.editorial th{text-align:left;background:#e7e4dc;font-weight:600}
.editorial th,.editorial td{padding:17px 15px;vertical-align:top;border-bottom:1px solid #ccc9c1}
.editorial th:first-child{width:20%}
.editorial .table-hint{font-size:13px;color:#5a5a52;margin-top:-12px}
.editorial details{border-top:1px solid #d4d1c9;padding:18px 0}
.editorial summary{font-size:18px;line-height:1.5;font-weight:500;cursor:pointer;padding-right:12px}
.editorial details[open] summary{margin-bottom:16px}
.editorial :focus-visible{outline:2px solid #465a48;outline-offset:5px}
.editorial-related{padding:30px 0 48px;border-top:1px solid #ccc9c1;display:flex;flex-wrap:wrap;gap:18px 32px}
.editorial-related a{font-size:17px;text-decoration:underline;text-underline-offset:4px}
@media(max-width:900px){
 .editorial .editorial-hero{gap:32px;grid-template-columns:1fr}
 .editorial h1{max-width:17ch}
 .editorial .editorial-layout{grid-template-columns:1fr;gap:30px}
 .editorial .editorial-nav{position:static}
 .editorial .editorial-nav ol{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}
}
@media(max-width:520px){
 .editorial .editorial-hero{padding:30px 0;gap:24px}
 .editorial .editorial-layout{padding-top:26px}
 .editorial .editorial-nav ol{grid-template-columns:1fr}
 .editorial .editorial-body section{padding-bottom:24px;margin-bottom:26px}
 .editorial .editorial-body p,.editorial .editorial-body li{font-size:16px}
 .editorial .editorial-intro p{font-size:17px}
 .editorial .editorial-button{max-width:100%}
}
