/* ============================================================================
   DICEHOLT — style.css  (unique design system)
   Recette : craft-boutique · nav latérale verticale · hero collage ·
   liste verticale alternée · carte ticket/étiquette · footer contact/map ·
   pilules · hover-zoom · icônes line-fines · all-caps-mono · high-contrast
   Palette : violet #5b2a86 · crème #f5edda · jaune #f2c14e · encre #33184c
============================================================================ */
@import url("https://api.fontshare.com/v2/css?f[]=clash-display@500,600,700&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=sentient@400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400,500&display=swap");

:root {
  --purple: #5b2a86;
  --purple-d: #3f1d63;
  --cream: #f5edda;
  --paper: #faf6ec;
  --yellow: #f2c14e;
  --yellow-d: #d9a636;
  --ink: #33184c;
  --ink-soft: #5a4570;
  --line: #e3d7bd;
  --white: #fffdf7;
  --side-w: 236px;
  --maxw: 1180px;
  --disp: "Clash Display", "Trebuchet MS", sans-serif;
  --body: "Sentient", Georgia, serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --r-pill: 999px;
  --r: 14px;
  --shadow: 0 14px 40px -18px rgba(51,24,76,.4);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.dh-noscroll { overflow: hidden; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--body); font-size: 17px; line-height: 1.6;
  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(--disp); font-weight: 600; line-height: 1.05; margin: 0; letter-spacing: -.01em; }
.dh-eyebrow, .dh-mono { font-family: var(--mono); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; }

/* ---- layout : sidebar + main ---- */
.dh-side {
  position: fixed; top: 0; left: 0; bottom: 0; width: var(--side-w);
  background: var(--purple); color: var(--cream);
  display: flex; flex-direction: column; padding: 22px 20px; z-index: 60;
  border-right: 3px solid var(--ink);
}
.dh-side-logo { display: block; margin-bottom: 6px; }
.dh-side-logo img { height: 40px; width: auto; }
.dh-side-tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); margin: 4px 0 26px; }
.dh-side-nav { display: flex; flex-direction: column; gap: 2px; }
.dh-side-nav a {
  font-family: var(--disp); text-transform: uppercase; font-size: 15px; letter-spacing: .04em;
  padding: 9px 12px; border-radius: var(--r-pill); color: var(--cream);
  display: flex; align-items: center; gap: 10px; transition: background .18s, color .18s, transform .18s;
}
.dh-side-nav a .dh-num { font-family: var(--mono); font-size: 10px; opacity: .55; }
.dh-side-nav a:hover, .dh-side-nav a.is-active { background: var(--yellow); color: var(--ink); transform: translateX(3px); }
.dh-side-foot { margin-top: auto; padding-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.dh-reassure-mini { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #e8dcc2; display: flex; align-items: center; gap: 8px; }
.dh-lang { display: flex; gap: 6px; flex-wrap: wrap; }
.dh-lang button {
  background: transparent; border: 1.5px solid rgba(245,237,218,.35); color: var(--cream);
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; padding: 4px 8px; border-radius: var(--r-pill);
}
.dh-lang button.is-active { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.dh-social { display: flex; gap: 12px; }
.dh-social a { color: var(--cream); opacity: .85; }
.dh-social a:hover { color: var(--yellow); opacity: 1; }

.dh-main { margin-left: var(--side-w); min-height: 100vh; display: flex; flex-direction: column; }

/* ---- announcement ---- */
.dh-ann { background: var(--ink); color: var(--cream); text-align: center; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; padding: 9px 16px; }

/* ---- top header (horizontal, sticky) ---- */
.dh-top {
  position: sticky; top: 0; z-index: 50; background: rgba(250,246,236,.92);
  backdrop-filter: blur(8px); border-bottom: 1.5px solid var(--line);
  display: flex; align-items: center; gap: 14px; padding: 12px 26px;
}
.dh-burger { display: none; background: none; border: none; color: var(--ink); padding: 6px; }
.dh-top-brand { display: none; font-family: var(--disp); text-transform: uppercase; font-weight: 700; letter-spacing: .02em; font-size: 20px; color: var(--purple); }
.dh-top-search { flex: 1; display: flex; align-items: center; gap: 10px; max-width: 460px; border: 1.5px solid var(--line); background: var(--white); border-radius: var(--r-pill); padding: 8px 16px; }
.dh-top-search input { border: none; background: none; outline: none; font-family: var(--body); font-size: 15px; width: 100%; color: var(--ink); }
.dh-top-search svg { color: var(--ink-soft); flex: none; }
.dh-top-spacer { flex: 1; }
.dh-icon-btn { position: relative; background: none; border: none; color: var(--ink); width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-pill); }
.dh-icon-btn:hover { background: var(--cream); }
.dh-cart-count { position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--yellow); color: var(--ink); border-radius: var(--r-pill); font-family: var(--mono); font-size: 11px; font-weight: 500; display: flex; align-items: center; justify-content: center; line-height: 1; }

/* ---- search overlay ---- */
.dh-search-panel { display: none; }
.dh-search-panel.is-open { display: block; }

/* ---- mobile menu ---- */
.dh-mobmenu { position: fixed; inset: 0; background: var(--purple); color: var(--cream); z-index: 80; transform: translateY(-100%); transition: transform .32s ease; display: flex; flex-direction: column; padding: 20px; overflow-y: auto; }
.dh-mobmenu.is-open { transform: translateY(0); }
.dh-mobmenu-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.dh-mobmenu-top img { height: 34px; }
.dh-mobmenu a { font-family: var(--disp); text-transform: uppercase; font-size: 24px; padding: 12px 0; border-bottom: 1px solid rgba(245,237,218,.18); color: var(--cream); }
.dh-mobmenu .dh-lang { margin-top: 22px; }

/* ---- containers / sections ---- */
.dh-wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; width: 100%; }
section { padding: 68px 0; }
.dh-sec-head { margin-bottom: 34px; max-width: 640px; }
.dh-sec-head .dh-eyebrow { color: var(--purple); display: block; margin-bottom: 12px; }
.dh-sec-head h2 { font-size: clamp(30px, 4vw, 46px); text-transform: uppercase; }
.dh-sec-head p { color: var(--ink-soft); margin: 12px 0 0; font-size: 17px; }

