/* =====================================================================
   RCBP — Agence de publicité · Feuille de style
   Palette : navy #131A36 · corail #FF5B41 · crème #FBF4EA · or #E8B14C
   Fonts   : Bricolage Grotesque (titres) · Inter Tight (corps)
   ===================================================================== */

:root {
    --navy:        #131A36;
    --navy-800:    #1C2547;
    --navy-700:    #27315C;
    --coral:       #FF5B41;
    --coral-600:   #F0432A;
    --cream:       #FBF4EA;
    --cream-200:   #F3E9D8;
    --gold:        #E8B14C;
    --ink:         #17182A;
    --muted:       #5A5E70;
    --line:        #E6DECF;
    --white:       #FFFFFF;

    --ff-display:  "Bricolage Grotesque", "Arial Black", sans-serif;
    --ff-body:     "Inter Tight", system-ui, -apple-system, "Segoe UI", sans-serif;

    --wrap:        1180px;
    --r-lg:        30px;
    --r-md:        20px;
    --r-sm:        13px;
    --shadow:      0 24px 60px -30px rgba(19, 26, 54, .45);
    --shadow-soft: 0 14px 40px -24px rgba(19, 26, 54, .35);
    --trans:       .3s cubic-bezier(.4, 0, .2, 1);
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--ff-body);
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.mt-40 { margin-top: 40px; }

/* ---------- Skip link ---------- */
.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 200;
    background: var(--coral); color: #fff; padding: 12px 20px;
    border-radius: 0 0 var(--r-sm) 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* =====================================================================
   TYPOGRAPHIE
   ===================================================================== */
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 800; line-height: 1.02; letter-spacing: -.02em; color: var(--navy); }
h1 { font-size: clamp(2.6rem, 6.4vw, 5rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 700; }
p  { color: var(--muted); }

.eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--ff-body); font-weight: 700; font-size: .78rem;
    letter-spacing: .16em; text-transform: uppercase; color: var(--coral-600);
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--coral); }

.accent { color: var(--coral); }
em.mark { font-style: normal; color: var(--coral); }
.section h2 em, h2 em { font-style: normal; color: var(--coral); }

/* =====================================================================
   BOUTONS
   ===================================================================== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--ff-display); font-weight: 700; font-size: 1rem;
    padding: 15px 30px; border-radius: 100px; border: 2px solid transparent;
    cursor: pointer; transition: var(--trans); text-align: center; line-height: 1;
}
.btn-primary { background: var(--coral); color: #fff; }
.btn-primary:hover { background: var(--coral-600); transform: translateY(-3px); box-shadow: 0 16px 30px -14px rgba(255, 91, 65, .7); }
.btn-dark { background: var(--navy); color: var(--cream); }
.btn-dark:hover { background: var(--navy-700); transform: translateY(-3px); }
.btn-light { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-light:hover { background: var(--navy); color: var(--cream); transform: translateY(-3px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); font-family: var(--ff-body); font-weight: 600; }
.btn-ghost:hover { border-color: var(--navy); background: var(--navy); color: var(--cream); }
.btn-outline-light { background: transparent; color: var(--cream); border-color: rgba(251, 244, 234, .4); }
.btn-outline-light:hover { background: var(--cream); color: var(--navy); border-color: var(--cream); }
.btn-block { display: flex; width: 100%; }
.btn-sm { padding: 10px 18px; font-size: .9rem; }

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(251, 244, 234, .88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: inline-flex; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: var(--ff-display); font-weight: 800; font-size: 1.4rem; letter-spacing: -.02em; color: var(--navy); }
.brand-text em { font-style: normal; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav > a {
    font-weight: 600; font-size: .96rem; padding: 9px 15px; border-radius: 100px;
    color: var(--navy); transition: var(--trans); position: relative;
}
.site-nav > a:hover { color: var(--coral-600); }
.site-nav > a.actif { color: var(--coral-600); }
.site-nav > a.actif::after {
    content: ""; position: absolute; left: 15px; right: 15px; bottom: 3px; height: 2px;
    background: var(--coral); border-radius: 2px;
}

.nav-panier { display: inline-flex; align-items: center; position: relative; margin-left: 4px; }
.panier-compteur {
    position: absolute; top: -3px; right: -6px;
    background: var(--coral); color: #fff; font-family: var(--ff-body);
    font-size: .68rem; font-weight: 700; min-width: 18px; height: 18px;
    border-radius: 100px; display: none; align-items: center; justify-content: center; padding: 0 5px;
}
.panier-compteur.actif { display: inline-flex; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: var(--trans); }

/* =====================================================================
   HÉROS
   ===================================================================== */
