/* JONAS PARFUMS — Design System · Luxury Light · Bordeaux/Gold
   Warm White · Cream · Bordeaux · Or · Rouge
================================================ */

/* ═══════════════════════════════════════════════════
   ARABIC TYPOGRAPHY — exhaustive overrides
   Arabic glyphs appear ~20% smaller at same px size.
   Arabic is a connected script — excessive letter-spacing breaks letterforms.
   ═══════════════════════════════════════════════════ */
html[lang="ar"] {
  font-size: 115%;
  font-family: 'Tajawal', 'Raleway', sans-serif;
}
/* Logo stays in Latin */
html[lang="ar"] .nav__logo-name { font-size: 1.2rem;  font-family: 'Raleway', sans-serif; }
html[lang="ar"] .nav__logo-sub  { font-size: 0.52rem; font-family: 'Raleway', sans-serif; }

/* ── Eyebrows / Labels / Section tags ── */
html[lang="ar"] .section-eyebrow,
html[lang="ar"] .editorial__label,
html[lang="ar"] .hero__eyebrow,
html[lang="ar"] .newsletter__eyebrow,
html[lang="ar"] .story-section__label,
html[lang="ar"] .page-hero__eyebrow,
html[lang="ar"] [class$="__eyebrow"],
html[lang="ar"] [class$="-eyebrow"]     { font-size: 14px !important; letter-spacing: 0.04em !important; }

/* ── Mega-menu small text ── */
html[lang="ar"] .mega-menu__col h4,
html[lang="ar"] .mega-menu__feat-tag,
html[lang="ar"] .footer__col h4         { font-size: 13px !important; letter-spacing: 0.05em !important; }
html[lang="ar"] .mega-menu__feat-link   { font-size: 13px !important; letter-spacing: 0.03em !important; }

/* ── Product cards ── */
html[lang="ar"] .product-card__gender,
html[lang="ar"] .cart-item__gender      { font-size: 13px !important; letter-spacing: 0.03em !important; }
html[lang="ar"] .product-card__badge    { font-size: 12px !important; letter-spacing: 0.04em !important; }
html[lang="ar"] .product-card__quick-add{ font-size: 13px !important; letter-spacing: 0.04em !important; }
html[lang="ar"] .note-pill              { font-size: 12px !important; letter-spacing: 0.03em !important; }
html[lang="ar"] .size-btn              { font-size: 13px !important; letter-spacing: 0.02em !important; }

/* ── Filters ── */
html[lang="ar"] .filter-btn,
html[lang="ar"] .hf-btn,
html[lang="ar"] .filter-bar__cat,
html[lang="ar"] .filter-bar__fam       { font-size: 13px !important; letter-spacing: 0.03em !important; }

/* ── Navigation / Topbar ── */
html[lang="ar"] .topbar__link,
html[lang="ar"] .topbar__msg           { font-size: 13px !important; letter-spacing: 0.02em !important; }
html[lang="ar"] .lang-btn,
html[lang="ar"] .mobile-menu__lang-btn { font-size: 13px !important; letter-spacing: 0.02em !important; }

/* ── Soins / Banner ── */
html[lang="ar"] .soins-banner__tag     { font-size: 13px !important; letter-spacing: 0.04em !important; }
html[lang="ar"] .soins-banner__caption p{ font-size: 13px !important; letter-spacing: 0.02em !important; }

/* ── Gift / FAQ / Form labels ── */
html[lang="ar"] .gm-label,
html[lang="ar"] .gm-eyebrow,
html[lang="ar"] .gift-occasion__name,
html[lang="ar"] .faq-section__label    { font-size: 14px !important; letter-spacing: 0.04em !important; }

/* ── Footer / Cart / Toast ── */
html[lang="ar"] .footer__bottom,
html[lang="ar"] .cart-shipping,
html[lang="ar"] .newsletter__legal,
html[lang="ar"] .newsletter__submit,
html[lang="ar"] .toast__title,
html[lang="ar"] .toast__sub,
html[lang="ar"] .toast__action         { font-size: 13px !important; letter-spacing: 0.02em !important; }

/* ── Buttons: reduce letter-spacing only ── */
html[lang="ar"] .btn                   { letter-spacing: 0.05em !important; }

/* ── Cat tiles ── */
html[lang="ar"] .cat-tile__name        { font-size: 13px !important; letter-spacing: 0.02em !important; }
html[lang="ar"] .cat-tile__count       { font-size: 13px !important; }

/* 1. VARIABLES */
:root {
  --white:      #fdfaf6;   /* blanc chaud, pas froid */
  --off:        #f5f0e8;   /* crème claire */
  --cream:      #ede5d6;   /* crème dorée */
  --stone:      #e2d8c8;   /* pierre chaude */
  --ink:        #1e1510;   /* encre brun foncé */
  --mid:        #4e4238;   /* brun moyen */
  --muted:      #8a7e72;   /* ton atténué chaud */
  --dark:       #2e0c14;   /* bordeaux très profond */
  --bordeaux:   #7a1428;   /* bordeaux accent */
  --bord-deep:  #3e0a14;   /* bordeaux sombre héro */
  --bord-light: #b03050;   /* bordeaux clair */
  --gold:       #c9a14a;
  --gold-d:     #9e7820;
  --gold-l:     #ddc070;
  --gold-pale:  #f0e4c0;
  --rose:       #c4808a;
  --rose-light: #d4909a;
  --line:       rgba(30,21,16,0.08);
  --line-m:     rgba(30,21,16,0.13);
  --shadow:     0 4px 24px rgba(30,21,16,0.07);
  --shadow-lg:  0 24px 80px rgba(30,21,16,0.15);
  --topbar-h:   36px;
  --nav-h:      68px;
  --f-disp:     'Cormorant Garamond', Georgia, serif;
  --f-body:     'Raleway', 'Helvetica Neue', Arial, sans-serif;
  --f-ar:       'Tajawal', sans-serif;
  --f-ar-d:     'Amiri', Georgia, serif;
  --ease:       cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --black:      #0d0a06;
  --black-soft: #13100a;
  --navy:       #080d14;
  --font-display: 'Cormorant Garamond', Georgia, serif;
}

/* 2. RESET */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
@keyframes pageFadeIn  { from { opacity:0; } to { opacity:1; } }
@keyframes pageFadeOut { to   { opacity:0; } }

body {
  font-family: var(--f-body);
  background: var(--white);
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  animation: pageFadeIn 0.28s ease both;
}
body.is-leaving {
  animation: pageFadeOut 0.2s ease forwards;
  pointer-events: none;
}
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
button { cursor:pointer; font-family:inherit; border:none; background:none; }
ul { list-style:none; }

/* 3. TOPBAR */
.topbar {
  height: var(--topbar-h);
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  position: sticky;
  top: 0;
  z-index: 300;
  border-bottom: 1px solid rgba(201,161,74,0.2);
}
.topbar__msg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.topbar__msg strong { color: var(--gold-l); font-weight:600; }
.topbar__left  { display:flex; gap:1.5rem; align-items:center; }
.topbar__right { display:flex; gap:0.5rem; align-items:center; }
.topbar__link {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.38);
  text-transform: uppercase;
  transition: color 0.2s;
}
.topbar__link:hover { color: rgba(255,255,255,0.75); }

/* Lang switcher */
/* Currency Switcher */
.currency-switcher { display:flex; align-items:center; }
.currency-select {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 4px;
  padding: 4px 10px 4px 8px;
  font-family: var(--f-body);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 140px;
}
.currency-select:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.35);
}
.currency-select:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255,255,255,0.15);
}
.currency-select option {
  background: var(--dark-brown);
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}

/* Language Switcher */
.lang-switcher { display:flex; align-items:center; gap:0.2rem; }
.lang-btn {
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.32);
  text-transform: uppercase;
  padding: 2px 4px;
  transition: color 0.2s;
  font-family: var(--f-body);
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
}
.lang-btn:hover, .lang-btn.active { color: rgba(255,255,255,0.9); }
.lang-sep { color: rgba(255,255,255,0.14); font-size:9px; margin: 0 0.3rem; }

/* 4. NAVIGATION — Diptyque centered-logo split */
.nav {
  position: sticky;
  top: var(--topbar-h);
  z-index: 200;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-bottom-color: rgba(201,161,74,0.18);
  height: var(--nav-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 1.5rem;
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
}
.nav.scrolled {
  background: rgba(253,250,246,0.82);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  box-shadow: 0 4px 28px rgba(30,21,16,0.09), 0 1px 0 rgba(201,161,74,0.18);
  border-bottom-color: rgba(201,161,74,0.28);
}

.nav__left  { display:flex; align-items:center; }
.nav__center { display:flex; justify-content:center; padding:0 1.5rem; }
.nav__right { display:flex; align-items:center; justify-content:flex-end; }

/* Logo */
.nav__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 3px;
}
.nav__logo-name {
  font-family: var(--f-disp);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.45em;
  color: var(--ink);
  transition: color 0.25s;
}
.nav__logo:hover .nav__logo-name { color: var(--gold); }
.nav__logo-sub {
  font-family: var(--f-body);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.6em;
  color: var(--gold);
  text-transform: uppercase;
}

/* Nav item lists */
.nav__items { display:flex; align-items:center; }
.nav__item  { position:relative; }
.nav__item > a {
  display: block;
  padding: 0 0.9rem;
  height: var(--nav-h);
  line-height: var(--nav-h);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mid);
  transition: color 0.2s;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.nav__item > a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0.9rem; right: 0.9rem;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.25s var(--ease);
}
.nav__item:hover > a,
.nav__item:focus-within > a { color: var(--ink); }
.nav__item:hover > a::after,
.nav__item:focus-within > a::after { transform: scaleX(1); }

/* Nav icons (right side) */
.nav__icons {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-left: 0.4rem;
}
.nav__icon-btn {
  width: 38px; height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mid);
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
  position: relative;
}
.nav__icon-btn:hover { color: var(--ink); background: var(--off); }
.nav__cart-count {
  position: absolute;
  top: 4px; right: 3px;
  min-width: 15px; height: 15px;
  background: var(--ink);
  color: white;
  font-size: 8.5px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.nav__cart-count.visible { opacity:1; }

/* Hamburger */
.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  margin-right: 0.4rem;
}
.nav__hamburger span {
  display: block;
  width: 20px; height: 1px;
  background: var(--ink);
  transition: 0.3s;
}

/* Hamburger open state */
.nav__hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; transform: translateX(-6px); }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* 5a. NAV DROPDOWN (mini) */
.nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  min-width: 280px;
  background: var(--white);
  border-top: 2px solid rgba(201,161,74,0.5);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  opacity: 0;
  pointer-events: none;
  /* padding-top bridges the gap so mouse doesn't exit .nav__item */
  padding-top: 8px;
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease);
  /* delay on hide so cursor can travel to dropdown */
  transition-delay: 0s;
  z-index: 190;
}
/* pseudo-element fills gap between nav link and dropdown */
.nav__dropdown::before {
  content: '';
  position: absolute;
  top: -12px; left: 0; right: 0;
  height: 12px;
}
.nav__item:hover > .nav__dropdown,
.nav__item:focus-within > .nav__dropdown {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
  transition-delay: 0s;
}
/* delay disappearance so user has time to reach the dropdown */
.nav__item:not(:hover):not(:focus-within) > .nav__dropdown {
  transition-delay: 0.18s;
}
.nav__dropdown a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid);
  border-bottom: 1px solid var(--line);
  transition: color 0.2s, background 0.2s;
}
.nav__dropdown a:last-child { border-bottom: none; }
.nav__dropdown a:hover { color: var(--ink); background: var(--off); }
.nav__dropdown a .nav__dropdown-tag {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,161,74,0.4);
  padding: 2px 7px;
  border-radius: 2px;
  flex-shrink: 0;
}

