/* ==========================================================================
   Pagedell — design system unique (papeterie & carnets)
   Recette : department-catalog · header transparent→solide · hero typo-poster ·
   listing vertical alterné · carte numérotée · footer minimal 1 ligne ·
   formes blob-organique · motion reveal-scroll · icônes pixel-retro ·
   typo poids-variable (Bitter + Epilogue) · schéma clair.
   Classes préfixées pm-.
   ========================================================================== */

:root {
  --pm-ink: #16233f;
  --pm-primary: #243b6b;
  --pm-primary-2: #2f4d86;
  --pm-cream: #f2eee3;
  --pm-paper: #faf7ef;
  --pm-paper-2: #f6f1e5;
  --pm-accent: #d9603f;
  --pm-accent-2: #c14e2f;
  --pm-line: #e2dbc9;
  --pm-line-2: #d3cab4;
  --pm-muted: #6b6656;
  --pm-ok: #3f7a5a;
  --pm-display: "Bitter", Georgia, serif;
  --pm-body: "Epilogue", system-ui, -apple-system, sans-serif;
  --pm-wrap: 1200px;
  --pm-gap: clamp(16px, 3vw, 32px);
  --pm-radius: 14px;
  --pm-blob: 42% 58% 63% 37% / 44% 43% 57% 56%;
  --pm-shadow: 0 18px 44px -24px rgba(22, 35, 63, .38);
  --pm-shadow-sm: 0 8px 22px -16px rgba(22, 35, 63, .4);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--pm-body); color: var(--pm-ink);
  background: var(--pm-cream);
  background-image: radial-gradient(circle at 12% 8%, rgba(217, 96, 63, .05), transparent 42%),
                    radial-gradient(circle at 88% 82%, rgba(36, 59, 107, .05), transparent 45%);
  line-height: 1.6; font-size: 16px; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--pm-display); color: var(--pm-primary); line-height: 1.06; margin: 0; font-weight: 800; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
.pm-wrap { max-width: var(--pm-wrap); margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px); }
.pm-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.pm-eyebrow { font-family: var(--pm-body); font-weight: 700; text-transform: uppercase; letter-spacing: .22em; font-size: 12px; color: var(--pm-accent); }
.pm-center { text-align: center; }

/* ---- pixel icons ---- */
.pm-ic { display: inline-block; vertical-align: middle; }
.pm-ic svg { shape-rendering: crispEdges; display: block; }

/* ---- buttons ---- */
.pm-btn { display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  font-family: var(--pm-body); font-weight: 700; font-size: 15px; letter-spacing: .01em;
  padding: 14px 26px; border-radius: 999px; border: 2px solid var(--pm-primary);
  background: var(--pm-primary); color: #fff; transition: transform .16s, background .2s, box-shadow .2s; }
.pm-btn:hover { transform: translateY(-2px); box-shadow: var(--pm-shadow-sm); background: var(--pm-primary-2); }
.pm-btn-accent { background: var(--pm-accent); border-color: var(--pm-accent); }
.pm-btn-accent:hover { background: var(--pm-accent-2); border-color: var(--pm-accent-2); }
.pm-btn-ghost { background: transparent; color: var(--pm-primary); }
.pm-btn-ghost:hover { background: rgba(36, 59, 107, .06); }
.pm-btn-block { width: 100%; }
.pm-btn-lg { padding: 17px 34px; font-size: 16px; }

/* ---- announce + header (transparent -> solide) ---- */
.pm-top { position: sticky; top: 0; z-index: 100; }
.pm-announce { background: var(--pm-ink); color: var(--pm-cream); font-size: 13px; }
.pm-announce .pm-wrap { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 38px; padding-top: 6px; padding-bottom: 6px; text-align: center; }
.pm-announce .pm-ann-i { display: none; font-weight: 600; }
.pm-announce .pm-ann-i.on { display: inline; }
.pm-announce .pm-ann-dot { width: 5px; height: 5px; background: var(--pm-accent); border-radius: 50%; }

.pm-head { background: transparent; transition: background .28s, box-shadow .28s, border-color .28s; border-bottom: 1px solid transparent; }
.pm-head .pm-wrap { display: flex; align-items: center; gap: 20px; min-height: 68px; }
.pm-head.solid { background: rgba(250, 247, 239, .96); backdrop-filter: blur(8px); border-bottom-color: var(--pm-line); box-shadow: 0 10px 30px -26px rgba(22, 35, 63, .5); }
.pm-logo { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.pm-logo img { height: 32px; width: auto; }
.pm-logo .pm-logo-txt { font-family: var(--pm-display); font-weight: 800; font-size: 22px; color: var(--pm-primary); letter-spacing: -.02em; }
.pm-nav { display: flex; align-items: center; gap: 22px; margin: 0 auto; }
.pm-nav a { font-weight: 600; font-size: 14.5px; color: var(--pm-ink); position: relative; padding: 6px 0; letter-spacing: .01em; }
.pm-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--pm-accent); transition: width .2s; }
.pm-nav a:hover::after, .pm-nav a.active::after { width: 100%; }
.pm-tools { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.pm-iconbtn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; border: none; background: transparent; color: var(--pm-primary); position: relative; transition: background .18s; }
.pm-iconbtn:hover { background: rgba(36, 59, 107, .08); }
.pm-cart-badge { position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--pm-accent); color: #fff; font-family: var(--pm-body); font-size: 11px; font-weight: 700; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.pm-burger { display: none; }
.pm-head-ship { display: none; }