/* ---- buttons (pills) ---- */
.dh-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--disp); text-transform: uppercase; letter-spacing: .04em; font-weight: 600; font-size: 14px; padding: 13px 24px; border-radius: var(--r-pill); border: 2px solid var(--ink); background: var(--ink); color: var(--cream); transition: transform .16s, background .16s, color .16s; }
.dh-btn:hover { transform: translateY(-2px); background: var(--purple); border-color: var(--purple); }
.dh-btn--y { background: var(--yellow); border-color: var(--ink); color: var(--ink); }
.dh-btn--y:hover { background: var(--ink); color: var(--yellow); border-color: var(--ink); }
.dh-btn--ghost { background: transparent; color: var(--ink); }
.dh-btn--ghost:hover { background: var(--ink); color: var(--cream); }
.dh-btn--sm { padding: 9px 16px; font-size: 12.5px; }
.dh-chip { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; border: 1.5px solid var(--ink); background: var(--white); color: var(--ink); padding: 7px 14px; border-radius: var(--r-pill); transition: background .15s, color .15s; }
.dh-chip.is-active, .dh-chip:hover { background: var(--purple); color: var(--cream); border-color: var(--purple); }

/* ---- badges ---- */
.dh-badge { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; padding: 4px 9px; border-radius: var(--r-pill); background: var(--yellow); color: var(--ink); font-weight: 500; }
.dh-badge--p { background: var(--purple); color: var(--cream); }
.dh-badge--ink { background: var(--ink); color: var(--cream); }

/* ---- stars ---- */
.dh-stars { display: inline-flex; align-items: center; gap: 3px; color: var(--yellow-d); }
.dh-stars svg { width: 15px; height: 15px; }
.dh-rate-line { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 12px; color: var(--ink-soft); }

/* ============ HERO — collage ============ */
.dh-hero { padding: 54px 0 40px; }
.dh-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.dh-hero-txt .dh-eyebrow { color: var(--purple); display: inline-block; background: var(--white); border: 1.5px solid var(--line); padding: 6px 14px; border-radius: var(--r-pill); margin-bottom: 22px; }
.dh-hero-txt h1 { font-size: clamp(46px, 7vw, 88px); text-transform: uppercase; line-height: .92; }
.dh-hero-txt h1 em { font-style: normal; color: var(--purple); }
.dh-hero-txt p { font-size: 20px; color: var(--ink-soft); margin: 22px 0 30px; max-width: 460px; }
.dh-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.dh-hero-stats { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.dh-hero-stats div { }
.dh-hero-stats b { font-family: var(--disp); font-size: 24px; display: block; color: var(--purple); }
.dh-hero-stats span { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); }
/* collage */
.dh-collage { position: relative; aspect-ratio: 1/1; }
.dh-collage figure { position: absolute; margin: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: var(--r); box-shadow: var(--shadow); background: var(--cream); }
.dh-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dh-collage figure:hover img { transform: scale(1.07); }
.dh-collage .c1 { inset: 0 22% 24% 0; z-index: 2; }
.dh-collage .c2 { width: 46%; aspect-ratio: 1/1; right: 0; top: 8%; z-index: 3; border-radius: var(--r-pill); }
.dh-collage .c3 { width: 44%; aspect-ratio: 4/3; right: 6%; bottom: 0; z-index: 4; }
.dh-collage .dh-stamp { position: absolute; left: -14px; bottom: 14%; z-index: 5; width: 92px; height: 92px; border-radius: 50%; background: var(--yellow); color: var(--ink); border: 2.5px solid var(--ink); display: flex; align-items: center; justify-content: center; text-align: center; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; transform: rotate(-9deg); padding: 8px; }