/* 5. MEGA MENU */
.mega-menu {
  position: fixed;
  top: calc(var(--topbar-h) + var(--nav-h));
  left: 0;
  width: 100%;
  background: var(--white);
  border-top: 2px solid rgba(201,161,74,0.35);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 16px 60px rgba(26,24,20,0.09);
  padding: 3rem 0 3.5rem;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease);
  z-index: 190;
}
.nav__item:hover > .mega-menu,
.nav__item:focus-within > .mega-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.mega-menu__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 240px;
  gap: 3rem;
}
.mega-menu__col h4 {
  font-family: var(--f-body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--line);
}
.mega-menu__col a {
  display: block;
  font-size: 13px;
  color: var(--mid);
  padding: 0.32rem 0;
  transition: color 0.2s, padding-left 0.2s;
}
.mega-menu__col a:hover { color: var(--ink); padding-left: 4px; }
.mega-menu__featured {
  background: var(--off);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.mega-menu__feat-tag {
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.mega-menu__feat-title {
  font-family: var(--f-disp);
  font-size: 18px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
  font-style: italic;
}
.mega-menu__feat-link {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 1px;
  width: fit-content;
  transition: color 0.2s, border-color 0.2s;
}
.mega-menu__feat-link:hover { color: var(--gold-d); border-color: var(--gold-d); }

/* 6. MOBILE MENU */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  top: calc(var(--topbar-h) + var(--nav-h));
  background: var(--white);
  z-index: 180;
  overflow-y: auto;
  padding: 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.32s var(--ease);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu ul li { border-bottom: 1px solid var(--line); }
.mobile-menu ul li a {
  display: block;
  padding: 0.9rem 0;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
}
.mobile-menu__lang {
  display: flex;
  gap: 0.5rem;
  padding: 1.5rem 0;
  margin-top: 0.5rem;
}
.mobile-menu__lang-btn {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--line-m);
  color: var(--mid);
  transition: 0.2s;
  background: none;
  font-family: var(--f-body);
  cursor: pointer;
}
.mobile-menu__lang-btn.active,
.mobile-menu__lang-btn:hover { border-color: var(--ink); color: var(--ink); }

/* 7. HERO */
.hero {
  position: relative;
  min-height: calc(100vh - var(--topbar-h) - var(--nav-h));
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--white);
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 10% 90%, rgba(201,161,74,0.09) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 10%, rgba(201,161,74,0.06) 0%, transparent 50%),
    linear-gradient(155deg, #fdfaf6 0%, #f5f0e8 50%, #ede5d6 100%);
}
.hero__inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}
.hero__eyebrow {
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1.8rem;
}
.hero__title {
  font-family: var(--f-disp);
  font-size: clamp(4rem, 7vw, 6.5rem);
  font-weight: 300;
  color: var(--ink);
  line-height: 0.98;
  letter-spacing: 0.01em;
  margin-bottom: 1.8rem;
}
.hero__title em { font-style: italic; display: block; color: var(--gold-d); }
.hero__subtitle {
  font-size: 13.5px;
  color: var(--mid);
  line-height: 1.85;
  max-width: 360px;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.hero__ctas { display:flex; gap:0.8rem; flex-wrap:wrap; }
.hero__visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
  padding-bottom: 2rem;
}
.hero__bottle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.hero__bottle-label {
  font-family: var(--f-disp);
  font-size: 11px;
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.bottle-svg  { overflow: visible; }
.bottle-glow { filter: drop-shadow(0 6px 24px rgba(201,161,74,0.18)) drop-shadow(0 2px 8px rgba(0,0,0,0.35)); }

/* HERO PHOTO — real product image */
.hero__photo {
  width: 100%;
  max-width: 500px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(30,21,16,0.16), 0 8px 24px rgba(30,21,16,0.1);
}
.hero__photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 8. STATEMENT BAND */
.statement {
  padding: 4.5rem 2rem;
  background: linear-gradient(135deg, var(--cream) 0%, var(--off) 100%);
  border-top: 2px solid rgba(201,161,74,0.22);
  border-bottom: 2px solid rgba(201,161,74,0.22);
  text-align: center;
  position: relative;
}
.statement::before {
  content: '✦';
  display: block;
  font-size: 1rem;
  color: var(--gold);
  opacity: 0.5;
  margin-bottom: 1.2rem;
  letter-spacing: 0.5em;
}
.statement__quote {
  font-family: var(--f-disp);
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.75;
}
.statement__quote strong { color: var(--gold); font-weight:600; font-style:normal; }

/* 9. CATEGORIES STRIP */
.cats-strip {
  padding: 5rem 2rem;
  background: var(--white);
}
.cats-strip .container { max-width:1100px; margin:0 auto; }
.cats-strip__head { text-align:center; margin-bottom:2.5rem; }
.cats-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}
.cat-tile {
  background: var(--white);
  padding: 2.5rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  transition: background 0.25s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.cat-tile:hover { background: var(--off); }
.cat-tile__icon {
  font-family: var(--f-disp);
  font-size: 2.8rem;
  font-style: italic;
  color: var(--gold);
  opacity: 0.35;
  line-height: 1;
  margin-bottom: 0.2rem;
  transition: opacity 0.25s;
}
.cat-tile:hover .cat-tile__icon { opacity: 0.7; }
.cat-tile__name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
.cat-tile__count { font-size: 11px; color: var(--muted); }

/* 10. EDITORIAL COLLECTION PANELS */
.editorial { border-top: 1px solid var(--line); }
.editorial__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  border-bottom: 1px solid var(--line);
}
.editorial__visual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}
.editorial__panel--homme .editorial__visual { background: linear-gradient(155deg, var(--ink) 0%, #2a2018 100%); order:1; }
.editorial__panel--homme .editorial__text   { background: var(--off); order:2; }
.editorial__panel--femme .editorial__visual { background: linear-gradient(135deg, var(--cream) 0%, var(--stone) 100%); order:2; }
.editorial__panel--femme .editorial__text   { background: var(--white); order:1; }
.editorial__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 4.5rem;
}
.editorial__label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.editorial__panel--homme .editorial__label { color: var(--gold); }
.editorial__panel--femme .editorial__label { color: var(--rose); }
.editorial__title {
  font-family: var(--f-disp);
  font-size: clamp(3.5rem, 5.5vw, 5.5rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  line-height: 1;
}
.editorial__panel--homme .editorial__title { color: var(--ink); }
.editorial__panel--femme .editorial__title { color: var(--ink); }
.editorial__desc {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 2rem;
  max-width: 320px;
  font-weight: 300;
}
.editorial__panel--homme .editorial__desc { color: var(--mid); }
.editorial__panel--femme .editorial__desc { color: var(--mid); }
.editorial__bottles { display:flex; gap:2rem; align-items:flex-end; }

/* EDITORIAL REAL PHOTO */
.editorial__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

/* 11. FEATURED PRODUCTS */
.products-section {
  padding: 6rem 2rem;
  background: var(--white);
}
.products-section .container { max-width:1200px; margin:0 auto; }
.section-head { text-align:center; margin-bottom:3.5rem; }
.section-eyebrow {
  display: block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.9rem;
}
.section-title {
  font-family: var(--f-disp);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--ink);
  font-style: italic;
  letter-spacing: 0.01em;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

/* 12. PRODUCT CARDS */
.product-card {
  background: var(--white);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-card__media {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--off);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card__media-inner {
  padding: 2rem;
  transition: transform 0.45s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.product-card:hover .product-card__media-inner { transform: scale(1.03); }

/* PRODUCT CARD REAL PHOTO */
.product-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s var(--ease);
}
.product-card:hover .product-card__img { transform: scale(1.05); }
.product-card__overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(26,24,20,0.88);
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.28s var(--ease);
}
.product-card:hover .product-card__overlay { transform: translateY(0); }
.product-card__quick-add {
  width: 100%;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #fff;
  padding: 0.55rem;
  text-align: center;
  font-family: var(--f-body);
  background: none;
  border: none;
  cursor: pointer;
}
.product-card__badge {
  position: absolute;
  top: 0.8rem; left: 0.8rem;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 7px;
  background: var(--ink);
  color: white;
  z-index: 1;
}
.product-card__badge--rose { background: var(--rose); }
.product-card__badge--gold { background: var(--gold); color: #1a1208; }
.product-card__info {
  padding: 1.1rem 1.2rem 1.5rem;
  border-top: 1px solid var(--line);
}
.product-card__gender {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.3rem;
  color: var(--muted);
}
.product-card__gender--rose { color: var(--rose); }
.product-card__name {
  font-family: var(--f-disp);
  font-size: 17px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 0.3rem;
  font-style: italic;
  letter-spacing: 0.01em;
}
.product-card__notes-preview {
  font-size: 11.5px;
  color: var(--mid);
  margin-bottom: 0.5rem;
  line-height: 1.55;
}
.product-card__price {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.02em;
}

/* 13. SOINS */
.soins-section {
  padding: 5.5rem 2rem;
  background: linear-gradient(160deg, var(--off) 0%, var(--cream) 100%);
  border-top: 2px solid rgba(201,161,74,0.18);
  border-bottom: 2px solid rgba(201,161,74,0.18);
}
.soins-section .container { max-width:1100px; margin:0 auto; }
.soins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 3rem;
}
/* SOINS CANDLE BANNER */
.soins-banner {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 3rem;
  border: 1px solid var(--line);
}
.soins-banner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  object-position: center 30%;
}
.soins-banner__caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(30,21,16,0.72) 0%, transparent 100%);
  padding: 3rem 2.5rem 2rem;
}
.soins-banner__tag {
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-l);
  margin-bottom: 0.6rem;
}
.soins-banner__caption h3 {
  font-family: var(--f-disp);
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  color: white;
  margin-bottom: 0.25rem;
}
.soins-banner__caption p {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.soin-card {
  background: var(--white);
  padding: 2.5rem 1.8rem;
  text-align: center;
  transition: background 0.25s;
  overflow: hidden;
}
.soin-card:hover { background: var(--cream); }
.soin-card__media { margin: -2.5rem -1.8rem 1.5rem; aspect-ratio: 4/3; overflow: hidden; }
.soin-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s var(--ease); }
.soin-card:hover .soin-card__media img { transform: scale(1.05); }
.soin-card__icon { font-size: 1.6rem; margin-bottom: 0.8rem; opacity: 0.3; }
.soin-card__name { font-family: var(--f-disp); font-size: 16px; color: var(--ink); margin-bottom: 0.4rem; font-style: italic; }
.soin-card__desc { font-size: 12px; color: var(--muted); line-height: 1.7; margin-bottom: 0.7rem; }
.soin-card__price { font-size: 12px; font-weight: 600; color: var(--ink); }

/* 14. VALUES */
.values { padding: 5rem 2rem; background: var(--white); }
.values .container { max-width:1100px; margin:0 auto; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 3rem;
}
.value-item { background: var(--white); padding: 3rem 2.5rem; }
.value-item__number { font-family: var(--f-disp); font-size: 2.8rem; font-weight: 300; color: var(--gold); opacity: 0.18; line-height: 1; margin-bottom: 1rem; }
.value-item__title { font-family: var(--f-disp); font-size: 17px; font-weight: 400; color: var(--ink); margin-bottom: 0.7rem; font-style: italic; }
.value-item__desc { font-size: 12.5px; color: var(--mid); line-height: 1.85; }

/* 15. STORY TEASER */
.story-section {
  padding: 6rem 2rem;
  background: linear-gradient(160deg, var(--off) 0%, var(--cream) 100%);
  border-top: 2px solid rgba(201,161,74,0.2);
  border-bottom: 2px solid rgba(201,161,74,0.2);
  text-align: center;
}
.story-section .container { max-width:680px; margin:0 auto; }
.story-section__label { display:block; font-size:9.5px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--bordeaux); margin-bottom:1rem; }
.story-section__title { font-family:var(--f-disp); font-size:clamp(1.8rem,3.2vw,2.6rem); font-weight:300; color:var(--ink); margin-bottom:1.5rem; line-height:1.3; font-style:italic; }
.story-section__text { font-size:13.5px; color:var(--mid); line-height:1.9; margin-bottom:2.5rem; font-weight:300; }