/* mobile menu */
.pm-mnav { position: fixed; inset: 0; background: var(--pm-cream); z-index: 200; transform: translateX(100%); transition: transform .3s; display: flex; flex-direction: column; padding: 20px; overflow-y: auto; }
.pm-mnav.open { transform: none; }
.pm-mnav-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.pm-mnav a { font-family: var(--pm-display); font-weight: 800; font-size: 26px; color: var(--pm-primary); padding: 12px 0; border-bottom: 1px solid var(--pm-line); }
.pm-mnav .pm-mnav-lang { display: flex; gap: 8px; margin-top: 22px; }

/* ---- hero typo-poster ---- */
.pm-hero { position: relative; padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px); overflow: hidden; }
.pm-hero-blob { position: absolute; z-index: 0; filter: blur(2px); opacity: .5; }
.pm-hero-blob.b1 { width: 42vw; height: 42vw; max-width: 520px; max-height: 520px; right: 0; top: -6vw; background: radial-gradient(circle at 35% 35%, rgba(217, 96, 63, .5), rgba(217, 96, 63, 0) 68%); border-radius: var(--pm-blob); }
.pm-hero-blob.b2 { width: 34vw; height: 34vw; max-width: 420px; max-height: 420px; left: -8vw; bottom: -10vw; background: radial-gradient(circle at 50% 50%, rgba(36, 59, 107, .32), rgba(36, 59, 107, 0) 70%); border-radius: 58% 42% 39% 61% / 47% 62% 38% 53%; }
.pm-hero .pm-wrap { position: relative; z-index: 1; }
.pm-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.pm-hero h1 { font-size: clamp(48px, 12vw, 148px); font-weight: 900; letter-spacing: -.03em; line-height: .92; color: var(--pm-primary); }
.pm-hero h1 .pm-h-accent { color: var(--pm-accent); font-style: italic; font-weight: 400; }
.pm-hero h1 .pm-h-thin { display: block; font-weight: 300; }
.pm-hero-lead { max-width: 560px; font-size: clamp(17px, 2.2vw, 21px); color: var(--pm-ink); margin: 28px 0 32px; }
.pm-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.pm-hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--pm-line-2); }
.pm-hero-meta .pm-hm { display: flex; flex-direction: column; }
.pm-hero-meta .pm-hm b { font-family: var(--pm-display); font-size: 26px; color: var(--pm-primary); font-weight: 800; }
.pm-hero-meta .pm-hm span { font-size: 12.5px; color: var(--pm-muted); text-transform: uppercase; letter-spacing: .12em; }

