/* ============================================================
   Chelo — feuille de style unique
   Tokens issus du Brand Kit v1.0
   ============================================================ */
@font-face{font-family:'Genty';src:url('../fonts/GentyRegular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Genty Sans';src:url('../fonts/GentySansRegular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}

:root{
  --chelo-plum:#41273B; --chelo-orange:#FF9E1B; --chelo-cream:#F8E59A;
  --chelo-paper:#FFFCF3; --chelo-gold:#D9A510; --chelo-sage:#6FA287;
  --chelo-orchid:#D48BC8; --chelo-wine:#84344E; --chelo-forest:#2B7E3C;
  --chelo-blush:#F5DADF; --chelo-espresso:#31261D;

  --ground:var(--chelo-paper); --surface:#FFFFFF; --surface-2:#FAF4E4;
  --ink:var(--chelo-plum); --ink-muted:#6E5566;
  --line:#E5D9C8; --line-strong:#D8C6AC;
  --action:var(--chelo-orange); --on-action:var(--chelo-plum);
  --focus:var(--chelo-wine);
  --u-food:var(--chelo-gold); --u-home:var(--chelo-sage); --u-fun:var(--chelo-orchid);

  --font-display:'Genty','Brush Script MT',cursive;
  --font-heading:'Genty Sans','Trebuchet MS',system-ui,sans-serif;
  --font-body:'Nunito Sans','Segoe UI',system-ui,-apple-system,sans-serif;

  --s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:24px;--s6:32px;--s7:48px;--s8:72px;
  --r-s:8px;--r-m:14px;--r-l:22px;--r-full:999px;
  --shadow-hard:0 3px 0 var(--chelo-plum);
  --container:1200px; --gutter:24px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--font-body);font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-underline-offset:3px}
a:hover{color:var(--chelo-wine)}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:4px}
h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.13;margin:0;text-wrap:balance}
h1{font-size:clamp(32px,5.2vw,52px);letter-spacing:-.005em}
h2{font-size:clamp(26px,3.8vw,38px)}
h3{font-size:21px}
p{margin:0;max-width:66ch}
ul{margin:0}
.skip{position:absolute;left:-9999px;top:0;background:var(--chelo-plum);color:var(--chelo-cream);padding:12px 20px;z-index:100;border-radius:0 0 var(--r-s) 0}
.skip:focus{left:0}

.wrap{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:var(--s8)}
.section--tight{padding-block:var(--s7)}
.section--cream{background:var(--chelo-cream)}
.section--blush{background:var(--chelo-blush)}
.section--surface{background:var(--surface-2)}
.section-head{display:flex;flex-direction:column;gap:var(--s3);margin-bottom:var(--s6);max-width:60ch}
.eyebrow{font-family:var(--font-heading);font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-muted)}
.lede{font-size:19px;color:var(--ink-muted)}
.muted{color:var(--ink-muted)}
.small{font-size:14px}

/* ---------- boutons ---------- */
.btn{font-family:var(--font-heading);font-size:15px;letter-spacing:.01em;border-radius:var(--r-full);
  border:2px solid var(--chelo-plum);padding:0 26px;min-height:52px;display:inline-flex;align-items:center;
  justify-content:center;gap:10px;cursor:pointer;text-decoration:none;background:none;
  transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease}
.btn--primary{background:var(--action);color:var(--on-action);box-shadow:var(--shadow-hard)}
.btn--primary:hover{transform:translateY(-2px);box-shadow:0 5px 0 var(--chelo-plum);color:var(--on-action)}
.btn--primary:active{transform:translateY(1px);box-shadow:0 2px 0 var(--chelo-plum)}
.btn--ghost{border-color:var(--ink);color:var(--ink)}
.btn--ghost:hover{background:var(--chelo-cream);color:var(--chelo-plum);border-color:var(--chelo-plum)}
.btn--quiet{border-color:transparent;padding-inline:10px;min-height:40px;font-size:14px}
.btn--quiet:hover{color:var(--chelo-wine)}
.btn--sm{min-height:44px;font-size:14px;padding-inline:18px}
.btn--full{width:100%}
.btn svg{flex:none}

