/* ============================================================
   PACK RENTRÉE — Les Prépas de Mathilde x Créa Plume
   Refonte "grosse production" — v2 from scratch
   ============================================================ */

:root {
  --rose: #F4A5B8; --rose-deep: #E07A93; --rose-light: #FDEEF1;
  --coral: #FF7A59; --coral-deep: #ED5C3B;
  --mint: #7DD3B3; --mint-deep: #4FB794; --mint-light: #E7F7F0;
  --sky: #7AB8E0; --sky-deep: #4E97C9; --sky-light: #E6F1F9;
  --lemon: #FFD75E; --lemon-deep: #C99A19; --lemon-light: #FFF6DA;
  --lavender: #C4A8E0; --lavender-deep: #9366C4; --lavender-light: #F2EBFA;
  --peach: #F5B895; --peach-deep: #D07E4E; --peach-light: #FCEBDF;

  --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(--coral); --accent-deep: var(--coral-deep); --accent-light: #FFEBE4;

  --bg: #FFFBF4; --surface: #FFFFFF; --ink: #241F1C; --ink-2: #6A615A; --ink-3: #A79D94;
  --line: #EBE3D8;

  --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: 36px; --pill: 100px;
  --sh-1: 0 6px 22px -10px rgba(36,31,28,.22);
  --sh-2: 0 18px 44px -18px rgba(36,31,28,.30);
  --hard: 7px 7px 0 var(--ink);

  --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-color: var(--bg);
  background-image: radial-gradient(rgba(122,184,224,.14) 1.3px, transparent 1.4px);
  background-size: 26px 26px; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, blockquote { font-family: var(--display); font-weight: 600; line-height: 1.08; letter-spacing: -0.025em; 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: .14em; 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(42px, 8vw, 88px); font-weight: 600; }
.h-lg { font-size: clamp(30px, 5.2vw, 54px); }
.lead { font-size: clamp(17px, 2.2vw, 21px); 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: 18px 32px; border: 2.5px solid var(--ink); border-radius: var(--pill); cursor: pointer; text-decoration: none; transition: transform .14s ease, box-shadow .14s ease, background-color .4s ease; white-space: nowrap; }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 5px 5px 0 var(--ink); }
.btn--primary:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--ink); }
.btn--dark { background: var(--ink); color: #fff; box-shadow: 5px 5px 0 var(--accent); }
.btn--dark:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--accent); }
.btn--ghost { background: #fff; color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.btn--ghost:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn--lg { padding: 20px 40px; font-size: 19px; }
.btn--wide { width: 100%; }
.btn .arw { transition: transform .14s 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: 4px; width: 0; z-index: 70; background: var(--accent); 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(255,251,244,.88); backdrop-filter: blur(12px); border-bottom: 2px solid transparent; transition: border-color .25s, box-shadow .25s; }
.nav.scrolled { border-color: var(--ink); 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 82% -8%, var(--lemon-light), transparent 55%), linear-gradient(165deg, #FFF6E6 0%, var(--peach-light) 55%, var(--rose-light) 100%); border-bottom: 3px solid var(--ink); 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; }

.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(36,31,28,.16), transparent 75%); border-radius: 50%; }
.pack-card { position: absolute; width: 47%; aspect-ratio: 3/4; border: 3px solid var(--ink); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--hard); 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: -8deg; z-index: 2; }
.pack-b { left: 26%; bottom: 16%; --r: 2deg; z-index: 4; }
.pack-c { right: 0; bottom: 3%; --r: 9deg; 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: 2.5px solid var(--ink); border-radius: var(--pill); padding: 8px 15px; font-size: 13.5px; font-weight: 800; box-shadow: 3px 3px 0 var(--ink); 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); color: #fff; border: 3px solid var(--ink); border-radius: var(--pill); padding: 12px 22px; font-family: var(--display); font-weight: 600; font-size: 1.3rem; box-shadow: var(--hard); opacity: 0; }
.pack-stamp.in { opacity: 1; transform: translate(-50%,-50%) rotate(-9deg) 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 { background: var(--ink); color: #fff; overflow: hidden; padding: 15px 0; border-block: 3px solid var(--ink); }
.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: normal; font-size: 1.45rem; white-space: nowrap; color: #fff; }
.marquee .st { color: var(--lemon); }
.marquee:hover .marquee__row { animation-play-state: paused; }
@keyframes mq { to { transform: translateX(-50%); } }

.reveal { opacity: 0; transform: translateY(42px) 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: 3px solid var(--ink); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--hard); }
.pk__media { aspect-ratio: 4/3; overflow: hidden; position: relative; border-bottom: 3px solid var(--ink); }
.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: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 600; border: 2px solid #fff; }
.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 { border-block: 3px solid var(--ink); }
.band--imagier { background: linear-gradient(180deg, var(--sky-light), #fff); }
.band--affichages { background: linear-gradient(180deg, var(--lavender-light), #fff); }
.band--calendar { background: var(--mint); }
.split { display: grid; gap: var(--s5); align-items: center; margin-top: var(--s4); }
.frame { border: 3px solid var(--ink); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--hard); 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,.65); box-shadow: 0 1px 3px rgba(0,0,0,.3); 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: 3px solid var(--ink); border-radius: var(--r-md); box-shadow: 5px 5px 0 var(--ink); padding: 22px; text-align: center; }
.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,.3) 0 0), repeating-linear-gradient(to bottom, transparent 0 25px, rgba(122,184,224,.4) 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: 3px solid var(--ink); border-radius: var(--pill); padding: 6px; box-shadow: 5px 5px 0 var(--ink); }
.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: 3px solid var(--ink); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--hard); transition: transform .16s ease; }
.col__media { aspect-ratio: 3/4; position: relative; border-bottom: 3px solid var(--ink); }
.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(36,31,28,.82); 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: 2px solid var(--ink); border-radius: var(--pill); padding: 8px 15px; font-size: 13.5px; font-weight: 700; }

