  :root{
    --forest:#14170F;
    --forest-ink:#000000;
    --sage:#33D690;
    --sage-deep:#1C8F5E;
    --sage-light:#7BEFC0;
    --beige:#EDEAE1;
    --cream:#F7F5EF;
    --brass:#2FCB8A;
    --brass-soft:#8CF0C6;
    --ink:#14150F;
    --ink-soft:rgba(22,36,28,.68);
    --ink-faint:rgba(22,36,28,.46);
    --line:rgba(22,36,28,.12);
    --line-on-dark:rgba(255,255,255,.16);
    --cream-on-dark:rgba(251,249,244,.86);
    --radius-lg:26px;
    --radius-md:16px;
    --radius-sm:10px;
    --shadow-card:0 1px 2px rgba(22,36,28,.04), 0 12px 28px -14px rgba(22,36,28,.18);
    --maxw:1180px;
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family:'Inter',system-ui,sans-serif;
    color:var(--ink);
    background:var(--cream);
    -webkit-font-smoothing:antialiased;
    line-height:1.6;
  }
  img{max-width:100%;display:block;}
  a{color:inherit;text-decoration:none;}
  h1,h2,h3,h4{font-family:'Fraunces',serif;margin:0;font-weight:600;letter-spacing:-0.01em;color:#000;}
  p{margin:0;}
  ul{margin:0;padding:0;list-style:none;}
  button{font:inherit;cursor:pointer;}
  input,select{font:inherit;}

  ::selection{background:var(--brass-soft);color:var(--forest-ink);}

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

  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;}
  .eyebrow{
    font-family:'IBM Plex Mono',monospace;
    font-size:12.5px;
    font-weight:600;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--sage-deep);
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{
    content:'';
    width:16px;height:1px;
    background:var(--sage-deep);
    display:inline-block;
  }
  .eyebrow--dark{color:var(--brass-soft);}

  .section{padding:96px 0;background:var(--cream);}
  .section--tight{padding:72px 0;background:var(--cream);}
  .section--beige{background:var(--beige);}
  .section--forest{background:var(--forest);color:var(--cream-on-dark);}
  .section--forest h2, .section--forest h3{color:#fff;}
  .section-head{max-width:640px;margin-bottom:56px;}
  .section-head h2{font-size:clamp(28px,3.4vw,40px);margin-top:14px;line-height:1.15;}
  .section-head p{margin-top:16px;color:var(--ink-soft);font-size:16.5px;}
  .section--forest .section-head p{color:var(--cream-on-dark);}

  /* ---------- BUTTONS ---------- */
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 28px;
    border-radius:100px;
    font-weight:600;
    font-size:15.5px;
    white-space:nowrap;
    border:1.5px solid transparent;
    transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, filter .18s ease;
    min-height:52px;
    line-height:1;
  }
  .btn:hover{transform:translateY(-1px);}
  .btn-primary{background:var(--brass);color:var(--forest-ink);}
  .btn-primary:hover{background:var(--brass-soft);}
  .btn-outline-dark{border-color:var(--line-on-dark);color:#fff;}
  .btn-outline-dark:hover{border-color:#fff;}
  .btn-outline-light{border-color:var(--line);color:var(--ink);}
  .btn-outline-light:hover{border-color:var(--forest);}
  .btn-block{width:100%;}
  .btn-lg{padding:18px 34px;font-size:15px;letter-spacing:.03em;text-transform:uppercase;font-weight:700;}
  .btn-glass{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.4);color:#fff;}
  .btn-glass:hover{background:rgba(255,255,255,.14);border-color:#fff;}
  .btn-brass{background:linear-gradient(135deg,var(--brass-soft),var(--brass));color:var(--forest-ink);border:1.5px solid rgba(228,200,120,.6);}
  .btn-brass:hover{filter:brightness(1.06);}

  /* ---------- HEADER ---------- */
  header{
    position:sticky;top:0;z-index:100;
    background:rgba(251,249,244,.9);
    backdrop-filter:blur(10px);
    border-bottom:1px solid transparent;
    transition:border-color .25s ease, box-shadow .25s ease;
  }
  header.scrolled{border-color:var(--line);box-shadow:0 6px 24px -18px rgba(22,36,28,.3);}
  .nav{
    display:flex;align-items:center;justify-content:space-between;
    padding:16px 28px;
    max-width:var(--maxw);margin:0 auto;
    gap:20px;
  }
  .brand{display:flex;flex-direction:column;align-items:center;gap:2px;font-family:'Fraunces',serif;font-weight:600;font-size:17px;color:var(--forest-ink);line-height:1.1;}
  .brand-mark{flex-shrink:0;}
  .brand-mark-badge{
    width:42px;height:42px;border-radius:12px;
    background:var(--forest);color:var(--brass-soft);
    display:flex;align-items:center;justify-content:center;
    font-family:'Fraunces',serif;font-weight:600;font-size:18px;
    flex-shrink:0;
  }
  .nav-links{display:flex;align-items:center;gap:32px;font-size:15px;font-weight:500;color:var(--ink-soft);}
  .nav-links a:hover{color:var(--forest);}
  .nav-right{display:flex;align-items:center;gap:18px;}
  .nav-phone{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px;color:var(--forest-ink);}
  .nav-toggle{display:none;background:none;border:none;padding:8px;color:var(--forest-ink);}

  @media (max-width:920px){
    .nav-links, .nav-phone, .nav-right .btn-primary{display:none;}
    .nav-toggle{display:flex;}
  }

  .mobile-menu{display:none;flex-direction:column;background:var(--cream);border-top:1px solid var(--line);padding:20px 28px 28px;gap:4px;}
  .mobile-menu.open{display:flex;}
  .mobile-menu a{padding:13px 4px;font-weight:500;border-bottom:1px solid var(--line);color:var(--ink);}
  .mobile-menu .btn{margin-top:16px;}

  /* ---------- HERO CINEMATIC ---------- */
  .hero-cinematic{
    position:relative;overflow:hidden;
    min-height:100vh;
    display:flex;align-items:center;justify-content:center;
    color:#fff;text-align:center;
  }
  .hero-photo{
    position:absolute;inset:0;z-index:0;
  }
  .hero-photo img{
    width:100%;height:100%;object-fit:cover;
  }
  .hero-overlay{
    position:absolute;inset:0;z-index:1;
    background:
      linear-gradient(160deg, rgba(20,23,15,.82) 0%, rgba(20,23,15,.55) 45%, rgba(20,23,15,.92) 100%),
      linear-gradient(to bottom, rgba(20,23,15,.3), transparent 40%, rgba(20,23,15,.6));
  }
  .hero-cinematic-wrap{
    position:relative;z-index:2;
    max-width:900px;display:flex;flex-direction:column;align-items:center;
  }
  .hero-cinematic-content{
    display:flex;flex-direction:column;align-items:center;
  }
  .hero-cinematic-eyebrow{
    display:inline-flex;align-items:center;gap:10px;
    padding:9px 16px;border-radius:100px;
    border:1px solid rgba(140,240,198,.25);background:rgba(51,214,144,.08);
    color:var(--brass-soft);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  }
  .pulse-dot{
    width:8px;height:8px;border-radius:50%;background:var(--sage);
    animation:pulse-dot 2s ease-in-out infinite;
  }
  @keyframes pulse-dot{
    0%,100%{transform:scale(1);opacity:1;}
    50%{transform:scale(1.4);opacity:.6;}
  }
  .hero-cinematic h1{
    font-size:clamp(44px,6.5vw,78px);line-height:1.05;margin-top:24px;color:#fff;max-width:800px;
  }
  .hero-cinematic h1 .glow{color:var(--brass-soft);}
  .hero-cinematic .hero-sub{
    margin-top:28px;font-size:18.5px;color:var(--cream-on-dark);max-width:560px;
    padding-left:0;border-left:none;text-align:center;
  }
  .hero-cinematic-ctas{display:flex;gap:16px;margin-top:42px;flex-wrap:wrap;justify-content:center;}
  .hero-cinematic-ctas .btn{
    border-radius:100px;padding:18px 32px;font-size:13.5px;font-weight:700;letter-spacing:.03em;
  }
  .hero-cinematic-ctas .btn-brass{
    background:var(--sage);color:var(--forest-ink);border:1.5px solid var(--sage);
    box-shadow:0 10px 30px -10px rgba(51,214,144,.35);
  }
  .hero-cinematic-ctas .btn-brass:hover{background:var(--brass-soft);border-color:var(--brass-soft);}
  .hero-cinematic-ctas .btn-glass{
    background:rgba(255,255,255,.08);color:#fff;border:1.5px solid rgba(255,255,255,.25);
  }
  .hero-cinematic-ctas .btn-glass:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.35);}

  .hero-cinematic-stats{
    display:grid;grid-template-columns:repeat(3,1fr);gap:0;
    width:100%;max-width:720px;margin-top:72px;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .hero-cinematic-stat{
    display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:22px 12px;color:var(--brass-soft);
  }
  .hero-cinematic-stat svg{flex-shrink:0;}
  .hero-cinematic-stat + .hero-cinematic-stat{border-left:1px solid rgba(255,255,255,.12);}
  .hero-cinematic-number{
    font-family:'Fraunces',serif;font-size:clamp(32px,4vw,44px);font-weight:600;color:#fff;
  }
  .hero-cinematic-label{
    font-size:12px;font-weight:600;color:#fff;letter-spacing:.02em;text-align:left;
  }


  @media (max-width:640px){
    .hero-cinematic{min-height:90vh;padding:60px 0 48px;}
    .hero-cinematic h1{font-size:clamp(36px,10vw,52px);}
    .hero-cinematic .hero-sub{font-size:16px;max-width:90%;}
    .hero-cinematic-ctas{gap:12px;}
    .hero-cinematic-ctas .btn{padding:15px 24px;font-size:13px;}
    .hero-cinematic-stats{
      grid-template-columns:1fr;border-top:none;gap:12px;margin-top:48px;
    }
    .hero-cinematic-stat{
      padding:16px;background:rgba(255,255,255,.06);border-radius:12px;border:none;
    }
    .hero-cinematic-stat + .hero-cinematic-stat{border-left:none;}
  }



  .trust-row{display:flex;gap:26px;flex-wrap:wrap;font-size:14px;color:var(--ink-soft);font-weight:500;}
  .trust-row li{display:flex;align-items:center;gap:8px;}
  .trust-row svg{flex-shrink:0;color:var(--sage);}
  .estimate-intro .trust-row{margin-top:26px;color:var(--cream-on-dark);}
  .estimate-intro .trust-row svg{color:var(--brass-soft);}

  /* ---------- ESTIMATION FORM ---------- */
  .estimate-card{
    background:var(--forest);border-radius:var(--radius-lg);padding:48px;color:#fff;
    display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;
  }
  .estimate-intro h2{color:#fff;font-size:clamp(24px,2.8vw,30px);margin-top:14px;}
  .estimate-intro p{color:var(--cream-on-dark);margin-top:14px;font-size:15.5px;max-width:340px;}
  .field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  .field-grid .field-full{grid-column:1 / -1;}
  .field{display:flex;flex-direction:column;gap:7px;}
  .field label{
    font-size:12.5px;font-weight:600;color:var(--cream-on-dark);
    font-family:'IBM Plex Mono',monospace;letter-spacing:.04em;text-transform:uppercase;
  }
  .field input, .field select{
    background:rgba(255,255,255,.07);border:1.5px solid rgba(255,255,255,.16);
    border-radius:var(--radius-sm);padding:13px 15px;color:#fff;font-size:15px;
  }
  .field input::placeholder{color:rgba(255,255,255,.4);}
  .field input:focus, .field select:focus{border-color:var(--brass);background:rgba(255,255,255,.11);outline:none;}
  .field select option{color:#000;}
  .estimate-form .btn{margin-top:22px;}
  .estimate-note{font-size:12.5px;color:rgba(255,255,255,.5);margin-top:14px;line-height:1.5;}

  @media (max-width:900px){
    .estimate-card{grid-template-columns:1fr;padding:32px 24px;gap:32px;}
    .field-grid{grid-template-columns:1fr;}
  }

  /* ---------- WHY US (accordion rows) ---------- */
  .why-list{display:flex;flex-direction:column;gap:18px;}
  .why-row{
    background:#fff;border:1.5px solid var(--line);border-radius:var(--radius-md);
    padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;
    cursor:pointer;transition:border-color .2s ease, box-shadow .2s ease;
  }
  .why-row:hover{border-color:var(--sage-light);box-shadow:var(--shadow-card);}
  .why-row-text h3{font-size:21px;color:var(--forest-ink);}
  .why-row-text p{margin-top:8px;color:var(--ink-soft);font-size:15.5px;max-width:520px;}
  .why-row .plus{
    flex-shrink:0;width:44px;height:44px;border-radius:12px;
    background:linear-gradient(135deg,var(--sage),var(--forest));color:#fff;
    display:flex;align-items:center;justify-content:center;font-size:20px;transition:transform .25s ease;
  }
  .why-row.open .plus{transform:rotate(45deg);}
  .why-row-more{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--ink-soft);font-size:14.5px;}
  .why-row.open .why-row-more{max-height:120px;margin-top:14px;}
  @media (max-width:640px){
    .why-row{padding:22px 20px;gap:16px;}
    .why-row-text h3{font-size:18px;}
  }

  /* ---------- OFFRES (pricing tiers) ---------- */
  .offer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:stretch;max-width:820px;margin:0 auto;}
  .offer-card{
    position:relative;background:#fff;border:1.5px solid var(--line);border-radius:var(--radius-md);
    padding:32px 28px;display:flex;flex-direction:column;gap:20px;
  }
  .offer-card--highlight{
    background:var(--forest);border-color:var(--forest);color:#fff;
    transform:translateY(-6px);box-shadow:var(--shadow-card);
  }
  .offer-card--highlight .offer-head h3{color:#fff;}
  .offer-card--highlight .offer-head p{color:var(--cream-on-dark);}
  .offer-card--highlight .offer-list li{color:var(--cream-on-dark);}
  .offer-card--highlight .offer-list li::before{color:var(--brass-soft);}
  .offer-badge{
    position:absolute;top:-13px;left:50%;transform:translateX(-50%);
    background:var(--brass);color:var(--forest-ink);
    font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;
    letter-spacing:.04em;text-transform:uppercase;
    padding:6px 14px;border-radius:100px;white-space:nowrap;
  }
  .offer-head h3{font-size:23px;color:var(--forest-ink);}
  .offer-head p{margin-top:8px;font-size:14.5px;color:var(--ink-soft);}
  .offer-rate{
    display:inline-flex;align-items:baseline;gap:6px;margin-top:12px;
    font-family:'IBM Plex Mono',monospace;
  }
  .offer-rate .num{font-size:28px;font-weight:600;color:var(--forest);}
  .offer-card--highlight .offer-rate .num{color:var(--brass-soft);}
  .offer-rate .label{font-size:12.5px;color:var(--ink-faint);}
  .offer-card--highlight .offer-rate .label{color:var(--cream-on-dark);}
  .offer-list{display:flex;flex-direction:column;gap:12px;flex-grow:1;}
  .offer-list li{
    position:relative;padding-left:24px;font-size:14.5px;color:var(--ink-soft);line-height:1.5;
  }
  .offer-list li::before{
    content:'✓';position:absolute;left:0;top:0;
    color:var(--sage);font-weight:700;font-size:13px;
  }
  @media (max-width:980px){
    .offer-grid{grid-template-columns:1fr;}
    .offer-card--highlight{transform:none;order:-1;}
  }

  /* ---------- KIT D'ACCUEIL VOYAGEURS ---------- */
  .kit-card{
    width:100%;max-width:680px;margin:0 auto;
    background:#F0EDE8;border-radius:var(--radius-md);
    box-shadow:var(--shadow-card);overflow:hidden;
    display:flex;flex-direction:column;
  }
  .kit-card-img{
    width:100%;background:#E8E4DC;
  }
  .kit-card-img img{
    width:100%;aspect-ratio:16/9;object-fit:cover;display:block;
  }
  .kit-card-body{padding:32px 28px;}
  .kit-card-body .eyebrow{margin-bottom:14px;}
  .kit-card-body h3{font-size:23px;color:#1F3D2E;}
  .kit-card-desc{margin-top:12px;font-size:15.5px;color:var(--ink-soft);line-height:1.6;}
  .kit-card-price{
    display:inline-flex;align-items:baseline;gap:6px;margin-top:20px;
    font-family:'IBM Plex Mono',monospace;
  }
  .kit-card-price .num{font-size:32px;font-weight:600;color:#4A7A5A;}
  .kit-card-price .label{font-size:14px;color:var(--ink-faint);}
  .kit-card-note{
    margin-top:18px;font-size:12.5px;color:var(--ink-faint);font-style:italic;
  }
  @media (max-width:640px){
    .kit-card-body{padding:24px 20px;}
    .kit-card-body h3{font-size:20px;}
    .kit-card-price .num{font-size:28px;}
  }


  /* ---------- PROFILES (Pour qui) ---------- */
  .profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
  .profile-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius-md);padding:26px 22px;}
  .profile-card .eyebrow{font-size:11px;margin-bottom:14px;}
  .profile-card h3{font-size:17.5px;color:var(--forest-ink);}
  .profile-card p{margin-top:10px;font-size:14px;color:var(--ink-soft);}
  @media (max-width:980px){.profile-grid{grid-template-columns:1fr 1fr;}}
  @media (max-width:560px){.profile-grid{grid-template-columns:1fr;}}

  /* ---------- METHOD (sequence — numbering justified) ---------- */
  .method-list{display:flex;flex-direction:column;border-top:1px solid var(--line-on-dark);}
  .method-item{display:grid;grid-template-columns:80px 1fr;gap:28px;padding:36px 0;border-bottom:1px solid var(--line-on-dark);}
  .method-item .num{font-family:'IBM Plex Mono',monospace;font-size:15px;font-weight:600;color:var(--brass-soft);}
  .method-item h3{font-size:21px;color:#fff;}
  .method-item p{margin-top:8px;color:var(--cream-on-dark);font-size:15.5px;max-width:520px;}
  @media (max-width:640px){.method-item{grid-template-columns:1fr;gap:8px;}}

  /* ---------- SPECIALTIES ---------- */
  .spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .spec-card{padding:28px 22px;border-radius:var(--radius-md);background:#fff;border:1px solid var(--line);text-align:left;}
  .spec-card .icon-badge{
    width:44px;height:44px;border-radius:11px;background:var(--forest);color:var(--brass-soft);
    display:flex;align-items:center;justify-content:center;margin-bottom:18px;
  }
  .spec-card h3{font-size:16.5px;color:var(--forest-ink);}
  .spec-card p{margin-top:8px;font-size:13.5px;color:var(--ink-soft);}
  @media (max-width:980px){.spec-grid{grid-template-columns:1fr 1fr;}}
  @media (max-width:560px){.spec-grid{grid-template-columns:1fr;}}

  /* ---------- GALLERY (example properties) ---------- */
  .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .gallery-card{
    position:relative;border-radius:var(--radius-md);overflow:hidden;
    aspect-ratio:4/3.3;box-shadow:var(--shadow-card);
  }
  .gallery-card img{width:100%;height:100%;object-fit:cover;display:block;}
  .gallery-card::after{
    content:'';position:absolute;inset:0;
    background:linear-gradient(180deg, transparent 55%, rgba(10,12,8,.72) 100%);
  }
  .gallery-tag{
    position:absolute;left:16px;bottom:14px;z-index:1;
    color:#fff;font-weight:600;font-size:14px;
    font-family:'IBM Plex Mono',monospace;letter-spacing:.02em;
  }
  @media (max-width:860px){.gallery-grid{grid-template-columns:1fr;}}

  /* ---------- ABOUT ---------- */
  .about-wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
  .about-photo img{
    width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg);
    box-shadow:var(--shadow-card);aspect-ratio:4/3.2;
  }
  .founders{display:flex;gap:16px;margin-top:26px;flex-wrap:wrap;justify-content:center;}
  .founder-pill{
    display:flex;align-items:center;gap:10px;background:#fff;border-radius:100px;padding:8px 16px 8px 8px;
    font-size:14px;font-weight:600;color:var(--forest-ink);border:1px solid var(--line);
  }
  .founder-pill .avatar{
    width:32px;height:32px;border-radius:50%;background:var(--forest);color:var(--brass-soft);
    display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:14px;font-weight:600;
  }
  .about-copy p{color:var(--ink-soft);font-size:16px;margin-top:16px;}
  @media (max-width:900px){.about-wrap{grid-template-columns:1fr;gap:36px;}}

  /* ---------- OPTIMCLEAN ---------- */
  .clean-wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
  .clean-list{display:flex;flex-direction:column;gap:14px;margin-top:26px;}
  .clean-list li{display:flex;gap:12px;font-size:15.5px;color:var(--cream-on-dark);}
  .clean-list svg{flex-shrink:0;margin-top:3px;color:var(--brass-soft);}
  .clean-ctas{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap;}
  .clean-rates{
    margin-top:26px;background:rgba(255,255,255,.06);border:1px solid var(--line-on-dark);
    border-radius:var(--radius-md);padding:22px 24px;
  }
  .clean-rates-title{
    font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;text-transform:uppercase;
    letter-spacing:.06em;color:var(--brass-soft);display:block;margin-bottom:12px;
  }
  .clean-rate-row{
    display:flex;justify-content:space-between;align-items:baseline;
    padding:9px 0;border-bottom:1px solid var(--line-on-dark);
    font-size:15px;color:var(--cream-on-dark);
  }
  .clean-rate-row:last-of-type{border-bottom:none;}
  .clean-rate-price{font-weight:600;color:#fff;font-family:'IBM Plex Mono',monospace;}
  .clean-rate-note{margin-top:12px;font-size:12.5px;color:rgba(255,255,255,.5);line-height:1.5;}
  .clean-form{
    margin-top:26px;background:rgba(255,255,255,.06);border:1px solid var(--line-on-dark);
    border-radius:var(--radius-md);padding:26px 24px;
  }
  .clean-form-title{
    font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;text-transform:uppercase;
    letter-spacing:.06em;color:var(--brass-soft);display:block;margin-bottom:12px;
  }
  .clean-form-note{font-size:13.5px;color:rgba(255,255,255,.65);line-height:1.5;margin-bottom:18px;}
  .clean-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  .clean-form-grid .field{display:flex;flex-direction:column;gap:6px;}
  .clean-form-grid .field-full{grid-column:1 / -1;}
  .clean-form-grid .field label{
    font-size:12px;font-weight:600;color:var(--cream-on-dark);
    font-family:'IBM Plex Mono',monospace;letter-spacing:.04em;text-transform:uppercase;
  }
  .clean-form-grid .field input,
  .clean-form-grid .field select,
  .clean-form-grid .field textarea{
    background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.18);
    border-radius:var(--radius-sm);padding:12px 14px;color:#fff;font-size:14px;
  }
  .clean-form-grid .field input::placeholder,
  .clean-form-grid .field textarea::placeholder{color:rgba(255,255,255,.4);}
  .clean-form-grid .field input:focus,
  .clean-form-grid .field select:focus,
  .clean-form-grid .field textarea:focus{
    border-color:var(--brass);background:rgba(255,255,255,.12);outline:none;
  }
  .clean-form-grid .field select option{color:#000;}
  .clean-form-grid .field textarea{resize:none;}
  .clean-form-grid .hidden{display:none;}
  .clean-form-legal{
    grid-column:1 / -1;font-size:12px;color:rgba(255,255,255,.5);line-height:1.5;margin-top:4px;
  }
  .badge-row{display:flex;gap:12px;margin-top:36px;flex-wrap:wrap;}
  .badge-pill{
    display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.07);
    border:1px solid var(--line-on-dark);border-radius:100px;padding:9px 16px;
    font-size:13.5px;font-weight:500;color:var(--cream-on-dark);
  }
  @media (max-width:900px){
    .clean-wrap{grid-template-columns:1fr;gap:32px;}
    .clean-form-grid{grid-template-columns:1fr;}
  }


  /* ---------- CTA BANNER ---------- */
  .cta-banner{background:var(--beige);border-radius:var(--radius-lg);padding:56px;text-align:center;}
  .cta-banner h2{font-size:clamp(24px,3vw,32px);}
  .cta-banner p{margin-top:12px;color:var(--ink-soft);font-size:16px;}
  .cta-banner .hero-ctas{justify-content:center;margin-top:26px;}
  @media (max-width:640px){.cta-banner{padding:36px 24px;}}

  /* ---------- FAQ ---------- */
  .faq-list{border-top:1px solid var(--line);}
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{
    width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;
    background:none;border:none;padding:24px 4px;text-align:left;
    font-family:'Fraunces',serif;font-size:18px;font-weight:500;color:var(--forest-ink);
  }
  .faq-q .plus{
    flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--forest);color:#fff;
    display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;
    transition:transform .25s ease, background .25s ease;
  }
  .faq-item.open .faq-q .plus{transform:rotate(45deg);background:var(--brass);color:var(--forest-ink);}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease, padding .3s ease;color:var(--ink-soft);font-size:15.5px;}
  .faq-a-inner{padding:0 4px 24px;max-width:640px;}
  .faq-item.open .faq-a{max-height:240px;}

  /* ---------- TESTIMONIALS ---------- */
  .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .testi-tag{background:#fff;border-radius:var(--radius-md);padding:30px 26px;position:relative;border:1px solid var(--line);box-shadow:var(--shadow-card);}
  .testi-tag .hole{width:16px;height:16px;border-radius:50%;background:var(--beige);border:2px solid var(--line);margin-bottom:18px;}
  .stars{color:var(--brass);font-size:14px;letter-spacing:2px;}
  .testi-tag p{margin-top:16px;font-size:15.5px;color:var(--ink);font-style:italic;line-height:1.65;}
  .testi-meta{margin-top:20px;display:flex;align-items:center;gap:10px;}
  .testi-meta .avatar{
    width:34px;height:34px;border-radius:50%;background:var(--forest);color:var(--brass-soft);
    display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:14px;font-weight:600;
  }
  .testi-meta .name{font-weight:600;font-size:14px;color:var(--forest-ink);}
  .testi-meta .loc{font-size:12.5px;color:var(--ink-faint);}
  @media (max-width:900px){.testi-grid{grid-template-columns:1fr;}}

  /* ---------- BLOG ---------- */
  .blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
  .blog-card{
    border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--line);background:#fff;
    display:block;width:100%;text-align:left;padding:0;font:inherit;color:inherit;cursor:pointer;
    transition:box-shadow .2s ease, transform .2s ease;
  }
  .blog-card:hover{box-shadow:var(--shadow-card);transform:translateY(-2px);}
  .blog-thumb{height:120px;overflow:hidden;}
  .blog-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
  .blog-body{padding:20px;}
  .blog-cat{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;color:var(--sage);text-transform:uppercase;letter-spacing:.06em;}
  .blog-card h3{font-size:16px;margin-top:10px;color:var(--forest-ink);line-height:1.3;}
  .blog-card .read{margin-top:14px;font-size:13.5px;font-weight:600;color:var(--forest);display:inline-block;}
  @media (max-width:980px){.blog-grid{grid-template-columns:1fr 1fr;}}
  @media (max-width:560px){.blog-grid{grid-template-columns:1fr;}}

  /* ---------- ARTICLE MODAL ---------- */
  .article-overlay{
    display:none;position:fixed;inset:0;z-index:200;
    background:rgba(10,12,8,.6);backdrop-filter:blur(3px);
    padding:24px;overflow-y:auto;
  }
  .article-overlay.open{display:flex;align-items:flex-start;justify-content:center;}
  .article-modal{
    position:relative;background:var(--cream);border-radius:var(--radius-lg);
    max-width:760px;width:100%;margin:40px auto;overflow:hidden;
    box-shadow:0 30px 60px -20px rgba(0,0,0,.4);
  }
  .article-close{
    position:absolute;top:16px;right:16px;z-index:2;
    width:38px;height:38px;border-radius:50%;border:none;
    background:rgba(255,255,255,.9);color:var(--ink);
    display:flex;align-items:center;justify-content:center;cursor:pointer;
  }
  .article-thumb{height:260px;overflow:hidden;}
  .article-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
  .article-content{padding:36px 40px 48px;}
  .article-content h2{font-size:clamp(24px,3vw,32px);margin-top:12px;color:var(--forest-ink);line-height:1.2;}
  .article-content p{color:var(--ink-soft);font-size:16px;margin-top:16px;line-height:1.7;}
  .article-content h3{font-size:19px;color:var(--forest-ink);margin-top:28px;}
  .article-content ol, .article-content ul{margin-top:14px;padding-left:22px;color:var(--ink-soft);font-size:15.5px;line-height:1.7;}
  .article-content li{margin-top:8px;}
  .article-content li strong{color:var(--ink);}
  @media (max-width:640px){
    .article-content{padding:26px 22px 36px;}
    .article-thumb{height:180px;}
  }

  /* ---------- FOOTER ---------- */
  footer{background:var(--forest-ink);color:var(--cream-on-dark);padding:72px 0 28px;}
  .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid var(--line-on-dark);}
  .footer-brand .brand{flex-direction:row;align-items:center;gap:10px;font-size:19px;}
  .footer-brand p{margin-top:14px;font-size:14.5px;color:rgba(255,255,255,.55);max-width:260px;}
  .footer-socials{display:flex;gap:10px;margin-top:22px;}
  .footer-socials a{width:36px;height:36px;border-radius:50%;border:1px solid var(--line-on-dark);display:flex;align-items:center;justify-content:center;}
  .footer-col h4{
    font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;text-transform:uppercase;
    letter-spacing:.08em;color:var(--brass-soft);margin-bottom:18px;
  }
  .footer-col ul{display:flex;flex-direction:column;gap:11px;font-size:14.5px;color:rgba(255,255,255,.7);}
  .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;flex-wrap:wrap;gap:14px;font-size:13px;color:rgba(255,255,255,.45);}
  .footer-bottom .legal-links{display:flex;gap:20px;}
  @media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px;}}
  @media (max-width:560px){.footer-grid{grid-template-columns:1fr;}.footer-bottom{flex-direction:column;align-items:flex-start;}}