/* ---------- badges ---------- */
.badge{font-family:var(--font-heading);font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;
  border-radius:var(--r-full);padding:5px 13px;border:1.5px solid var(--chelo-plum);color:var(--chelo-plum);
  display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.badge--food{background:var(--u-food)}
.badge--home{background:var(--u-home)}
.badge--fun{background:var(--u-fun)}
.badge--soon{background:transparent;border-style:dashed;color:var(--ink-muted);border-color:var(--line-strong)}

/* ---------- header ---------- */
.header{position:sticky;top:0;z-index:50;background:var(--ground);border-bottom:1.5px solid var(--chelo-plum)}
.header__in{display:flex;align-items:center;gap:var(--s5);min-height:80px}
.logo{display:flex;align-items:center;flex:none}
.logo img{height:40px;width:auto;flex:none;align-self:center}
.nav{display:flex;gap:var(--s5);margin-left:auto;align-items:center}
.nav a{font-family:var(--font-heading);font-size:15px;text-decoration:none;padding-block:6px;border-bottom:2px solid transparent}
.nav a:hover,.nav a[aria-current="page"]{border-bottom-color:var(--chelo-orange);color:var(--chelo-plum)}
.header__end{display:flex;align-items:center;gap:var(--s3);flex:none}
.langsel{position:relative}
.langsel__btn{font-family:var(--font-heading);font-size:13px;letter-spacing:.06em;text-transform:uppercase;
  background:none;border:1.5px solid var(--line-strong);border-radius:var(--r-full);min-height:40px;
  padding:0 14px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;color:var(--ink)}
.langsel__btn:hover{border-color:var(--chelo-plum)}
.langsel__list{position:absolute;right:0;top:calc(100% + 8px);background:var(--surface);border:1.5px solid var(--chelo-plum);
  border-radius:var(--r-m);padding:6px;min-width:160px;display:none;box-shadow:0 10px 28px -14px rgba(65,39,59,.5)}
.langsel[data-open="true"] .langsel__list{display:block}
.langsel__list a{display:block;padding:9px 12px;border-radius:var(--r-s);text-decoration:none;font-size:15px}
.langsel__list a:hover{background:var(--chelo-cream);color:var(--chelo-plum)}
.langsel__list a[aria-current="true"]{font-family:var(--font-heading)}
.burger{display:none;background:none;border:1.5px solid var(--line-strong);border-radius:var(--r-s);
  width:48px;height:48px;align-items:center;justify-content:center;cursor:pointer;color:var(--ink)}
@media (max-width:960px){
  .burger{display:inline-flex}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--ground);
    border-bottom:1.5px solid var(--chelo-plum);flex-direction:column;align-items:stretch;gap:0;padding:var(--s3) var(--gutter) var(--s5)}
  .header[data-open="true"] .nav{display:flex}
  .nav a{padding-block:15px;border-bottom:1px solid var(--line)}
  .header__end{margin-left:auto}
  .header__cta{display:none}
}

/* ---------- hero ---------- */
.hero{background:var(--chelo-cream);border-bottom:1.5px solid var(--chelo-plum)}
.hero__in{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--s8);align-items:center;padding-block:var(--s8)}
.hero__text{display:flex;flex-direction:column;gap:var(--s4);align-items:flex-start}
.hero__text h1{color:var(--chelo-plum)}
.hero__text p{color:#5A3A50;font-size:19px}
.hero__ctas{display:flex;flex-wrap:wrap;gap:var(--s3);margin-top:var(--s2)}
.hero__img{border-radius:var(--r-l);border:2px solid var(--chelo-plum);overflow:hidden;box-shadow:0 6px 0 var(--chelo-plum);max-width:100%}
.hero__img img{aspect-ratio:1/1;object-fit:cover;width:100%}
@media (max-width:860px){.hero__in{grid-template-columns:1fr;gap:var(--s6);padding-block:var(--s7)}}

.pagehead{background:var(--surface-2);border-bottom:1px solid var(--line)}
.pagehead__in{padding-block:var(--s7);display:flex;flex-direction:column;gap:var(--s3);max-width:62ch}

/* ---------- grilles ---------- */
.grid{display:grid;gap:var(--s5)}
.grid--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.grid--3{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}
.grid--4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.grid--5{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}

/* ---------- carte produit ---------- */
.pcard{background:var(--surface);border:2px solid var(--chelo-plum);border-radius:var(--r-l);
  overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 0 var(--chelo-plum);
  transition:transform .16s ease,box-shadow .16s ease}
.pcard:hover{transform:translateY(-3px);box-shadow:0 7px 0 var(--chelo-plum)}
.pcard__img{aspect-ratio:1/1;background:var(--surface-2);overflow:hidden}
.pcard__img img{width:100%;height:100%;object-fit:cover}
.pcard__body{padding:var(--s4) var(--s5) var(--s5);display:flex;flex-direction:column;gap:var(--s3);flex:1}
.pcard__name{font-family:var(--font-heading);font-size:19px;line-height:1.2}
.pcard__name a{text-decoration:none}
.pcard__desc{font-size:15px;color:var(--ink-muted);flex:1}
.pcard__markets{font-size:12.5px;color:var(--ink-muted);letter-spacing:.06em;text-transform:uppercase;font-family:var(--font-heading)}

/* ---------- cartes univers ---------- */
.ucard{border:2px solid var(--chelo-plum);border-radius:var(--r-l);overflow:hidden;background:var(--surface);
  display:flex;flex-direction:column;box-shadow:0 4px 0 var(--chelo-plum)}
.ucard__top{padding:var(--s6) var(--s5);display:flex;flex-direction:column;gap:var(--s2);align-items:flex-start;border-bottom:2px solid var(--chelo-plum)}
.ucard--food .ucard__top{background:var(--u-food)}
.ucard--home .ucard__top{background:var(--u-home)}
.ucard--fun .ucard__top{background:var(--u-fun)}
.ucard__name{font-family:var(--font-display);font-size:38px;line-height:1;color:var(--chelo-plum)}
.ucard__claim{font-family:var(--font-heading);font-size:15px;color:var(--chelo-plum)}
.ucard__body{padding:var(--s5);display:flex;flex-direction:column;gap:var(--s4);flex:1}
.ucard__body p{font-size:15.5px}

/* ---------- piliers ---------- */
.pillar{display:flex;flex-direction:column;gap:var(--s3)}
.pillar__icon{width:54px;height:54px;border-radius:50%;background:var(--chelo-cream);border:2px solid var(--chelo-plum);
  display:flex;align-items:center;justify-content:center;color:var(--chelo-plum)}
.pillar h3{font-size:18px}
.pillar p{font-size:15px;color:var(--ink-muted)}

/* ---------- bandeau confiance ---------- */
.trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--s4);
  border-block:1.5px solid var(--chelo-plum);background:var(--chelo-plum);color:var(--chelo-cream)}