.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: 2.5px solid var(--ink); border-radius: var(--pill); padding: 8px 16px; box-shadow: 3px 3px 0 var(--ink); }

.value { background: var(--ink); color: #fff; border-block: 3px solid var(--ink); }
.value h2, .value em { color: #fff; }
.value em { color: var(--lemon); }
.value__grid { display: grid; gap: var(--s3); margin-top: var(--s4); }
.vcard { border: 2px solid rgba(255,255,255,.25); border-radius: var(--r-md); padding: var(--s3); }
.vcard .big { font-family: var(--display); font-size: 2.2rem; color: var(--lemon); }
.vcard p { color: rgba(255,255,255,.75); font-size: 15px; margin-top: 6px; }

.founder { display: grid; gap: var(--s5); align-items: center; }
.founder__ph { border: 3px solid var(--ink); border-radius: 48% 52% 45% 55% / 55% 48% 52% 45%; box-shadow: var(--hard); aspect-ratio: 1; display: grid; place-items: center; text-align: center; background: var(--peach-light); color: var(--peach-deep); font-weight: 700; font-size: 13px; padding: 24px; }
.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), #fff); border-top: 3px solid var(--ink); }
.plans { display: grid; gap: var(--s3); margin-top: var(--s5); align-items: stretch; }
.plan { background: #fff; border: 3px solid var(--ink); border-radius: var(--r-xl); padding: var(--s4) var(--s3); text-align: center; display: flex; flex-direction: column; box-shadow: 6px 6px 0 var(--ink); position: relative; }
.plan--feat { box-shadow: 10px 10px 0 var(--ink); }
.plan--feat::before { content: ""; position: absolute; inset: -3px; border-radius: var(--r-xl); z-index: -1; background: radial-gradient(60% 46% at 50% 0%, color-mix(in srgb, var(--accent) 55%, 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: -16px; left: 50%; transform: translateX(-50%); background: var(--lemon); color: var(--ink); font-weight: 800; font-size: 13px; padding: 7px 18px; border-radius: var(--pill); border: 2.5px solid var(--ink); white-space: nowrap; }
.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: 2px 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: 3px solid var(--ink); border-radius: var(--r-md); overflow: hidden; box-shadow: 4px 4px 0 var(--ink); }
.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: 3px dashed var(--ink); border-radius: var(--r-lg); padding: var(--s4); text-align: center; max-width: 44rem; margin-inline: auto; }
.capture { display: flex; gap: 10px; max-width: 30rem; margin: 20px auto 0; }
.capture input { flex: 1; padding: 15px 16px; border: 2.5px solid var(--ink); border-radius: var(--r-sm); font: inherit; }
.capture input:focus { outline: 3px solid var(--accent); outline-offset: -1px; }

.final { background: linear-gradient(135deg, var(--lemon-light), var(--peach-light) 50%, var(--rose-light)); border-top: 3px solid var(--ink); 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(255,251,244,.95); backdrop-filter: blur(10px); border-top: 3px solid var(--ink); }
.sticky.show { transform: none; }

.lb { position: fixed; inset: 0; z-index: 100; background: rgba(36,31,28,.92); display: none; align-items: center; justify-content: center; padding: 24px; }
.lb.open { display: flex; }
.lb img { max-width: 92vw; max-height: 88vh; border: 3px solid #fff; border-radius: var(--r-sm); }
.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); --accent-deep: var(--confetti-deep); --accent-light: var(--confetti-light); }
:root[data-collection="eclat"] { --accent: var(--eclat); --accent-deep: var(--lemon-deep); --accent-light: var(--eclat-light); }
:root[data-collection="cannelle"] { --accent: var(--cannelle); --accent-deep: var(--cannelle-deep); --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(-8px); }

@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; }
}

