/* Mimoza : « La conversation ». Jetons, polices, composants. Mobile d'abord. */
@font-face { font-family: "Bricolage Grotesque"; src: url(/fonts/bricolage-grotesque-latin-wght.woff2) format("woff2"); font-weight: 200 800; font-display: swap; }
@font-face { font-family: "Lexend"; src: url(/fonts/lexend-latin-400.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Lexend"; src: url(/fonts/lexend-latin-600.woff2) format("woff2"); font-weight: 600; font-display: swap; }

:root {
  --prune: #3f1547;
  --mimoza: #8e2f88;
  --mimoza-fonce: #6d2169;
  --lilas: #efe3f0;
  --lilas-2: #e0cbe2;
  --fond: #faf7fb;
  --surface: #ffffff;
  --encre: #2a1230;
  --encre-2: #6b5a70;
  --trait: #e6dce8;
  --coton: #3f7d2e;
  --coton-clair: #e6f1e0;
  --fleur: #d9559b;
  --alerte: #b3261e;
  --sur-prune: #fbf4fc;
  --sur-mimoza: #ffffff;
  --pilule-claire: #ffffff;
  --pilule-claire-texte: #8e2f88;
  --ombre: 0 10px 30px rgba(63, 21, 71, .12), 0 2px 6px rgba(63, 21, 71, .06);
  --ombre-legere: 0 4px 14px rgba(63, 21, 71, .08);
  --r-bulle: 20px;
  --r-champ: 12px;
  --r-photo: 24px;
  --affichage: "Bricolage Grotesque", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --texte: "Lexend", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --sortie: cubic-bezier(.16, 1, .3, 1);
  color-scheme: light dark;
  accent-color: var(--mimoza);
}
@media (prefers-color-scheme: dark) {
  :root {
    --prune: #2a0f31;
    --mimoza: #d08fcb;
    --mimoza-fonce: #e7b5e3;
    --lilas: #3a2340;
    --lilas-2: #4d3153;
    --fond: #17101b;
    --surface: #211826;
    --encre: #f3ecf5;
    --encre-2: #c0b0c4;
    --trait: #3b2c40;
    --coton: #9ad484;
    --coton-clair: #22381d;
    --sur-prune: #f8eefa;
    --sur-mimoza: #2a0f31;
    --pilule-claire: #f6eef7;
    --pilule-claire-texte: #3f1547;
    --ombre: 0 10px 30px rgba(0, 0, 0, .45), 0 2px 6px rgba(0, 0, 0, .3);
    --ombre-legere: 0 4px 14px rgba(0, 0, 0, .35);
  }
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--texte);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--encre);
  background: var(--fond);
  padding-bottom: 80px;
  overflow-x: clip;
  caret-color: var(--mimoza);
}
::selection { background: var(--mimoza); color: var(--sur-mimoza); }
h1, h2, h3, .affichage {
  font-family: var(--affichage);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.08;
  margin: 0 0 .5rem;
  color: var(--prune);
  text-wrap: balance;
}
@media (prefers-color-scheme: dark) { h1, h2, h3, .affichage { color: var(--encre); } }
h1 { font-size: clamp(2.1rem, 5.2vw, 2.9rem); }
main.wrap { padding-top: 20px; }
body.page-accueil main.wrap { padding-top: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
h2 { font-size: clamp(1.5rem, 4.5vw, 2rem); font-weight: 700; margin-top: 2.25rem; }
h3 { font-size: 1.15rem; font-weight: 700; }
h2 small, h3 small { font-family: var(--texte); font-weight: 400; color: var(--encre-2); font-size: .9rem; letter-spacing: 0; }
p { margin: 0 0 .8rem; }
a { color: var(--mimoza); text-underline-offset: .16em; text-decoration-thickness: .08em; }
a:hover { color: var(--mimoza-fonce); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { padding-left: 1.2rem; }
:focus-visible { outline: 3px solid var(--mimoza); outline-offset: 2px; border-radius: 6px; }
@media (min-width: 900px) {
  ::-webkit-scrollbar { width: 10px; }
  ::-webkit-scrollbar-thumb { background: var(--lilas-2); border-radius: 999px; border: 2px solid var(--fond); }
}
.wrap { max-width: 660px; margin: 0 auto; padding: 0 16px; }
body.page-accueil main.wrap { max-width: 1060px; }
.center { text-align: center; }
.muted { color: var(--encre-2); font-size: .9rem; }
.lead { font-size: 1.08rem; max-width: 60ch; }
.row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.wrap-row { flex-wrap: wrap; }
.skip { position: absolute; left: -999px; top: 0; background: var(--surface); padding: 8px; }
.skip:focus { left: 8px; z-index: 100; }
.js-only { display: none; }
html.js .js-only { display: revert; }
html.js .achat.js-only { display: flex; }
.ic { width: 24px; height: 24px; flex: none; }
.prix, .nombre { font-family: var(--affichage); font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.01em; color: var(--prune); }
@media (prefers-color-scheme: dark) { .prix, .nombre { color: var(--encre); } }
.prix small { font-family: var(--texte); font-weight: 400; color: var(--encre-2); font-size: .85rem; letter-spacing: 0; }

/* Barre haute et navigation */
.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  height: 60px; padding: 0 16px; background: var(--surface); border-bottom: 1px solid var(--trait);
}
.topbar-prune { background: var(--prune); border-bottom-color: transparent; color: var(--sur-prune); }
.topbar .logo img { height: 34px; width: auto; }
.topnav { display: none; }
.topbar-actions { display: flex; gap: 2px; }
.icon-link {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; color: var(--mimoza); text-decoration: none;
  transition: background .18s var(--sortie);
}
.topbar-prune .icon-link { color: var(--sur-prune); }
.icon-link:hover, .icon-link:active { background: rgba(142, 47, 136, .12); }
.topbar-prune .icon-link:hover, .topbar-prune .icon-link:active { background: rgba(255, 255, 255, .14); }
.badge {
  position: absolute; top: 3px; right: 1px; min-width: 19px; height: 19px; padding: 0 5px;
  border-radius: 999px; background: var(--fleur); color: #fff; font-size: .72rem; font-weight: 600;
  line-height: 19px; text-align: center; font-family: var(--texte);
}
.badge.bump { animation: bump .45s var(--sortie); }
@keyframes bump { 0% { transform: scale(1); } 40% { transform: scale(1.35); } 100% { transform: scale(1); } }
.bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 20;
  display: flex; background: var(--surface); border-top: 1px solid var(--trait);
  padding-bottom: env(safe-area-inset-bottom);
}
.bottom-nav a {
  position: relative; flex: 1; display: flex; flex-direction: column; align-items: center;
  gap: 3px; padding: 9px 2px 7px; min-height: 58px; font-size: .68rem; font-weight: 600;
  text-decoration: none; color: var(--encre-2); letter-spacing: 0;
}
.bottom-nav a .ic { width: 24px; height: 24px; transition: transform .18s var(--sortie); }
.bottom-nav a[aria-current="page"] { color: var(--mimoza); }
.bottom-nav a[aria-current="page"] .ic { transform: translateY(-1px); }
.bottom-nav .badge { top: 3px; right: calc(50% - 24px); }
.offline-badge { background: var(--prune); color: var(--sur-prune); text-align: center; font-size: .85rem; padding: 6px 12px; }
.footer { margin-top: 40px; padding: 28px 0 16px; border-top: 1px solid var(--trait); font-size: .9rem; color: var(--encre-2); }
.footer p { margin-bottom: .45rem; }
.footer strong { color: var(--encre); }

