/* ═══════════════════════════════════════════════════════════════
   PUPUCE PRIME — UI Premium · home.css
   Typographies : Noto Sans Display (titres) · Lato (UI) · PT Mono (prix)
   Palette : Blanc #FFF · Fond #F7F7F8 · Charcoal #111113 · Rose #F75293
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Noto+Sans+Display:wght@800;900&family=Noto+Serif+Display:ital,wght@1,400&family=PT+Mono&display=swap');

/* ── Reset & tokens — MODE CLAIR ────────────────────────────── */
:root {
  --bg-soft:       #F7F7F8;
  --surface:       #FFFFFF;
  --surface-alt:   #EFEFF1;
  --border-soft:   #E1E1E4;
  --text-strong:   #111113;
  --text-body:     #242326;
  --text-muted:    #4A4A4D;
  --text-faint:    #74777B;
  --accent:        #F75293;
  --accent-soft:   #FF7BB0;
  --accent-dark:   #D93673;
  --accent-mist:   #FDE8F3;
  --accent-grad:   linear-gradient(135deg, #FF7BB0 0%, #F75293 50%, #D93673 100%);
  --accent-hover:  linear-gradient(135deg, #F75293 0%, #D93673 100%);
  --black-pp:      #111113;
  --shadow-soft:   0 2px 8px rgba(17,17,19,0.06), 0 14px 48px rgba(17,17,19,0.07);
  --shadow-card:   0 1px 3px rgba(17,17,19,0.05), 0 8px 24px rgba(17,17,19,0.06);
  --shadow-hover:  0 4px 8px rgba(17,17,19,0.08), 0 18px 44px rgba(17,17,19,0.10);
  --radius-xl:     28px;
  --radius-lg:     22px;
  --radius-md:     16px;
  --radius-sm:     10px;
  --radius-xs:     6px;
  --max-w:         1320px;
  --side-pad:      32px;
  color-scheme: light;
}

/* ── MODE SOMBRE ─────────────────────────────────────────────── */
[data-theme="dark"] {
  --bg-soft:       #0F0F11;
  --surface:       #1A1A1E;
  --surface-alt:   #242428;
  --border-soft:   #2E2E34;
  --text-strong:   #F5F5F6;
  --text-body:     #C8C8CC;
  --text-muted:    #8E8E94;
  --text-faint:    #5A5A62;
  --black-pp:      #000000;
  --shadow-soft:   0 2px 8px rgba(0,0,0,0.3), 0 14px 48px rgba(0,0,0,0.25);
  --shadow-card:   0 1px 3px rgba(0,0,0,0.2), 0 8px 24px rgba(0,0,0,0.22);
  --shadow-hover:  0 4px 8px rgba(0,0,0,0.3), 0 18px 44px rgba(0,0,0,0.28);
  color-scheme: dark;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg-soft);
  color: var(--text-body);
  font-family: var(--font-body, 'Lato'), system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

a, button { font-family: inherit; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }

/* ── Scrollbar ────────────────────────────────────────────── */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }

/* ── Typography helpers ───────────────────────────────────── */
.t-display {
  font-family: var(--font-heading, 'Noto Sans Display'), system-ui, sans-serif;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
}
.t-serif-italic {
  font-family: 'Noto Serif Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.t-mono {
  font-family: 'PT Mono', 'Courier New', monospace;
  letter-spacing: -0.02em;
}
.eyebrow {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 14px;
}

/* ═══════════════════════════════════════════════════════════
   TOP BAR
   ═══════════════════════════════════════════════════════════ */
.topbar-notice {
  background: var(--black-pp);
  color: rgba(255,255,255,0.85);
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px var(--side-pad);
  gap: 16px;
}
.topbar-notice span, .topbar-notice a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.topbar-notice a:hover { color: #fff; }
.topbar-notice .tn-center { text-align: center; flex: 1; }
.topbar-notice .tn-center a { font-weight: 700; color: var(--accent-soft); }

/* ═══════════════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════════════ */
.shop-header {
  background: var(--surface);
  border-bottom: 1px solid var(--border-soft);
  position: sticky;
  top: 0;
  z-index: 120;
  padding: 0 var(--side-pad);
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.shop-header-brand {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-link img {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
/* Logos adaptatifs selon le thème */
.logo-dark { display: none; }
.logo-light { display: block; }
[data-theme="dark"] .logo-dark { display: block; }
[data-theme="dark"] .logo-light { display: none; }
.logo-fallback {
  font-family: var(--font-heading, 'Noto Sans Display'), sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #111113;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.logo-fallback em { font-style: normal; color: var(--accent); }
.logo-text {
  font-family: var(--font-heading, 'Noto Sans Display'), sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--text-strong);
}
.logo-text span { color: var(--accent); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: var(--radius-xs);
  position: relative;
  transition: color 0.18s;
  white-space: nowrap;
  text-transform: uppercase;
}
.nav-link:hover { color: var(--text-strong); }
.nav-link.active { color: var(--text-strong); }
.nav-link.active::after {
  content: '';
  position: absolute;
  left: 12px; right: 12px;
  bottom: -1px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent-grad);
}
.nav-link.nav-promo { color: var(--accent); }
.nav-link.nav-promo:hover { color: var(--accent-dark); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Search */
.search-bar {
  position: relative;
  width: 280px;
}
.search-bar input {
  width: 100%;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 10px 16px 10px 42px;
  background: var(--bg-soft);
  font-size: 0.875rem;
  color: var(--text-strong);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-bar input:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--surface);
  box-shadow: 0 0 0 3px rgba(247,82,147,0.1);
}
.search-bar input::placeholder { color: var(--text-faint); }
.search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-faint);
  pointer-events: none;
}

/* Icon buttons */
.icon-list { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  border: 1px solid var(--border-soft);
  background: var(--surface);
  border-radius: var(--radius-sm);
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center; justify-content: center;
  color: var(--text-muted);
  cursor: pointer;
  transition: border-color 0.18s, color 0.18s, transform 0.18s;
}
.icon-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}
.icon-btn svg { width: 18px; height: 18px; }

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  height: 42px;
  border: 1px solid var(--border-soft);
  background: var(--surface);
  border-radius: 999px;
  color: var(--text-strong);
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.cart-pill:hover { border-color: var(--accent); box-shadow: 0 2px 12px rgba(247,82,147,0.15); }
.cart-pill svg { width: 18px; height: 18px; color: var(--text-muted); }
.cart-pill #cartCountBadge {
  background: var(--accent);
  color: white;
  min-width: 22px; height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 800;
}