/* ---- reassurance strip ---- */
.pm-reassure { background: var(--pm-primary); color: var(--pm-cream); }
.pm-reassure .pm-wrap { display: flex; flex-wrap: wrap; gap: 12px 30px; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
.pm-reassure .pm-ri { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; }
.pm-reassure .pm-ri svg { color: var(--pm-accent); }

/* ---- section base ---- */
.pm-sec { padding: clamp(52px, 8vw, 96px) 0; position: relative; }
.pm-sec-head { max-width: 680px; margin-bottom: clamp(28px, 4vw, 46px); }
.pm-sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.pm-sec-head h2 { font-size: clamp(30px, 5vw, 52px); font-weight: 800; }
.pm-sec-head p { color: var(--pm-muted); font-size: 17px; margin-top: 14px; }
.pm-sec--alt { background: var(--pm-paper); border-top: 1px solid var(--pm-line); border-bottom: 1px solid var(--pm-line); }

/* ---- department catalog grid ---- */
.pm-depts { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.pm-dept { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; padding: 22px; border-radius: var(--pm-radius); border: 1.5px solid var(--pm-line); background: var(--pm-paper); overflow: hidden; transition: transform .2s, border-color .2s, box-shadow .2s; }
.pm-dept:hover { transform: translateY(-4px); border-color: var(--pm-primary); box-shadow: var(--pm-shadow-sm); }
.pm-dept-blob { position: absolute; right: 0; top: -34px; width: 120px; height: 120px; border-radius: var(--pm-blob); background: rgba(217, 96, 63, .12); z-index: 0; }
.pm-dept:nth-child(2n) .pm-dept-blob { background: rgba(36, 59, 107, .12); }
.pm-dept > * { position: relative; z-index: 1; }
.pm-dept-num { font-family: var(--pm-display); font-weight: 800; font-size: 15px; color: var(--pm-accent); }
.pm-dept h3 { font-size: 24px; margin: 8px 0 4px; }
.pm-dept .pm-dept-c { font-size: 13.5px; color: var(--pm-muted); }
.pm-dept-cta { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 13.5px; color: var(--pm-primary); margin-top: 14px; }
.pm-dept:hover .pm-dept-cta { color: var(--pm-accent); }

/* ---- listing : liste verticale alternée, carte numérotée ---- */
.pm-rows { display: flex; flex-direction: column; gap: clamp(22px, 4vw, 44px); }
.pm-row { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(20px, 4vw, 56px); align-items: center; }
.pm-row:nth-child(even) .pm-row-media { order: 2; }
.pm-row-media { position: relative; border-radius: 20px; overflow: hidden; background: var(--pm-paper-2); aspect-ratio: 4 / 3; }
.pm-row-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.pm-row:hover .pm-row-media img { transform: scale(1.04); }
.pm-row-media .pm-row-badges { position: absolute; top: 14px; left: 14px; display: flex; gap: 7px; flex-wrap: wrap; z-index: 2; }
.pm-row-num { font-family: var(--pm-display); font-weight: 900; font-size: clamp(30px, 5vw, 46px); color: var(--pm-line-2); line-height: 1; letter-spacing: -.03em; }
.pm-row-cat { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--pm-accent); font-weight: 700; margin: 14px 0 8px; }
.pm-row h3 { font-size: clamp(24px, 3.4vw, 36px); font-weight: 800; }
.pm-row h3 a:hover { color: var(--pm-accent); }
.pm-row-short { color: var(--pm-muted); font-size: 16px; margin: 12px 0 16px; max-width: 44ch; }
.pm-row-benefits { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-direction: column; gap: 7px; }
.pm-row-benefits li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; }
.pm-row-benefits li svg { color: var(--pm-ok); flex: 0 0 auto; margin-top: 3px; }
.pm-buy { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pm-price { display: flex; align-items: baseline; gap: 10px; }
.pm-price .pm-now { font-family: var(--pm-display); font-weight: 800; font-size: 26px; color: var(--pm-primary); }
.pm-price .pm-was { text-decoration: line-through; color: var(--pm-muted); font-size: 16px; }
.pm-price .pm-off { background: var(--pm-accent); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 8px; border-radius: 6px; }
.pm-stars { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--pm-muted); }
.pm-stars .pm-star-row { display: inline-flex; }
.pm-stars svg { color: var(--pm-accent); }