/* ============ COMPARATIF matrice ============ */
.dh-compare-wrap { overflow-x: auto; border: 2px solid var(--ink); border-radius: var(--r); background: var(--white); }
table.dh-compare { width: 100%; border-collapse: collapse; min-width: 680px; }
.dh-compare th { font-family: var(--mono); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; text-align: left; padding: 14px 16px; background: var(--purple); color: var(--cream); }
.dh-compare td { padding: 14px 16px; border-top: 1.5px solid var(--line); font-size: 15px; vertical-align: middle; }
.dh-compare tr:hover td { background: var(--cream); }
.dh-compare .dh-cg { display: flex; align-items: center; gap: 12px; font-family: var(--disp); text-transform: uppercase; font-size: 14px; letter-spacing: .02em; }
.dh-compare .dh-cg img { width: 46px; height: 46px; object-fit: cover; border-radius: 10px; border: 1.5px solid var(--ink); }
.dh-compare .dh-cprice { font-family: var(--mono); font-weight: 500; }

/* ============ HOW IT WORKS ============ */
.dh-how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dh-how-card { background: var(--white); border: 2px solid var(--ink); border-radius: var(--r); padding: 28px; position: relative; }
.dh-how-card .dh-how-n { font-family: var(--mono); font-size: 12px; color: var(--purple); }
.dh-how-ic { width: 52px; height: 52px; border-radius: 50%; background: var(--cream); border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; margin: 14px 0 16px; color: var(--purple); }
.dh-how-card h3 { text-transform: uppercase; font-size: 20px; margin-bottom: 8px; }
.dh-how-card p { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ============ BEST-SELLERS — liste verticale alternée ============ */
.dh-vrows { display: flex; flex-direction: column; gap: 30px; }
.dh-vrow { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: var(--white); border: 2px solid var(--ink); border-radius: var(--r); overflow: hidden; }
.dh-vrow:nth-child(even) .dh-vrow-media { order: 2; }
.dh-vrow-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream); }
.dh-vrow-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dh-vrow:hover .dh-vrow-media img { transform: scale(1.06); }
.dh-vrow-media .dh-num-big { position: absolute; top: 12px; left: 14px; font-family: var(--disp); font-weight: 700; font-size: 40px; color: var(--white); text-shadow: 0 2px 8px rgba(51,24,76,.5); }
.dh-vrow-b { padding: 30px 34px 30px 0; }
.dh-vrow:nth-child(even) .dh-vrow-b { padding: 30px 0 30px 34px; }
.dh-vrow-b .dh-eyebrow { color: var(--purple); }
.dh-vrow-b h3 { font-size: 30px; text-transform: uppercase; margin: 8px 0 10px; }
.dh-vrow-b p { color: var(--ink-soft); margin: 0 0 14px; }
.dh-vrow-benef { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
.dh-vrow-benef li { font-size: 14px; display: flex; gap: 9px; align-items: flex-start; }
.dh-vrow-benef svg { color: var(--purple); flex: none; margin-top: 3px; }
.dh-vrow-buy { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.dh-price { font-family: var(--disp); font-weight: 700; font-size: 26px; color: var(--ink); }
.dh-price s { font-family: var(--mono); font-weight: 400; font-size: 15px; color: var(--ink-soft); margin-left: 8px; }

/* ============ CARTE TICKET / ÉTIQUETTE (grille shop / related) ============ */
.dh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dh-ticket {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--r);
  display: flex; flex-direction: column; position: relative; transition: transform .18s, box-shadow .18s;
  /* dentelure de ticket en bas */
}
.dh-ticket:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.dh-ticket-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--cream); border-bottom: 2px dashed var(--ink); border-radius: 12px 12px 0 0; }
.dh-ticket-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.dh-ticket:hover .dh-ticket-media img.dh-img-1 { opacity: 0; }
.dh-ticket-media img.dh-img-2 { position: absolute; inset: 0; opacity: 0; transition: opacity .4s; }
.dh-ticket:hover .dh-ticket-media img.dh-img-2 { opacity: 1; transform: scale(1.05); }
.dh-ticket-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.dh-notch { position: absolute; top: calc(100% - 1px); width: 20px; height: 20px; background: var(--paper); border: 2px solid var(--ink); border-radius: 50%; z-index: 3; }
.dh-notch.l { left: -12px; } .dh-notch.r { right: -12px; }
.dh-ticket-b { padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dh-ticket-cat { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--purple); }
.dh-ticket-b h3 { font-size: 18px; text-transform: uppercase; letter-spacing: .01em; }
.dh-ticket-b h3 a:hover { color: var(--purple); }
.dh-ticket-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding-top: 6px; }
.dh-ticket-price { font-family: var(--disp); font-weight: 700; font-size: 21px; }
.dh-ticket-price s { display: block; font-family: var(--mono); font-weight: 400; font-size: 12px; color: var(--ink-soft); }
.dh-ticket-add { background: var(--yellow); border: 2px solid var(--ink); color: var(--ink); width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; transition: background .15s, transform .15s; }
.dh-ticket-add:hover { background: var(--ink); color: var(--yellow); transform: rotate(90deg); }

