/* ══════════════════════════════════════════════
   home.css · lmscom · page d'accueil
   Sections spécifiques à index.html
   ══════════════════════════════════════════════ */

/* ── HERO ────────────────────────────────────── */
/*
   Fond sombre avec trois couches de radial-gradient
   (orbe orange haut-droite · orbe moss bas-gauche
   · lueur centrale diffuse) + grille de points.
*/
.hero {
    padding: 116px 5% 110px;
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: white;
}
/* Halos vivants : couche de fond animée (remplace les orbes statiques) */
.hero-aura { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
/* Halos en dégradés doux (PAS de filter:blur, trop lourd GPU) + drift translate-only */
.hero-aura .blob { position: absolute; border-radius: 50%; will-change: transform; }
.hero-aura .blob-1 {
    width: 66vw; height: 66vw; top: -26%; right: -18%;
    background: radial-gradient(circle, rgba(232,101,42,.34) 0%, rgba(232,101,42,.11) 34%, transparent 64%);
    animation: drift1 26s ease-in-out infinite;
}
.hero-aura .blob-2 {
    width: 62vw; height: 62vw; bottom: -30%; left: -20%;
    background: radial-gradient(circle, rgba(42,62,45,.5) 0%, rgba(42,62,45,.15) 36%, transparent 66%);
    animation: drift2 32s ease-in-out infinite;
}
.hero-aura .blob-3 {
    width: 46vw; height: 46vw; top: 38%; left: 40%;
    background: radial-gradient(circle, rgba(232,101,42,.15) 0%, transparent 60%);
    animation: drift3 38s ease-in-out infinite;
}
@keyframes drift1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-6%,7%); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(7%,-6%); } }
@keyframes drift3 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-8%,7%); } }

/* Aurora vivante à droite (couche colorée animée qui respire) */
.hero-aura .blob-4 {
    width: 54vw; height: 54vw; top: -10%; right: -14%;
    background: radial-gradient(circle, rgba(232,101,42,.32) 0%, rgba(232,101,42,.10) 40%, transparent 66%);
    animation: drift4 22s ease-in-out infinite, breathe 9s ease-in-out infinite;
}
.hero-aura .blob-5 {
    width: 40vw; height: 40vw; top: 28%; right: 2%;
    background: radial-gradient(circle, rgba(120,165,125,.30) 0%, rgba(70,110,88,.12) 42%, transparent 68%);
    mix-blend-mode: screen;
    animation: drift5 28s ease-in-out infinite, breathe 12s ease-in-out infinite 1.5s;
}
@keyframes drift4 { 0%,100% { transform: translate(0,0) rotate(0deg); } 50% { transform: translate(-7%,9%) rotate(7deg); } }
@keyframes drift5 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-11%,-8%); } }
@keyframes breathe { 0%,100% { opacity: .7; } 50% { opacity: 1; } }

/* Identité dans le hero : sceau · coordonnées · cadre blueprint */
.hero .bp-frame { inset: 90px 26px 26px; }
.hero .seal { top: 132px; right: 5%; }
.hero-coord {
    position: absolute;
    right: 5%;
    bottom: 34px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,.42);
    z-index: 2;
}
@media (max-width: 980px) {
    .hero .seal { display: none; }
    .hero-coord { display: none; }
    .hero .bp-frame { inset: 74px 16px 16px; }
}
/* Grille de points */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.028) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}
/* Grain : texture film subtile pour la profondeur */
.hero-grain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .05;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}
.hero-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-bottom: 56px;
    opacity: 0;
    animation: fadeUp .6s .1s forwards;
}
.hero-eyebrow span { color: var(--tc); }
.hero-display {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 600;
    font-size: clamp(46px, 8.2vw, 128px);
    letter-spacing: -0.045em;
    line-height: 0.92;
    color: white;
    opacity: 0;
    animation: fadeUp .8s .25s forwards;
}
.hero-display .line { display: block; }
.hero-display .line-2 {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: var(--tc);
    position: relative;
    display: inline-block;
}
/* Souligné dessiné à la main : signal "fait main" (NN/g) sous le mot accent */
.hand-underline {
    position: absolute;
    left: -0.05em;
    bottom: -0.14em;
    width: 3em;
    max-width: 102%;
    height: 0.22em;
    color: var(--tc-dim);
    overflow: visible;
    pointer-events: none;
}
.hand-underline path {
    stroke: currentColor;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: handDraw 0.9s 1.15s cubic-bezier(.45,0,.2,1) forwards;
    vector-effect: non-scaling-stroke;
}
@keyframes handDraw { to { stroke-dashoffset: 0; } }

