/* MP · Mizo Prestige — ivoire, prune, rose de Damas, fil d'or — v2 concise */
@font-face { font-family: 'Cormorant Garamond'; src: url('/assets/fonts/CormorantGaramond-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('/assets/fonts/CormorantGaramond-500i.woff2') format('woff2'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Jost'; src: url('/assets/fonts/Jost-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Jost'; src: url('/assets/fonts/Jost-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Jost'; src: url('/assets/fonts/Jost-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Amiri'; src: url('/assets/fonts/Amiri-400-ar.woff2') format('woff2'); font-weight: 400; font-display: swap; unicode-range: U+0600-06FF; }

:root {
  --ivory: #F8F3EC; --ivory-2: #F2EAE0; --white: #FFFDFA;
  --ink: #3A1F2E; --ink-2: #5A3B4B; --muted: #8A7480;
  --rose: #C4667E; --rose-2: #A84F67; --petal: #EBBFC8; --petal-2: #F6E1E6;
  --gold: #C9A961; --gold-2: #E2CB8F;
  --line: rgba(58,31,46,.12);
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ar: 'Amiri', 'Noto Naskh Arabic', serif;
  --r: 24px; --shadow: 0 24px 60px rgba(58,31,46,.14);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
::selection { background: var(--rose); color: #fff; }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: clip; }
body { background: var(--ivory); color: var(--ink); font: 400 17px/1.6 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: -.008em; text-wrap: balance; }
h1 { font-size: clamp(3.4rem, 8.4vw, 6.4rem); }
h2 { font-size: clamp(2.3rem, 4.8vw, 3.7rem); }
em { font-style: italic; color: var(--rose); }
.ar { font-family: var(--ar); direction: rtl; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: .76rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--rose-2); }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--gold); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 99; background: var(--ink); color: #fff; padding: 8px 14px; }

/* zellige */
.zellige { position: relative; }
.zellige::before { content: ''; position: absolute; inset: 0; background: url('/assets/img/zellige.svg') center / 120px; opacity: .35; pointer-events: none; mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent); -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent); }
.zellige > * { position: relative; }

/* boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 28px; border-radius: 999px; font: 500 .88rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s; cursor: pointer; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:active { transform: scale(.98); }
.btn-l { padding: 19px 34px; font-size: .95rem; }
.btn-l svg { width: 21px; height: 21px; }
.btn-s { padding: 11px 20px; font-size: .76rem; }
.btn-wa { background: var(--ink); color: var(--ivory); box-shadow: 0 12px 30px rgba(58,31,46,.3); }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(58,31,46,.36); background: #2c1622; }
.btn-rose { background: linear-gradient(140deg, #d47a91, var(--rose) 55%, var(--rose-2)); color: #fff; box-shadow: 0 10px 28px rgba(196,102,126,.35); }
.btn-rose:hover { transform: translateY(-2px); }
.btn-line { border-color: rgba(58,31,46,.3); color: var(--ink); background: rgba(255,255,255,.4); }
.btn-line:hover { border-color: var(--gold); background: #fff; transform: translateY(-2px); }

.btn-gold { background: linear-gradient(150deg, #e2cb8f 0%, var(--gold) 45%, #a88a45 100%); color: #2a1520; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(201,169,97,.45); }
.btn-ghost { border-color: rgba(248,243,236,.5); color: var(--ivory); background: rgba(58,31,46,.2); backdrop-filter: blur(6px); }
.btn-ghost:hover { border-color: var(--gold-2); color: var(--gold-2); transform: translateY(-2px); }

/* header */
.hdr { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s, box-shadow .3s, transform .35s; }
.hdr { --nav: var(--ivory); }
.hdr--scrolled { --nav: var(--ink-2); background: rgba(248,243,236,.9); backdrop-filter: blur(14px) saturate(1.2); box-shadow: 0 8px 30px rgba(58,31,46,.08); }
.hdr--hidden { transform: translateY(-101%); }
.hdr-in { max-width: 1280px; margin: 0 auto; padding: 18px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.hdr--scrolled .hdr-in { padding-block: 10px; }
.brand img { height: 44px; width: auto; transition: filter .3s; }
.hdr--scrolled .brand img { filter: invert(1) hue-rotate(180deg) saturate(.6) brightness(.35); }
.nav { display: flex; gap: 32px; justify-self: center; }
.nav a { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--nav); position: relative; padding: 6px 0; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--rose); transition: right .3s; }
.nav a:hover::after { right: 0; }
.hdr-cta { display: flex; align-items: center; gap: 12px; justify-self: end; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--nav); margin: 5px 0; transition: .3s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* hero vidéo */
.hero { position: relative; min-height: 92vh; display: grid; align-items: end; color: var(--ivory); background: var(--ink); overflow: clip; }
.vid { position: absolute; inset: 0; }
.vid video, .promesse > video, .nat-band > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vid::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(58,31,46,.45) 0%, rgba(58,31,46,.1) 35%, rgba(58,31,46,.35) 70%, rgba(58,31,46,.92) 100%); }
.hero-in { position: relative; z-index: 1; padding-top: 160px; padding-bottom: 96px; max-width: 1160px; }
.hero .eyebrow { color: var(--gold-2); }
.hero h1 { margin: 20px 0 18px; color: var(--ivory); text-shadow: 0 6px 40px rgba(0,0,0,.35); max-width: 12ch; }
.hero h1 em { color: var(--gold-2); }
.hook { font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.25; margin-bottom: 30px; max-width: 30ch; }
.hook span { display: block; font-family: var(--sans); font-size: 1.05rem; font-weight: 300; color: rgba(248,243,236,.85); letter-spacing: .02em; margin-top: 8px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(248,243,236,.7); margin-top: 18px; }
.scroll-hint { position: absolute; right: 36px; bottom: 36px; z-index: 1; width: 26px; height: 44px; border: 1px solid rgba(248,243,236,.5); border-radius: 14px; }
.scroll-hint i { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px; background: var(--gold-2); animation: hint 1.8s ease-in-out infinite; }
@keyframes hint { 0%, 100% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(16px); opacity: 0; } }