/* badges */
.pm-badge { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 4px 9px; border-radius: 6px; background: var(--pm-primary); color: #fff; }
.pm-badge.b-new { background: var(--pm-ok); }
.pm-badge.b-premium { background: var(--pm-ink); }
.pm-badge.b-limited { background: var(--pm-accent); }
.pm-badge.b-off { background: var(--pm-accent); }

/* ---- product grid (best-sellers / related, carte numérotée compacte) ---- */
.pm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
.pm-card { position: relative; display: flex; flex-direction: column; border: 1.5px solid var(--pm-line); border-radius: var(--pm-radius); background: var(--pm-paper); overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.pm-card:hover { transform: translateY(-5px); box-shadow: var(--pm-shadow); border-color: var(--pm-line-2); }
.pm-card-media { position: relative; aspect-ratio: 1 / 1; background: var(--pm-paper-2); overflow: hidden; }
.pm-card-media img { width: 100%; height: 100%; object-fit: cover; }
.pm-card-num { position: absolute; top: 10px; right: 12px; font-family: var(--pm-display); font-weight: 900; font-size: 20px; color: rgba(22, 35, 63, .16); z-index: 2; }
.pm-card-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.pm-card-quick { position: absolute; left: 10px; right: 10px; bottom: 10px; opacity: 0; transform: translateY(8px); transition: .22s; z-index: 3; }
.pm-card:hover .pm-card-quick { opacity: 1; transform: none; }
.pm-card-body { padding: 15px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.pm-card-cat { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--pm-accent); font-weight: 700; }
.pm-card h3 { font-size: 17.5px; margin: 6px 0 6px; font-weight: 700; }
.pm-card h3 a:hover { color: var(--pm-accent); }
.pm-card .pm-card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; }
.pm-card .pm-price .pm-now { font-size: 19px; }

/* ---- bundle builder ---- */
.pm-bundle-grid { display: grid; grid-template-columns: 1.4fr .9fr; gap: clamp(20px, 4vw, 40px); align-items: start; }
.pm-bundle-pick { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.pm-bpi { border: 1.5px solid var(--pm-line); border-radius: 12px; background: var(--pm-paper); padding: 10px; text-align: left; transition: border-color .18s, transform .15s; display: flex; flex-direction: column; gap: 8px; }
.pm-bpi:hover { transform: translateY(-2px); }
.pm-bpi.sel { border-color: var(--pm-accent); box-shadow: inset 0 0 0 1px var(--pm-accent); }
.pm-bpi img { border-radius: 8px; aspect-ratio: 1/1; object-fit: cover; background: var(--pm-paper-2); }
.pm-bpi .pm-bpi-n { font-size: 13px; font-weight: 700; line-height: 1.25; }
.pm-bpi .pm-bpi-p { font-size: 13px; color: var(--pm-primary); font-weight: 700; }
.pm-bpi .pm-bpi-tag { font-size: 11px; color: var(--pm-muted); }
.pm-bundle-panel { position: sticky; top: 120px; border: 1.5px solid var(--pm-line); border-radius: 18px; background: var(--pm-paper); padding: 22px; }
.pm-bundle-panel h3 { font-size: 20px; }
.pm-bundle-meter { height: 12px; border-radius: 999px; background: var(--pm-paper-2); border: 1px solid var(--pm-line); overflow: hidden; margin: 16px 0 8px; }
.pm-bundle-meter i { display: block; height: 100%; background: linear-gradient(90deg, var(--pm-accent), var(--pm-primary)); width: 0; transition: width .3s; }
.pm-bundle-total { font-family: var(--pm-display); font-weight: 800; font-size: 34px; color: var(--pm-primary); }
.pm-bundle-list { list-style: none; padding: 0; margin: 14px 0; max-height: 180px; overflow-y: auto; font-size: 13.5px; }
.pm-bundle-list li { display: flex; justify-content: space-between; gap: 10px; padding: 5px 0; border-bottom: 1px dashed var(--pm-line); }
.pm-bundle-hint { font-size: 12.5px; color: var(--pm-muted); margin-top: 10px; }

/* ---- quiz finder ---- */
.pm-quiz-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 4vw, 46px); align-items: center; }
.pm-quiz-media { border-radius: 20px; overflow: hidden; aspect-ratio: 3/2; background: var(--pm-paper-2); position: relative; }
.pm-quiz-media img { width: 100%; height: 100%; object-fit: cover; }
.pm-quiz-card { border: 1.5px solid var(--pm-line); border-radius: 18px; background: var(--pm-paper); padding: clamp(20px, 3vw, 32px); }
.pm-quiz-q { font-family: var(--pm-display); font-weight: 800; font-size: 22px; color: var(--pm-primary); margin-bottom: 16px; }
.pm-quiz-opts { display: flex; flex-direction: column; gap: 10px; }
.pm-quiz-opt { text-align: left; border: 1.5px solid var(--pm-line); background: var(--pm-cream); border-radius: 12px; padding: 13px 16px; font-weight: 600; font-size: 15px; color: var(--pm-ink); transition: border-color .16s, background .16s; }
.pm-quiz-opt:hover { border-color: var(--pm-primary); background: #fff; }
.pm-quiz-progress { display: flex; gap: 6px; margin-bottom: 18px; }
.pm-quiz-progress i { flex: 1; height: 5px; border-radius: 3px; background: var(--pm-line); }
.pm-quiz-progress i.on { background: var(--pm-accent); }
.pm-quiz-result { display: flex; gap: 18px; align-items: center; }
.pm-quiz-result img { width: 110px; height: 110px; object-fit: cover; border-radius: 12px; flex: 0 0 auto; background: var(--pm-paper-2); }

/* ---- guarantees / sceaux (blobs) ---- */
.pm-seals { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.pm-seal { text-align: center; padding: 8px; }
.pm-seal-disc { width: 108px; height: 108px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; background: var(--pm-primary); color: var(--pm-cream); border-radius: var(--pm-blob); position: relative; }
.pm-seal:nth-child(2) .pm-seal-disc { background: var(--pm-accent); border-radius: 58% 42% 47% 53% / 43% 57% 43% 57%; }
.pm-seal:nth-child(3) .pm-seal-disc { background: var(--pm-ink); border-radius: 47% 53% 63% 37% / 55% 42% 58% 45%; }
.pm-seal-disc svg { width: 42px; height: 42px; }
.pm-seal h3 { font-size: 20px; margin-bottom: 8px; }
.pm-seal p { color: var(--pm-muted); font-size: 14.5px; max-width: 34ch; margin: 0 auto; }

/* ---- journal ---- */
.pm-journal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.pm-jcard { border-radius: 16px; overflow: hidden; border: 1.5px solid var(--pm-line); background: var(--pm-paper); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.pm-jcard:hover { transform: translateY(-4px); box-shadow: var(--pm-shadow-sm); }
.pm-jcard-media { aspect-ratio: 4/3; overflow: hidden; background: var(--pm-paper-2); }
.pm-jcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pm-jcard:hover .pm-jcard-media img { transform: scale(1.05); }
.pm-jcard-body { padding: 18px 20px 22px; }
.pm-jcard-body h3 { font-size: 20px; margin-bottom: 10px; }
.pm-jcard-read { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 13.5px; color: var(--pm-accent); margin-top: 4px; }

/* ---- ticker marquee ---- */
.pm-ticker { background: var(--pm-accent); color: #fff; overflow: hidden; padding: 16px 0; border-top: 2px solid var(--pm-accent-2); border-bottom: 2px solid var(--pm-accent-2); }
.pm-ticker-track { display: inline-flex; white-space: nowrap; animation: pm-marq 26s linear infinite; will-change: transform; }
.pm-ticker-track span { font-family: var(--pm-display); font-weight: 800; font-size: 24px; letter-spacing: .02em; padding-right: 8px; }
@keyframes pm-marq { to { transform: translateX(-50%); } }

/* ---- manifeste ---- */
.pm-manifeste { position: relative; color: var(--pm-cream); overflow: hidden; }
.pm-manifeste-bg { position: absolute; inset: 0; z-index: 0; }
.pm-manifeste-bg img { width: 100%; height: 100%; object-fit: cover; }
.pm-manifeste-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(22, 35, 63, .93), rgba(36, 59, 107, .82)); }
.pm-manifeste .pm-wrap { position: relative; z-index: 1; max-width: 820px; }
.pm-manifeste h2 { color: var(--pm-cream); font-size: clamp(30px, 5vw, 54px); }
.pm-manifeste p { font-size: clamp(17px, 2vw, 21px); margin: 22px 0 0; color: rgba(242, 238, 227, .92); }
.pm-manifeste .pm-mani-sign { font-family: var(--pm-display); font-style: italic; margin-top: 22px; color: var(--pm-accent); font-size: 18px; }

/* ---- newsletter ---- */
.pm-news { background: var(--pm-primary); color: var(--pm-cream); text-align: center; }
.pm-news h2 { color: var(--pm-cream); font-size: clamp(28px, 4vw, 44px); }
.pm-news p { color: rgba(242, 238, 227, .85); margin: 14px auto 26px; max-width: 520px; }
.pm-news-form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; }
.pm-news-form input { flex: 1; min-width: 200px; padding: 15px 18px; border-radius: 999px; border: 2px solid transparent; background: var(--pm-cream); color: var(--pm-ink); font-family: inherit; font-size: 15px; }
.pm-news-form input:focus { outline: none; border-color: var(--pm-accent); }
.pm-news-ok { margin-top: 14px; color: var(--pm-cream); font-weight: 700; }

/* ---- footer minimal 1 ligne ---- */
.pm-foot { background: var(--pm-ink); color: rgba(242, 238, 227, .8); }
.pm-foot-main { display: flex; align-items: center; gap: 20px 28px; flex-wrap: wrap; justify-content: space-between; padding-top: 26px; padding-bottom: 20px; }
.pm-foot-brand { font-family: var(--pm-display); font-weight: 800; font-size: 22px; color: var(--pm-cream); display: flex; align-items: baseline; gap: 12px; }
.pm-foot-brand small { font-family: var(--pm-body); font-weight: 500; font-size: 13px; color: rgba(242, 238, 227, .6); font-style: italic; }
.pm-foot-links { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; }
.pm-foot-links a { font-size: 13.5px; font-weight: 600; color: rgba(242, 238, 227, .82); }
.pm-foot-links a:hover { color: var(--pm-accent); }
.pm-foot-pay { display: flex; align-items: center; gap: 8px; }
.pm-foot-pay svg { height: 22px; width: auto; border-radius: 4px; }
.pm-foot-bar { border-top: 1px solid rgba(242, 238, 227, .12); display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: space-between; align-items: center; padding-top: 14px; padding-bottom: 22px; font-size: 12.5px; color: rgba(242, 238, 227, .55); }
.pm-foot-lang { display: flex; gap: 6px; }
.pm-foot-lang a { padding: 3px 8px; border-radius: 6px; border: 1px solid rgba(242, 238, 227, .18); font-size: 12px; }
.pm-foot-lang a.active { background: var(--pm-accent); border-color: var(--pm-accent); color: #fff; }

/* ---- drawer ---- */
.pm-drawer-ov { position: fixed; inset: 0; background: rgba(22, 35, 63, .42); opacity: 0; visibility: hidden; transition: .25s; z-index: 300; }
.pm-drawer-ov.open { opacity: 1; visibility: visible; }
.pm-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--pm-cream); z-index: 301; transform: translateX(100%); transition: transform .3s; display: flex; flex-direction: column; box-shadow: -20px 0 50px -30px rgba(0, 0, 0, .5); }
.pm-drawer.open { transform: none; }
.pm-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--pm-line); }
.pm-drawer-head h3 { font-size: 20px; }
.pm-ship { padding: 16px 20px; border-bottom: 1px solid var(--pm-line); }
.pm-ship-msg { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.pm-ship-bar { height: 8px; border-radius: 999px; background: var(--pm-paper-2); border: 1px solid var(--pm-line); overflow: hidden; }
.pm-ship-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--pm-accent), var(--pm-primary)); transition: width .35s; }
.pm-drawer-items { flex: 1; overflow-y: auto; padding: 12px 20px; }
.pm-drawer-empty { color: var(--pm-muted); text-align: center; padding: 40px 0; }
.pm-line, .pm-cline { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--pm-line); }
.pm-line img, .pm-cline img { width: 62px; height: 62px; object-fit: cover; border-radius: 8px; background: var(--pm-paper-2); }
.pm-line-name { font-weight: 700; font-size: 14px; line-height: 1.3; }
.pm-line-var { font-weight: 500; color: var(--pm-muted); font-size: 12px; }
.pm-line-price { font-size: 13px; color: var(--pm-muted); margin: 2px 0 8px; }
.pm-qty { display: inline-flex; align-items: center; gap: 8px; }
.pm-qty-btn { width: 26px; height: 26px; border-radius: 7px; border: 1px solid var(--pm-line-2); background: var(--pm-paper); color: var(--pm-primary); display: inline-flex; align-items: center; justify-content: center; }
.pm-qty-n { min-width: 18px; text-align: center; font-weight: 700; font-size: 14px; }
.pm-line-rm { border: none; background: none; color: var(--pm-muted); font-size: 12px; text-decoration: underline; margin-left: 6px; padding: 0; }
.pm-line-rm:hover { color: var(--pm-accent); }
.pm-line-tot { font-weight: 700; font-size: 14px; color: var(--pm-primary); }
.pm-drawer-foot { padding: 18px 20px; border-top: 1px solid var(--pm-line); }
.pm-drawer-sub { display: flex; justify-content: space-between; font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.pm-drawer-sub b { font-family: var(--pm-display); color: var(--pm-primary); }

/* ---- toast ---- */
.pm-toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: var(--pm-ink); color: var(--pm-cream); padding: 13px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; z-index: 400; opacity: 0; transition: .3s; pointer-events: none; box-shadow: var(--pm-shadow); }
.pm-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ==== PDP ==== */
.pm-crumb { font-size: 13px; color: var(--pm-muted); padding: 20px 0 4px; }
.pm-crumb a:hover { color: var(--pm-accent); }
.pm-pdp { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; padding: 18px 0 20px; }
.pm-gallery { position: sticky; top: 118px; }
.pm-gallery-main { border-radius: 18px; overflow: hidden; background: var(--pm-paper-2); aspect-ratio: 1/1; border: 1px solid var(--pm-line); }
.pm-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.pm-gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pm-gallery-thumbs button { width: 74px; height: 74px; border-radius: 10px; overflow: hidden; border: 2px solid var(--pm-line); background: var(--pm-paper-2); padding: 0; }
.pm-gallery-thumbs button.active { border-color: var(--pm-primary); }
.pm-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pm-pdp-cat { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--pm-accent); font-weight: 700; }
.pm-pdp h1 { font-size: clamp(28px, 4vw, 44px); margin: 10px 0 12px; font-weight: 800; }
.pm-pdp-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.pm-pdp-price { display: flex; align-items: baseline; gap: 12px; margin: 4px 0 16px; }
.pm-pdp-price .pm-now { font-family: var(--pm-display); font-weight: 800; font-size: 34px; color: var(--pm-primary); }
.pm-pdp-price .pm-was { text-decoration: line-through; color: var(--pm-muted); font-size: 19px; }
.pm-pdp-price .pm-off { background: var(--pm-accent); color: #fff; font-size: 13px; font-weight: 700; padding: 4px 10px; border-radius: 7px; }
.pm-pdp-short { font-size: 17px; color: var(--pm-ink); margin-bottom: 20px; }
.pm-variant { margin-bottom: 18px; }
.pm-variant-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--pm-muted); margin-bottom: 9px; }
.pm-variant-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.pm-variant-opt { border: 1.5px solid var(--pm-line-2); background: var(--pm-paper); border-radius: 10px; padding: 9px 15px; font-size: 14px; font-weight: 600; color: var(--pm-ink); transition: .15s; }
.pm-variant-opt.sel { border-color: var(--pm-primary); background: #fff; box-shadow: inset 0 0 0 1px var(--pm-primary); }
.pm-pdp-buy { display: flex; gap: 12px; align-items: stretch; margin: 22px 0 16px; flex-wrap: wrap; }
.pm-stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--pm-line-2); border-radius: 999px; overflow: hidden; }
.pm-stepper button { width: 46px; height: 52px; border: none; background: var(--pm-paper); color: var(--pm-primary); display: inline-flex; align-items: center; justify-content: center; }
.pm-stepper span { min-width: 34px; text-align: center; font-weight: 700; }
.pm-pdp-buy .pm-btn { flex: 1; min-width: 200px; }
.pm-pdp-reassure { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 16px 0; border-top: 1px solid var(--pm-line); border-bottom: 1px solid var(--pm-line); margin-bottom: 22px; }
.pm-pdp-reassure .pm-ri { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--pm-ink); }
.pm-pdp-reassure svg { color: var(--pm-primary); }
.pm-pdp-stock { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--pm-ok); margin-bottom: 8px; }
.pm-pdp-stock.low { color: var(--pm-accent); }
.pm-benefits { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 9px; }
.pm-benefits li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.pm-benefits li svg { color: var(--pm-ok); flex: 0 0 auto; margin-top: 3px; }