/* ============ STATS compteurs ============ */
.dh-stats { background: var(--purple); color: var(--cream); position: relative; overflow: hidden; }
.dh-stats .dh-stats-bg { position: absolute; inset: 0; opacity: .16; object-fit: cover; width: 100%; height: 100%; }
.dh-stats .dh-wrap { position: relative; z-index: 2; }
.dh-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.dh-stat b { font-family: var(--disp); font-weight: 700; font-size: clamp(38px, 5vw, 60px); display: block; color: var(--yellow); }
.dh-stat span { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

/* ============ ORIGINS (carte-origines) ============ */
.dh-origins { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.dh-origins-media { border: 3px solid var(--ink); border-radius: var(--r); overflow: hidden; aspect-ratio: 4/3; }
.dh-origins-media img { width: 100%; height: 100%; object-fit: cover; }
.dh-origins-steps { display: flex; flex-direction: column; gap: 20px; }
.dh-origin-step { display: flex; gap: 16px; }
.dh-origin-step .dh-on { font-family: var(--disp); font-weight: 700; font-size: 22px; color: var(--white); background: var(--purple); border: 2px solid var(--ink); border-radius: 50%; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; flex: none; }
.dh-origin-step h3 { text-transform: uppercase; font-size: 19px; margin-bottom: 4px; }
.dh-origin-step p { color: var(--ink-soft); margin: 0; font-size: 15px; }

/* ============ MANIFESTE ============ */
.dh-manifesto { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; }
.dh-manifesto .dh-mani-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; }
.dh-manifesto .dh-wrap { position: relative; z-index: 2; text-align: center; max-width: 860px; }
.dh-manifesto .dh-eyebrow { color: var(--yellow); }
.dh-manifesto p.dh-mani-body { font-family: var(--disp); font-weight: 500; font-size: clamp(24px, 3.4vw, 40px); line-height: 1.2; text-transform: uppercase; margin: 18px 0 20px; }
.dh-manifesto .dh-mani-sign { font-family: var(--mono); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--yellow); }

/* ============ TÉMOIGNAGE vedette ============ */
.dh-testi { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: center; }
.dh-testi-media { border: 3px solid var(--ink); border-radius: var(--r); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow); }
.dh-testi-media img { width: 100%; height: 100%; object-fit: cover; }
.dh-testi-q { font-family: var(--disp); font-weight: 500; font-size: clamp(24px, 3vw, 36px); line-height: 1.22; }
.dh-testi-a { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--purple); margin-top: 18px; }
.dh-testi-a b { color: var(--ink); }

/* ============ LOOKBOOK éditorial ============ */
.dh-look { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dh-look-card { border: 2px solid var(--ink); border-radius: var(--r); overflow: hidden; background: var(--white); transition: transform .18s; }
.dh-look-card:hover { transform: translateY(-4px); }
.dh-look-media { aspect-ratio: 3/2; overflow: hidden; }
.dh-look-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.dh-look-card:hover .dh-look-media img { transform: scale(1.07); }
.dh-look-b { padding: 20px; }
.dh-look-b h3 { text-transform: uppercase; font-size: 19px; margin-bottom: 8px; }
.dh-look-b p { color: var(--ink-soft); font-size: 14px; margin: 0 0 12px; }
.dh-look-read { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--purple); display: inline-flex; gap: 6px; align-items: center; }

