/* ══════════════════════════════════════════════════════════════════════════════
   ROBOT-MOBILE.CSS — Styles mobile-only (zéro impact desktop)
   Moulin Jérémie Paysage — Isère (38)

   Chargé APRÈS robot-page.css → surcharge les breakpoints existants.
   Tout ici est wrappé dans @media (max-width: …).
   ══════════════════════════════════════════════════════════════════════════════ */


/* ── Éléments mobile-only : masqués par défaut (desktop) ──────────────── */
.mob-quick-nav { display: none; }
.hero__ctas--mobile { display: none; }

/* ── Drawer : éléments mobile-only masqués sur desktop ───────────────── */
.drawer__summary { display: none; }
.drawer__close-bottom { display: none; }

/* ── Filtres catalogue : transparents sur desktop ────────────────────── */
.cat-filters__main { display: contents; }
.cat-filters__advanced { display: contents; }
.cat-filters__advanced-body { display: contents; }
.cat-filters__advanced > summary { display: none; }
.cat-filters__actions { display: contents; }
.cat-filters__reset { display: none; }


/* ── Anti-débordement + confort global (≤ 900px) ─────────────────────────── */

@media (max-width: 900px) {

    /* Empêcher tout scroll horizontal parasite */
    html, body {
        overflow-x: hidden;
    }

    /* Padding latéral minimum sur les conteneurs */
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Images toujours fluides — jamais plus larges que leur parent */
    img, video, iframe, svg {
        max-width: 100%;
        height: auto;
    }

    /* Scroll-padding : les ancres ne se cachent pas sous le header sticky */
    html {
        scroll-padding-top: 90px;
    }

    /* Tableaux / blocs larges : scroll interne plutôt que débordement */
    table, pre, .drawer-spec {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/* ── Tablet / Mobile  (≤ 768px) ─────────────────────────────────────────── */

@media (max-width: 768px) {

    /* ══════════════════════════════════════════════════════════
       Header — fix mobile (toujours visible + hamburger accessible)

       Bug fix : backdrop-filter sur .site-header crée un
       "containing block" → .nav-links.show (position:fixed; inset:0)
       est confiné dans les 72px du header au lieu du viewport.
       On force width/height en viewport units pour s'en échapper.
       ══════════════════════════════════════════════════════════ */

    .site-header.header-hidden {
        transform: none;
    }

    .hamburger {
        position: relative;
        z-index: 1002;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Menu fullscreen — échapper au containing block du backdrop-filter */
    .nav-links.show {
        inset: auto;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        z-index: 1001;
    }


    /* ══════════════════════════════════════════════════════════
       Hero mobile — conversion-first, TOUT centré

       style.css contient #hero { display:flex; padding:… } pour la
       home. L'id #hero a une spécificité supérieure à .hero, donc
       on utilise #hero ici pour écraser proprement.
       ══════════════════════════════════════════════════════════ */

    #hero {
        display: block;
        min-height: auto;
        padding: var(--header-h, 72px) 0 0 0;
        align-items: initial;
    }

    #hero .container,
    #hero .hero__grid {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    #hero .hero__text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: .85rem;
        width: 100%;
    }

    /* Titre — centré, pleine largeur */
    #hero .hero__title {
        font-size: clamp(1.55rem, 7vw, 2.2rem);
        line-height: 1.15;
        text-align: center;
        width: 100%;
    }

    #hero .hero__title br {
        display: none;
    }

    .hero__title-accent {
        display: block;
        margin-top: .2rem;
        font-size: .55em;
        font-weight: 400;
        font-style: italic;
        opacity: .75;
        letter-spacing: .02em;
    }

    /* Sous-titre — centré, pleine largeur, 2 lignes max */
    #hero .hero__sub {
        font-size: .88rem;
        line-height: 1.5;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* CTAs — swap desktop/mobile */
    .hero__ctas--desktop {
        display: none;
    }

    #hero .hero__ctas--mobile {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        width: 100%;
    }

    #hero .hero__ctas .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: .95rem;
    }

    /* CTA principal — gros, gold, très visible */
    .hero__ctas--mobile .btn--primary {
        padding: .95rem 1rem;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: .01em;
        box-shadow: 0 4px 16px rgba(212, 164, 85, .35);
    }

    /* CTA secondaire — discret, pas de bordure épaisse */
    .hero__ctas--mobile .btn--ghost {
        padding: .65rem 1rem;
        font-size: .85rem;
        opacity: .85;
    }

    /* Trust chips — pilules compactes, centrées */
    #hero .hero__trust {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: .4rem;
        margin-top: .15rem;
        padding: 0;
        list-style: none;
    }

    .hero__trust li {
        font-size: .72rem;
        font-weight: 600;
        padding: .3rem .65rem;
        background: rgba(255,255,255,.12);
        border-radius: 20px;
        color: rgba(255,255,255,.9);
        white-space: nowrap;
        letter-spacing: .01em;
    }

    .hero__trust li::before {
        content: '✓ ';
        color: var(--gold, #d4a455);
        font-weight: 700;
    }

    /* Product card — sous le texte, compacte, tout centré */
    #hero .hero__card {
        order: 2;
        text-align: center;
    }

    #hero .hero-product {
        max-width: 100%;
        padding: 1rem;
        text-align: center;
    }

    #hero .hero-product__badges {
        justify-content: center;
    }

    #hero .hero-product__img {
        max-height: 180px;
        object-fit: contain;
    }

    #hero .hero-product__info {
        text-align: center;
    }

    #hero .hero-product__name {
        font-size: 1rem;
        text-align: center;
    }

    #hero .hero-product .rp-specs {
        justify-content: center;
    }

    #hero .hero-product__price {
        text-align: center;
    }

    #hero .hero-product .btn {
        width: 100%;
        padding: .75rem;
        font-size: .9rem;
    }


    /* ── Quick nav — ancres rapides sous le Hero ── */

    .mob-quick-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .4rem;
        padding: .6rem 16px;
        background: var(--forest-dark, #1a3a0a);
        overflow-x: visible;
    }

    .mob-quick-nav__btn {
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .4rem;
        padding: .55rem .75rem;
        border-radius: 8px;
        background: rgba(255,255,255,.08);
        color: rgba(255,255,255,.88);
        font-size: .78rem;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        text-decoration: none;
        white-space: nowrap;
        transition: background .2s, color .2s;
    }

    .mob-quick-nav__btn:active {
        background: rgba(255,255,255,.18);
    }

    .mob-quick-nav__btn svg {
        flex-shrink: 0;
        opacity: .75;
    }

    /* Bouton Devis — accentué gold */
    .mob-quick-nav__btn--accent {
        background: var(--gold, #d4a455);
        color: #1a1a1a;
    }

    .mob-quick-nav__btn--accent:active {
        background: #c8963d;
    }

    .mob-quick-nav__btn--accent svg {
        opacity: 1;
        stroke: #1a1a1a;
    }


    /* ══════════════════════════════════════════════════════════
       Hiérarchie mobile — lecture ultra-rapide
       Sections compactes + line-clamp sur textes longs
       ══════════════════════════════════════════════════════════ */

    /* Sections — espacement réduit, moins de scroll */
    .lp-section {
        padding-top: clamp(2rem, 6vw, 3rem);
        padding-bottom: clamp(2rem, 6vw, 3rem);
    }

    .lp-section--sm {
        padding-top: clamp(1.5rem, 4vw, 2rem);
        padding-bottom: clamp(1.5rem, 4vw, 2rem);
    }

    /* Titres — proportionnés mobile */
    .lp-section__title {
        font-size: clamp(1.4rem, 6vw, 2rem);
    }

    .lp-section__tag {
        font-size: .68rem;
    }

    /* Intros — 3 lignes max (suffisant pour la plupart des textes) */
    .lp-section__intro {
        font-size: .92rem;
        opacity: .9;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .lp-section__intro.expanded {
        -webkit-line-clamp: unset;
        display: block;
    }

    /* Reviews — 3 lignes max */
    .review-card__text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .review-card__text.expanded {
        -webkit-line-clamp: unset;
        display: block;
    }

    /* Techno descriptions — 2 lignes max */
    .techno-card__desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .techno-card__desc.expanded {
        -webkit-line-clamp: unset;
        display: block;
    }

    /* Timeline descriptions — 2 lignes max */
    .timeline__desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .timeline__desc.expanded {
        -webkit-line-clamp: unset;
        display: block;
    }

    /* Bouton "Voir plus" injecté par JS */
    .mob-more {
        display: inline-block;
        margin-top: .35rem;
        padding: 0;
        border: none;
        background: none;
        color: var(--gold, #d4a455);
        font-size: .78rem;
        font-weight: 600;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .mob-more:hover {
        color: var(--gold-dark, #b8893a);
    }


    /* ══════════════════════════════════════════════════════════
       Preuves / avantages — lisibilité mobile
       ══════════════════════════════════════════════════════════ */

    /* Pills — grille 2 colonnes, gap confortable */
    .proof__grid {
        grid-template-columns: 1fr 1fr;
        gap: .6rem;
    }

    .proof__pill {
        font-size: .8rem;
        padding: .75rem .8rem;
        white-space: normal;
        text-align: center;
        min-height: 44px;
    }

    .proof__icon {
        width: 18px;
        height: 18px;
    }

    /* Cartes valeur — 1 colonne, padding réduit */
    .proof__cards {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 1.25rem;
    }

    .proof-card {
        padding: 1.25rem;
    }

    .proof-card__title {
        font-size: 1.05rem;
    }

    .proof-card__sub {
        font-size: .88rem;
    }

    .proof-card__list li {
        font-size: .84rem;
    }


    /* ══════════════════════════════════════════════════════════
       Boutons tap-friendly — 44px minimum (WCAG 2.5.8)
       ══════════════════════════════════════════════════════════ */

    /* Tous les .btn : hauteur mini 44px, espacement 12px */
    .btn {
        min-height: 44px;
        padding-top: .65rem;
        padding-bottom: .65rem;
    }

    /* Les .btn--sm (cartes produit) : remonter à 44px aussi */
    .btn--sm {
        min-height: 44px;
        padding: .55rem 1rem;
        font-size: .82rem;
    }

    /* Boutons pleine largeur dans les sections clés */
    .pricing-card .btn,
    .finish-card .btn,
    .location-card .btn,
    .brand-card__link {
        width: 100%;
        text-align: center;
        justify-content: center;
        min-height: 44px;
    }

    /* Espacement vertical entre boutons adjacents */
    .prod-card__footer {
        gap: 10px;
    }

    .pricing-card__cta {
        margin-top: auto;
    }

    /* Contact direct buttons : zone de tap confortable */
    .rp-contact__direct-btn {
        min-height: 48px;
        padding: .75rem 1rem;
    }

    /* ══════════════════════════════════════════════════════════
       Mobile bar sticky — intelligent (show on scroll, hide near contact)
       ══════════════════════════════════════════════════════════ */

    /* Barre — cachée par défaut, slide-up via JS */
    .mobile-bar {
        padding: .6rem 1rem;
        padding-bottom: calc(.6rem + env(safe-area-inset-bottom, 0px));
        gap: .6rem;
        transform: translateY(100%);
        transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .3s ease;
        will-change: transform;
    }

    /* JS ajoute .mobile-bar--visible quand on scroll */
    .mobile-bar--visible {
        transform: translateY(0);
    }

    /* Quand #contact est en vue — barre disparaît vers le bas */
    .mobile-bar--hidden {
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
    }

    /* Boutons — zones de tap confortables */
    .mobile-bar__btn {
        min-height: 48px;
        padding: .6rem .35rem;
        font-size: .72rem;
        transition: all .25s ease;
    }

    .mobile-bar__btn svg {
        width: 20px;
        height: 20px;
        transition: all .25s ease;
    }

    /* Body padding pour ne pas masquer le contenu sous la barre */
    body {
        padding-bottom: 76px;
    }

    /* ══════════════════════════════════════════════════════════
       Contact — friction minimale mobile
       5 champs max + boutons rapides + phrase rassurante
       ══════════════════════════════════════════════════════════ */

    /* Inputs / selects / textarea : 16px = pas de zoom iPhone */
    .rp-form__field input,
    .rp-form__field select,
    .rp-form__field textarea {
        font-size: 16px;
        min-height: 44px;
        padding: .75rem .9rem;
    }

    /* Wrapper formulaire — padding compact */
    .rp-contact__form-wrap {
        padding: 1.15rem;
    }

    /* Rows — 1 champ par ligne */
    .rp-form__row {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    /* Labels — lisibles */
    .rp-form__field label {
        font-size: .76rem;
    }

    /* Upload — compact, zone tap ok */
    .rp-form__upload {
        padding: .85rem 1rem;
        font-size: .8rem;
        min-height: 44px;
    }

    /* Submit — full width, zone tap large, conversion gold */
    .rp-form__submit {
        min-height: 52px;
        font-size: 1rem;
        padding: 1rem 1.5rem;
        border-radius: 10px;
        box-shadow: 0 4px 16px rgba(212, 164, 85, .3);
    }

    /* Legal — un peu plus d'espace */
    .rp-form__legal {
        font-size: .7rem;
        margin-top: .5rem;
    }

    /* Badge form — rassurance mobile */
    .rp-form__badge {
        font-size: .75rem;
        padding: .5rem .9rem;
        margin-bottom: .75rem;
        text-align: center;
    }

    /* ── Options conditionnelles finitions + pack (mobile) ── */
    .rp-form__options-box {
        padding: .85rem 1rem;
        border-radius: 8px;
        margin-top: 0;
    }

    .rp-form__options-title {
        font-size: .8rem;
        margin-bottom: .5rem;
    }

    .rp-form__option-check {
        padding: .5rem .6rem;
        gap: .3rem .55rem;
    }

    .rp-form__option-label {
        font-size: .82rem;
    }

    .rp-form__option-desc {
        font-size: .72rem;
        padding-left: calc(18px + .55rem);
    }

    /* ── Boutons rapides WhatsApp + Appel (injectés par JS) ── */
    .mob-contact-quick {
        display: flex;
        gap: .5rem;
        margin-bottom: .75rem;
    }

    .mob-contact-quick .rp-contact__direct-btn {
        flex: 1;
        min-height: 52px;
        padding: .75rem .5rem;
        border-radius: 10px;
        font-size: .82rem;
        justify-content: center;
        text-align: center;
    }

    .mob-contact-quick .rp-contact__direct-btn div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .1rem;
    }

    .mob-contact-quick .rp-contact__direct-btn span {
        font-size: .68rem;
        opacity: .75;
    }

    /* ── Phrase rassurante (injectée par JS) ── */
    .mob-contact-reassure {
        text-align: center;
        font-size: .78rem;
        font-weight: 600;
        color: rgba(255,255,255,.7);
        padding: .5rem 0;
        margin-bottom: .25rem;
    }

    .mob-contact-reassure strong {
        color: var(--gold, #d4a455);
    }

    /* ── Sidebar info — masquée (contenu remonté) ── */
    .rp-contact__info {
        display: none;
    }

    /* Boutons contact direct — full width (fallback si visible) */
    .rp-contact__direct-btn {
        width: 100%;
    }

    /* Horaires — compact */
    .rp-contact__horaires {
        font-size: .82rem;
    }


    /* ══════════════════════════════════════════════════════════
       FAQ — lisibilité mobile (plein soleil) + 6 max visibles
       ══════════════════════════════════════════════════════════ */

    /* Questions — police plus grande, espace vertical large */
    .faq-item summary {
        min-height: 48px;
        padding: 1.1rem 1rem;
        font-size: .95rem;
        line-height: 1.5;
    }

    /* Espacement entre les items FAQ */
    .faq-list {
        gap: 4px;
    }

    /* Masquer les items au-delà de 6 */
    .faq-list > .faq-item:nth-child(n+7) {
        display: none;
    }

    /* Quand expanded → tout afficher */
    .faq-list--expanded > .faq-item:nth-child(n+7) {
        display: block;
    }

    /* Réponses — texte bien contrasté, aéré */
    .faq-item__a {
        padding: .35rem 1rem 1.25rem;
    }

    .faq-item__a p {
        font-size: .9rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, .92);
    }

    /* Strong dans réponses — blanc pur */
    .faq-item__a p strong {
        color: #fff;
    }

    /* Liens dans réponses — gold vif */
    .faq-item__a p a {
        color: var(--gold);
    }

    /* Chevron — zone de tap plus large */
    .faq-item__chevron {
        width: 22px;
        height: 22px;
    }

    /* Bouton "Voir toutes les questions" — injecté par JS */
    .faq-show-all {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .4rem;
        width: 100%;
        margin-top: .5rem;
        padding: .7rem 1rem;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 8px;
        background: rgba(255,255,255,.05);
        color: rgba(255,255,255,.75);
        font-size: .8rem;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        cursor: pointer;
        transition: background .2s, color .2s;
    }

    .faq-show-all:active {
        background: rgba(255,255,255,.12);
        color: #fff;
    }

    .faq-show-all svg {
        transition: transform .25s ease;
    }

    .faq-show-all--expanded svg {
        transform: rotate(180deg);
    }

    /* CTA bas de FAQ — bouton pleine largeur */
    .faq-cta .btn {
        width: 100%;
    }

    .faq-cta p {
        font-size: .95rem;
    }


    /* ══════════════════════════════════════════════════════════
       Catalogue filtres — simplifié mobile (2 visibles + accordéon)
       ══════════════════════════════════════════════════════════ */

    .cat-filters {
        flex-direction: column;
        gap: .75rem;
        padding: 1rem;
    }

    /* Filtres principaux — 1 champ par ligne */
    .cat-filters__main {
        display: flex;
        flex-direction: column;
        gap: .75rem;
    }

    .cat-filters__field {
        width: 100%;
        min-width: 100%;
        flex: none;
    }

    .cat-filters__label {
        font-size: .72rem;
    }

    .cat-filters__select {
        min-height: 44px;
        font-size: .9rem;
        padding: .7rem .9rem;
        padding-right: 2.2rem;
    }

    /* Accordéon filtres avancés */
    .cat-filters__advanced {
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        overflow: hidden;
    }

    .cat-filters__toggle {
        display: flex;
        align-items: center;
        gap: .5rem;
        padding: .65rem .85rem;
        font-size: .8rem;
        font-weight: 600;
        color: rgba(255,255,255,.7);
        cursor: pointer;
        list-style: none;
        transition: color .2s, background .2s;
    }

    /* Cacher le triangle natif */
    .cat-filters__toggle::-webkit-details-marker { display: none; }
    .cat-filters__toggle::marker { content: ''; }

    .cat-filters__toggle svg {
        flex-shrink: 0;
        opacity: .6;
        transition: transform .25s ease;
    }

    .cat-filters__advanced[open] .cat-filters__toggle {
        color: rgba(255,255,255,.9);
        background: rgba(255,255,255,.04);
    }

    .cat-filters__advanced[open] .cat-filters__toggle svg {
        transform: rotate(90deg);
    }

    .cat-filters__advanced-body {
        display: flex;
        flex-direction: column;
        gap: .75rem;
        padding: .5rem .85rem .85rem;
    }

    /* Actions — bouton + reset */
    .cat-filters__actions {
        display: flex;
        flex-direction: column;
        gap: .4rem;
    }

    .cat-filters__btn {
        width: 100%;
        min-height: 48px;
        margin-top: .25rem;
        font-size: .95rem;
    }

    .cat-filters__reset {
        width: 100%;
        padding: .5rem;
        border: none;
        background: none;
        color: rgba(255,255,255,.5);
        font-size: .75rem;
        font-weight: 600;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 2px;
        transition: color .2s;
    }

    .cat-filters__reset:active {
        color: rgba(255,255,255,.8);
    }

    /* Chips — masqués sur mobile (garder surface + pente uniquement) */
    .cat-chips {
        display: none;
        margin-top: 1rem;
    }

    .cat-chip {
        flex-shrink: 0;
        min-height: 40px;
        padding: .5rem .9rem;
        font-size: .82rem;
    }

    .cat-chip span {
        font-size: .72rem;
    }

    .cat-chips--brands {
        margin-top: .5rem;
    }


    /* ══════════════════════════════════════════════════════════
       Catalogue robots — grille 2 colonnes tablette
       ══════════════════════════════════════════════════════════ */

    .cat-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: .75rem;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0 1rem 1rem;
    }

    .cat-grid::-webkit-scrollbar { display: none; }

    .cat-grid .prod-card {
        flex: 0 0 80vw;
        max-width: 300px;
        scroll-snap-align: center;
    }

    /* ── Cartes robots — scannable en 3 sec ── */

    .prod-card__body {
        padding: .75rem .9rem;
        gap: .4rem;
    }

    .prod-card__name {
        font-size: 1rem;
    }

    /* Specs — 3 max visibles (surface, pente, tech), dB caché */
    .prod-card__body .rp-specs {
        flex-wrap: wrap;
        gap: .3rem;
    }

    .prod-card__body .rp-specs span {
        font-size: .7rem;
        padding: .2rem .5rem;
        font-weight: 600;
    }

    .prod-card__body .rp-specs span:nth-child(3) {
        display: none;
    }

    /* Footer — conversion-first */
    .prod-card__footer {
        padding: .75rem .9rem;
        gap: .55rem;
    }

    .prod-card__price {
        font-size: 1.05rem;
        font-weight: 700;
    }

    .prod-card__incl {
        font-size: .7rem;
        opacity: .75;
    }

    /* Actions — CTA Devis d'abord, gros + doré; Détails discret en dessous */
    .prod-card__actions {
        flex-direction: column;
        gap: .35rem;
    }

    .prod-card__actions .btn--primary {
        order: -1;
        width: 100%;
        min-height: 46px;
        font-size: .88rem;
        font-weight: 700;
        box-shadow: 0 2px 10px rgba(212, 164, 85, .25);
    }

    .prod-card__actions .btn--ghost {
        width: 100%;
        min-height: 38px;
        font-size: .75rem;
        opacity: .7;
        border-color: transparent;
    }

    .prod-card__actions .btn--ghost:active {
        opacity: 1;
    }


    /* ══════════════════════════════════════════════════════════
       Techno cards — contraste texte sur fond sombre
       ══════════════════════════════════════════════════════════ */

    .techno-card {
        padding: 1.15rem;
    }

    .techno-card__desc {
        font-size: .84rem;
        color: rgba(255, 255, 255, .88);
    }

    .techno-card__label {
        font-size: .68rem;
    }


    /* ══════════════════════════════════════════════════════════
       Reviews — lisibilité + padding compact
       ══════════════════════════════════════════════════════════ */

    .review-card {
        padding: 1.25rem;
    }

    .review-card__text {
        font-size: .86rem;
        line-height: 1.6;
    }


    /* ══════════════════════════════════════════════════════════
       Objections — contraste réponses
       ══════════════════════════════════════════════════════════ */

    .objection-card__a p {
        font-size: .85rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, .9);
    }


    /* ══════════════════════════════════════════════════════════
       Timeline installation — compact mobile
       ══════════════════════════════════════════════════════════ */

    .timeline__title {
        font-size: 1rem;
    }

    .timeline__desc {
        font-size: .84rem;
        max-width: none;
    }


    /* ══════════════════════════════════════════════════════════
       Finitions / Complément — carrousel auto-rotatif (1 carte visible)

       Même pattern que reviews/installations : display:none par
       défaut, .mob-carousel-active pour afficher la carte courante.
       padding-top pour laisser de l'espace au badge "Recommandé".
       ══════════════════════════════════════════════════════════ */

    .finishes-grid {
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
        overflow: visible;
        padding-top: .85rem;
    }

    .finishes-grid.mob-carousel-sliding {
        overflow: hidden;
    }

    .finishes-grid > .finish-card {
        grid-row: 1;
        grid-column: 1;
        display: none;
        max-width: none;
        padding: 1.25rem;
    }

    .finishes-grid > .finish-card.mob-carousel-out {
        display: flex;
        animation: mobSlideOut .4s ease-in-out both;
    }

    .finishes-grid > .finish-card.mob-carousel-active {
        display: flex;
        flex-direction: column;
    }

    /* Animation slide uniquement pendant la transition (pas au chargement) */
    .finishes-grid.mob-carousel-sliding > .finish-card.mob-carousel-active {
        animation: mobSlideIn .4s ease-in-out both;
    }

    /* Direction inverse (swipe vers la droite / recul) */
    .finishes-grid[data-dir="prev"] > .finish-card.mob-carousel-out {
        animation-name: mobSlideOutRev;
    }
    .finishes-grid.mob-carousel-sliding[data-dir="prev"] > .finish-card.mob-carousel-active {
        animation-name: mobSlideInRev;
    }

    .finish-card__desc {
        font-size: .84rem;
    }

    .finish-card__list li {
        font-size: .82rem;
    }

    .finish-card .btn {
        width: 100%;
    }


    /* ══════════════════════════════════════════════════════════
       À la carte — texte compact lisible
       ══════════════════════════════════════════════════════════ */

    .alacarte__desc {
        font-size: .78rem;
    }

    .alacarte__name {
        font-size: .86rem;
    }


    /* ══════════════════════════════════════════════════════════
       Packs services — carrousel auto-rotatif (1 carte visible)

       Même pattern que reviews/installations : display:none par
       défaut, .mob-carousel-active pour afficher la carte courante.
       padding-top pour laisser de l'espace au badge "Le + populaire".
       ══════════════════════════════════════════════════════════ */

    .pricing-grid {
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
        overflow: visible;
        padding-top: .85rem;
    }

    .pricing-grid.mob-carousel-sliding {
        overflow: hidden;
    }

    .pricing-grid > .pricing-card {
        grid-row: 1;
        grid-column: 1;
        display: none;
        max-width: none;
        padding: 1.15rem 1rem;
        gap: .85rem;
    }

    .pricing-grid > .pricing-card.mob-carousel-out {
        display: flex;
        animation: mobSlideOut .4s ease-in-out both;
    }

    .pricing-grid > .pricing-card.mob-carousel-active {
        display: flex;
        flex-direction: column;
    }

    /* Animation slide uniquement pendant la transition (pas au chargement) */
    .pricing-grid.mob-carousel-sliding > .pricing-card.mob-carousel-active {
        animation: mobSlideIn .4s ease-in-out both;
    }

    /* Direction inverse (swipe vers la droite / recul) */
    .pricing-grid[data-dir="prev"] > .pricing-card.mob-carousel-out {
        animation-name: mobSlideOutRev;
    }
    .pricing-grid.mob-carousel-sliding[data-dir="prev"] > .pricing-card.mob-carousel-active {
        animation-name: mobSlideInRev;
    }

    /* ── Header — compact, aligné gauche ── */
    .pricing-card__header {
        text-align: left;
        gap: .35rem;
    }

    .pricing-card__icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        margin: 0;
    }

    .pricing-card__icon svg {
        width: 22px;
        height: 22px;
    }

    .pricing-card__name {
        font-size: 1.1rem;
    }

    /* Description — 1 phrase, compact */
    .pricing-card__desc {
        font-size: .82rem;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* ── Prix — horizontal compact ── */
    .pricing-card__price-block {
        flex-direction: row;
        align-items: baseline;
        gap: .4rem;
        padding: .65rem 0;
    }

    .pricing-card__from {
        font-size: .65rem;
    }

    .pricing-card__price {
        font-size: 1.6rem;
    }

    .pricing-card__price small {
        font-size: .5em;
    }

    .pricing-card__note {
        font-size: .65rem;
    }

    /* ── Features — 4 max visibles ── */
    .pricing-card__features {
        gap: .4rem;
    }

    .pricing-card__features li {
        font-size: .8rem;
        gap: .4rem;
    }

    .pricing-card__features li::before {
        width: 15px;
        height: 15px;
    }

    /* Masquer les bullets au-delà de 4 */
    .pricing-card__features li:nth-child(n+5) {
        display: none;
    }

    /* ── CTA — pleine largeur, tap confortable ── */
    .pricing-card__cta {
        min-height: 46px;
        font-size: .88rem;
        font-weight: 600;
    }

    /* ── Featured card — badge + bordure gold ── */
    .pricing-card--featured {
        transform: none;
        border-width: 2px;
        border-color: var(--gold, #d4a455);
        box-shadow: 0 4px 18px rgba(212, 164, 85, .18);
        padding-top: 1.6rem;
    }

    .pricing-card--featured:hover {
        transform: none;
    }

    .pricing-card__badge {
        top: -11px;
        font-size: .65rem;
        padding: .25rem .9rem;
    }

    /* Hover — pas de transform sur mobile */
    .pricing-card:hover {
        transform: none;
    }


    /* ══════════════════════════════════════════════════════════
       Drawer / modale détails robot — parfaite mobile
       ══════════════════════════════════════════════════════════ */

    /* Panneau — pleine largeur */
    .drawer {
        width: 100vw;
        max-width: 100%;
    }

    /* Bouton fermer haut — gros, bien visible */
    .drawer__close {
        width: 44px;
        height: 44px;
        border: 2px solid rgba(0,0,0,.15);
    }

    /* Body — padding généreux, gap large */
    .drawer__body {
        padding: 0 1.25rem 2rem;
        gap: 1.1rem;
        padding-bottom: 90px; /* espace pour le CTA sticky */
    }

    /* Résumé rapide — pilules info en haut */
    .drawer__summary {
        display: flex;
        flex-wrap: wrap;
        gap: .4rem;
        padding: .6rem 0;
        border-bottom: 1px solid rgba(0,0,0,.08);
    }

    .drawer__summary-chip {
        display: inline-flex;
        align-items: center;
        gap: .3rem;
        padding: .3rem .6rem;
        background: var(--cream, #faf8f3);
        border-radius: 6px;
        font-size: .72rem;
        font-weight: 600;
        color: var(--forest, #2d5016);
    }

    .drawer__summary-chip strong {
        font-weight: 800;
    }

    /* Image — ratio conservé */
    .drawer__img img {
        padding: .25rem;
    }

    /* Nom — grand, lisible */
    .drawer__name {
        font-size: 1.35rem;
        line-height: 1.2;
    }

    /* Description — texte plus grand, bon contraste */
    .drawer__desc {
        font-size: .9rem;
        line-height: 1.65;
        color: #374151;
    }

    /* Points forts — aéré */
    .drawer__fortes {
        padding: 1rem;
        gap: .55rem;
    }

    .drawer__fortes li {
        font-size: .88rem;
        line-height: 1.45;
    }

    /* Barre inclus */
    .drawer__incl {
        font-size: .86rem;
        padding: .85rem 1rem;
    }

    /* Prix — bien gros */
    .drawer__price {
        font-size: 1.5rem;
        font-weight: 700;
    }

    /* CTAs — sticky en bas de la modale */
    .drawer__ctas {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1001;
        background: #fff;
        padding: .65rem 1.25rem;
        padding-bottom: calc(.65rem + env(safe-area-inset-bottom, 0px));
        box-shadow: 0 -4px 20px rgba(0,0,0,.12);
        display: flex;
        flex-direction: column;
        gap: .4rem;
    }

    .drawer__ctas .btn {
        width: 100%;
        min-height: 48px;
        font-size: .95rem;
        justify-content: center;
    }

    .drawer__ctas .btn--primary {
        font-size: 1rem;
        font-weight: 700;
        min-height: 50px;
    }

    /* Fiche technique — specs plus grandes */
    .drawer-spec {
        padding: .6rem 0;
    }

    .drawer-spec__label {
        font-size: .82rem;
    }

    .drawer-spec__value {
        font-size: .85rem;
        font-weight: 600;
    }

    .drawer__section-title {
        font-size: .78rem;
    }

    /* Bouton fermer en bas — visible, plein width */
    .drawer__close-bottom {
        display: block;
        width: 100%;
        padding: .7rem;
        margin-top: .5rem;
        border: 1px solid rgba(0,0,0,.12);
        border-radius: 8px;
        background: #f9f9f9;
        color: #555;
        font-size: .82rem;
        font-weight: 600;
        cursor: pointer;
        text-align: center;
        transition: background .2s;
    }

    .drawer__close-bottom:active {
        background: #eee;
    }


    /* ── Marques — carousel horizontal ── */

    .brands-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 1rem;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0 1rem 1rem;
    }

    .brands-grid::-webkit-scrollbar { display: none; }

    .brands-grid > .brand-card {
        flex: 0 0 75vw;
        max-width: 270px;
        scroll-snap-align: start;
    }


    /* ══════════════════════════════════════════════════════════
       Avis clients — carrousel auto-rotatif (1 avis visible)
       ══════════════════════════════════════════════════════════ */

    .reviews-grid {
        display: block;
        position: relative;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }

    .reviews-grid .review-card {
        display: none;
    }

    .reviews-grid .review-card.mob-carousel-out {
        display: flex;
        animation: mobCarouselOut .35s ease-in both;
    }

    .reviews-grid .review-card.mob-carousel-active {
        display: flex;
        animation: mobCarouselIn .55s cubic-bezier(.25,.46,.45,.94) both;
    }

    /* Summary score — compact sous le carrousel */
    .reviews-summary {
        margin-top: 1rem;
    }


    /* ══════════════════════════════════════════════════════════
       Installations Isère — carrousel photo auto-rotatif
       ══════════════════════════════════════════════════════════ */

    .install-gallery__grid {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .install-gallery__grid .install-gallery__item {
        display: none;
    }

    .install-gallery__grid .install-gallery__item.mob-carousel-out {
        display: block;
        animation: mobCarouselOut .35s ease-in both;
    }

    .install-gallery__grid .install-gallery__item.mob-carousel-active {
        display: block;
        animation: mobCarouselIn .55s cubic-bezier(.25,.46,.45,.94) both;
    }

    .install-gallery__item.mob-carousel-active .install-gallery__img {
        aspect-ratio: 16 / 10;
    }

    .install-gallery__item.mob-carousel-active figcaption {
        font-size: .82rem;
        padding: .6rem 0;
    }

    /* ── Carrousel dots (injectés par JS) ── */
    .mob-carousel-dots {
        display: flex;
        justify-content: center;
        gap: .4rem;
        margin-top: .6rem;
    }

    .mob-carousel-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,.2);
        background: rgba(255,255,255,.4);
        cursor: pointer;
        padding: 0;
        transition: all .3s ease;
    }

    .mob-carousel-dot--active {
        background: var(--gold, #d4a455);
        border-color: rgba(255,255,255,.3);
        width: 24px;
        height: 10px;
        border-radius: 5px;
        transform: none;
    }

    /* Dots sur fond clair (accent, light) — couleur sombre */
    .lp-section--accent .mob-carousel-dot,
    .lp-section--light .mob-carousel-dot {
        background: rgba(0,0,0,.3);
        border-color: rgba(0,0,0,.1);
    }

    .lp-section--accent .mob-carousel-dot--active,
    .lp-section--light .mob-carousel-dot--active {
        background: var(--gold, #d4a455);
        border-color: rgba(0,0,0,.08);
    }

    /* Carrousel — animation entrée (fade + slide depuis la droite) */
    @keyframes mobCarouselIn {
        0%   { opacity: 0; transform: translateX(30px) scale(.96); }
        100% { opacity: 1; transform: translateX(0) scale(1); }
    }

    /* Carrousel — animation sortie (fade out + slide vers la gauche) */
    @keyframes mobCarouselOut {
        0%   { opacity: 1; transform: translateX(0) scale(1); }
        100% { opacity: 0; transform: translateX(-20px) scale(.97); }
    }

    /* Carrousel — animation entrée INVERSE (slide depuis la gauche) */
    @keyframes mobCarouselInRev {
        0%   { opacity: 0; transform: translateX(-30px) scale(.96); }
        100% { opacity: 1; transform: translateX(0) scale(1); }
    }

    /* Carrousel — animation sortie INVERSE (slide vers la droite) */
    @keyframes mobCarouselOutRev {
        0%   { opacity: 1; transform: translateX(0) scale(1); }
        100% { opacity: 0; transform: translateX(20px) scale(.97); }
    }

    /* ── Slide horizontal simultané (packs & complément) ── */

    /* Avance : sortie vers la gauche */
    @keyframes mobSlideOut {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-100%); }
    }

    /* Avance : entrée depuis la droite */
    @keyframes mobSlideIn {
        0%   { transform: translateX(100%); }
        100% { transform: translateX(0); }
    }

    /* Recul : sortie vers la droite */
    @keyframes mobSlideOutRev {
        0%   { transform: translateX(0); }
        100% { transform: translateX(100%); }
    }

    /* Recul : entrée depuis la gauche */
    @keyframes mobSlideInRev {
        0%   { transform: translateX(-100%); }
        100% { transform: translateX(0); }
    }


    /* ══════════════════════════════════════════════════════════
       Micro-animations — sensation premium (200–250ms max)
       ══════════════════════════════════════════════════════════ */

    /* ── FAQ : ouverture douce (fade + glissement vers le bas) ── */

    .faq-item[open] .faq-item__a {
        animation: faqReveal .25s ease both;
    }

    @keyframes faqReveal {
        from {
            opacity: 0;
            transform: translateY(-8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Fond FAQ item — transition douce à l'ouverture */
    .faq-item {
        transition: background .2s ease;
    }


    /* ── Boutons : tap feedback (scale down au toucher) ── */

    .btn {
        transition: transform .2s ease, box-shadow .2s ease,
                    background .2s ease, color .2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .btn:active {
        transform: scale(0.965);
    }

    /* CTA hero — feedback légèrement plus marqué */
    .hero__ctas .btn:active,
    .hero__ctas--mobile .btn:active {
        transform: scale(0.955);
    }


    /* ── Cards produit : tap feedback subtil ── */

    .prod-card {
        transition: transform .2s ease, box-shadow .2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .prod-card:active {
        transform: scale(0.985);
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
    }


    /* ── Pricing cards : tap feedback subtil ── */

    .pricing-card {
        transition: transform .2s ease, box-shadow .2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .pricing-card:active {
        transform: scale(0.985);
    }

    /* Featured card — garder le border gold au tap */
    .pricing-card--featured:active {
        transform: scale(0.985);
        box-shadow: 0 2px 12px rgba(212, 164, 85, .25);
    }


    /* ── Drawer overlay : fade plus rapide sur mobile ── */

    .drawer-overlay {
        transition: opacity .25s ease;
    }

    /* ── Liens et éléments interactifs : supprime le highlight bleu iOS ── */

    a, button, summary, [role="button"] {
        -webkit-tap-highlight-color: transparent;
    }


    /* ══════════════════════════════════════════════════════════
       Upsell bottom sheet — suggestion finitions après choix pack
       ══════════════════════════════════════════════════════════ */

    .mob-upsell-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.55);
        z-index: 99998;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
    }

    .mob-upsell-overlay--visible {
        opacity: 1;
        pointer-events: auto;
    }

    .mob-upsell-sheet {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: var(--forest-deep, #0d1f05);
        border-radius: 20px 20px 0 0;
        padding: 1rem 1.25rem;
        padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
        transform: translateY(100%);
        transition: transform .35s cubic-bezier(.4,0,.2,1);
        box-shadow: 0 -8px 40px rgba(0,0,0,.3);
    }

    .mob-upsell-sheet--visible {
        transform: translateY(0);
    }

    .mob-upsell__handle {
        width: 40px;
        height: 4px;
        background: rgba(255,255,255,.2);
        border-radius: 2px;
        margin: 0 auto .85rem;
    }

    .mob-upsell__title {
        font-family: 'DM Serif Display', serif;
        font-size: 1.15rem;
        color: #fff;
        margin: 0 0 .5rem;
        line-height: 1.3;
    }

    .mob-upsell__desc {
        font-size: .84rem;
        line-height: 1.55;
        color: rgba(255,255,255,.7);
        margin: 0 0 1rem;
    }

    .mob-upsell__options {
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }

    .mob-upsell__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        min-height: 48px;
        padding: .85rem 1rem;
        border-radius: 10px;
        font-size: .9rem;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        text-decoration: none;
        text-align: center;
        transition: all .2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .mob-upsell__btn--primary {
        background: var(--gold, #d4a455);
        color: #1a1a1a;
        box-shadow: 0 4px 16px rgba(212,164,85,.3);
    }

    .mob-upsell__btn--primary:active {
        transform: scale(.97);
    }

    .mob-upsell__btn--ghost {
        background: rgba(255,255,255,.08);
        color: rgba(255,255,255,.75);
        border: 1px solid rgba(255,255,255,.12);
    }

    .mob-upsell__btn--ghost:active {
        background: rgba(255,255,255,.15);
        color: #fff;
    }


    /* ══════════════════════════════════════════════════════════
       Footer — compact, lisible, tap-friendly
       ══════════════════════════════════════════════════════════ */

    .site-footer {
        padding: 2rem 1.25rem 1.25rem;
        padding-bottom: calc(1.25rem + 80px); /* espace pour la mobile bar sticky */
    }

    /* Grille → 1 colonne, centré */
    .footer-top {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    /* Logo — centré, compact */
    .footer-col--brand {
        grid-column: 1;
    }

    .footer-col--brand .footer-logo {
        justify-content: center;
    }

    .footer-logo-text strong {
        font-size: .92rem;
    }

    .footer-logo-text span {
        font-size: .72rem;
    }

    /* Titres colonnes — plus petits */
    .footer-col h4 {
        font-size: .75rem;
        margin-bottom: .6rem;
        letter-spacing: .06em;
    }

    /* Navigation + Info — 2 colonnes côte à côte */
    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        text-align: center;
    }

    /* Liens nav — alignés centre, taille tap-friendly */
    .footer-links {
        align-items: center;
        gap: .45rem;
    }

    .footer-links a {
        font-size: .82rem;
        padding: .2rem 0;
        min-height: 36px;
        display: flex;
        align-items: center;
    }

    /* Contact — liens avec zones de tap confortables */
    .footer-contact {
        align-items: center;
        gap: .5rem;
    }

    .footer-contact-link {
        font-size: .84rem;
        min-height: 44px;
        padding: .4rem .75rem;
        border-radius: 8px;
        background: rgba(255,255,255,.06);
        justify-content: center;
        width: 100%;
        max-width: 260px;
        transition: background .2s;
    }

    .footer-contact-link:active {
        background: rgba(255,255,255,.12);
    }

    .footer-contact-link svg {
        color: var(--gold, #d4a455);
        opacity: 1;
    }

    /* Zone basse — ultra-compact */
    .footer-bottom {
        padding-top: 1.25rem;
        gap: .35rem;
    }

    .footer-copyright {
        font-size: .72rem;
    }

    .footer-legal {
        font-size: .65rem;
        opacity: .6;
    }

    .footer-links-legal {
        font-size: .7rem;
    }

    .footer-links-legal a {
        padding: .15rem .3rem;
        min-height: 32px;
        display: inline-flex;
        align-items: center;
    }


    /* ══════════════════════════════════════════════════════════
       Scroll-to-top — repositionner au-dessus de la barre mobile
       ══════════════════════════════════════════════════════════ */

    .scroll-top-btn {
        bottom: calc(76px + env(safe-area-inset-bottom) + 12px);
        right: 16px;
        width: 42px;
        height: 42px;
    }

    .scroll-top-btn svg {
        width: 20px;
        height: 20px;
    }
}


/* ── Petit mobile (≤ 480px) ──────────────────────────────────────────────── */

@media (max-width: 480px) {

    /* ── Pills preuves — 1 colonne sur petit écran ── */

    .proof__grid {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .proof__pill {
        justify-content: flex-start;
        text-align: left;
        padding: .7rem 1rem;
    }


    /* ── Hero petit mobile — encore plus compact ── */

    #hero .hero__grid {
        padding-top: 1rem;
        padding-bottom: 1rem;
        gap: 1rem;
    }

    #hero .hero__title {
        font-size: 1.45rem;
    }

    .hero__title-accent {
        font-size: .52em;
    }

    #hero .hero__sub {
        font-size: .84rem;
    }

    .hero__trust li {
        font-size: .68rem;
        padding: .25rem .55rem;
    }

    .hero-product__img {
        max-height: 150px;
    }


    /* ── Catalogue robots — cartes plus larges sur petit écran ── */

    .cat-grid .prod-card {
        flex: 0 0 85vw;
        max-width: none;
    }

    /* Boutons actions — garder le stack vertical conversion-first */
    .prod-card__actions {
        flex-direction: column;
    }


    /* ── Packs — compact sur petit écran ── */

    .pricing-grid > .pricing-card {
        padding: 1rem .85rem;
        gap: .7rem;
    }

    .pricing-card__name {
        font-size: 1rem;
    }

    .pricing-card__price {
        font-size: 1.4rem;
    }

    .pricing-card__features li {
        font-size: .76rem;
    }

    .pricing-card__cta {
        min-height: 44px;
        font-size: .84rem;
    }

    /* ── Carousel marques — plus large ── */

    .brands-grid > .brand-card {
        flex: 0 0 85vw;
        max-width: none;
    }


    /* ── Footer — encore plus compact sur petit écran ── */

    .site-footer {
        padding: 1.5rem 1rem 1rem;
        padding-bottom: calc(1rem + 80px);
    }

    .footer-top {
        gap: 1.25rem;
        margin-bottom: 1.5rem;
    }

    /* Nav + Info → empilés en 1 colonne (plus inline-block) */
    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        display: block;
        width: 100%;
    }

    .footer-links a {
        font-size: .78rem;
    }

    .footer-contact-link {
        font-size: .8rem;
        max-width: none;
    }

    .footer-copyright {
        font-size: .68rem;
    }

    .footer-legal {
        font-size: .62rem;
    }
}