/* naturel */
.num { font-family: var(--sans); font-weight: 300; letter-spacing: -.02em; }
.naturel { padding-bottom: 0; }
.nat-head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.nat-head h2 { margin: 16px 0 14px; font-size: clamp(2.6rem, 6vw, 4.6rem); }
.lead { font-size: 1.15rem; font-weight: 300; color: var(--ink-2); max-width: 56ch; margin-inline: auto; }
.ingr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 96px; }
.ingr > li { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .35s, box-shadow .35s; }
.ingr > li:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.ingr figure { aspect-ratio: 4/3; overflow: hidden; background: var(--petal-2); }
.ingr figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.ingr > li:hover img { transform: scale(1.05); }
.ingr > li > b { display: block; font: 500 1.7rem/1.1 var(--serif); padding: 22px 24px 6px; }
.ingr > li > span { display: block; font-weight: 300; color: var(--ink-2); padding: 0 24px 26px; font-size: .98rem; }
.ingr .sans { background: var(--ink); color: var(--ivory); border-color: var(--ink); display: grid; align-content: center; padding: 30px 30px; }
.ingr .sans > b { color: var(--gold-2); padding: 0 0 18px; font-size: 2.3rem; }
.ingr .sans ul { display: grid; gap: 10px; }
.ingr .sans ul li { font: 400 1.05rem var(--sans); letter-spacing: .04em; padding-left: 26px; position: relative; }
.ingr .sans ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.nat-band { position: relative; min-height: 520px; display: grid; align-items: center; background: var(--ink); color: var(--ivory); overflow: clip; }
.nat-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58,31,46,.85), rgba(58,31,46,.45) 55%, rgba(58,31,46,.1)); }
.nat-band-in { position: relative; z-index: 1; padding-block: 90px; }
.nat-band .ar { font-size: 2rem; color: var(--gold-2); text-align: left; margin-bottom: 8px; }
.nat-band h2 { color: var(--ivory); max-width: 14ch; margin-bottom: 16px; }
.nat-band h2 em { color: var(--gold-2); }
.nat-band p:not(.ar) { max-width: 44ch; font-weight: 300; font-size: 1.15rem; color: rgba(248,243,236,.85); }