/* Boutons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 11px 20px; border-radius: 999px; border: 2px solid transparent;
  background: var(--lilas); color: var(--mimoza-fonce); font-family: var(--texte); font-weight: 600; font-size: 1rem;
  text-decoration: none; cursor: pointer; text-align: center; white-space: nowrap;
  transition: transform .15s var(--sortie), background .18s var(--sortie), box-shadow .18s var(--sortie);
}
.btn .ic { width: 22px; height: 22px; }
.btn:hover { background: var(--lilas-2); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--mimoza); color: var(--sur-mimoza); box-shadow: 0 6px 18px rgba(142, 47, 136, .28); }
.btn-primary:hover { background: var(--mimoza-fonce); }
.btn-ghost { background: transparent; border-color: var(--lilas-2); color: var(--mimoza-fonce); }
.btn-ghost:hover { background: var(--lilas); }
.btn-blanc { background: var(--pilule-claire); color: var(--pilule-claire-texte); box-shadow: 0 6px 18px rgba(0, 0, 0, .18); }
.btn-blanc:hover { background: var(--lilas); }
.hero-cta .btn { flex: 1 1 auto; padding: 11px 14px; font-size: .95rem; }
.btn-contour-blanc { background: transparent; border-color: rgba(255, 255, 255, .55); color: var(--sur-prune); }
.btn-contour-blanc:hover { background: rgba(255, 255, 255, .12); }
.btn-small { min-height: 40px; padding: 7px 14px; font-size: .92rem; }
.btn-big { width: 100%; min-height: 56px; font-size: 1.06rem; }
.btn[aria-disabled="true"], .btn:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.link-btn { background: none; border: 0; color: var(--mimoza); font: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: .16em; padding: 8px 0; cursor: pointer; display: inline-flex; gap: 6px; align-items: center; }
.link-btn .ic { width: 18px; height: 18px; }

/* Bulles */
.fil { display: flex; flex-direction: column; gap: 10px; }
.bulle {
  position: relative; max-width: 100%; padding: 12px 16px; border-radius: var(--r-bulle);
  font-family: var(--texte); font-size: .95rem; line-height: 1.5; margin: 0;
}
.bulle-envoi { background: var(--lilas); color: var(--encre); border-bottom-right-radius: 6px; align-self: flex-end; margin-left: 10%; }
.bulle-mimoza { background: var(--surface); color: var(--encre); border-bottom-left-radius: 6px; align-self: flex-start; margin-right: 10%; box-shadow: var(--ombre-legere); }
pre.bulle { white-space: pre-wrap; word-break: break-word; }
.bulle-nom { font-size: .78rem; color: var(--encre-2); margin: 0 0 -4px 10px; }
.bande .bulle-nom { color: rgba(255, 255, 255, .72); }
.bulle-legende { font-size: .78rem; color: var(--encre-2); margin: -2px 0 0 10px; }
.bande .bulle-legende { color: rgba(255, 255, 255, .72); }
.tape::after { content: ""; display: inline-block; width: 2px; height: 1em; background: currentColor; margin-left: 2px; vertical-align: -.15em; animation: clignote 1s steps(2) infinite; }
@keyframes clignote { 50% { opacity: 0; } }
.apparait { animation: monte .5s var(--sortie) both; }
@keyframes monte { from { opacity: 0; transform: translateY(8px); } }

