/* ========================================
   Meilleur Sextoy — DA Lusty BDSM
   Palette beige rose + accent rose vif
   ======================================== */

:root {
    /* Palette Lusty BDSM */
    --primary: #332925;
    --primary-light: #5a4640;
    --background: #FFF8F5;
    --background-alt: #FEF0EA;
    --accent: #FFAA5F;
    --cta: #FD2879;
    --cta-hover: #EE1669;
    --text: #968D89;
    --text-light: #B1A39D;
    --white: #ffffff;
    --border: #F4DCD2;
    --dark-bg: #261108;
    --dark-bg-2: #312622;
    --dark-text: #C5B5AE;
    --dark-title: #FFFEFE;

    /* Polices */
    --font-heading: 'Geist', system-ui, -apple-system, sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;
    --font-ui: 'Inter', system-ui, -apple-system, sans-serif;

    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 3rem;
    --space-xl: 5rem;

    --container: 1290px;
    --container-narrow: 850px;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.625;
    color: var(--text);
    background-color: var(--background);
}

a {
    color: var(--cta);
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: var(--cta-hover);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

::selection { background: var(--cta); color: var(--white); }

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.container-narrow {
    max-width: var(--container-narrow);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

/* --- Header --- */
.site-header {
    background-color: rgba(15, 5, 12, 0.96);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.has-hero .site-header {
    background-color: transparent;
    position: absolute;
    border-bottom: none;
}

.site-header.scrolled {
    background-color: rgba(15, 5, 12, 0.96);
    backdrop-filter: blur(12px);
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.site-header .site-logo,
.site-header .nav-link {
    color: var(--white);
}

.site-header .site-logo .dot { color: var(--cta); }

.site-header .nav-link:hover { color: var(--cta); }

.site-header .nav-cta {
    background-color: var(--cta);
    color: var(--white) !important;
}

.site-header .nav-cta:hover { background-color: var(--cta-hover); }

.header-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: var(--space-sm) var(--space-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: -0.02em;
    text-decoration: none;
}

.site-logo-icon {
    height: 64px;
    width: auto;
    display: block;
    filter: drop-shadow(0 4px 14px rgba(253, 40, 121, 0.35));
    transition: filter 0.25s, transform 0.25s;
}

.site-logo:hover .site-logo-icon {
    filter: drop-shadow(0 4px 22px rgba(253, 40, 121, 0.65));
    transform: scale(1.05);
}

.site-nav {
    display: flex;
    gap: var(--space-md);
}

.nav-link {
    font-family: var(--font-ui);
    font-size: 0.95rem;
    color: var(--primary);
    padding: var(--space-xs) 0;
    transition: color 0.2s;
}

.nav-link:hover, .nav-link.active {
    color: var(--cta);
}

.nav-cta {
    background-color: var(--primary);
    color: var(--white) !important;
    padding: 0.7rem 1.4rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.2s;
}

.nav-cta:hover { background-color: var(--cta); color: var(--white) !important; }

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--space-xs);
}

.hamburger, .hamburger::before, .hamburger::after {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--primary);
    transition: all 0.3s;
}

.hamburger { position: relative; }

.hamburger::before, .hamburger::after {
    content: '';
    position: absolute;
    left: 0;
}

.hamburger::before { top: -7px; }
.hamburger::after { top: 7px; }

/* --- Hero (BDSM dark, image fullbleed) --- */
.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    color: var(--white);
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.55) saturate(1.15) contrast(1.05);
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 20% 30%, rgba(89, 32, 130, 0.35) 0%, transparent 60%),
        radial-gradient(ellipse 60% 80% at 80% 70%, rgba(253, 40, 121, 0.30) 0%, transparent 55%),
        linear-gradient(180deg, rgba(15, 5, 12, 0.45) 0%, rgba(15, 5, 12, 0.85) 100%);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: var(--container);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--space-md) var(--space-xl);
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.hero-content {
    max-width: 720px;
}

.hero-badge {
    display: inline-block;
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    background-color: rgba(253, 40, 121, 0.15);
    border: 1px solid rgba(253, 40, 121, 0.4);
    color: var(--cta);
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin-bottom: var(--space-md);
    backdrop-filter: blur(6px);
}

.hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(44px, 7vw, 96px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--white);
    margin-bottom: var(--space-md);
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

.hero h1 .accent {
    color: var(--cta);
    text-shadow: 0 0 40px rgba(253, 40, 121, 0.5);
}

