:root {
    --brand-navy: #102a43;
    --brand-navy-deep: #081b2d;
    --brand-orange: #f15a29;
    --brand-orange-dark: #d94717;
    --brand-turquoise: #17aebb;
    --brand-magenta: #d91b5a;
    --brand-lime: #8dc63f;
    --brand-green: #2f855a;
    --brand-paper: #f7f5ef;
    --brand-ink: #17212b;
    --brand-muted: #5b6774;
    --brand-line: rgba(16, 42, 67, .14);
}

html { scroll-behavior: smooth; }

body {
    background: var(--brand-paper);
    color: var(--brand-ink);
    font-feature-settings: "kern" 1, "liga" 1;
}

a {
    color: #0c6f7a;
    text-underline-offset: .18em;
    text-decoration-thickness: .08em;
}

.site-header.nav-layout-split {
    position: relative;
    background: rgba(255, 255, 255, .96);
    border-bottom: 0;
    box-shadow: 0 10px 34px rgba(8, 27, 45, .06);
    backdrop-filter: blur(16px);
}

.site-header.nav-layout-split::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--brand-turquoise) 0 25%, var(--brand-magenta) 25% 50%, var(--brand-orange) 50% 75%, var(--brand-lime) 75% 100%);
}

.site-header .header-split-container {
    min-height: 112px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    border-bottom: 0;
}

.site-header .logo-split img {
    width: 166px;
    max-width: min(18vw, 166px);
    max-height: 88px;
    object-fit: contain;
}

.site-header .nav-split.left { padding-right: 2.5rem; }
.site-header .nav-split.right { padding-left: 2.5rem; }
.site-header .nav-split ul { gap: clamp(1rem, 1.7vw, 2rem); }

.site-header .nav-split a {
    color: var(--brand-navy);
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .06em;
}

.home-printer-hero {
    background-position: center center;
    isolation: isolate;
}

.home-printer-hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(90deg, rgba(8, 27, 45, .45) 0%, transparent 52%);
    pointer-events: none;
}

.home-printer-hero .hero-content-cont { max-width: 1320px; }

.home-printer-hero .hero-content-wrapper {
    animation: brand-rise .7s cubic-bezier(.22, 1, .36, 1) both;
}

.home-printer-hero h1 {
    max-width: 760px;
    margin-bottom: 1.35rem !important;
    font-size: clamp(2.65rem, 5.6vw, 5.15rem);
    font-weight: 790;
    letter-spacing: -.055em;
    text-wrap: balance;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .18);
}

.home-printer-hero .hero-subtitle {
    max-width: 610px;
    margin-bottom: 2.1rem;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.65;
    opacity: .94;
}

.hero .hero-buttons .btn,
.hero-section .hero-buttons .btn,
.block-hero .hero-buttons .btn,
.product-feed-card-cta {
    min-height: 50px;
    padding: .82rem 1.3rem;
    border-radius: 7px !important;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hero-section .hero-buttons .btn:hover,
.product-feed-card-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(8, 27, 45, .2);
}

.section-header { margin-bottom: 2rem; }

.pillar-category-page {
    gap: clamp(2rem, 4vw, 3.5rem);
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.pillar-route-card,
.pillar-intent-grid,
.pillar-method-block {
    border-radius: 7px;
}

.section-header h2 {
    color: var(--brand-navy);
    font-size: clamp(1.85rem, 3.1vw, 3rem);
    font-weight: 760;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.home-guide-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--brand-line);
    border-left: 1px solid var(--brand-line);
}

.home-guide-links p {
    position: relative;
    min-height: 150px;
    margin: 0;
    padding: 2rem 2.2rem 2rem 2.4rem;
    border-right: 1px solid var(--brand-line);
    border-bottom: 1px solid var(--brand-line);
    color: var(--brand-muted);
    transition: background-color .2s ease;
}

.home-guide-links p::before {
    position: absolute;
    top: 2.25rem;
    left: 1.15rem;
    width: 5px;
    height: 34px;
    content: "";
    background: var(--brand-orange);
}

.home-guide-links p:nth-child(2)::before { background: var(--brand-turquoise); }
.home-guide-links p:nth-child(3)::before { background: var(--brand-magenta); }
.home-guide-links p:nth-child(4)::before { background: var(--brand-lime); }