/* promesse sur vidéo texture */
.promesse { position: relative; background: var(--ink); color: var(--ivory); overflow: clip; }
.promesse::after { content: ''; position: absolute; inset: 0; background: rgba(58,31,46,.72); }
.promesse-in { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 84px; }
.stat { padding: 10px 40px; border-left: 1px solid rgba(248,243,236,.18); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat b { display: block; font: 500 clamp(2.4rem, 4vw, 3.4rem)/1 var(--serif); color: var(--gold-2); margin-bottom: 14px; }
.stat p { font-weight: 300; color: rgba(248,243,236,.8); max-width: 30ch; }

/* sections */
.sec { padding: 96px 0; }
.sec-alt { background: var(--ivory-2); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split h2 { margin-bottom: 30px; }
.split .pic { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1; background: var(--petal-2); }
.split .pic img { width: 100%; height: 100%; object-fit: cover; }
.benefits { display: grid; gap: 22px; margin-bottom: 34px; }
.benefits li { display: grid; grid-template-columns: 130px 1fr; gap: 16px; align-items: baseline; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.benefits b { font: 500 1.9rem/1 var(--serif); color: var(--rose-2); }
.benefits span { font-weight: 300; color: var(--ink-2); }
.steps { counter-reset: s; display: grid; gap: 18px; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 4px 16px; align-items: center; }
.steps li::before { grid-row: 1 / span 2; }
.steps b, .steps span { grid-column: 2; }
.steps li::before { counter-increment: s; content: counter(s); width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; font: 500 1.3rem var(--serif); color: var(--rose-2); align-self: center; }
.steps b { font: 500 1.5rem/1.1 var(--serif); display: block; }
.steps span { font-weight: 300; color: var(--ink-2); }

/* bande citation */
.quote { position: relative; min-height: 560px; display: grid; align-items: center; overflow: clip; color: var(--ivory); background: var(--ink); }
.quote > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; opacity: .8; }
.quote::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58,31,46,.88) 0%, rgba(58,31,46,.55) 45%, rgba(58,31,46,.05) 100%); }
.quote-in { position: relative; z-index: 1; padding-block: 90px; max-width: 1160px; }
.quote .ar { font-size: 2.4rem; color: var(--gold-2); text-align: left; margin-bottom: 8px; }
.quote h2 { color: var(--ivory); max-width: 12ch; margin-bottom: 18px; }
.quote h2 em { color: var(--gold-2); }
.quote p:not(.ar) { max-width: 44ch; font-weight: 300; font-size: 1.15rem; color: rgba(248,243,236,.85); }

/* offre */
.offer { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--white); border: 1px solid var(--gold); border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.offer-pic { background: var(--petal-2); min-height: 100%; }
.offer-pic img { width: 100%; height: 100%; object-fit: cover; }
.offer-txt { padding: 52px 56px; }
.offer-txt h2 { margin: 14px 0 22px; }
.price { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; }
.price b { font: 300 3.4rem/1 var(--sans); letter-spacing: -.02em; white-space: nowrap; }
.price span { font-size: .84rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.offer-list { display: grid; gap: 8px; margin-bottom: 30px; }
.offer-list li { display: flex; gap: 12px; font-weight: 300; color: var(--ink-2); }
.offer-list li::before { content: '✓'; color: var(--rose-2); font-weight: 500; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.note { font-size: .9rem; color: var(--muted); margin-top: 18px; font-weight: 300; }
.note a { color: var(--rose-2); border-bottom: 1px solid var(--petal); }

/* teaser parfums */
.teaser { position: relative; background: var(--ink); color: var(--ivory); overflow: clip; }
.teaser > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.teaser::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58,31,46,.92), rgba(58,31,46,.5)); }
.teaser-in { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 64px; }
.teaser .eyebrow { color: var(--gold-2); }
.teaser h2 { color: var(--ivory); margin: 10px 0 8px; font-size: clamp(2rem, 3.6vw, 2.8rem); }
.teaser p { font-weight: 300; color: rgba(248,243,236,.8); }