.hero-description {
    font-family: var(--font-body);
    font-size: 1.25rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin-bottom: 2.5rem;
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-bottom: 3.5rem;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-ui);
    font-weight: 500;
    font-size: 1rem;
    background-color: var(--cta);
    color: var(--white);
    padding: 1rem 1.75rem;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(253, 40, 121, 0.6);
    transition: background-color 0.2s, box-shadow 0.3s, transform 0.2s;
}

.btn-primary:hover {
    background-color: var(--cta-hover);
    color: var(--white);
    box-shadow: 0 8px 30px -8px rgba(253, 40, 121, 0.7);
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-ui);
    font-weight: 500;
    font-size: 1rem;
    background-color: transparent;
    color: var(--white);
    padding: 1rem 1.75rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    transition: all 0.2s;
}

.btn-secondary:hover { background-color: var(--white); color: var(--primary); border-color: var(--white); }

.hero .btn-secondary { color: var(--white); border-color: rgba(255, 255, 255, 0.4); }
.hero .btn-secondary:hover { background-color: var(--white); color: var(--primary); }

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: var(--space-md);
    max-width: 520px;
}

.hero-stat-label {
    font-family: var(--font-ui);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.6);
}

.hero-stat-value {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--white);
    margin-top: 0.5rem;
}

/* --- Sections --- */
.section {
    padding: 8rem 0;
}

@media (max-width: 768px) {
    .section { padding: 4rem 0; }
}

.section-alt {
    background-color: var(--background-alt);
}

.section-dark {
    background-color: var(--dark-bg);
}

.section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: var(--space-lg);
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--cta);
    margin-bottom: 1.25rem;
}

.section-eyebrow::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: var(--cta);
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--primary);
    line-height: 1.1;
}

.section-dark .section-eyebrow { color: var(--cta); }
.section-dark .section-title { color: var(--dark-title); }

.section-link {
    font-family: var(--font-ui);
    font-size: 0.95rem;
    color: var(--primary);
    font-weight: 500;
}

.section-link:hover { color: var(--cta); }

/* --- Grid produits / cards --- */
.grid-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.product-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.product-card-image {
    position: relative;
    aspect-ratio: 648 / 734;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--background-alt) 0%, var(--white) 100%);
    border: 1px solid var(--border);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.product-card:hover .product-card-image {
    border-color: var(--cta);
    box-shadow: 0 12px 40px -16px rgba(51, 41, 37, 0.3);
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2rem;
    transition: transform 0.5s;
}

.product-card:hover .product-card-image img { transform: scale(1.05); }

.product-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: rgba(255, 248, 245, 0.92);
    color: var(--primary);
    font-family: var(--font-ui);
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
}

.product-card-body {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
}

.product-card-category {
    font-family: var(--font-ui);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-light);
}

.product-card-name {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--primary);
    margin-top: 0.25rem;
    transition: color 0.2s;
}

.product-card:hover .product-card-name { color: var(--cta); }

.product-card-price {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: var(--primary);
}

/* --- Valeurs (3 colonnes numérotées) --- */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background-color: var(--border);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border);
}

.value-card {
    background-color: var(--background);
    padding: 3rem 2.5rem;
    transition: background-color 0.3s;
}

.value-card:hover {
    background-color: var(--background-alt);
}

.value-number {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--cta);
    font-weight: 500;
}

.value-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--primary);
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.value-text { color: var(--text); }

/* --- Testimonial --- */
.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.testimonial-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--dark-bg-2);
}

.testimonial-image img { width: 100%; height: 100%; object-fit: cover; }

.testimonial-quote {
    font-family: var(--font-heading);
    font-size: clamp(22px, 2.2vw, 36px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--dark-title);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--dark-bg-2);
}

.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }

.testimonial-author-name {
    color: var(--dark-title);
    font-weight: 500;
}

.testimonial-author-role {
    color: var(--dark-text);
    font-size: 0.9rem;
}

/* --- Blog cards --- */
.grid-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}

.article-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.article-card-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--background-alt);
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.article-card:hover .article-card-image img { transform: scale(1.05); }

.article-card-body { margin-top: 1.5rem; }

.article-card-category {
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--cta);
}

.article-card-title {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--primary);
    margin-top: 0.5rem;
    line-height: 1.2;
    transition: color 0.2s;
}

.article-card:hover .article-card-title { color: var(--cta); }