/* ============================================================
   ACTES — transitions narratives entre produits (scroll storytelling)
   ============================================================ */
.act { min-height: 92vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: var(--s7) var(--s3); border-block: 3px solid var(--ink); position: relative; overflow: hidden; }
.act__inner { max-width: 62rem; position: relative; z-index: 2; }
.act__k { display: inline-block; font-weight: 800; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; padding: 8px 18px; border-radius: var(--pill); margin-bottom: var(--s4); }
.act__line { display: block; overflow: hidden; }
.act__line-in { display: block; font-family: var(--display); font-weight: 600; font-size: clamp(34px, 7vw, 82px); line-height: 1.03; letter-spacing: -0.03em; }
.act__hl { font-style: italic; }
.act__answer { margin-top: var(--s4); font-family: var(--body); font-weight: 800; font-size: clamp(18px, 2.7vw, 27px); display: inline-flex; align-items: center; gap: 12px; }
.act__glow { position: absolute; width: 60vw; height: 60vw; border-radius: 50%; filter: blur(80px); opacity: .5; z-index: 1; pointer-events: none; }
.act--imagier { background: linear-gradient(158deg, #0E2C42, #17466A); color: #fff; }
.act--imagier .act__k { background: rgba(255,255,255,.14); color: #fff; }
.act--imagier .act__answer, .act--imagier .act__hl { color: var(--lemon); }
.act--imagier .act__glow { background: #2E7FB8; top: -20%; right: -15%; }
.act--affichages { background: linear-gradient(158deg, #3B2A57, #5B3F86); color: #fff; }
.act--affichages .act__k { background: rgba(255,255,255,.14); color: #fff; }
.act--affichages .act__answer, .act--affichages .act__hl { color: var(--peach); }
.act--affichages .act__glow { background: #8B5FC0; bottom: -20%; left: -12%; }
.act--calendar { background: linear-gradient(158deg, #1E4D3F, #2E6B54); color: #fff; }
.act--calendar .act__k { background: rgba(255,255,255,.14); color: #fff; }
.act--calendar .act__answer, .act--calendar .act__hl { color: var(--lemon); }
.act--calendar .act__glow { background: #43A17E; top: -15%; left: -10%; }
@media (prefers-reduced-motion: reduce) { .act { min-height: 0; padding: var(--s6) var(--s3); } }