/* faq */
.faq { max-width: 760px; }
.faq h2 { margin-bottom: 26px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; font: 500 1.35rem/1.25 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font: 300 1.8rem/1 var(--sans); color: var(--rose); transition: transform .3s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 20px; color: var(--ink-2); font-weight: 300; max-width: 62ch; }

/* footer */
.ftr { background: var(--ink); color: rgba(248,243,236,.7); padding: 56px 0 28px; }
.ftr-in { display: grid; grid-template-columns: 1fr auto; gap: 28px 60px; align-items: center; }
.ftr img { height: 56px; width: auto; margin-bottom: 12px; }
.ftr p { font-size: .92rem; font-weight: 300; }
.ftr-links { display: grid; gap: 10px; font-size: 1rem; }
.ftr-links a { display: inline-flex; align-items: center; gap: 10px; color: var(--ivory); }
.ftr-links svg { width: 20px; height: 20px; color: var(--gold-2); }
.ftr-links a:hover { color: var(--gold-2); }
.ftr-bot { grid-column: 1 / -1; border-top: 1px solid rgba(248,243,236,.12); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .8rem; }
.ftr-bot a { color: var(--gold-2); }

/* whatsapp flottant */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 12px 18px 12px 14px; border-radius: 999px; box-shadow: 0 12px 30px rgba(37,211,102,.4); font: 500 .85rem var(--sans); letter-spacing: .04em; transition: transform .25s; }
.wa-float:hover { transform: translateY(-3px); }
.wa-float svg { width: 24px; height: 24px; }

/* apparition (JS seulement) */
.js .rv { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.js .rv.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .rv { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

@media (max-width: 1000px) {
  .split, .offer { grid-template-columns: 1fr; }
  .ingr { grid-template-columns: 1fr 1fr; }
  .promesse-in { grid-template-columns: 1fr; gap: 28px; }
  .split { gap: 40px; }
  .split.rev .pic { order: -1; }
  .stat { border-left: 0; padding: 0; }
  .offer-pic { aspect-ratio: 16/10; }
  .teaser-in { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .hdr-in { padding: 14px 18px; grid-template-columns: auto auto; }
  .brand img { height: 36px; }
  .nav { position: fixed; inset: 64px 0 auto; background: var(--ivory); flex-direction: column; gap: 0; padding: 12px 24px 24px; box-shadow: 0 20px 40px rgba(58,31,46,.15); transform: translateY(-120%); transition: transform .35s; }
  .nav.open { transform: none; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .hdr-cta .btn { display: none; }
  .burger { display: block; }
  .hero { min-height: 88vh; }
  .hero-in { padding-top: 120px; padding-bottom: 72px; }
  .scroll-hint { display: none; }
  .ingr { grid-template-columns: 1fr; margin-bottom: 60px; }
  .nat-band { min-height: 0; }
  .nat-band::after { background: linear-gradient(180deg, rgba(58,31,46,.35), rgba(58,31,46,.9)); }
  .nat-band-in { padding-block: 64px; }
  .btn-l { padding: 17px 26px; font-size: .88rem; width: 100%; }
  .sec { padding: 60px 0; }
  .quote { min-height: 0; }
  .quote-in { padding-block: 64px; }
  .quote::after { background: linear-gradient(180deg, rgba(58,31,46,.35), rgba(58,31,46,.9)); }
  .offer-txt { padding: 30px 24px 34px; }
  .cta-row .btn { width: 100%; }
  .ftr-in { grid-template-columns: 1fr; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
}