.home-guide-links p:hover { background: #fbfaf6; }

.home-guide-links a {
    display: block;
    margin-bottom: .45rem;
    color: var(--brand-navy);
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    line-height: 1.25;
    text-decoration: none;
}

.home-guide-links a:hover { color: var(--brand-orange-dark); }

.article-header-simple {
    padding-top: clamp(2.6rem, 6vw, 5.8rem);
    padding-bottom: clamp(1.8rem, 4vw, 3.4rem);
}

.article-header-simple h1 {
    color: var(--brand-navy);
    font-size: clamp(2.25rem, 5vw, 4.45rem);
    line-height: 1.03;
    letter-spacing: -.052em;
    text-wrap: balance;
}

.article-content { color: #243443; }

.article-content > p:first-child {
    color: #34495b;
    font-size: 1.16rem;
    line-height: 1.8;
}

.article-content h2 { color: var(--brand-navy); }

.decision-summary {
    margin: 0 0 2.8rem;
    padding: clamp(1.5rem, 3vw, 2.2rem);
    border-left: 6px solid var(--brand-orange);
    background: #edf4f7;
}

.decision-summary h2 {
    margin-top: 0 !important;
    font-size: clamp(1.4rem, 2vw, 1.75rem) !important;
}

.decision-summary p:last-child { margin-bottom: 0; }

.decision-cta-label {
    margin: 1.3rem 0 .65rem;
    color: var(--brand-navy);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.decision-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.decision-cta-row .amazon-offer-button {
    flex: 1 1 210px;
}

.selection-quick {
    margin: 0 0 2.6rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    background: #fff;
    border: 1px solid var(--brand-line);
}

.selection-quick h2 { margin-top: 0 !important; }

.selection-quick table { margin-bottom: 0; }

.source-freshness {
    margin-top: 3rem;
    padding: 1rem 1.2rem;
    border-left: 4px solid var(--brand-green);
    background: #f0f7f3;
    color: #3f5148;
    font-size: .92rem;
}

.home-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--brand-line);
    background: var(--brand-line);
}

.home-method-grid p {
    display: grid;
    gap: .7rem;
    margin: 0;
    padding: clamp(1.4rem, 3vw, 2.15rem);
    background: #fff;
}

.home-method-grid strong {
    color: var(--brand-navy);
    font-family: var(--font-heading);
    font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.home-method-grid span,
.home-method-note,
.home-final-cta > p {
    color: var(--brand-muted);
    line-height: 1.65;
}

.home-method-grid p:nth-child(1) { border-top: 4px solid var(--brand-turquoise); }
.home-method-grid p:nth-child(2) { border-top: 4px solid var(--brand-magenta); }
.home-method-grid p:nth-child(3) { border-top: 4px solid var(--brand-orange); }

.home-method-note {
    max-width: 820px;
    margin: 1.5rem auto 0;
    text-align: center;
}

.home-final-cta {
    display: flex;
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: center;
    justify-content: space-between;
}

.home-final-cta > p {
    max-width: 720px;
    margin: 0;
    font-size: 1.08rem;
}

.home-final-actions {
    display: flex;
    flex: 0 0 auto;
    gap: .8rem;
}

.home-final-actions .btn {
    min-height: 50px;
    padding: .82rem 1.3rem;
    border-radius: 7px;
    font-weight: 800;
}

.home-final-actions .btn-primary {
    border-color: var(--brand-orange) !important;
    background: var(--brand-orange) !important;
    color: #fff !important;
}

.home-final-actions .btn-primary:hover {
    border-color: var(--brand-orange-dark) !important;
    background: var(--brand-orange-dark) !important;
}

.home-final-actions .btn-secondary {
    border: 1px solid var(--brand-navy) !important;
    background: transparent !important;
    color: var(--brand-navy) !important;
}

.home-final-actions .btn-secondary:hover {
    background: var(--brand-navy) !important;
    color: #fff !important;
}

.legacy-amazon-offers {
    margin: 3.2rem 0;
    padding: clamp(1.6rem, 4vw, 2.7rem);
    border-top: 4px solid var(--brand-orange);
    background: #fff;
    box-shadow: 0 20px 50px rgba(8, 27, 45, .08);
}

.legacy-amazon-offers h2 { margin-top: 0 !important; }

.legacy-amazon-offers > p {
    color: var(--brand-muted);
    font-size: .92rem;
}

.legacy-amazon-offers ul {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.legacy-amazon-offers li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid var(--brand-line);
}

.legacy-amazon-offers li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .65rem 1rem;
    border-radius: 6px;
    background: var(--brand-orange);
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
}

.legacy-amazon-offers li a:hover {
    background: var(--brand-orange-dark);
    color: #fff;
}

.article-content .amazon-offer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .62rem .9rem;
    border: 1px solid var(--brand-orange);
    border-radius: 6px;
    background: var(--brand-orange);
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.article-content .amazon-offer-button:hover {
    border-color: var(--brand-orange-dark);
    background: var(--brand-orange-dark);
    color: #fff;
}

.selection-quick table th:last-child,
.selection-quick table td:last-child {
    width: 148px;
    text-align: center;
}

.legacy-amazon-offers li a.product-review-link {
    border: 1px solid var(--brand-navy);
    background: transparent;
    color: var(--brand-navy);
}

.legacy-amazon-offers li a.product-review-link:hover {
    background: var(--brand-navy);
    color: #fff;
}

.legacy-amazon-offers .offer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .65rem;
}

