/* ============================================================
   PACK RENTRÉE — V2 "Papier Premium" (veine progres, DA douce)
   Mêmes classes que styles.css, exécution douce : ombres tendres,
   bordures fines, pas de contour noir ni d'ombre dure.
   ============================================================ */

:root {
  --rose: #F4A5B8; --rose-deep: #E07A93; --rose-light: #FDF2F4;
  --coral: #FF7A59; --coral-deep: #ED5C3B;
  --mint: #7DD3B3; --mint-deep: #5BB594; --mint-light: #E8F7F0;
  --sky: #7AB8E0; --sky-deep: #5499C4; --sky-light: #E5F1F9;
  --lemon: #F5E07A; --lemon-deep: #C9B144; --lemon-light: #FBF5DA;
  --lavender: #C4A8E0; --lavender-deep: #9F7FC4; --lavender-light: #F1EAF8;
  --peach: #F5B895; --peach-deep: #D07E4E; --peach-light: #FCEDE2;

  --confetti: var(--lavender); --confetti-deep: var(--lavender-deep); --confetti-light: var(--lavender-light);
  --eclat: var(--lemon); --eclat-deep: var(--lemon-deep); --eclat-light: var(--lemon-light);
  --cannelle: var(--peach); --cannelle-deep: var(--peach-deep); --cannelle-light: var(--peach-light);

  --accent: var(--rose-deep); --accent-deep: var(--rose-deep); --accent-light: var(--rose-light); --accent-soft: var(--rose);

  --bg: #FAFAF8; --surface: #FFFFFF; --ink: #2E2A27; --ink-2: #6D645E; --ink-3: #9E9690;
  --line: #EBE4DB; --line-soft: #F2EDE6;

  --display: "Fraunces", Georgia, serif;
  --body: "Manrope", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --r-sm: 12px; --r-md: 18px; --r-lg: 26px; --r-xl: 34px; --pill: 100px;
  --sh-1: 0 4px 20px -8px rgba(46,42,39,.10), 0 2px 6px -2px rgba(46,42,39,.05);
  --sh-2: 0 8px 32px -12px rgba(46,42,39,.14), 0 4px 12px -4px rgba(46,42,39,.07);
  --sh-3: 0 24px 60px -20px rgba(46,42,39,.20);

  --s2: 16px; --s3: 24px; --s4: 32px; --s5: 48px; --s6: 72px; --s7: 104px;
  --maxw: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  font-family: var(--body); color: var(--ink); line-height: 1.7; font-size: 17px;
  background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(closest-side at 12% 8%, color-mix(in srgb, var(--accent-soft) 16%, transparent), transparent),
    radial-gradient(closest-side at 88% 20%, rgba(245,224,122,.10), transparent),
    radial-gradient(closest-side at 72% 92%, rgba(125,211,179,.09), transparent);
  transition: background .6s ease;
}
h1, h2, h3, blockquote { font-family: var(--display); font-weight: 600; line-height: 1.12; letter-spacing: -0.02em; color: var(--ink); }
em { font-style: italic; color: var(--accent-deep); transition: color .5s ease; }
p { color: var(--ink-2); }
strong { color: var(--ink); font-weight: 700; }
a { color: var(--accent-deep); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--s3); }
.section { padding-block: var(--s6); position: relative; }
.center { text-align: center; }
.eyebrow { display: inline-block; font-weight: 800; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--accent-deep); background: var(--accent-light); padding: 7px 16px; border-radius: var(--pill); transition: color .5s, background-color .5s; }
.h-xl { font-size: clamp(40px, 7.5vw, 80px); font-weight: 600; }
.h-lg { font-size: clamp(28px, 4.6vw, 48px); }
.lead { font-size: clamp(17px, 2.1vw, 20px); color: var(--ink-2); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--body); font-weight: 800; font-size: 17px; padding: 17px 32px; border: 0; border-radius: var(--pill); cursor: pointer; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background-color .4s ease; white-space: nowrap; }
.btn--primary { background: linear-gradient(135deg, var(--accent-soft), var(--accent-deep)); color: #fff; box-shadow: 0 10px 30px -8px color-mix(in srgb, var(--accent-deep) 55%, transparent); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px -8px color-mix(in srgb, var(--accent-deep) 65%, transparent); }
.btn--dark { background: var(--ink); color: #fff; box-shadow: var(--sh-2); }
.btn--dark:hover { transform: translateY(-3px); }
.btn--ghost { background: var(--surface); color: var(--ink); border: 1.5px solid var(--line); box-shadow: var(--sh-1); }
.btn--ghost:hover { transform: translateY(-2px); box-shadow: var(--sh-2); }
.btn--lg { padding: 19px 38px; font-size: 18px; }
.btn--wide { width: 100%; }
.btn .arw { transition: transform .15s ease; }
.btn:hover .arw { transform: translateX(4px); }
.microtrust { font-size: 13.5px; color: var(--ink-3); margin-top: 14px; }

.scrollbar { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 70; background: linear-gradient(90deg, var(--rose), var(--accent-deep)); transition: width .1s linear; }
.announce { background: var(--ink); color: #fff; text-align: center; font-size: 14px; font-weight: 600; padding: 10px 16px; }
.announce b { color: var(--lemon); }

.nav { position: sticky; top: 0; z-index: 60; background: rgba(250,250,248,.9); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.nav.scrolled { border-color: var(--line-soft); box-shadow: var(--sh-1); }
.nav__in { display: flex; align-items: center; justify-content: space-between; padding-block: 12px; }
.nav__brand { font-family: var(--display); font-weight: 600; font-size: 19px; }
.nav__brand span { display: block; font-family: var(--body); font-size: 11.5px; font-weight: 700; color: var(--ink-3); letter-spacing: .02em; }
.nav .btn { padding: 12px 24px; font-size: 15px; }

/* Hero */
.hero { background: radial-gradient(115% 90% at 84% -8%, var(--lemon-light), transparent 55%), linear-gradient(168deg, #FFF9EF, var(--peach-light) 55%, var(--rose-light)); overflow: hidden; }
.hero__grid { display: grid; gap: var(--s5); align-items: center; padding-block: var(--s6); }
.hero h1 { margin-block: 14px; }
.hero__lead { max-width: 33rem; color: var(--ink); font-weight: 500; }
.hero__cta { display: flex; flex-direction: column; gap: 14px; margin-top: var(--s4); }
.hero__price { font-family: var(--display); font-size: 1.05rem; color: var(--ink-2); margin-top: 20px; }
.hero__price .old { text-decoration: line-through; color: var(--ink-3); }
.hero__price .new { color: var(--accent-deep); font-weight: 700; font-size: 1.6rem; }
.hero__social { display: flex; align-items: center; gap: 10px; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.hero__social .dots { display: inline-flex; }
.hero__social .dots i { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px; display: grid; place-items: center; font-size: 13px; box-shadow: var(--sh-1); }

.stage { position: relative; height: 440px; }
.stage__platform { position: absolute; left: 50%; bottom: 8%; width: 74%; height: 26px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(46,42,39,.14), transparent 75%); border-radius: 50%; }
.pack-card { position: absolute; width: 47%; aspect-ratio: 3/4; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--sh-3); opacity: 0; transform: translateY(130px) scale(.82) rotate(var(--r,0deg)); transition: transform .85s cubic-bezier(.18,.9,.2,1), opacity .6s ease; }
.pack-card.in { opacity: 1; transform: translateY(0) scale(1) rotate(var(--r,0deg)); }
.pack-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.pack-card img.on { opacity: 1; }
.pack-a { left: 0; bottom: 8%; --r: -7deg; z-index: 2; }
.pack-b { left: 26%; bottom: 16%; --r: 2deg; z-index: 4; }
.pack-c { right: 0; bottom: 3%; --r: 8deg; z-index: 3; }
.pack-card.settled { animation: floaty 6s ease-in-out infinite; }
.pack-b.settled { animation-delay: .6s; } .pack-c.settled { animation-delay: 1.2s; }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(var(--r)); } 50% { transform: translateY(-12px) rotate(var(--r)); } }

.pack-label { position: absolute; z-index: 6; background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 8px 15px; font-size: 13.5px; font-weight: 800; box-shadow: var(--sh-2); opacity: 0; transform: scale(.6); transition: opacity .35s ease, transform .45s cubic-bezier(.3,1.4,.5,1); }
.pack-label.in { opacity: 1; transform: scale(1); }
.pack-label .tick { color: var(--mint-deep); }
.pack-label--a { top: 8%; left: -2%; }
.pack-label--b { top: -2%; left: 42%; }
.pack-label--c { bottom: 14%; right: -4%; }
.pack-stamp { position: absolute; z-index: 7; top: 40%; left: 50%; transform: translate(-50%,-50%) rotate(-12deg) scale(0); background: var(--accent-deep); color: #fff; border-radius: var(--pill); padding: 12px 22px; font-family: var(--display); font-weight: 600; font-size: 1.3rem; box-shadow: var(--sh-2); opacity: 0; }
.pack-stamp.in { opacity: 1; transform: translate(-50%,-50%) rotate(-8deg) scale(1); transition: transform .5s cubic-bezier(.3,1.5,.5,1), opacity .3s ease; }

.confetti-bit { position: fixed; width: 10px; height: 15px; border-radius: 2px; z-index: 90; pointer-events: none; will-change: transform, opacity; animation: cfly 1.1s cubic-bezier(.15,.6,.3,1) forwards; }
@keyframes cfly { 0% { transform: translate(0,0) rotate(0); opacity: 1; } 100% { transform: translate(var(--dx), var(--dy)) rotate(var(--rot)); opacity: 0; } }

/* Marquee doux */
.marquee { background: var(--surface); color: var(--ink); overflow: hidden; padding: 15px 0; border-block: 1px solid var(--line); }
.marquee__row { display: flex; width: max-content; animation: mq 28s linear infinite; }
.marquee__row > span { display: inline-flex; align-items: center; gap: 30px; padding-right: 30px; }
.marquee em { font-family: var(--display); font-weight: 600; font-style: italic; font-size: 1.4rem; white-space: nowrap; color: var(--ink); }
.marquee .st { color: var(--accent-deep); font-style: normal; }
.marquee:hover .marquee__row { animation-play-state: paused; }
@keyframes mq { to { transform: translateX(-50%); } }

.reveal { opacity: 0; transform: translateY(38px) scale(.98); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.vis { opacity: 1; transform: none; }

/* Dans le pack */
.pack3 { display: grid; gap: var(--s3); margin-top: var(--s5); }
.pk { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--sh-1); transition: transform .18s ease, box-shadow .18s ease; }
.pk:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.pk__media { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.pk__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.pk__media img.on { opacity: 1; }
.pk__no { position: absolute; top: 12px; left: 12px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); display: grid; place-items: center; font-family: var(--display); font-weight: 600; box-shadow: var(--sh-1); }
.pk__b { padding: var(--s3); }
.pk__b h3 { font-size: 1.5rem; }
.pk__b p { font-size: 15px; margin-top: 6px; }
.pk__tag { display: inline-block; margin-bottom: 10px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--pill); }
.pk--1 .pk__tag { background: var(--sky-light); color: var(--sky-deep); }
.pk--2 .pk__tag { background: var(--lavender-light); color: var(--lavender-deep); }
.pk--3 .pk__tag { background: var(--lemon-light); color: var(--lemon-deep); }

.band { }
.band--imagier { background: linear-gradient(180deg, var(--sky-light), var(--bg)); }
.band--affichages { background: linear-gradient(180deg, var(--lavender-light), var(--bg)); }
.band--calendar { background: var(--mint-light); }
.split { display: grid; gap: var(--s5); align-items: center; margin-top: var(--s4); }
.frame { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-2); position: relative; background: #fff; }
.frame--gal { aspect-ratio: 3/4; }
.frame--gal img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.frame--gal img.on { opacity: 1; }
.gal-pips { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; gap: 7px; justify-content: center; z-index: 2; }
.gal-pips i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.7); box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: width .3s, background .3s; }
.gal-pips i.on { width: 26px; border-radius: 5px; background: #fff; }
.feats { list-style: none; display: grid; gap: 12px; margin-top: var(--s3); }
.feats li { display: flex; gap: 12px; }
.feats .ok { color: var(--mint-deep); font-weight: 900; flex: 0 0 auto; }
.flip { font-family: var(--display); font-size: 1.35rem; line-height: 1.35; margin-top: var(--s3); }

.ecritures { display: grid; gap: var(--s3); margin-top: var(--s5); }
.ec { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1); padding: 22px; text-align: center; transition: transform .18s ease, box-shadow .18s ease; }
.ec:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.ec__lab { display: inline-block; font-weight: 800; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--sky-deep); background: var(--sky-light); border-radius: var(--pill); padding: 5px 13px; }
.ec__word { margin-top: 16px; height: 108px; display: flex; align-items: center; justify-content: center; border-radius: var(--r-sm); background-color: #fff; background-image: linear-gradient(to bottom, rgba(224,122,147,.28) 0 0), repeating-linear-gradient(to bottom, transparent 0 25px, rgba(122,184,224,.38) 25px 26px); background-size: 100% 26px, 100% 100%; background-position: 0 78px, 0 0; background-repeat: no-repeat, repeat-y; }
.ec__word span { padding-bottom: 4px; }
.ec--caps span { font-family: "Belle Allure Script", var(--body); font-size: 2.4rem; letter-spacing: .04em; }
.ec--script span { font-family: "Belle Allure Script", var(--body); font-size: 2.4rem; }
.ec--cursive span { font-family: "Belle Allure Cursive", cursive; font-weight: 700; font-size: 2.8rem; }

.nuancier { text-align: center; margin: var(--s4) auto 0; }
.nuancier__lab { display: block; font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; }
.nuancier__btns { display: inline-flex; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 6px; box-shadow: var(--sh-1); }
.nuancier__btn { font-family: var(--body); font-weight: 800; font-size: 16px; border: 0; background: none; color: var(--ink-2); padding: 11px 22px; border-radius: var(--pill); cursor: pointer; transition: background .2s, color .2s; }
.nuancier__btn.on { color: #fff; background: var(--accent-deep); }
.collections { display: grid; gap: var(--s3); margin-top: var(--s4); }
.col { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--sh-1); transition: transform .16s ease, box-shadow .16s ease; }
.col:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.col__media { aspect-ratio: 3/4; position: relative; }
.col__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s ease; }
.col__media img.on { opacity: 1; }
.col__cap { position: absolute; bottom: 10px; left: 10px; z-index: 2; background: rgba(46,42,39,.78); color: #fff; font-size: 11.5px; font-weight: 800; padding: 5px 11px; border-radius: var(--pill); }
.col__b { padding: 20px; }
.col__b h3 { font-size: 1.55rem; }
.col--confetti h3 { color: var(--confetti-deep); } .col--eclat h3 { color: var(--lemon-deep); } .col--cannelle h3 { color: var(--cannelle-deep); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: var(--s4); max-width: 48rem; margin-inline: auto; }
.chip { background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 8px 15px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); }