/* 16. NEWSLETTER */
.newsletter { padding:6rem 2rem; background: linear-gradient(160deg, var(--cream) 0%, var(--off) 100%); text-align:center; border-top: 2px solid rgba(201,161,74,0.22); border-bottom: 2px solid rgba(201,161,74,0.22); }
.newsletter__eyebrow { font-size:9.5px; font-weight:700; letter-spacing:0.22em; text-transform:uppercase; color:var(--gold); display:block; margin-bottom:1rem; }
.newsletter__title { font-family:var(--f-disp); font-size:clamp(1.8rem,3vw,2.5rem); font-weight:300; font-style:italic; color:var(--ink); margin-bottom:0.6rem; }
.newsletter__sub { font-size:12.5px; color:var(--mid); margin-bottom:2.5rem; font-weight:300; }
.newsletter__form { display:flex; max-width:400px; margin:0 auto; border:1px solid rgba(30,21,16,0.18); }
.newsletter__input { flex:1; padding:0.85rem 1.2rem; background:var(--white); border:none; outline:none; font-family:var(--f-body); font-size:13px; color:var(--ink); }
.newsletter__input::placeholder { color:var(--muted); }
.newsletter__submit { padding:0.85rem 1.4rem; background: var(--gold); font-size:9.5px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:white; transition:background 0.2s; font-family:var(--f-body); border:none; cursor:pointer; white-space:nowrap; }
.newsletter__submit:hover { background: var(--gold-d); }
.newsletter__legal { font-size:10.5px; color:var(--muted); margin-top:1rem; }

/* 17. BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.8rem;
  font-family: var(--f-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.22s var(--ease);
  cursor: pointer;
  border: none;
  gap: 0.4rem;
  white-space: nowrap;
}
.btn--dark { background: var(--ink); color: white; }
.btn--dark:hover { background: #333; }
.btn--outline { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: white; }
.btn--outline-inv { background: transparent; border: 1px solid rgba(255,255,255,0.38); color: rgba(255,255,255,0.78); }
.btn--outline-inv:hover { background: rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.7); color:white; }
.btn--gold { background: var(--gold); color: white; }
.btn--gold:hover { background: var(--gold-d); }
.btn--outline-gold { background: transparent; border: 1px solid var(--gold); color: var(--gold-d); }
.btn--outline-gold:hover { background: var(--gold); color: white; }
.btn--rose { background: var(--rose); color: white; }
.btn--rose:hover { background: #b06070; }
.btn--add { background: var(--ink); color: white; }
.btn--add:hover { background: #333; }
.btn--add-rose { background: var(--rose); color: white; }
.btn--add-rose:hover { background: #b06070; }
.btn--full { width: 100%; }

/* Cart success micro-interaction */
@keyframes cartAdded {
  0%   { transform: scale(1);    box-shadow: 0 0 0 0   rgba(201,161,74,0.55); }
  18%  { transform: scale(1.05);                                               }
  50%  { transform: scale(1);    box-shadow: 0 0 0 12px rgba(201,161,74,0);   }
  100% { transform: scale(1);    box-shadow: 0 0 0 0   rgba(201,161,74,0);    }
}
.btn--added {
  pointer-events: none !important;
  animation: cartAdded 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* 18. CART SIDEBAR */
.cart-overlay { position:fixed; inset:0; background:rgba(26,24,20,0.4); z-index:400; opacity:0; pointer-events:none; transition:opacity 0.3s; }
.cart-overlay.open { opacity:1; pointer-events:all; }
.cart-sidebar { position:fixed; top:0; right:0; width:min(400px,100vw); height:100vh; background:var(--white); z-index:500; display:flex; flex-direction:column; transform:translateX(100%); transition:transform 0.32s var(--ease); border-left:1px solid var(--line); }
.cart-sidebar.open { transform:translateX(0); }
.cart-sidebar__header { padding:1.4rem 1.8rem; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; }
.cart-sidebar__header h3 { font-family:var(--f-disp); font-size:17px; font-weight:400; font-style:italic; }
.cart-sidebar__close { font-size:16px; color:var(--muted); transition:color 0.2s; }
.cart-sidebar__close:hover { color:var(--ink); }
.cart-sidebar__items { flex:1; overflow-y:auto; padding:1.5rem 1.8rem; }
.cart-empty { text-align:center; padding:3rem 0; color:var(--muted); font-size:13px; font-style:italic; }
.cart-item { display:flex; gap:1rem; padding:1rem 0; border-bottom:1px solid var(--line); }
.cart-item__info { flex:1; }
.cart-item__name { font-family:var(--f-disp); font-size:14px; color:var(--ink); margin-bottom:0.15rem; font-style:italic; }
.cart-item__gender { font-size:8.5px; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); display:block; margin-bottom:0.3rem; }
.cart-item__price { font-size:13px; font-weight:600; color:var(--mid); }
.cart-item__qty { display:flex; align-items:center; gap:0.35rem; }
.cart-item__qty button { width:24px; height:24px; border:1px solid var(--line-m); display:flex; align-items:center; justify-content:center; font-size:13px; color:var(--mid); transition:0.2s; background:none; }
.cart-item__qty button:hover { border-color:var(--ink); color:var(--ink); }
.cart-item__qty span { width:22px; text-align:center; font-size:13px; font-weight:500; }
.cart-sidebar__footer { padding:1.4rem 1.8rem; border-top:1px solid var(--line); }
.cart-total { display:flex; justify-content:space-between; align-items:center; margin-bottom:1rem; font-size:13.5px; font-weight:600; letter-spacing:0.04em; }
.cart-shipping { text-align:center; font-size:10.5px; color:var(--muted); margin-top:0.7rem; }

/* 19. TOAST */
.toast {
  position: fixed;
  top: calc(var(--topbar-h) + var(--nav-h) + 1rem);
  right: 1.5rem;
  z-index: 9990;
  background: var(--ink);
  color: white;
  min-width: 270px; max-width: 340px;
  display: flex; align-items: center; gap: 0.9rem;
  padding: 1rem 1.2rem;
  border-left: 2px solid var(--gold);
  box-shadow: 0 8px 32px rgba(30,21,16,0.22);
  transform: translateX(calc(100% + 2.5rem));
  opacity: 0;
  transition: transform 0.38s cubic-bezier(0.22,1,0.36,1), opacity 0.28s;
  pointer-events: none;
}
.toast.show { transform: translateX(0); opacity: 1; pointer-events: auto; }
.toast__icon { color: var(--gold); font-size: 14px; flex-shrink: 0; line-height: 1; }
.toast__body { flex: 1; min-width: 0; }
.toast__title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.toast__sub { font-size: 10px; color: rgba(255,255,255,0.45); margin-top: 3px; }
.toast__action { font-size: 8.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); background: none; border: none; padding: 0; cursor: pointer; white-space: nowrap; flex-shrink: 0; }
.toast__action:hover { color: var(--gold-l); }

/* 20. FOOTER */
.footer { background: var(--ink); padding: 5rem 2rem 2.5rem; border-top: 2px solid rgba(201,161,74,0.2); }
.footer .container { max-width:1100px; margin:0 auto; }
.footer__grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:4rem; padding-bottom:3.5rem; border-bottom:1px solid rgba(255,255,255,0.07); }
.footer__logo-name { font-family:var(--f-disp); font-size:20px; font-weight:400; letter-spacing:0.38em; color:rgba(255,255,255,0.72); display:block; margin-bottom:0.15rem; }
.footer__logo-sub { font-family:var(--f-body); font-size:7px; letter-spacing:0.55em; text-transform:uppercase; color:rgba(255,255,255,0.18); display:block; margin-bottom:1.5rem; }
.footer__tagline { font-family:var(--f-disp); font-size:13px; font-style:italic; color:rgba(255,255,255,0.26); line-height:1.6; margin-bottom:1.8rem; }
.footer__socials { display:flex; gap:0.5rem; }
.footer__social { width:34px; height:34px; border:1px solid rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,0.3); transition:border-color 0.2s, color 0.2s; }
.footer__social:hover { border-color:rgba(201,161,74,0.5); color:rgba(201,161,74,0.85); }
.footer__social svg { pointer-events:none; }
.footer__col h4 { font-size:8.5px; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; color:rgba(255,255,255,0.45); margin-bottom:1.4rem; }
.footer__col a { display:block; font-size:12.5px; color:rgba(255,255,255,0.3); padding:0.28rem 0; transition:color 0.2s; }
.footer__col a:hover { color:rgba(255,255,255,0.65); }
.footer__bottom { padding-top:2rem; display:flex; align-items:center; justify-content:space-between; font-size:10.5px; color:rgba(255,255,255,0.16); letter-spacing:0.04em; }
.footer__legal { display:flex; gap:2rem; }
.footer__legal a { color:rgba(255,255,255,0.16); }
.footer__legal a:hover { color:rgba(255,255,255,0.42); }

/* 21. PAGE HERO (collection + boutique + histoire pages) */
.page-hero { background: linear-gradient(160deg, var(--off) 0%, var(--cream) 100%); padding:5rem 2rem 4rem; text-align:center; border-bottom: 2px solid rgba(201,161,74,0.2); }
.page-hero--homme { background: linear-gradient(160deg, var(--ink) 0%, #2a2018 100%); }
.page-hero--homme .page-hero__eyebrow { color:var(--gold); }
.page-hero--homme .page-hero__title { color:#fff; }
.page-hero--homme .page-hero__subtitle { color:rgba(255,255,255,0.4); }
.page-hero__eyebrow { display:block; font-size:9px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--muted); margin-bottom:0.8rem; }
.page-hero__title { font-family:var(--f-disp); font-size:clamp(2.5rem,6vw,4.5rem); font-weight:300; color:var(--ink); letter-spacing:0.1em; margin-bottom:0.7rem; }
.page-hero__subtitle { font-size:13px; color:var(--muted); }

/* 22. COLLECTION PAGE */
.collection-page { padding:4rem 2rem; background:var(--white); }
.collection-page .container { max-width:1200px; margin:0 auto; }
.filters { display:flex; gap:0; margin-bottom:2.5rem; border:1px solid var(--line-m); width:fit-content; }
.filter-btn { padding:0.6rem 1.2rem; font-size:10px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); border-right:1px solid var(--line-m); transition:0.2s; font-family:var(--f-body); background:var(--white); }
.filter-btn:last-child { border-right:none; }
.filter-btn:hover { color:var(--ink); background:var(--off); }
.filter-btn.active { background:var(--ink); color:white; border-color:var(--ink); }
.collection-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }

/* 23. PRODUCT DETAIL CARDS */
.product-detail-card { background:var(--white); display:flex; flex-direction:column; }
.product-detail-card__media { position:relative; aspect-ratio:1; background:var(--off); display:flex; align-items:center; justify-content:center; overflow:hidden; padding:2rem; }
.product-detail-card__info { padding:1.6rem; flex:1; display:flex; flex-direction:column; gap:0.6rem; border-top:1px solid var(--line); }
.product-detail-card__notes { display:flex; flex-wrap:wrap; gap:0.35rem; }
.note-pill { font-size:9px; font-weight:700; letter-spacing:0.07em; padding:2px 7px; border:1px solid var(--line-m); color:var(--mid); text-transform:uppercase; }
.product-card__desc { font-size:12px; color:var(--muted); line-height:1.7; }
.product-sizes { display:flex; gap:0.4rem; }
.size-btn { flex:1; padding:0.55rem 0.3rem; font-size:10px; font-weight:500; border:1px solid var(--line-m); color:var(--mid); transition:0.2s; font-family:var(--f-body); background:var(--white); letter-spacing:0.02em; }
.size-btn:hover { border-color:var(--ink); color:var(--ink); }
.size-btn.active { background:var(--ink); border-color:var(--ink); color:white; }