/* ============ GARANTIES sceaux ============ */
.dh-seals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.dh-seal { text-align: center; }
.dh-seal-ic { width: 74px; height: 74px; border-radius: 50%; border: 2.5px solid var(--ink); background: var(--white); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; color: var(--purple); }
.dh-seal h3 { text-transform: uppercase; font-size: 16px; margin-bottom: 5px; }
.dh-seal p { color: var(--ink-soft); font-size: 13.5px; margin: 0; }

/* ============ TICKER ============ */
.dh-ticker { background: var(--yellow); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); overflow: hidden; padding: 0; }
.dh-ticker-track { display: flex; gap: 0; white-space: nowrap; animation: dh-marq 26s linear infinite; }
.dh-ticker span { font-family: var(--disp); font-weight: 700; text-transform: uppercase; font-size: 26px; color: var(--ink); padding: 16px 24px; letter-spacing: .02em; }
@keyframes dh-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============ NEWSLETTER ============ */
.dh-news { background: var(--cream); border: 2px solid var(--ink); border-radius: var(--r); padding: 40px; text-align: center; max-width: 720px; margin: 0 auto; }
.dh-news h2 { text-transform: uppercase; font-size: clamp(26px, 3.4vw, 38px); }
.dh-news p { color: var(--ink-soft); margin: 12px auto 22px; max-width: 520px; }
.dh-news form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; }
.dh-news input { flex: 1; min-width: 200px; border: 2px solid var(--ink); border-radius: var(--r-pill); padding: 13px 20px; font-family: var(--body); font-size: 15px; background: var(--white); }
.dh-news .dh-news-ok { color: var(--purple); font-family: var(--mono); font-size: 13px; text-transform: uppercase; margin-top: 14px; }