.article-card-excerpt {
    color: var(--text);
    margin-top: 0.75rem;
}

.article-card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-ui);
    font-size: 0.78rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.article-card-meta time { color: var(--text-light); }

.article-card-author {
    display: inline-block;
    margin-top: 1rem;
    font-family: var(--font-ui);
    font-size: 0.8rem;
    color: var(--text-light);
}

/* --- Newsletter --- */
.newsletter {
    text-align: center;
}

.newsletter h2 { color: var(--dark-title); }

.newsletter-description {
    color: var(--dark-text);
    max-width: 30rem;
    margin: 1.5rem auto 0;
}

.newsletter-form {
    max-width: 28rem;
    margin: 2.5rem auto 0;
    display: flex;
    gap: 0.75rem;
}

.newsletter-input {
    flex: 1;
    height: 3.5rem;
    padding: 0 1.25rem;
    border-radius: 10px;
    border: 1px solid var(--dark-bg-2);
    background-color: var(--dark-bg-2);
    color: var(--dark-title);
    font-family: var(--font-body);
    font-size: 1rem;
}

.newsletter-input::placeholder { color: var(--dark-text); }
.newsletter-input:focus { outline: none; border-color: var(--cta); }

.newsletter-submit {
    height: 3.5rem;
    padding: 0 1.75rem;
    border-radius: 10px;
    border: none;
    background-color: var(--cta);
    color: var(--white);
    font-family: var(--font-ui);
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.newsletter-submit:hover { background-color: var(--cta-hover); }

/* --- Fiche produit --- */
.product-page { padding-top: var(--space-lg); }

.product-hero {
    background: linear-gradient(180deg, var(--background-alt) 0%, var(--background) 100%);
    padding: 2rem 0 5rem;
}

.breadcrumb {
    font-family: var(--font-ui);
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumb a { color: var(--text-light); text-decoration: none; }
.breadcrumb a:hover { color: var(--cta); }
.breadcrumb-sep { opacity: 0.5; }

.product-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
    align-items: center;
}

.product-hero-image {
    aspect-ratio: 4 / 5;
    background: linear-gradient(180deg, var(--white) 0%, var(--background-alt) 100%);
    border: 1px solid var(--border);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    box-shadow: 0 24px 48px -24px rgba(51, 41, 37, 0.25);
}

.product-hero-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-brand {
    display: inline-block;
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--cta);
    margin-bottom: 1rem;
}

.product-hero-info h1 {
    font-family: var(--font-heading);
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--primary);
    margin-bottom: 1rem;
}

.product-tagline {
    font-size: 1.2rem;
    color: var(--text);
    margin-bottom: 2rem;
    max-width: 540px;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.5rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 2rem;
}

.product-note,
.product-price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.product-note-value {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 500;
    color: var(--cta);
    line-height: 1;
}

.product-note-label,
.product-price-label {
    font-family: var(--font-ui);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-light);
}

.product-price-value {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--primary);
    line-height: 1;
}

.product-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-highlights li {
    position: relative;
    padding-left: 1.5rem;
    color: var(--text);
}

.product-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--cta);
}

.product-disclaimer {
    font-size: 0.85rem;
    color: var(--text-light);
    font-style: italic;
    padding: 0.75rem 1rem;
    background-color: var(--background-alt);
    border-radius: 10px;
    border-left: 3px solid var(--cta);
}

.product-content { padding: 5rem 0; }

.product-content-body {
    font-size: 1.05rem;
    line-height: 1.7;
}

.product-content-body h2 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--primary);
    margin-top: 3rem;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.product-content-body h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: var(--primary);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.product-content-body p,
.product-content-body ul,
.product-content-body ol { margin-bottom: 1.25rem; }

.product-content-body strong { color: var(--primary); }

.product-specs,
.product-prosncons,
.product-verdict {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid var(--border);
}

.product-specs h2,
.product-prosncons h2,
.product-verdict h2 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.product-specs table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.product-specs th,
.product-specs td {
    padding: 0.9rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
}

.product-specs tr:last-child th,
.product-specs tr:last-child td { border-bottom: none; }

.product-specs th {
    background-color: var(--background-alt);
    width: 35%;
    font-family: var(--font-ui);
    font-weight: 500;
    color: var(--primary);
    text-transform: capitalize;
}

.product-specs td { color: var(--text); }

.prosncons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.prosncons-block {
    padding: 1.75rem;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid var(--border);
}