.cal-grid { display: grid; gap: var(--s4); align-items: center; }
.gift { display: inline-flex; align-items: center; gap: 8px; background: var(--lemon); color: var(--ink); font-weight: 800; font-size: 13px; border-radius: var(--pill); padding: 8px 16px; box-shadow: var(--sh-1); }

.value { background: linear-gradient(160deg, #322C28, #241F1C); color: #fff; }
.value h2, .value em { color: #fff; }
.value em { color: var(--lemon); }
.value__grid { display: grid; gap: var(--s3); margin-top: var(--s4); }
.vcard { border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-md); padding: var(--s3); background: rgba(255,255,255,.03); }
.vcard .big { font-family: var(--display); font-size: 2.2rem; color: var(--lemon); }
.vcard p { color: rgba(255,255,255,.72); font-size: 15px; margin-top: 6px; }

.founder { display: grid; gap: var(--s5); align-items: center; }
.founder__ph { border-radius: 48% 52% 45% 55% / 55% 48% 52% 45%; box-shadow: var(--sh-2); aspect-ratio: 1; overflow: hidden; background: var(--peach-light); }
.founder blockquote { font-size: clamp(1.3rem, 3vw, 1.8rem); font-style: italic; line-height: 1.4; }
.founder cite { display: block; margin-top: 18px; font-style: normal; font-family: var(--body); font-weight: 800; font-size: 14px; color: var(--accent-deep); }

.offer { background: linear-gradient(180deg, var(--accent-light), var(--bg)); }
.plans { display: grid; gap: var(--s3); margin-top: var(--s5); align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: var(--s4) var(--s3); text-align: center; display: flex; flex-direction: column; box-shadow: var(--sh-1); position: relative; }
.plan--feat { border: 1.5px solid var(--accent-soft); box-shadow: var(--sh-3); }
.plan--feat::before { content: ""; position: absolute; inset: -2px; border-radius: var(--r-xl); z-index: -1; background: radial-gradient(60% 46% at 50% 0%, color-mix(in srgb, var(--accent-soft) 45%, transparent), transparent 70%); animation: pulse 3.5s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: .5; } 50% { opacity: 1; } }
.plan__rb { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--lemon), var(--peach)); color: var(--ink); font-weight: 800; font-size: 13px; padding: 7px 18px; border-radius: var(--pill); white-space: nowrap; box-shadow: var(--sh-1); }
.plan__nm { font-family: var(--display); font-size: 1.4rem; margin-top: 6px; }
.plan__pr { margin: 14px 0; }
.plan__pr .old { text-decoration: line-through; color: var(--ink-3); font-family: var(--display); font-size: 1.1rem; }
.plan__pr .new { font-family: var(--display); font-weight: 700; font-size: 2.9rem; }
.plan__save { display: inline-block; background: var(--mint-light); color: var(--mint-deep); font-weight: 800; font-size: 13px; border-radius: var(--pill); padding: 5px 14px; }
.plan__ls { list-style: none; text-align: left; margin: 18px 0; display: grid; gap: 10px; }
.plan__ls li { display: flex; gap: 10px; font-size: 15px; }
.plan__ls .ok { color: var(--mint-deep); font-weight: 900; }
.plan__gift { background: var(--lemon-light); border: 1px dashed var(--lemon-deep); border-radius: var(--r-sm); padding: 11px; font-size: 13.5px; font-weight: 700; color: var(--lemon-deep); margin-bottom: 18px; }
.plan__cols { display: grid; gap: 8px; margin-top: auto; }
.plan__cols .btn { width: 100%; padding: 14px; font-size: 15px; }
.plan .btn { margin-top: auto; }
.plan__note { font-size: 12.5px; color: var(--ink-2); margin-top: 12px; }