.hero { position: relative; background: var(--navy); color: var(--cream); overflow: hidden; padding: 74px 0 0; }
.hero::before {
    content: ""; position: absolute; top: -160px; right: -120px; width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(255, 91, 65, .55), transparent 68%); filter: blur(20px);
}
.hero::after {
    content: ""; position: absolute; bottom: -180px; left: -100px; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(232, 177, 76, .3), transparent 70%); filter: blur(20px);
}
.hero-inner { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: center; padding-bottom: 40px; }
.hero .eyebrow { color: var(--gold); }
.hero .eyebrow::before { background: var(--gold); }
.hero h1 { color: var(--cream); margin: 18px 0 22px; }
.hero-sub { font-size: 1.16rem; color: rgba(251, 244, 234, .82); max-width: 34ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-media { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(251, 244, 234, .12); aspect-ratio: 4 / 3.2; background: var(--navy-800); }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media-badge {
    position: absolute; left: 16px; bottom: 16px; z-index: 3;
    background: rgba(19, 26, 54, .78); backdrop-filter: blur(6px);
    border: 1px solid rgba(251, 244, 234, .18); color: var(--cream);
    padding: 10px 16px; border-radius: 100px; font-size: .82rem; font-weight: 600;
    display: inline-flex; align-items: center; gap: 8px;
}
.hero-media-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(255,91,65,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,91,65,.6); } 70% { box-shadow: 0 0 0 12px rgba(255,91,65,0); } 100% { box-shadow: 0 0 0 0 rgba(255,91,65,0); } }