/* Bouton theme (clair/sombre) */
.theme-toggle-btn {
  border: 1px solid var(--border-soft);
  background: var(--surface);
  border-radius: var(--radius-sm);
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center; justify-content: center;
  color: var(--text-muted);
  cursor: pointer;
  transition: border-color 0.18s, color 0.18s;
  flex-shrink: 0;
}
.theme-toggle-btn:hover { border-color: var(--accent); color: var(--accent); }
.theme-toggle-btn svg { width: 18px; height: 18px; }
.theme-toggle-btn .icon-sun { display: none; }
.theme-toggle-btn .icon-moon { display: block; }
[data-theme="dark"] .theme-toggle-btn .icon-sun { display: block; }
[data-theme="dark"] .theme-toggle-btn .icon-moon { display: none; }

/* Mobile hamburger */
.mobile-menu-btn {
  display: none;
  border: 1px solid var(--border-soft);
  background: var(--surface);
  border-radius: var(--radius-sm);
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  color: var(--text-muted);
  cursor: pointer;
}
.mobile-menu-btn svg { width: 22px; height: 22px; }

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.hero-section {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 64px var(--side-pad) 48px;
  display: grid;
  grid-template-columns: 1fr minmax(0, 0.85fr);
  gap: 56px;
  align-items: center;
}

.hero-copy { max-width: 580px; }

.hero-copy h1 {
  font-family: var(--font-heading, 'Noto Sans Display'), system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(3.2rem, 4.5vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--text-strong);
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hero-copy p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 480px;
  margin-bottom: 32px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions .btn { min-width: 200px; }

.hero-media { position: relative; }
.hero-image-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #f2f0f3;
  box-shadow: var(--shadow-soft);
}
.hero-image-wrap img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