.prosncons-block h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.prosncons-pros h3 { color: var(--cta); }
.prosncons-cons h3 { color: var(--primary); }

.prosncons-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prosncons-block li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--text);
}

.prosncons-pros li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: var(--cta);
    font-weight: 700;
}

.prosncons-cons li::before {
    content: "−";
    position: absolute;
    left: 0;
    color: var(--text-light);
    font-weight: 700;
}

.product-verdict p {
    font-size: 1.1rem;
    color: var(--text);
    line-height: 1.7;
}

@media (max-width: 900px) {
    .product-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
    .product-hero-image { padding: 2rem; }
    .prosncons-grid { grid-template-columns: 1fr; }
}

/* --- Article single --- */
.article-header {
    padding: var(--space-lg) 0 var(--space-md);
}

.article-header .article-category {
    color: var(--cta);
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.article-header h1 {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--primary);
    margin: 1rem 0 1rem;
}

.article-description {
    font-size: 1.15rem;
    color: var(--text);
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    color: var(--text-light);
    font-size: 0.9rem;
}

.article-author { font-family: var(--font-ui); font-size: 0.9rem; color: var(--text-light); }
.author-name { color: var(--primary); font-weight: 500; }

.article-content {
    padding: var(--space-md) 0 var(--space-xl);
}

.article-content h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--primary);
    margin-top: var(--space-lg);
    margin-bottom: var(--space-sm);
    letter-spacing: -0.02em;
}

.article-content h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--primary);
    margin-top: var(--space-md);
    margin-bottom: var(--space-sm);
}

.article-content p { margin-bottom: var(--space-sm); }
.article-content ul, .article-content ol { margin-bottom: var(--space-sm); padding-left: var(--space-md); }
.article-content li { margin-bottom: var(--space-xs); }
.article-content strong { color: var(--primary); }

.article-content blockquote {
    border-left: 4px solid var(--cta);
    background-color: var(--background-alt);
    padding: var(--space-sm) var(--space-md);
    margin: var(--space-md) 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--space-md) 0;
    font-size: 0.95rem;
}

.article-content th {
    background-color: var(--primary);
    color: var(--white);
    font-family: var(--font-ui);
    text-align: left;
    padding: 0.75rem 1rem;
}

.article-content td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border);
}

.article-content tr:nth-child(even) { background-color: var(--background-alt); }

/* FAQ accordion */
.article-content details {
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: var(--space-xs);
    background-color: var(--white);
    overflow: hidden;
}

.article-content details[open] { border-color: var(--cta); }

.article-content details summary {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--primary);
    padding: var(--space-sm) var(--space-md);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-content details summary::-webkit-details-marker { display: none; }

.article-content details summary::after {
    content: '+';
    font-family: var(--font-ui);
    font-size: 1.4rem;
    color: var(--text-light);
}

.article-content details[open] summary::after { content: '−'; color: var(--cta); }
.article-content details summary:hover { color: var(--cta); }

.article-content details > p,
.article-content details > ul,
.article-content details > ol {
    padding: var(--space-sm) var(--space-md);
    margin-bottom: 0;
}

/* --- List page --- */
.list-header {
    padding: var(--space-xl) 0 var(--space-lg);
    background: linear-gradient(180deg, var(--background-alt) 0%, var(--background) 100%);
    border-bottom: 1px solid var(--border);
}

.list-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--cta);
    margin-bottom: 1rem;
}

.list-eyebrow::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: var(--cta);
}

.list-header h1 {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--primary);
}

.list-description { color: var(--text); margin-top: 1rem; font-size: 1.15rem; max-width: 46rem; }
.list-count {
    display: inline-block;
    margin-top: 1.25rem;
    color: var(--text-light);
    font-family: var(--font-ui);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.list-content { padding: var(--space-xl) 0; }

/* --- Blog : meta box (auteur + date + lecture) --- */
.post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.25rem;
    font-family: var(--font-ui);
    font-size: 0.85rem;
    color: var(--text-light);
}

.post-meta-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cta) 0%, #b9248f 100%);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
}

.post-meta-author { color: var(--primary); font-weight: 500; }
.post-meta-sep { color: var(--text-light); opacity: 0.6; }
.post-meta-date, .post-meta-reading { color: var(--text-light); }

/* --- Blog : carte à la une --- */
.post-featured {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2.5rem;
    align-items: center;
    margin-bottom: var(--space-xl);
    text-decoration: none;
}