/* Phrase accent (2e ligne du H1) : Fraunces italique terracotta */
.hero-display .accent-phrase {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    color: var(--tc);
    letter-spacing: -0.04em;
}
/* Mot qui tourne */
.rotator {
    position: relative;
    display: inline-block;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    vertical-align: baseline;
    transition: width 0.55s cubic-bezier(.5,0,.15,1);
}
.rotator .rotator-word {
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    transition: opacity 0.5s ease, transform 0.55s cubic-bezier(.5,0,.1,1);
}
.rotator .rotator-word.rw-in { opacity: 0; transform: translateY(0.26em); transition: none; }
.rotator .rotator-word.rw-out { opacity: 0; transform: translateY(-0.26em); }

@media (prefers-reduced-motion: reduce) {
    .hand-underline path { animation: none; stroke-dashoffset: 0; }
    .hero-aura .blob { animation: none; }
    .hero-scroll-line::after { animation: none; }
}
.hero-bottom {
    margin-top: 72px;
    opacity: 0;
    animation: fadeUp .7s .55s forwards;
}
.hero-lead { font-size: 19px; color: rgba(255,255,255,.6); line-height: 1.55; max-width: 540px; margin: 0 auto 32px; }
.hero-lead strong { color: white; font-weight: 600; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Ghost override dans le hero */
.hero .btn-tc { background: var(--tc); color: white; border-color: var(--tc); }
.hero .btn-tc:hover { background: var(--tc-deep); border-color: var(--tc-deep); }
.hero .btn-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.18); }
.hero .btn-ghost:hover { background: white; color: var(--ink); border-color: white; }

.hero-stats {
    display: inline-flex;
    gap: 56px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,.1);
    flex-wrap: wrap;
    justify-content: center;
}
.hero-stat { display: flex; flex-direction: column; gap: 6px; }
.hero-stat-label { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.hero-stat-value { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 26px; color: white; letter-spacing: -0.025em; line-height: 1; }

/* Indice de défilement (bas du hero) */
.hero-scroll { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; text-decoration: none; }
.hero-scroll-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,.42); transition: color .3s ease; }
.hero-scroll:hover .hero-scroll-label { color: rgba(255,255,255,.72); }
.hero-scroll-line { position: relative; width: 1px; height: 42px; background: rgba(255,255,255,.16); overflow: hidden; }
.hero-scroll-line::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 45%; background: linear-gradient(var(--tc), transparent); animation: scrollCue 1.9s cubic-bezier(.4,0,.2,1) infinite; }
@keyframes scrollCue { 0% { transform: translateY(-110%); } 60%, 100% { transform: translateY(235%); } }
@media (max-width: 980px) { .hero-scroll { display: none; } }

/* ── MARQUEE ─────────────────────────────────── */
.marquee-wrap {
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid var(--ink);
    padding: 22px 0;
    overflow: hidden;
    background: var(--ink);
    color: white;
    position: relative;
    z-index: 3;
}
.marquee-track { display: flex; animation: marquee 32s linear infinite; width: max-content; }
.marquee-item {
    display: inline-flex;
    align-items: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 500;
    font-size: 28px;
    letter-spacing: -0.025em;
    white-space: nowrap;
    padding: 0 28px;
    color: white;
}
.marquee-item.italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; color: var(--tc-dim); }
.marquee-sep { font-family: 'Fraunces', serif; font-style: italic; color: var(--tc); padding: 0 16px; font-size: 32px; line-height: 1; }

/* ── TARIFS BAND ─────────────────────────────── */
.tarifs-band { border-bottom: 1px solid var(--border); padding: 0 5%; background: var(--white); }
.tarifs-inner { max-width: 1320px; margin: 0 auto; display: flex; align-items: stretch; }
.tarif-item { flex: 1; padding: 28px 36px; border-right: 1px solid var(--border); }
.tarif-item:first-child { padding-left: 0; }
.tarif-item:last-child { border-right: none; padding-right: 0; }
.tarif-num { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 36px; letter-spacing: -0.035em; color: var(--ink); line-height: 1; margin-bottom: 6px; }
.tarif-num span { color: var(--tc); }
.tarif-label { font-size: 12px; color: var(--warm-gray); }