/* Diaporama générique (héro, bannière fondateur, bannière promo) */
.media-slideshow { position: relative; width: 100%; height: 100%; }
.media-slideshow .slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 0.8s ease; z-index: 1;
}
.media-slideshow .slide.active { opacity: 1; z-index: 2; }
.media-slideshow .slide-dots {
  position: absolute; bottom: 14px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 6px; z-index: 3;
}
.media-slideshow .slide-dot {
  width: 7px; height: 7px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.5); cursor: pointer; padding: 0;
}
.media-slideshow .slide-dot.active { background: #fff; }
.hero-image-wrap .media-slideshow { aspect-ratio: 5/4; }

/* ═══════════════════════════════════════════════════════════
   QUICK LINKS (catégories)
   ═══════════════════════════════════════════════════════════ */
.quick-links {
  padding: 0 var(--side-pad) 40px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.quick-link-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  text-align: left;
}
.quick-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247,82,147,0.3);
  box-shadow: 0 12px 32px rgba(247,82,147,0.1);
}
.quick-link-card .ql-icon {
  width: 48px; height: 48px;
  border-radius: var(--radius-sm);
  background: rgba(247,82,147,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  font-size: 1.4rem;
  flex-shrink: 0;
}
.quick-link-card .ql-icon svg { width: 24px; height: 24px; }
.quick-link-card h3 {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text-strong);
  margin: 0;
  letter-spacing: -0.01em;
}
.quick-link-card .ql-link {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════
   SECTION LAYOUT
   ═══════════════════════════════════════════════════════════ */
.featured-section,
.promo-banner-wrap,
.benefits-section,
.testimonials,
.instagram-strip {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 40px var(--side-pad);
}
.founder-banner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--side-pad) 40px; }

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
  gap: 16px;
}
.section-header > div { display: flex; flex-direction: column; gap: 4px; }
.section-header h2 {
  font-family: var(--font-heading, 'Noto Sans Display'), system-ui, sans-serif;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: -0.04em;
  color: var(--text-strong);
  text-transform: uppercase;
  margin: 0;
}
.section-link {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  display: flex; align-items: center; gap: 4px;
}
.section-link:hover { color: var(--accent); }

/* ═══════════════════════════════════════════════════════════
   SHOP LAYOUT (filters + grid)
   ═══════════════════════════════════════════════════════════ */
.shop-layout {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

/* Filters sidebar */
.shop-filters {
  position: sticky;
  top: 88px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  box-shadow: var(--shadow-card);
}
.shop-filters .filter-section { margin-bottom: 24px; }
.shop-filters .filter-section:last-child { margin-bottom: 0; }
.filter-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 12px;
}
.filter-clear {
  width: 100%;
  padding: 10px;
  border: 1.5px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: none;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s;
}
.filter-clear:hover { border-color: var(--accent); color: var(--accent); }

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 4px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-body);
  transition: color 0.15s;
}
.filter-option:hover { color: var(--accent); }
.filter-option input[type="checkbox"] { accent-color: var(--accent); width: 15px; height: 15px; }

.color-swatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  flex-shrink: 0;
}

.filter-range {
  width: 100%;
  accent-color: var(--accent);
  height: 4px;
  margin: 8px 0 6px;
}
.price-display {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* Shop bar */
.shop-main { }
.shop-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.results-count { font-size: 0.9rem; color: var(--text-muted); flex: 1; }
.sort-select {
  padding: 9px 14px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  background: var(--surface);
  color: var(--text-body);
  cursor: pointer;
  outline: none;
  transition: border-color 0.18s;
}
.sort-select:focus { border-color: var(--accent); }

.view-toggle { display: flex; gap: 4px; }
.view-btn {
  width: 36px; height: 36px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  background: var(--surface);
  color: var(--text-faint);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  transition: all 0.15s;
}
.view-btn:hover { border-color: var(--accent); color: var(--accent); }
.view-btn.active { background: var(--text-strong); border-color: var(--text-strong); color: white; }

/* Cat tabs */
.cat-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.cat-tab {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: var(--surface);
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s;
}
.cat-tab:hover { border-color: var(--accent); color: var(--accent); }
.cat-tab.active {
  background: var(--text-strong);
  border-color: var(--text-strong);
  color: white;
}

/* ═══════════════════════════════════════════════════════════
   PRODUCT GRID & CARDS
   ═══════════════════════════════════════════════════════════ */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  cursor: pointer;
  position: relative;
}
.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(247,82,147,0.28);
  box-shadow: var(--shadow-hover);
}

/* Card image */
.card-img-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f3f6;
}
.product-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.32s ease;
}
.product-card:hover .product-img { transform: scale(1.04); }
.placeholder-img {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #f5f3f6, #ede8ef);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #ccc;
}