.article-content .amazon-offer-button:focus-visible,
.legacy-amazon-offers li a.product-review-link:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--brand-turquoise), #fff 25%);
    outline-offset: 3px;
}

.article-card,
.card,
.product-feed-card {
    overflow: hidden;
    border: 1px solid var(--brand-line) !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    transition: border-color .2s ease, transform .2s ease;
}

.article-card:hover,
.product-feed-card:hover {
    border-color: rgba(229, 106, 46, .6) !important;
    transform: translateY(-3px);
}

.site-footer {
    border-top: 5px solid transparent;
    border-image: linear-gradient(90deg, var(--brand-turquoise), var(--brand-magenta), var(--brand-orange), var(--brand-lime)) 1;
}
.site-footer a:hover { color: #fff; }

@keyframes brand-rise {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
    .site-header .logo-split img { width: 145px; }
    .site-header .nav-split.left { padding-right: 1.5rem; }
    .site-header .nav-split.right { padding-left: 1.5rem; }
}

@media (max-width: 991px) {
    .site-header .header-split-container { min-height: 90px; }
    .site-header .logo-split img {
        width: min(42vw, 148px);
        max-width: none;
        max-height: 78px;
    }
    .home-printer-hero {
        min-height: 660px !important;
        background-position: 66% center;
    }
    .home-printer-hero::before {
        background: linear-gradient(90deg, rgba(8, 27, 45, .84) 0%, rgba(8, 27, 45, .48) 72%, rgba(8, 27, 45, .22) 100%);
    }
}

@media (max-width: 700px) {
    .home-printer-hero {
        min-height: 610px !important;
        padding-top: 90px !important;
        padding-bottom: 90px !important;
        background-position: 68% center;
    }
    .home-printer-hero h1 { font-size: clamp(2.35rem, 12vw, 3.65rem); }
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-buttons .btn { width: 100%; }
    .home-guide-links { grid-template-columns: 1fr; }
    .home-method-grid { grid-template-columns: 1fr; }
    .home-final-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .home-final-actions {
        width: 100%;
        flex-direction: column;
    }
    .home-final-actions .btn { width: 100%; }
    .home-guide-links p {
        min-height: 0;
        padding: 1.55rem 1.5rem 1.55rem 2.1rem;
    }
    .home-guide-links p::before {
        top: 1.8rem;
        left: .85rem;
        height: 28px;
    }
    .selection-quick table {
        display: block;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        white-space: normal;
    }
    .selection-quick table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    .selection-quick table tbody {
        display: grid;
        gap: 1rem;
    }
    .selection-quick table tr {
        display: grid;
        gap: .45rem;
        padding: 1.1rem;
        border: 1px solid var(--brand-line);
        border-left: 4px solid var(--brand-turquoise);
        border-radius: 7px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(8, 27, 45, .06);
    }
    .selection-quick table td,
    .selection-quick table td:last-child {
        display: block;
        width: auto;
        padding: 0;
        border: 0;
        text-align: left;
        white-space: normal;
    }
    .selection-quick table td:first-child {
        color: var(--brand-navy);
        font-size: 1.02rem;
        font-weight: 850;
    }
    .selection-quick table td:nth-child(2)::before,
    .selection-quick table td:nth-child(3)::before {
        display: block;
        margin-top: .2rem;
        color: var(--brand-muted);
        font-size: .72rem;
        font-weight: 850;
        letter-spacing: .06em;
        text-transform: uppercase;
    }
    .selection-quick table td:nth-child(2)::before { content: "Usage ou format"; }
    .selection-quick table td:nth-child(3)::before { content: "À retenir"; }
    .selection-quick table .amazon-offer-button {
        width: 100%;
        margin-top: .45rem;
    }
    .legacy-amazon-offers li { grid-template-columns: 1fr; }
    .legacy-amazon-offers .offer-actions {
        display: grid;
        justify-content: stretch;
    }
    .legacy-amazon-offers li a { width: 100%; }
}

@media (max-width: 767px) {
    .decision-cta-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .decision-cta-row .amazon-offer-button {
        width: 100%;
    }
}

/* Parcours éditoriaux des guides portables et Bluetooth. */
.guide-paths {
    margin: 0 0 2.6rem;
    padding: clamp(1.2rem, 2.6vw, 1.8rem);
    border: 1px solid var(--brand-line);
    background: linear-gradient(135deg, #f8fbfc 0%, #fff 100%);
}

.guide-paths__eyebrow {
    margin: 0 0 1rem;
    color: var(--brand-navy);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.guide-paths__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}

.guide-paths__link {
    display: grid;
    gap: .38rem;
    min-width: 0;
    padding: 1rem;
    border-top: 3px solid var(--brand-cyan);
    background: #fff;
    box-shadow: 0 8px 24px rgba(12, 49, 70, .07);
    color: var(--brand-navy);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.guide-paths__link:nth-child(2) { border-top-color: var(--brand-pink); }
.guide-paths__link:nth-child(3) { border-top-color: var(--brand-orange); }
.guide-paths__link:nth-child(4) { border-top-color: var(--brand-green); }
.guide-paths__link span { color: var(--brand-muted); font-size: .88rem; line-height: 1.5; }
.guide-paths__link:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(12, 49, 70, .11); }

.connection-choice-table { margin: 1.25rem 0 2.4rem; }
.connection-choice-table table { margin-bottom: 0; }

@media (max-width: 980px) {
    .guide-paths__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .guide-paths__grid { grid-template-columns: 1fr; }
    .guide-paths__link { padding: .9rem; }
}

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

/* Catalogue : sommaire éditorial des familles d'imprimantes. */
.catalog-discovery {
    position: relative;
    margin: 0 0 clamp(2.6rem, 5vw, 4.8rem);
    padding: clamp(1.65rem, 3.5vw, 3rem) clamp(1.2rem, 3vw, 2.65rem) 0;
    overflow: hidden;
    border: 1px solid var(--brand-line);
    border-top: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 22px 52px rgba(8, 27, 45, .07);
}

.catalog-discovery::before {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--brand-turquoise) 0 34%, var(--brand-orange) 34% 66%, var(--brand-magenta) 66% 100%);
}