.post-featured-media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border-radius: 16px;
    background-color: var(--background-alt);
    box-shadow: 0 24px 60px -28px rgba(51, 41, 37, 0.45);
}

.post-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.post-featured:hover .post-featured-media img { transform: scale(1.04); }

.post-featured-flag {
    display: inline-block;
    font-family: var(--font-ui);
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--cta);
    margin-bottom: 1rem;
}

.post-featured-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--primary);
    transition: color 0.2s;
}

.post-featured:hover .post-featured-title { color: var(--cta); }

.post-featured-excerpt {
    color: var(--text);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 1rem;
}

/* --- Blog : grille de cartes --- */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
}

.post-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.post-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 14px;
    background-color: var(--background-alt);
    box-shadow: 0 12px 30px -18px rgba(51, 41, 37, 0.35);
    transition: box-shadow 0.3s;
}

.post-card:hover .post-card-media { box-shadow: 0 20px 44px -18px rgba(253, 40, 121, 0.4); }

.post-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.post-card:hover .post-card-media img { transform: scale(1.05); }

.post-cat-float {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    font-family: var(--font-ui);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--white);
    background-color: rgba(253, 40, 121, 0.92);
    backdrop-filter: blur(4px);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}

.post-card-body { margin-top: 1.25rem; display: flex; flex-direction: column; flex: 1; }

.post-card-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--primary);
    transition: color 0.2s;
}

.post-card:hover .post-card-title { color: var(--cta); }

.post-card-excerpt {
    color: var(--text);
    margin-top: 0.6rem;
    font-size: 0.97rem;
    line-height: 1.55;
}

.post-card .post-meta { margin-top: auto; padding-top: 1.1rem; }

/* --- Index des categories --- */
.term-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.term-card {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.75rem;
    border: 1px solid var(--border);
    border-radius: 14px;
    background-color: var(--white);
    text-decoration: none;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.term-card:hover {
    border-color: var(--cta);
    box-shadow: 0 18px 40px -22px rgba(253, 40, 121, 0.4);
    transform: translateY(-2px);
}

.term-card-name {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--primary);
}

.term-card-count {
    font-family: var(--font-ui);
    font-size: 0.85rem;
    color: var(--text-light);
}

@media (max-width: 900px) {
    .post-featured { grid-template-columns: 1fr; gap: 1.5rem; }
    .post-featured-body { padding: 0; }
    .post-grid { grid-template-columns: repeat(2, 1fr); }
    .term-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .post-grid { grid-template-columns: 1fr; }
    .term-grid { grid-template-columns: 1fr; }
}

.articles-list { display: flex; flex-direction: column; gap: var(--space-md); }

.article-card-horizontal {
    padding: var(--space-md) 0;
    border-bottom: 1px solid var(--border);
}

.article-card-horizontal h2 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: -0.02em;
}

.article-card-horizontal h2 a { color: var(--primary); }
.article-card-horizontal h2 a:hover { color: var(--cta); }

.article-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }

.tag {
    font-family: var(--font-ui);
    font-size: 0.75rem;
    color: var(--text-light);
    background-color: var(--background-alt);
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
}

.tag:hover { color: var(--cta); background-color: var(--border); }

.reading-time { font-family: var(--font-ui); font-size: 0.85rem; color: var(--text-light); }

/* --- 404 --- */
.not-found {
    text-align: center;
    padding: 8rem 0;
    min-height: 60vh;
}

.not-found-code {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(80px, 12vw, 160px);
    font-weight: 500;
    color: var(--cta);
    line-height: 1;
    margin-bottom: 1rem;
    text-shadow: 0 0 40px rgba(253, 40, 121, 0.3);
}

.not-found h1 {
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 1rem;
}

.not-found p {
    color: var(--text);
    max-width: 32rem;
    margin: 0 auto 2.5rem;
    font-size: 1.1rem;
}

.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.not-found-actions .btn-secondary { color: var(--primary); border-color: var(--primary); }
.not-found-actions .btn-secondary:hover { background-color: var(--primary); color: var(--white); }

.not-found-suggestion {
    font-family: var(--font-ui);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.not-found-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.not-found-links a {
    color: var(--primary);
    font-family: var(--font-ui);
}

.not-found-links a:hover { color: var(--cta); }

/* --- Sitemap --- */
.sitemap-page .list-header { background-color: var(--background); }
.sitemap-content { padding: var(--space-lg) 0; }
.sitemap-section { margin-bottom: var(--space-lg); }

.sitemap-section h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--primary);
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.sitemap-list { list-style: none; padding: 0; }