/* ============ FOOTER — contact / map-first ============ */
.dh-footer { background: var(--purple-d); color: var(--cream); margin-top: 40px; }
.dh-footer-top { display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; padding: 56px 0; }
.dh-map { border: 3px solid var(--ink); border-radius: var(--r); overflow: hidden; position: relative; background: #2c1548; min-height: 260px; }
.dh-map svg { width: 100%; height: 100%; display: block; }
.dh-map .dh-map-card { position: absolute; left: 18px; bottom: 18px; background: var(--cream); color: var(--ink); border: 2px solid var(--ink); border-radius: 12px; padding: 14px 16px; max-width: 260px; }
.dh-map .dh-map-card b { font-family: var(--disp); text-transform: uppercase; display: block; margin-bottom: 4px; }
.dh-map .dh-map-card p { margin: 2px 0; font-size: 13.5px; }
.dh-contact-info h3 { font-family: var(--disp); text-transform: uppercase; font-size: 22px; margin-bottom: 6px; color: var(--yellow); }
.dh-contact-info .dh-ci-row { display: flex; gap: 12px; align-items: flex-start; margin: 12px 0; font-size: 15px; }
.dh-contact-info .dh-ci-row svg { flex: none; margin-top: 3px; color: var(--yellow); }
.dh-foot-news { margin-top: 22px; }
.dh-foot-news form { display: flex; gap: 8px; flex-wrap: wrap; }
.dh-foot-news input { flex: 1; min-width: 160px; border: 2px solid var(--ink); background: var(--cream); border-radius: var(--r-pill); padding: 11px 16px; font-family: var(--body); }
.dh-footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 12px 0 40px; border-top: 1px solid rgba(245,237,218,.16); }
.dh-footer-links h4 { font-family: var(--mono); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; color: var(--yellow); margin-bottom: 14px; }
.dh-footer-links a { display: block; padding: 5px 0; color: #e6dcc7; font-size: 14.5px; }
.dh-footer-links a:hover { color: var(--yellow); }
.dh-footer-bottom { border-top: 1px solid rgba(245,237,218,.16); padding: 22px 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.dh-footer-bottom .dh-legal-txt { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #cdbfa6; }
.dh-pay { display: flex; gap: 8px; align-items: center; }
.dh-pay svg { height: 26px; width: auto; border-radius: 4px; }

/* ============ DRAWER ============ */
.dh-drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.dh-drawer.is-open { visibility: visible; }
.dh-drawer-ov { position: absolute; inset: 0; background: rgba(51,24,76,.5); opacity: 0; transition: opacity .3s; }
.dh-drawer.is-open .dh-drawer-ov { opacity: 1; }
.dh-drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 400px; max-width: 92vw; background: var(--paper); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .32s ease; border-left: 3px solid var(--ink); }
.dh-drawer.is-open .dh-drawer-panel { transform: translateX(0); }
.dh-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 2px solid var(--line); }
.dh-drawer-head h3 { text-transform: uppercase; font-size: 20px; }
.dh-ship { padding: 16px 20px; background: var(--cream); border-bottom: 2px solid var(--line); }
.dh-ship-msg { font-family: var(--mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 8px; }
.dh-ship-bar { height: 8px; background: var(--white); border: 1.5px solid var(--ink); border-radius: var(--r-pill); overflow: hidden; }
.dh-ship-fill { height: 100%; background: var(--yellow); width: 0; transition: width .4s; }
.dh-drawer-items { flex: 1; overflow-y: auto; padding: 16px 20px; }
.dh-citem { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.dh-citem img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; border: 1.5px solid var(--ink); }
.dh-citem-n { font-family: var(--disp); text-transform: uppercase; font-size: 14px; }
.dh-citem-v { font-family: var(--mono); font-size: 10px; color: var(--ink-soft); }
.dh-citem-p { font-family: var(--mono); font-size: 13px; margin: 2px 0 6px; }
.dh-qty { display: inline-flex; align-items: center; gap: 8px; }
.dh-qbtn { width: 26px; height: 26px; border: 1.5px solid var(--ink); background: var(--white); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: var(--mono); }
.dh-rem { margin-left: 8px; background: none; border: none; font-family: var(--mono); font-size: 10px; text-transform: uppercase; color: var(--ink-soft); text-decoration: underline; }
.dh-cart-empty { color: var(--ink-soft); text-align: center; padding: 40px 0; font-family: var(--mono); font-size: 13px; text-transform: uppercase; }
.dh-drawer-foot { padding: 20px; border-top: 2px solid var(--line); }
.dh-drawer-sub { display: flex; justify-content: space-between; font-family: var(--disp); text-transform: uppercase; font-size: 18px; margin-bottom: 14px; }
.dh-drawer-foot .dh-btn { width: 100%; justify-content: center; }

/* ============ TOAST ============ */
.dh-toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(30px); background: var(--ink); color: var(--cream); font-family: var(--mono); font-size: 13px; padding: 12px 22px; border-radius: var(--r-pill); border: 2px solid var(--yellow); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; z-index: 120; }
.dh-toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============ PAGE HEADERS ============ */
.dh-page-head { background: var(--purple); color: var(--cream); padding: 48px 0; position: relative; overflow: hidden; }
.dh-page-head .dh-ph-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .2; }
.dh-page-head .dh-wrap { position: relative; z-index: 2; }
.dh-page-head h1 { font-size: clamp(34px, 5vw, 56px); text-transform: uppercase; }
.dh-page-head p { color: #e7dcc5; margin-top: 10px; }
.dh-crumb { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--yellow); margin-bottom: 14px; }

/* ============ SHOP toolbar ============ */
.dh-shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.dh-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.dh-shop-right { display: flex; align-items: center; gap: 12px; }
.dh-count { font-family: var(--mono); font-size: 12px; text-transform: uppercase; color: var(--ink-soft); }
.dh-select { font-family: var(--mono); font-size: 12px; text-transform: uppercase; border: 1.5px solid var(--ink); background: var(--white); border-radius: var(--r-pill); padding: 8px 14px; color: var(--ink); }
.dh-ticket.is-hidden { display: none; }