/* Accueil : bandeau prune, photo, bento */
.bande {
  position: relative; background: var(--prune); color: var(--sur-prune);
  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
  padding: 22px max(16px, calc(50vw - 514px)) 104px;
}
.bande h1 { color: #fff; }
.bande .lead { color: rgba(255, 255, 255, .86); }
.hero { display: grid; gap: 22px; }
.hero-cta { margin: 6px 0 18px; }
.hero-photo { margin: -84px auto 0; width: min(100%, 460px); border-radius: var(--r-photo); box-shadow: var(--ombre); position: relative; }
.steps { margin-top: 32px; }
.steps ol { counter-reset: etape; list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.steps li { position: relative; padding: 10px 0 10px 54px; min-height: 52px; }
.steps li::before {
  counter-increment: etape; content: counter(etape);
  position: absolute; left: 0; top: 8px; width: 40px; height: 40px; border-radius: 50%;
  background: var(--mimoza); color: var(--sur-mimoza); font-family: var(--affichage); font-weight: 800; font-size: 1.15rem;
  display: grid; place-items: center;
}
.steps li strong { font-weight: 600; color: var(--prune); }
@media (prefers-color-scheme: dark) { .steps li strong { color: var(--encre); } }
.bento { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.tuile {
  position: relative; display: flex; flex-direction: column; border-radius: var(--r-photo); overflow: hidden;
  background: var(--surface); color: inherit; text-decoration: none; box-shadow: var(--ombre-legere);
  transition: transform .18s var(--sortie), box-shadow .18s var(--sortie);
}
.tuile:hover { transform: translateY(-2px); box-shadow: var(--ombre); }
.tuile-grande { grid-column: span 2; }
.tuile img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.tuile-grande img { aspect-ratio: 16 / 9; }
.tuile-lilas { background: var(--lilas); justify-content: flex-end; min-height: 150px; }
.tuile-lilas .ic { width: 40px; height: 40px; color: var(--mimoza); margin: 16px 16px 0; }
.tuile-corps { padding: 12px 16px 16px; }
.tuile h3 { margin-bottom: .2rem; }
.tuile p { margin: 0 0 .4rem; color: var(--encre-2); font-size: .92rem; }
.garanties {
  margin-top: 36px; background: var(--lilas); border-radius: var(--r-photo); padding: 20px 18px;
}
.garanties h2 { margin-top: 0; }
.garanties ul { list-style: none; padding: 0; margin: 12px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
.garanties li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; font-size: .95rem; line-height: 1.35; }
.garanties .ic { color: var(--coton); width: 26px; height: 26px; }
.outils { margin-top: 36px; }
.outils .fil { gap: 18px; }
.outils .bulle { padding-bottom: 14px; }
.outils .btn { margin-top: 10px; }
.temoignages { margin-top: 36px; }
.faq-teaser { margin-top: 36px; }
.pro-teaser { margin-top: 36px; padding: 22px 20px; border: 2px solid var(--lilas-2); border-radius: var(--r-photo); }
.pro-teaser h2 { margin-top: 0; font-size: 1.3rem; }

/* Sections, listes, détails */
section { margin-bottom: 8px; }
details { border-bottom: 1px solid var(--trait); padding: 6px 0; }
summary { cursor: pointer; font-weight: 600; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-family: var(--affichage); font-weight: 700; font-size: 1.3rem; color: var(--mimoza); flex: none; }
details[open] summary::after { content: "\2212"; }
details p { margin: 4px 0 10px; color: var(--encre-2); }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 0 14px; }
.tabs a { white-space: nowrap; padding: 8px 14px; border-radius: 999px; background: var(--surface); text-decoration: none; border: 1.5px solid var(--trait); color: var(--encre); font-weight: 600; font-size: .92rem; min-height: 40px; display: inline-flex; align-items: center; }
.tabs a[aria-current="page"] { background: var(--mimoza); color: var(--sur-mimoza); border-color: var(--mimoza); }
.liste-claire { list-style: none; padding: 0; margin: 0 0 12px; }
.liste-claire li { padding: 10px 0; border-bottom: 1px solid var(--trait); display: flex; gap: 10px; }
.liste-claire li:last-child { border-bottom: 0; }
.liste-claire .ic { color: var(--mimoza); }
.img-bloc { border-radius: var(--r-photo); margin: 4px 0 18px; box-shadow: var(--ombre-legere); }
.tableau { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: .95rem; }
.tableau th, .tableau td { text-align: left; padding: 10px 6px; border-bottom: 1px solid var(--trait); }
.tableau td:nth-child(n + 2) { font-variant-numeric: tabular-nums; }
.bloc { padding: 4px 0 18px; }
.bloc + .bloc { border-top: 1px solid var(--trait); padding-top: 18px; }
.bloc h2 { margin-top: 0; font-size: 1.3rem; }
.carte { background: var(--surface); border-radius: var(--r-photo); box-shadow: var(--ombre-legere); padding: 18px; margin-bottom: 14px; }

/* Produits */
.composition summary { font-size: .95rem; }
.produits { display: grid; gap: 0; margin-top: 8px; }
.produit { display: grid; grid-template-columns: 96px 1fr; gap: 14px 16px; padding: 18px 0; border-bottom: 1px solid var(--trait); }
.produit:last-child { border-bottom: 0; }
.produit img, .produit .tuile-produit { width: 96px; height: 96px; border-radius: 16px; object-fit: cover; }
.tuile-produit {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  background: linear-gradient(160deg, var(--lilas), var(--surface)); color: var(--prune); text-align: center;
  border: 1px solid var(--lilas-2);
}
@media (prefers-color-scheme: dark) { .tuile-produit { color: var(--encre); } }
.tuile-produit .cv-nom { font-family: var(--affichage); font-weight: 800; font-size: 1.05rem; letter-spacing: -.01em; }
.tuile-produit .cv-mm { font-size: .72rem; color: var(--encre-2); }
.produit-body h2 { margin: 0 0 .25rem; font-size: 1.3rem; }
.produit-body p { margin-bottom: .4rem; font-size: .95rem; }
.produit-body .prix { font-size: 1.2rem; }
.produit-actions { grid-column: 1 / -1; }
.achat { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.achat .champ { margin: 0; }
.achat .champ select { width: 86px; min-height: 46px; padding: 8px 10px; }
.achat .stepper input { width: 40px; }
.rupture { color: var(--alerte); font-weight: 600; }
.card-visual { display: none; }

/* Formulaires */
.champ { display: block; margin-bottom: 14px; }
.champ > span, .champ legend { display: block; font-size: .9rem; font-weight: 600; color: var(--encre); margin-bottom: 6px; }
.champ input, .champ select, .champ textarea {
  width: 100%; min-height: 48px; padding: 10px 14px; font: inherit; color: var(--encre);
  border: 1.5px solid var(--trait); border-radius: var(--r-champ); background: var(--surface);
  transition: border-color .15s var(--sortie), box-shadow .15s var(--sortie);
}
.champ input::placeholder, .champ textarea::placeholder { color: var(--encre-2); opacity: .8; }
.champ input:focus, .champ select:focus, .champ textarea:focus { outline: none; border-color: var(--mimoza); box-shadow: 0 0 0 4px rgba(142, 47, 136, .18); }
.champ textarea { min-height: 64px; resize: vertical; }
.champ-inline { display: flex; align-items: center; gap: 10px; }
.champ-inline > span { flex: 1; margin: 0; }
.champ-inline input, .champ-inline select { width: 110px; }
fieldset.champ { border: 0; padding: 0; margin: 0 0 14px; }
.choix { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.choix label {
  display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 6px 16px 6px 12px;
  border: 1.5px solid var(--trait); border-radius: 999px; background: var(--surface); font-weight: 600; cursor: pointer;
  transition: background .15s var(--sortie), border-color .15s var(--sortie);
}
.choix label:has(input:checked) { background: var(--lilas); border-color: var(--mimoza); color: var(--mimoza-fonce); }
.choix input, .check input { width: 18px; height: 18px; margin: 0; }
.check { display: flex; gap: 12px; align-items: center; min-height: 44px; margin-bottom: 12px; font-weight: 600; }
.hint { color: var(--alerte); font-size: .9rem; font-weight: 600; }
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--trait); border-radius: 999px; background: var(--surface); }
.stepper .step { width: 44px; height: 44px; border: 0; background: none; color: var(--mimoza); cursor: pointer; display: grid; place-items: center; border-radius: 50%; }
.stepper .step .ic { width: 20px; height: 20px; }
.stepper .step:active { background: var(--lilas); }
.stepper input { width: 46px; height: 44px; border: 0; text-align: center; font-family: var(--affichage); font-weight: 800; font-size: 1.1rem; background: none; color: var(--encre); -moz-appearance: textfield; }
.stepper input::-webkit-inner-spin-button, .stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* Commande */
.famille-titre { margin: 14px 0 0; display: flex; justify-content: space-between; align-items: baseline; font-size: 1rem; color: var(--encre-2); font-family: var(--texte); font-weight: 600; letter-spacing: 0; }
.famille-titre a { font-weight: 400; font-size: .85rem; }
.ligne { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--trait); }
.ligne:last-of-type { border-bottom: 0; }
.ligne-info { flex: 1 1 130px; display: flex; flex-direction: column; }
.ligne-info small { color: var(--encre-2); font-size: .82rem; }
.ligne-info .prix { font-size: 1rem; }
.ligne .champ-inline { margin: 0; }
.ligne .champ-inline > span { display: none; }
.ligne .champ-inline select { width: 92px; min-height: 44px; }
.ligne.indispo { opacity: .55; }
.apercu { margin-top: 8px; }
.apercu h2 { font-size: 1.3rem; }
.apercu .fil { margin-top: 8px; }
.recap { margin-top: 12px; }
.recap ul { list-style: none; padding: 0; margin: 0; display: none; }
.recap-ligne { display: flex; justify-content: space-between; gap: 10px; padding: 3px 0; color: var(--encre-2); font-size: .95rem; }
.recap-ligne strong { color: var(--encre); font-weight: 600; }
.recap-ligne.total { border-top: 1px solid var(--trait); margin-top: 6px; padding-top: 10px; color: var(--encre); }
.recap-ligne.total strong { font-family: var(--affichage); font-weight: 800; font-size: 1.35rem; font-variant-numeric: tabular-nums; }
.actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; margin: 18px 0 8px; }
.actions .btn-ghost { align-self: center; }
.overlay { position: fixed; inset: 0; z-index: 50; background: rgba(42, 18, 48, .55); display: flex; align-items: flex-end; justify-content: center; padding: 12px; backdrop-filter: blur(3px); }
.overlay-box { width: 100%; max-width: 480px; background: var(--fond); border-radius: var(--r-photo); padding: 22px 20px 18px; animation: monte .35s var(--sortie); box-shadow: var(--ombre); }
.overlay-box h2 { margin-top: 0; }
.overlay-box .row { margin: 12px 0; }
.overlay-box .fil { margin-top: 12px; max-height: 40vh; overflow: auto; }