/* ---------- Marquee ---------- */
.marquee { background: var(--coral); color: #fff; overflow: hidden; padding: 15px 0; border-top: 3px solid var(--navy); position: relative; z-index: 2; }
.marquee-track { display: flex; white-space: nowrap; width: max-content; animation: slide 26s linear infinite; }
.marquee span { font-family: var(--ff-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -.01em; padding: 0 28px; display: inline-flex; align-items: center; gap: 28px; }
.marquee span::after { content: "✦"; color: var(--navy); font-size: 1rem; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* =====================================================================
   SECTIONS
   ===================================================================== */
.section { padding: 88px 0; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--cream-200); }
.section--navy { background: var(--navy); color: var(--cream); }
.section--navy h2, .section--navy h3 { color: var(--cream); }
.section--navy p { color: rgba(251, 244, 234, .78); }
.section--navy .eyebrow { color: var(--gold); }
.section--navy .eyebrow::before { background: var(--gold); }

.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; }
.section-head h2 { margin: 16px 0 14px; }
.section-head p { font-size: 1.08rem; }

/* ---------- Piliers / approche ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pilier {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 34px 30px; transition: var(--trans); position: relative; overflow: hidden;
}
.pilier::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--coral); transform: scaleY(0); transform-origin: bottom; transition: var(--trans); }
.pilier:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.pilier:hover::before { transform: scaleY(1); }
.pilier-num { font-family: var(--ff-display); font-weight: 800; font-size: 2.4rem; color: var(--gold); line-height: 1; margin-bottom: 14px; }
.pilier h3 { margin-bottom: 10px; }

/* ---------- Metrics ---------- */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.metric { text-align: center; padding: 20px; }
.metric b { display: block; font-family: var(--ff-display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--coral); line-height: 1; }
.metric span { display: block; margin-top: 10px; font-size: .96rem; color: rgba(251, 244, 234, .82); }

/* ---------- Split image + texte ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-list { list-style: none; margin-top: 24px; display: grid; gap: 14px; }
.split-list li { display: flex; gap: 13px; align-items: flex-start; color: var(--ink); font-weight: 500; }
.split-list li::before { content: ""; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: var(--coral); margin-top: 2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }

/* =====================================================================
   CARTES OFFRES
   ===================================================================== */
.produits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.carte-produit {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 28px; display: flex; flex-direction: column; position: relative;
    transition: var(--trans); overflow: hidden;
}
.carte-produit:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: transparent; }
.carte-produit.hidden { display: none; }
.carte-produit .cat { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--coral-600); }
.carte-produit h3 { margin: 12px 0 10px; }
.carte-produit h3 a { transition: var(--trans); }
.carte-produit h3 a:hover { color: var(--coral-600); }
.carte-produit .resume { font-size: .96rem; flex-grow: 1; }
.badge-pop {
    position: absolute; top: 18px; right: 18px; background: var(--gold); color: var(--navy);
    font-family: var(--ff-body); font-weight: 700; font-size: .7rem; letter-spacing: .06em;
    text-transform: uppercase; padding: 5px 11px; border-radius: 100px;
}
.carte-meta { display: flex; gap: 16px; margin: 16px 0; font-size: .84rem; color: var(--muted); }
.carte-meta span { display: inline-flex; align-items: center; gap: 6px; }
.carte-prix { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.carte-prix .montant { font-family: var(--ff-display); font-weight: 800; font-size: 1.5rem; color: var(--navy); }
.carte-prix .ht { font-size: .8rem; color: var(--muted); font-weight: 500; }

/* ---------- Filtres boutique ---------- */
.boutique-filtres { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filtre-btn {
    font-family: var(--ff-body); font-weight: 600; font-size: .92rem; cursor: pointer;
    padding: 9px 18px; border-radius: 100px; border: 1.5px solid var(--line);
    background: transparent; color: var(--navy); transition: var(--trans);
}
.filtre-btn:hover { border-color: var(--navy); }
.filtre-btn.actif { background: var(--navy); color: var(--cream); border-color: var(--navy); }

/* =====================================================================
   PAGE INTÉRIEURE (hero secondaire)
   ===================================================================== */
.page-hero { background: var(--navy); color: var(--cream); padding: 66px 0 60px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; top: -120px; right: -80px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(255,91,65,.4), transparent 70%); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: var(--cream); margin: 16px 0 18px; max-width: 16ch; }
.page-hero p { color: rgba(251, 244, 234, .82); font-size: 1.14rem; max-width: 60ch; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero .eyebrow::before { background: var(--gold); }

/* =====================================================================
   RÉALISATIONS (études de cas)
   ===================================================================== */
.cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.case-card { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-soft); background: var(--navy); aspect-ratio: 4/3.1; }
.case-card img { width: 100%; height: 100%; object-fit: cover; transition: var(--trans); }
.case-card:hover img { transform: scale(1.05); }
.case-card .case-body {
    position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
    padding: 30px; color: var(--cream);
    background: linear-gradient(to top, rgba(19,26,54,.92) 8%, rgba(19,26,54,.28) 55%, transparent);
}
.case-tag { align-self: flex-start; background: var(--coral); color: #fff; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 5px 12px; border-radius: 100px; margin-bottom: 12px; }
.case-body h3 { color: var(--cream); font-size: 1.5rem; }
.case-body p { color: rgba(251, 244, 234, .82); margin-top: 8px; font-size: .96rem; }
.case-result { display: flex; gap: 22px; margin-top: 16px; }
.case-result b { font-family: var(--ff-display); font-weight: 800; font-size: 1.5rem; color: var(--gold); display: block; line-height: 1; }
.case-result span { font-size: .78rem; color: rgba(251,244,234,.72); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 10px; }
.process-step { padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); }
.process-step .num { font-family: var(--ff-display); font-weight: 800; color: var(--coral); font-size: 1.1rem; letter-spacing: .1em; }
.process-step h3 { margin: 12px 0 8px; font-size: 1.2rem; }
.process-step p { font-size: .92rem; }

/* ---------- Logos / bandeau confiance ---------- */
.logos-row { display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center; justify-content: center; }
.logos-row span { font-family: var(--ff-display); font-weight: 700; font-size: 1.4rem; color: rgba(251,244,234,.5); letter-spacing: -.01em; }

/* =====================================================================
   TÉMOIGNAGES
   ===================================================================== */
.temoignages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.temoignage { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px; display: flex; flex-direction: column; }
.temoignage .quote { color: var(--ink); font-size: 1.05rem; font-weight: 500; flex-grow: 1; }
.temoignage .quote::before { content: "“"; font-family: var(--ff-display); font-size: 3rem; color: var(--coral); line-height: .4; display: block; margin-bottom: 8px; }
.auteur { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: var(--cream); display: flex; align-items: center; justify-content: center; font-family: var(--ff-display); font-weight: 700; }
.auteur b { font-family: var(--ff-display); color: var(--navy); display: block; }
.auteur span { font-size: .85rem; color: var(--muted); }

/* ---------- CTA bandeau ---------- */
.cta-bandeau {
    background: var(--navy); color: var(--cream); border-radius: var(--r-lg);
    padding: 66px 44px; text-align: center; position: relative; overflow: hidden;
}
.cta-bandeau::before { content: ""; position: absolute; top: -120px; left: -60px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(255,91,65,.4), transparent 70%); }
.cta-bandeau::after { content: ""; position: absolute; bottom: -140px; right: -60px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(232,177,76,.28), transparent 70%); }
.cta-bandeau > * { position: relative; z-index: 2; }
.cta-bandeau h2 { color: var(--cream); }
.cta-bandeau p { color: rgba(251, 244, 234, .82); max-width: 52ch; margin: 16px auto 30px; font-size: 1.1rem; }