/* ============ PDP ============ */
.dh-pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; padding-top: 40px; align-items: start; }
.dh-pdp-gallery { position: sticky; top: 90px; }
.dh-pdp-main { border: 3px solid var(--ink); border-radius: var(--r); overflow: hidden; aspect-ratio: 1/1; background: var(--cream); }
.dh-pdp-main img { width: 100%; height: 100%; object-fit: cover; }
.dh-pdp-thumbs { display: flex; gap: 12px; margin-top: 12px; }
.dh-pdp-thumbs button { width: 82px; height: 82px; border: 2px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--cream); padding: 0; }
.dh-pdp-thumbs button.is-active { border-color: var(--ink); }
.dh-pdp-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.dh-pdp-cat { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--purple); }
.dh-pdp h1 { font-size: clamp(30px, 4vw, 44px); text-transform: uppercase; margin: 8px 0 12px; }
.dh-pdp-price { display: flex; align-items: baseline; gap: 12px; margin: 14px 0; }
.dh-pdp-price .now { font-family: var(--disp); font-weight: 700; font-size: 34px; }
.dh-pdp-price s { font-family: var(--mono); color: var(--ink-soft); font-size: 17px; }
.dh-pdp-price .dh-badge { align-self: center; }
.dh-pdp-benef { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-direction: column; gap: 10px; }
.dh-pdp-benef li { display: flex; gap: 10px; align-items: flex-start; }
.dh-pdp-benef svg { color: var(--purple); flex: none; margin-top: 3px; }
.dh-variant { margin: 20px 0; }
.dh-variant label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 8px; }
.dh-variant .dh-opts { display: flex; gap: 8px; flex-wrap: wrap; }
.dh-opt { font-family: var(--mono); font-size: 12px; text-transform: uppercase; border: 1.5px solid var(--ink); background: var(--white); padding: 8px 16px; border-radius: var(--r-pill); }
.dh-opt.is-active { background: var(--purple); color: var(--cream); }
.dh-atc-row { display: flex; gap: 12px; align-items: stretch; margin: 22px 0 14px; }
.dh-qtybox { display: inline-flex; align-items: center; border: 2px solid var(--ink); border-radius: var(--r-pill); }
.dh-qtybox button { width: 44px; height: 48px; background: none; border: none; font-family: var(--mono); font-size: 18px; }
.dh-qtybox span { width: 34px; text-align: center; font-family: var(--mono); }
.dh-atc-row .dh-btn { flex: 1; justify-content: center; font-size: 15px; }
.dh-pdp-reassure { display: flex; gap: 18px; flex-wrap: wrap; padding: 16px 0; border-top: 1.5px solid var(--line); border-bottom: 1.5px solid var(--line); margin: 8px 0 20px; }
.dh-pdp-reassure div { display: flex; gap: 8px; align-items: center; font-family: var(--mono); font-size: 11px; text-transform: uppercase; color: var(--ink-soft); }
.dh-pdp-reassure svg { color: var(--purple); }
.dh-stock { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; display: inline-flex; gap: 8px; align-items: center; }
.dh-stock .dot { width: 9px; height: 9px; border-radius: 50%; background: #3fae6a; }
.dh-stock.low .dot { background: var(--yellow-d); }

/* PDP tabs / blocks */
.dh-pdp-block { padding: 40px 0; border-top: 2px solid var(--line); }
.dh-pdp-block h2 { text-transform: uppercase; font-size: 26px; margin-bottom: 18px; }
.dh-specs { width: 100%; border-collapse: collapse; max-width: 560px; }
.dh-specs td { padding: 11px 14px; border-bottom: 1px solid var(--line); font-size: 15px; }
.dh-specs td:first-child { font-family: var(--mono); font-size: 11px; text-transform: uppercase; color: var(--ink-soft); width: 42%; }
.dh-longtext { max-width: 700px; color: var(--ink-soft); }
.dh-reviews-summary { display: flex; align-items: center; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; }
.dh-reviews-big { font-family: var(--disp); font-weight: 700; font-size: 54px; line-height: 1; }
.dh-review { border: 1.5px solid var(--line); border-radius: 12px; padding: 18px; background: var(--white); margin-bottom: 14px; }
.dh-review-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.dh-review-top b { font-family: var(--disp); text-transform: uppercase; font-size: 14px; }
.dh-review-date { font-family: var(--mono); font-size: 11px; color: var(--ink-soft); }
.dh-review p { margin: 0; font-size: 15px; }
.dh-faq-item { border-bottom: 1.5px solid var(--line); }
.dh-faq-q { width: 100%; text-align: left; background: none; border: none; padding: 16px 0; font-family: var(--disp); text-transform: uppercase; font-size: 16px; display: flex; justify-content: space-between; align-items: center; color: var(--ink); }
.dh-faq-a { padding: 0 0 16px; color: var(--ink-soft); display: none; }
.dh-faq-item.is-open .dh-faq-a { display: block; }

/* PDP sticky ATC mobile */
.dh-sticky-atc { display: none; }

/* ============ CART PAGE ============ */
.dh-cartpage { display: grid; grid-template-columns: 1.6fr 1fr; gap: 34px; padding-top: 40px; }
.dh-cprow { display: grid; grid-template-columns: 80px 1fr auto auto auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1.5px solid var(--line); }
.dh-cprow img { width: 80px; height: 80px; object-fit: cover; border-radius: 10px; border: 1.5px solid var(--ink); }
.dh-cprow-n a { font-family: var(--disp); text-transform: uppercase; font-size: 16px; }
.dh-cprow-n span { display: block; font-family: var(--mono); font-size: 10px; color: var(--ink-soft); }
.dh-cprow-p { font-family: var(--disp); font-weight: 700; }
.dh-summary { background: var(--white); border: 2px solid var(--ink); border-radius: var(--r); padding: 26px; align-self: start; position: sticky; top: 90px; }
.dh-summary h3 { text-transform: uppercase; font-size: 20px; margin-bottom: 16px; }
.dh-summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; }
.dh-summary-total { display: flex; justify-content: space-between; font-family: var(--disp); font-weight: 700; font-size: 22px; text-transform: uppercase; border-top: 2px solid var(--line); padding-top: 14px; margin-top: 8px; }
.dh-summary .dh-btn { width: 100%; justify-content: center; margin-top: 16px; }