/* Quiz */
.quiz { min-height: 220px; margin-bottom: 22px; }
.quiz-progress { color: var(--encre-2); font-size: .85rem; margin: 0 0 8px; }
.quiz .bulle-question { font-family: var(--affichage); font-weight: 700; font-size: 1.25rem; line-height: 1.25; letter-spacing: -.01em; padding: 16px 18px; }
.quiz-options { display: grid; gap: 8px; margin: 14px 0 6px; }
.quiz-options button {
  text-align: left; min-height: 54px; padding: 12px 18px; border-radius: 16px; border: 1.5px solid var(--trait);
  background: var(--surface); font: inherit; font-weight: 600; color: var(--encre); cursor: pointer;
  transition: transform .12s var(--sortie), background .15s var(--sortie), border-color .15s var(--sortie);
}
.quiz-options button:hover { border-color: var(--lilas-2); background: var(--lilas); }
.quiz-options button:active { transform: scale(.985); }
.quiz-options button.on { border-color: var(--mimoza); background: var(--lilas); color: var(--mimoza-fonce); }
.resultat { display: flex; flex-direction: column; gap: 10px; }
.resultat .cv-nom { font-family: var(--affichage); font-weight: 800; font-size: 2.6rem; letter-spacing: -.03em; line-height: 1; color: var(--mimoza); }
.resultat img { max-width: 220px; border-radius: 16px; }
.resultat .pourquoi { margin: 4px 0; }
.resultat .row { margin-top: 6px; }

