/* ============================================================
   PRODUCT HERO
   ============================================================ */
.product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
    align-items: center;
    background: #fff;
}
/* ============================================================
   GALLERY
   ============================================================ */
.product-gallery {
    min-width: 0;
    padding: clamp(0.75rem, 1.5vw, 1.25rem);
}
.product-gallery__layout {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}
/* ----- thumbnails desktop ----- */
.product-gallery__thumbnails {display: flex;flex-direction: column;gap: 0.7rem;}
.product-gallery__thumbnail {
    width: 100%;
    aspect-ratio: 1;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #f6f3ec;
    cursor: pointer;
    transition:
        border-color 160ms ease,
        opacity 160ms ease,
        transform 160ms ease;
}
.product-gallery__thumbnail:hover {opacity: 0.8;}
.product-gallery__thumbnail.is-active {border-color: #d78711;}
.product-gallery__thumbnail:focus-visible {outline: 3px solid #d78711;outline-offset: 2px;}
.product-gallery__thumbnail img {display: block;width: 100%;height: 100%;object-fit: cover;}

/* ----- viewport ----- */
.product-gallery__viewport-wrapper {position: relative;min-width: 0;}
.product-gallery__viewport {
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}
.product-gallery__track {
    width: 100%;
    height: auto;
}
.product-gallery__slide {
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}
.product-gallery__slide.is-active {
    display: block;
}
.product-gallery__slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Desktop : pas besoin des contrôles carousel */
.product-gallery__arrow,
.product-gallery__counter,
.product-gallery__pagination {display: none;}
/* ============================================================
   PRODUCT CONTENT
   ============================================================ */
.product-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 4vw, 4rem);
    background: #fff;
}
.product-hero__eyebrow {margin: 0 0 1rem;color: #bd7000;font-size: 0.78rem;font-weight: 800;letter-spacing: 0.12em;text-transform: uppercase;}
.product-hero__title {margin: 0;color: #0b463e;font-size: clamp(2.5rem, 4vw, 4.8rem);font-weight: 900;line-height: 0.98;letter-spacing: -0.045em;text-transform: uppercase;}
.product-hero__description {max-width: 610px;margin: 1.5rem 0 0;color: #606060;font-size: 1rem;line-height: 1.65;}
.product-hero__price {margin-top: 1.5rem;color: #c87908;font-size: clamp(2rem, 3vw, 2.8rem);font-weight: 800;}
.product-hero__availability {display: flex;align-items: center;gap: 0.45rem;margin: 0.75rem 0 0;color: #263630;font-size: 0.92rem;font-weight: 700;}
.product-hero__availability-icon {display: inline-grid;width: 1.25rem;height: 1.25rem;place-items: center;border-radius: 50%;background: #61ad45;color: #fff;font-size: 0.75rem;}
.product-hero__rating {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.45rem;
    margin-top: 1rem;
    color: #222;
    text-decoration: none;
}
.product-hero__stars {color: #d78711;letter-spacing: 0.08em;}
.product-hero__actions {display: flex;gap: 0.8rem;margin-top: 1.5rem;}
/* ============================================================
   BUTTONS
   ============================================================ */
.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.4rem;
    border: 2px solid transparent;
    border-radius: 7px;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease;
}

.button:hover {transform: translateY(-1px);}
.button--primary {background: #d78711;color: #111;}
.button--primary:hover {background: #e39723;}
.button--secondary {border-color: #263f3a;background: transparent;color: #183d36;}
.button--secondary:hover {background: #f4f1e9;}
/* ============================================================
   PRODUCT FACTS
   ============================================================ */
.product-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1.4rem max(2rem, calc((100vw - 1300px) / 2));
    background: #f4f1e9;
}
.product-fact {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
}
.product-fact__icon {display: grid;width: 42px;height: 42px;flex: 0 0 42px;place-items: center;}
.product-fact__icon img {display: block;width: 100%;height: 100%;object-fit: contain;}
.product-fact strong,
.product-fact span {display: block;}
.product-fact strong {color: #191919;font-size: 0.9rem;}
.product-fact span {margin-top: 0.25rem;color: #626262;font-size: 0.72rem;}

#details,
#specifications,
#accessoires {
    scroll-margin-top: 1.5rem;
}
/* ============================================================
   LIGHTBOX
   ============================================================ */
.product-lightbox {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(5, 25, 22, 0.97);
}
.product-lightbox[open] {display: grid;grid-template-columns: auto minmax(0, 1fr) auto;align-items: center;}
.product-lightbox::backdrop {background: rgba(0, 0, 0, 0.82);}
.product-lightbox__content {
    display: flex;
    min-width: 0;
    height: 100dvh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
}
.product-lightbox__content img {display: block;width: auto;height: auto;max-width: min(1200px, 90vw);max-height: 82dvh;object-fit: contain;}
.product-lightbox__counter {margin-top: 1rem;color: #fff;font-size: 0.9rem;font-weight: 700;}
.product-lightbox__close {
    position: fixed;
    z-index: 3;
    top: 1rem;
    right: 1rem;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
.product-lightbox__arrow {
    width: 56px;
    height: 56px;
    margin: 1rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
}
/* ============================================================
   TABLET
   ============================================================ */
@media (max-width: 1050px) {
    .product-hero {grid-template-columns: 1fr 1fr;}
    .product-gallery__layout {grid-template-columns: 64px minmax(0, 1fr);}
    .product-hero__content {padding: 2rem;}
}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 767px) {
    .product-hero {display: flex;flex-direction: column;min-height: auto;}
    /* --------------------------------------------------------
       Galerie
       -------------------------------------------------------- */
    .product-gallery {padding: 0;}
    .product-gallery__layout {display: block;}
    /* Pas de miniatures verticales */
    .product-gallery__thumbnails {display: none;}
    .product-gallery__viewport-wrapper {position: relative;}
    .product-gallery__viewport {
        width: 100%;
        aspect-ratio: 3 / 2;
        min-height: 0;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        background: #fff;
    }
    .product-gallery__viewport::-webkit-scrollbar {display: none;}
    .product-gallery__track {display: flex;width: auto;height: 100%;}
    .product-gallery__slide,
    .product-gallery__slide.is-active {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    }
    .product-gallery__slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        border-radius: 0;
        background: #fff;
    }
    /* --------------------------------------------------------
       Compteur
       -------------------------------------------------------- */
    .product-gallery__counter {
        position: absolute;
        right: 0.9rem;
        bottom: 0.9rem;
        display: flex;
        padding: 0.4rem 0.7rem;
        border-radius: 999px;
        background: rgba(6, 35, 31, 0.82);
        color: #fff;
        font-size: 0.78rem;
        font-weight: 800;
    }
    /* --------------------------------------------------------
       Flèches
       -------------------------------------------------------- */
    .product-gallery__arrow {
        position: absolute;
        z-index: 2;
        top: 50%;
        display: grid;
        width: 40px;
        height: 40px;
        place-items: center;
        border: 0;
        border-radius: 50%;
        background: rgba(5, 37, 32, 0.78);
        color: #fff;
        font-size: 1.8rem;
        cursor: pointer;
        transform: translateY(-50%);
    }
    .product-gallery__arrow--previous {left: 0.7rem;}
    .product-gallery__arrow--next {right: 0.7rem;}
    /* --------------------------------------------------------
       Pagination
       -------------------------------------------------------- */
    .product-gallery__pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        padding: 0.85rem 0;
    }
    .product-gallery__dot {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #bcb8ad;
        cursor: pointer;
        transition:
            width 160ms ease,
            background-color 160ms ease;
    }
    .product-gallery__dot.is-active {width: 20px;border-radius: 999px;background: #d78711;}
    /* --------------------------------------------------------
       Infos produit
       -------------------------------------------------------- */
    .product-hero__content {padding: 1.4rem 1.25rem 2rem;}
    .product-hero__eyebrow {margin-bottom: 0.75rem;font-size: 0.7rem;}
    .product-hero__title {font-size: clamp(2rem, 10vw, 3.2rem);line-height: 0.98;}
    .product-hero__description {margin-top: 1rem;font-size: 0.92rem;line-height: 1.55;}
    .product-hero__price {margin-top: 1.2rem;font-size: 2rem;}
    .product-hero__rating {flex-wrap: wrap;}
    .product-hero__actions {flex-direction: column;margin-top: 1.4rem;}
    .button {width: 100%;}
    /* --------------------------------------------------------
       Facts 2 × 2
       -------------------------------------------------------- */
    .product-facts {grid-template-columns: 1fr 1fr;padding: 0;}
    .product-fact {min-height: 105px;justify-content: flex-start;padding: 1rem;border-top: 1px solid #dedad0;}
    .product-fact:nth-child(odd) {border-right: 1px solid #dedad0;}
    .product-fact__icon {width: 34px;height: 34px;flex-basis: 34px;}
    /* --------------------------------------------------------
       Lightbox mobile
       -------------------------------------------------------- */
    .product-lightbox[open] {grid-template-columns: 1fr;}
    .product-lightbox__content {height: 100dvh;padding: 3.5rem 1rem 2rem;}
    .product-lightbox__content img {max-width: 100%;max-height: 78dvh;}
    .product-lightbox__arrow {
        position: fixed;
        z-index: 3;
        top: 50%;
        width: 44px;
        height: 44px;
        margin: 0;
        transform: translateY(-50%);
    }
    .product-lightbox__arrow--previous {left: 0.75rem;}
    .product-lightbox__arrow--next {right: 0.75rem;}
}
/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .product-gallery__viewport {scroll-behavior: auto;}
    .button,
    .product-gallery__thumbnail,
    .product-gallery__dot {transition: none;}
}

/* Caractéristiques */
.home-details {
    padding: 20px;
    background-color: #fff;
}
.home_container_details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.home-section-heading {
    display: flex;
    width: 300px;
    max-width: 100%;
    flex-direction: column;
}
.home_details_one,
.home_details_two {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.home-detail {
    max-width: 100%;
    margin: 10px;
}
.home-detail img {
    display: block;
    width: min(500px, 100%);
    height: auto;
    border-radius: 5px;
}
@media (max-width: 1400px) {
    .home-detail img {width: min(400px, 100%);}
}
@media (max-width: 1250px) {
    .home-section-heading {width: 200px;}
}
@media (max-width: 1060px) {
    .home_details_one,
    .home_details_two {flex-direction: column;}
    .home-details {display: flex;flex-direction: column;}
    .home-section-heading {width: 400px;}
}
@media (max-width: 850px) {
    .home-details {display: flex;flex-direction: column;}
    .home-section-heading {width: 200px;}
}
@media (max-width: 650px) {
    .home_container_details {flex-direction: column;}
    .home-section-heading {width: 300px;}
}

/* TABLEAU CARACTERISTIQUES */
/* ============================================================
   PRODUCT SPECS
   ============================================================ */
.product-specs {padding: clamp(2.5rem, 5vw, 4.5rem) 1.25rem;background: #f8f6f1;}
.product-specs__container {width: min(1120px, 100%);margin-inline: auto;}
/* ============================================================
   TITLE
   ============================================================ */
.product-specs__title {
    margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
    color: #171717;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}
/* ============================================================
   TWO COLUMNS
   ============================================================ */
.product-specs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: start;
}
/* ============================================================
   LIST / TABLE
   ============================================================ */
.product-specs__list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dad7cf;
    border-radius: 4px;
    background: #fff;
}
/* ============================================================
   ROW
   ============================================================ */
.product-specs__row {
    display: grid;
    grid-template-columns:
        minmax(150px, 0.8fr)
        minmax(160px, 1fr);
    min-height: 52px;
    border-bottom: 1px solid #dedbd4;
}
.product-specs__row:last-child {border-bottom: 0;}
/* ============================================================
   LABEL
   ============================================================ */
.product-specs__term {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.8rem;
    margin: 0;
    padding: 0.75rem 1rem;
    color: #202020;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}
/* ============================================================
   ICON
   ============================================================ */
.product-specs__icon {display: grid;width: 24px;height: 24px;flex: 0 0 24px;place-items: center;}
.product-specs__icon img {display: block;width: 100%;height: 100%;object-fit: contain;}
/* ============================================================
   VALUE
   ============================================================ */
.product-specs__value {
    display: flex;
    min-width: 0;
    align-items: center;
    margin: 0;
    padding: 0.75rem 1rem;
    color: #444;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}
/* ============================================================
   LIGHT HOVER - DESKTOP
   ============================================================ */
@media (hover: hover) {
    .product-specs__row {transition: background-color 140ms ease;}
    .product-specs__row:hover {background: #f8f6f1;}}
/* ============================================================
   TABLET
   ============================================================ */
@media (max-width: 900px) {
    .product-specs__grid {grid-template-columns: 1fr;gap: 1rem;}
    .product-specs__row {
        grid-template-columns:
            minmax(170px, 0.8fr)
            minmax(0, 1fr);
    }
}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 600px) {
    .product-specs {padding:2.25rem 1rem;}
    .product-specs__title {margin-bottom: 1.25rem;font-size: 1.25rem;}
    .product-specs__grid {gap: 0.8rem;}
    .product-specs__row {
        grid-template-columns:
            minmax(130px, 0.8fr)
            minmax(0, 1fr);
        min-height: 56px;
    }
    .product-specs__term,
    .product-specs__value {padding:0.7rem 0.75rem;font-size: 0.82rem;}
    .product-specs__term {gap: 0.6rem;}
    .product-specs__icon {width: 21px;height: 21px;flex-basis: 21px;}
}
/* ============================================================
   VERY SMALL MOBILE
   ============================================================ */
@media (max-width: 390px) {
    .product-specs__row {grid-template-columns: 1fr;}
    .product-specs__term {padding-bottom: 0.25rem;}
    .product-specs__value {padding-top: 0.15rem;padding-left: calc(0.75rem + 21px + 0.6rem);color: #5d5d5d;}
}

/* Pensé pour le terrain */
/* ============================================================
   PENSÉ POUR VOS SORTIES
   ============================================================ */
.product-uses {padding:clamp(2.75rem, 5vw, 5rem) 1.25rem;background: #fff;}
.product-uses__container {width: min(1400px, 100%);margin-inline: auto;}
/* ============================================================
   TITLE
   ============================================================ */
.product-uses__title {
    margin:
        0
        0
        clamp(1.5rem, 3vw, 2.25rem);
    color: #171717;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}
/* ============================================================
   GRID
   ============================================================ */
.product-uses__grid {display: grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap: clamp(1rem, 2vw, 1.5rem);}
/* ============================================================
   CARD
   ============================================================ */
.product-use-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dedbd4;
    border-radius: 4px;
    background: #fff;
    box-shadow:
        0 5px 18px rgba(15, 35, 30, 0.06);
}
/* ============================================================
   IMAGE
   ============================================================ */
.product-use-card__media {overflow: hidden;aspect-ratio: 5 / 3;background: #f1eee7;}
.product-use-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition:
        transform 350ms ease;
}
/* ============================================================
   CONTENT
   ============================================================ */
.product-use-card__content {padding:clamp(1rem, 1.5vw, 1.25rem);}
.product-use-card__title {
    margin: 0;
    color: #171717;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}
.product-use-card__text {margin: 0.55rem 0 0;color: #555;font-size: 0.86rem;line-height: 1.5;}
/* ============================================================
   HOVER
   ============================================================ */
@media (hover: hover) {
    .product-use-card:hover
    .product-use-card__media img {transform: scale(1.025);}}
/* ============================================================
   TABLET
   ============================================================ */
@media (max-width: 900px) {.product-uses__grid {grid-template-columns:repeat(2, minmax(0, 1fr));}
    /*
     * La troisième carte prend toute la largeur restante.
     * Ça évite une petite carte orpheline qui médite seule
     * dans le coin inférieur gauche.
     */
    .product-use-card:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);
    }
    .product-use-card:last-child
    .product-use-card__media {aspect-ratio: auto;min-height: 220px;}
    .product-use-card:last-child
    .product-use-card__content {display: flex;flex-direction: column;justify-content: center;}}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 600px) {
    .product-uses {padding:2.5rem 1rem;}
    .product-uses__title {margin-bottom: 1.25rem;font-size: 1.25rem;}
    .product-uses__grid {grid-template-columns: 1fr;gap: 1rem;}
    .product-use-card:last-child {display: block;grid-column: auto;}
    .product-use-card__media,
    .product-use-card:last-child
    .product-use-card__media {aspect-ratio: 16 / 9;min-height: 0;}
    .product-use-card__content {padding: 1rem;}
    .product-use-card__title {font-size: 0.95rem;}
    .product-use-card__text {font-size: 0.84rem;}
}
/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {.product-use-card__media img {transition: none;}}


/* Contenu du kit */
/* ============================================================
   ACCESSOIRES
   ============================================================ */
.product-accessories {padding:clamp(3rem, 6vw, 5.5rem) 1.25rem;background: #f8f6f1;}
.product-accessories__container {width: min(1180px, 100%);margin-inline: auto;}
/* ============================================================
   HEADER
   ============================================================ */
.product-accessories__header {
    max-width: 720px;
    margin:
        0 auto
        clamp(1.75rem, 3vw, 2.5rem);
    text-align: center;
}
.product-accessories__eyebrow {
    margin: 0 0 0.55rem;
    color: #bd7000;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.product-accessories__title {
    margin: 0;
    color: #171717;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}
.product-accessories__intro {margin: 0.8rem auto 0;color: #5c5c5c;font-size: 0.92rem;line-height: 1.6;}
/* ============================================================
   IMAGE
   ============================================================ */
.product-accessories__media {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 6px;
    background: transparent;
    cursor: zoom-in;
}
.product-accessories__media img {display: block;width: 100%;height: auto;}
/*
 * Sur desktop on n'affiche pas l'indication de zoom.
 * L'image est déjà suffisamment grande.
 */
.product-accessories__zoom-hint {display: none;}
@media (max-width: 767px) {

    .product-accessories {padding:2.5rem 1rem;}
    .product-accessories__header {margin-bottom: 1.25rem;}
    .product-accessories__title {font-size: 1.25rem;}
    .product-accessories__intro {max-width: 34rem;font-size: 0.86rem;line-height: 1.5;}
    /* --------------------------------------------------------
       IMAGE
       -------------------------------------------------------- */
    .product-accessories__media {border-radius: 4px;}
    .product-accessories__zoom-hint {
        position: absolute;
        right: 0.7rem;
        bottom: 0.7rem;
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding:
            0.45rem
            0.7rem;
        border-radius: 999px;
        background: rgba(5, 45, 39, 0.88);
        color: #fff;
        font-size: 0.72rem;
        font-weight: 700;
        pointer-events: none;
    }
    .product-accessories__zoom-icon {font-size: 1rem;line-height: 1;}}

/* ============================================================
   ACCESSORIES LIGHTBOX
   ============================================================ */

.accessories-lightbox {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(4, 24, 21, 0.97);
}
.accessories-lightbox[open] {display: flex;flex-direction: column;align-items: stretch;}
.accessories-lightbox::backdrop {background: rgba(0, 0, 0, 0.85);}
/* ============================================================
   CLOSE
   ============================================================ */
.accessories-lightbox__close {
    position: fixed;
    z-index: 10;
    top: max(0.8rem, env(safe-area-inset-top));
    right: 0.8rem;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}
/* ============================================================
   VIEWPORT
   ============================================================ */
.accessories-lightbox__viewport {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    padding:
        4rem
        1rem
        3rem;
    overflow: auto;
    overscroll-behavior: contain;
}
/* ============================================================
   IMAGE
   =========================================================== */
.accessories-lightbox__viewport img {
    display: block;
    max-width: min(1400px, 94vw);
    max-height: 86dvh;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: zoom-in;
    transform-origin: center;
    transition: transform 140ms ease;
}
/* état zoomé */
.accessories-lightbox__viewport img.is-zoomed {
    max-width: none;
    max-height: none;
    width: min(1400px, 185vw);
    cursor: zoom-out;
}
/* ============================================================
   HINT
   ============================================================ */
.accessories-lightbox__hint {
    position: fixed;
    left: 50%;
    bottom:max(0.8rem,env(safe-area-inset-bottom));
    margin: 0;
    padding:0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    transform: translateX(-50%);
    pointer-events: none;
}
/* Bandeau réassurance */
/* ============================================================
   RÉASSURANCE
   ============================================================ */
.reassurance {
    padding: 1.5rem 1.25rem;
    border-top: 1px solid #dedbd4;
    border-bottom: 1px solid #dedbd4;
    background: #f8f6f1;
}
.reassurance__container {display: grid;grid-template-columns:repeat(4, minmax(0, 1fr));width: min(1400px, 100%);margin-inline: auto;}
/* ============================================================
   ITEM
   ============================================================ */
.reassurance__item {display: flex;min-width: 0;align-items: center;gap: 1rem;padding: 0.75rem 1.25rem;margin: 0;}
/* séparation légère entre les blocs */
.reassurance__item + .reassurance__item {border-left: 1px solid #ddd9d0;}
/* ============================================================
   ICON
   ============================================================ */
.reassurance__icon {display: block;width: 46px;height: 46px;flex: 0 0 46px;object-fit: contain;}
/* ============================================================
   CONTENT
   ============================================================ */
.reassurance__content {min-width: 0;}
.reassurance__content h3 {margin: 0;color: #171717;font-size: 1rem;font-weight: 800;line-height: 1.25;}
.reassurance__content p {margin: 0.35rem 0 0;color: #5d5d5d;font-size: 0.90rem;line-height: 1.4;}
/* ============================================================
   TABLET
   ============================================================ */
@media (max-width: 900px) {
    .reassurance__container {grid-template-columns:repeat(2, minmax(0, 1fr));}
    .reassurance__item {padding: 1rem;}
    /*
     * On recrée proprement les séparations
     * pour la grille 2x2.
     */
    .reassurance__item + .reassurance__item {border-left: 0;}
    .reassurance__item:nth-child(even) {border-left: 1px solid #ddd9d0;}
    .reassurance__item:nth-child(n + 3) {border-top: 1px solid #ddd9d0;}
}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 520px) {
    .reassurance {padding: 0;}
    .reassurance__container {grid-template-columns: 1fr;}
    .reassurance__item {min-height: 82px;padding:1rem 1.25rem;border: 0;}
    .reassurance__item + .reassurance__item {border-top: 1px solid #ddd9d0;border-left: 0;}
    .reassurance__item:nth-child(even) {border-left: 0;}
    .reassurance__icon {width: 42px;height: 42px;flex-basis: 42px;}
    .reassurance__content h3 {font-size: 0.88rem;}
    .reassurance__content p {font-size: 0.74rem;}}
/* ============================================================
   ACCESSIBILITY
   ============================================================ */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* FAQ */
/* ============================================================
   FAQ
   ============================================================ */

.product-faq {
    padding:
        clamp(3rem, 6vw, 5rem)
        1.25rem;

    background: #fff;
}

.product-faq__container {
    width: min(1120px, 100%);
    margin-inline: auto;
}


/* ============================================================
   HEADER
   ============================================================ */

.product-faq__header {
    max-width: 680px;

    margin:
        0 auto
        clamp(1.75rem, 3vw, 2.5rem);

    text-align: center;
}

.product-faq__eyebrow {
    margin: 0 0 0.55rem;

    color: #bd7000;

    font-size: 0.72rem;
    font-weight: 800;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-faq__title {
    margin: 0;

    color: #171717;

    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;

    line-height: 1.15;

    text-transform: uppercase;
}

.product-faq__intro {
    margin: 0.8rem auto 0;

    color: #5d5d5d;

    font-size: 0.9rem;
    line-height: 1.6;
}


/* ============================================================
   LIST
   ============================================================ */

.product-faq__list {
    overflow: hidden;

    border: 1px solid #ddd9d0;
    border-radius: 5px;

    background: #fff;
}


/* ============================================================
   ITEM
   ============================================================ */

.product-faq__item {
    margin: 0;

    border-bottom: 1px solid #ddd9d0;

    background: #fff;
}

.product-faq__item:last-child {
    border-bottom: 0;
}


/* ============================================================
   QUESTION
   ============================================================ */

.product-faq__question {
    display: flex;

    min-height: 62px;

    align-items: center;
    justify-content: space-between;

    gap: 1.5rem;

    padding:
        1rem
        1.25rem;

    color: #171717;

    font-size: 0.92rem;
    font-weight: 700;

    line-height: 1.35;

    cursor: pointer;

    list-style: none;

    transition:
        background-color 140ms ease,
        color 140ms ease;
}


/*
 * Supprime le marqueur natif
 */
.product-faq__question::-webkit-details-marker {
    display: none;
}

.product-faq__question::marker {
    content: "";
}


/* ============================================================
   CHEVRON
   ============================================================ */

.product-faq__icon {
    position: relative;

    width: 12px;
    height: 12px;

    flex: 0 0 12px;

    border-right: 2px solid #17463e;
    border-bottom: 2px solid #17463e;

    transform:
        translateY(-3px)
        rotate(45deg);

    transition:
        transform 180ms ease;
}


/*
 * Ouvert
 */
.product-faq__item[open]
.product-faq__icon {
    transform:
        translateY(3px)
        rotate(225deg);
}


/* ============================================================
   ANSWER
   ============================================================ */

.product-faq__answer {
    max-width: 880px;

    padding:
        0
        3.5rem
        1.4rem
        1.25rem;

    color: #565656;

    font-size: 0.88rem;
    line-height: 1.65;
}

.product-faq__answer p {
    margin: 0;
}

.product-faq__answer p + p {
    margin-top: 0.75rem;
}


/* ============================================================
   LINK
   ============================================================ */

.product-faq__link {
    display: inline-block;

    margin-top: 0.85rem;

    color: #b86d00;

    font-size: 0.78rem;
    font-weight: 800;

    letter-spacing: 0.04em;

    text-decoration: underline;
    text-underline-offset: 3px;

    text-transform: uppercase;
}


/* ============================================================
   HOVER / FOCUS
   ============================================================ */

@media (hover: hover) {

    .product-faq__question:hover {
        background: #f8f6f1;
    }

}

.product-faq__question:focus-visible {
    outline: 3px solid #d78711;
    outline-offset: -3px;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

    .product-faq {
        padding:
            2.75rem
            1rem;
    }

    .product-faq__header {
        margin-bottom: 1.25rem;
    }

    .product-faq__title {
        font-size: 1.25rem;
    }

    .product-faq__intro {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .product-faq__question {
        min-height: 60px;

        gap: 1rem;

        padding:
            0.95rem
            1rem;

        font-size: 0.86rem;
    }

    .product-faq__answer {
        padding:
            0
            2.5rem
            1.2rem
            1rem;

        font-size: 0.84rem;
    }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .product-faq__question,
    .product-faq__icon {
        transition: none;
    }

}

/* Bandeau final */
/* ============================================================
   FINAL CTA
   ============================================================ */

.product-final-cta {
    position: relative;

    min-height: clamp(340px, 36vw, 500px);

    overflow: hidden;

    background: #073b34;
}


/* ============================================================
   BACKGROUND IMAGE
   ============================================================ */

.product-final-cta__media {
    position: absolute;
    inset: 0;
}

.product-final-cta__media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* ============================================================
   OVERLAY
   ============================================================ */

.product-final-cta__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3, 37, 32, 0.96) 0%,
            rgba(3, 37, 32, 0.88) 35%,
            rgba(3, 37, 32, 0.52) 62%,
            rgba(3, 37, 32, 0.12) 100%
        );
}


/* ============================================================
   CONTAINER
   ============================================================ */

.product-final-cta__container {
    position: relative;
    z-index: 2;

    display: flex;

    width: min(1180px, 100%);
    min-height: inherit;

    align-items: center;

    margin-inline: auto;

    padding:
        clamp(3rem, 6vw, 5rem)
        1.25rem;
}


/* ============================================================
   CONTENT
   ============================================================ */

.product-final-cta__content {
    max-width: 580px;
}

.product-final-cta__eyebrow {
    margin: 0 0 0.65rem;

    color: #dc941d;

    font-size: 0.75rem;
    font-weight: 800;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-final-cta__title {
    margin: 0;

    color: #fff;

    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;

    line-height: 1;

    letter-spacing: -0.025em;

    text-transform: uppercase;
}

.product-final-cta__text {
    max-width: 520px;

    margin: 1.25rem 0 0;

    color: rgba(255, 255, 255, 0.88);

    font-size: 0.95rem;
    line-height: 1.65;
}

.product-final-cta__media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.product-final-cta__media picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================================
   BUTTON
   ============================================================ */

.product-final-cta__button {
    display: inline-flex;

    min-height: 48px;

    align-items: center;
    justify-content: center;

    margin-top: 1.75rem;

    padding:
        0.85rem
        1.5rem;

    border-radius: 6px;

    background: #d78711;
    color: #111;

    font-size: 0.88rem;
    font-weight: 800;

    text-decoration: none;

    transition:
        background-color 150ms ease,
        transform 150ms ease;
}

@media (hover: hover) {

    .product-final-cta__button:hover {
        background: #e69921;

        transform: translateY(-1px);
    }

}

.product-final-cta__button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 900px) {

    .product-final-cta {
        min-height: 420px;
    }

    .product-final-cta__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 37, 32, 0.95) 0%,
                rgba(3, 37, 32, 0.8) 55%,
                rgba(3, 37, 32, 0.32) 100%
            );
    }

    .product-final-cta__content {
        max-width: 500px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

    .product-final-cta {
        min-height: 440px;
    }

    .product-final-cta__media img {
        object-position: 68% center;
    }

    .product-final-cta__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(3, 37, 32, 0.42) 0%,
                rgba(3, 37, 32, 0.72) 42%,
                rgba(3, 37, 32, 0.97) 100%
            );
    }

    .product-final-cta__container {
        align-items: flex-end;

        padding:
            2rem
            1rem
            2.5rem;
    }

    .product-final-cta__content {
        max-width: none;
    }

    .product-final-cta__title {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .product-final-cta__text {
        margin-top: 1rem;

        font-size: 0.88rem;
        line-height: 1.55;
    }

    .product-final-cta__button {
        width: 100%;

        margin-top: 1.4rem;
    }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .product-final-cta__button,
    .accessories-lightbox__viewport img {
        transition: none;
    }

}