/* OptimClean highlight pill in nav */
.nav-links a.nav-pill{
  color:var(--sage-deep);
  border:1px solid rgba(28,143,94,.35);
  background:rgba(51,214,144,.10);
  border-radius:999px;
  padding:6px 14px;
  font-weight:600;
  white-space:nowrap;
}
.nav-links a.nav-pill:hover{
  background:var(--sage-deep);
  color:#fff;
  border-color:var(--sage-deep);
}
.nav-links a{white-space:nowrap;}

/* ---- Protocoles de nettoyage ---- */
.proto-list{max-width:940px;margin:0 auto;display:flex;flex-direction:column;gap:14px;}
.proto-item{background:var(--cream);border:1px solid rgba(20,23,15,.10);border-radius:18px;overflow:hidden;}
.proto-head{
  width:100%;display:flex;align-items:center;gap:16px;padding:16px 20px;
  background:none;border:0;cursor:pointer;text-align:left;
}
.proto-thumb{width:48px;height:48px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--beige);}
.proto-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.proto-title{
  flex:1;min-width:0;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;
  font-family:'Fraunces',serif;font-size:clamp(17px,2vw,20px);font-weight:600;color:#000;
}
.proto-num{font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--sage-deep);letter-spacing:.06em;}
.proto-head .plus{
  flex-shrink:0;font-size:22px;line-height:1;color:var(--sage-deep);
  transition:transform .25s ease;
}
.proto-item.open .proto-head .plus{transform:rotate(45deg);}
.proto-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease;}
.proto-item.open .proto-body{grid-template-rows:1fr;}
.proto-body-inner{overflow:hidden;padding:0 20px;}
.proto-item.open .proto-body-inner{padding:0 20px 22px;}
.proto-cover{border-radius:14px;overflow:hidden;margin-bottom:18px;aspect-ratio:16/7;}
.proto-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.proto-intro{font-size:15px;color:var(--ink-soft);margin-bottom:14px;}
.proto-checks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;}
.proto-checks li{
  position:relative;padding-left:22px;font-size:14.5px;color:var(--ink);line-height:1.55;
}
.proto-checks li::before{
  content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;
  background:var(--sage-deep);
}
.proto-checks strong{color:#000;font-weight:650;}
.proto-note{
  margin-top:14px;font-size:13.5px;color:var(--ink-soft);background:var(--beige);
  border-radius:12px;padding:12px 14px;
}
.proto-foot{
  margin-top:20px;padding-top:16px;border-top:1px solid rgba(20,23,15,.10);
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
}
.proto-price{font-family:'IBM Plex Mono',monospace;font-size:13px;color:var(--sage-deep);}
@media (max-width:640px){
  .proto-head{padding:14px;gap:12px;}
  .proto-body-inner,.proto-item.open .proto-body-inner{padding-left:14px;padding-right:14px;}
  .proto-cover{aspect-ratio:16/10;}
  .proto-foot .btn{width:100%;justify-content:center;}
}
.nav-phone{white-space:nowrap;}
@media (min-width:981px) and (max-width:1380px){
  .nav-links{gap:14px;font-size:13.5px;}
  .nav-right .nav-phone{display:none;}
}

/* ===== Offre unique ===== */
.solo-offer{max-width:720px;margin:0 auto;background:#fff;border:1px solid rgba(20,23,15,.10);border-radius:24px;padding:clamp(22px,4vw,40px);box-shadow:0 18px 50px rgba(20,23,15,.08)}
.solo-offer-head h3{font-family:var(--font-display,'Fraunces',serif);font-size:clamp(24px,3.4vw,34px);color:#14170F;margin:0}
.solo-offer-hook{margin:8px 0 0;color:#4A7A5A;font-weight:600;font-size:clamp(15px,2vw,18px)}
.solo-offer .offer-rate{margin-top:18px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.solo-offer .offer-rate .num{font-size:clamp(34px,6vw,48px);font-weight:700;color:#14170F;line-height:1}
.solo-offer .offer-rate .label{font-size:14px;color:#5b5f52}
.solo-offer-list{margin-top:22px;columns:1}
@media(min-width:640px){.solo-offer-list{columns:2;column-gap:28px}.solo-offer-list li{break-inside:avoid}}
.solo-offer-note{margin-top:16px;font-size:13px;line-height:1.55;color:#6a6f60}

/* ===== A la carte ===== */
.carte-grid{display:grid;gap:22px;align-items:start}
@media(min-width:900px){.carte-grid{grid-template-columns:1.35fr .95fr}}
.carte-list{list-style:none;margin:0;padding:0;background:#fff;border:1px solid rgba(20,23,15,.10);border-radius:20px;overflow:hidden}
.carte-list li{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;border-bottom:1px solid rgba(20,23,15,.07)}
.carte-list li:last-child{border-bottom:0}
.carte-name{font-size:15px;color:#14170F}
.carte-price{font-weight:700;color:#4A7A5A;white-space:nowrap;font-size:16px}
.carte-alert{display:flex;gap:12px;background:#FFF6E5;border:1px solid #F0C97A;border-radius:20px;padding:18px;color:#5a4415}
.carte-alert svg{flex:0 0 auto;color:#C98A12;margin-top:2px}
.carte-alert p{margin:0;font-size:14px;line-height:1.6}

/* ===== Notre engagement ===== */
.engage-grid{display:grid;gap:18px}
@media(min-width:820px){.engage-grid{grid-template-columns:repeat(3,1fr)}}
.engage-card{background:#fff;border:1px solid rgba(20,23,15,.10);border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(20,23,15,.05)}
.engage-card h3{margin:0 0 8px;font-size:18px;color:#14170F}
.engage-card p{margin:0;font-size:15px;line-height:1.6;color:#5b5f52}

/* ===== Tarifs OptimClean ===== */
.clean-prices{margin-top:26px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:20px}
.clean-prices-title{display:block;font-weight:700;color:#fff;font-size:17px;margin-bottom:12px}
.clean-prices-sub{display:block;margin:18px 0 8px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#33D690;font-weight:700}
.clean-prices-list{list-style:none;margin:0;padding:0}
.clean-prices-list li{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.14);font-size:14.5px;color:var(--cream-on-dark,#e9e7de)}
.clean-prices-list li:last-child{border-bottom:0}
.clean-prices-list b{color:#33D690;white-space:nowrap}
.clean-prices-note{margin:14px 0 0;font-size:12.5px;line-height:1.6;color:rgba(255,255,255,.62)}

/* =====================================================================
   REFONTE VISUELLE PREMIUM — direction éditoriale
   ===================================================================== */

/* --- Rythme & respiration --- */
.section{padding:clamp(72px,9vw,132px) 0;}
.section--tight{padding:clamp(56px,7vw,96px) 0;}
.wrap{padding:0 24px;}
@media(min-width:900px){.wrap{padding:0 40px;}}

/* --- Titres éditoriaux --- */
h1,h2,h3{letter-spacing:-0.018em;}
.section-head{max-width:720px;margin-bottom:clamp(40px,5vw,72px);}
.section-head h2{font-size:clamp(30px,4.2vw,52px);line-height:1.08;font-weight:500;margin-top:18px;}
.section-head p{font-size:clamp(16px,1.4vw,18.5px);line-height:1.65;max-width:56ch;margin-top:18px;color:var(--ink-soft);}
.eyebrow{font-size:11.5px;letter-spacing:.18em;}

/* --- Hero éditorial --- */
.hero-cinematic{min-height:min(92vh,880px);}
.hero-overlay{
  background:
    linear-gradient(180deg, rgba(12,16,10,.55) 0%, rgba(12,16,10,.35) 42%, rgba(12,16,10,.88) 100%);
}
.hero-cinematic h1{font-weight:500;letter-spacing:-0.025em;font-size:clamp(38px,5.6vw,70px);line-height:1.04;}
.hero-cinematic .hero-sub{font-size:clamp(16.5px,1.35vw,19px);line-height:1.65;max-width:620px;color:rgba(255,255,255,.9);}
.hero-cinematic-ctas{margin-top:36px;}
.hero-cinematic-stats{margin-top:clamp(44px,6vw,80px);border-top:1px solid rgba(255,255,255,.18);}
.hero-cinematic-label{font-size:13px;font-weight:500;letter-spacing:.01em;}
@media(max-width:640px){
  .hero-cinematic{min-height:auto;padding:88px 0 64px;}
  .hero-cinematic-label{font-size:14px;}
}

/* --- Apparition douce --- */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1);}
.reveal.in{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none;}}

/* --- Cartes : ombres discrètes, lignes fines --- */
.spec-card,.profile-card,.engage-card,.why-row,.carte-list,.solo-offer,.proto-item{
  border-color:rgba(20,23,15,.10);
  box-shadow:0 1px 2px rgba(20,23,15,.03);
  transition:box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.spec-card:hover,.profile-card:hover,.engage-card:hover{
  box-shadow:0 18px 40px -26px rgba(20,23,15,.35);transform:translateY(-3px);
  border-color:rgba(20,23,15,.16);
}
.spec-card{padding:32px 26px;}
.spec-card h3{font-size:18px;}
.spec-card p{font-size:14.5px;line-height:1.6;}
.profile-card{padding:30px 26px;}
.profile-card h3{font-size:19px;}
.profile-card p{font-size:14.8px;line-height:1.6;}
.engage-card p,.carte-name{font-size:15.5px;}

/* --- Offre : le pourcentage devient un objet graphique --- */
.solo-offer{max-width:820px;padding:clamp(28px,5vw,56px);border-radius:28px;box-shadow:0 30px 70px -40px rgba(20,23,15,.35);}
.solo-offer-head{text-align:center;}
.solo-offer .offer-rate{justify-content:center;flex-direction:column;gap:6px;margin-top:26px;}
.solo-offer .offer-rate .num{
  font-family:'Fraunces',serif;font-size:clamp(64px,12vw,118px);font-weight:500;
  letter-spacing:-0.04em;line-height:.95;color:var(--forest);
}
.solo-offer .offer-rate .label{font-size:14.5px;letter-spacing:.02em;color:var(--ink-soft);}
.solo-offer-head + .solo-offer-hook{text-align:center;margin-top:18px;font-weight:500;color:var(--ink-soft);}
.solo-offer-list{margin-top:34px;padding-top:30px;border-top:1px solid var(--line);}
.solo-offer-list li{font-size:15px;}
.solo-offer .btn{margin-top:30px;}
.solo-offer-note{font-size:13.5px;line-height:1.65;text-align:center;}

/* --- Transparence : deux colonnes --- */
.split-cols{display:grid;gap:20px;}
@media(min-width:860px){.split-cols{grid-template-columns:1fr 1fr;gap:28px;}}
.split-col{background:var(--cream);border:1px solid var(--line);border-radius:24px;padding:clamp(26px,3.4vw,40px);}
.split-col--dark{background:var(--forest);border-color:var(--forest);}
.split-label{
  font-family:'IBM Plex Mono',monospace;font-size:11.5px;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;color:var(--sage-deep);display:block;
}
.split-col--dark .split-label{color:var(--brass-soft);}
.split-list{margin-top:22px;display:flex;flex-direction:column;}
.split-list li{
  padding:15px 0;border-top:1px solid var(--line);font-size:15.5px;line-height:1.55;color:var(--ink-soft);
}
.split-col--dark .split-list li{border-color:var(--line-on-dark);color:var(--cream-on-dark);}

/* --- OptimClean : bandeau de transition pleine largeur --- */
.clean-cover{position:relative;isolation:isolate;overflow:hidden;min-height:clamp(380px,52vw,560px);display:flex;align-items:flex-end;}
.clean-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;}
.clean-cover-veil{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(12,16,10,.15) 0%,rgba(12,16,10,.55) 55%,rgba(12,16,10,.9) 100%);}
.clean-cover-inner{padding-top:clamp(60px,10vw,120px);padding-bottom:clamp(36px,5vw,64px);width:100%;}
.clean-cover-brand{
  font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.3em;text-transform:uppercase;
  color:var(--brass-soft);font-weight:600;
}
.clean-cover h2{color:#fff;font-weight:500;font-size:clamp(28px,4.6vw,54px);line-height:1.1;margin-top:16px;letter-spacing:-0.02em;}
.clean-cover-universes{display:flex;flex-wrap:wrap;gap:10px 28px;margin-top:clamp(24px,3vw,38px);padding-top:22px;border-top:1px solid rgba(255,255,255,.2);}
.clean-cover-universes span{color:rgba(255,255,255,.88);font-size:14.5px;font-weight:500;}

/* --- FAQ premium --- */
.faq-list{max-width:860px;}
.faq-q{padding:28px 2px;font-size:clamp(17px,1.7vw,21px);font-weight:500;gap:24px;line-height:1.35;}
.faq-q .plus{width:34px;height:34px;background:transparent;color:var(--forest);border:1px solid var(--line);font-size:18px;}
.faq-item.open .faq-q .plus{background:var(--forest);color:#fff;border-color:var(--forest);}
.faq-a{transition:max-height .45s cubic-bezier(.22,.61,.36,1);font-size:16px;line-height:1.7;}
.faq-a-inner{padding-bottom:30px;max-width:70ch;}
.faq-item.open .faq-a{max-height:420px;}

/* --- Galerie & images : transitions douces --- */
.gallery-card img,.proto-cover img,.kit-card-img img{transition:transform .8s cubic-bezier(.22,.61,.36,1);}
.gallery-card:hover img{transform:scale(1.04);}
.gallery-card{aspect-ratio:4/3.6;box-shadow:0 24px 50px -34px rgba(20,23,15,.5);}
.gallery-tag{font-size:13.5px;letter-spacing:.04em;}

/* --- Kit d'accueil --- */
.kit-card{max-width:820px;border-radius:28px;box-shadow:0 30px 70px -44px rgba(20,23,15,.45);}
.kit-card-body{padding:clamp(26px,4vw,44px);}
.kit-card h3{font-size:clamp(22px,2.6vw,30px);font-weight:500;}
.kit-card-price .num{font-family:'Fraunces',serif;font-size:clamp(38px,5vw,52px);font-weight:500;letter-spacing:-0.03em;}

/* --- Estimation : section de conversion --- */
.estimate-card{border-radius:30px;padding:clamp(28px,4.5vw,64px);gap:clamp(32px,4vw,64px);}
.estimate-intro h2{font-size:clamp(26px,3.4vw,40px);font-weight:500;line-height:1.1;}
.estimate-intro p{font-size:16.5px;max-width:420px;line-height:1.65;}
.field label{font-size:11.5px;}
.field input,.field select{padding:15px 16px;font-size:16px;border-radius:12px;}

/* --- Bannière CTA --- */
.cta-banner{border-radius:30px;padding:clamp(40px,6vw,80px) clamp(24px,5vw,64px);}
.cta-banner h2{font-size:clamp(26px,3.8vw,44px);font-weight:500;line-height:1.1;}

/* --- Footer premium --- */
footer{padding:clamp(56px,7vw,96px) 0 32px;}
.footer-col ul{gap:13px;font-size:15px;}
.footer-col ul a:hover{color:var(--brass-soft);}
.footer-col h4{letter-spacing:.18em;}

/* --- Mobile : rien d'écrasé, rien de minuscule --- */
@media(max-width:640px){
  body{line-height:1.62;}
  .section-head{margin-bottom:34px;}
  .btn{min-height:54px;font-size:16px;}
  .split-list li,.clean-list li,.offer-list li,.proto-checks li{font-size:15.5px;}
  .engage-card,.profile-card,.spec-card{padding:24px 22px;}
  .faq-q{font-size:17px;padding:22px 2px;gap:16px;}
  .carte-list li{
    display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;
    column-gap:12px;row-gap:2px;padding:15px 16px;flex-wrap:nowrap;
  }
  .carte-name{font-size:15px;line-height:1.45;}
  .carte-price{font-size:15.5px;justify-self:end;}
  /* Protocoles : vignette alignée en haut, titre lisible */
  .proto-head{align-items:flex-start;}
  .proto-thumb{width:44px;height:44px;margin-top:2px;}
  .proto-title{flex-direction:column;align-items:flex-start;gap:4px;font-size:17px;line-height:1.3;}
  .proto-head .plus{margin-top:6px;}

  .footer-col ul{font-size:15.5px;}
  .clean-cover-universes{flex-direction:column;gap:8px;}
  .hero-cinematic .hero-sub{font-size:15.8px;line-height:1.6;max-width:100%;}
  .hero-cinematic-stats{max-width:100%;}

}
.solo-offer .offer-rate{align-items:center;text-align:center;}

/* ===== HERO premium (v3) ===== */
.hero-keyfacts{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:26px}
.hero-keyfact{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:100px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:13.5px;letter-spacing:.01em}
.hero-keyfact strong{font-family:'Fraunces',serif;font-size:17px;color:var(--brass-soft);font-weight:600}
.hero-reassurance{margin-top:18px;font-size:13px;color:rgba(255,255,255,.72);letter-spacing:.02em}
.hero-cinematic-ctas .btn-brass{padding:20px 36px;font-size:14.5px}
@media(max-width:640px){
  .hero-keyfacts{gap:8px;margin-top:22px}
  .hero-keyfact{font-size:12.5px;padding:8px 13px}
  .hero-cinematic-ctas{flex-direction:column;align-items:stretch;width:100%}
  .hero-cinematic-ctas .btn{width:100%;justify-content:center}
}

/* ===== Pourquoi nous choisir — grands numéros ===== */
.why-row{align-items:flex-start}
.why-num{font-family:'Fraunces',serif;font-size:clamp(30px,4vw,44px);line-height:1;color:rgba(74,122,90,.35);font-weight:600;flex:0 0 auto;margin-right:6px}
@media(max-width:640px){.why-num{font-size:26px}}

/* ===== Offre 22 % éditoriale ===== */
.offer-editorial{display:grid;gap:28px;align-items:start;background:#fff;border:1px solid rgba(20,23,15,.10);border-radius:26px;padding:clamp(24px,4vw,48px);box-shadow:0 20px 60px rgba(20,23,15,.08)}
@media(min-width:900px){.offer-editorial{grid-template-columns:1.05fr .95fr;gap:56px}}
.offer-editorial-figure{display:flex;flex-direction:column;align-items:flex-start}
.offer-editorial-num{font-family:'Fraunces',serif;font-size:clamp(84px,13vw,164px);line-height:.86;color:#14170F;font-weight:600;letter-spacing:-.03em}
.offer-editorial-unit{margin-top:14px;font-size:clamp(17px,2.2vw,22px);color:#4A7A5A;font-weight:600}
.offer-editorial-claim{margin-top:20px;font-family:'Fraunces',serif;font-size:clamp(19px,2.4vw,24px);color:#14170F;line-height:1.3}
.offer-editorial-highlight{margin-top:14px;font-size:15px;color:#5b5f52;line-height:1.6;max-width:380px}
.offer-editorial-cta{margin-top:26px}
.offer-editorial-body h3{font-family:'Fraunces',serif;font-size:clamp(21px,2.6vw,26px);color:#14170F;margin:0 0 16px}
.offer-editorial-list{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.offer-editorial-list li{position:relative;padding-left:26px;font-size:15.5px;color:#3b4034;line-height:1.5}
.offer-editorial-list li::before{content:"";position:absolute;left:0;top:6px;width:14px;height:8px;border-left:2px solid #4A7A5A;border-bottom:2px solid #4A7A5A;transform:rotate(-45deg)}
.offer-editorial-note{margin-top:22px;padding-top:18px;border-top:1px solid rgba(20,23,15,.08);font-size:13px;line-height:1.6;color:#6a6f60}

/* ===== Exemple de rentabilité ===== */
.calc-block{max-width:960px;margin:56px auto 0;text-align:center}
.calc-block h3{font-family:'Fraunces',serif;font-size:clamp(22px,3vw,30px);color:#14170F;margin:0 0 32px}
.calc-row{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.calc-step{flex:1 1 200px;max-width:260px;display:flex;flex-direction:column;gap:6px;padding:26px 18px;background:#fff;border:1px solid rgba(20,23,15,.09);border-radius:20px}
.calc-step--result{background:var(--forest);border-color:transparent}
.calc-step--result .calc-label,.calc-step--result .calc-sub{color:rgba(255,255,255,.7)}
.calc-step--result .calc-value{color:#fff}
.calc-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f7f;font-weight:600}
.calc-value{font-family:'Fraunces',serif;font-size:clamp(28px,4vw,40px);color:#14170F;font-weight:600;line-height:1}
.calc-sub{font-size:13px;color:#6a6f60}
.calc-op{font-family:'Fraunces',serif;font-size:26px;color:#4A7A5A}
.calc-note{margin-top:22px;font-size:13px;color:#6a6f60}
@media(max-width:640px){.calc-row{flex-direction:column;gap:10px}.calc-step{width:100%;max-width:none}.calc-op{font-size:22px}}

/* ===== Kit d'accueil éditorial ===== */
@media(min-width:880px){
  .kit-card{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;max-width:1000px;margin:0 auto}
  .kit-card-img{height:100%}
  .kit-card-img img{height:100%;width:100%;object-fit:cover}
  .kit-card-body{padding:48px 44px;display:flex;flex-direction:column;justify-content:center}
}