.trust__item{padding:var(--s5) var(--s4);font-family:var(--font-heading);font-size:14px;letter-spacing:.04em;
  text-align:center;border-right:1px solid rgba(248,229,154,.22)}
.trust__item:last-child{border-right:none}

/* ---------- fiche produit ---------- */
.pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--s8);align-items:start}
@media (max-width:900px){.pdp{grid-template-columns:1fr;gap:var(--s6)}}
.gallery{display:flex;flex-direction:column;gap:var(--s3)}
.gallery__main{border:2px solid var(--chelo-plum);border-radius:var(--r-l);overflow:hidden;background:var(--surface);box-shadow:0 4px 0 var(--chelo-plum)}
.gallery__main img{aspect-ratio:1/1;object-fit:cover;width:100%}
.gallery__thumbs{display:flex;gap:var(--s3);flex-wrap:wrap}
.gallery__thumbs button{width:84px;height:84px;padding:0;border:2px solid var(--line-strong);border-radius:var(--r-m);
  overflow:hidden;background:var(--surface);cursor:pointer}
.gallery__thumbs button[aria-current="true"]{border-color:var(--chelo-plum)}
.gallery__thumbs img{width:100%;height:100%;object-fit:cover}
.pdp__info{display:flex;flex-direction:column;gap:var(--s4);align-items:flex-start}
.pdp__tagline{font-family:var(--font-heading);font-size:20px;color:var(--chelo-wine)}
.feature-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--s3)}
.feature-list li{display:flex;gap:var(--s3);align-items:flex-start;font-size:16px}
.feature-list svg{flex:none;margin-top:4px;color:var(--chelo-forest)}
.buybox{width:100%;border:2px solid var(--chelo-plum);border-radius:var(--r-l);background:var(--chelo-cream);
  padding:var(--s5);display:flex;flex-direction:column;gap:var(--s4);box-shadow:0 4px 0 var(--chelo-plum)}
.buybox h2{font-size:20px;color:var(--chelo-plum)}
.markets{list-style:none;padding:0;display:flex;flex-direction:column;background:var(--surface);
  border:1.5px solid var(--chelo-plum);border-radius:var(--r-m);overflow:hidden}
.markets li{display:flex;align-items:center;justify-content:space-between;gap:var(--s3);
  padding:10px 14px;border-bottom:1px solid var(--line)}
.markets li:last-child{border-bottom:none}
.markets__l{display:flex;align-items:center;gap:10px;font-size:15px}
.flag{font-family:var(--font-heading);font-size:11px;letter-spacing:.06em;border:1.5px solid var(--chelo-plum);
  border-radius:5px;padding:2px 7px;color:var(--chelo-plum);background:var(--chelo-cream)}