.pm-pdp-detail { padding: clamp(30px, 5vw, 60px) 0; }
.pm-pdp-detail .pm-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.pm-block h2 { font-size: 26px; margin-bottom: 16px; }
.pm-longtext { font-size: 16px; color: var(--pm-ink); }
.pm-specs { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.pm-specs th, .pm-specs td { text-align: left; padding: 11px 4px; border-bottom: 1px solid var(--pm-line); vertical-align: top; }
.pm-specs th { color: var(--pm-muted); font-weight: 600; width: 42%; text-transform: capitalize; }
.pm-specs td { font-weight: 600; }

.pm-reviews-summary { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; }
.pm-reviews-big { font-family: var(--pm-display); font-weight: 800; font-size: 54px; color: var(--pm-primary); line-height: 1; }
.pm-reviews-dist { flex: 1; min-width: 220px; }
.pm-dist-row { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--pm-muted); margin: 3px 0; }
.pm-dist-bar { flex: 1; height: 7px; border-radius: 4px; background: var(--pm-paper-2); overflow: hidden; }
.pm-dist-bar i { display: block; height: 100%; background: var(--pm-accent); }
.pm-review { border: 1.5px solid var(--pm-line); border-radius: 12px; padding: 18px; background: var(--pm-paper); margin-bottom: 14px; }
.pm-review-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
.pm-review-name { font-weight: 700; font-size: 14.5px; }
.pm-review-date { font-size: 12px; color: var(--pm-muted); }
.pm-review h4 { font-family: var(--pm-body); font-size: 15px; font-weight: 700; color: var(--pm-ink); margin: 6px 0; }
.pm-review p { font-size: 14.5px; color: var(--pm-muted); margin: 0; }