.faq { max-width: 46rem; margin: var(--s4) auto 0; display: grid; gap: 12px; }
.faq__it { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-1); }
.faq__q { width: 100%; text-align: left; background: none; border: 0; padding: 18px 20px; font-family: var(--body); font-weight: 700; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.faq__q .pl { color: var(--accent-deep); font-size: 24px; transition: transform .2s; }
.faq__it.open .pl { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq__it.open .faq__a { max-height: 340px; }
.faq__a p { padding: 0 20px 18px; font-size: 15px; }

.freebie { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s4); text-align: center; max-width: 44rem; margin-inline: auto; box-shadow: var(--sh-1); }
.capture { display: flex; gap: 10px; max-width: 30rem; margin: 20px auto 0; }
.capture input { flex: 1; padding: 15px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font: inherit; }
.capture input:focus { outline: 2px solid var(--accent-soft); outline-offset: -1px; border-color: transparent; }

.final { background: linear-gradient(135deg, var(--rose-light), var(--lemon-light) 50%, var(--mint-light)); text-align: center; }

.foot { background: var(--ink); color: rgba(255,255,255,.6); padding-block: var(--s5); text-align: center; font-size: 13px; }
.foot a { color: rgba(255,255,255,.6); }
.foot__l { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 10px; }

.sticky { position: fixed; inset-inline: 0; bottom: 0; z-index: 55; transform: translateY(130%); transition: transform .3s ease; padding: 10px var(--s3) calc(10px + env(safe-area-inset-bottom)); background: rgba(250,250,248,.95); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
.sticky.show { transform: none; }

.lb { position: fixed; inset: 0; z-index: 100; background: rgba(46,42,39,.9); display: none; align-items: center; justify-content: center; padding: 24px; }
.lb.open { display: flex; }
.lb img { max-width: 92vw; max-height: 88vh; border-radius: var(--r-sm); box-shadow: var(--sh-3); }
.lb__x { position: absolute; top: 18px; right: 20px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: #fff; font-size: 22px; cursor: pointer; }

:root[data-collection="confetti"] { --accent: var(--confetti-deep); --accent-deep: var(--confetti-deep); --accent-soft: var(--confetti); --accent-light: var(--confetti-light); }
:root[data-collection="eclat"] { --accent: var(--lemon-deep); --accent-deep: var(--lemon-deep); --accent-soft: var(--lemon); --accent-light: var(--lemon-light); }
:root[data-collection="cannelle"] { --accent: var(--cannelle-deep); --accent-deep: var(--cannelle-deep); --accent-soft: var(--cannelle); --accent-light: var(--cannelle-light); }
:root[data-collection="confetti"] .col--confetti, :root[data-collection="eclat"] .col--eclat, :root[data-collection="cannelle"] .col--cannelle { transform: translateY(-6px); box-shadow: var(--sh-2); }

/* Badge V2 (repère de comparaison) */
.v2flag { position: fixed; left: 12px; top: 84px; z-index: 65; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; padding: 6px 12px; border-radius: var(--pill); box-shadow: var(--sh-2); }

@media (min-width: 800px) {
  .section { padding-block: var(--s7); }
  .hero__grid { grid-template-columns: 1.02fr .98fr; }
  .hero__cta { flex-direction: row; }
  .stage { height: 560px; }
  .pack3 { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: 1fr 1fr; }
  .band--imagier .split > .frame { order: 2; }
  .ecritures { grid-template-columns: repeat(3, 1fr); }
  .collections { grid-template-columns: repeat(3, 1fr); }
  .cal-grid { grid-template-columns: .85fr 1.15fr; }
  .value__grid { grid-template-columns: repeat(3, 1fr); }
  .founder { grid-template-columns: 300px 1fr; }
  .plans { grid-template-columns: repeat(3, 1fr); }
  .plan--feat { transform: scale(1.04); }
  .sticky { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .pack-card { opacity: 1; transform: rotate(var(--r,0deg)); }
  .confetti-bit { display: none; }
}

/* ============================================================
   HERO "flat-lay" (réf. Florent) — centré, scène produits + pastilles
   ============================================================ */
.heroB { text-align: center; }
.heroB__wrap { max-width: 660px; padding-block: var(--s6) var(--s6); }
.heroB .h-xl { font-size: clamp(38px, 9vw, 62px); line-height: 1.02; }
.heroB .h-xl em { display: inline-block; position: relative; }
.heroB .h-xl em::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: -6px; height: 7px; border-radius: 7px; background: linear-gradient(90deg, var(--accent-soft), var(--accent-deep)); transform: scaleX(0); transform-origin: left; animation: drawLine .85s cubic-bezier(.2,.8,.2,1) .4s forwards; }
@keyframes drawLine { to { transform: scaleX(1); } }
.heroB__lead { max-width: 34rem; margin: 20px auto 0; }

.scene { position: relative; margin: var(--s5) auto var(--s3); width: 100%; max-width: 560px; aspect-ratio: 1 / 0.92; }
.scene__p { position: absolute; border-radius: 10px; box-shadow: 0 20px 34px -14px rgba(46,42,39,.38), 0 4px 10px -4px rgba(46,42,39,.2); transform: rotate(var(--rr, 0deg)); animation: scenePop .75s cubic-bezier(.2,.9,.3,1.15) both; }
@keyframes scenePop { from { opacity: 0; transform: translateY(42px) scale(.82) rotate(var(--rr,0deg)); } to { opacity: 1; transform: translateY(0) scale(1) rotate(var(--rr,0deg)); } }
.scene__p--confetti { --rr: -8deg; width: 39%; left: 2%; top: 4%; z-index: 2; animation-delay: .15s; }
.scene__p--cannelle { --rr: -1deg; width: 37%; left: 32%; top: 0; z-index: 1; animation-delay: .30s; }
.scene__p--eclat { --rr: 8deg; width: 39%; right: 1%; top: 6%; z-index: 2; animation-delay: .45s; }
.scene__p--cal { --rr: 5deg; width: 27%; right: 5%; bottom: 3%; z-index: 3; animation-delay: .60s; }
.scene__p--imagier { --rr: -3deg; width: 53%; left: 17%; bottom: 0; z-index: 4; animation-delay: .75s; }

.doodle { position: absolute; z-index: 5; pointer-events: none; line-height: 1; opacity: 0; animation: doodleIn .5s ease forwards; }
@keyframes doodleIn { from { opacity: 0; transform: scale(.4); } to { opacity: .95; transform: scale(1); } }
.doodle--pencil { left: -3%; bottom: 24%; font-size: 40px; transform: rotate(-28deg); animation-delay: .9s; }
.doodle--star1 { left: 3%; bottom: 12%; color: var(--peach-deep); font-size: 24px; animation-delay: 1s; }
.doodle--star2 { right: 5%; top: -2%; color: var(--lemon-deep); font-size: 20px; animation-delay: 1.05s; }
.doodle--flower { right: -3%; bottom: 18%; color: var(--rose); font-size: 30px; animation-delay: 1.1s; }
.doodle--sprig { right: 7%; bottom: 1%; font-size: 26px; animation-delay: 1.15s; }
.doodle--heart { left: -1%; top: 32%; color: var(--rose-deep); font-size: 20px; animation-delay: 1.2s; }

.feat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: var(--s3); }
.feat { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1); padding: 13px 12px; font-size: 12.5px; font-weight: 700; color: var(--ink); text-align: left; display: flex; align-items: center; gap: 10px; line-height: 1.2; }
.feat__i { font-size: 20px; flex: 0 0 auto; color: var(--accent-deep); }

.heroB__cta { display: flex; flex-direction: column; gap: 12px; margin: var(--s4) auto 0; max-width: 470px; }
.heroB .hero__price { text-align: center; margin-top: 18px; }

@media (min-width: 800px) {
  .scene { max-width: 620px; }
  .feat { font-size: 14px; padding: 15px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .scene__p, .doodle { animation: none; opacity: 1; }
  .doodle { opacity: .95; }
  .heroB .h-xl em::after { animation: none; transform: scaleX(1); }
}

/* ============================================================
   HERO responsive : mobile 1 colonne / PC 2 colonnes (override)
   ============================================================ */
.heroB__grid { display: grid; gap: 6px 52px; padding-block: var(--s6);
  grid-template-columns: 1fr; justify-items: center; text-align: center;
  grid-template-areas: "eyebrow" "title" "lead" "scene" "feat" "cta" "price"; }
.ha-eyebrow { grid-area: eyebrow; }
.ha-title { grid-area: title; margin-top: 12px; }
.ha-lead { grid-area: lead; }
.ha-scene { grid-area: scene; }
.ha-feat { grid-area: feat; }
.ha-cta { grid-area: cta; }
.ha-price { grid-area: price; }
.heroB .h-xl { font-size: clamp(38px, 8.5vw, 58px); }
.heroB__lead { max-width: 34rem; margin-top: 16px; }

.scene { position: relative; width: 100%; max-width: 520px; margin: 22px auto 6px; aspect-ratio: auto; }
.scene__flat { width: 100%; height: auto; animation: sceneRise .9s cubic-bezier(.2,.8,.2,1) both; }
@keyframes sceneRise { from { opacity: 0; transform: translateY(34px) scale(.96); } to { opacity: 1; transform: none; } }

.feat3 { width: 100%; max-width: 520px; margin-top: var(--s3); }
.heroB__cta { width: 100%; max-width: 470px; }

@media (min-width: 860px) {
  .heroB__grid {
    grid-template-columns: 1.02fr .98fr; column-gap: 56px;
    justify-items: start; text-align: left; align-items: center;
    grid-template-areas:
      "eyebrow scene"
      "title   scene"
      "lead    scene"
      "feat    scene"
      "cta     scene"
      "price   scene";
  }
  .heroB .h-xl { font-size: clamp(44px, 4vw, 64px); }
  .ha-scene { align-self: center; }
  .scene { margin: 0; max-width: 560px; }
  .heroB__lead { margin-inline: 0; }
  .feat3 { max-width: none; }
  .heroB__cta { flex-direction: row; max-width: none; flex-wrap: wrap; }
  .heroB__cta .btn { width: auto; }
  .heroB .hero__price { text-align: left; }
}

/* ============================================================
   Bandeau cookies (Consent Mode v2)
   ============================================================ */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80; max-width: 430px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-2);
  padding: 18px 20px; transform: translateY(150%); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.cookie-banner--visible { transform: none; }
.cookie-banner__title { font-family: var(--display); font-weight: 600; font-size: 1.05rem; }
.cookie-banner__desc { font-size: 13px; color: var(--ink-2); margin-top: 6px; line-height: 1.5; }
.cookie-banner__accept { margin-top: 14px; font-family: var(--body); font-weight: 800; font-size: 15px;
  background: var(--accent); color: #fff; border: 0; border-radius: var(--pill); padding: 11px 24px; cursor: pointer; }
.cookie-banner__refuse { display: block; margin-top: 10px; background: none; border: 0; color: var(--ink-3);
  font-size: 12.5px; text-decoration: underline; cursor: pointer; padding: 0; }
@media (min-width: 560px) { .cookie-banner { right: auto; } }

/* ============================================================
   V3 ÉVEIL AUX LANGUES — polices Belle Allure (fix : les woff2
   étaient dans fonts/ mais jamais déclarés) + nouveaux blocs
   ============================================================ */
@font-face { font-family: "Belle Allure Script"; src: url("../fonts/BelleAllureScript.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Belle Allure Cursive"; src: url("../fonts/BelleAllureCursive.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Belle Allure Cursive"; src: url("../fonts/BelleAllureCursive-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }

/* --- Hero : galerie photos + carte mot qui voyage --- */
.scene__gal { position: relative; width: 100%; aspect-ratio: 1; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-3); border: 1px solid var(--line); background: #fff; }
.scene__gal img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.scene__gal img.on { opacity: 1; }
.flipcard { position: absolute; z-index: 6; right: -4%; bottom: 10%; min-width: 168px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-2); padding: 14px 18px; text-align: center; animation: floaty 6s ease-in-out infinite; }
.flipcard__flag { display: block; font-size: 26px; line-height: 1; }
.flipcard__word { display: block; font-family: var(--display); font-weight: 600; font-size: 1.5rem; margin-top: 6px; transition: opacity .25s ease, transform .25s ease; }
.flipcard__lang { display: block; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-top: 2px; }
.flipcard.flipping .flipcard__word { opacity: 0; transform: translateY(8px); }
.giftline { font-family: var(--body); font-weight: 700; font-size: .95rem; color: var(--ink-2); }

/* --- Le vrai blocage --- */
.pains { display: grid; gap: var(--s3); margin-top: var(--s5); }
.pain { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s4) var(--s3); box-shadow: var(--sh-1); transition: transform .18s ease, box-shadow .18s ease; }
.pain:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.pain__i { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--accent-light); font-size: 26px; }
.pain h3 { font-size: 1.3rem; margin-top: 14px; }
.pain p { font-size: 15px; margin-top: 8px; }

.band--intro { background: linear-gradient(180deg, var(--lemon-light), var(--bg)); }
.pk__media--doc { aspect-ratio: 4/3; position: relative; overflow: hidden; background: var(--sky-light); }
.pk__media--doc img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* --- Langbar (drapeaux de la galerie imagier) --- */
.langbar { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 14px; }
.langbar__btn { display: inline-flex; align-items: center; gap: 7px; font-family: var(--body); font-weight: 800; font-size: 13.5px; color: var(--ink-2); background: #fff; border: 1.5px solid var(--line); border-radius: var(--pill); padding: 8px 14px; cursor: pointer; transition: transform .15s ease, border-color .2s, color .2s, background .2s; }
.langbar__btn span { font-size: 17px; line-height: 1; }
.langbar__btn:hover { transform: translateY(-2px); }
.langbar__btn.on { color: #fff; background: var(--accent-deep); border-color: var(--accent-deep); }

/* --- Guide : progression par niveau --- */
.band--guide { background: linear-gradient(180deg, var(--mint-light), var(--bg)); }
.niveaux { max-width: 46rem; margin: var(--s5) auto 0; }
.niveaux__bar { display: flex; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 6px; box-shadow: var(--sh-1); }
.niveaux__btn { flex: 1; font-family: var(--body); font-weight: 800; font-size: 14.5px; border: 0; background: none; color: var(--ink-2); padding: 11px 6px; border-radius: var(--pill); cursor: pointer; transition: background .2s, color .2s; white-space: nowrap; }
.niveaux__btn.on { color: #fff; background: var(--mint-deep); }
.niveaux__track { display: flex; justify-content: space-between; align-items: center; margin: 18px 12px 0; height: 4px; border-radius: 4px; background: var(--line-soft); position: relative; }
.niveaux__dot { width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--line); transition: border-color .25s, transform .25s; }
.niveaux__dot.on { border-color: var(--mint-deep); transform: scale(1.25); }
.niveaux__panels { position: relative; margin-top: 20px; }
.nivpanel { display: none; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-2); padding: var(--s4) var(--s3); }
.nivpanel.on { display: block; animation: nivIn .4s cubic-bezier(.2,.8,.2,1); }
@keyframes nivIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.nivpanel__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nivpanel__badge { background: var(--mint-light); color: var(--mint-deep); font-weight: 800; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; border-radius: var(--pill); padding: 6px 14px; }
.nivpanel__head h3 { font-size: 1.55rem; }
.nivpanel > p { margin-top: 12px; font-size: 15.5px; }
.nivpanel__acts { list-style: none; display: grid; gap: 10px; margin-top: 16px; }
.nivpanel__acts li { background: var(--bg); border: 1px solid var(--line-soft); border-radius: var(--r-sm); padding: 12px 15px; font-size: 14.5px; color: var(--ink); }
.nivpanel__ssfc { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ssfc { font-size: 12px; font-weight: 800; border-radius: var(--pill); padding: 6px 13px; }
.ssfc--s { background: var(--sky-light); color: var(--sky-deep); }
.ssfc--sf { background: var(--lavender-light); color: var(--lavender-deep); }
.ssfc--c { background: var(--peach-light); color: var(--peach-deep); }

/* --- Offre solo --- */
.plan--solo { text-align: center; }
.plan--solo .plan__ls { margin-block: 20px; }
.plan--solo .btn { margin-top: 6px; }

@media (min-width: 800px) {
  .pains { grid-template-columns: repeat(3, 1fr); }
  .flipcard { right: -6%; }
}
@media (max-width: 560px) {
  .flipcard { right: 2%; bottom: 6%; min-width: 138px; padding: 11px 14px; }
  .flipcard__word { font-size: 1.2rem; }
  .niveaux__btn { font-size: 12.5px; }
  .feat3 { grid-template-columns: 1fr; }
}
/* Les CTA longs passent à la ligne au lieu de déborder (mobile) */
.btn--wide { white-space: normal; }

/* Galerie imagier : pages A4 entières, sans rognage */
#galLangues { aspect-ratio: 210/297; }
#galLangues img { object-fit: contain; background: #fff; }
@media (prefers-reduced-motion: reduce) {
  .flipcard { animation: none; }
  .nivpanel.on { animation: none; }
}

/* ============================================================
   V4 STICKERS DE L'ENSEIGNANT — hero photo lifestyle + vignette pack
   ============================================================ */
.hero-shot { position: relative; width: 100%; max-width: 600px; margin: 26px auto 8px;
  aspect-ratio: 4 / 3; border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-3); border: 1px solid var(--line); background: #fff; }
.hero-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.hero-shot img.on { opacity: 1; }
@media (min-width: 860px) { .hero-shot { margin: 0; max-width: 560px; } }

.plan__img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--r-md);
  margin-bottom: 14px; border: 1px solid var(--line); }

/* ---- Sections détaillées par pack (une couleur par pack) ---- */
.packsec { overflow: hidden; }
.packsec--maternelle { --accent: var(--rose-deep); --accent-deep: var(--rose-deep); --accent-soft: var(--rose); --accent-light: var(--rose-light);
  background: linear-gradient(180deg, var(--rose-light), var(--bg)); }
.packsec--primaire { --accent: var(--sky-deep); --accent-deep: var(--sky-deep); --accent-soft: var(--sky); --accent-light: var(--sky-light);
  background: linear-gradient(180deg, var(--sky-light), var(--bg)); }
.packsec--viescolaire { --accent: var(--mint-deep); --accent-deep: var(--mint-deep); --accent-soft: var(--mint); --accent-light: var(--mint-light);
  background: linear-gradient(180deg, var(--mint-light), var(--bg)); }

.packsec__head { max-width: 46rem; }
.packsec__num { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent-soft); color: #fff; font-weight: 800; font-size: 15px; margin-bottom: 14px; }
.packsec__why { margin-top: 14px; }
.packsec__why strong { color: var(--accent-deep); }

/* Galerie stickers ronds (placeholders à remplacer par les vrais visuels) */
.stickerwall { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: var(--s3) var(--s2); margin-top: var(--s5); }
@media (min-width: 560px) { .stickerwall { grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); } }
.sticko { text-align: center; }
.sticko__img { display: grid; place-items: center; width: 86px; height: 86px; margin: 0 auto; border-radius: 50%;
  background: #fff; border: 3px solid var(--accent-soft); box-shadow: var(--sh-1); font-size: 36px; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease; }
.sticko:hover .sticko__img { transform: translateY(-4px) rotate(-4deg); box-shadow: var(--sh-2); }
.sticko__img img { width: 100%; height: 100%; object-fit: contain; }
.sticko figcaption { font-size: 12px; font-weight: 700; color: var(--ink-2); margin-top: 9px; line-height: 1.2; }

/* Détail groupé en pastilles */
.packsec__lists { display: grid; gap: var(--s4); margin-top: var(--s6); }
@media (min-width: 800px) { .packsec__lists { grid-template-columns: 1fr 1fr; } .packsec__lists .chipgroup--full { grid-column: 1 / -1; } }
.chipgroup__t { font-family: var(--display); font-weight: 600; font-size: 1.2rem; display: flex; align-items: center; gap: 9px; }
.chipgroup__t small { font-family: var(--body); font-weight: 700; font-size: 12px; color: var(--ink-3); text-transform: none; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip { background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 8px 15px; font-size: 14px; font-weight: 600; color: var(--ink); box-shadow: var(--sh-1); }
.chip--soft { background: var(--accent-light); color: var(--accent-deep); border-color: transparent; box-shadow: none; }

/* ---- Hero : deux rails discrets de pictos (gauche/droite), sobres ---- */
.hero { position: relative; }
.hero .heroB__grid { position: relative; z-index: 2; }
.hero-fx { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hfx { position: absolute; will-change: transform; }
.hfx img { width: 100%; height: auto; display: block;
  filter: drop-shadow(0 5px 10px rgba(46,42,39,.14));
  animation: hfxFloat var(--dur, 7s) ease-in-out infinite; animation-delay: var(--delay, 0s);
  transform: rotate(var(--r, 0deg)); }
@keyframes hfxFloat {
  0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
  50% { transform: translateY(-8px) rotate(calc(var(--r, 0deg) + 2deg)); }
}
/* Dans le POURTOUR du hero (autour du bloc texte+photo, jamais dessus) : gouttières
   gauche/droite + bandes haut/bas. Insets en vw = ils s'écartent du bord quand il y a
   de l'air. Tailles/opacités variées = profondeur. Derrière le contenu (z-index 1). */
/* Gouttière gauche */
.hfx1 { top: 8%;  left: clamp(6px, 3.5vw, 100px); width: clamp(38px, 4vw, 56px); opacity: .5;  --r: -5deg; --dur: 6.8s; --delay: 0s; }
.hfx2 { top: 42%; left: clamp(4px, 1.5vw, 34px);  width: clamp(26px, 2.8vw, 38px); opacity: .34; --r: 4deg; --dur: 8.2s; --delay: .6s; }
.hfx3 { top: 74%; left: clamp(8px, 4.5vw, 120px); width: clamp(40px, 4.6vw, 64px); opacity: .54; --r: -3deg; --dur: 7.2s; --delay: 1s; }
/* Bande basse */
.hfx4 { bottom: 4%; left: 26%; width: clamp(26px, 2.8vw, 40px); opacity: .34; --r: 6deg; --dur: 8.6s; --delay: .4s; }
.hfx5 { bottom: 3%; left: 58%; width: clamp(30px, 3.2vw, 46px); opacity: .42; --r: -4deg; --dur: 7.6s; --delay: 1.2s; }
/* Bande haute */
.hfx6 { top: 3%; left: 33%; width: clamp(28px, 3vw, 42px); opacity: .36; --r: 5deg; --dur: 7.8s; --delay: 1.3s; }
.hfx7 { top: 4%; left: 63%; width: clamp(34px, 3.6vw, 50px); opacity: .46; --r: 4deg; --dur: 7s; --delay: .2s; }
/* Gouttière droite */
.hfx8 { top: 12%; right: clamp(6px, 3.5vw, 100px); width: clamp(44px, 5vw, 70px); opacity: .58; --r: -6deg; --dur: 6.4s; --delay: .5s; }
.hfx9 { top: 46%; right: clamp(4px, 1.5vw, 34px);  width: clamp(26px, 2.8vw, 38px); opacity: .34; --r: 3deg; --dur: 8.4s; --delay: .8s; }
.hfx10 { top: 78%; right: clamp(8px, 4vw, 110px);  width: clamp(38px, 4.3vw, 58px); opacity: .5; --r: 4deg; --dur: 7.4s; --delay: 1.1s; }
/* Mobile : contenu pleine largeur (photo opaque comprise) -> on passe le calque DEVANT
   (faible opacité, texte lisible) et on place les pictos dans les zones de texte (haut)
   et sous la photo (bas), en évitant la bande de la photo (~42-70%). */
@media (max-width: 640px) {
  .hero-fx { z-index: 3; }
  .hfx { opacity: .42; }
  /* colonne gauche */
  .hfx5 { top: 5%;  left: 3%;  right: auto; bottom: auto; width: 46px; }
  .hfx1 { top: 17%; left: 1%;  right: auto; bottom: auto; width: 54px; }
  .hfx2 { top: 31%; left: 5%;  right: auto; bottom: auto; width: 40px; opacity: .34; }
  .hfx3 { top: 80%; left: 2%;  right: auto; bottom: auto; width: 56px; }
  .hfx4 { top: 92%; left: 20%; right: auto; bottom: auto; width: 40px; opacity: .34; }
  /* colonne droite */
  .hfx10 { top: 6%;  right: 3%; left: auto; bottom: auto; width: 46px; }
  .hfx6 { top: 19%;  right: 1%; left: auto; bottom: auto; width: 50px; }
  .hfx7 { top: 33%;  right: 6%; left: auto; bottom: auto; width: 40px; opacity: .34; }
  .hfx8 { top: 78%;  right: 2%; left: auto; bottom: auto; width: 58px; }
  .hfx9 { top: 90%;  right: 20%; left: auto; bottom: auto; width: 40px; opacity: .34; }
}
@media (prefers-reduced-motion: reduce) { .hfx img { animation: none; } }

/* Vrais stickers (picto + libellé), posés en léger désordre */
.stickscatter { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 26px; margin-top: var(--s5); }
.stickreal { width: clamp(170px, 40vw, 232px); filter: drop-shadow(0 10px 16px rgba(46,42,39,.18)); transition: transform .2s ease; }
.stickreal img { width: 100%; height: auto; display: block; }
.stickreal:nth-child(3n+1) { transform: rotate(-2.5deg); }
.stickreal:nth-child(3n+2) { transform: rotate(1.5deg); }
.stickreal:nth-child(3n+3) { transform: rotate(3deg); }
.stickreal:hover { transform: rotate(0) scale(1.05); position: relative; z-index: 2; }

/* Duos (remise automatique au panier) */
.duos { display: grid; gap: var(--s3); margin-top: var(--s5); }
@media (min-width: 800px) { .duos { grid-template-columns: 1fr 1fr; } }
.duo__items { list-style: none; margin: 4px 0 16px; display: grid; gap: 9px; }
.duo__items li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 15px; color: var(--ink); }
.duo__items li span:last-child { color: var(--ink-3); font-weight: 700; white-space: nowrap; }
.duo__save { display: inline-flex; align-items: center; gap: 7px; background: var(--mint-light); color: var(--mint-deep); font-weight: 800; font-size: 13px; border-radius: var(--pill); padding: 8px 15px; margin-bottom: 16px; }

.packsec__cta { margin-top: var(--s6); display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.packsec__price { font-size: 15px; color: var(--ink-2); font-weight: 700; }
.packsec__price .new { font-family: var(--display); font-weight: 700; font-size: 1.9rem; color: var(--accent-deep); margin-right: 6px; }