/* 24. BOUTIQUE FILTER BAR */
.filter-bar { position:sticky; top:0; z-index:250; background:rgba(255,255,255,0.98); backdrop-filter:blur(12px); border-bottom:1px solid var(--line); padding:0.7rem 2rem; display:flex; align-items:center; gap:1rem; flex-wrap:wrap; box-shadow:0 2px 8px rgba(0,0,0,0.04); }
.filter-bar__cats { display:flex; gap:0; border:1px solid var(--line-m); overflow:hidden; }
.filter-bar__cat { padding:0.45rem 1rem; font-size:10px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); border-right:1px solid var(--line-m); transition:0.2s; font-family:var(--f-body); background:var(--white); cursor:pointer; }
.filter-bar__cat:last-child { border-right:none; }
.filter-bar__cat:hover { color:var(--ink); background:var(--off); }
.filter-bar__cat.active { background:var(--ink); color:white; }
.filter-bar__fams { display:flex; gap:0.3rem; flex-wrap:wrap; }
.filter-bar__fam { padding:0.3rem 0.75rem; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; border:1px solid var(--line-m); color:var(--muted); border-radius:20px; transition:0.2s; font-family:var(--f-body); background:var(--white); cursor:pointer; }
.filter-bar__fam:hover { border-color:var(--gold); color:var(--gold-d); }
.filter-bar__fam.active { background:var(--gold); border-color:var(--gold); color:white; }
.filter-bar__sep { width:1px; height:20px; background:var(--line-m); }
.filter-bar__right { margin-left:auto; display:flex; gap:0.5rem; align-items:center; }
.filter-bar__sort { padding:0.4rem 0.6rem; font-size:10.5px; font-family:var(--f-body); border:1px solid var(--line-m); color:var(--mid); background:var(--white); cursor:pointer; outline:none; }
.filter-bar__view-btn { width:28px; height:28px; border:1px solid var(--line-m); display:flex; align-items:center; justify-content:center; color:var(--muted); transition:0.2s; font-size:9.5px; background:none; cursor:pointer; }
.filter-bar__view-btn:hover, .filter-bar__view-btn.active { border-color:var(--ink); color:var(--ink); }
.filter-tag { display:inline-flex; align-items:center; gap:0.35rem; font-size:9.5px; padding:2px 7px; background:var(--off); border:1px solid var(--line-m); color:var(--mid); cursor:pointer; font-family:var(--f-body); font-weight:600; letter-spacing:0.05em; }
.filter-tag:hover { border-color:var(--rose); color:var(--rose); }
.boutique-grid { background:var(--line); border:1px solid var(--line); }
.boutique-grid.cols-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
.boutique-grid.cols-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; }

/* 25. NOTRE HISTOIRE */
.histoire-stat-grid { display:grid; grid-template-columns:repeat(3,1fr); background:var(--line); border:1px solid var(--line); }
.histoire-stat-item { background:var(--white); padding:3rem 2rem; text-align:center; border-right:1px solid var(--line); }
.histoire-stat-item:last-child { border-right:none; }
.histoire-stat__number { display:block; font-family:var(--f-disp); font-size:3.5rem; font-weight:300; color:var(--gold); line-height:1; margin-bottom:0.5rem; }
.histoire-stat__label { display:block; font-size:9.5px; font-weight:700; letter-spacing:0.13em; text-transform:uppercase; color:var(--muted); }
.histoire-section { padding:6rem 2rem; }
.histoire-section .container { max-width:1100px; margin:0 auto; }
.histoire-content { display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:center; }
.histoire-text h2 { font-family:var(--f-disp); font-size:clamp(1.8rem,3vw,2.4rem); font-weight:300; color:var(--ink); margin:0.8rem 0 1.5rem; line-height:1.2; font-style:italic; }
.histoire-text p { font-size:13.5px; color:var(--mid); line-height:1.85; margin-bottom:1.2rem; }
.histoire-visual { background:var(--cream); border:1px solid var(--line); aspect-ratio:3/4; display:flex; align-items:center; justify-content:center; font-family:var(--f-disp); font-size:8rem; font-style:italic; color:rgba(26,24,20,0.05); }

/* 26. UTILITIES */
.container { max-width:1200px; margin:0 auto; }
.text-center { text-align:center; }
.reveal { opacity:0; transform:translateY(20px); transition:opacity 0.65s var(--ease),transform 0.65s var(--ease); }
.reveal.visible { opacity:1; transform:none; }
.reveal-left { opacity:0; transform:translateX(-20px); transition:opacity 0.65s var(--ease),transform 0.65s var(--ease); }
.reveal-left.visible { opacity:1; transform:none; }
.reveal-right { opacity:0; transform:translateX(20px); transition:opacity 0.65s var(--ease),transform 0.65s var(--ease); }
.reveal-right.visible { opacity:1; transform:none; }

/* 27. ARABIC / RTL */
[lang="ar"] { direction:rtl; font-family:var(--f-ar); }
[lang="ar"] h1,[lang="ar"] h2,[lang="ar"] h3,
[lang="ar"] .hero__title,[lang="ar"] .section-title,
[lang="ar"] .editorial__title,[lang="ar"] .product-card__name,
[lang="ar"] .page-hero__title,[lang="ar"] .statement__quote,
[lang="ar"] .newsletter__title { font-family:var(--f-ar-d); }
[lang="ar"] .nav__logo-name { font-family:var(--f-ar-d); letter-spacing:0.05em; }
[lang="ar"] .footer__logo-name { font-family:var(--f-ar-d); }
[lang="ar"] .mega-menu__inner { direction:rtl; }
[lang="ar"] .mega-menu__col a:hover { padding-left:0; padding-right:4px; }
[lang="ar"] .cart-sidebar { right:auto; left:0; border-left:none; border-right:1px solid var(--line); transform:translateX(-100%); }
[lang="ar"] .cart-sidebar.open { transform:translateX(0); }
[lang="ar"] .filter-btn,[lang="ar"] .filter-bar__cat,[lang="ar"] .filter-bar__fam,
[lang="ar"] .note-pill,[lang="ar"] .size-btn,[lang="ar"] .btn { letter-spacing:0; }
[lang="ar"] .editorial__panel--homme .editorial__text { order:1; }
[lang="ar"] .editorial__panel--homme .editorial__visual { order:2; }
[lang="ar"] .editorial__panel--femme .editorial__text { order:2; }
[lang="ar"] .editorial__panel--femme .editorial__visual { order:1; }
/* Product detail pages — RTL */
[lang="ar"] .product-main { direction:rtl; }
[lang="ar"] .product-info__eyebrow::before { left:auto; right:0; }
[lang="ar"] .product-breadcrumb { direction:rtl; text-align:right; }
[lang="ar"] .product-breadcrumb__sep { margin:0 0.35rem; }
[lang="ar"] .pyr__label { letter-spacing:0; }
[lang="ar"] .pyr__grid { direction:rtl; }
[lang="ar"] .pyr__col-title { letter-spacing:0; }
[lang="ar"] .size-opts { direction:rtl; }
[lang="ar"] .size-section-label { letter-spacing:0; }
[lang="ar"] .product-shipping__row { flex-direction:row-reverse; gap:0.5rem; }
[lang="ar"] .profile-grid { direction:rtl; }
[lang="ar"] .profile-item__label,[lang="ar"] .profile-item__value { letter-spacing:0; }
[lang="ar"] .product-story__inner { direction:rtl; }
[lang="ar"] .product-story__letter { right:0; left:auto; }
[lang="ar"] .reviews-grid,[lang="ar"] .reco-grid { direction:rtl; }
[lang="ar"] .review-card { text-align:right; }
[lang="ar"] .review-card__meta { flex-direction:row-reverse; }
[lang="ar"] .reco-card__info { text-align:right; }
[lang="ar"] .section-eyebrow { letter-spacing:0; }
[lang="ar"] .product-info__name,[lang="ar"] .product-info__gender,
[lang="ar"] .product-info__desc { text-align:right; }
/* Collection pages — RTL */
[lang="ar"] .collection-grid { direction:rtl; }
[lang="ar"] .product-detail-card__info { text-align:right; }
[lang="ar"] .product-detail-card__notes { justify-content:flex-end; }
[lang="ar"] .product-sizes { flex-direction:row-reverse; }
[lang="ar"] .filters { direction:rtl; }
[lang="ar"] .page-hero__eyebrow,[lang="ar"] .page-hero__subtitle { letter-spacing:0; }
/* Topbar & nav — RTL */
[lang="ar"] .topbar { direction:rtl; }
[lang="ar"] .topbar__msg { letter-spacing:0; }
[lang="ar"] .lang-btn { letter-spacing:0; }
[lang="ar"] .nav__items { flex-direction:row-reverse; }
[lang="ar"] .nav__logo-sub { letter-spacing:0; }
/* Mobile menu — RTL */
[lang="ar"] .mobile-menu ul { text-align:right; padding-right:1.5rem; padding-left:0; }

/* 28. BOUTIQUE PAGE */
.boutique-section { border-top: 1px solid var(--line); }

/* 5-column candle row */
.bougies-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.bougie-card { background: var(--white); overflow: hidden; cursor: pointer; }
.bougie-card__media {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.bougie-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.4s var(--ease);
}
.bougie-card:hover .bougie-card__media img { transform: scale(1.06); }
.bougie-card__info {
  padding: 1rem 1rem 1.4rem;
  border-top: 1px solid var(--line);
  text-align: center;
}
.bougie-card__name { font-family: var(--f-disp); font-size: 14px; color: var(--ink); margin-bottom: 0.25rem; font-style: italic; }
.bougie-card__desc { font-size: 10.5px; color: var(--muted); margin-bottom: 0.6rem; line-height: 1.55; }
.bougie-card__price { font-size: 13px; font-weight: 700; color: var(--gold); margin-bottom: 0.8rem; display: block; }
.bougie-card__btn {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 0.45rem 0.6rem;
  width: 100%;
  transition: 0.2s;
  background: none;
  font-family: var(--f-body);
  cursor: pointer;
}
.bougie-card__btn:hover { background: var(--ink); color: white; }

/* 29. RESPONSIVE */
@media (max-width:1100px) {
  .products-grid { grid-template-columns:repeat(3,1fr); }
  .footer__grid { grid-template-columns:1fr 1fr; gap:3rem; }
  .mega-menu__inner { grid-template-columns:1fr 1fr 200px; }
  .nav__item > a { padding:0 0.7rem; }
}
@media (max-width:960px) {
  .nav__items { display:none; }
  .nav__hamburger { display:flex; }
  .mobile-menu { display:block; }
  .editorial__panel { grid-template-columns:1fr; min-height:auto; }
  .editorial__panel--homme .editorial__visual,
  .editorial__panel--femme .editorial__visual { min-height:300px; order:1 !important; }
  .editorial__panel--homme .editorial__text,
  .editorial__panel--femme .editorial__text { order:2 !important; padding:3rem 2rem; }
  .collection-grid { grid-template-columns:repeat(2,1fr); }
  .products-grid { grid-template-columns:repeat(2,1fr); }
  .cats-strip__grid { grid-template-columns:repeat(2,1fr); }
  .histoire-content { grid-template-columns:1fr; }
  .soins-grid { grid-template-columns:repeat(2,1fr); }
  .boutique-grid.cols-4 { grid-template-columns:repeat(2,1fr); }
  .boutique-grid.cols-3 { grid-template-columns:repeat(2,1fr); }
  .values-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:640px) {
  :root { --nav-h:54px; --topbar-h:32px; }
  .nav { padding:0 1rem; }
  .nav__logo-name { font-size:20px; }
  .hero__inner { grid-template-columns:1fr; padding:3.5rem 1.5rem; }
  .hero__visual { display:none; }
  .cats-strip__grid { grid-template-columns:repeat(2,1fr); }
  .products-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 0 1.5rem 1.2rem;
    scrollbar-width: none;
  }
  .products-grid::-webkit-scrollbar { display: none; }
  .products-grid .product-card { flex: 0 0 78vw; scroll-snap-align: start; }
  .collection-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    background: none;
    border: none;
    gap: 1rem;
    padding: 0 1.5rem 1.2rem;
    scrollbar-width: none;
  }
  .collection-grid::-webkit-scrollbar { display: none; }
  .collection-grid .product-detail-card { flex: 0 0 78vw; scroll-snap-align: start; border: 1px solid var(--line); }
  .boutique-grid.cols-3, .boutique-grid.cols-4 {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    background: none;
    border: none;
    gap: 1rem;
    padding: 0 1.5rem 1.2rem;
    scrollbar-width: none;
  }
  .boutique-grid.cols-3::-webkit-scrollbar, .boutique-grid.cols-4::-webkit-scrollbar { display: none; }
  .boutique-grid .product-detail-card { flex: 0 0 78vw; scroll-snap-align: start; border: 1px solid var(--line); }
  .footer__grid { grid-template-columns:1fr; gap:2rem; }
  .soins-grid { grid-template-columns:1fr; }
  .values-grid { grid-template-columns:1fr; }
  .histoire-stat-grid { grid-template-columns:1fr; }
  .histoire-stat-item { border-right:none; border-bottom:1px solid var(--line); }
  .filter-bar { padding:0.6rem 1rem; }
  .topbar__left,.topbar__msg { display:none; }
  .topbar { justify-content:flex-end; }
  .newsletter__form { flex-direction:column; }
}