/* Badges */
.card-badge-wrap {
  position: absolute;
  top: 14px; left: 14px;
  display: flex; gap: 6px; flex-wrap: wrap;
  pointer-events: none;
}
.pp-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pp-badge-new    { background: #111113; color: #fff; }
.pp-badge-best   { background: rgba(247,82,147,0.12); color: var(--accent); border: 1px solid rgba(247,82,147,0.3); }
.pp-badge-promo  { background: var(--accent); color: #fff; }
.pp-badge-cat    { background: rgba(17,17,19,0.06); color: var(--text-muted); }

/* Heart wishlist button */
.card-wish-btn {
  position: absolute;
  top: 12px; right: 12px;
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.92);
  border: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--text-faint);
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
  transition: all 0.18s;
  opacity: 0;
  transform: scale(0.85);
}
.product-card:hover .card-wish-btn { opacity: 1; transform: scale(1); }
.card-wish-btn:hover { color: var(--accent); background: white; box-shadow: 0 2px 8px rgba(247,82,147,0.2); }
.card-wish-btn svg { width: 16px; height: 16px; }

/* Cart overlay on image */
.card-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px;
  background: linear-gradient(to top, rgba(17,17,19,0.72) 0%, transparent 100%);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.product-card:hover .card-overlay { opacity: 1; transform: translateY(0); }
.card-overlay-btn {
  width: 100%;
  background: rgba(255,255,255,0.95);
  color: var(--text-strong);
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.15s;
}
.card-overlay-btn:hover { background: white; }

/* Card body */
.card-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.card-brand {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-faint);
  margin-bottom: 2px;
}
.card-body h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-strong);
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.card-material {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.4;
  min-height: 1.2em;
}
.card-desc {
  font-size: 0.8rem;
  color: var(--text-faint);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none; /* masqué par défaut, visible en vue liste */
}
.card-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}
.size-chip {
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-faint);
  font-family: 'PT Mono', monospace;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  gap: 8px;
}
.price-tag {
  font-family: 'PT Mono', 'Courier New', monospace;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text-strong);
  line-height: 1;
}
.price-old {
  font-family: 'PT Mono', monospace;
  font-size: 0.82rem;
  color: var(--text-faint);
  text-decoration: line-through;
  margin-left: 4px;
}
.price-promo {
  color: var(--accent) !important;
}
.stock-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}
.stock-dot.out { background: #ef4444; }

/* List view */
.shop-grid.list-view {
  grid-template-columns: 1fr;
}
.shop-grid.list-view .product-card {
  flex-direction: row;
}
.shop-grid.list-view .card-img-wrap {
  width: 180px;
  flex-shrink: 0;
}
.shop-grid.list-view .product-img {
  aspect-ratio: auto;
  height: 100%;
}
.shop-grid.list-view .card-body {
  flex: 1;
  padding: 22px 24px;
}
.shop-grid.list-view .card-desc { display: -webkit-box; }

/* ═══════════════════════════════════════════════════════════
   FOUNDER BANNER
   ═══════════════════════════════════════════════════════════ */
.founder-banner {
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  background: var(--black-pp);
  color: white;
  min-height: 380px;
}
.founder-banner .content {
  padding: 52px 52px 52px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder-banner .eyebrow { color: var(--accent-soft); margin-bottom: 18px; }
.founder-banner h2 {
  font-family: var(--font-heading, 'Noto Sans Display'), sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  margin-bottom: 18px;
}
.founder-banner p {
  color: rgba(255,255,255,0.65);
  line-height: 1.85;
  font-size: 1rem;
  max-width: 440px;
  margin-bottom: 32px;
}
.founder-banner .visual {
  width: 340px;
  background: linear-gradient(160deg, #1c1520, #2a1a2e);
  overflow: hidden;
}
.founder-banner .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0.85;
}

/* ═══════════════════════════════════════════════════════════
   PROMO BANNER
   ═══════════════════════════════════════════════════════════ */
.promo-banner-wrap { padding-top: 0; }
.promo-banner {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--accent-grad);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 220px;
  align-items: center;
}
.promo-bg-slideshow {
  position: absolute; inset: 0; z-index: 0;
}
.promo-bg-slideshow .slide { filter: brightness(0.7); }
.promo-bg-slideshow::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: var(--accent-grad); opacity: 0.55;
}
.promo-banner .promo-copy,
.promo-banner .promo-visual { position: relative; z-index: 2; }
.promo-banner .promo-copy {
  padding: 44px 48px;
}
.promo-banner .eyebrow { color: rgba(255,255,255,0.8); }
.promo-banner h2 {
  font-family: var(--font-heading, 'Noto Sans Display'), sans-serif;
  font-weight: 900;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  margin-bottom: 14px;
}
.promo-banner p { color: rgba(255,255,255,0.88); font-size: 1rem; margin-bottom: 26px; }
.promo-banner .promo-visual {
  padding: 32px 40px 32px 0;
  display: flex; align-items: center; justify-content: center;
}
.promo-box {
  width: 220px; height: 200px;
  background: rgba(255,255,255,0.15);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
}