/* ── QUOTE ───────────────────────────────────── */
.quote-section { background: var(--ivory); padding: 160px 5%; border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.quote-section::before { content: '"'; position: absolute; top: 40px; left: 5%; font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 200px; color: var(--tc); opacity: 0.18; line-height: 1; }
.quote-inner { max-width: 1320px; margin: 0 auto; position: relative; }
.quote-text { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: clamp(36px, 5.5vw, 88px); letter-spacing: -0.03em; line-height: 1.04; color: var(--ink); max-width: 1100px; }
.quote-text em { color: var(--tc); font-style: italic; }
.quote-attr { margin-top: 48px; font-size: 12px; color: var(--warm-gray); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }

/* ── NOTRE TRAVAIL · Rail d'écrans ───────────── */
.work-section { background: var(--ivory); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.case-rail-wrap { position: relative; }

.case-wall {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-anchor: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
    /* padding vertical large : laisse respirer l'ombre (le scroll horizontal clippe la verticale) */
    padding: 24px 6px 60px;
    margin: -12px 0 -32px;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.case-wall::-webkit-scrollbar { display: none; }
.case-wall.is-grab { cursor: grabbing; }

/* Carte projet */
.case-card {
    flex: 0 0 82%;
    max-width: 330px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 384px;
    padding: 22px 22px 20px;
    border-radius: 22px;
    background: linear-gradient(162deg, var(--cc-bg2, #1d2733) 0%, var(--cc-bg, #0d141c) 78%);
    color: var(--cc-ink, #fff);
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 22px 40px -26px rgba(20, 16, 12, .5);
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s ease;
}
.case-card.is-light { border-color: rgba(0, 0, 0, .07); box-shadow: 0 22px 40px -26px rgba(20, 16, 12, .2); }
.case-card:hover { transform: translateY(-8px); box-shadow: 0 42px 66px -30px rgba(20, 16, 12, .55); }
.case-card.is-light:hover { transform: translateY(-8px); box-shadow: 0 42px 66px -30px rgba(20, 16, 12, .28); }

/* halo discret de la couleur de marque */
.case-card::before {
    content: '';
    position: absolute;
    top: -30%; right: -30%;
    width: 75%; height: 75%;
    background: radial-gradient(circle, var(--cc-acc, #fff) 0%, transparent 65%);
    opacity: .15;
    pointer-events: none;
    transition: opacity .6s ease;
}
.case-card:hover::before { opacity: .32; }

/* Tête : logo seul (pleine largeur, jamais coupé) */
.case-head { display: flex; align-items: center; position: relative; z-index: 2; }
.case-logo { font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "opsz" 96, "wght" 700; font-size: 16px; letter-spacing: -.03em; color: var(--cc-ink, #fff); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.case-logo i { font-style: normal; color: var(--cc-acc, #fff); }
.case-card.is-serif .case-logo { font-family: 'Fraunces', serif; font-variation-settings: normal; font-weight: 500; font-size: 15px; letter-spacing: .01em; }

/* Scène + téléphone incliné (perspective auto-portante) */
.case-stage { flex: 1; display: flex; align-items: flex-end; justify-content: center; margin: 14px 0 16px; }
.case-phone {
    width: 70%;
    border-radius: 26px;
    background: #0b0b0d;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: -22px 26px 42px -18px rgba(0, 0, 0, .5);
    transform: perspective(1000px) rotateY(-18deg) rotateX(6deg) rotate(-1.5deg);
    transform-origin: 62% 50%;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1), box-shadow .6s ease;
}
.case-card:hover .case-phone { transform: perspective(1000px) rotateY(-3deg) rotateX(1deg) rotate(0) scale(1.05); box-shadow: -14px 34px 56px -16px rgba(0, 0, 0, .6); }
.case-shot { display: block; width: 100%; aspect-ratio: 11 / 16; border-radius: 20px; object-fit: cover; object-position: top center; }

/* Pied : secteur (eyebrow) + nom + lien */
.case-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; position: relative; z-index: 2; }
.case-foot-l { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.case-tag { font-size: 9.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--cc-acc, #fff); opacity: .85; }
.case-name { font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "opsz" 96, "wght" 600; font-size: 18px; letter-spacing: -.025em; line-height: 1.05; color: var(--cc-ink, #fff); }
.case-card.is-serif .case-name { font-family: 'Fraunces', serif; font-variation-settings: normal; font-weight: 500; font-style: italic; }
.case-go { font-size: 11px; font-weight: 600; letter-spacing: .02em; color: var(--cc-ink, #fff); display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; flex-shrink: 0; opacity: .55; transition: opacity .35s ease, transform .35s ease; }
.case-card:hover .case-go { opacity: 1; transform: translateX(3px); }

/* Navigation : indice + flèches */
.case-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; }
.case-hint { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--warm-gray); }
.case-hint span { width: 26px; height: 1px; background: var(--border-d); }
.case-arrows { display: flex; gap: 12px; }
.case-arrow { width: 54px; height: 54px; flex: none; border-radius: 50%; border: 1px solid var(--border-d); background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s cubic-bezier(.2, .7, .2, 1); }
.case-arrow:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); transform: scale(1.06); }
.case-arrow:active { transform: scale(.96); }
.case-arrow:disabled { opacity: .3; pointer-events: none; }
.case-arrow svg { width: 18px; height: 18px; pointer-events: none; }

/* Desktop : plusieurs écrans alignés sur une ligne */
@media (min-width: 760px) {
    .case-card { flex-basis: 300px; max-width: none; }
}
@media (min-width: 1140px) {
    .case-card { flex-basis: 306px; min-height: 392px; }
}

/* Mobile : swipe natif, flèches masquées */
@media (max-width: 759px) {
    .case-wall { gap: 16px; padding: 20px 4px 54px; margin: -10px 0 -30px; }
    .case-card { flex-basis: 80%; }
    .case-phone { width: 64%; }
    .case-arrows { display: none; }
    .case-nav { justify-content: center; margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .case-wall { scroll-behavior: auto; }
    .case-card, .case-phone { transition: none; }
}

/* ── FORFAITS ─────────────────────────────────── */
.offre-section { background: var(--ivory); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.offre-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 24px; }
.card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 36px 32px 32px;
    position: relative;
    transition: box-shadow .25s ease;
}
.card:hover { box-shadow: 0 30px 80px rgba(28,25,23,.08); }
.card.dark { background: var(--ink); border-color: var(--ink); color: white; }
.card-label { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 8px; }
.card.dark .card-label { color: rgba(255,255,255,.4); }
.card-name { font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "opsz" 96, "wght" 700; font-size: 26px; letter-spacing: -0.035em; margin-bottom: 8px; line-height: 1; }
.card-desc { font-size: 13.5px; color: var(--warm-gray); margin-bottom: 28px; line-height: 1.55; }
.card.dark .card-desc { color: rgba(255,255,255,.55); }
.price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price-num { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 60px; letter-spacing: -0.045em; line-height: 1; color: var(--ink); }
.card.dark .price-num { color: white; }
.price-unit { font-size: 14px; font-weight: 500; color: var(--warm-gray); }
.card.dark .price-unit { color: rgba(255,255,255,.45); }
.price-note { font-size: 11.5px; color: var(--warm-gray); margin-bottom: 28px; line-height: 1.5; }
.card.dark .price-note { color: rgba(255,255,255,.4); }
.divider { height: 1px; background: var(--border); margin-bottom: 28px; }
.card.dark .divider { background: rgba(255,255,255,.1); }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.feature { font-size: 13.5px; display: flex; align-items: flex-start; gap: 10px; line-height: 1.45; }
.feature::before { content: '·'; color: var(--tc); font-weight: 700; flex-shrink: 0; }
.card.dark .feature { color: rgba(255,255,255,.78); }
.card.dark .feature::before { color: var(--tc-dim); }
.hosting-note { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 22px 28px; display: flex; align-items: center; gap: 22px; }
.hosting-icon { flex-shrink: 0; color: var(--tc); }
.hosting-title { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.hosting-sub { font-size: 13px; color: var(--warm-gray); }

/* ── COMPARE PRICING ─────────────────────────── */
.compare-section { background: #FAF9F7; }
.compare-header { text-align: center; margin-bottom: 48px; }
.compare-header .section-title { margin-bottom: 12px; }
.compare-header p { color: var(--warm-gray); font-size: 16px; line-height: 1.65; max-width: 400px; margin: 0 auto; }
.compare-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(232,101,42,.1);
    color: var(--tc);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 24px;
}
.compare-list {
    max-width: 640px;
    margin: 0 auto;
    background: white;
    border: 1px solid var(--border, #E8E4DF);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(28,25,23,.06);
}
.compare-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border, #E8E4DF);
}
.compare-row:last-child { border-bottom: none; border-top: 2px solid var(--tc); background: rgba(232,101,42,.03); }
.compare-icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.compare-icon--no { background: rgba(239,68,68,.1); color: #EF4444; }
.compare-icon--yes { background: rgba(232,101,42,.15); color: var(--tc); }
.compare-info { flex: 1; min-width: 0; }
.compare-name {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 600;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: var(--ink);
    line-height: 1.2;
}
.compare-sub { font-size: 13px; color: var(--warm-gray); margin-top: 2px; }
.compare-price {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: -0.025em;
    white-space: nowrap;
    flex-shrink: 0;
}
.compare-price--no { color: var(--warm-gray); text-decoration: line-through; text-decoration-color: rgba(128,116,104,.45); }
.compare-price--yes { color: var(--tc); font-size: 24px; }

/* ── PROCESS / MÉTHODE ───────────────────────── */
/*
   Fond sombre : même traitement orbes que le hero
   mais avec des positions miroir pour varier.
   Le ::before ajoute la grille de points.
   L'orbe orange en haut à droite + moss en bas à gauche
   créent une profondeur lumineuse.
*/
.process-bg {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 60% 55% at 92% -8%, rgba(232,101,42,.26) 0%, transparent 100%),
        radial-gradient(ellipse 55% 60% at -2% 105%, rgba(42,62,45,.6) 0%, transparent 100%),
        radial-gradient(ellipse 40% 40% at 45% 55%, rgba(232,101,42,.05) 0%, transparent 100%),
        var(--ink);
    color: white;
}
.process-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}
.process-bg .section-inner { position: relative; z-index: 1; }
.process-bg .eyebrow { color: rgba(255,255,255,.4); }
.process-bg .section-title { color: white; }
.process-bg .section-head-right { color: rgba(255,255,255,.5); }

/* Étapes */
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.1);
    position: relative;
    z-index: 1;
}
.step {
    padding: 40px 32px 0 0;
    border-right: 1px solid rgba(255,255,255,.07);
    position: relative;
    cursor: default;
    transition: background .35s ease;
    overflow: hidden;
}
.step:last-child { border-right: none; padding-right: 0; }
.step:not(:first-child) { padding-left: 32px; }
.step:hover { background: rgba(255,255,255,.025); }

/* Ligne orange révélée en haut au hover */
.step::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(to right, var(--tc), var(--tc-dim));
    transition: width 0.4s ease;
}
.step:hover::after { width: 100%; }

.step-n {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 80px;
    color: rgba(255,255,255,.1);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 24px;
    transition: color .35s ease, text-shadow .35s ease;
}
.step:hover .step-n {
    color: var(--tc);
    text-shadow: 0 0 60px rgba(232,101,42,.45), 0 0 120px rgba(232,101,42,.18);
}
.step-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 600;
    font-size: 18px;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
}
.step-desc {
    font-size: 13px;
    color: rgba(255,255,255,.42);
    line-height: 1.65;
    transition: color .35s ease;
}
.step:hover .step-desc { color: rgba(255,255,255,.65); }

/* ── CE QUI EST INCLUS ───────────────────────── */
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.included-item { padding: 36px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.included-item:nth-child(3n) { border-right: none; }
.included-item:nth-child(n+4) { border-bottom: none; }
.ii-icon { width: 32px; height: 32px; margin-bottom: 22px; color: var(--tc); }
.ii-title { font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "opsz" 96, "wght" 600; font-size: 18px; letter-spacing: -0.025em; margin-bottom: 10px; }
.ii-desc { font-size: 13px; color: var(--warm-gray); line-height: 1.65; }

/* ── FAQ ─────────────────────────────────────── */
.faq-section { background: var(--ivory); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.faq-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.faq-sticky { position: sticky; top: 88px; }
.faq-grid { border-top: 1px solid var(--border-d); }
.faq-item { border-bottom: 1px solid var(--border-d); }
.faq-q {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 500;
    font-size: 17px;
    letter-spacing: -0.02em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    transition: color .2s;
}
.faq-q:hover { color: var(--tc); }
.faq-toggle { width: 18px; height: 18px; flex-shrink: 0; position: relative; color: var(--warm-gray); }
.faq-toggle::before, .faq-toggle::after { content: ''; position: absolute; background: currentColor; transition: transform .25s, opacity .25s; }
.faq-toggle::before { width: 12px; height: 1.5px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-toggle::after  { width: 1.5px; height: 12px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-item.open .faq-toggle::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-item.open .faq-q { color: var(--tc); }
.faq-a { font-size: 14px; color: var(--warm-gray); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s ease; }
.faq-item.open .faq-a { max-height: 280px; padding-bottom: 24px; }

/* ── CTA FINAL ───────────────────────────────── */
/*
   Orbes inversés par rapport au hero :
   orange à gauche · moss en haut à droite.
*/
.cta-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 70% at -2% 50%, rgba(232,101,42,.18) 0%, transparent 100%),
        radial-gradient(ellipse 50% 55% at 100% 0%, rgba(42,62,45,.5) 0%, transparent 100%),
        var(--ink);
    color: white;
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.cta-section .section-inner { position: relative; z-index: 1; }
.cta-section .section-title { color: white; }
.cta-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cta-right { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.cta-sub { font-size: 17px; color: rgba(255,255,255,.65); line-height: 1.6; max-width: 380px; }
.cta-note { font-size: 12px; color: rgba(255,255,255,.4); }

/* ── IMPACT / STATS CHOC ─────────────────────── */
.impact-section {
    background: var(--ivory);
    border-bottom: 1px solid var(--border);
    padding: 100px 5%;
}
.impact-inner { max-width: 1320px; margin: 0 auto; }
.impact-statement {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 600;
    font-size: clamp(40px, 5.5vw, 88px);
    letter-spacing: -0.045em;
    line-height: 0.95;
    color: var(--ink);
    max-width: 1100px;
    margin-bottom: 32px;
}
.impact-statement em {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    color: var(--tc);
}
.impact-sub {
    font-size: 16px;
    color: var(--warm-gray);
    max-width: 680px;
    line-height: 1.72;
    margin-bottom: 64px;
}
.impact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--border-d);
}
.impact-stat {
    padding: 36px 40px;
    border-right: 1px solid var(--border-d);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.impact-stat:first-child { padding-left: 0; }
.impact-stat:last-child { border-right: none; padding-right: 0; }
.impact-num {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(40px, 5vw, 76px);
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--tc);
}
.impact-label { font-size: 13px; color: var(--warm-gray); line-height: 1.6; max-width: 210px; }
.impact-source { font-size: 11.5px; color: var(--warm-gray); margin-top: 28px; letter-spacing: 0.01em; opacity: 0.78; }

/* ── POURQUOI LMSCOM (4 PILIERS) ─────────────── */
.pillars-section { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--border);
}
.pillar-item {
    padding: 44px 36px;
    border-right: 1px solid var(--border);
    position: relative;
    transition: background .3s ease;
    overflow: hidden;
}
.pillar-item:last-child { border-right: none; }
.pillar-item:hover { background: var(--ivory); }
.pillar-item::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 0; height: 2px;
    background: var(--tc);
    transition: width .4s ease;
}
.pillar-item:hover::after { width: 100%; }
.pillar-num {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 44px;
    color: rgba(232,101,42,.2);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 20px;
    transition: color .3s ease;
}
.pillar-item:hover .pillar-num { color: rgba(232,101,42,.45); }
.pillar-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 600;
    font-size: 19px;
    letter-spacing: -0.025em;
    margin-bottom: 12px;
    line-height: 1.2;
}
.pillar-desc { font-size: 13.5px; color: var(--warm-gray); line-height: 1.68; }
.pillar-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tc);
    margin-top: 18px;
}
.pillar-tag::before { content: ''; width: 16px; height: 1px; background: var(--tc); }

/* ── TÉMOIGNAGES ─────────────────────────────── */
.testi-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 60% at 96% -2%, rgba(232,101,42,.22) 0%, transparent 100%),
        radial-gradient(ellipse 50% 55% at 2% 104%, rgba(42,62,45,.55) 0%, transparent 100%),
        var(--ink);
    color: white;
}
.testi-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}
.testi-section .section-inner { position: relative; z-index: 1; }
.testi-section .eyebrow { color: rgba(255,255,255,.4); }
.testi-section .section-title { color: white; }
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testi-card {
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 44px 44px 40px;
    position: relative;
    transition: background .3s ease, border-color .3s ease;
    overflow: hidden;
}
.testi-card:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.13);
}
.testi-open {
    position: absolute;
    top: 28px; left: 36px;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 96px;
    color: var(--tc);
    opacity: 0.28;
    line-height: 1;
    pointer-events: none;
}
.testi-quote {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(18px, 1.8vw, 24px);
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: rgba(255,255,255,.88);
    margin-bottom: 32px;
    padding-top: 44px;
    position: relative;
    z-index: 1;
}
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--tc); flex-shrink: 0; }
.testi-name { font-size: 14px; font-weight: 600; color: white; line-height: 1.3; }
.testi-role { font-size: 12px; color: rgba(255,255,255,.38); margin-top: 2px; }