/* ══════════════════════════════════════════
   7. PRODUCT DETAIL PAGE
══════════════════════════════════════════ */

/* Breadcrumb */
.product-breadcrumb {
  padding: 0.85rem 2rem;
  background: var(--off);
  border-bottom: 1px solid var(--line);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-breadcrumb a { color: var(--muted); transition: color 0.2s; }
.product-breadcrumb a:hover { color: var(--ink); }
.product-breadcrumb__sep { color: rgba(30,21,16,0.2); }
.product-breadcrumb__current { color: var(--ink); font-weight: 600; }

/* Split layout */
.product-main {
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: start;
}

/* Left: image (sticky) */
.product-gallery {
  position: sticky;
  top: calc(var(--topbar-h) + var(--nav-h));
  height: calc(100vh - var(--topbar-h) - var(--nav-h));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-gallery__img {
  width: 62%;
  max-height: 82%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 32px 64px rgba(0,0,0,0.5));
}
.product-gallery__badge {
  position: absolute;
  top: 2rem; left: 2rem;
  font-size: 8px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 2px;
  z-index: 2;
}
.product-gallery__badge--gold {
  background: rgba(201,161,74,0.2);
  color: var(--gold-l);
  border: 1px solid rgba(201,161,74,0.4);
}
.product-gallery__badge--rose {
  background: rgba(196,128,138,0.2);
  color: var(--rose-light);
  border: 1px solid rgba(196,128,138,0.4);
}

/* Right: info panel */
.product-info {
  padding: 4rem 3.5rem 6rem;
  border-left: 1px solid var(--line);
}
.product-info__eyebrow {
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-d);
  display: flex; align-items: center; gap: 0.7rem;
  margin-bottom: 0.9rem;
}
.product-info__eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px; height: 1px;
  background: var(--gold);
}
.product-info__name {
  font-family: var(--f-disp);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.product-info__gender {
  font-size: 9.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 1.2rem; display: block;
}
.product-info__rating {
  display: flex; align-items: center; gap: 0.6rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid var(--line);
}
.product-info__stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; }
.product-info__rating-count { font-size: 10px; color: var(--muted); letter-spacing: 0.08em; }
.product-info__desc {
  font-size: 13px;
  line-height: 1.9;
  color: var(--mid);
  border-left: 2px solid rgba(201,161,74,0.35);
  padding-left: 1.1rem;
  margin-bottom: 2rem;
  font-style: italic;
}

/* Fragrance pyramid */
.pyr { margin-bottom: 2.2rem; }
.pyr__label {
  font-size: 8.5px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.9rem; display: block;
}
.pyr__grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
}
.pyr__col {
  background: var(--white);
  padding: 1rem 0.8rem;
  text-align: center;
}
.pyr__col-icon { font-size: 16px; display: block; margin-bottom: 0.4rem; }
.pyr__col-title {
  display: block;
  font-size: 7.5px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.6rem;
}
.pyr__col-notes { display: flex; flex-direction: column; gap: 2px; }
.pyr__note {
  font-size: 10.5px;
  font-family: var(--f-disp);
  font-weight: 400; color: var(--ink);
}

/* Size options */
.size-section { margin-bottom: 2rem; }
.size-section-label {
  font-size: 8.5px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.8rem; display: block;
}
.size-opts { display: flex; gap: 0.8rem; }
.size-opt {
  flex: 1; padding: 1rem 0.8rem;
  border: 1px solid var(--line);
  background: var(--white); text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.size-opt:hover { border-color: var(--ink); }
.size-opt.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.size-opt__vol { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; }
.size-opt__price { display: block; font-size: 10px; color: var(--gold-d); margin-top: 3px; letter-spacing: 0.06em; }
.size-opt.active .size-opt__price { color: var(--gold-l); }

/* CTAs */
.btn--add-product {
  width: 100%; padding: 1.05rem;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  background: var(--ink); color: var(--gold-l);
  border: 1px solid var(--ink);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  margin-bottom: 0.6rem;
}
.btn--add-product:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn--add-product--rose {
  background: #3a1020; color: var(--rose-light);
  border-color: #3a1020;
}
.btn--add-product--rose:hover { background: var(--rose); color: var(--white); border-color: var(--rose); }

.btn--wishlist {
  width: 100%; padding: 0.75rem;
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid var(--line); color: var(--mid);
  background: transparent;
  transition: border-color 0.2s, color 0.2s;
  margin-bottom: 1.5rem;
}
.btn--wishlist:hover { border-color: var(--ink); color: var(--ink); }

/* Shipping */
.product-shipping {
  display: flex; flex-direction: column; gap: 0.45rem;
  padding: 1.1rem 1.3rem;
  background: var(--off); border: 1px solid var(--line);
  font-size: 10px; color: var(--mid); letter-spacing: 0.04em;
}
.product-shipping__row { display: flex; align-items: center; gap: 0.6rem; }

/* Profile section */
.product-profile { padding: 5rem 2rem; background: var(--black-soft); }
.product-profile .section-eyebrow { color: var(--gold); }
.product-profile .section-title { color: var(--white); }
.profile-grid {
  max-width: 900px; margin: 3rem auto 0;
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
}
.profile-item {
  background: var(--black-soft);
  padding: 2rem 1rem; text-align: center;
}
.profile-item__label {
  display: block;
  font-size: 7.5px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.28); margin-bottom: 0.8rem;
}
.profile-item__value {
  font-family: var(--f-disp);
  font-size: 1rem; font-weight: 300; color: var(--white);
}
.profile-dots {
  display: flex; justify-content: center;
  gap: 4px; margin-top: 0.6rem;
}
.pdot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.12);
}
.pdot.on { background: var(--gold); }

/* Story */
.product-story { padding: 7rem 2rem; background: var(--black); }
.product-story__inner {
  max-width: 880px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr;
  gap: 5rem; align-items: center;
}
.product-story__letter {
  font-family: var(--f-disp);
  font-size: clamp(7rem,14vw,11rem);
  font-weight: 300;
  color: rgba(201,161,74,0.1);
  line-height: 1; letter-spacing: -0.02em;
  user-select: none;
}
.product-story__body { font-size: 13.5px; color: rgba(255,255,255,0.58); line-height: 2; }
.product-story__body p + p { margin-top: 1.2rem; }

/* Reviews */
.product-reviews { padding: 6rem 2rem; background: var(--off); border-top: 1px solid var(--line); }
.reviews-grid {
  max-width: 1000px; margin: 3rem auto 0;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem;
}
.review-card { background: var(--white); border: 1px solid var(--line); padding: 1.8rem; }
.review-card__stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 0.8rem; }
.review-card__text { font-size: 12.5px; color: var(--mid); line-height: 1.85; font-style: italic; margin-bottom: 1rem; }
.review-card__meta { display: flex; align-items: center; justify-content: space-between; }
.review-card__author { font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.review-card__verified { font-size: 7.5px; color: #2a7a3a; background: rgba(42,122,58,0.1); padding: 2px 6px; border-radius: 2px; letter-spacing: 0.1em; }

/* Recommendations */
.product-reco { padding: 6rem 2rem; background: var(--white); border-top: 1px solid var(--line); }
.reco-grid {
  max-width: 900px; margin: 3rem auto 0;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem;
}
.reco-card { border: 1px solid var(--line); overflow: hidden; transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease); }
.reco-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.reco-card__media { aspect-ratio: 3/4; overflow: hidden; }
.reco-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.5s var(--ease); }
.reco-card:hover .reco-card__media img { transform: scale(1.05); }
.reco-card__info { padding: 1rem 1.2rem 1.4rem; }
.reco-card__collection { display: block; font-size: 8px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.3rem; }
.reco-card__name { font-family: var(--f-disp); font-size: 1.15rem; color: var(--ink); margin-bottom: 0.4rem; font-weight: 400; }
.reco-card__price { font-size: 11.5px; color: var(--gold-d); font-weight: 600; }

/* Responsive */
@media (max-width: 1000px) {
  .product-main { grid-template-columns: 1fr; }
  .product-gallery { position: relative; top: 0; height: 72vw; max-height: 520px; }
  .product-gallery__img { width: 50%; }
  .product-info { padding: 2.5rem 1.5rem 4rem; border-left: none; border-top: 1px solid var(--line); }
  .profile-grid { grid-template-columns: repeat(2,1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .reco-grid { grid-template-columns: repeat(2,1fr); }
  .product-story__inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-story__letter { font-size: clamp(4rem,15vw,7rem); text-align: center; }
}
@media (max-width: 600px) {
  .reco-grid { grid-template-columns: 1fr; }
  .pyr__grid { grid-template-columns: 1fr; }
  .product-gallery { height: 85vw; }
  .profile-grid { grid-template-columns: 1fr 1fr; }
}

/* =============================================
   QUIZ — Fragrance Finder
   ============================================= */
.quiz-wrap {
  min-height: 80vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 5rem 1.5rem 6rem;
  background: linear-gradient(160deg,#0b0906 0%,#131008 55%,#0b0906 100%);
}
.quiz-progress-track {
  width: 100%; max-width: 520px; height: 2px;
  background: rgba(255,255,255,0.08); border-radius: 2px; margin-bottom: 3.5rem;
}
.quiz-progress-fill {
  height: 100%; background: var(--gold); border-radius: 2px;
  transition: width 0.45s var(--ease);
}
.quiz-step { display: none; width: 100%; max-width: 660px; animation: fadeUp 0.35s var(--ease) both; }
.quiz-step.active { display: block; }
.quiz-step__counter {
  font-size: 9px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); text-align: center; margin-bottom: 0.9rem;
}
.quiz-step__q {
  font-family: var(--f-disp); font-size: clamp(1.5rem,3.5vw,2.2rem); font-weight: 300;
  color: var(--white); text-align: center; margin-bottom: 2.5rem; line-height: 1.3;
}
.quiz-answers { display: grid; gap: 0.75rem; }
.quiz-answers--2 { grid-template-columns: repeat(2,1fr); max-width: 440px; margin: 0 auto; }
.quiz-answers--3 { grid-template-columns: repeat(3,1fr); }
.quiz-answers--4 { grid-template-columns: repeat(2,1fr); }
.quiz-answer {
  border: 1px solid var(--line); padding: 1.6rem 1.2rem 1.4rem; cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s var(--ease);
  text-align: center;
}
.quiz-answer:hover { border-color: rgba(201,161,74,0.45); background: rgba(201,161,74,0.04); transform: translateY(-3px); }
.quiz-answer.selected { border-color: var(--gold); background: rgba(201,161,74,0.09); }
.quiz-answer__sym {
  font-size: 1.4rem; line-height: 1; margin-bottom: 0.7rem; color: rgba(201,161,74,0.55);
  display: block; font-family: var(--f-disp);
}
.quiz-answer__title {
  font-family: var(--f-disp); font-size: 1.05rem; font-weight: 400; color: var(--white);
  margin-bottom: 0.25rem;
}
.quiz-answer__desc { font-size: 10px; color: var(--muted); letter-spacing: 0.05em; line-height: 1.5; }
.quiz-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 2.5rem; max-width: 660px; width: 100%;
}
.quiz-back {
  background: none; border: none; color: var(--muted); font-size: 9px; letter-spacing: 0.14em;
  text-transform: uppercase; cursor: pointer; padding: 0; transition: color 0.2s;
}
.quiz-back:hover { color: var(--white); }

/* Quiz result */
.quiz-result { display: none; width: 100%; max-width: 880px; }
.quiz-result.active { display: grid; grid-template-columns: 1fr 1fr; animation: fadeUp 0.5s var(--ease) both; }
.quiz-result__visual { position: relative; overflow: hidden; min-height: 500px; }
.quiz-result__img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.quiz-result__badge {
  position: absolute; top: 1.2rem; left: 1.2rem;
  background: rgba(13,10,6,0.82); backdrop-filter: blur(8px);
  border: 1px solid rgba(201,161,74,0.35);
  padding: 0.35rem 0.9rem;
  font-size: 8px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
}
.quiz-result__info {
  padding: 3.5rem 2.8rem; display: flex; flex-direction: column; justify-content: center;
  background: var(--white);
}
.quiz-result__eyebrow {
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.5rem; display: block;
}
.quiz-result__match {
  font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line);
}
.quiz-result__name {
  font-family: var(--f-disp); font-size: 2.2rem; font-weight: 300; color: var(--ink);
  margin-bottom: 0.3rem; line-height: 1.1;
}
.quiz-result__genre {
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1.2rem; display: block;
}
.quiz-result__desc { font-size: 13px; color: var(--mid); line-height: 1.8; margin-bottom: 1.8rem; }
.quiz-result__price { font-size: 11px; font-weight: 600; color: var(--gold-d); margin-bottom: 1.5rem; }
.quiz-result__cta {
  display: inline-block; padding: 0.9rem 2.2rem; background: var(--gold); color: var(--off);
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none; transition: background 0.25s; align-self: flex-start; margin-bottom: 0.8rem;
}
.quiz-result__cta:hover { background: var(--gold-d); }
.quiz-restart {
  background: none; border: none; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); cursor: pointer; padding: 0; transition: color 0.2s; align-self: flex-start;
}
.quiz-restart:hover { color: var(--ink); }