/* ═══════════════════════════════════════════════════════════
   BENEFITS
   ═══════════════════════════════════════════════════════════ */
.benefits-section { padding: 0 var(--side-pad) 40px; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.benefit-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.benefit-card .icon {
  width: 40px; height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(247,82,147,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  font-size: 1.1rem;
}
.benefit-card .icon svg { width: 20px; height: 20px; }
.benefit-card h3 {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text-strong);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.benefit-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════════════════ */
.testimonials { padding-top: 0; }
.testimonial-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonial-card .quote-icon {
  color: var(--accent);
  font-size: 1.8rem;
  line-height: 1;
  font-family: Georgia, serif;
  font-style: italic;
  opacity: 0.4;
}
.testimonial-card .stars {
  display: flex; gap: 3px; color: #F59E0B;
  font-size: 0.9rem;
}
.testimonial-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.8;
  flex: 1;
}
.testimonial-card .author { font-weight: 800; color: var(--text-strong); font-size: 0.9rem; }
.testimonial-card .role { color: var(--text-faint); font-size: 0.8rem; margin-top: 2px; }

/* ── Formulaire "Laisser un avis" ─────────────────── */
.review-form-card {
  margin-top: 28px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 28px;
  max-width: 480px;
}
.review-form-card h3 {
  font-size: 1.05rem; font-weight: 900;
  color: var(--text-strong); margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.review-form-hint {
  color: var(--text-faint); font-size: 0.82rem;
  line-height: 1.6; margin-bottom: 18px;
}
.review-stars-input {
  display: flex; gap: 6px; font-size: 1.5rem;
  color: #F59E0B; cursor: pointer; line-height: 1;
}
.review-star { cursor: pointer; user-select: none; transition: transform 0.1s; }
.review-star:hover { transform: scale(1.15); }
#reviewThanks {
  text-align: center; font-weight: 700;
  color: #16a34a; padding: 12px 0;
}

/* ── Avis produit (modale produit) ─────────────────── */
.product-review-item {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  margin-bottom: 10px;
}
.product-review-item .stars {
  display: flex; gap: 2px; color: #F59E0B; font-size: 0.85rem; margin-bottom: 4px;
}
.product-review-item p {
  color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; margin-bottom: 4px;
}
.product-review-item .author {
  font-weight: 800; color: var(--text-strong); font-size: 0.82rem;
}
.product-review-empty {
  color: var(--text-faint); font-size: 0.85rem; padding: 4px 0 8px;
}

/* ═══════════════════════════════════════════════════════════
   INSTAGRAM STRIP
   ═══════════════════════════════════════════════════════════ */
.instagram-strip { padding-top: 0; }
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.instagram-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #f2eff4;
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
}
.instagram-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}
.instagram-item:hover img { transform: scale(1.06); }

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--black-pp);
  color: rgba(255,255,255,0.7);
  padding: 60px var(--side-pad) 0;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-brand {}
.footer-logo {
  font-family: var(--font-heading, 'Noto Sans Display'), sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  color: white;
  margin-bottom: 14px;
}
.footer-logo span { color: var(--accent); }
.footer-brand p {
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  line-height: 1.85;
  max-width: 280px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.social-btn {
  width: 36px; height: 36px;
  border-radius: var(--radius-xs);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.18s;
}
.social-btn:hover { background: var(--accent); border-color: var(--accent); color: white; }
.social-btn svg { width: 16px; height: 16px; }

.footer-section h4 {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 18px;
}
.footer-section a {
  display: block;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.88rem;
  margin-bottom: 10px;
  transition: color 0.15s;
}
.footer-section a:hover { color: white; }

/* Newsletter */
.footer-newsletter h4 { color: rgba(255,255,255,0.4); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 10px; }
.footer-newsletter p { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 14px; }
.newsletter-form {
  display: flex;
  gap: 8px;
}
.newsletter-form input {
  flex: 1;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  color: white;
  font-size: 0.85rem;
  outline: none;
  transition: border-color 0.18s;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.35); }
