/* ==========================================================================
   Edabos — Landing page
   Reconstruction HTML/CSS de edabos.com
   Breakpoints (identiques au site d'origine) :
     • >= 1440px  desktop / grand écran
     • 810–1439px ordinateur portable & tablette
     • < 810px    téléphone
   ========================================================================== */

/* --------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------- */
:root{
  --ink:#000;
  --ink-soft:#4d4e50;
  --ink-mute:#666;
  --grey-panel:#f6f8f9;
  --line:#ececee;

  --violet:#6d8cff;
  --brand:#1e4af2;

  --gradient:radial-gradient(148.061% 91.7211% at 38.4043% 5.55555%,
              #f9f7fc 0%, #fcf2f1 28.4061%, #eecded 61.1454%, #6d8cff 100%);
  --gradient-linear:linear-gradient(#f9f7fc 0%, #fcf2f1 31.5315%, #eecded 64.8649%, #6d8cff 100%);

  --shadow-card:0 12px 19.6px -4px rgba(225,227,231,.6);
  --shadow-soft:0 4px 14px -2px rgba(17,17,26,.06);
  --shadow-btn:0 6px 16px -6px rgba(0,0,0,.45);

  --r-panel:30px;
  --r-card:25px;

  --container:1240px;   /* 1200px de contenu + 2×20px de padding */
  --gutter-wide:15px;   /* marge latérale des panneaux dégradés   */
  --gutter-grey:34px;   /* marge latérale des panneaux gris       */

  --sec-pad:150px;      /* rythme vertical entre les sections     */
}

/* --------------------------------------------------------------
   2. Reset
   -------------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none!important}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:110px}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:Geist,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,p{margin:0}
input,textarea,select{font:inherit;color:inherit}

/* --------------------------------------------------------------
   3. Utilitaires
   -------------------------------------------------------------- */
.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:20px}
.center{text-align:center;display:flex;flex-direction:column;align-items:center}

.h1,.h2,.h3,
.hero__title,.faq__title,.plan__name,.plan__price,.work__name,
.nav__word,.tcard__quote,.footer__watermark span,.video__word{
  font-family:"DM Sans",sans-serif;
}
.h1,.h2,.h3{
  font-weight:600;
  letter-spacing:-1px;
  color:var(--ink);
}
.h1{font-size:55px;line-height:62px}
.h2{font-size:60px;line-height:1.06}
.h3{font-size:35px;line-height:42px}

.lead{
  font-size:16px;
  line-height:1.6;
  color:var(--ink-soft);
  max-width:900px;
}
.lead b{font-weight:600;color:var(--ink)}

/* Révélation au scroll */
.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}
.js .reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .js .reveal{opacity:1;transform:none;transition:none}
  html{scroll-behavior:auto}
}

/* Motif de points sur les panneaux dégradés */
.dots{
  position:absolute;inset:0;
  z-index:0;                 /* toujours derrière le contenu */
  border-radius:inherit;
  pointer-events:none;
  opacity:.48;
  background-image:radial-gradient(rgba(255,255,255,.9) 1.1px,transparent 1.2px);
  background-size:18px 18px;
}
/* Le contenu des panneaux passe au-dessus du motif de points.
   Sans ça, .dots (positionné) serait peint par-dessus le contenu en flux normal. */
.panel > *:not(.dots):not(.hero__stage):not(.hero__content){position:relative;z-index:1}

/* --------------------------------------------------------------
   4. Badges
   -------------------------------------------------------------- */