.pm-faq details { border-bottom: 1px solid var(--pm-line); padding: 6px 0; }
.pm-faq summary { cursor: pointer; list-style: none; padding: 14px 0; font-weight: 700; font-size: 16px; color: var(--pm-primary); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.pm-faq summary::-webkit-details-marker { display: none; }
.pm-faq summary .pm-faq-ic { transition: transform .2s; flex: 0 0 auto; }
.pm-faq details[open] summary .pm-faq-ic { transform: rotate(45deg); }
.pm-faq p { padding: 0 0 14px; color: var(--pm-muted); font-size: 15px; }

/* sticky mobile ATC */
.pm-sticky-atc { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; background: rgba(250, 247, 239, .97); backdrop-filter: blur(8px); border-top: 1px solid var(--pm-line); padding: 10px 16px; gap: 12px; align-items: center; box-shadow: 0 -10px 30px -24px rgba(0, 0, 0, .5); }
.pm-sticky-atc .pm-sa-price { font-family: var(--pm-display); font-weight: 800; color: var(--pm-primary); font-size: 20px; }
.pm-sticky-atc .pm-btn { flex: 1; }

/* ==== shop ==== */
.pm-shop-banner { position: relative; border-radius: 18px; overflow: hidden; margin: 20px 0 26px; min-height: 200px; display: flex; align-items: flex-end; }
.pm-shop-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.pm-shop-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22, 35, 63, .78), rgba(22, 35, 63, .12)); z-index: 1; }
.pm-shop-banner .pm-shop-banner-in { position: relative; z-index: 2; padding: 26px 30px; color: var(--pm-cream); max-width: 560px; }
.pm-shop-banner h1 { color: var(--pm-cream); font-size: clamp(30px, 5vw, 48px); }
.pm-shop-banner p { color: rgba(242, 238, 227, .9); margin: 10px 0 0; }
.pm-shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.pm-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.pm-filter { border: 1.5px solid var(--pm-line-2); background: var(--pm-paper); border-radius: 999px; padding: 8px 16px; font-size: 13.5px; font-weight: 600; color: var(--pm-ink); transition: .15s; }
.pm-filter.active, .pm-filter:hover { background: var(--pm-primary); border-color: var(--pm-primary); color: #fff; }
.pm-sort { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--pm-muted); }
.pm-sort select { font-family: inherit; font-size: 13.5px; padding: 8px 12px; border-radius: 10px; border: 1.5px solid var(--pm-line-2); background: var(--pm-paper); color: var(--pm-ink); font-weight: 600; }
.pm-shop-count { font-size: 13px; color: var(--pm-muted); margin-bottom: 16px; }