.newsletter-form input:focus { border-color: var(--accent); }
.newsletter-form button {
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  background: var(--accent-grad);
  border: none;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.18s;
  white-space: nowrap;
}
.newsletter-form button:hover { opacity: 0.88; }

.footer-bottom {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.35); margin: 0; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.4); font-size: 0.82rem; text-decoration: none; }
.footer-links a:hover { color: rgba(255,255,255,0.7); }

/* ═══════════════════════════════════════════════════════════
   BOTTOM NAV (mobile)
   ═══════════════════════════════════════════════════════════ */
.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--surface);
  border-top: 1px solid var(--border-soft);
  z-index: 150;
  padding: 8px 0 env(safe-area-inset-bottom, 8px);
  box-shadow: 0 -4px 24px rgba(17,17,19,0.07);
}
.bottom-nav-inner {
  display: flex;
  justify-content: space-around;
  max-width: 480px;
  margin: 0 auto;
}
.bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  color: var(--text-faint);
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  background: none; border: none;
  transition: color 0.15s;
}
.bottom-nav .nav-item.active { color: var(--accent); }
.bottom-nav .nav-item svg { width: 22px; height: 22px; }

/* ═══════════════════════════════════════════════════════════
   BUTTONS (home context)
   ═══════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center; justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border: none;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--font-body, 'Lato'), inherit;
}
.btn-primary {
  background: var(--accent-grad);
  color: white;
  box-shadow: 0 4px 20px rgba(247,82,147,0.35);
}
.btn-primary:hover {
  box-shadow: 0 6px 28px rgba(247,82,147,0.5);
  transform: translateY(-2px);
}
.btn-secondary {
  background: transparent;
  color: var(--text-strong);
  border: 2px solid var(--text-strong);
}
.btn-secondary:hover {
  background: var(--text-strong);
  color: white;
}
.btn-white {
  background: white;
  color: var(--text-strong);
  border: none;
}
.btn-white:hover { background: #f5f5f5; }
.btn-white-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.6);
}
.btn-white-outline:hover { background: rgba(255,255,255,0.12); border-color: white; }
.btn-full { width: 100%; }
.btn-sm { padding: 9px 18px; font-size: 0.8rem; }
.btn-lg { padding: 16px 32px; font-size: 1rem; }

/* ═══════════════════════════════════════════════════════════
   EMPTY STATE
   ═══════════════════════════════════════════════════════════ */