@media (max-width: 720px) {
  .quiz-answers--3 { grid-template-columns: 1fr 1fr; }
  .quiz-result.active { grid-template-columns: 1fr; }
  .quiz-result__visual { min-height: 60vw; }
  .quiz-result__info { padding: 2rem 1.5rem; }
}
@media (max-width: 480px) {
  .quiz-answers--2,.quiz-answers--3,.quiz-answers--4 { grid-template-columns: 1fr 1fr; }
}

/* =============================================
   ÉCHANTILLONS — Coffret Découverte
   ============================================= */
.ech-hero {
  padding: 5.5rem 1.5rem; text-align: center;
  background: linear-gradient(160deg,#0d0a06 0%,#1a1208 55%,#0d0a06 100%);
  border-bottom: 1px solid rgba(201,161,74,0.2); position: relative; overflow: hidden;
}
.ech-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 110% at 50% -5%, rgba(201,161,74,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.ech-hero__eyebrow {
  font-size: 9px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 1rem;
}
.ech-hero__title {
  font-family: var(--f-disp); font-size: clamp(2.2rem,5.5vw,3.8rem); font-weight: 300;
  color: var(--white); margin-bottom: 0.8rem; line-height: 1.1;
}
.ech-hero__sub {
  font-size: 12.5px; color: rgba(255,255,255,0.45); letter-spacing: 0.05em;
  max-width: 420px; margin: 0 auto 2rem; line-height: 1.75;
}
.ech-hero__price { font-family: var(--f-disp); font-size: 2.4rem; color: var(--gold); font-weight: 400; }
.ech-hero__price small {
  font-family: var(--f-body); font-size: 11px; font-weight: 400;
  color: rgba(255,255,255,0.35); letter-spacing: 0.1em; text-transform: uppercase;
  vertical-align: middle; margin-left: 0.5rem;
}
.ech-divider { width: 40px; height: 1px; background: var(--gold); margin: 1.8rem auto 0; opacity: 0.4; }

.ech-how {
  max-width: 780px; margin: 4rem auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; text-align: center;
}
.ech-how__num {
  font-size: 9px; font-weight: 700; letter-spacing: 0.2em; color: var(--gold);
  display: block; margin-bottom: 0.6rem;
}
.ech-how__title { font-family: var(--f-disp); font-size: 1.1rem; font-weight: 400; color: var(--ink); margin-bottom: 0.4rem; }
.ech-how__desc { font-size: 11px; color: var(--muted); line-height: 1.65; }

.ech-selection { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem 10rem; }
.ech-selection__header { text-align: center; padding: 1.5rem 0 2.5rem; }
.ech-selection__title { font-family: var(--f-disp); font-size: 1.9rem; font-weight: 300; font-style: italic; color: var(--ink); margin-bottom: 0.5rem; }
.ech-selection__sub { font-size: 11px; color: var(--muted); letter-spacing: 0.08em; }
.ech-gender-sep {
  display: block; font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); padding: 2rem 0 1rem; border-top: 1px solid var(--line);
}
.ech-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; margin-bottom: 1rem; }
.ech-card {
  border: 1px solid var(--line); overflow: hidden; cursor: pointer; position: relative;
  transition: border-color 0.2s, transform 0.25s var(--ease), box-shadow 0.25s;
}
.ech-card:hover { border-color: rgba(201,161,74,0.4); transform: translateY(-3px); }
.ech-card.selected { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.ech-card.disabled { opacity: 0.3; pointer-events: none; }
.ech-card__media { aspect-ratio: 2/3; overflow: hidden; background: #080808; }
.ech-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s var(--ease); }
.ech-card:hover .ech-card__media img { transform: scale(1.06); }
.ech-card__check {
  position: absolute; top: 0.5rem; right: 0.5rem; width: 20px; height: 20px;
  background: var(--gold); border-radius: 50%; display: none; align-items: center;
  justify-content: center; font-size: 10px; color: #0d0a06; font-weight: 700;
}
.ech-card.selected .ech-card__check { display: flex; }
.ech-card__info { padding: 0.65rem 0.75rem 0.9rem; }
.ech-card__name { font-family: var(--f-disp); font-size: 0.88rem; color: var(--ink); font-weight: 400; line-height: 1.2; margin-bottom: 0.2rem; }
.ech-card__family { font-size: 8px; color: var(--muted); letter-spacing: 0.07em; text-transform: uppercase; }

.ech-sticky {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(11,9,6,0.97); backdrop-filter: blur(14px) saturate(1.5);
  border-top: 1px solid rgba(201,161,74,0.28);
  padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between;
  z-index: 200; transform: translateY(100%); transition: transform 0.35s var(--ease);
}
.ech-sticky.visible { transform: translateY(0); }
.ech-sticky__left { display: flex; align-items: center; gap: 1.8rem; }
.ech-sticky__count { font-family: var(--f-disp); font-size: 2rem; color: var(--gold); font-weight: 300; line-height: 1; }
.ech-sticky__count small { font-family: var(--f-body); font-size: 10px; color: var(--muted); vertical-align: middle; margin-left: 0.3rem; letter-spacing: 0.1em; }
.ech-sticky__dots { display: flex; gap: 5px; align-items: center; }
.ech-sticky__dot { width: 7px; height: 7px; border-radius: 50%; border: 1px solid rgba(201,161,74,0.3); transition: background 0.25s, border-color 0.25s; }
.ech-sticky__dot.filled { background: var(--gold); border-color: var(--gold); }
.ech-sticky__right { display: flex; align-items: center; gap: 2rem; }
.ech-sticky__price { font-size: 11px; color: var(--muted); letter-spacing: 0.05em; }
.ech-sticky__cta {
  background: var(--gold); color: var(--off); padding: 0.8rem 2.2rem;
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  border: none; cursor: pointer; transition: background 0.2s, opacity 0.2s;
}
.ech-sticky__cta:disabled { opacity: 0.35; cursor: not-allowed; }
.ech-sticky__cta:not(:disabled):hover { background: var(--gold-d); }

@media (max-width: 1000px) { .ech-grid { grid-template-columns: repeat(4,1fr); } }
@media (max-width: 680px) {
  .ech-grid { grid-template-columns: repeat(3,1fr); }
  .ech-how { grid-template-columns: 1fr; gap: 1.5rem; }
  .ech-sticky { padding: 0.8rem 1rem; flex-wrap: wrap; gap: 0.8rem; }
  .ech-sticky__left { gap: 1rem; }
}

/* ——— Price Typography ——— */
.price__prefix {
  display: block;
  font-family: var(--f-body);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1;
  margin-bottom: 3px;
}
.price__block {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
}
.price__currency {
  font-family: var(--f-body);
  font-size: 10px;
  font-weight: 500;
  color: inherit;
  line-height: 1;
  margin-top: 4px;
  margin-right: 1px;
}
.price__amount {
  font-family: var(--f-disp);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
  color: inherit;
}
.product-card__price .price__currency { font-size: 11px; margin-top: 5px; }
.product-card__price .price__amount   { font-size: 22px; }
.bougie-card__price  .price__currency { font-size: 11px; margin-top: 4px; }
.bougie-card__price  .price__amount   { font-size: 20px; }
.soin-card__price    .price__currency { font-size: 10px; margin-top: 3px; color: var(--mid); }
.soin-card__price    .price__amount   { font-size: 19px; color: var(--ink); }
.dupe-price-sale     .price__currency { font-size: 12px; margin-top: 4px; color: var(--ink); }
.dupe-price-sale     .price__amount   { font-size: 22px; color: var(--ink); }
.reco-card__price    .price__currency { font-size: 9px;  margin-top: 2px; }
.reco-card__price    .price__amount   { font-size: 15px; }
.quiz-result__price  .price__currency { font-size: 10px; margin-top: 3px; }
.quiz-result__price  .price__amount   { font-size: 18px; }

/* ——— Product Gallery — Multi-View Thumbnails ——— */
.product-gallery__img {
  transition: width 0.55s var(--ease), max-height 0.55s var(--ease),
              filter 0.55s var(--ease), transform 0.55s var(--ease);
}
.product-gallery.pv2 .product-gallery__img {
  width: 88%;
  max-height: 96%;
  transform: translateY(-5%);
}
.product-gallery.pv3 .product-gallery__img {
  width: 50%;
  filter: drop-shadow(0 20px 40px rgba(201,161,74,0.25)) drop-shadow(0 40px 80px rgba(0,0,0,0.75)) brightness(0.78);
}
.gallery-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 55% at 50% 42%, rgba(201,161,74,0.2) 0%, transparent 65%);
  pointer-events: none; z-index: 1;
  opacity: 0;
  transition: opacity 0.55s var(--ease);
}
.product-gallery.pv3 .gallery-glow { opacity: 1; }
.gallery-thumbs {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  z-index: 3;
}
.gallery-thumb {
  width: 46px; height: 60px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color 0.25s, opacity 0.25s;
  opacity: 0.35;
  background: rgba(0,0,0,0.25);
}
.gallery-thumb.active { opacity: 1; border-color: rgba(201,161,74,0.55); }
.gallery-thumb:not(.active):hover { opacity: 0.65; }
.gallery-thumb img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 1000px) { .gallery-thumbs { display: none; } }

/* ——— Hero — Parallax ——— */
.hero__text, .hero__visual { will-change: transform; }

/* ——— Hero Scroll Indicator ——— */
@keyframes scrollHintFade { to { opacity: 1; } }
@keyframes scrollSlide {
  0%   { top: -100%; opacity: 1; }
  65%  { top: 100%;  opacity: 1; }
  66%  { opacity: 0; }
  100% { top: -100%; opacity: 0; }
}
.hero__scroll {
  position: absolute; bottom: 2.2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  cursor: pointer;
  opacity: 0;
  animation: scrollHintFade 0.8s 3s ease forwards;
  transition: opacity 0.4s;
}
.hero__scroll-label {
  font-family: var(--f-body);
  font-size: 8px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-d); line-height: 1;
}
.hero__scroll-line {
  display: block; width: 1px; height: 44px;
  background: rgba(201,161,74,0.18);
  position: relative; overflow: hidden;
}
.hero__scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: scrollSlide 1.7s ease-in-out 3.8s infinite;
}
@media (max-width: 768px) { .hero__scroll { display: none; } }

