  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; background: var(--creme); color: var(--espresso); font-family: var(--font-sans); }
  body { -webkit-font-smoothing: antialiased; }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }
  .container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
  @media (max-width: 720px) { .container { padding: 0 20px; } }

  /* ============================================================
     UTILITY ATOMS
     ============================================================ */
  /* Tricolore — discreet drapeau bleu / blanc / rouge */
  .stripe-band {
    height: 4px;
    background:
      linear-gradient(90deg,
        var(--cassis) 0%, var(--cassis) 33.33%,
        var(--creme) 33.33%, var(--creme) 66.66%,
        var(--framboise) 66.66%, var(--framboise) 100%);
  }

  .pill {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 16px; border-radius: 999px;
    background: var(--creme-deep); color: var(--reglisse);
    font-size: 12px; font-weight: 600;
    letter-spacing: -0.005em;
  }
  .pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terre); }

  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-sans); font-weight: 700; font-size: 14px;
    padding: 16px 26px; border-radius: 999px; cursor: pointer;
    border: 0; letter-spacing: -0.005em;
    transition: all 160ms;
  }
  .btn .arrow { font-size: 1.05em; line-height: 1; }
  .btn-primary {
    --cta-fill: var(--espresso);
    color: var(--or-bright);
  }
  .btn-primary:hover { --cta-fill: var(--moka); }
  .btn-ghost {
    background: transparent; color: var(--espresso);
    box-shadow: inset 0 0 0 1.5px rgba(26,15,8,0.20);
  }
  .btn-ghost:hover { background: var(--espresso); color: var(--creme); box-shadow: none; }
  .btn-or {
    --cta-fill: var(--or);
    color: var(--espresso);
  }
  .btn-or:hover { --cta-fill: var(--or-bright); }
  .btn.cta-bandit-espresso-gold,
  .mobile-sticky-cta.cta-bandit-espresso-gold {
    --cta-fill: var(--espresso);
    color: var(--or-bright);
  }
  .btn.cta-bandit-espresso-gold:hover,
  .mobile-sticky-cta.cta-bandit-espresso-gold:hover {
    --cta-fill: var(--moka);
  }
  .btn.cta-bandit-gold-espresso,
  .mobile-sticky-cta.cta-bandit-gold-espresso {
    --cta-fill: var(--or);
    color: var(--espresso);
  }
  .btn.cta-bandit-gold-espresso:hover,
  .mobile-sticky-cta.cta-bandit-gold-espresso:hover {
    --cta-fill: var(--or-bright);
  }
  .btn.cta-bandit-cassis-cream,
  .mobile-sticky-cta.cta-bandit-cassis-cream {
    --cta-fill: var(--cassis);
    color: var(--creme);
  }
  .btn.cta-bandit-cassis-cream:hover,
  .mobile-sticky-cta.cta-bandit-cassis-cream:hover {
    --cta-fill: var(--cassis-light);
  }
  .btn.cta-bandit-framboise-cream,
  .mobile-sticky-cta.cta-bandit-framboise-cream {
    --cta-fill: var(--framboise);
    color: var(--creme);
  }
  .btn.cta-bandit-framboise-cream:hover,
  .mobile-sticky-cta.cta-bandit-framboise-cream:hover {
    --cta-fill: var(--framboise-bright);
  }
  .btn-lg { padding: 18px 32px; font-size: 15px; }
  .btn-primary,
  .btn-or {
    position: relative;
    overflow: hidden;
  }

  /* Contour CTA animé bleu · blanc · rouge (réellement sur la bordure) */
  .btn-primary,
  .btn-or,
  .mobile-sticky-cta {
    border: 2px solid transparent;
    background: linear-gradient(
      var(--cta-fill),
      var(--cta-fill)
    ) padding-box,
    linear-gradient(90deg, var(--cassis), var(--creme), var(--framboise), var(--cassis))
      border-box;
    background-size:
      100% 100%,
      240% 100%;
    background-position:
      0 0,
      0% 50%;
    background-repeat: no-repeat;
    animation: ctaBorderFlow 2.8s linear infinite;
  }
  @keyframes ctaBorderFlow {
    0% {
      background-position:
        0 0,
        0% 50%;
    }
    100% {
      background-position:
        0 0,
        240% 50%;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .btn-primary,
    .btn-or,
    .mobile-sticky-cta {
      animation: none;
    }
  }

  /* ============================================================
     TOP NAV — Ecomflow style: thin, clean, centered nav
     ============================================================ */
  .nav {
    position: sticky; top: 0; z-index: 30;
    background: rgba(244,236,218,0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(26,15,8,0.08);
  }
  .nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; gap: 32px;
  }
  .mark {
    font-family: var(--font-sans); font-weight: 800;
    font-size: 17px; color: var(--espresso); letter-spacing: -0.02em;
    line-height: 1; display: inline-flex; align-items: center; gap: 6px;
  }
  .mark::after { content: ""; width: 7px; height: 7px; background: var(--terre); border-radius: 50%; display: inline-block; }
  nav.links { display: flex; gap: 32px; }
  nav.links a { font-size: 14px; font-weight: 500; color: var(--reglisse); }
  nav.links a:hover { color: var(--espresso); }
  @media (max-width: 880px) { nav.links { display: none; } }

  /* ============================================================
     HERO — centered, generous whitespace, Ecomflow-style
     ============================================================ */
  .hero { padding: 96px 0 120px 0; text-align: center; position: relative; overflow: hidden; }
  .hero::before {
    content: ""; position: absolute; inset: -20% -10%; z-index: 0;
    background:
      radial-gradient(ellipse 50% 40% at 30% 20%, rgba(184,90,46,0.18), transparent 60%),
      radial-gradient(ellipse 50% 40% at 75% 30%, rgba(196,43,43,0.10), transparent 60%),
      radial-gradient(ellipse 60% 40% at 50% 80%, rgba(31,47,107,0.10), transparent 60%);
    pointer-events: none;
    filter: blur(8px);
    animation: heroBlob 22s ease-in-out infinite alternate;
  }
  @keyframes heroBlob {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(-2%, 2%) scale(1.04); }
    100% { transform: translate(2%, -1%) scale(1.02); }
  }
  @media (prefers-reduced-motion: reduce) { .hero::before { animation: none; } }

  /* Pulsing kicker dot */
  .pill .dot { position: relative; }
  .pill .dot::after {
    content: ""; position: absolute; inset: -2px; border-radius: 50%;
    background: var(--terre); opacity: 0.5;
    animation: pulseDot 2.4s ease-out infinite;
  }
  @keyframes pulseDot {
    0%   { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(2.6); opacity: 0; }
  }

  /* CTA hover shine */
  .btn-primary::after, .btn-or::after {
    content: ""; position: absolute; top: 0; left: -120%;
    width: 60%; height: 100%;
    background: linear-gradient(110deg, transparent, rgba(255,255,255,0.28), transparent);
    transform: skewX(-20deg);
    transition: left 700ms cubic-bezier(0.22,0.61,0.36,1);
    pointer-events: none;
  }
  .btn-primary:hover::after, .btn-or:hover::after { left: 130%; }

  /* Mobile sticky bottom CTA bar */
  .mobile-sticky {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
    background: rgba(26,15,8,0.95);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    padding: 12px 16px 16px 16px;
    border-top: 1px solid rgba(244,236,218,0.10);
    box-shadow: 0 -8px 32px -8px rgba(0,0,0,0.3);
  }
  .mobile-sticky-cta {
    --cta-fill: var(--or);
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 16px 20px;
    color: var(--espresso);
    border-radius: 999px;
    font-family: var(--font-sans); font-weight: 700; font-size: 15px;
    letter-spacing: -0.005em; text-decoration: none;
    box-shadow: 0 4px 16px -4px rgba(200,154,74,0.5);
  }
  .mobile-sticky-mini {
    text-align: center; margin-top: 8px;
    font-family: var(--font-sans); font-weight: 500; font-size: 11px;
    color: var(--on-dark-3); letter-spacing: 0.04em;
    display: flex; align-items: center; justify-content: center; gap: 6px;
  }
  .mobile-sticky-mini .live {
    width: 6px; height: 6px; background: var(--pistache-bright); border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(91,122,46,0.3);
    animation: pulseLive 2s ease-out infinite;
  }
  @keyframes pulseLive {
    0% { box-shadow: 0 0 0 2px rgba(91,122,46,0.4); }
    100% { box-shadow: 0 0 0 8px rgba(91,122,46,0); }
  }
  @media (max-width: 720px) {
    .mobile-sticky { display: block; }
    body { padding-bottom: 96px; }
    /* Mobile readability */
    .hero { padding: 56px 0 72px 0; }
    .hero h1 { font-size: clamp(2.25rem, 9vw, 3rem); line-height: 0.94; letter-spacing: -0.04em; }
    .hero-sub { font-size: 15px; line-height: 1.5; }
    .hero-ticker { gap: 6px 14px; font-size: 11px; }
    section.module { padding: 72px 0; }
    .mod-head { margin-bottom: 40px; }
    .mod-head h2 { font-size: clamp(1.875rem, 7vw, 2.5rem); line-height: 1.05; }
    .container { padding: 0 20px; }
    .pill { font-size: 11px; padding: 6px 12px; }
    .compare-row { grid-template-columns: 1fr; gap: 0; }
    .compare-row > div { padding: 14px 18px; }
    .compare-row.head .col-them, .compare-row.head > div:first-child { display: none; }
    .col-label { font-size: 13px; padding-bottom: 4px; padding-top: 18px; }
    .col-us, .col-them { font-size: 13px; }
    .showcase, .sidecard { padding: 32px 24px; gap: 24px; }
    .showcase-list { gap: 14px 18px; font-size: 12px; }
    .topnav, .topnav-inner { padding: 12px 0; }
    .nav nav.links { display: none; }
    .nav .btn { padding: 10px 16px; font-size: 12px; }
    .testi { min-height: auto; padding: 28px 24px; }
    .stats, .testi-grid, .onboard, .partners-grid { gap: 8px; }
    .stat { padding: 32px 24px; }
    .stat .v { font-size: clamp(2.5rem, 14vw, 3.5rem); }
    .old-new > div { min-height: auto; padding: 32px 24px; }
    .onboard-step { min-height: auto; padding: 24px 20px; }
    .result-callout { padding: 20px 24px; }
    .result-callout-stats { gap: 24px; }
    .final { padding: 96px 0; }
  }
  .hero-ticker {
    margin-top: 40px;
    display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px 24px;
    font-family: var(--font-sans); font-weight: 500; font-size: 12px;
    color: var(--grege); letter-spacing: 0.02em;
  }
  .hero-ticker .tk-dot { width: 4px; height: 4px; background: var(--terre); border-radius: 50%; }
  .hero-ticker .tk-item { display: inline-flex; align-items: center; gap: 8px; }
  .hero > .container { position: relative; z-index: 1; }
  .hero .pill { margin: 0 auto 32px auto; }
  .hero h1 {
    font-family: var(--font-sans); font-weight: 800;
    font-size: clamp(2.75rem, 7.5vw, 6.5rem); line-height: 0.92; letter-spacing: -0.055em;
    color: var(--espresso); margin: 0 auto 28px auto; max-width: 1100px; text-wrap: balance;
  }

  /* Card hover lifts — modern, subtle */
  .kpi, .pipeline-node, .timeline-step, .stat, .testi, .onboard-step, .partner, .faq {
    transition: transform 280ms cubic-bezier(0.22,0.61,0.36,1), box-shadow 280ms, border-color 280ms;
  }
  .pipeline-node:hover, .timeline-step:hover, .stat:hover, .onboard-step:hover, .partner:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px -16px rgba(26,15,8,0.18);
  }
  .testi.b1:hover { transform: translateY(-3px); box-shadow: 0 12px 32px -16px rgba(26,15,8,0.18); }

  /* Marquee logo strip */
  .marquee { overflow: hidden; padding: 24px 0; mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); }
  .marquee-track { display: flex; gap: 64px; animation: marquee 36s linear infinite; width: max-content; }
  /* Image placeholder slots — user drops their image into the slot */
  .image-placeholder {
    width: 100%; height: 100%; min-height: 300px;
    background: repeating-linear-gradient(45deg, rgba(244,236,218,0.04), rgba(244,236,218,0.04) 12px, rgba(244,236,218,0.08) 12px, rgba(244,236,218,0.08) 24px);
    border: 1.5px dashed rgba(244,236,218,0.30);
    border-radius: 16px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
    color: rgba(244,236,218,0.65);
    text-align: center; padding: 24px;
  }
  .image-placeholder.light {
    background: repeating-linear-gradient(45deg, rgba(26,15,8,0.03), rgba(26,15,8,0.03) 12px, rgba(26,15,8,0.05) 12px, rgba(26,15,8,0.05) 24px);
    border-color: rgba(26,15,8,0.22);
    color: rgba(26,15,8,0.55);
  }
  .image-placeholder .ip-icon {
    width: 48px; height: 48px; border-radius: 50%;
    background: rgba(244,236,218,0.10);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-sans); font-weight: 800; font-size: 22px;
  }
  .image-placeholder.light .ip-icon { background: rgba(26,15,8,0.06); }
  .image-placeholder .ip-label {
    font-family: var(--font-sans); font-weight: 700; font-size: 11px;
    letter-spacing: 0.20em; text-transform: uppercase;
  }
  .image-placeholder .ip-hint {
    font-family: var(--font-sans); font-weight: 500; font-size: 12px;
    opacity: 0.75; max-width: 260px; line-height: 1.4;
  }

  /* Logo placeholder slots — replace each .logo-slot with <img src="..."> */
  .logo-slot {
    display: inline-flex; align-items: center; justify-content: center;
    height: auto; min-width: 0;
    padding: 0 28px;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: var(--font-sans); font-weight: 600; font-size: 11px;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--grege); white-space: nowrap; flex-shrink: 0;
    transition: opacity 200ms;
  }
  .logo-slot:hover { color: var(--espresso); border-color: var(--moka); background: rgba(26,15,8,0.06); }
  .marquee-item::after { content: "·"; margin-left: 64px; opacity: 0.4; }
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* Result callout — Ecomflow's "10x faster" energy */
  .result-callout {
    margin-top: 56px;
    display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
    padding: 32px 40px;
    background: var(--espresso); color: var(--creme);
    border-radius: 24px;
  }
  @media (max-width: 720px) { .result-callout { grid-template-columns: 1fr; gap: 16px; padding: 28px; } }
  .result-callout .label {
    font-family: var(--font-sans); font-weight: 700; font-size: 11px;
    letter-spacing: 0.20em; color: var(--or-bright); text-transform: uppercase;
  }
  .result-callout .v {
    font-family: var(--font-sans); font-weight: 800;
    font-size: clamp(1.875rem, 3.5vw, 2.75rem); line-height: 1.05; letter-spacing: -0.04em;
    color: var(--creme); margin-top: 4px;
  }
  .result-callout .v .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--or-bright); }
  .result-callout-stats { display: flex; gap: 48px; }
  .result-callout-stats .s {
    font-family: var(--font-sans); font-weight: 800; font-size: 28px; line-height: 1; letter-spacing: -0.03em;
    color: var(--or-bright); white-space: nowrap;
  }
  .result-callout-stats .s small { display: block; font-weight: 500; font-size: 11px; color: var(--on-dark-2); letter-spacing: 0.08em; margin-top: 6px; text-transform: uppercase; }

  /* Stat hover */
  .stat .v { transition: transform 400ms, color 400ms; }
  .stat:hover .v { transform: scale(1.05); color: var(--espresso); }
  .hero h1 .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--terre); }
  .hero h1 .accent { color: var(--terre); }
  .hero-sub {
    font-family: var(--font-sans); font-weight: 500;
    font-size: clamp(1.0625rem, 1.5vw, 1.25rem); line-height: 1.55; color: var(--moka);
    max-width: 620px; margin: 0 auto 40px auto;
  }
  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; justify-content: center; }
  .hero-mini {
    margin-top: 24px;
    font-family: var(--font-sans); font-weight: 500; font-size: 13px; color: var(--grege);
  }

  /* ============================================================
     LOGO STRIP
     ============================================================ */
  .logo-strip {
    padding: 56px 0 24px 0;
    border-top: 1px solid rgba(26,15,8,0.10);
  }
  .logo-strip h3 {
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    color: var(--grege); margin: 0 0 24px 0; text-align: center;
    letter-spacing: -0.005em;
  }
  .logo-strip h3 strong { color: var(--espresso); font-weight: 700; }
  .logo-row {
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    gap: 24px 56px;
  }
  .logo-row span {
    font-family: var(--font-serif); font-style: italic; font-weight: 400;
    font-size: 20px; color: var(--grege-pale);
    transition: color 200ms;
  }
  .logo-row span:hover { color: var(--moka); }

  /* ============================================================
     KPI BAND — Ecomflow's "1-3 Days" "Better Cashflow" "3-10 Days" "100+ Markets"
     ============================================================ */
  .kpi-band { padding: 88px 0 120px 0; }
  .kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(26,15,8,0.12); }
  @media (max-width: 880px) { .kpi-grid { grid-template-columns: 1fr 1fr; } }
  .kpi {
    padding: 56px 40px;
    border-right: 1px solid rgba(26,15,8,0.12);
    display: flex; flex-direction: column; gap: 20px;
    min-height: 180px;
  }
  @media (max-width: 720px) {
    .kpi { padding: 40px 24px; min-height: 140px; gap: 16px; }
  }
  .kpi:last-child { border-right: 0; }
  @media (max-width: 880px) {
    .kpi:nth-child(2n) { border-right: 0; }
    .kpi:nth-child(1), .kpi:nth-child(2) { border-bottom: 1px solid rgba(26,15,8,0.12); }
  }
  .kpi-v {
    font-family: var(--font-sans); font-weight: 800;
    font-size: clamp(3.5rem, 6vw, 5.5rem); line-height: 1; letter-spacing: -0.04em;
    color: var(--espresso);
  }
  .kpi-v .u {
    display: inline-block;
    font-weight: 500;
    font-size: 0.32em;
    color: var(--moka);
    margin-left: 8px;
    letter-spacing: 0;
  }
  .kpi-v .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--terre); }
  .kpi-l {
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    color: var(--moka); letter-spacing: -0.005em; line-height: 1.4;
  }

  /* ============================================================
     SECTION SHELL — generous padding, centered
     ============================================================ */
  section.module { padding: 140px 0; }
  @media (max-width: 720px) { section.module { padding: 96px 0; } }
  section.module-dark { background: var(--espresso); color: var(--creme); }
  section.module-deep { background: var(--creme-deep); }
  #demarrer,
  #faq { padding: 92px 0; }
  #demarrer .mod-head,
  #faq .mod-head { margin-bottom: 48px; }
  @media (max-width: 720px) {
    #demarrer,
    #faq { padding: 64px 0; }
    #demarrer .mod-head,
    #faq .mod-head { margin-bottom: 32px; }
  }

  .mod-head { max-width: 760px; margin: 0 auto 72px auto; text-align: center; }
  .mod-head .pill { margin-bottom: 24px; }
  .mod-head h2 {
    font-family: var(--font-sans); font-weight: 800;
    font-size: clamp(2.25rem, 4.5vw, 3.5rem); line-height: 1.0; letter-spacing: -0.04em;
    color: var(--espresso); margin: 0 0 20px 0; text-wrap: balance;
  }
  .module-dark .mod-head h2 { color: var(--creme); }
  .mod-head h2 .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--terre); }
  .module-dark .mod-head h2 .it { color: var(--or-bright); }
  .mod-head .lead {
    font-family: var(--font-sans); font-weight: 500;
    font-size: 17px; line-height: 1.55; color: var(--moka); margin: 0;
  }
  .module-dark .mod-head .lead { color: var(--on-dark-2); }

  /* ============================================================
     SECTION: Pipeline diagram — atelier → palette → comptoir → vente
     "Worldwide, Seamless & Fast" equivalent
     ============================================================ */
  .pipeline {
    background: var(--ivoire);
    padding: 56px;
    border-radius: 24px;
    border: 1px solid rgba(26,15,8,0.10);
  }
  @media (max-width: 720px) { .pipeline { padding: 32px 20px; } }
  .pipeline-grid {
    display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 0; align-items: center;
  }
  @media (max-width: 980px) { .pipeline-grid { grid-template-columns: 1fr; gap: 16px; } }
  .pipeline-node {
    background: var(--creme); border-radius: 16px;
    padding: 28px 20px; text-align: center;
    border: 1px solid rgba(26,15,8,0.10);
  }
  .pipeline-node .icon {
    width: 56px; height: 56px;
    background: var(--espresso); border-radius: 14px;
    margin: 0 auto 16px auto;
    display: flex; align-items: center; justify-content: center;
    color: var(--or-bright);
    font-family: var(--font-sans); font-weight: 800; font-size: 20px;
  }
  .pipeline-node h4 {
    font-family: var(--font-sans); font-weight: 700; font-size: 16px;
    color: var(--espresso); margin: 0 0 4px 0; letter-spacing: -0.02em;
  }
  .pipeline-node p {
    font-family: var(--font-sans); font-weight: 500; font-size: 12px;
    color: var(--moka); margin: 0; line-height: 1.4;
  }
  .pipeline-arrow {
    width: 32px; text-align: center;
    font-family: var(--font-sans); font-weight: 300; font-size: 24px;
    color: var(--grege);
  }
  @media (max-width: 980px) { .pipeline-arrow { transform: rotate(90deg); } }

  /* ============================================================
     SECTION: Comparator — "Old way vs Bar à Croissants" (NO PRICES)
     ============================================================ */
  .compare-table {
    background: var(--ivoire); border-radius: 24px; overflow: hidden;
    border: 1px solid rgba(26,15,8,0.10);
  }
  .compare-row {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr;
    align-items: center;
    border-top: 1px solid rgba(26,15,8,0.10);
  }
  .compare-row:first-child { border-top: 0; }
  .compare-row > div { padding: 22px 28px; }
  .compare-row.head > div {
    font-family: var(--font-sans); font-weight: 700; font-size: 13px;
    color: var(--moka); letter-spacing: 0.06em; text-transform: uppercase;
    padding: 18px 28px;
  }
  .compare-row.head .col-us {
    background: var(--espresso); color: var(--creme);
    border-top-left-radius: 0; border-top-right-radius: 0;
  }
  .compare-row.head .col-them { color: var(--grege); }
  .col-label {
    font-family: var(--font-sans); font-weight: 700; font-size: 15px;
    color: var(--espresso); letter-spacing: -0.015em;
  }
  .col-us {
    background: rgba(26,15,8,0.97); color: var(--creme);
    font-family: var(--font-sans); font-weight: 600; font-size: 15px;
    letter-spacing: -0.005em;
  }
  .col-us .em { color: var(--or-bright); font-weight: 700; }
  .col-them {
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    color: var(--moka); line-height: 1.45;
  }
  .col-them .x { color: var(--framboise); font-weight: 600; margin-right: 4px; }
  .col-us .v { color: var(--or-bright); font-weight: 700; margin-right: 4px; }

  /* Responsive comparator:
     - <=1024px: feature label on top, then 2 value columns
     - <=640px: full stacked cards (one value under the other) */
  @media (max-width: 1024px) {
    .compare-table { border-radius: 18px; }
    .compare-row {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: stretch;
    }
    .compare-row.head { display: none; }
    .compare-row > div {
      padding: 14px 16px;
      min-width: 0;
      overflow-wrap: anywhere;
    }
    .col-label {
      grid-column: 1 / -1;
      padding: 16px;
      font-size: 14px;
      background: var(--ivoire);
    }
    .col-us,
    .col-them {
      font-size: 13px;
      line-height: 1.5;
    }
    .col-us::before,
    .col-them::before {
      display: block;
      margin-bottom: 8px;
      font-family: var(--font-sans);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .col-us::before {
      content: "Bar à Croissants";
      color: var(--or-bright);
    }
    .col-them::before {
      content: "Systèmes à pompe";
      color: var(--grege);
    }
  }

  @media (max-width: 640px) {
    .compare-row { grid-template-columns: 1fr; }
    .col-label { padding-bottom: 10px; }
    .col-us { border-bottom: 1px solid rgba(244,236,218,0.16); }
  }

  /* ============================================================
     SECTION: Product showcase — injector close-up + 4 benefits
     "Say goodbye to clumsy excel sheets" equivalent
     ============================================================ */
  .showcase {
    background: var(--espresso); color: var(--creme);
    border-radius: 24px;
    padding: 64px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
    align-items: center;
  }
  @media (max-width: 980px) { .showcase { grid-template-columns: 1fr; padding: 40px; } }
  .showcase-fig {
    aspect-ratio: 4/5;
    border-radius: 16px; overflow: hidden;
    background: var(--cassis);
  }
  .showcase-fig img { width: 100%; height: 100%; object-fit: cover; }
  .showcase-text h3 {
    font-family: var(--font-sans); font-weight: 800;
    font-size: clamp(1.875rem, 3vw, 2.5rem); line-height: 1.05; letter-spacing: -0.035em;
    color: var(--creme); margin: 0 0 16px 0;
  }
  .showcase-text h3 .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--or-bright); }
  .showcase-text > p {
    font-family: var(--font-sans); font-weight: 500;
    font-size: 16px; line-height: 1.55; color: var(--on-dark-2);
    margin: 0 0 32px 0;
  }
  .showcase-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 32px; }
  @media (max-width: 540px) { .showcase-list { grid-template-columns: 1fr; } }
  .showcase-list li {
    font-family: var(--font-sans); font-weight: 500; font-size: 13px;
    color: var(--on-dark-2); line-height: 1.45;
  }
  .showcase-list strong {
    display: block;
    font-family: var(--font-sans); font-weight: 700; font-size: 15px;
    color: var(--creme); margin-bottom: 4px; letter-spacing: -0.015em;
  }

  /* ============================================================
     SECTION: Timeline — 4 steps from order to first croissant
     "Real-Time Fulfillment Visibility" equivalent
     ============================================================ */
  .timeline {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px;
  }
  @media (max-width: 880px) { .timeline { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .timeline { grid-template-columns: 1fr; } }
  .timeline-step {
    background: var(--ivoire); padding: 32px 24px;
    border-radius: 16px;
    border: 1px solid rgba(26,15,8,0.10);
    display: flex; flex-direction: column; gap: 16px;
  }
  .timeline-step .day {
    display: inline-block; padding: 4px 10px;
    background: var(--terre); color: var(--creme);
    border-radius: 999px;
    font-family: var(--font-sans); font-weight: 700; font-size: 11px;
    letter-spacing: 0.04em; align-self: flex-start;
  }
  .timeline-step h4 {
    font-family: var(--font-sans); font-weight: 700; font-size: 18px;
    color: var(--espresso); margin: 0; letter-spacing: -0.025em;
  }
  .timeline-step p {
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    color: var(--moka); margin: 0; line-height: 1.5;
  }
  .timeline-step .photo {
    aspect-ratio: 4/3; background: var(--cassis); border-radius: 8px; overflow: hidden;
  }
  .timeline-step .photo img { width: 100%; height: 100%; object-fit: cover; }

  /* ============================================================
     SECTION: Big numbers — "Proven Results"
     ============================================================ */
  .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
  @media (max-width: 880px) { .stats { grid-template-columns: 1fr 1fr; } }
  .stat {
    padding: 48px 32px;
    border-radius: 16px;
    background: var(--ivoire);
    border: 1px solid rgba(26,15,8,0.10);
  }
  .stat .v {
    font-family: var(--font-sans); font-weight: 800;
    font-size: clamp(3rem, 5vw, 4.5rem); line-height: 0.9; letter-spacing: -0.05em;
    color: var(--terre); margin-bottom: 12px;
  }
  .stat .l {
    font-family: var(--font-sans); font-weight: 600; font-size: 13px;
    color: var(--moka); letter-spacing: -0.005em;
  }

  /* ============================================================
     TESTIMONIALS — Ecomflow's quote carousel block
     ============================================================ */
  .testi-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 8px; }
  @media (max-width: 880px) { .testi-grid { grid-template-columns: 1fr; } }
  .testi {
    padding: 36px;
    border-radius: 24px;
    display: flex; flex-direction: column; gap: 24px;
    min-height: 360px;
  }
  .testi.feat { background: var(--cassis); color: var(--creme); }
  .testi.b1 { background: var(--ivoire); color: var(--espresso); border: 1px solid rgba(26,15,8,0.10); }
  .testi.b2 { background: var(--terre); color: var(--creme); }
  .testi h4 {
    font-family: var(--font-sans); font-weight: 800;
    font-size: 22px; line-height: 1.15; letter-spacing: -0.025em;
    margin: 0;
  }
  .testi h4 .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; }
  .testi.feat h4 .it { color: var(--or-bright); }
  .testi.b1 h4 .it { color: var(--terre); }
  .testi p {
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    line-height: 1.55; margin: 0; flex: 1;
  }
  .testi.feat p { color: var(--on-dark-2); }
  .testi.b1 p { color: var(--moka); }
  .testi.b2 p { color: var(--on-dark); }
  .testi-by {
    padding-top: 20px; border-top: 1px solid currentColor;
    border-top-color: rgba(255,255,255,0.18);
    display: flex; justify-content: space-between; align-items: center;
  }
  .testi.b1 .testi-by { border-top-color: rgba(26,15,8,0.12); }
  .testi-by .name {
    font-family: var(--font-sans); font-weight: 700; font-size: 14px;
    letter-spacing: -0.005em;
  }
  .testi-by .place {
    font-family: var(--font-sans); font-weight: 500; font-size: 11px;
    letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7;
    margin-top: 2px;
  }
  .testi-tag {
    font-family: var(--font-sans); font-weight: 700; font-size: 11px;
    letter-spacing: 0.16em; text-transform: uppercase;
  }
  .feat .testi-tag, .b2 .testi-tag { color: var(--or-bright); }
  .b1 .testi-tag { color: var(--terre); }
  .testi-map-wrap {
    margin-top: 18px;
    background: var(--ivoire);
    border: 1px solid rgba(26,15,8,0.10);
    border-radius: 24px;
    overflow: hidden;
  }
  .testi-map-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(26,15,8,0.10);
    background: var(--creme);
  }
  .testi-map-head p {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 13px;
    color: var(--moka);
    letter-spacing: -0.005em;
  }
  .testi-map-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 6px 12px;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: var(--espresso);
    color: var(--or-bright);
    white-space: nowrap;
  }
  .testi-map-frame {
    display: block;
    width: 100%;
    height: 520px;
    border: 0;
    background: var(--creme);
  }
  @media (max-width: 880px) {
    .testi-map-head {
      flex-direction: column;
      align-items: flex-start;
      padding: 14px 16px;
    }
    .testi-map-frame { height: 460px; }
  }

  /* ============================================================
     SECTION: "Old way vs new way" — broken model
     ============================================================ */
  .old-new {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  }
  @media (max-width: 880px) { .old-new { grid-template-columns: 1fr; } }
  .old-new > div {
    padding: 48px;
    border-radius: 24px;
    display: flex; flex-direction: column; gap: 18px;
    min-height: 480px;
  }
  .old-way { background: var(--creme-deep); color: var(--reglisse); border: 1px solid rgba(26,15,8,0.10); }
  .new-way { background: var(--espresso); color: var(--creme); }
  .old-new .way-stamp {
    font-family: var(--font-sans); font-weight: 700; font-size: 12px;
    letter-spacing: 0.20em; text-transform: uppercase; align-self: flex-start;
    padding: 6px 14px; border-radius: 999px;
  }
  .old-way .way-stamp { background: var(--grege); color: var(--creme); }
  .new-way .way-stamp { background: var(--or); color: var(--espresso); }
  .old-new h3 {
    font-family: var(--font-sans); font-weight: 800;
    font-size: 30px; line-height: 1.05; letter-spacing: -0.035em;
    margin: 0;
  }
  .old-way h3 { color: var(--espresso); }
  .new-way h3 { color: var(--creme); background: transparent; text-shadow: 0 1px 0 rgba(0,0,0,0.35); }
  .new-way h3 .plain { color: #F6ECD9; }
  .new-way h3 .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--or-bright); }
  .old-new ul { list-style: none; padding: 0; margin: 16px 0 0 0; display: flex; flex-direction: column; gap: 14px; }
  .old-new li {
    font-family: var(--font-sans); font-weight: 500; font-size: 15px;
    display: flex; gap: 12px; align-items: flex-start;
    padding-top: 14px; border-top: 1px solid;
  }
  .old-way li { color: var(--moka); border-top-color: rgba(26,15,8,0.12); }
  .old-way li::before { content: "✕"; color: var(--grege); font-weight: 700; }
  .new-way li { color: var(--on-dark); border-top-color: rgba(244,236,218,0.18); }
  .new-way li::before { content: "✓"; color: var(--or-bright); font-weight: 700; }
  .old-new strong { display: block; color: inherit; font-weight: 700; font-size: 14px; margin-bottom: 2px; letter-spacing: -0.005em; }
  .old-way strong { color: var(--espresso); }
  .new-way strong { color: var(--creme); }

  /* ============================================================
     SECTION: 4-step onboarding
     ============================================================ */
  .onboard { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
  @media (max-width: 880px) { .onboard { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .onboard { grid-template-columns: 1fr; } }
  .onboard-step {
    background: var(--ivoire); padding: 32px 24px;
    border-radius: 16px;
    border: 1px solid rgba(26,15,8,0.10);
    display: flex; flex-direction: column; gap: 14px; min-height: 280px;
  }
  .onboard-step .nstep {
    font-family: var(--font-sans); font-weight: 700; font-size: 12px;
    color: var(--terre); letter-spacing: 0.08em; text-transform: uppercase;
  }
  .onboard-step h4 {
    font-family: var(--font-sans); font-weight: 700; font-size: 22px;
    line-height: 1.1; letter-spacing: -0.025em; margin: 0;
    color: var(--espresso);
  }
  .onboard-step h4 .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--terre); }
  .onboard-step p {
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    line-height: 1.5; color: var(--moka); margin: 0;
  }
  .onboard-step ul {
    list-style: none; padding: 0; margin: auto 0 0 0;
    display: flex; flex-direction: column; gap: 6px;
  }
  .onboard-step li {
    font-family: var(--font-sans); font-weight: 500; font-size: 12px;
    color: var(--reglisse);
    padding-left: 14px; position: relative;
  }
  .onboard-step li::before {
    content: ""; position: absolute; left: 0; top: 7px;
    width: 5px; height: 5px; background: var(--or); border-radius: 50%;
  }
  .onboard-foot {
    margin-top: 40px; text-align: center;
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    color: var(--moka);
  }
  .onboard-foot strong {
    font-family: var(--font-sans); font-weight: 800; font-size: 16px; color: var(--espresso); letter-spacing: -0.015em;
  }

  /* ============================================================
     PARTNERS section
     ============================================================ */
  .partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
  @media (max-width: 880px) { .partners-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .partners-grid { grid-template-columns: 1fr; } }
  .partner {
    background: var(--ivoire); border-radius: 16px;
    padding: 28px;
    display: flex; flex-direction: column; gap: 14px;
    border: 1px solid rgba(26,15,8,0.10);
  }
  .partner .logo {
    height: 32px;
    font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 22px;
    color: var(--espresso); letter-spacing: -0.01em;
  }
  .partner p {
    font-family: var(--font-sans); font-weight: 500; font-size: 13px;
    line-height: 1.5; color: var(--moka); margin: 0;
  }
  .partner .badge {
    margin-top: auto;
    font-family: var(--font-sans); font-weight: 700; font-size: 11px;
    color: var(--terre); letter-spacing: 0.04em;
    display: inline-flex; align-items: center; gap: 6px;
  }
  .partner .badge::before {
    content: ""; width: 6px; height: 6px; background: var(--terre); border-radius: 50%;
  }

  /* ============================================================
     FAQ
     ============================================================ */
  .faq-list { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; }
  .faq {
    border-top: 1px solid rgba(26,15,8,0.12);
  }
  .faq:last-child { border-bottom: 1px solid rgba(26,15,8,0.12); }
  .faq-q {
    width: 100%; padding: 24px 0; background: transparent; border: 0;
    display: flex; justify-content: space-between; align-items: center; gap: 24px;
    text-align: left; cursor: pointer;
  }
  .faq-q-text {
    font-family: var(--font-sans); font-weight: 700; font-size: 17px;
    color: var(--espresso); letter-spacing: -0.02em; line-height: 1.3;
  }
  .faq-icon {
    width: 28px; height: 28px; flex-shrink: 0;
    background: var(--creme-deep); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: background 160ms;
  }
  .faq-icon::before, .faq-icon::after {
    content: ""; position: absolute; background: var(--espresso);
    transition: transform 220ms;
  }
  .faq-icon { position: relative; }
  .faq-icon::before { width: 12px; height: 1.5px; }
  .faq-icon::after { width: 1.5px; height: 12px; }
  .faq.open .faq-icon::after { transform: scaleY(0); }
  .faq.open .faq-icon { background: var(--or); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 320ms cubic-bezier(0.22,0.61,0.36,1); }
  .faq.open .faq-a { max-height: 480px; }
  .faq-a-inner {
    padding: 0 0 28px 0;
    font-family: var(--font-sans); font-weight: 500; font-size: 15px;
    line-height: 1.65; color: var(--moka); max-width: 760px;
  }

  /* ============================================================
     SIDE PRODUCT — "Postflows" equivalent → "Conseils de Louis"
     ============================================================ */
  .sidecard {
    background: var(--cassis); color: var(--creme);
    border-radius: 24px;
    padding: 64px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
    align-items: center;
  }
  @media (max-width: 880px) { .sidecard { grid-template-columns: 1fr; padding: 40px; } }
  .sidecard-fig {
    aspect-ratio: 1;
    border-radius: 16px; overflow: hidden;
    background: var(--cassis-deep);
  }
  .sidecard-fig img { width: 100%; height: 100%; object-fit: cover; }
  .sidecard .pill { background: rgba(244,236,218,0.10); color: var(--or-bright); }
  .sidecard .pill .dot { background: var(--or-bright); }
  .sidecard h3 {
    font-family: var(--font-sans); font-weight: 800;
    font-size: clamp(1.875rem, 3vw, 2.5rem); line-height: 1.05; letter-spacing: -0.035em;
    color: var(--creme); margin: 16px 0;
  }
  .sidecard h3 .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--or-bright); }
  .sidecard > div > p {
    font-family: var(--font-sans); font-weight: 500; font-size: 16px;
    line-height: 1.55; color: var(--on-dark-2); margin: 0 0 24px 0;
  }
  .sidecard ul { list-style: none; padding: 0; margin: 0 0 24px 0; display: flex; flex-direction: column; gap: 14px; }
  .sidecard li {
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    color: var(--on-dark-2); line-height: 1.45;
    padding-top: 14px; border-top: 1px solid rgba(244,236,218,0.18);
  }
  .sidecard li strong {
    display: block;
    font-family: var(--font-sans); font-weight: 700; font-size: 15px;
    color: var(--creme); margin-bottom: 4px;
  }

  /* ============================================================
     INLINE CTA — reusable section CTA
     ============================================================ */
  .inline-cta {
    margin-top: 64px; text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
  }
  .inline-cta-mini {
    font-family: var(--font-sans); font-weight: 500; font-size: 13px; color: var(--grege);
  }
  .module-dark .inline-cta-mini { color: var(--on-dark-3); }

  /* ============================================================
     SCROLL FADE-IN
     ============================================================ */
  .fade-up { opacity: 0; transform: translateY(24px); transition: opacity 800ms cubic-bezier(0.22,0.61,0.36,1), transform 800ms cubic-bezier(0.22,0.61,0.36,1); }
  .fade-up.in { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) { .fade-up { opacity: 1; transform: none; transition: none; } }

  /* ============================================================
     FINAL CTA
     ============================================================ */
  .final {
    background: var(--espresso); color: var(--creme);
    padding: 160px 0;
    text-align: center;
    position: relative; overflow: hidden;
  }
  .final::before {
    content: ""; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 50% 50%, rgba(200,154,74,0.15), transparent 60%);
    pointer-events: none;
  }
  .final h2 {
    position: relative;
    font-family: var(--font-sans); font-weight: 800;
    font-size: clamp(2.75rem, 6vw, 5rem); line-height: 0.98; letter-spacing: -0.045em;
    color: var(--creme); margin: 0 0 24px 0; max-width: 800px; margin-left: auto; margin-right: auto; text-wrap: balance;
  }
  .final h2 .it { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--or-bright); }
  .final p {
    position: relative;
    font-family: var(--font-sans); font-weight: 500;
    font-size: 17px; line-height: 1.55; color: var(--on-dark-2); margin: 0 auto 40px auto; max-width: 560px;
  }
  .final-cta { position: relative; display: inline-flex; }

  /* ============================================================
     FOOTER
     ============================================================ */
  footer {
    padding: 64px 0 32px 0;
    background: var(--noir-grille); color: var(--on-dark-2);
  }
  footer .container { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
  @media (max-width: 720px) { footer .container { grid-template-columns: 1fr 1fr; gap: 32px; } }
  footer .mark::after { background: var(--or-bright); }
  footer .mark { color: var(--creme); }
  footer h5 {
    font-family: var(--font-sans); font-weight: 700; font-size: 11px;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--or-bright);
    margin: 0 0 16px 0;
  }
  footer a, footer p {
    font-family: var(--font-sans); font-weight: 500; font-size: 14px;
    color: var(--on-dark-2); line-height: 1.85; display: block;
  }
  footer a:hover { color: var(--or-bright); }
  footer .legal {
    grid-column: 1 / -1; padding-top: 40px; margin-top: 16px;
    border-top: 1px solid rgba(244,236,218,0.10);
    display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
    font-family: var(--font-sans); font-weight: 500; font-size: 12px;
    color: var(--on-dark-3); letter-spacing: 0.04em;
  }
  footer .legal .legal-links {
    display: inline-flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
  }
  @media (max-width: 860px) {
    footer .legal .legal-links {
      white-space: normal;
    }
  }

  /* ============================================================
     HERO BACKGROUND VIDEO — overlay crème pour lisibilité
     ============================================================ */
  /* La video est en absolute, plein hero, derriere tout. Le radial-gradient
     existant (.hero::before) reste mais sera masque par la video. On le
     garde au cas ou la video echoue a charger sur certains navigateurs. */
  .hero-bg-video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }
  /* Overlay creme — degrade 85% en haut a 92% en bas pour garantir la
     lisibilite du titre noir tout en laissant deviner le mouvement video
     en filigrane. Couleur exacte des tokens : --creme #F4ECDA. */
  .hero-bg-overlay {
    position: absolute; inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(244,236,218,0.85) 0%, rgba(244,236,218,0.92) 100%);
    pointer-events: none;
  }
  /* Le radial-gradient bloby derriere doit passer en dessous de la video. */
  .hero::before { z-index: -1; }
  /* Le contenu du hero (texte, CTA) doit etre au-dessus de l'overlay. */
  .hero .hero-content { position: relative; z-index: 2; }
  /* Sur mobile, on garde la meme strategie (video + overlay). */
  @media (max-width: 720px) {
    .hero-bg-overlay {
      background: linear-gradient(180deg, rgba(244,236,218,0.88) 0%, rgba(244,236,218,0.94) 100%);
    }
  }
  /* Accessibilite : si l'utilisateur a active "prefers-reduced-motion",
     on coupe la lecture de la video (l'image poster reste). */
  @media (prefers-reduced-motion: reduce) {
    .hero-bg-video { display: none; }
    .hero {
      background-image: url('/hero-poster.webp');
      background-size: cover; background-position: center;
    }
  }

  /* ============================================================
     NAV LOGO IMAGE — remplace le wordmark texte par l'image officielle
     ============================================================ */
  .mark { display: inline-flex; align-items: center; }
  .mark-logo {
    display: block;
    height: 36px; width: auto;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
  }
  @media (max-width: 720px) {
    .mark-logo { height: 28px; }
  }

  /* ============================================================
     SECTIONS DARK COMMUNES (carousel, products, fillings, finitions)
     Palette : noir #000 / card #1A1614 / or --or-bright / texte --on-dark
     ============================================================ */
  section.module-dark { background: #000; color: var(--on-dark); padding: 96px 0; }
  section.module-dark .mod-head { color: var(--on-dark); }
  section.module-dark .lead-dark { color: var(--on-dark-2); font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 1.125rem; line-height: 1.5; max-width: 640px; }
  section.module-dark .mod-head-center { text-align: center; margin-left: auto; margin-right: auto; align-items: center; }
  section.module-dark .mod-head-center .lead-dark { margin-left: auto; margin-right: auto; }
  .display-dark {
    font-family: var(--font-display); font-weight: 400;
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    line-height: 1.02; letter-spacing: -0.025em;
    margin: 0; color: var(--on-dark); text-wrap: balance;
  }
  .it-gold { font-style: italic; font-weight: 700; color: var(--or-bright); }
  .eyebrow-gold {
    display: inline-block;
    font-family: var(--font-sans); font-size: 11px; font-weight: 700;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--or-bright);
    margin-bottom: 16px;
  }

  /* ============================================================
     SECTION CAROUSEL — videos verticales TikTok-style
     ============================================================ */
  .carousel-section {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .carousel-section .mod-head { margin-bottom: 40px; }
  .carousel-track-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 24px 56px 16px 56px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    contain: paint;
  }
  .carousel-track-wrap::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .carousel-track {
    display: flex;
    gap: 12px;
    width: max-content;
    transform: translateZ(0);
    will-change: transform;
  }
  .carousel-video {
    flex-shrink: 0;
    width: 248px; height: 440px;
    object-fit: cover;
    border-radius: 12px;
    background: #1A1614;
    scroll-snap-align: start;
    transition: transform 240ms var(--ease-paper, ease);
    will-change: transform, opacity;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    contain: paint;
  }
  .carousel-video:hover { transform: translate3d(0, -4px, 0); }
  @media (max-width: 720px) {
    .carousel-section {
      padding-top: 52px;
      padding-bottom: 28px;
    }
    .carousel-section .mod-head { margin-bottom: 24px; }
    .carousel-track-wrap { padding: 16px 20px; }
    .carousel-video { width: 200px; height: 340px; }
  }

  /* ============================================================
     SECTION PRODUITS — grille ronde des 12 viennoiseries
     ============================================================ */
  .products-section { padding-top: 96px; }
  .products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 56px;
  }
  @media (min-width: 640px) { .products-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
  @media (min-width: 880px) { .products-grid { grid-template-columns: repeat(4, 1fr); gap: 32px; } }
  @media (min-width: 1200px) { .products-grid { grid-template-columns: repeat(6, 1fr); gap: 28px; } }
  .product-tile {
    margin: 0;
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
    transition: transform 220ms var(--ease-paper, ease);
  }
  .product-tile img {
    width: 100%; aspect-ratio: 1/1; border-radius: 50%;
    background: #FFFFFF;
    object-fit: cover;
    border: 1.5px solid rgba(229,184,99,0.15);
    transition: border-color 220ms, box-shadow 220ms, transform 220ms;
  }
  .product-tile:hover { transform: translateY(-4px); }
  .product-tile:hover img {
    border-color: rgba(229,184,99,0.55);
    box-shadow: 0 0 32px -8px rgba(229,184,99,0.45);
    transform: scale(1.04);
  }
  .product-tile figcaption {
    margin-top: 14px;
    font-family: var(--font-sans); font-size: 13px; font-weight: 500;
    color: var(--on-dark-3); letter-spacing: 0.01em;
  }
  .product-tile:hover figcaption { color: var(--or-bright); }

  /* ============================================================
     SECTION FOURRAGES — grille des 12 saveurs avec etoile sur Pistache Ultra
     ============================================================ */
  .fillings-section { padding-top: 96px; }
  .fillings-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 56px;
  }
  @media (min-width: 640px) { .fillings-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
  @media (min-width: 1080px) { .fillings-grid { grid-template-columns: repeat(6, 1fr); gap: 20px; } }
  .filling-tile {
    position: relative; margin: 0;
    display: flex; flex-direction: column;
    transition: transform 240ms var(--ease-paper, ease);
  }
  .filling-tile img {
    width: 100%; aspect-ratio: 1/1;
    border-radius: 16px;
    object-fit: cover;
    background: #1A1614;
    transition: transform 240ms, box-shadow 240ms;
  }
  .filling-tile:hover img {
    transform: scale(1.04);
    box-shadow: 0 0 28px -8px rgba(229,184,99,0.55);
  }
  .filling-tile figcaption {
    margin-top: 12px;
    font-family: var(--font-sans); font-size: 13px; font-weight: 500;
    color: var(--on-dark); text-align: center;
    line-height: 1.35;
  }
  .filling-badge {
    position: absolute; top: 10px; right: 10px;
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--or-bright); color: #1A0F08;
    font-family: var(--font-sans); font-weight: 700; font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(229,184,99,0.4);
  }
  .filling-star figcaption { color: var(--or-bright); font-weight: 700; }

  /* ============================================================
     SECTION FINITIONS — 3 cards supports machine
     ============================================================ */
  .finitions-section {
    padding-top: 96px;
    background: #110F0C;
    position: relative; overflow: hidden;
  }
  .finitions-section::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 320px;
    background: radial-gradient(ellipse 40% 60% at 30% 0%, rgba(229,184,99,0.10), transparent 60%);
    pointer-events: none;
  }
  .finitions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 56px;
  }
  @media (min-width: 880px) { .finitions-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
  .finition-card {
    background: #1A1814;
    border: 1px solid rgba(229,184,99,0.10);
    border-radius: 12px;
    padding: 24px;
    display: flex; flex-direction: column; gap: 12px;
    transition: border-color 240ms, transform 240ms, box-shadow 240ms;
  }
  .finition-card:hover {
    border-color: rgba(229,184,99,0.30);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px -12px rgba(229,184,99,0.18);
  }
  .finition-fig {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #0A0805;
  }
  .finition-fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .finition-eyebrow { margin-bottom: 0; margin-top: 4px; }
  .finition-name {
    font-family: var(--font-display); font-weight: 400; font-style: italic;
    font-size: 1.5rem; line-height: 1.1;
    color: var(--on-dark); margin: 0;
  }
  .finition-desc {
    font-family: var(--font-sans); font-size: 14px;
    line-height: 1.55; color: var(--on-dark-2); margin: 0;
  }
  .finition-footnote {
    text-align: center; margin-top: 40px;
    color: var(--on-dark-2); font-size: 15px; line-height: 1.55;
    font-family: var(--font-display); font-style: italic;
    max-width: 980px; margin-left: auto; margin-right: auto;
  }

  /* ============================================================
     LOGO STRIP — vrais logos presse, hauteur fixe, monochrome doux
     ============================================================ */
  .logo-slot img {
    /* IMPORTANT: hauteur boostee pour lisibilite (Lamri retour 26/05) */
    display: block;
    height: 44px; width: auto;
    object-fit: contain;
    opacity: 0.78;
    filter: grayscale(100%);
    transition: opacity 220ms, filter 220ms;
  }
  .logo-slot:hover img { opacity: 1; filter: grayscale(0%); }
  @media (max-width: 720px) {
    .logo-slot img { height: 32px; }
  }

  /* ============================================================
     SIDECARD PHOTO — portrait Louis
     ============================================================ */
  .sidecard-photo {
    width: 100%; height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    display: block;
  }

  /* ============================================================
     OLD vs NEW — photos visuelles (replace placeholder)
     ============================================================ */
  .way-photo {
    width: 100%; aspect-ratio: 16/10;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    background: var(--creme-deep);
  }
  .way-photo img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 320ms var(--ease-paper, ease);
  }
  .old-way:hover .way-photo img,
  .new-way:hover .way-photo img { transform: scale(1.03); }
  /* Variante visuelle pour distinguer Old (desaturé) vs New (couleur pleine) */
  .old-way .way-photo img { filter: grayscale(45%) brightness(0.9); object-position: center 38%; }
  .new-way .way-photo img { filter: none; }
  .way-photo-new img { object-position: center 56%; }

  /* ============================================================
     ONBOARDING — photo en tete de chaque etape
     ============================================================ */
  .onboard-photo {
    width: 100%; aspect-ratio: 16/10;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background: var(--creme-deep);
  }
  .onboard-photo img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 320ms var(--ease-paper, ease);
  }
  .onboard-photo-louis img { object-position: center 38%; }
  .onboard-step:hover .onboard-photo img { transform: scale(1.03); }

  /* ============================================================
     PRESS MENTIONS NOTE — petit disclaimer sous la marquee
     ============================================================ */
  .press-mentions-note {
    text-align: center; margin-top: 24px;
    font-family: var(--font-sans); font-size: 12px;
    color: var(--grege); font-style: italic;
    max-width: 640px; margin-left: auto; margin-right: auto;
  }