.empty-state {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 60px 32px;
  text-align: center;
  margin-top: 16px;
}
.empty-icon { font-size: 2.4rem; margin-bottom: 16px; }
.empty-state h3 { font-size: 1.1rem; font-weight: 800; color: var(--text-strong); margin-bottom: 8px; }
.empty-state p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 24px; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1200px) {
  :root { --side-pad: 24px; }

  .shop-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .quick-links-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
  .footer-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-filters { position: relative; top: auto; }
  .main-nav { display: none; }
  .mobile-menu-btn { display: flex; }
  .search-bar { width: 220px; }
  .testimonial-list { grid-template-columns: 1fr 1fr; gap: 14px; }
  .founder-banner { grid-template-columns: 1fr; }
  .founder-banner .visual { width: 100%; height: 220px; }
  .promo-banner { grid-template-columns: 1fr; }
  .promo-banner .promo-visual { padding: 0 32px 32px; }
  .instagram-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  :root { --side-pad: 16px; }

  .hero-section {
    grid-template-columns: 1fr;
    padding: 36px var(--side-pad) 28px;
    gap: 28px;
  }
  .hero-copy h1 { font-size: clamp(2.4rem, 9vw, 3.2rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }

  /* ── Header mobile ── */
  .shop-header {
    height: auto;
    padding: 10px var(--side-pad);
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  /* Hamburger avant le logo */
  .mobile-menu-btn {
    display: flex;
    order: 0;
    flex-shrink: 0;
  }
  /* Brand (logo) flex:1 pour prendre l'espace */
  .shop-header-brand {
    flex: 1;
    gap: 0;
    min-width: 0;
    order: 1;
  }
  .logo-link img { height: 32px; }
  .main-nav { display: none; }

  /* Actions : theme + cart uniquement sur mobile, user/heart cachés */
  .header-actions {
    gap: 6px;
    order: 2;
    flex-shrink: 0;
  }
  .icon-btn { width: 38px; height: 38px; }
  .icon-btn.hide-mobile { display: none; }
  .cart-pill { padding: 0 12px; height: 38px; gap: 7px; }
  .theme-toggle-btn { width: 38px; height: 38px; }

  /* Barre de recherche : pleine largeur en 2e ligne */
  .search-bar {
    order: 10;
    width: 100%;
    flex: 0 0 100%;
    min-width: 0;
  }
  .search-bar input { padding: 9px 14px 9px 40px; font-size: 0.875rem; }

  /* Topbar : 1 seule ligne sur mobile */
  .topbar-notice {
    justify-content: center;
    padding: 8px var(--side-pad);
    gap: 0;
  }
  .topbar-notice > span:first-child { display: none; }
  .topbar-notice .tn-right { display: none; }
  .topbar-notice .tn-center { flex: unset; text-align: center; font-size: 0.78rem; }

  .quick-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-list { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .founder-banner .content { padding: 36px 28px; }
  .founder-banner h2 { font-size: 1.8rem; }
  .promo-banner .promo-copy { padding: 32px 28px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }

  .bottom-nav { display: flex; }
  .site-footer { padding-bottom: 80px; }
}

@media (max-width: 480px) {
  .quick-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .shop-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .card-body { padding: 12px 14px 14px; }
  .card-body h3 { font-size: 0.85rem; }
  .price-tag { font-size: 0.95rem; }
  .footer-grid { grid-template-columns: 1fr; }
  /* Header encore plus compact */
  .shop-header { padding: 10px var(--side-pad); gap: 8px; }
  .logo-link img { height: 30px; }
  .icon-btn { width: 36px; height: 36px; }
  .cart-pill { padding: 0 12px; height: 36px; }
  /* theme toggle dans bottom-nav sur très petit écran */
  .theme-toggle-btn { width: 36px; height: 36px; }
}

/* ═══════════════════════════════════════════════════════════
   SHOP SEARCH (visible only on desktop in header)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 600px) {
  .shop-search { display: none; }
}

/* ── Dark mode overrides spécifiques ──────────────────────── */
[data-theme="dark"] .topbar-notice { background: #000; }
[data-theme="dark"] .shop-header { box-shadow: 0 1px 0 var(--border-soft); }
[data-theme="dark"] .product-card { background: var(--surface); }
[data-theme="dark"] .cart-pill { background: var(--surface-alt); }
[data-theme="dark"] .icon-btn { background: var(--surface-alt); }
[data-theme="dark"] .search-bar input { background: var(--surface-alt); color: var(--text-strong); border-color: var(--border-soft); }
[data-theme="dark"] .search-bar input::placeholder { color: var(--text-faint); }
[data-theme="dark"] .placeholder-img { background: var(--surface-alt); }
[data-theme="dark"] .ql-link { background: var(--surface); border-color: var(--border-soft); }
[data-theme="dark"] .ql-link:hover { background: var(--surface-alt); }
[data-theme="dark"] .size-chip { background: var(--surface-alt); border-color: var(--border-soft); color: var(--text-muted); }
[data-theme="dark"] .shop-filters { background: var(--surface); border-color: var(--border-soft); }
[data-theme="dark"] .filter-label { background: var(--surface-alt); }
[data-theme="dark"] .filter-select-wrap select { background: var(--surface-alt); color: var(--text-strong); border-color: var(--border-soft); }
[data-theme="dark"] .filter-range input[type=range] { accent-color: var(--accent); }
[data-theme="dark"] .cat-pill { background: var(--surface-alt); border-color: var(--border-soft); color: var(--text-muted); }
[data-theme="dark"] .cat-pill.active { background: var(--accent); border-color: var(--accent); color: white; }
[data-theme="dark"] .testimonial-card { background: var(--surface); border-color: var(--border-soft); }
[data-theme="dark"] .footer-inner { border-color: var(--border-soft); }
[data-theme="dark"] .footer-bottom { border-color: var(--border-soft); }
[data-theme="dark"] .bottom-nav { background: var(--surface); border-top-color: var(--border-soft); }
[data-theme="dark"] .nav-item { color: var(--text-faint); }
[data-theme="dark"] .nav-item.active { color: var(--accent); }
[data-theme="dark"] .site-footer { background: #0A0A0C; }
[data-theme="dark"] .mobile-menu-btn { background: var(--surface-alt); border-color: var(--border-soft); }