.sitemap-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--background-alt);
}

.sitemap-list a { color: var(--primary); }
.sitemap-list a:hover { color: var(--cta); }
.sitemap-date { font-family: var(--font-ui); font-size: 0.8rem; color: var(--text-light); }

/* --- Article footer nav --- */
.article-footer {
    border-top: 1px solid var(--border);
    padding: var(--space-md) 0;
}

.article-nav {
    display: flex;
    justify-content: space-between;
    gap: var(--space-md);
}

.nav-prev, .nav-next { display: flex; flex-direction: column; gap: 4px; max-width: 45%; }
.nav-next { text-align: right; margin-left: auto; }

.nav-label {
    font-family: var(--font-ui);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-light);
}

.nav-title { font-family: var(--font-heading); font-weight: 500; color: var(--primary); }

/* --- Footer --- */
.site-footer {
    border-top: 1px solid var(--border);
    background-color: var(--background);
    padding: 4rem 0 2rem;
}

.footer-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-col h4 {
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--text-light);
    margin-bottom: 1.25rem;
}

.footer-brand {
    margin-bottom: 1rem;
}

.footer-brand-icon {
    height: 88px;
    width: auto;
    display: block;
    filter: drop-shadow(0 4px 14px rgba(253, 40, 121, 0.2));
}

.footer-col p {
    font-size: 0.95rem;
    color: var(--text);
    max-width: 22rem;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.75rem; }

.footer-col li a {
    color: var(--primary);
    font-family: var(--font-ui);
    font-size: 0.95rem;
}

.footer-col li a:hover { color: var(--cta); }

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: var(--text-light);
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .grid-products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .hero-container { grid-template-columns: 1fr; gap: 2rem; }
    .hero-image { max-width: 100%; }
    .hero-image-badge { display: none; }
    .testimonial-grid { grid-template-columns: 1fr; gap: 2rem; }
    .grid-articles { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
    .menu-toggle { display: block; }

    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--background);
        flex-direction: column;
        padding: 1rem 2rem 1.5rem;
        border-top: 1px solid var(--border);
    }

    .site-nav.nav-open { display: flex; }
    .nav-cta { display: none; }
    .hero-stats { gap: 1rem; }
    .hero-stat-value { font-size: 1.4rem; }
    .grid-products { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* --- Encart "En bref" --- */
.encart {
    background: linear-gradient(135deg, var(--background-alt) 0%, var(--white) 100%);
    border: 1px solid var(--border);
    border-left: 4px solid var(--cta);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    margin: 2rem 0;
}
.encart > strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: var(--cta);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.encart ul { margin: 0; padding-left: 1.2rem; }
.encart li { margin-bottom: 0.4rem; color: var(--primary); }

/* --- Language switcher --- */
.lang-switcher { display: inline-flex; gap: 0.5rem; align-items: center; margin-left: 0.5rem; }
.lang-link {
    font-family: var(--font-ui);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    line-height: 1;
}
.lang-link:hover { background: var(--cta); border-color: var(--cta); color: var(--white); }
body.no-hero .lang-link { color: var(--primary); border-color: var(--border); }
body.no-hero .lang-link:hover { color: var(--white); }

/* --- Article hero image --- */
.article-hero-image {
    margin-top: 2rem;
    margin-bottom: 0;
}
.article-hero-image img {
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 24px 60px -28px rgba(51, 41, 37, 0.45);
}

/* --- Author meta box (single) --- */
.article-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}
.author-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--cta) 0%, #b9248f 100%);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--white); font-family: var(--font-heading); font-weight: 600; font-size: 1.2rem;
}
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-avatar-fallback { text-transform: uppercase; }
.author-meta { display: flex; flex-direction: column; line-height: 1.3; }
.author-name { color: var(--primary); font-weight: 600; font-family: var(--font-ui); }
.author-role { color: var(--text-light); font-size: 0.85rem; }

/* --- Article content : images inline produits --- */
.article-content img {
    border-radius: 12px;
    margin: 1.5rem auto;
    box-shadow: 0 12px 30px -16px rgba(51, 41, 37, 0.3);
    max-height: 400px;
    width: auto;
    max-width: 100%;
}