/* ============ ABOUT / CONTACT / LEGAL ============ */
.dh-prose { max-width: 780px; }
.dh-prose h2 { text-transform: uppercase; font-size: 26px; margin: 34px 0 12px; }
.dh-prose h3 { text-transform: uppercase; font-size: 18px; margin: 22px 0 8px; }
.dh-prose p, .dh-prose li { color: var(--ink-soft); }
.dh-prose ul { padding-left: 20px; }
.dh-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 20px; }
.dh-about-grid img { border: 3px solid var(--ink); border-radius: var(--r); aspect-ratio: 4/3; object-fit: cover; }
.dh-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.dh-form-field { margin-bottom: 16px; }
.dh-form-field label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; display: block; margin-bottom: 6px; }
.dh-form-field input, .dh-form-field textarea { width: 100%; border: 2px solid var(--ink); border-radius: 12px; padding: 12px 16px; font-family: var(--body); font-size: 15px; background: var(--white); }

/* ============ REVEAL (JS only — sans JS tout reste visible) ============ */
.dh-reveal { opacity: 1; }
html.js .dh-reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
html.js .dh-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .dh-reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .dh-ticker-track { animation: none; }
  .dh-collage img, .dh-vrow-media img, .dh-ticket-media img, .dh-look-media img { transition: none; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px) {
  .dh-side { display: none; }
  .dh-main { margin-left: 0; }
  .dh-burger { display: inline-flex; }
  .dh-top-brand { display: inline-block; }
  .dh-top-search { display: none; }
  .dh-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .dh-collage { max-width: 460px; margin: 0 auto; width: 100%; }
  .dh-origins, .dh-testi, .dh-cartpage, .dh-pdp, .dh-about-grid, .dh-contact-grid, .dh-footer-top { grid-template-columns: 1fr; }
  .dh-pdp-gallery, .dh-summary { position: static; }
}
@media (min-width: 1001px) { .dh-mobmenu { display: none; } }
@media (max-width: 860px) {
  .dh-how, .dh-seals, .dh-stats-grid, .dh-look { grid-template-columns: 1fr 1fr; }
  .dh-grid { grid-template-columns: 1fr 1fr; }
  .dh-vrow { grid-template-columns: 1fr; }
  .dh-vrow:nth-child(even) .dh-vrow-media { order: 0; }
  .dh-vrow-b, .dh-vrow:nth-child(even) .dh-vrow-b { padding: 24px; }
  .dh-footer-links { grid-template-columns: 1fr 1fr; }
  .dh-sticky-atc { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: var(--paper); border-top: 2px solid var(--ink); padding: 12px 16px; gap: 12px; align-items: center; }
  .dh-sticky-atc .dh-sa-price { font-family: var(--disp); font-weight: 700; font-size: 20px; }
  .dh-sticky-atc .dh-btn { flex: 1; justify-content: center; }
  body.dh-pdp-page { padding-bottom: 80px; }
}
@media (max-width: 640px) {
  table.dh-compare { min-width: 0; }
  .dh-compare th, .dh-compare td { padding: 10px 8px; font-size: 12.5px; }
  .dh-compare th:nth-child(4), .dh-compare td:nth-child(4),
  .dh-compare th:nth-child(5), .dh-compare td:nth-child(5) { display: none; }
  .dh-compare .dh-cg img { display: none; }
  .dh-compare .dh-cg { font-size: 12px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .dh-wrap { padding: 0 18px; }
  section { padding: 46px 0; }
  .dh-grid, .dh-how, .dh-seals, .dh-stats-grid, .dh-look { grid-template-columns: 1fr; }
  .dh-stats-grid { grid-template-columns: 1fr 1fr; }
  .dh-hero-txt h1 { font-size: 52px; }
  .dh-top { padding: 10px 16px; }
  .dh-cprow { grid-template-columns: 60px 1fr auto; grid-auto-flow: dense; }
  .dh-cprow img { width: 60px; height: 60px; }
}