.spectable{width:100%;border-collapse:collapse;font-size:15.5px}
.spectable th,.spectable td{text-align:left;padding:11px 0;border-bottom:1px solid var(--line);vertical-align:top}
.spectable th{font-weight:400;color:var(--ink-muted);width:45%}
.spectable tr:last-child th,.spectable tr:last-child td{border-bottom:none}
.breadcrumb{font-size:14px;color:var(--ink-muted);padding-block:var(--s4)}
.breadcrumb a{text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}

/* ---------- filtres ---------- */
.filters{display:flex;gap:var(--s2);flex-wrap:wrap}
.filter{font-family:var(--font-heading);font-size:14px;min-height:44px;padding:0 18px;border-radius:var(--r-full);
  border:1.5px solid var(--line-strong);background:none;color:var(--ink);cursor:pointer;display:inline-flex;align-items:center}
.filter:hover{border-color:var(--chelo-plum)}
.filter[aria-pressed="true"]{background:var(--chelo-plum);color:var(--chelo-cream);border-color:var(--chelo-plum)}

/* ---------- blocs texte ---------- */
.card{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-l);padding:var(--s5);
  display:flex;flex-direction:column;gap:var(--s3)}
.card h3{font-size:19px}
.card p{font-size:15.5px;color:var(--ink-muted)}
.step{display:flex;flex-direction:column;gap:var(--s3)}
.step__n{width:46px;height:46px;border-radius:50%;background:var(--chelo-orange);border:2px solid var(--chelo-plum);
  font-family:var(--font-heading);font-size:18px;display:flex;align-items:center;justify-content:center;color:var(--chelo-plum)}
.deftable{width:100%;border-collapse:collapse;font-size:16px}
.deftable th,.deftable td{text-align:left;padding:13px 0;border-bottom:1px solid var(--line);vertical-align:top}
.deftable th{font-weight:400;color:var(--ink-muted);width:40%}
.prose{display:flex;flex-direction:column;gap:var(--s4);max-width:66ch}

/* ---------- formulaire ---------- */
.form{display:flex;flex-direction:column;gap:var(--s4);max-width:640px}
.field{display:flex;flex-direction:column;gap:7px}
.field label{font-family:var(--font-heading);font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted)}
.field input,.field select,.field textarea{font-family:var(--font-body);font-size:16px;color:var(--ink);
  background:var(--surface);border:1.5px solid var(--line-strong);border-radius:var(--r-s);padding:13px 14px;width:100%}
.field textarea{min-height:160px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--chelo-plum);box-shadow:0 0 0 3px var(--chelo-cream)}
.check{display:flex;gap:var(--s3);align-items:flex-start;font-size:15px;color:var(--ink-muted)}
.check input{width:20px;height:20px;margin-top:3px;accent-color:var(--chelo-plum)}

/* ---------- footer ---------- */
.footer{background:var(--chelo-plum);color:var(--chelo-cream);margin-top:0}
.footer a{color:var(--chelo-cream);text-decoration:none}
.footer a:hover{color:var(--chelo-orange)}
.footer__in{padding-block:var(--s8) var(--s5);display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:var(--s6)}
@media (max-width:860px){.footer__in{grid-template-columns:1fr 1fr;gap:var(--s5)}}
@media (max-width:520px){.footer__in{grid-template-columns:1fr}}
.footer h2{font-size:13px;font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:#D9BFA8;margin-bottom:var(--s3)}
.footer ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px;font-size:15px}
.footer__brand{display:flex;flex-direction:column;gap:var(--s3)}
.footer__brand img{height:44px;width:auto;align-self:flex-start;flex:none}
.footer__brand p{font-size:15px;color:#E8D4B8;max-width:32ch}
.social{display:flex;gap:10px;margin-top:var(--s2)}
.social a{width:42px;height:42px;border:1.5px solid rgba(248,229,154,.4);border-radius:50%;
  display:flex;align-items:center;justify-content:center}
.social a:hover{border-color:var(--chelo-orange);background:rgba(255,158,27,.14)}
.footer__legal{border-top:1px solid rgba(248,229,154,.22);padding-block:var(--s5);font-size:13.5px;color:#D9BFA8;
  display:flex;flex-wrap:wrap;gap:var(--s3) var(--s5);justify-content:space-between}
.footer__legal p{max-width:none}

.cta-band{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--s4)}
.cta-band p{text-align:center}

/* ajustements post-relecture */
.pcard .btn{font-size:13.5px;padding-inline:14px;gap:7px}
.pcard__name{font-size:18px}
@media (max-width:520px){
  .trust__item{border-right:none;border-bottom:1px solid rgba(248,229,154,.22);padding-block:var(--s4)}
  .trust__item:last-child{border-bottom:none}
}
