/* Accueil : accès boutique + gammes dans un seul bloc */
.home-choice-grid {
    margin: 24px 0 14px;
}

.home-choice-grid .home-shop-choice {
    background: #667b5f;
    border-color: #667b5f;
    color: #fff;
    font-weight: 700;
}

.home-choice-grid .home-shop-choice:hover {
    background: #52654d;
    color: #fff;
}

.remember-choice {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 10px;
    font-size: .95rem;
    color: #4f4f4f;
    cursor: pointer;
}

.remember-choice input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #667b5f;
}

/* On conserve le DOM validé en V3.3.5, mais l'ordre visuel devient :
   partenaire -> liens internes -> contenu éditorial. */
.home-secondary-order {
    display: flex;
    flex-direction: column;
}

.home-secondary-order .partner-card {
    order: 1;
}

.home-secondary-order .internal-range-links {
    order: 2;
    margin-top: 26px;
}

.home-secondary-order .internal-range-links strong {
    display: block;
    margin-bottom: 7px;
}

.home-secondary-order .internal-range-links span {
    line-height: 1.8;
}

.home-secondary-order .seo-content {
    order: 3;
}

@media (max-width: 650px) {
    .remember-choice {
        align-items: flex-start;
    }
}


/* V3.3.7 - Navigation éditoriale plus visible */
.internal-range-links {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #e5e5e5;
}

.internal-range-title,
.category-direct-title {
    margin: 0 0 14px;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.25;
}

.internal-range-list {
    line-height: 1.9;
}

.internal-range-list a {
    color: #485b43;
}

/* Pages de gamme */
.catalog-primary-cta {
    margin-bottom: 4px;
}

.catalog-remember-choice {
    margin-top: 0;
    margin-bottom: 2px;
}

.catalog-content {
    margin-top: 32px;
}

.other-ranges {
    margin-top: 38px;
}

.catalog-choice-grid {
    margin-top: 18px;
    margin-bottom: 12px;
}

.catalog-choice-grid .catalog-shop-choice {
    background: #667b5f;
    border-color: #667b5f;
    color: #fff;
    font-weight: 700;
}

.catalog-choice-grid .catalog-shop-choice:hover {
    background: #52654d;
    color: #fff;
}

/* Accueil : partenaire -> liens éditoriaux -> éventuel contenu restant */
.home-secondary-order .internal-range-links {
    margin-top: 30px;
}