.badge{
  display:inline-flex;align-items:center;gap:7px;
  padding:5px 12px;
  min-height:30px;
  border-radius:36px;
  background:#fff;
  border:1px solid var(--line);
  font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:1.4;
  color:var(--ink);
  white-space:nowrap;
  box-shadow:var(--shadow-soft);
}
.ico-badge{width:16px;height:16px;flex:none;color:#111}
.badge__shopify{width:15px;height:18px;flex:none}
.badge__shopify--word{width:57px;height:18px}

/* --------------------------------------------------------------
   5. Boutons
   -------------------------------------------------------------- */
.btn{
  --btn-h:46px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:var(--btn-h);
  padding:0 22px;
  border-radius:30px;
  font-family:Geist,sans-serif;font-size:16px;font-weight:600;line-height:1;
  white-space:nowrap;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn--dark{background:#000;color:#fff;box-shadow:var(--shadow-btn)}
.btn--dark:hover{background:#000}
.btn--outline{background:#fff;color:#111;border:1.6px solid #111}
.btn--outline:hover{background:#111;color:#fff}
.btn--ghost{background:transparent;color:#111;border:1px solid #bdc2c7}
.btn--ghost:hover{border-color:#111}
.btn--violet{
  background:linear-gradient(180deg,#c3b6ff 0%,#9aa6ff 100%);
  color:#fff;box-shadow:0 6px 16px -10px rgba(109,140,255,.9);
}
.plan--featured .plan__cta{box-shadow:inset 0 0 7.6px 4px #000, inset 0 -2px 7.9px 4px rgba(255,255,255,.49), 0 6px 16px -8px rgba(0,0,0,.5)}
.btn--block{width:100%;height:52px}
.ico-arrow{width:12px;height:12px;flex:none}

/* Effet « rolling text » du site d'origine */
.rolling span{display:inline-block;transition:transform .32s cubic-bezier(.5,0,.2,1)}
.rolling:hover span{transform:translateY(-1px)}

/* --------------------------------------------------------------
   6. Navbar
   -------------------------------------------------------------- */
.nav{
  position:fixed;top:15px;left:50%;transform:translateX(-50%);
  z-index:100;
  width:min(1200px,calc(100% - 30px));
}
.nav__inner{
  display:flex;align-items:center;justify-content:space-between;
  height:68px;
  padding:10px 10px 10px 20px;
  border-radius:50px;
  background:#fff;
  box-shadow:0 5px 10px -3px rgba(0,0,0,.1);
}
.nav__logo{display:inline-flex;align-items:center}
.nav__logoimg{width:117px;height:22px;display:block}
.footer__logo img{display:block}
.nav__links{display:flex;align-items:center;gap:35px}
.nav__links a{
  font-family:Geist,sans-serif;font-size:16px;font-weight:500;color:#111;
  position:relative;
}
.nav__links a::after{
  content:"";position:absolute;left:0;right:100%;bottom:-4px;height:1.5px;background:#111;
  transition:right .3s ease;
}
.nav__links a:hover::after{right:0}
.nav__cta{--btn-h:48px;width:192px;padding:0;flex:none;border-width:1.5px;background:transparent}
.nav__cta:hover{background:#111;color:#fff}
.nav__wa{display:none}
.nav__burger{display:none;width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.nav__burger span{display:block;width:20px;height:2px;background:#111;border-radius:2px;transition:transform .25s ease,opacity .25s ease}
.nav__burger[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.nav__burger[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
/* Sur ordinateur : barre transparente en haut de page,
   pilule blanche dès que l'on défile. */
@media (min-width:810px){
  html.js .nav__inner{
    background:transparent;box-shadow:none;
    transition:background .3s ease,box-shadow .3s ease;
  }
  html.js .nav.is-stuck .nav__inner{
    background:#fff;box-shadow:0 5px 10px -3px rgba(0,0,0,.1);
  }
}
.nav__mobile{
  margin-top:8px;padding:18px 20px 22px;
  background:#fff;border-radius:24px;
  box-shadow:0 12px 30px -16px rgba(17,17,26,.3);
  display:flex;flex-direction:column;gap:16px;
}
.nav__mobile a{font-family:Geist,sans-serif;font-size:17px;font-weight:500}
.nav__mobile .btn{margin-top:4px}

/* --------------------------------------------------------------
   7. Panneaux & sections
   -------------------------------------------------------------- */
.panel{
  position:relative;
  margin:0 var(--gutter-wide);
  border-radius:var(--r-panel);
  overflow:hidden;
  isolation:isolate;
}
.panel--gradient{background:var(--gradient)}
.panel--gradient-linear{background:var(--gradient-linear)}
.panel--grey{margin:0 var(--gutter-grey);background:var(--grey-panel)}

.section{padding:var(--sec-pad) 0}
/* Deux sections blanches qui se suivent ne doublent pas l'espacement */
.section + .section{padding-top:0}
.section--tight{padding:90px 0}
.section--video{padding:150px 0 150px}

.section .badge,.panel .badge{margin-bottom:26px}
.section .h2,.panel .h2,.section .h1,.panel .h1{margin-bottom:22px}
.section .lead,.panel .lead{margin-bottom:0}

/* Tailles de titre propres à certaines sections (presets du site d'origine) */
#notre-processus .h2{font-size:45px;line-height:52px}
#avis-clients .h2,#cadeau .h2{font-size:56px;line-height:1.07}
.booking .h1{font-size:60px;line-height:1.06}
.cta-final .h2{font-size:41px;line-height:48px}
#resultats .h3{font-size:38px;line-height:42px;letter-spacing:-1px}

/* --------------------------------------------------------------
   8. Hero
   -------------------------------------------------------------- */
.hero{height:918px;margin-top:15px;padding-top:149px}
.hero__content{
  position:relative;z-index:3;
  display:flex;flex-direction:column;align-items:center;text-align:center;
  max-width:1240px;margin-inline:auto;padding-inline:20px;
}
.hero__content .badge{margin-bottom:16px}
.hero__title{
  font-family:"DM Sans",sans-serif;font-weight:600;font-size:55px;line-height:62px;
  letter-spacing:-1px;max-width:1030px;margin-bottom:16px;
}
.hero__title b{font-weight:800}
.hero__title--mob{display:none}
.hero__sub{font-size:17px;line-height:1.6;color:var(--ink-soft);max-width:880px;margin-bottom:14px}
.hero__sub b{font-weight:600;color:#111}

.reassurance{display:flex;align-items:center;justify-content:center;gap:10px 18px;flex-wrap:wrap;margin-bottom:24px}
.reassurance li{
  display:inline-flex;align-items:center;gap:8px;
  font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.3;color:#000;
  white-space:nowrap;
}
.ico-check{width:16px;height:16px;flex:none;color:#111}
.reassurance .r-2{display:none}
.reassurance .r-2 em{display:block;font-style:normal}

.hero__stage{position:absolute;inset:0;z-index:1}
.hero__glow{position:absolute;inset:0;width:100%;height:100%;object-fit:fill}
/* Arche du hero — tracé et cadrage repris du site (778x389 dans le panneau).
   En fond d'un bloc plutôt qu'en <svg> : le dimensionnement en % y est fiable. */
.hero__arch-shape{
  position:absolute;display:block;
  left:29.47%;top:57.63%;right:auto;bottom:auto;
  width:41.16%;height:42.37%;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 778 389' preserveAspectRatio='none'%3E%3Cpath d='M0 389C214.836 389 388.999 214.843 389.012 0C389.012 214.839 563.168 389 778 389H0Z' fill='%23ffffff'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.hero__card{position:absolute}
.hero__card--l{left:12.81%;top:61.33%;width:19.37%}
.hero__card--r{left:67.88%;top:61.33%;width:19.37%}

.toast{
  position:absolute;left:40.32%;top:83.44%;
  width:19.42%;height:12.53%;
  animation:toast-pulse 6s ease-in-out infinite;
}
@keyframes toast-pulse{0%,88%,100%{transform:translateY(0)}92%{transform:translateY(-6px)}}
.toast__ghost{position:absolute;background:#fff;display:block}
.toast__ghost--2{left:4.63%;top:18.3%;width:90.7%;height:72.2%;border-radius:20px;
  box-shadow:rgba(139,148,158,.29) 0 18.15px 23px -16.34px}
.toast__ghost--3{left:11.99%;top:39.1%;width:76.3%;height:60%;border-radius:17px;
  box-shadow:rgba(139,148,158,.29) 0 15.26px 23px -13.74px}
.toast__card{
  position:absolute;left:0;top:0;width:100%;height:79.1%;
  background:#fff;border-radius:22px;overflow:hidden;
  box-shadow:rgba(139,148,158,.29) 0 20px 23px -18px;
}
.toast__icon{position:absolute;left:3.54%;top:17.6%;width:16.35%;height:auto;display:block}
.toast__title{position:absolute;left:23.16%;top:16.5%;
  font-family:Geist,sans-serif;font-size:16.45px;line-height:20.15px;font-weight:700;letter-spacing:-.16px;
  color:#000;white-space:nowrap}
.toast__time{position:absolute;left:72.48%;top:16.5%;
  font-family:Geist,sans-serif;font-size:16.45px;line-height:20.15px;font-weight:500;letter-spacing:-.16px;
  color:rgba(0,0,0,.28);white-space:nowrap}
.toast__text{position:absolute;left:23.16%;top:39.6%;width:59.4%;
  font-family:Geist,sans-serif;font-size:16.45px;line-height:20.15px;font-weight:500;letter-spacing:-.16px;color:#000}

/* --------------------------------------------------------------
   9. Vidéo
   -------------------------------------------------------------- */
.video{width:100%;max-width:1030px;margin:46px 0 44px;border-radius:12px;overflow:hidden;background:#e9ecf3}
.video wistia-player{display:block;width:100%}

/* --------------------------------------------------------------
   10. Parcours d'achat (4 cartes)
   -------------------------------------------------------------- */
.parcours{padding:150px 0 120px;margin-top:0}
.parcours .lead{margin-bottom:56px}

.steps4{
  display:grid;grid-template-columns:repeat(4,1fr);
  align-items:start;gap:20px;width:100%;
  margin-bottom:50px;position:relative;
}
.steps4__arrow{
  position:absolute;top:208px;transform:translate(-50%,-50%);
  width:46px;height:46px;z-index:3;
}
.steps4__arrow:nth-of-type(1){left:calc(25% - 2.5px)}
.steps4__arrow:nth-of-type(2){left:50%}
.steps4__arrow:nth-of-type(3){left:calc(75% + 2.5px)}

.scard{
  background:#fff;border-radius:25px;
  box-shadow:0 12px 19.6px -4px rgba(225,227,231,.6);
  padding:8px 8px 25px;min-height:416px;
  display:flex;flex-direction:column;gap:15px;
  text-align:left;overflow:hidden;
}
.scard__media{border-radius:17px;overflow:hidden;aspect-ratio:269/180;background:var(--grey-panel)}
.scard__media img{width:100%;height:100%;object-fit:cover;display:block}
.scard__title{
  font-family:"DM Sans",sans-serif;font-weight:600;font-size:18px;line-height:20px;letter-spacing:-1px;
  padding:0 15px;margin:0;
}
.scard__text{font-family:Geist,sans-serif;font-size:14px;line-height:19.6px;letter-spacing:-.16px;color:#4d4e50;padding:0 15px;margin-top:-5px}

/* --------------------------------------------------------------
   11. Nos réalisations (carrousel)
   -------------------------------------------------------------- */
#nos-boutiques .lead{margin-bottom:0}
.works{position:relative;max-width:1320px;margin:52px auto 0;padding:0 60px}
.works__viewport{overflow:hidden;border-radius:var(--r-card)}
.works__track{display:flex;transition:transform .55s cubic-bezier(.4,.1,.2,1)}
.work{
  flex:0 0 100%;
  display:grid;grid-template-columns:791fr 385fr;gap:20px;
  padding:0 4px;
}
.work__shot{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card);background:#e9ebee;aspect-ratio:791/471}
.work__shot img{width:100%;height:100%;object-fit:cover;object-position:top center}
.work__info{
  background:#fff;border:1px solid #e8eaec;border-radius:16px;box-shadow:var(--shadow-card);
  padding:24px 24px 20px;text-align:left;display:flex;flex-direction:column;
}
.work__name{font-family:"DM Sans",sans-serif;font-weight:600;font-size:23px;letter-spacing:-.5px;line-height:1.2;margin-bottom:6px}
.work__styles{font-family:Geist,sans-serif;font-weight:600;font-size:14px;margin-bottom:12px}
.work__text{font-size:13.5px;line-height:1.55;color:var(--ink-soft);margin-bottom:10px}
.work__label{font-family:Geist,sans-serif;font-weight:600;font-size:14px;margin:4px 0 4px}
.work__link{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;padding-top:18px;font-family:Geist,sans-serif;font-weight:600;font-size:14px;width:100%}
.work__linkico{width:32px;height:32px;border-radius:50%;background:var(--grey-panel);display:grid;place-items:center;flex:none}
.work__linkico svg{width:18px;height:18px}

.works__nav{
  position:absolute;top:38%;transform:translateY(-50%);
  width:44px;height:44px;border-radius:50%;
  background:rgba(0,0,0,.06);color:#333;
  display:grid;place-items:center;z-index:4;
  transition:background .25s ease,color .25s ease;
}
.works__nav:hover{background:#111;color:#fff}
.works__nav svg{width:22px;height:22px}
.works__nav--prev{left:0}
.works__nav--next{right:0}

.dots-nav{display:flex;justify-content:center;gap:8px;margin-top:26px}
.dots-nav button{width:9px;height:9px;border-radius:50%;background:#d9dade;transition:background .25s ease,width .25s ease}
.dots-nav button.is-active{background:#111;width:22px;border-radius:6px}

/* --------------------------------------------------------------
   12. Programme / bento
   -------------------------------------------------------------- */
.features{padding:120px 0 80px}
.features__head{margin-bottom:40px}
.features__head .lead{margin-bottom:18px}

/* Étiquette « €380 » */
.pricetag{
  display:inline-flex;align-items:center;gap:10px;
  padding:9px;border-radius:10px;background:#fff;
}
.pricetag img{width:15px;height:18px;display:block}
.pricetag b{font-family:Geist,sans-serif;font-size:12px;line-height:12.24px;font-weight:700;letter-spacing:-.12px;color:#7a7a7c}
.pricetag s{text-decoration:line-through}

.bento{display:flex;flex-direction:column;gap:20px;position:relative;z-index:2}
.bento__row{display:flex;gap:20px;align-items:stretch}
.bcard{
  position:relative;overflow:hidden;
  background:#fff;border-radius:25px;
  padding:25px;height:387px;text-align:left;
}
.bcard--a{flex:692 1 0}
.bcard--b{flex:488 1 0}
.bcard--c{flex:488 1 0}
.bcard--d{flex:692 1 0}
.bcard__title{font-family:"DM Sans",sans-serif;font-weight:600;font-size:18px;line-height:20px;margin-bottom:10px}
.bcard__text{font-family:Geist,sans-serif;font-size:14px;line-height:19.6px;letter-spacing:-.16px;color:#4d4e50}
.bcard__media{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.bcard__media img{position:absolute;object-fit:contain}

/* Carte A — 3 maquettes inclinées */
.bcard__media--a .ba--1{left:1.16%;top:49.6%;width:65.2%;height:120.4%}   /* Yi5Iy3 */
.bcard__media--a .ba--3{left:54.8%;top:12.7%;width:70.2%;height:139.8%}   /* VgE9fi */
.bcard__media--a .ba--2{left:24.6%;top:20.4%;width:45.5%;height:89.7%}    /* qVoE6T */

/* Carte B */
.bcard__media--b img{left:0;top:31.8%;width:100%;height:68.2%;object-fit:cover}
/* Carte C */
.bcard__media--c img{left:0;top:27.6%;width:100%;height:72.4%;object-fit:cover}

/* Carte D */
.bcard__media--d .bd--1{left:4.34%;top:31.3%;width:45.7%;height:71.8%}
.bundles{position:absolute;left:56.07%;top:39.5%;width:55.8%}
.bundles__label{font-family:Geist,sans-serif;font-size:16.72px;line-height:23.4px;letter-spacing:-.19px;color:#4d4e50;margin-bottom:9px}
.bundles__row{display:flex;gap:15px}
.bundles__item{
  position:relative;flex:0 0 118px;height:112px;border-radius:12px;background:#e6ebef;
  box-shadow:rgba(255,255,255,.63) 4.78px 4.78px 7.4px -1.19px inset;
  display:block;overflow:hidden;
}
.bundles__item--faded{opacity:.5}
.bundles__shelf{
  position:absolute;left:8px;top:8px;width:101px;height:64px;border-radius:10px;background:#fff;
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.bundles__shelf img{position:static;width:53px;height:53px;object-fit:cover;margin:0 -12px}
.bundles__bar1{position:absolute;left:8px;top:78px;width:86px;height:11px;border-radius:10px;background:rgba(255,255,255,.41)}
.bundles__bar2{position:absolute;left:8px;top:93px;width:51px;height:11px;border-radius:10px;background:#fff}
.bundles__faq{
  display:flex;align-items:center;gap:14px;
  margin-top:22px;width:386px;height:45px;padding:0 12px;border-radius:10px;background:#f3f5f7;
  font-family:Geist,sans-serif;font-size:16.72px;line-height:23.4px;letter-spacing:-.19px;color:#4d4e50;
}
.bundles__faq img{width:25px;height:25px;flex:none;display:block}

/* --------------------------------------------------------------
   13. Offres
   -------------------------------------------------------------- */
#offres .lead{margin-bottom:52px}
.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
.plan{
  background:#fff;border-radius:25px;
  box-shadow:0 12px 19.6px -4px rgba(225,227,231,.6);
  overflow:hidden;text-align:left;
  display:flex;flex-direction:column;
}
.plan__head{
  position:relative;background:#fff;
  padding:10px 19px 30px;min-height:261px;
  display:flex;flex-direction:column;gap:41px;
  border-bottom:1px solid #bdc2c7;
}
.plan__head--grey{background:var(--grey-panel)}
.plan__head--gradient{
  background:#fff url("../img/plan-croissance-bg.svg") center/100% 100% no-repeat;
}
.plan__intro{display:flex;flex-direction:column;gap:8px}
.plan__name{
  position:relative;display:flex;align-items:center;gap:12px;flex-wrap:nowrap;
  font-family:Geist,sans-serif;font-weight:500;font-size:24px;line-height:36.48px;letter-spacing:normal;
}
.pill-pop{
  display:inline-flex;align-items:center;gap:5px;
  padding:4px 8px;border-radius:8px;background:#fff;
  box-shadow:0 1px 3px rgba(17,17,26,.08);
  font-family:Geist,sans-serif;font-size:14px;line-height:15.68px;font-weight:500;letter-spacing:normal;color:#000;
  white-space:nowrap;
}
.pill-pop img{width:15px;height:14px;display:block}
.plan__desc{font-family:Geist,sans-serif;font-size:16px;line-height:17.92px;font-weight:400;color:#4d4e50}
.plan__buy{display:flex;flex-direction:column;gap:19px}
.plan__price{font-family:Geist,sans-serif;font-weight:500;font-size:48px;line-height:41.76px;letter-spacing:-.48px;color:#000}
.plan__cta{width:100%;--btn-h:49px;border-radius:15px;font-size:16px;font-weight:600;letter-spacing:-.16px}
.plan__cta .ico-arrow{width:10px;height:10px}
.plan__list{padding:22px 19px 30px;display:flex;flex-direction:column;gap:15px}
.plan__list li{
  position:relative;padding-left:17px;
  font-family:Geist,sans-serif;font-size:14px;line-height:17.22px;color:rgba(77,78,80,.75);
}
.plan__list li b{font-weight:700;color:rgba(77,78,80,.75)}
.plan__list li::before{
  content:"";position:absolute;left:0;top:5px;width:9px;height:7px;
  background:#131925;
  -webkit-mask:url("../img/icon-check-fill.svg") no-repeat center/9px 7px;
  mask:url("../img/icon-check-fill.svg") no-repeat center/9px 7px;
}

/* --------------------------------------------------------------
   14. Notre processus
   -------------------------------------------------------------- */
#notre-processus .lead{margin-bottom:70px}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:19px;align-items:start;text-align:left}
.pstep__media{
  border-radius:18px;overflow:hidden;background:var(--grey-panel);
  aspect-ratio:386/242;display:grid;place-items:center;margin-bottom:18px;
}
.pstep__media img{width:100%;height:100%;object-fit:cover}
.pstep:nth-child(1) .pstep__media{margin-top:80px}
.pstep:nth-child(2) .pstep__media{margin-top:40px}
.pstep:nth-child(3) .pstep__media{margin-top:0}
.pstep__title{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  font-family:Geist,sans-serif;font-weight:600;font-size:17px;line-height:1.3;
  margin-bottom:14px;
}
.chip{
  display:inline-flex;align-items:center;justify-content:center;
  height:30px;padding:5px 10px;border-radius:37px;
  background:#121315;color:#fff;
  font-family:Geist,sans-serif;font-size:16px;line-height:19.6px;font-weight:600;letter-spacing:-.16px;
}
.chip--soft{
  background:linear-gradient(90deg,#ffb7b1 0%,#ffaaed 51.44%,#969aff 100%);
  color:#fff;
}
.ticks{display:flex;flex-direction:column;gap:11px}
.ticks li{position:relative;padding-left:24px;font-size:13.6px;line-height:1.45;color:#26272a}
.ticks li b{font-weight:600;color:#000}
.ticks li::before{
  content:"";position:absolute;left:1px;top:4px;width:12px;height:8px;
  border-left:2px solid #111;border-bottom:2px solid #111;transform:rotate(-45deg);
}

/* --------------------------------------------------------------
   15. Résultats
   -------------------------------------------------------------- */
.results{
  background:var(--grey-panel);border-radius:var(--r-panel);
  padding:44px 57px 44px 54px;
  display:grid;grid-template-columns:524px 1fr;gap:73px;
  position:relative;overflow:hidden;
  min-height:556px;
}
.results__left{text-align:left;display:flex;flex-direction:column;align-items:flex-start}
.results__left .badge{margin-bottom:16px}
.results__left .h3{margin-bottom:16px}
.results__text{font-size:16px;line-height:1.6;color:var(--ink-soft);margin-bottom:8px}
.dashed{display:block;width:100%;height:1px;margin:12px 0 22px;
  background-image:linear-gradient(90deg,#c9cace 0 6px,transparent 6px 12px);background-size:12px 1px}

/* Colonne droite : défilement vertical des captures Shopify */
.results__right{position:relative;align-self:stretch;margin:-44px -57px -44px 0}
.ticker{position:absolute;inset:0;overflow:hidden;display:flex;gap:20px;justify-content:flex-start}
.ticker__col{flex:0 0 237px;display:flex;flex-direction:column;gap:20px;will-change:transform}
.ticker__col:nth-child(2){flex-basis:233px}
.ticker__col img{
  width:100%;height:auto;display:block;border-radius:11px;
  border:1px solid #e7e9ec;background:#fff;
}
.ticker__col--up{animation:ticker-up 28s linear infinite}
.ticker__col--down{animation:ticker-down 32s linear infinite}
@keyframes ticker-up{from{transform:translateY(0)}to{transform:translateY(-50%)}}
@keyframes ticker-down{from{transform:translateY(-50%)}to{transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){
  .ticker__col--up,.ticker__col--down{animation:none}
  .ticker__col--up{transform:translateY(-14%)}
  .ticker__col--down{transform:translateY(-26%)}
}

/* --------------------------------------------------------------
   16. Réservation
   -------------------------------------------------------------- */
.booking{padding:110px 0 90px}
.booking .lead{margin-bottom:38px}
.booking__card{
  width:100%;max-width:810px;
  background:#fff;border-radius:20px;overflow:hidden;
  box-shadow:0 26px 60px -30px rgba(30,30,60,.45);
}
.booking__card iframe{display:block;width:100%;height:640px;border:0}
.booking__placeholder{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;
  min-height:420px;padding:48px 32px;text-align:center;
}
.booking__brand{display:inline-flex;align-items:center;gap:8px;margin-bottom:6px}
.booking__brand img{width:149px;height:28px}
.booking__lead{font-family:"DM Sans",sans-serif;font-weight:600;font-size:26px;letter-spacing:-.5px;line-height:1.2;max-width:420px}
.booking__note{font-size:14.5px;line-height:1.6;color:var(--ink-soft);margin-bottom:8px}

/* --------------------------------------------------------------
   17. Équipe
   -------------------------------------------------------------- */
.team{position:relative;max-width:1320px;margin:44px auto 0;padding:0 60px}
.team__viewport{overflow:hidden}
.team__track{display:flex;gap:15px;transition:transform .55s cubic-bezier(.4,.1,.2,1)}
.tcard{
  flex:0 0 calc((100% - 30px)/3);
  background:#fff;border:1px solid #dddfe0;border-radius:25px;
  padding:35px;text-align:left;
  display:flex;flex-direction:column;justify-content:space-between;
  min-height:303px;
}
.tcard__quote{display:block;width:27px;height:26px;margin-bottom:20px}
.tcard__text{font-family:Geist,sans-serif;font-size:16px;line-height:19.6px;letter-spacing:-.16px;color:#4d4e50}
.tcard__who{display:flex;align-items:center;gap:17px;margin-top:auto;padding-top:28px}
.tcard__who img{width:45px;height:45px;border-radius:50%;object-fit:cover;flex:none;background:#c0c7d0}
.tcard__who span{display:flex;flex-direction:column;gap:4px;font-family:Geist,sans-serif;font-size:16px;line-height:17.28px;color:#4d4e50}
.tcard__who b{font-weight:600;color:#000}

/* --------------------------------------------------------------
   18. Cadeau / lead magnet
   -------------------------------------------------------------- */
.gift{padding:96px 0 100px}
.gift__title{margin-bottom:14px}
.gift__title .grad{
  background:linear-gradient(90deg,#b6a8ff 0%,#8e9dff 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.gift .lead{margin-bottom:34px;color:#3d3e42}
.gift__form{
  width:100%;max-width:626px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(255,255,255,.55);
  border-radius:22px;
  padding:26px 24px 24px;
  text-align:left;
  backdrop-filter:blur(6px);
  display:flex;flex-direction:column;gap:18px;
}
.field{display:flex;flex-direction:column;gap:8px;border:0;padding:0;margin:0}
.field__label{font-family:Geist,sans-serif;font-size:14px;font-weight:600;color:#111}
.field input[type=email],.field input[type=text]{
  height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.7);
  background:rgba(255,255,255,.5);padding:0 14px;font-size:14px;color:#111;
  outline:none;transition:border-color .2s ease,background .2s ease;
}
.field input::placeholder{color:#8b8c92}
.field input:focus{border-color:#111;background:rgba(255,255,255,.85)}
.field--radios{gap:10px}
.radio{display:flex;align-items:center;gap:10px;font-size:14px;color:#111;cursor:pointer}
.radio input{position:absolute;opacity:0;pointer-events:none}
.radio span{
  width:16px;height:16px;border-radius:50%;flex:none;
  background:rgba(255,255,255,.6);border:1px solid rgba(0,0,0,.18);
  display:grid;place-items:center;transition:border-color .2s ease;
}
.radio input:checked + span{border-color:#2b6bff;border-width:2px}
.radio input:checked + span::after{content:"";width:7px;height:7px;border-radius:50%;background:#2b6bff}

/* --------------------------------------------------------------
   19. FAQ
   -------------------------------------------------------------- */
.faq{display:grid;grid-template-columns:370px 1fr;gap:140px;align-items:start}
.faq__intro{text-align:left;display:flex;flex-direction:column;align-items:flex-start}
.faq__title{font-size:56px;line-height:1.05;margin-bottom:16px}
.faq__text{font-size:14px;line-height:1.55;color:var(--ink-soft);margin-bottom:24px}
.faq__list{display:flex;flex-direction:column;gap:8px}
.qa{background:var(--grey-panel);border-radius:14px;overflow:hidden}
.qa summary{
  display:flex;align-items:center;gap:18px;
  padding:16px 22px;cursor:pointer;list-style:none;
  font-family:Geist,sans-serif;font-weight:600;font-size:16px;line-height:1.35;
  position:relative;padding-right:56px;
}
.qa summary::-webkit-details-marker{display:none}
.qa summary i{font-style:normal;font-weight:400;font-size:14px;color:#a3a5ab;flex:none;width:10px}
.qa summary::after{
  content:"";position:absolute;right:22px;top:50%;width:15px;height:15px;
  transform:translateY(-50%);
  background:
    linear-gradient(#111,#111) center/15px 1.6px no-repeat,
    linear-gradient(#111,#111) center/1.6px 15px no-repeat;
  transition:transform .3s ease;
}
.qa[open] summary::after{transform:translateY(-50%) rotate(45deg);background:linear-gradient(#111,#111) center/15px 1.6px no-repeat}
.qa__body{padding:0 56px 20px 50px}
.qa__body p{font-size:14px;line-height:1.6;color:var(--ink-soft)}

/* --------------------------------------------------------------
   20. CTA final
   -------------------------------------------------------------- */
.cta-final{padding:110px 0 120px;margin-bottom:0}
.cta-final .lead{margin-bottom:22px}
.cta-final .badge{margin-bottom:22px}

/* --------------------------------------------------------------
   20 bis. Visionneuse des projets
   -------------------------------------------------------------- */
.work__link{cursor:pointer}
.lightbox{
  position:fixed;inset:0;z-index:200;
  display:flex;align-items:center;justify-content:center;
  padding:64px 90px;
  background:rgba(12,12,18,.86);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
  animation:lb-in .22s ease;
}
@keyframes lb-in{from{opacity:0}to{opacity:1}}
.lightbox__figure{margin:0;max-width:1100px;width:100%;text-align:center;display:flex;flex-direction:column;gap:14px;min-height:0}
.lightbox__frame{
  flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;
  border-radius:14px;background:#fff;
  box-shadow:0 30px 70px -30px rgba(0,0,0,.7);
  scrollbar-width:thin;
}
.lightbox__frame img{display:block;width:100%;height:auto}
.lightbox__figure figcaption{
  display:flex;align-items:center;justify-content:center;gap:14px;flex:none;
  color:#fff;font-family:Geist,sans-serif;font-size:15px;font-weight:500;
}
.lightbox__count{color:rgba(255,255,255,.55);font-variant-numeric:tabular-nums}
.lightbox__close{
  position:absolute;top:22px;right:26px;
  width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.12);color:#fff;font-size:26px;line-height:1;
  display:grid;place-items:center;transition:background .2s ease;z-index:2;
}
.lightbox__close:hover{background:rgba(255,255,255,.24)}
.lightbox__nav{
  position:absolute;top:50%;transform:translateY(-50%);
  width:52px;height:52px;border-radius:50%;
  background:rgba(255,255,255,.12);color:#fff;
  display:grid;place-items:center;transition:background .2s ease;z-index:2;
}
.lightbox__nav:hover{background:rgba(255,255,255,.26)}
.lightbox__nav svg{width:24px;height:24px}
.lightbox__nav--prev{left:22px}
.lightbox__nav--next{right:22px}
.lightbox.is-single .lightbox__nav,.lightbox.is-single .lightbox__count{display:none}

/* --------------------------------------------------------------
   21. Footer
   -------------------------------------------------------------- */
.footer{position:relative;padding:120px 0 0;overflow:hidden}
.footer__card{
  background:#fff;border-radius:var(--r-card);box-shadow:var(--shadow-card);
  padding:30px 30px 0;
}
.footer__cols{display:grid;grid-template-columns:1fr 170px 210px;gap:34px;padding-bottom:34px}
.footer__logo{margin-bottom:14px}
.footer__desc{font-family:"Inter Tight",Inter,sans-serif;font-size:15px;line-height:1.55;color:#4a4b4f;max-width:470px;margin-bottom:18px}
.footer__contact{margin-bottom:10px}
.footer__contact a{display:inline-flex;align-items:center;gap:10px;font-family:"Inter Tight",Inter,sans-serif;font-size:15px}
.ico-c{width:20px;height:20px;flex:none;color:#111}
.footer__nav h4{font-family:"Inter Tight",Inter,sans-serif;font-size:16px;font-weight:600;margin-bottom:20px}
.footer__nav{display:flex;flex-direction:column;gap:12px}
.footer__nav a{font-family:"Inter Tight",Inter,sans-serif;font-size:16px;font-weight:400;transition:opacity .2s ease}
.footer__nav a:hover{opacity:.6}
.footer__bottom{border-top:1px solid #edeef0;padding:18px 0 22px}
.footer__bottom p{font-family:"Inter Tight",Inter,sans-serif;font-size:14px;color:#6c6d72}

.footer__watermark{
  display:flex;align-items:flex-start;justify-content:center;
  margin-top:44px;max-height:9.6vw;overflow:hidden;
  pointer-events:none;user-select:none;
}
/* Filigrane : silhouette du logo en aplat clair (masque = couleur uniforme) */
.footer__watermark span{
  display:block;width:min(1200px,92vw);aspect-ratio:149/28;
  background:#f1f2f4;
  -webkit-mask:url("../img/logo-edabos-lg.svg") no-repeat center/100% 100%;
  mask:url("../img/logo-edabos-lg.svg") no-repeat center/100% 100%;
}

/* ==========================================================================
   ORDINATEUR PORTABLE / TABLETTE  (810px – 1439px)
   ========================================================================== */
@media (max-width:1439.98px){
  :root{--sec-pad:110px;--container:1040px}

  .h1{font-size:45px;line-height:52px}
  .h2{font-size:48px;line-height:1.08;letter-spacing:-1.2px}
  .h3{font-size:31px;line-height:38px}

  .nav__links{gap:24px;margin-right:22px}
  .nav__links a{font-size:15px}
  .nav__cta{--btn-h:44px;font-size:15px;padding:0 17px}

  .hero{padding-top:140px}
  .hero__title{font-size:45px;line-height:52px;max-width:840px}
  .toast__title,.toast__time,.toast__text{font-size:13px;line-height:16px}

  .video{max-width:860px}
  .video__word{font-size:7vw}

  .steps4{grid-template-columns:repeat(2,1fr);gap:18px}
  .steps4__arrow{display:none}

  .works{padding:0 52px}
  .work{grid-template-columns:1.7fr 1fr}
  .work__info{padding:20px}
  .work__name{font-size:21px}

  .bcard{min-height:340px;padding:22px 24px}
  .bcard__title{font-size:18px}
  .bundles{left:56%;top:34%;transform:scale(.78);transform-origin:left top}

  .plans{gap:16px}
  .plan__head{padding:24px 20px 26px;min-height:244px}
  .plan__name{font-size:27px}
  .plan__price{font-size:38px}
  .plan__list{padding:20px 20px 26px}

  .process{gap:16px}
  .pstep:nth-child(1) .pstep__media{margin-top:56px}
  .pstep:nth-child(2) .pstep__media{margin-top:28px}

  .results{grid-template-columns:1fr 430px;padding:44px 0 44px 40px;gap:34px;min-height:520px}
  .results__right{margin:-44px 0 -44px 0}
  .ticker__col{flex:0 0 205px}
  .ticker__col:nth-child(2){flex-basis:205px}

  .team{padding:0 52px}
  .tcard{flex:0 0 calc((100% - 15px)/2)}

  .faq{grid-template-columns:320px 1fr;gap:70px}
  .faq__title{font-size:46px}

  .footer__cols{grid-template-columns:1fr 160px 200px;gap:24px}
}

/* ==========================================================================
   TÉLÉPHONE  (< 810px) — repris sur le rendu réel de edabos.com en 390px
   ========================================================================== */
@media (max-width:809.98px){
  :root{
    --sec-pad:64px;
    --gutter-wide:15px;
    --gutter-grey:18px;
    --r-panel:30px;
    --r-card:25px;
  }
  html{scroll-padding-top:86px}
  .container{padding-inline:15px}
  .only-desk{display:none}
  /* Les <br> sont calés sur la largeur desktop : on laisse le texte
     se replier naturellement sur téléphone. */
  .h1 br,.h2 br,.h3 br,.lead br,.hero__title br,.hero__sub br,
  .faq__text br,.booking__note br,.footer__desc br{display:none}
  .h1,.h2,.h3{max-width:340px;margin-inline:auto}
  #parcours .h2,#programme .h2,#notre-processus .h2{max-width:323px}

  /* Grille typographique du site en mobile */
  .h1{font-size:33px;line-height:38px;letter-spacing:-1.5px}
  .h2{font-size:42px;line-height:38px;letter-spacing:-1.5px}
  .h3{font-size:28px;line-height:30px;letter-spacing:normal}
  .lead{font-size:16px;line-height:19.6px;letter-spacing:-.16px}

  #parcours .h2{font-size:28px;line-height:30px;letter-spacing:normal}
  #nos-boutiques .h2{font-size:31px;line-height:38px;letter-spacing:-.5px}
  #programme .h2{font-size:35px;line-height:38px;letter-spacing:-1.5px}
  #offres .h2{font-size:33px;line-height:34px;font-weight:500;letter-spacing:-1px}
  #notre-processus .h2{font-size:27px;line-height:30px;letter-spacing:-.5px}
  #resultats .h3{font-size:28px;line-height:30px;letter-spacing:normal}
  .booking .h1{font-size:33px;line-height:38px;letter-spacing:-1.5px}
  #avis-clients .h2{font-size:34px;line-height:38px;letter-spacing:-1.5px}
  #cadeau .h2{font-size:30px;line-height:38px;letter-spacing:-1px}
  .faq__title{font-size:42px;line-height:38px;letter-spacing:-1.5px}
  .cta-final .h2{font-size:30px;line-height:38px;letter-spacing:-.5px}

  /* --- Barre de navigation --- */
  .nav{top:12px;width:calc(100% - 30px)}
  .nav__inner{height:58px;padding:10px 20px;background:transparent;box-shadow:none}
  .nav.is-stuck .nav__inner{background:#fff;box-shadow:0 5px 10px -3px rgba(0,0,0,.1)}
  .nav__links,.nav__cta{display:none}
  .nav__wa{display:inline-flex;margin-left:auto;margin-right:16px}
  .nav__wa img{width:33px;height:33px;display:block}
  .nav__burger{display:flex;width:38px;height:38px;gap:6px}
  .nav__burger span{width:28px;height:2px}
  .nav__burger[aria-expanded="true"] span:nth-child(2){opacity:0}
  .nav__burger[aria-expanded="true"] span:first-child{transform:translateY(8px) rotate(45deg)}
  .nav__burger[aria-expanded="true"] span:last-child{transform:translateY(-8px) rotate(-45deg)}

  /* --- Hero --- */
  .hero{margin-top:12px;height:auto;min-height:755px;padding:91px 0 0}
  .hero__content{padding-inline:15px;gap:0}
  .hero__content .badge{margin-bottom:32px}
  .hero__title{font-size:27px;line-height:35px;letter-spacing:-1.5px;max-width:353px;margin-bottom:16px}
  .hero__title b{font-weight:900}
  .hero__sub{font-size:16px;line-height:19.6px;letter-spacing:-.16px;max-width:318px;margin-bottom:27px}
  .hero__sub b{font-weight:700;color:var(--ink-soft)}
  .badge--shopify .badge__shopify{width:15px;height:18px}
  .badge--shopify .badge__shopify--word{width:57px;height:18px}
  .hero .badge{font-size:14px;font-weight:500;padding:5px 10px;gap:10px;min-height:28px;border:0;box-shadow:none;background:rgba(255,255,255,.72)}

  /* Bandeau de réassurance : une seule boîte à 3 colonnes */
  .reassurance{
    display:grid;grid-template-columns:repeat(3,1fr);gap:0;
    width:100%;max-width:323px;margin:0 auto 27px;padding:5px 4px;
    border-radius:16px;border:1px solid rgba(255,255,255,.88);
    background:rgba(255,255,255,.34);
    box-shadow:0 7px 22px 0 rgba(54,57,105,.08), inset 0 1px 0 0 rgba(255,255,255,.92);
  }
  .reassurance{margin-bottom:24px}
  .reassurance li{
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
    padding:1px 5px;white-space:normal;text-align:center;background:none;border:0;border-radius:0;
  }
  .reassurance li + li{border-left:1px solid rgba(0,0,0,.08)}
  .reassurance .ico-check,.reassurance .r-1{display:none}
  .reassurance .r-2{display:flex;flex-direction:column;align-items:center;gap:2px}
  .r-top{
    display:inline-flex;align-items:center;gap:4px;
    font-family:Inter,sans-serif;font-size:8.5px;line-height:8.5px;font-weight:550;color:#73737c;
  }
  .r-top i{width:5px;height:5px;border-radius:50%;background:#315bff;box-shadow:0 2px 5px 0 rgba(49,91,255,.32)}
  .reassurance em{
    font-style:normal;font-family:Inter,sans-serif;
    font-size:11.7px;line-height:12.285px;font-weight:700;letter-spacing:-.234px;color:#000;
  }

  /* Décor du hero : arche large, pas de cartes produit */
  .hero__stage{position:absolute;inset:0;height:auto;padding-bottom:0;margin:0}
  .hero__card,.hero__glow{display:none}
  /* En mobile l'arche est bien plus large et plus plate */
  .hero__arch-shape{left:-100%;top:72.2%;right:auto;bottom:auto;width:300%;height:38%}
  .toast{
    width:93%;max-width:none;height:14%;
    left:3.5%;top:86.1%;bottom:auto;
  }
  .toast__card,.toast__ghost{transform-origin:top left}
  .toast__icon{width:16.2%;height:auto}
  .toast__title,.toast__time,.toast__text{font-size:15px;line-height:18.3px}

  /* --- Sections : espacement régulier de 75px comme sur le site --- */
  .section{padding:75px 0}
  .section + .section{padding-top:0}
  .section--tight{padding:0 0 75px}
  .section .badge,.panel .badge{margin-bottom:20px;font-size:14px;font-weight:700;padding:5px 10px;gap:5px;min-height:30px}
  .section .h2,.panel .h2,.section .h1,.panel .h1{margin-bottom:20px}
  .btn{--btn-h:48px;font-size:16px;padding:0 22px}

  /* --- Vidéo --- */
  .section--video{padding:75px 0}
  .video{margin:28px 0 28px;max-width:none;border-radius:20px}

  /* --- Parcours --- */
  .parcours{padding:50px 0;margin:0 var(--gutter-grey)}
  .footer{padding:75px 0 0}
  .parcours .container{padding-inline:15px}
  .parcours .lead{margin-bottom:0}
  .steps4{
    grid-template-columns:1fr;justify-content:stretch;
    gap:0;margin:53px 0 40px;
  }
  /* Flèche collée à la jonction de deux blocs, orientée vers le bas */
  .steps4__arrow,
  .steps4 .steps4__arrow:nth-of-type(n){
    display:block;position:relative;z-index:3;
    left:auto;top:auto;
    justify-self:center;margin:-13px 0;
    transform:rotate(90deg);
  }
  .scard{min-height:0}

  /* --- Visionneuse --- */
  .lightbox{padding:56px 12px 74px}
  .lightbox__nav{top:auto;bottom:16px;transform:none;width:46px;height:46px}
  .lightbox__nav--prev{left:calc(50% - 62px)}
  .lightbox__nav--next{right:calc(50% - 62px)}
  .lightbox__figure figcaption{font-size:13.5px;flex-direction:column;gap:4px}

  /* --- Réalisations --- */
  .works{padding:0 15px;margin-top:30px;max-width:none}
  .works__nav{display:none}
  .work{grid-template-columns:1fr;gap:14px}
  .work__info{padding:20px}
  .work__name{font-size:20px}
  .work__text{font-size:13.5px}

  /* --- Bento --- */
  .features{padding:56px 0 60px}
  .features__head{margin-bottom:26px}
  .bento{gap:14px}
  .bento__row{flex-direction:column;gap:14px}
  .bcard--a,.bcard--b,.bcard--c,.bcard--d{flex:1 1 auto}
  .bcard{height:auto;min-height:300px;padding:20px}
  .bcard--c{min-height:360px}
  .bcard__title{font-size:18px;line-height:20px}
  .bcard__media{top:88px}
  .bcard__media--b img{top:26%;height:74%;object-fit:cover;object-position:center bottom}
  .bcard__media--c img{top:12%;height:88%;width:100%;object-fit:cover;object-position:center bottom}
  .bcard__media--a .ba--1{left:1%;top:44%;width:62%;height:112%}
  .bcard__media--a .ba--2{left:22%;top:14%;width:44%;height:86%}
  .bcard__media--a .ba--3{left:52%;top:28%;width:66%;height:130%}
  .bcard__media--d .bd--1{left:1%;top:30%;width:46%;height:66%}
  .bundles{left:52%;top:32%;width:auto;transform:scale(.6);transform-origin:left top}
  .pricetag{font-size:12px}

  /* --- Offres --- */
  #offres .lead{margin-bottom:30px}
  .plans{grid-template-columns:1fr;gap:16px}
  .plan{border:1px solid #e8eaec}
  .plan__head{height:auto;min-height:0;padding:20px 19px 24px;gap:28px}
  .plan__name{font-size:26px}
  .plan__price{font-size:42px}
  .plan--featured{margin-top:0}

  /* --- Processus --- */
  #notre-processus .lead{margin-bottom:34px}
  .process{grid-template-columns:1fr;gap:34px}
  .pstep:nth-child(1) .pstep__media,
  .pstep:nth-child(2) .pstep__media,
  .pstep:nth-child(3) .pstep__media{margin-top:0}

  /* --- Résultats --- */
  .results{grid-template-columns:1fr;padding:28px 20px 0;gap:26px;min-height:0}
  .results__right{height:330px;margin:0 -20px 0 0}
  .ticker{gap:12px}
  .ticker__col{flex:0 0 calc(50% - 6px)}
  .ticker__col:nth-child(2){flex-basis:calc(50% - 6px)}
  .results__text{font-size:15px}

  /* --- Réservation --- */
  .booking{padding:56px 0 56px}
  .booking .lead{margin-bottom:24px}
  .booking__card iframe{height:720px}
  .booking__lead{font-size:22px}

  /* --- Équipe --- */
  .team{padding:0 15px;margin-top:28px;max-width:none}
  .team__viewport{overflow:hidden}
  .team__track{gap:12px}
  .tcard{flex:0 0 100%;min-height:0;padding:26px}
  .tcard__text{font-size:15px}

  /* --- Cadeau --- */
  .gift{padding:56px 0 60px}
  .gift .lead{margin-bottom:24px}
  .gift__title .grad{font-family:Inter,sans-serif;font-size:29px;font-weight:700}
  .gift__form{padding:20px 18px}

  /* --- FAQ --- */
  .faq{grid-template-columns:1fr;gap:30px}
  .qa summary{font-size:14.5px;padding:14px 46px 14px 16px;gap:12px}
  .qa__body{padding:0 20px 16px 38px}
  .qa__body p{font-size:13.5px}

  /* --- CTA final --- */
  .cta-final{padding:56px 0 60px}

  /* --- Footer --- */
  .footer{padding:64px 0 0}
  .footer__card{padding:24px 20px 0;border-radius:20px}
  .footer__cols{grid-template-columns:1fr;gap:26px;padding-bottom:24px}
  .footer__desc{font-size:14px}
  .footer__nav h4{margin-bottom:14px}
  .footer__watermark{margin-top:30px;max-height:12vw}
  .footer__watermark span{width:92vw}
}
@media (min-width:810px){
  .only-mob{display:none}
}

/* Très petits écrans */
@media (max-width:380px){
  .h1{font-size:29px;line-height:34px}
  .h2{font-size:27px;line-height:32px}
  .hero__title--mob{font-size:29px;line-height:34px}
  .reassurance li{font-size:11.5px;padding:8px 8px}
}