/* ——— Sticky Product CTA ——— */
.product-sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(253,250,246,0.97);
  backdrop-filter: blur(14px) saturate(1.6);
  -webkit-backdrop-filter: blur(14px) saturate(1.6);
  border-top: 1px solid var(--line);
  padding: 0.7rem 2.5rem;
  display: flex; align-items: center; gap: 1.5rem;
  z-index: 200;
  transform: translateY(100%);
  transition: transform 0.38s var(--ease);
  box-shadow: 0 -4px 24px rgba(30,21,16,0.07);
}
.product-sticky-cta.is-visible { transform: translateY(0); }
.product-sticky-cta__name { font-family: var(--f-disp); font-size: 1.05rem; font-weight: 400; color: var(--ink); }
.product-sticky-cta__price { font-size: 13px; font-weight: 600; color: var(--gold-d); }
.product-sticky-cta__btn {
  margin-left: auto;
  background: var(--ink); color: white; border: none;
  padding: 0.6rem 1.8rem;
  font-family: var(--f-body); font-size: 9px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.product-sticky-cta__btn:hover { background: var(--gold); color: #1a1208; }
@media (max-width: 600px) {
  .product-sticky-cta { padding: 0.65rem 1rem; gap: 0.8rem; }
  .product-sticky-cta__name { font-size: 0.9rem; }
}

/* ——— Wishlist ——— */
.btn--wishlist { transition: color 0.2s; }
.btn--wishlist.is-wishlisted { color: var(--rose); border-color: rgba(196,128,138,0.4); }
.wishlist-empty { padding: 3rem 1.5rem; text-align: center; color: var(--muted); font-size: 13px; }
.wishlist-item {
  display: grid; grid-template-columns: 68px 1fr auto;
  gap: 1rem; align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid var(--line);
}
.wishlist-item__img-link { display: block; }
.wishlist-item__img { width: 68px; height: 84px; object-fit: contain; display: block; background: var(--cream); }
.wishlist-item__info { display: flex; flex-direction: column; gap: 0.3rem; min-width: 0; }
.wishlist-item__gender { font-size: 8.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.wishlist-item__name { font-family: var(--f-disp); font-size: 1rem; color: var(--ink); text-decoration: none; font-weight: 400; }
.wishlist-item__name:hover { color: var(--gold); }
.wishlist-item__price { font-size: 11px; font-weight: 600; color: var(--gold-d); }
.wishlist-item__actions { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-end; }
.wishlist-item__add { font-size: 8.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--ink); color: white; border: none; padding: 5px 11px; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.wishlist-item__add:hover { background: var(--gold); color: #1a1208; }
.wishlist-item__remove { font-size: 18px; color: var(--muted); background: none; border: none; cursor: pointer; line-height: 1; padding: 0; transition: color 0.2s; }
.wishlist-item__remove:hover { color: var(--ink); }

/* ——— Fly-to-Cart Particle ——— */
@keyframes cartBump { 0%,100%{transform:scale(1)} 50%{transform:scale(1.7)} }
.cart-count.bump { animation: cartBump 0.35s var(--ease); }

/* ——— Cart Shipping Progress Bar ——— */
.cart-progress { padding: 0.85rem 1.5rem 0.65rem; border-bottom: 1px solid var(--line); }
.cart-progress__track {
  height: 2px; background: var(--line);
  position: relative; overflow: hidden; border-radius: 1px;
}
.cart-progress__fill {
  position: absolute; left: 0; top: 0; height: 100%;
  background: linear-gradient(to right, var(--gold-d), var(--gold-l));
  transition: width 0.6s var(--ease); border-radius: 1px;
}
.cart-progress__label {
  font-family: var(--f-body); font-size: 9.5px; font-weight: 500;
  letter-spacing: 0.06em; color: var(--muted);
  margin-top: 0.5rem; line-height: 1.4;
}
.cart-progress__label strong { color: var(--gold-d); font-weight: 700; }
.cart-progress__label.is-reached { color: var(--gold-d); }

/* ——— Recently Viewed ——— */
.recently-viewed { padding: 4rem 0 5rem; border-top: 1px solid var(--line); }
.recently-viewed .container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.recently-viewed__head { margin-bottom: 2rem; }
.recently-viewed__eyebrow {
  display: block; font-family: var(--f-body);
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-d); margin-bottom: 0.5rem;
}
.recently-viewed__title {
  font-family: var(--f-disp); font-size: 1.7rem; font-weight: 400;
  color: var(--ink); line-height: 1.2;
}
.recently-viewed__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
@media (max-width: 900px) { .recently-viewed__grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .recently-viewed__grid { grid-template-columns: repeat(2,1fr); gap: 1rem; } }

/* ——— Quick Search ——— */
.search-bar {
  position: fixed;
  top: calc(var(--topbar-h) + var(--nav-h));
  left: 0; right: 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 1.4rem 3rem 1.2rem;
  z-index: 190;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.38s var(--ease), opacity 0.28s;
  box-shadow: 0 12px 40px rgba(30,21,16,0.09);
}
.search-bar.open { transform: translateY(0); opacity: 1; }
.search-bar__input {
  width: 100%; border: none; outline: none; background: transparent;
  font-family: var(--f-disp); font-size: 1.6rem; font-weight: 300;
  color: var(--ink); letter-spacing: 0.02em;
}
.search-bar__input::placeholder { color: var(--muted); }
.search-results { margin-top: 0.8rem; border-top: 1px solid var(--line); }
.search-result-item {
  display: flex; align-items: center; gap: 1.1rem;
  padding: 0.65rem 0.4rem;
  border-bottom: 1px solid rgba(30,21,16,0.04);
  text-decoration: none; color: var(--ink);
  transition: padding-left 0.2s, background 0.2s;
}
.search-result-item:hover { padding-left: 0.8rem; background: var(--cream); }
.search-result-item__img { width: 40px; height: 50px; object-fit: contain; background: var(--cream); flex-shrink: 0; }
.search-result-item__info { flex: 1; min-width: 0; }
.search-result-item__name { font-family: var(--f-disp); font-size: 1.05rem; font-weight: 400; line-height: 1.2; display: block; }
.search-result-item__meta { font-size: 8.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 3px; display: block; }
.search-result-item__price { font-size: 11px; font-weight: 600; color: var(--gold-d); white-space: nowrap; flex-shrink: 0; }
.search-no-results { font-size: 12px; color: var(--muted); padding: 1rem 0; }

/* ——— Card Hover Notes ——— */
.product-card { position: relative; overflow: hidden; }
.product-detail-card { position: relative; overflow: hidden; }
.card-notes {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(22,14,9,0.94);
  backdrop-filter: blur(10px) saturate(1.4);
  -webkit-backdrop-filter: blur(10px) saturate(1.4);
  padding: 1.1rem 1.4rem;
  transform: translateY(100%);
  transition: transform 0.4s var(--ease);
  z-index: 4;
}
.product-card:hover .card-notes,
.product-detail-card:hover .card-notes { transform: translateY(0); }
.card-notes__family {
  font-family: var(--f-body); font-size: 7.5px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.65rem;
}
.card-notes__row { display: flex; gap: 0.5rem; align-items: baseline; margin-bottom: 0.22rem; }
.card-notes__label {
  font-family: var(--f-body); font-size: 7px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); white-space: nowrap; min-width: 36px;
}
.card-notes__value { font-size: 9.5px; color: rgba(255,255,255,0.82); line-height: 1.5; }
@media (hover: none) { .card-notes { display: none; } }

/* ——— Intro Cinématique ——— */
#introScreen {
  position: fixed; inset: 0; z-index: 99999;
  background: #0d0a07;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}
#introScreen.fade-out { opacity: 0; visibility: hidden; pointer-events: none; }
.intro__logo {
  display: flex; gap: 0.05em;
  font-family: var(--f-disp);
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 400; letter-spacing: 0.22em;
  color: var(--gold); line-height: 1;
}
.intro__letter {
  display: inline-block;
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.intro__letter.show { opacity: 1; transform: translateY(0); }
.intro__line {
  width: 0; height: 1px;
  background: rgba(201,161,74,0.35);
  transition: width 1s ease;
  margin-top: 1.6rem;
}
.intro__line.show { width: 110px; }
.intro__sub {
  font-family: var(--f-body); font-size: 9px; font-weight: 500;
  letter-spacing: 0.38em; text-transform: uppercase;
  color: rgba(201,161,74,0.5);
  opacity: 0; transition: opacity 0.7s ease;
  margin-top: 0.9rem;
}
.intro__sub.show { opacity: 1; }

/* ——— Compact Nav ——— */
.topbar { transition: transform 0.42s var(--ease), opacity 0.32s; }
.topbar.is-hidden { transform: translateY(-100%); opacity: 0; pointer-events: none; }
.nav { transition: height 0.42s var(--ease), top 0.42s var(--ease); }
.nav.compact { height: 48px; top: 0; }
.nav.compact .mega-menu { top: 48px; }
.nav__logo-name { transition: font-size 0.42s var(--ease), letter-spacing 0.42s var(--ease); }
.nav__logo-sub  { transition: opacity 0.3s, max-height 0.3s; overflow: hidden; max-height: 2em; }
.nav.compact .nav__logo-name { font-size: 1.1rem; letter-spacing: 0.26em; }
.nav.compact .nav__logo-sub  { opacity: 0; max-height: 0; }

/* ——— Ambiance Section ——— */
.ambiance {
  position: relative;
  height: clamp(400px, 60vh, 650px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.ambiance__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.48) saturate(0.72);
  transform: scale(1.04);
  transition: transform 7s ease;
}
.ambiance:hover .ambiance__bg { transform: scale(1.08); }
.ambiance__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(13,10,7,0.28) 0%, rgba(13,10,7,0.58) 100%);
}
.ambiance__content {
  position: relative; z-index: 2;
  padding: 2rem;
  max-width: 640px;
}
.ambiance__eyebrow {
  display: block;
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(201,161,74,0.68);
  margin-bottom: 1.9rem;
}
.ambiance__quote {
  font-family: var(--f-disp);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 300; font-style: italic;
  color: rgba(253,250,246,0.94);
  line-height: 1.5;
  margin-bottom: 2rem;
}
.ambiance__line {
  width: 48px; height: 1px;
  background: rgba(201,161,74,0.32);
  margin: 0 auto 2rem;
}
.ambiance__cta {
  display: inline-block;
  padding: 0.82rem 2.2rem;
  border: 1px solid rgba(253,250,246,0.24);
  color: rgba(253,250,246,0.78);
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; text-decoration: none;
  transition: border-color 0.28s, color 0.28s, background 0.28s;
}
.ambiance__cta:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,161,74,0.06);
}

/* ——— Newsletter Popup ——— */
#nlPopup {
  position: fixed; inset: 0; z-index: 8500;
  display: flex; align-items: center; justify-content: center;
  background: rgba(13,10,7,0.6);
  backdrop-filter: blur(5px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 1.5rem;
}
#nlPopup.visible { opacity: 1; pointer-events: auto; }
.nl-popup {
  background: var(--white);
  max-width: 560px; width: 100%;
  display: grid; grid-template-columns: 200px 1fr;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.nl-popup__visual { overflow: hidden; }
.nl-popup__visual img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85) saturate(0.8); }
.nl-popup__body { padding: 2.6rem 2.2rem; display: flex; flex-direction: column; justify-content: center; }
.nl-popup__eyebrow { font-size: 7.5px; font-weight: 700; letter-spacing: 0.38em; text-transform: uppercase; color: var(--gold-d); margin-bottom: 0.9rem; display: block; }
.nl-popup__title { font-family: var(--f-disp); font-size: 1.65rem; font-weight: 300; color: var(--ink); line-height: 1.3; margin-bottom: 0.7rem; }
.nl-popup__sub { font-size: 11.5px; color: var(--muted); line-height: 1.75; margin-bottom: 1.2rem; }
.nl-popup__offer { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: var(--gold-d); background: var(--off); padding: 0.6rem 1rem; text-align: center; margin-bottom: 1.3rem; }
.nl-popup__input { width: 100%; border: 1px solid var(--line-m); padding: 0.72rem 1rem; font-family: var(--f-body); font-size: 13px; color: var(--ink); background: var(--off); margin-bottom: 0.65rem; transition: border-color 0.2s; }
.nl-popup__input:focus { outline: none; border-color: var(--gold); }
.nl-popup__submit { width: 100%; padding: 0.82rem; background: var(--ink); color: var(--white); font-size: 8.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.25s; }
.nl-popup__submit:hover { background: var(--gold-d); }
.nl-popup__dismiss { font-size: 10px; color: var(--muted); background: none; border: none; cursor: pointer; margin-top: 0.75rem; letter-spacing: 0.04em; transition: color 0.2s; display: block; width: 100%; text-align: center; padding: 0; }
.nl-popup__dismiss:hover { color: var(--ink); }
.nl-popup__close { position: absolute; top: 0.75rem; right: 0.9rem; font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer; line-height: 1; transition: color 0.2s; }
.nl-popup__close:hover { color: var(--ink); }
@media (max-width: 560px) { .nl-popup { grid-template-columns: 1fr; } .nl-popup__visual { display: none; } }