/* ==== cart page ==== */
.pm-cart-page { padding: 30px 0 60px; }
.pm-cart-grid { display: grid; grid-template-columns: 1.5fr .8fr; gap: 30px; align-items: start; }
.pm-cart-lines .pm-cline { grid-template-columns: 80px 1fr auto; }
.pm-cart-lines img { width: 80px; height: 80px; }
.pm-cart-summary { border: 1.5px solid var(--pm-line); border-radius: 18px; background: var(--pm-paper); padding: 24px; position: sticky; top: 118px; }
.pm-cart-summary h2 { font-size: 22px; margin-bottom: 16px; }
.pm-cart-summary .pm-cs-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; }
.pm-cart-summary .pm-cs-total { border-top: 1px solid var(--pm-line); margin-top: 8px; padding-top: 14px; font-weight: 800; font-size: 19px; }
.pm-cart-summary .pm-cs-total b { font-family: var(--pm-display); color: var(--pm-primary); }
.pm-cart-empty { text-align: center; padding: 60px 0; }
.pm-cart-empty svg { color: var(--pm-line-2); margin-bottom: 18px; }

/* ==== simple content pages (about/contact/legal) ==== */
.pm-page-hero { padding: clamp(40px, 6vw, 80px) 0 clamp(20px, 3vw, 40px); }
.pm-page-hero h1 { font-size: clamp(34px, 6vw, 66px); font-weight: 900; }
.pm-page-hero p { color: var(--pm-muted); font-size: 18px; max-width: 620px; margin-top: 16px; }
.pm-prose { max-width: 760px; font-size: 16px; }
.pm-prose h2 { font-size: 26px; margin: 34px 0 12px; }
.pm-prose h3 { font-size: 19px; margin: 22px 0 8px; color: var(--pm-ink); }
.pm-prose p, .pm-prose li { color: var(--pm-ink); }
.pm-prose ul { padding-left: 20px; }
.pm-prose a { color: var(--pm-primary); text-decoration: underline; }
.pm-about-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; margin: 40px 0; }
.pm-about-split img { border-radius: 18px; aspect-ratio: 3/2; object-fit: cover; width: 100%; }
.pm-about-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; margin-top: 30px; }
.pm-about-values .pm-av { border: 1.5px solid var(--pm-line); border-radius: 14px; padding: 22px; background: var(--pm-paper); }
.pm-about-values .pm-av svg { color: var(--pm-accent); margin-bottom: 12px; }
.pm-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 30px 0 60px; align-items: start; }
.pm-field { margin-bottom: 16px; }
.pm-field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.pm-field input, .pm-field textarea { width: 100%; padding: 13px 15px; border-radius: 10px; border: 1.5px solid var(--pm-line-2); background: var(--pm-paper); font-family: inherit; font-size: 15px; color: var(--pm-ink); }
.pm-field textarea { min-height: 140px; resize: vertical; }
.pm-field input:focus, .pm-field textarea:focus { outline: none; border-color: var(--pm-primary); }
.pm-contact-info .pm-ci { display: flex; gap: 14px; margin-bottom: 20px; }
.pm-contact-info .pm-ci svg { color: var(--pm-accent); flex: 0 0 auto; margin-top: 3px; }

