:root {
    --green-950: #163522;
    --green-900: #20482c;
    --green-800: #2d5d39;
    --green-700: #3d7449;
    --green-500: #6b963b;
    --green-100: #e8f0e5;
    --cream: #f7f5ed;
    --paper: #fffef9;
    --gold: #d79b2b;
    --gold-soft: #f4e2b6;
    --ink: #1d2a23;
    --muted: #647067;
    --line: #dce3da;
    --shadow: 0 18px 48px rgba(23, 53, 34, .10);
    --radius: 18px;
    --wrap: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.72;
    text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green-700); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--green-950); }
button, summary { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    z-index: 1000;
    left: 16px;
    top: -80px;
    padding: 10px 16px;
    color: #fff;
    background: var(--green-950);
    border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

.affiliate-notice {
    padding: 7px 16px;
    color: #f3f7f2;
    background: var(--green-950);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .015em;
    text-align: center;
}
.site-header {
    position: relative;
    z-index: 20;
    color: #fff;
    background: var(--green-800);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .14);
}
.header-main {
    display: flex;
    align-items: center;
    min-height: 88px;
    gap: 26px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: auto; height: 56px; object-fit: contain; }
.brand-promise {
    margin: 0 0 0 auto;
    padding-left: 26px;
    border-left: 1px solid rgba(255, 255, 255, .28);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.brand-promise strong { color: #fff; font-weight: 750; }
.nav-toggle { display: none; }
.site-nav { background: var(--green-900); border-top: 1px solid rgba(255, 255, 255, .12); }
.nav-inner { display: flex; justify-content: center; align-items: stretch; gap: 4px; }
.nav-inner details { position: relative; }
.nav-inner summary {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    padding: 0 18px;
    color: #f7faf6;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
}
.nav-inner summary::-webkit-details-marker { display: none; }
.nav-inner summary::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #bdd2bc;
    border-bottom: 2px solid #bdd2bc;
    transform: rotate(45deg) translateY(-2px);
}
.nav-inner details[open] summary,
.nav-inner summary:hover { background: rgba(255, 255, 255, .08); }
.nav-panel {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    left: 50%;
    display: grid;
    width: 310px;
    max-height: min(580px, calc(100vh - 170px));
    overflow: auto;
    padding: 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    transform: translateX(-50%);
}
.nav-panel a {
    padding: 9px 12px;
    color: var(--ink);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}
.nav-panel a:hover,
.nav-panel a[aria-current="page"] { color: var(--green-950); background: var(--green-100); }

.hero {
    position: relative;
    isolation: isolate;
    min-height: 440px;
    display: flex;
    align-items: end;
    color: #fff;
    background: var(--green-950) url('/images/homepage-banner/gazon-pelouse.jpg') center 42% / cover no-repeat;
}
.hero-overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(18, 47, 29, .92) 0%, rgba(18, 47, 29, .69) 57%, rgba(18, 47, 29, .25) 100%),
        linear-gradient(0deg, rgba(16, 37, 23, .58), transparent 58%);
}
.hero-content { padding-block: 72px 78px; }
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}
.breadcrumbs a { color: #fff; }
.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.4;
    text-transform: uppercase;
}
.hero h1 {
    max-width: 880px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6.1vw, 74px);
    line-height: 1.04;
    letter-spacing: -.035em;
    text-wrap: balance;
}
.hero-subtitle {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.45;
}