/* ——— FAQ Page ——— */
.faq-hero {
  padding: 5rem 1.5rem 4.5rem;
  background: linear-gradient(160deg, #0d0a07 0%, #181008 60%, #0d0a07 100%);
  text-align: center;
  position: relative; overflow: hidden;
}
.faq-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 90% at 50% -10%, rgba(201,161,74,0.09) 0%, transparent 60%);
  pointer-events: none;
}
.faq-hero__eyebrow {
  display: block; font-size: 9px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.1rem;
}
.faq-hero__title {
  font-family: var(--f-disp); font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 300; color: var(--white); margin-bottom: 0.8rem;
}
.faq-hero__sub {
  font-size: 12.5px; color: rgba(255,255,255,0.42);
  max-width: 420px; margin: 0 auto; line-height: 1.75; letter-spacing: 0.04em;
}

.faq-body { max-width: 760px; margin: 0 auto; padding: 5rem 2rem 8rem; }

.faq-section { margin-bottom: 3.5rem; }
.faq-section__label {
  font-size: 8px; font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold-d); display: block; margin-bottom: 1.2rem;
  padding-bottom: 0.8rem; border-bottom: 1px solid var(--line);
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item__q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 1.15rem 0;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--f-disp); font-size: 1.1rem; font-weight: 400; color: var(--ink);
  transition: color 0.2s;
}
.faq-item__q:hover { color: var(--gold-d); }
.faq-item__icon {
  flex-shrink: 0; width: 18px; height: 18px;
  border: 1px solid var(--line-m); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--muted); line-height: 1;
  transition: transform 0.3s var(--ease), border-color 0.2s, color 0.2s;
}
.faq-item.open .faq-item__icon { transform: rotate(45deg); border-color: var(--gold); color: var(--gold-d); }
.faq-item__a {
  overflow: hidden; max-height: 0;
  transition: max-height 0.4s var(--ease), padding 0.3s;
}
.faq-item.open .faq-item__a { max-height: 400px; }
.faq-item__a p {
  font-size: 13px; color: var(--mid); line-height: 1.9;
  padding-bottom: 1.2rem;
}
.faq-item__a a { color: var(--gold-d); text-decoration: underline; }

/* ——— Cookie Banner RGPD ——— */
#cookieBanner {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 8000;
  background: rgba(22,14,9,0.98);
  backdrop-filter: blur(12px) saturate(1.5);
  border-top: 1px solid rgba(201,161,74,0.22);
  transform: translateY(100%);
  transition: transform 0.45s var(--ease);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.28);
}
#cookieBanner.visible { transform: translateY(0); }
.cookie-banner__inner {
  max-width: 1200px; margin: 0 auto;
  padding: 1.1rem 2rem;
  display: flex; align-items: center; gap: 3rem;
}
.cookie-banner__eyebrow {
  display: block;
  font-size: 7.5px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.35rem;
}
.cookie-banner__text { flex: 1; font-size: 11px; color: rgba(255,255,255,0.48); line-height: 1.7; }
.cookie-banner__text a { color: rgba(201,161,74,0.7); text-decoration: underline; transition: color 0.2s; }
.cookie-banner__text a:hover { color: var(--gold); }
.cookie-banner__actions { display: flex; gap: 0.7rem; flex-shrink: 0; }
.cookie-banner__refuse {
  padding: 0.62rem 1.4rem;
  border: 1px solid rgba(255,255,255,0.13); color: rgba(255,255,255,0.4);
  background: none; font-family: var(--f-body); font-size: 9px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.cookie-banner__refuse:hover { border-color: rgba(255,255,255,0.32); color: rgba(255,255,255,0.72); }
.cookie-banner__accept {
  padding: 0.62rem 1.7rem;
  background: var(--gold); color: #0d0a07;
  border: 1px solid var(--gold); font-family: var(--f-body); font-size: 9px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer;
  transition: background 0.22s;
}
.cookie-banner__accept:hover { background: var(--gold-d); border-color: var(--gold-d); }
@media (max-width: 700px) {
  .cookie-banner__inner { flex-direction: column; gap: 1rem; padding: 1.4rem 1.5rem; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__refuse, .cookie-banner__accept { flex: 1; text-align: center; }
}

/* ——— Back to Top ——— */
#backToTop {
  position: fixed; bottom: 2rem; right: 2rem;
  width: 42px; height: 42px;
  background: var(--ink);
  color: var(--gold);
  border: 1px solid rgba(201,161,74,0.28);
  border-radius: 50%;
  font-size: 17px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  z-index: 7500;
  opacity: 0; transform: translateY(12px);
  transition: opacity 0.32s, transform 0.32s, background 0.22s, color 0.22s;
  pointer-events: none;
  cursor: pointer;
  box-shadow: 0 4px 22px rgba(0,0,0,0.2);
}
#backToTop.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
#backToTop:hover { background: var(--gold); color: var(--ink); }
@media (max-width: 640px) { #backToTop { bottom: 1.2rem; right: 1.2rem; width: 38px; height: 38px; font-size: 15px; } }

/* ——— Homepage Olfactive Filters ——— */
.homepage-filters {
  display: flex; gap: 0.5rem; justify-content: center;
  padding: 0 2rem 2.2rem; flex-wrap: wrap;
}
.hf-btn {
  padding: 0.44rem 1.3rem;
  border: 1px solid var(--line-m); color: var(--muted);
  background: transparent; font-family: var(--f-body);
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.hf-btn:hover { border-color: var(--ink); color: var(--ink); }
.hf-btn.active { border-color: var(--ink); background: var(--ink); color: var(--white); }

/* ——— Rating Distribution ——— */
.rating-summary { display:flex; gap:2.5rem; align-items:center; max-width:560px; margin:2rem auto 3rem; padding:2rem 2.2rem; background:var(--off); border:1px solid var(--line); }
.rating-summary__score { text-align:center; flex-shrink:0; }
.rating-summary__avg { font-family:var(--f-disp); font-size:4rem; font-weight:300; color:var(--ink); line-height:1; display:block; }
.rating-summary__stars { font-size:17px; color:var(--gold); margin:0.4rem 0; letter-spacing:0.04em; }
.rating-summary__count { font-size:10px; color:var(--muted); letter-spacing:0.06em; display:block; margin-top:0.2rem; }
.rating-dist { flex:1; display:flex; flex-direction:column; gap:0.5rem; }
.rating-dist__row { display:flex; align-items:center; gap:0.6rem; }
.rating-dist__star { font-size:9.5px; color:var(--muted); width:2em; text-align:right; flex-shrink:0; }
.rating-dist__bar { flex:1; height:5px; background:var(--line-m); border-radius:3px; overflow:hidden; }
.rating-dist__fill { height:100%; background:var(--gold); border-radius:3px; width:0%; transition:width 0.9s var(--ease); }
.rating-dist__pct { font-size:9.5px; color:var(--muted); width:2.5em; flex-shrink:0; }
@media (max-width:560px) { .rating-summary { flex-direction:column; gap:1.5rem; } }

/* ——— Cart Suggestions ——— */
.cart-suggestions { padding:1.2rem 1.8rem; border-top:1px solid var(--line); }
.cart-suggestions__title { font-size:8.5px; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin-bottom:0.9rem; display:block; }
.cart-sugg-item { display:flex; align-items:center; gap:0.8rem; padding:0.65rem 0; border-bottom:1px solid var(--line); }
.cart-sugg-item:last-child { border-bottom:none; }
.cart-sugg-item__img-wrap { width:46px; height:46px; flex-shrink:0; overflow:hidden; background:var(--off); }
.cart-sugg-item__img { width:100%; height:100%; object-fit:cover; }
.cart-sugg-item__info { flex:1; min-width:0; }
.cart-sugg-item__gender { font-size:8px; color:var(--muted); display:block; letter-spacing:0.06em; text-transform:uppercase; }
.cart-sugg-item__name { font-family:var(--f-disp); font-size:13px; color:var(--ink); font-style:italic; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-decoration:none; }
.cart-sugg-item__price { font-size:11px; color:var(--mid); }
.cart-sugg-item__add { font-size:8px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; background:none; border:1px solid var(--line-m); color:var(--ink); padding:0.3rem 0.65rem; cursor:pointer; transition:0.2s; white-space:nowrap; flex-shrink:0; font-family:var(--f-body); }
.cart-sugg-item__add:hover { background:var(--ink); color:var(--white); border-color:var(--ink); }

/* ——— Lookbook ——— */
.lb-hero { min-height:48vh; background:linear-gradient(160deg,#0d0a06 0%,#1a1208 60%,#0d0a06 100%); display:flex; align-items:flex-end; justify-content:center; padding:calc(var(--topbar-h) + var(--nav-h) + 2rem) 2rem 4rem; text-align:center; position:relative; overflow:hidden; }
.lb-hero__bg { position:absolute; inset:0; background:radial-gradient(ellipse 70% 100% at 50% 0%,rgba(201,161,74,0.1) 0%,transparent 70%); pointer-events:none; }
.lb-hero__eyebrow { display:block; font-size:8.5px; font-weight:700; letter-spacing:0.42em; text-transform:uppercase; color:rgba(201,161,74,0.7); margin-bottom:1rem; }
.lb-hero__title { font-family:var(--f-disp); font-size:clamp(2.5rem,6vw,4rem); font-weight:300; color:var(--white); letter-spacing:0.06em; margin-bottom:0.8rem; }
.lb-hero__sub { font-size:12px; color:rgba(253,250,246,0.45); letter-spacing:0.1em; }
.lb-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:3px; background:var(--line); }
.lb-item { position:relative; overflow:hidden; background:var(--off); cursor:zoom-in; }
.lb-item--p { aspect-ratio:4/5; }
.lb-item--l { aspect-ratio:16/10; grid-column:span 2; }
.lb-item--sq { aspect-ratio:1/1; }
.lb-item img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 0.6s var(--ease); }
.lb-item:hover img { transform:scale(1.04); }
.lb-item__overlay { position:absolute; inset:0; background:rgba(13,10,7,0); display:flex; align-items:flex-end; padding:1.4rem; transition:background 0.3s; }
.lb-item:hover .lb-item__overlay { background:rgba(13,10,7,0.42); }
.lb-item__caption { font-size:9.5px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:rgba(255,255,255,0); transition:color 0.3s; }
.lb-item:hover .lb-item__caption { color:rgba(255,255,255,0.9); }
@media (max-width:768px) { .lb-grid { grid-template-columns:repeat(2,1fr); } .lb-item--l { grid-column:span 2; } }
@media (max-width:480px) { .lb-grid { grid-template-columns:1fr; } .lb-item--l { grid-column:span 1; aspect-ratio:4/3; } }

/* ——— UGC / Notre Communauté ——— */
.ugc { padding: 0 0 5rem; }
.ugc__head { text-align: center; padding: 4.5rem 0 2.5rem; }
.ugc__handle { display: block; font-size: 8.5px; font-weight: 700; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold-d); margin-bottom: 0.7rem; }
.ugc__title { font-family: var(--f-disp); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 300; color: var(--ink); }
.ugc__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px; }
.ugc__tile { aspect-ratio: 1; overflow: hidden; position: relative; cursor: pointer; }
.ugc__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.ugc__tile:hover img { transform: scale(1.07); }
.ugc__overlay { position: absolute; inset: 0; background: rgba(13,10,7,0); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.ugc__tile:hover .ugc__overlay { background: rgba(13,10,7,0.42); }
.ugc__likes { font-size: 13px; font-weight: 600; color: white; letter-spacing: 0.04em; opacity: 0; transition: opacity 0.3s; }
.ugc__tile:hover .ugc__likes { opacity: 1; }
.ugc__footer { text-align: center; margin-top: 2rem; }
.ugc__follow { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.ugc__follow:hover { color: var(--ink); }
@media (max-width: 768px) { .ugc__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .ugc__grid { grid-template-columns: repeat(2, 1fr); } }