/* ---- search overlay ---- */
.pm-search { position: fixed; inset: 0 0 auto 0; background: rgba(250, 247, 239, .98); backdrop-filter: blur(8px); border-bottom: 1px solid var(--pm-line); z-index: 250; transform: translateY(-100%); transition: transform .28s; padding: 22px 0; }
.pm-search.open { transform: none; box-shadow: var(--pm-shadow); }
.pm-search form { display: flex; gap: 10px; align-items: center; }
.pm-search input { flex: 1; padding: 14px 18px; border-radius: 999px; border: 2px solid var(--pm-line-2); background: #fff; font-family: inherit; font-size: 16px; color: var(--pm-ink); }
.pm-search input:focus { outline: none; border-color: var(--pm-primary); }

/* ---- reveal ---- */
.pm-reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.pm-reveal.in { opacity: 1; transform: none; }

/* ==== responsive ==== */
@media (max-width: 900px) {
  .pm-nav { display: none; }
  .pm-burger { display: inline-flex; }
  .pm-row { grid-template-columns: 1fr; gap: 18px; }
  .pm-row:nth-child(even) .pm-row-media { order: 0; }
  .pm-bundle-grid, .pm-quiz-wrap, .pm-pdp, .pm-pdp-detail .pm-wrap, .pm-cart-grid, .pm-about-split, .pm-contact-grid { grid-template-columns: 1fr; }
  .pm-bundle-panel, .pm-gallery, .pm-cart-summary { position: static; }
  .pm-gallery { top: auto; }
}
@media (max-width: 640px) {
  .pm-hero h1 { font-size: clamp(44px, 17vw, 88px); }
  .pm-reassure .pm-wrap { justify-content: flex-start; }
  .pm-foot-main { flex-direction: column; align-items: flex-start; }
  .pm-sticky-atc { display: flex; }
  .pm-pdp-buy .pm-btn { min-width: 140px; }
  .pm-head-ship { display: none; }
}
@media (max-width: 460px) {
  .pm-depts { grid-template-columns: 1fr 1fr; }
  .pm-grid { grid-template-columns: 1fr; }
  .pm-card { flex-direction: row; }
  .pm-card-media { flex: 0 0 132px; aspect-ratio: 1 / 1; }
  .pm-card-body { flex: 1; }
  .pm-card-quick { display: none; }
  .pm-pdp-price .pm-now { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .pm-reveal { opacity: 1 !important; transform: none !important; }
  .pm-ticker-track { animation: none; }
}