/* ── INCLUS ───────────────────────────────────── */
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.included-item {
    padding: 40px 40px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    transition: background .25s ease;
}
.included-item:hover { background: var(--ivory); }
.included-item:nth-child(3n) { border-right: none; }
.included-item:nth-child(n+4) { border-bottom: none; }
.ii-icon { width: 30px; height: 30px; margin-bottom: 20px; color: var(--tc); }
.ii-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 600;
    font-size: 17px;
    letter-spacing: -0.025em;
    margin-bottom: 8px;
}
.ii-desc { font-size: 13px; color: var(--warm-gray); line-height: 1.65; }

/* ── VOTRE IDENTITÉ ──────────────────────────── */
.identity-section {
    background: var(--white);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.identity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.brand-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    transition: transform .4s ease, box-shadow .4s ease;
}
.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 72px rgba(28,25,23,.1);
}

.bcd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 22px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.bcd-logo-area {
    padding: 28px 22px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-grow: 1;
}
.bcd-mark {
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
}
.bcd-brandname {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 700;
    font-size: clamp(16px, 1.6vw, 22px);
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.bcd-palette {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 44px;
}

.bcd-typo {
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid;
}
.bcd-aa {
    font-size: 52px;
    line-height: 1;
    flex-shrink: 0;
    letter-spacing: -0.04em;
}
.bcd-aa--serif {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
}
.bcd-aa--grotesque {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-variation-settings: "opsz" 96, "wght" 700;
}
.bcd-aa--sans {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
}
.bcd-typo-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bcd-fontname {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.bcd-typo-role {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.4;
}

.bcd-lines {
    padding: 0 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bcd-line {
    height: 2px;
    border-radius: 2px;
    opacity: 0.1;
}
.bcd-line--short { width: 55%; }

.bcd-foot {
    padding: 10px 22px 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-top: 1px solid;
    opacity: 0.4;
}

/* Dark variant */
.brand-card--dark {
    background: var(--ink);
    border-color: rgba(255,255,255,.08);
    color: white;
}
.brand-card--dark .bcd-header  { color: rgba(255,255,255,.3); border-color: rgba(255,255,255,.08); }
.brand-card--dark .bcd-mark--dark { color: #C9A770; }
.brand-card--dark .bcd-typo   { border-color: rgba(255,255,255,.08); }
.brand-card--dark .bcd-aa--serif { color: #C9A770; }
.brand-card--dark .bcd-line   { background: white; }
.brand-card--dark .bcd-foot   { border-color: rgba(255,255,255,.08); }

/* Warm variant */
.brand-card--warm {
    background: var(--ivory);
    border-color: var(--border);
    color: var(--ink);
}
.brand-card--warm .bcd-header  { color: var(--warm-gray); border-color: var(--border); }
.brand-card--warm .bcd-mark--warm { color: var(--tc); }
.brand-card--warm .bcd-typo   { border-color: var(--border); }
.brand-card--warm .bcd-aa--grotesque { color: var(--tc); }
.brand-card--warm .bcd-line   { background: var(--ink); }
.brand-card--warm .bcd-foot   { border-color: var(--border); }

/* Minimal variant */
.brand-card--minimal {
    background: white;
    border-color: var(--border);
    color: #0A0A0A;
}
.brand-card--minimal .bcd-header  { color: #9ca3af; border-color: #efefef; }
.brand-card--minimal .bcd-mark--minimal { color: #3B82F6; }
.brand-card--minimal .bcd-typo   { border-color: #efefef; }
.brand-card--minimal .bcd-aa--sans { color: #3B82F6; }
.brand-card--minimal .bcd-line   { background: #0A0A0A; }
.brand-card--minimal .bcd-foot   { border-color: #efefef; }

.identity-note {
    text-align: center;
    font-size: 14px;
    color: var(--warm-gray);
    font-style: italic;
    line-height: 1.6;
}

/* ── RESPONSIVE HOME ─────────────────────────── */
@media (max-width: 980px) {
    .hero { padding: 100px 5% 88px; }
    .hero-stats { gap: 32px; }
    .impact-section { padding: 72px 5%; }
    .offre-grid { grid-template-columns: 1fr; }
    .identity-grid { grid-template-columns: 1fr; }
    .pillars-grid { grid-template-columns: 1fr 1fr; }
    .pillar-item:nth-child(2n) { border-right: none; }
    .pillar-item:nth-child(n+3) { border-top: 1px solid var(--border); }
    .testi-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr 1fr; border-top: none; }
    .step { border-right: none; border-top: 1px solid rgba(255,255,255,.08); padding: 28px 0 0 0; }
    .step:nth-child(odd) { padding-right: 16px; }
    .step:nth-child(even) { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.08); }
    .included-grid { grid-template-columns: 1fr 1fr; }
    .included-item:nth-child(3n) { border-right: 1px solid var(--border); }
    .included-item:nth-child(2n) { border-right: none; }
    .faq-layout { grid-template-columns: 1fr; gap: 32px; }
    .faq-sticky { position: static; }
    .cta-layout { grid-template-columns: 1fr; gap: 32px; }
    .tarifs-inner { flex-wrap: wrap; }
    .tarif-item { flex: 0 0 50%; border-bottom: 1px solid var(--border); padding: 20px 24px; }
    .tarif-item:nth-child(2n) { border-right: none; }
}
@media (max-width: 640px) {
    .impact-stats { grid-template-columns: 1fr; }
    .impact-stat { border-right: none; border-bottom: 1px solid var(--border-d); padding: 24px 0; }
    .impact-stat:last-child { border-bottom: none; }
}
@media (max-width: 540px) {
    .hero { padding: 88px 5% 72px; }
    .hero-display { font-size: clamp(38px, 10.5vw, 80px); letter-spacing: -0.04em; }
    /* Le mot qui tourne garde sa ligne (sinon la rotation décale « pour vous. »),
       mais « pour vous. » et son souligné restent solidaires sur la suivante. */
    .hero-display .line-2 { display: inline; white-space: nowrap; }
    /* Largeur instantanée : l'animation rognait le mot pendant la rotation */
    .rotator { transition: none; }
    /* Hero compact : les stats doivent rester dans le premier écran */
    .hero-eyebrow { margin-bottom: 36px; }
    .hero-bottom { margin-top: 40px; }
    .hero-stats { gap: 24px; margin-top: 32px; padding-top: 24px; }
    .impact-section { padding: 56px 5%; }
    /* Le retour forcé isole « votre » sur une ligne : on laisse le texte couler */
    .impact-statement br { display: none; }
    .hosting-note { flex-direction: column; gap: 16px; }
    .included-grid { grid-template-columns: 1fr; }
    .included-item { border-right: none !important; }
    .pillars-grid { grid-template-columns: 1fr; }
    .pillar-item { border-right: none; border-bottom: 1px solid var(--border); }
    .pillar-item:last-child { border-bottom: none; }
    .pillar-item:nth-child(n+3) { border-top: none; }
    .steps { grid-template-columns: 1fr; }
    .steps .step { padding: 24px 0; }
    .step:nth-child(even) { border-left: none; }
    .step-n { font-size: 60px; margin-bottom: 12px; }
    .tarif-item { flex: 0 0 100%; border-right: none; }
    .tarif-item:last-child { border-bottom: none; }
    .marquee-item { font-size: 22px; }
}