.article-layout {
    display: block;
    padding-block: 52px 80px;
}
.article-card {
    min-width: 0;
    padding: clamp(28px, 5vw, 68px);
    background: var(--paper);
    border: 1px solid rgba(45, 93, 57, .12);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.article-intro {
    margin-bottom: 48px;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--line);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 2.1vw, 25px);
    line-height: 1.62;
}
.article-intro p:first-child { margin-top: 0; }
.article-intro p:last-child { margin-bottom: 0; }
.editorial-section { margin: 0 0 56px; }
.article-card h2,
.related-section h2 {
    margin: 0 0 22px;
    color: var(--green-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 3.3vw, 42px);
    line-height: 1.15;
    letter-spacing: -.02em;
    text-wrap: balance;
}
.article-card h3 {
    margin: 34px 0 12px;
    color: var(--green-800);
    font-size: 21px;
    line-height: 1.3;
}
.article-card p { margin: 0 0 1.2em; }
.article-card ul,
.article-card ol { margin: 18px 0 28px; padding-left: 1.35em; }
.article-card li { margin: 8px 0; padding-left: 5px; }
.article-card li::marker { color: var(--green-500); font-weight: 800; }
.article-card blockquote {
    margin: 30px 0;
    padding: 22px 26px;
    background: var(--green-100);
    border-left: 4px solid var(--green-500);
    border-radius: 0 12px 12px 0;
}
.article-card table {
    width: 100%;
    margin: 28px 0 36px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.45;
}
.article-card th,
.article-card td { padding: 13px 15px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.article-card th { color: #fff; background: var(--green-800); font-weight: 750; }
.article-card tr:last-child td { border-bottom: 0; }
.article-card tbody tr:nth-child(even) { background: #f5f8f3; }

.article-toc {
    margin: 0 0 52px;
    background: #f3f7ef;
    border: 1px solid #d6e1d1;
    border-radius: 10px;
}
.article-toc > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 62px;
    padding: 15px 20px;
    color: var(--green-950);
    cursor: pointer;
    list-style: none;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: .03em;
}
.article-toc > summary::-webkit-details-marker { display: none; }
.article-toc > summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.toc-action::before { content: "Afficher  +"; color: var(--green-700); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.article-toc[open] .toc-action::before { content: "Réduire  −"; }
.article-toc-panel { padding: 4px 20px 22px; border-top: 1px solid #d6e1d1; }
.article-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 38px;
    margin: 16px 0 0;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.45;
}
.article-toc li { margin: 0; padding: 7px 0 7px 3px; border-bottom: 1px solid rgba(45, 93, 57, .10); }
.article-toc a { color: var(--ink); text-decoration: none; }
.article-toc a:hover { color: var(--green-700); text-decoration: underline; }

.product-selection {
    margin: 70px calc(clamp(28px, 5vw, 68px) * -1) 58px;
    padding: 52px clamp(28px, 5vw, 68px);
    background: #eff3ea;
    border-block: 1px solid #d8e1d2;
}
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading-row h2 { margin-bottom: 0; }
.update-date { margin: 0 0 6px !important; color: var(--muted); font-size: 13px; white-space: nowrap; }
.selection-note { max-width: 780px; margin: 24px 0 30px !important; color: #4f5f54; font-size: 15px; }
.product-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.product-card {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d8e1d4;
    border-radius: 12px;
}
.product-media {
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 26px;
    background: #fbfcf9;
    border-right: 1px solid #e3e9df;
}
.product-media img { width: 100%; height: 100%; max-height: 260px; object-fit: contain; }
.product-body { display: flex; min-width: 0; flex-direction: column; padding: 28px 32px; }
.product-brand { margin: 0 0 8px !important; color: var(--green-700); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.product-card h3 { max-width: 850px; margin: 0 0 16px; color: var(--ink); font-size: clamp(19px, 2vw, 24px); line-height: 1.28; }
.product-size { margin: 0 0 12px !important; color: var(--muted); font-size: 14px; line-height: 1.45; }
.availability { display: flex; align-items: flex-start; gap: 8px; margin: auto 0 10px !important; color: #2e7139; font-size: 13px; font-weight: 700; line-height: 1.4; }
.availability span { flex: 0 0 8px; width: 8px; height: 8px; margin-top: 5px; background: #4b9f53; border-radius: 999px; box-shadow: 0 0 0 3px #e5f3e5; }
.product-check { max-width: 760px; margin: 0 0 18px !important; color: var(--muted); font-size: 12px; line-height: 1.5; }
.amazon-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    color: #2b210e;
    background: var(--gold-soft);
    border: 1px solid #e3c376;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    width: min(100%, 320px);
    margin-top: auto;
    line-height: 1.35;
    text-decoration: none;
}
.amazon-button:hover { color: #1b160a; background: #ebcf8f; }
.amazon-button > span[aria-hidden="true"] {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    font-size: 0;
}
.affiliate-detail { margin: 18px 0 0 !important; color: var(--muted); font-size: 11px; line-height: 1.5; }

.faq { margin-top: 64px; }
.faq > details { background: #fff; border-top: 1px solid var(--line); }
.faq > details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary {
    position: relative;
    padding: 20px 48px 20px 0;
    color: var(--green-950);
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 15px; color: var(--green-500); font-size: 28px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding: 0 42px 18px 0; color: #47564c; }
.faq details > div p:last-child { margin-bottom: 0; }
.article-updated { margin: 54px 0 0 !important; padding-top: 24px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }

.related-section { padding: 78px 0 92px; background: #e8eee4; border-top: 1px solid #d4ddcf; }
.related-section h2 { margin-bottom: 34px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid #d5ded1;
    border-radius: 14px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.related-card:hover { color: var(--ink); transform: translateY(-3px); box-shadow: 0 14px 32px rgba(23, 53, 34, .1); }
.related-card > span { margin-bottom: 13px; color: var(--green-700); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-card > strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.24; }
.related-card > em { margin-top: auto; padding-top: 24px; color: var(--green-700); font-size: 13px; font-style: normal; font-weight: 800; }
.related-card b { margin-left: 4px; }

.site-footer { padding: 64px 0 24px; color: #d8e5d8; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 90px; }
.footer-grid > div:last-child { min-width: 170px; }
.footer-grid img { width: auto; height: 48px; margin-bottom: 20px; }
.footer-grid p { max-width: 330px; margin: 0; color: #b8c8b9; font-size: 14px; }
.footer-grid h2 { margin: 0 0 17px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 0 0 9px; color: #c7d6c8; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); }
.footer-bottom p { margin: 0; color: #8fa491; font-size: 11px; }

/* Contenu éditorial original, conservé et isolé de l'ancienne coque Bootstrap. */
.legacy-content {
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid var(--line);
}
.legacy-content > :first-child { margin-top: 0; }
.legacy-content section + section { margin-top: 48px; }
.legacy-content img,
.legacy-content iframe { max-width: 100%; height: auto; }
.legacy-content figure { margin: 30px auto 38px; }
.legacy-content figure img { display: block; margin-inline: auto; border-radius: 12px; }
.legacy-content figcaption { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.5; text-align: center; }
.legacy-content .row { display: flex; flex-wrap: wrap; align-items: stretch; gap: 18px; margin-block: 24px; }
.legacy-content [class*="col-"] { flex: 1 1 240px; min-width: 0; }
.legacy-content .align-self-center { align-self: center; }
.legacy-content .text-center { text-align: center; }
.legacy-content .text-right,
.legacy-content .text-end { text-align: right; }
.legacy-content .text-muted { color: var(--muted); }
.legacy-content .text-danger { color: #a2392f; }
.legacy-content .d-block { display: block; }
.legacy-content .d-flex { display: flex; }
.legacy-content .mw-100 { max-width: 100%; }
.legacy-content .list-unstyled { padding-left: 0; list-style: none; }
.legacy-content .card,
.legacy-content .alert {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d8e1d4;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(23, 53, 34, .07);
}
.legacy-content .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 30px 0;
}
.legacy-content .card > .row.no-gutters { align-items: stretch; gap: 0; margin: 0; }
.legacy-content .card > .row.no-gutters > [class*="col-sm-4"] { flex: 0 0 34%; }
.legacy-content .card > .row.no-gutters > [class*="col-sm-8"] { flex: 1 1 66%; }
.legacy-content .card > .row.no-gutters .card-img {
    height: 100%;
    min-height: 290px;
    max-height: 380px;
    padding: 28px;
    object-fit: contain;
}
.legacy-content .card .dlist-align {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    margin: 14px 0 0;
}
.legacy-content .card .dlist-align dt {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--green-800);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.5;
    text-transform: uppercase;
}
.legacy-content .card .dlist-align dd { margin: 0; line-height: 1.55; }
.legacy-content .card .fa-plus-circle,
.legacy-content .card .fa-minus-circle {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: #fff;
    border-radius: 999px;
    font-size: 0;
    font-style: normal;
}
.legacy-content .card .fa-plus-circle { background: var(--green-700); }
.legacy-content .card .fa-minus-circle { background: #a44d42; }
.legacy-content .card .fa-plus-circle::before { content: "+"; font-size: 16px; line-height: 1; }
.legacy-content .card .fa-minus-circle::before { content: "−"; font-size: 16px; line-height: 1; }
.legacy-content .card img { width: 100%; max-height: 300px; object-fit: contain; background: #fff; }
.legacy-content .card-body { flex: 1; padding: 20px; }
.legacy-content .card-footer { padding: 0 20px 20px; text-align: center; }
.legacy-content .card-title { margin: 0 0 12px; color: var(--green-950); font-size: 18px; line-height: 1.35; }
.legacy-content .alert { margin: 28px 0; padding: 24px; }
.legacy-content .alert-light { background: #f8faf6; }
.legacy-content .badge {
    display: inline-block;
    margin: 3px;
    padding: 6px 9px;
    color: var(--green-800);
    background: var(--green-100);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}
.legacy-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 15px;
    color: #243328;
    background: var(--gold-soft);
    border: 1px solid #e3c376;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}
.legacy-content .btn { gap: 10px; }
.legacy-content .btn + br + .btn { margin-top: 12px; }
.legacy-content .btn i[class*="angles-right"] { display: none; }
.legacy-content .btn::after {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.legacy-content .btn-success { color: #fff; background: var(--green-700); border-color: var(--green-700); }
.legacy-content mark { padding: 2px 4px; color: inherit; background: #fff2c9; border-radius: 3px; }
.legacy-content .legacy-pullquote { font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.65; }
.legacy-content .legacy-pullquote p:last-child { margin-bottom: 0; }
.legacy-content .table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.legacy-content .table-responsive table { min-width: 720px; }
.legacy-content .cursorpointer th { cursor: pointer; }
.legacy-illustration {
    padding: 12px;
    background: #f3f7ef;
    border: 1px solid var(--line);
    border-radius: 16px;
}
.legacy-illustration img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.content-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 34px;
    color: var(--green-700);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.content-divider::before,
.content-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.editorial-alert {
    margin: -12px 0 48px;
    padding: 24px 26px;
    background: #f5f8f1;
    border: 1px solid #dce6d5;
    border-left: 5px solid var(--green-500);
    border-radius: 0 12px 12px 0;
}
.editorial-alert > strong { display: block; margin-bottom: 5px; color: var(--green-800); font-size: 18px; }
.editorial-alert p { margin-bottom: 8px; }
.editorial-alert ul { margin: 0; }
.product-comparison { margin-top: 34px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.product-comparison table { min-width: 720px; margin-bottom: 18px; background: #fff; }

@media (max-width: 1040px) {
    .product-card { grid-template-columns: minmax(220px, 270px) minmax(0, 1fr); }
    .product-body { padding: 25px 28px; }
}

@media (max-width: 780px) {
    html { scroll-padding-top: 88px; }
    body { font-size: 16px; line-height: 1.68; }
    .wrap { width: min(calc(100% - 28px), var(--wrap)); }
    .affiliate-notice { padding-block: 6px; font-size: 10px; }
    .header-main { min-height: 72px; }
    .brand img { height: 43px; max-width: 220px; }
    .brand-promise { display: none; }
    .nav-toggle {
        display: grid;
        place-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        margin-left: auto;
        padding: 0;
        color: #fff;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 9px;
    }
    .nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; background: #fff; border-radius: 9px; }
    .site-nav { display: none; }
    .site-nav.is-open { display: block; }
    .nav-inner { display: block; width: 100%; }
    .nav-inner details { border-top: 1px solid rgba(255, 255, 255, .1); }
    .nav-inner summary { height: auto; min-height: 50px; justify-content: space-between; padding-inline: 20px; }
    .nav-panel { position: static; width: auto; max-height: none; margin: 0 12px 12px; transform: none; box-shadow: none; }
    .hero { min-height: 390px; background-position: 57% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(18, 47, 29, .9), rgba(18, 47, 29, .52)); }
    .hero-content { padding-block: 54px 60px; }
    .breadcrumbs { margin-bottom: 22px; }
    .hero h1 { font-size: clamp(38px, 12vw, 58px); }
    .hero-subtitle { font-size: 18px; }
    .article-layout { padding-block: 28px 48px; }
    .article-card { padding: 30px 20px; border-radius: 13px; }
    .article-toc { margin-bottom: 38px; }
    .article-toc > summary { min-height: 58px; padding: 13px 15px; }
    .article-toc-panel { padding: 2px 15px 18px; }
    .article-toc ol { grid-template-columns: 1fr; gap: 0; padding-left: 22px; }
    .article-intro { margin-bottom: 40px; padding-bottom: 30px; font-size: 20px; }
    .editorial-section { margin-bottom: 45px; }
    .article-card h2,
    .related-section h2 { font-size: 31px; }
    .article-card table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .legacy-content .card { margin: 24px -20px; width: calc(100% + 40px); border-radius: 0; }
    .legacy-content .card > .row.no-gutters { display: block; }
    .legacy-content .card > .row.no-gutters > [class*="col-sm-"] { width: 100%; }
    .legacy-content .card > .row.no-gutters .card-img { min-height: 0; max-height: 300px; aspect-ratio: 4 / 3; padding: 22px; }
    .legacy-content .card .dlist-align { grid-template-columns: 82px minmax(0, 1fr); gap: 10px; }
    .product-selection { margin-inline: -20px; padding-inline: 20px; }
    .section-heading-row { display: block; }
    .update-date { margin-top: 10px !important; }
    .product-card { display: flex; flex-direction: column; }
    .product-media { min-height: 0; aspect-ratio: 4 / 3; padding: 22px; border-right: 0; border-bottom: 1px solid #e3e9df; }
    .product-media img { max-height: none; }
    .product-body { padding: 22px; }
    .product-card h3 { font-size: 19px; }
    .amazon-button { width: 100%; }
    .related-section { padding-block: 58px 68px; }
    .related-grid { grid-template-columns: 1fr; }
    .related-card { min-height: 170px; }
    .footer-grid { grid-template-columns: minmax(0, 1fr) auto; gap: 38px; }
    .footer-bottom { display: block; }
    .footer-bottom p + p { margin-top: 8px; }
}

@media (max-width: 460px) {
    .brand img { height: 38px; max-width: 190px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:last-child { min-width: 0; }
}

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