/* =====================================================================
   PANIER / CHECKOUT
   ===================================================================== */
.panier-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 36px; align-items: start; }
.panier-vide { text-align: center; padding: 70px 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); }
.panier-vide .glyph { color: var(--coral); margin-bottom: 18px; display: flex; justify-content: center; }
.panier-vide h2 { margin-bottom: 12px; }
.panier-vide p { max-width: 40ch; margin: 0 auto 26px; }

.panier-lignes { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 12px 26px; }
.ligne-panier { display: grid; grid-template-columns: 1.6fr auto auto; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.ligne-panier:last-of-type { border-bottom: 0; }
.lp-info .cat { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--coral-600); }
.lp-info h3 { font-size: 1.15rem; margin: 4px 0; }
.lp-info h3 a:hover { color: var(--coral-600); }
.lp-actions { display: flex; align-items: center; gap: 12px; }
.lp-prix { font-family: var(--ff-display); font-weight: 800; font-size: 1.2rem; color: var(--navy); }
.lien-suppr { font-size: .84rem; color: var(--muted); text-decoration: underline; transition: var(--trans); }
.lien-suppr:hover { color: var(--coral-600); }

.qte-input { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 100px; overflow: hidden; background: var(--white); }
.qte-input button { width: 34px; height: 38px; border: 0; background: transparent; font-size: 1.2rem; cursor: pointer; color: var(--navy); }
.qte-input button:hover { background: var(--cream-200); }
.qte-input input { width: 42px; height: 38px; border: 0; text-align: center; font-family: var(--ff-body); font-weight: 600; font-size: 1rem; background: transparent; -moz-appearance: textfield; }
.qte-input input::-webkit-outer-spin-button, .qte-input input::-webkit-inner-spin-button { -webkit-appearance: none; }
.qte-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }

.recap { background: var(--navy); color: var(--cream); border-radius: var(--r-lg); padding: 30px; position: sticky; top: 96px; }
.recap h3 { color: var(--cream); margin-bottom: 20px; }
.recap-ligne { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; color: rgba(251, 244, 234, .82); font-size: .96rem; }
.recap-total { display: flex; justify-content: space-between; align-items: baseline; margin: 14px 0 20px; padding-top: 16px; border-top: 1px solid rgba(251, 244, 234, .2); font-family: var(--ff-display); font-weight: 800; font-size: 1.4rem; color: var(--cream); }
.recap-total span:last-child { color: var(--gold); }
.recap-note { font-size: .82rem; color: rgba(251, 244, 234, .6); margin-top: 14px; text-align: center; }