/* Calendrier */
#cycle-liste { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
#cycle-liste li { background: var(--surface); border-radius: var(--r-bulle); border-bottom-left-radius: 6px; padding: 12px 16px; box-shadow: var(--ombre-legere); }
.commande-avant { font-family: var(--affichage); font-weight: 700; font-size: 1.25rem; color: var(--prune); margin: 12px 0 8px; line-height: 1.2; }
@media (prefers-color-scheme: dark) { .commande-avant { color: var(--encre); } }

/* Toast, bannière, hors ligne */
.toast {
  position: fixed; left: 50%; bottom: 88px; transform: translateX(-50%); z-index: 40;
  background: var(--prune); color: var(--sur-prune); padding: 11px 18px; border-radius: 999px; font-size: .95rem;
  box-shadow: var(--ombre); max-width: 92vw; display: flex; gap: 12px; align-items: center; animation: monte-centre .3s var(--sortie);
}
@keyframes monte-centre { from { opacity: 0; transform: translate(-50%, 8px); } }
.toast span { white-space: nowrap; }
.toast a, .toast button { color: #ffd9f7; font: inherit; font-weight: 600; background: none; border: 0; text-decoration: underline; cursor: pointer; white-space: nowrap; flex: none; }
.install-banner {
  position: fixed; left: 12px; right: 12px; bottom: 88px; z-index: 30; background: var(--surface); border-radius: var(--r-photo);
  box-shadow: var(--ombre); padding: 16px; border: 1px solid var(--lilas-2); animation: monte .3s var(--sortie);
}
.install-banner p { margin-bottom: 10px; font-size: .95rem; }

/* Ordinateur */
@media (min-width: 720px) {
  .hero { grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); align-items: start; gap: 40px; }
  .hero-photo { margin: 0; width: 100%; max-width: 420px; grid-column: 2; grid-row: 1; align-self: start; margin-top: 8px; }
  .hero-cta .btn { flex: 0 1 auto; padding: 11px 20px; font-size: 1rem; }
  .bande { padding-bottom: 40px; }
  .bento { grid-template-columns: 1.5fr 1fr; grid-auto-rows: minmax(0, auto); }
  .tuile-grande { grid-column: 1; grid-row: 1 / span 2; }
  .tuile-grande img { aspect-ratio: auto; flex: 1; height: 100%; min-height: 260px; }
  .garanties ul { grid-template-columns: repeat(4, 1fr); }
  .produit { grid-template-columns: 140px 1fr; }
  .produit img, .produit .tuile-produit { width: 140px; height: 140px; }
  .produit-actions { grid-column: 2; }
}
@media (min-width: 900px) {
  body { padding-bottom: 32px; }
  .bottom-nav { display: none; }
  .topbar { height: 68px; padding: 0 28px; }
  .topnav { display: flex; gap: 6px; }
  .topnav a { padding: 8px 12px; border-radius: 999px; text-decoration: none; color: var(--encre); font-weight: 600; font-size: .95rem; }
  .topbar-prune .topnav a { color: var(--sur-prune); }
  .topnav a[aria-current="page"], .topnav a:hover { background: var(--lilas); color: var(--mimoza-fonce); }
  .topbar-prune .topnav a[aria-current="page"], .topbar-prune .topnav a:hover { background: rgba(255, 255, 255, .14); color: #fff; }
  .toast, .install-banner { bottom: 28px; }
  .install-banner { left: auto; right: 28px; max-width: 380px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