.catalog-discovery-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    align-items: end;
    gap: 2rem;
    padding-bottom: clamp(1.45rem, 3vw, 2.35rem);
    border-bottom: 1px solid var(--brand-line);
}

.catalog-discovery-kicker,
.catalog-discovery-group-eyebrow {
    display: block;
    color: var(--brand-orange-dark);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .11em;
    line-height: 1.25;
    text-transform: uppercase;
}

.catalog-discovery-intro h2 {
    max-width: 700px;
    margin: .35rem 0 0;
    color: var(--brand-navy);
    font-size: clamp(1.85rem, 3.1vw, 3rem);
    font-weight: 730;
    letter-spacing: -.035em;
    line-height: 1.02;
    text-wrap: balance;
}

.catalog-discovery-intro p {
    max-width: 410px;
    margin: 0;
    color: var(--brand-muted);
    font-size: .95rem;
    line-height: 1.7;
}

.catalog-discovery-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-discovery-group {
    --catalog-discovery-accent: var(--brand-turquoise);
    min-width: 0;
    padding: clamp(1.45rem, 2.7vw, 2.3rem) clamp(1rem, 2.1vw, 1.9rem) clamp(1.35rem, 2.4vw, 2rem);
    animation: catalog-discovery-rise .55s cubic-bezier(.22, 1, .36, 1) both;
}