/* ---------- Formulaires ---------- */
.bloc-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; }
.bloc-form h2 { font-size: 1.7rem; }
.bloc-form .sous { margin: 6px 0 22px; font-size: .95rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.champ { display: flex; flex-direction: column; }
.champ.full { grid-column: 1 / -1; }
.champ label { font-family: var(--ff-body); font-weight: 600; font-size: .9rem; margin-bottom: 7px; color: var(--navy); }
.champ .req { color: var(--coral); }
.champ input, .champ select, .champ textarea {
    font-family: var(--ff-body); font-size: 1rem; padding: 13px 15px; border: 1.5px solid var(--line);
    border-radius: var(--r-sm); background: var(--cream); color: var(--ink); transition: var(--trans); width: 100%;
}
.champ textarea { min-height: 130px; resize: vertical; }
.champ input:focus, .champ select:focus, .champ textarea:focus { outline: none; border-color: var(--coral); background: var(--white); box-shadow: 0 0 0 3px rgba(255, 91, 65, .12); }
.champ small { margin-top: 6px; font-size: .82rem; }
.err-txt { color: var(--coral-600); }

/* ---------- Alertes ---------- */
.alerte { display: flex; align-items: center; gap: 13px; padding: 15px 20px; border-radius: var(--r-sm); margin-bottom: 26px; font-weight: 500; }
.alerte b { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.alerte-ok { background: #E9F6EE; color: #1B6E3C; border: 1px solid #BEE6CC; }
.alerte-ok b { background: #2E9E5B; }
.alerte-err { background: #FDEBE7; color: #B23A22; border: 1px solid #F6C9BE; }
.alerte-err b { background: var(--coral); }
.alerte-info { background: #FFF6E4; color: #8A6414; border: 1px solid #F3DFB0; }
.alerte-info b { background: var(--gold); color: var(--navy); }

/* =====================================================================
   PAGE PRODUIT
   ===================================================================== */
.fil-ariane { padding: 22px 0 0; font-size: .88rem; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.fil-ariane a:hover { color: var(--coral-600); }
.produit-detail { display: grid; grid-template-columns: 1.5fr 1fr; gap: 46px; padding: 34px 24px 80px; align-items: start; }
.produit-visuel { border-radius: var(--r-lg); overflow: hidden; position: relative; aspect-ratio: 16/10; box-shadow: var(--shadow-soft); }
.produit-visuel img { width: 100%; height: 100%; object-fit: cover; }
.pv-cat { position: absolute; top: 16px; left: 16px; background: var(--navy); color: var(--cream); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 6px 13px; border-radius: 100px; }
.produit-detail .resume { font-size: 1.15rem; color: var(--ink); font-weight: 500; margin: 24px 0 16px; }
.produit-detail .desc { margin-bottom: 26px; }
.produit-detail h3 { margin: 26px 0 14px; }
.inclus-liste { list-style: none; display: grid; gap: 12px; }
.inclus-liste li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); }
.inclus-liste li::before { content: ""; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: var(--coral); margin-top: 2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.pour-qui { margin-top: 26px; padding: 20px 22px; background: var(--cream-200); border-left: 4px solid var(--gold); border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--ink); }
.pour-qui b { font-family: var(--ff-display); color: var(--navy); display: block; margin-bottom: 4px; }

.achat-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; position: sticky; top: 96px; box-shadow: var(--shadow-soft); }
.prix-gros { font-family: var(--ff-display); font-weight: 800; font-size: 2.6rem; color: var(--navy); line-height: 1; }
.prix-ht { font-size: .86rem; color: var(--muted); margin: 8px 0 22px; }
.achat-box dl { display: grid; grid-template-columns: auto 1fr; gap: 10px 16px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.achat-box dt { font-weight: 600; color: var(--muted); font-size: .9rem; }
.achat-box dd { font-weight: 600; color: var(--navy); text-align: right; font-size: .9rem; }

/* =====================================================================
   CONFIRMATION
   ===================================================================== */
.confirm-box { max-width: 640px; margin: 0 auto; text-align: center; }
.confirm-check { width: 74px; height: 74px; border-radius: 50%; background: var(--coral); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; box-shadow: 0 12px 30px -12px rgba(255,91,65,.7); }
.confirm-ref { display: inline-block; margin-top: 22px; font-family: var(--ff-display); font-weight: 700; letter-spacing: .05em; background: var(--navy); color: var(--gold); padding: 12px 24px; border-radius: 100px; }
.lead { font-size: 1.14rem; color: var(--muted); }
.tl-item { display: grid; gap: 14px; align-items: start; }
.tl-item .step { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--ff-display); font-weight: 800; }

/* =====================================================================
   PAGES LÉGALES
   ===================================================================== */
.legal { padding: 26px 0 80px; background: var(--cream); }
.legal-wrap { max-width: 820px; }
.legal h1 { margin: 14px 0 8px; }
.legal .maj { color: var(--muted); font-size: .9rem; margin-bottom: 30px; }
.legal h2 { font-size: 1.5rem; margin: 34px 0 12px; }
.legal p, .legal li { color: var(--ink); margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 14px; }
.legal a { color: var(--coral-600); text-decoration: underline; }
.tableau-legal { width: 100%; border-collapse: collapse; margin: 16px 0 24px; background: var(--white); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); }
.tableau-legal th, .tableau-legal td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.tableau-legal th { background: var(--cream-200); color: var(--navy); font-family: var(--ff-body); font-weight: 700; width: 42%; }
.tableau-legal tr:last-child th, .tableau-legal tr:last-child td { border-bottom: 0; }

/* =====================================================================
   CONTACT
   ===================================================================== */
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: start; }
.contact-info { background: var(--navy); color: var(--cream); border-radius: var(--r-lg); padding: 34px; }
.contact-info h3 { color: var(--cream); margin-bottom: 22px; }
.contact-bloc { display: flex; gap: 15px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid rgba(251, 244, 234, .14); }
.contact-bloc:last-of-type { border-bottom: 0; }
.contact-bloc .ico { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,91,65,.18); color: var(--coral); display: flex; align-items: center; justify-content: center; }
.contact-bloc b { font-family: var(--ff-display); color: var(--cream); display: block; margin-bottom: 3px; }
.contact-bloc span, .contact-bloc a { color: rgba(251, 244, 234, .8); }
.contact-bloc a:hover { color: var(--gold); }
.coord-attente { color: var(--gold); font-style: italic; }

/* =====================================================================
   ANIMATIONS AU SCROLL
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .marquee-track { animation: none; }
    html { scroll-behavior: auto; }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 960px) {
    .hero-grid, .split, .contact-grid, .panier-layout, .produit-detail { grid-template-columns: 1fr; }
    .produit-detail { gap: 30px; }
    .grid-3, .produits-grid, .temoignages, .process-grid { grid-template-columns: repeat(2, 1fr); }
    .metrics { grid-template-columns: repeat(2, 1fr); }
    .cases-grid { grid-template-columns: 1fr; }
    .recap, .achat-box { position: static; }
    .split-media { order: -1; }
}

@media (max-width: 720px) {
    .nav-toggle { display: flex; }
    .site-nav {
        position: fixed; inset: 76px 0 auto 0; background: var(--cream);
        flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px;
        border-bottom: 1px solid var(--line); transform: translateY(-140%); transition: var(--trans);
        box-shadow: var(--shadow-soft);
    }
    .site-nav.ouvert { transform: translateY(0); }
    .site-nav > a { padding: 14px 8px; border-bottom: 1px solid var(--line); border-radius: 0; }
    .site-nav > a.actif::after { display: none; }
    .nav-panier { padding: 14px 8px; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
    .section { padding: 60px 0; }
    .grid-3, .produits-grid, .temoignages, .process-grid, .metrics, .form-grid { grid-template-columns: 1fr; }
    .ligne-panier { grid-template-columns: 1fr; gap: 12px; }
    .ligne-panier > div:last-child { text-align: left; }
    .cta-bandeau { padding: 44px 24px; }
    .marquee span { font-size: 1.1rem; }
    body { font-size: 16px; }
}