.catalog-discovery-group:first-child { padding-left: 0; }
.catalog-discovery-group:last-child { padding-right: 0; }
.catalog-discovery-group + .catalog-discovery-group { border-left: 1px solid var(--brand-line); }
.catalog-discovery-group:nth-child(2) { animation-delay: .08s; }
.catalog-discovery-group:nth-child(3) { animation-delay: .16s; }
.catalog-discovery-group:nth-child(4) { animation-delay: .24s; }
.catalog-discovery-group--mobile { --catalog-discovery-accent: var(--brand-orange); }
.catalog-discovery-group--special { --catalog-discovery-accent: var(--brand-magenta); }
.catalog-discovery-group--other { --catalog-discovery-accent: var(--brand-lime); }

.catalog-discovery-group-head {
    display: block;
}

.catalog-discovery-group-eyebrow { color: var(--catalog-discovery-accent); }

.catalog-discovery-group h3 {
    margin: .2rem 0 0;
    color: var(--brand-navy);
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    font-weight: 850;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.catalog-discovery-group-description {
    min-height: 3.15rem;
    margin: 1rem 0 .65rem;
    color: var(--brand-muted);
    font-size: .82rem;
    line-height: 1.55;
}

.catalog-discovery-links { border-top: 1px solid var(--brand-line); }

.catalog-discovery-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .8rem;
    min-height: 77px;
    padding: .85rem .25rem;
    border-bottom: 1px solid var(--brand-line);
    color: var(--brand-navy);
    text-decoration: none;
    transition: color .2s ease, padding .2s ease, background-color .2s ease;
}

.catalog-discovery-link-copy {
    display: grid;
    gap: .22rem;
    min-width: 0;
}

.catalog-discovery-link-copy strong {
    font-size: .9rem;
    font-weight: 850;
    letter-spacing: -.015em;
    line-height: 1.28;
}

.catalog-discovery-link-copy small {
    color: var(--brand-muted);
    font-size: .73rem;
    line-height: 1.4;
}

.catalog-discovery-link-meta {
    display: grid;
    justify-items: end;
    gap: .22rem;
    color: var(--catalog-discovery-accent);
}

.catalog-discovery-link-meta small {
    color: var(--brand-muted);
    font-size: .66rem;
    font-weight: 750;
    white-space: nowrap;
}

.catalog-discovery-link-meta span {
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1;
    transition: transform .2s ease;
}

.catalog-discovery-link:hover,
.catalog-discovery-link:focus-visible {
    padding-right: .6rem;
    padding-left: .6rem;
    background: color-mix(in srgb, var(--catalog-discovery-accent) 6%, transparent);
    color: var(--brand-navy-deep);
}

.catalog-discovery-link:hover .catalog-discovery-link-meta span,
.catalog-discovery-link:focus-visible .catalog-discovery-link-meta span {
    transform: translateX(4px);
}

.catalog-discovery-link:focus-visible {
    outline: 2px solid var(--catalog-discovery-accent);
    outline-offset: -2px;
}

@keyframes catalog-discovery-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
    .catalog-discovery-intro {
        grid-template-columns: 1fr;
        gap: .85rem;
    }
    .catalog-discovery-intro p { max-width: 680px; }
    .catalog-discovery-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-discovery-group:nth-child(odd) { padding-left: 0; }
    .catalog-discovery-group:nth-child(even) { padding-right: 0; border-left: 1px solid var(--brand-line); }
    .catalog-discovery-group:nth-child(n + 3) { border-top: 1px solid var(--brand-line); }
    .catalog-discovery-group:nth-child(3) { border-left: 0; }
}

@media (max-width: 650px) {
    .catalog-discovery {
        margin-right: -.25rem;
        margin-left: -.25rem;
        padding: 1.5rem 1rem 0;
        border-radius: 8px;
    }
    .catalog-discovery-intro h2 { font-size: clamp(1.75rem, 9vw, 2.25rem); }
    .catalog-discovery-groups { grid-template-columns: 1fr; }
    .catalog-discovery-group,
    .catalog-discovery-group:first-child,
    .catalog-discovery-group:last-child,
    .catalog-discovery-group:nth-child(odd),
    .catalog-discovery-group:nth-child(even) {
        padding: 1.35rem 0 1.1rem;
        border-top: 1px solid var(--brand-line);
        border-left: 0;
    }
    .catalog-discovery-group:first-child { border-top: 0; }
    .catalog-discovery-group-description { min-height: 0; }
    .catalog-discovery-link { min-height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-discovery-group { animation: none; }
    .catalog-discovery-link,
    .catalog-discovery-link-meta span { transition: none; }
}

@media (max-width: 650px) {
    .article-hero img[src*="imprimante-multifonction-guide-2026"] {
        object-position: 72% center;
    }
}
