/*
Theme Name:  Parfumerie Bennouna — Luxury Fassi
Theme URI:   https://www.parfumerieben.com
Author:      Parfumerie Bennouna
Description: Thème luxe pour parfumerie avec touche marocaine Fassi. Compatible WooCommerce & Elementor.
Version:     2.0.0
Text Domain: parfumerieben2
Tags:        luxury, woocommerce, elementor, moroccan, perfume, responsive
*/

/* ══════════════════════════════════════════════════
   CSS CUSTOM PROPERTIES
══════════════════════════════════════════════════ */
:root {
  /* Couleurs principales */
  --blanc:       #fefcf9;
  --blanc-pur:   #ffffff;
  --lavande:     #c4b5d0;
  --lavande-lgt: #ede8f5;
  --lavande-mid: #b0a0c4;
  --lavande-dk:  #8a76a8;
  --lavande-dkr: #6e5d8a;
  --noir:        #0e0b12;
  --noir-soft:   #1c1724;
  --gris:        #5c5566;
  --gris-lgt:    #9a919f;
  --creme:       #f7f3ee;

  /* Touches décoratives (très subtiles) */
  --or-zellige:  #c8a96a;
  --or-lgt:      #eedfc0;

  /* Fonts */
  --f-display:   'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --f-body:      'Raleway', 'Helvetica Neue', sans-serif;
  --f-mono:      'EB Garamond', Georgia, serif;

  /* Espacements */
  --gap:         clamp(1.5rem, 4vw, 3rem);
  --radius:      3px;
  --radius-lg:   8px;

  /* Ombres */
  --shadow-sm:   0 4px 20px rgba(110, 93, 138, 0.08);
  --shadow-md:   0 12px 48px rgba(110, 93, 138, 0.14);
  --shadow-lg:   0 24px 72px rgba(110, 93, 138, 0.20);

  /* Transitions */
  --ease:        cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --trans:       0.4s var(--ease);
}

/* ══════════════════════════════════════════════════
   RESET
══════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--f-body);
  background: var(--blanc);
  color: var(--noir);
  overflow-x: hidden;
  line-height: 1.75;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: var(--trans); }
ul { list-style: none; }
button { font-family: var(--f-body); cursor: pointer; border: none; background: none; }

/* ══════════════════════════════════════════════════
   SCROLLBAR
══════════════════════════════════════════════════ */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--lavande-lgt); }
::-webkit-scrollbar-thumb { background: var(--lavande-dk); border-radius: 2px; }

/* ══════════════════════════════════════════════════
   ZELLIGE SVG PATTERN (inline via CSS)
   Motif géométrique marocain subtil
══════════════════════════════════════════════════ */
.zellige-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c4b5d0' stroke-width='0.4' opacity='0.35'%3E%3Cpolygon points='30,2 58,15 58,45 30,58 2,45 2,15'/%3E%3Cpolygon points='30,10 50,20 50,40 30,50 10,40 10,20'/%3E%3Cline x1='30' y1='2' x2='30' y2='10'/%3E%3Cline x1='58' y1='15' x2='50' y2='20'/%3E%3Cline x1='58' y1='45' x2='50' y2='40'/%3E%3Cline x1='30' y1='58' x2='30' y2='50'/%3E%3Cline x1='2' y1='45' x2='10' y2='40'/%3E%3Cline x1='2' y1='15' x2='10' y2='20'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 60px;
}

.zellige-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c4b5d0' stroke-width='0.4' opacity='0.12'%3E%3Cpolygon points='30,2 58,15 58,45 30,58 2,45 2,15'/%3E%3Cpolygon points='30,10 50,20 50,40 30,50 10,40 10,20'/%3E%3Cline x1='30' y1='2' x2='30' y2='10'/%3E%3Cline x1='58' y1='15' x2='50' y2='20'/%3E%3Cline x1='58' y1='45' x2='50' y2='40'/%3E%3Cline x1='30' y1='58' x2='30' y2='50'/%3E%3Cline x1='2' y1='45' x2='10' y2='40'/%3E%3Cline x1='2' y1='15' x2='10' y2='20'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 60px;
}

/* ══════════════════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════════════════ */
h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 400;
  line-height: 1.1;
  color: var(--noir);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(3rem, 6vw, 6.5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }
h4 { font-size: 1.15rem; }

.eyebrow {
  display: block;
  font-family: var(--f-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lavande-dk);
  margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--lavande-dk); }

/* Séparateur décoratif Fassi */
.fassi-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin: 16px auto 0;
}
.fassi-divider::before,
.fassi-divider::after {
  content: '';
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: var(--lavande);
}
.fassi-divider .ornament {
  font-size: 0.7rem;
  color: var(--or-zellige);
  letter-spacing: 0.15em;
}

/* ══════════════════════════════════════════════════
   LAYOUT
══════════════════════════════════════════════════ */
.container { max-width: 1360px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 5rem); }
.section    { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 5vw, 5rem); }
.section-sm { padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 5rem); }
.section-header { text-align: center; margin-bottom: clamp(3rem, 5vw, 5rem); }

/* ══════════════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: var(--trans);
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute; inset: 0;
  transform: translateX(-101%);
  transition: transform 0.5s var(--ease);
}
.btn:hover::before { transform: translateX(0); }

.btn-dark {
  background: var(--noir);
  color: white;
}
.btn-dark::before { background: var(--lavande-dkr); }
.btn-dark:hover { color: white; }

.btn-outline {
  background: transparent;
  border: 1px solid var(--noir);
  color: var(--noir);
}
.btn-outline::before { background: var(--noir); }
.btn-outline:hover { color: white; border-color: var(--noir); }

.btn-lavande {
  background: var(--lavande-dk);
  color: white;
}
.btn-lavande::before { background: var(--noir); }
.btn-lavande:hover { color: white; }

.btn-outline-light {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  color: white;
}
.btn-outline-light::before { background: rgba(255,255,255,0.15); }
.btn-outline-light:hover { color: white; }

.btn span { position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════
   HEADER & NAV
══════════════════════════════════════════════════ */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: var(--trans);
  padding: 0;
}
#site-header.transparent .header-inner {
  background: transparent;
  border-bottom-color: transparent;
}
#site-header.scrolled .header-inner,
#site-header:not(.transparent) .header-inner {
  background: rgba(254, 252, 249, 0.96);
  backdrop-filter: blur(24px) saturate(1.8);
  border-bottom: 1px solid rgba(196, 181, 208, 0.2);
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(1.5rem, 5vw, 5rem);
  max-width: 1600px;
  margin: 0 auto;
  transition: var(--trans);
}

/* LOGO */
.site-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}
.logo-main {
  font-family: var(--f-display);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--noir);
  line-height: 1;
}
.logo-main em { font-style: italic; color: var(--lavande-dkr); }
.logo-sub {
  font-family: var(--f-body);
  font-size: 0.55rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gris-lgt);
  margin-top: 4px;
}

/* NAV */
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
.main-nav ul li a {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gris);
  position: relative;
  padding-bottom: 4px;
}
.main-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 1px;
  background: var(--lavande-dk);
  transition: left 0.35s var(--ease), right 0.35s var(--ease);
}
.main-nav ul li a:hover { color: var(--noir); }
.main-nav ul li a:hover::after { left: 0; right: 0; }

/* Instagram nav button */
.nav-instagram {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  background: var(--noir);
  color: white !important;
  border-radius: 2px;
  font-size: 0.68rem !important;
  letter-spacing: 0.18em !important;
  transition: var(--trans) !important;
}
.nav-instagram::after { display: none !important; }
.nav-instagram:hover { background: var(--lavande-dkr) !important; }
.nav-instagram svg { width: 13px; height: 13px; flex-shrink: 0; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 26px; height: 1.5px;
  background: var(--noir);
  transition: var(--trans);
  transform-origin: center;
}
.hamburger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--blanc);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.mobile-nav.open { opacity: 1; pointer-events: all; }
.mobile-nav ul { text-align: center; }
.mobile-nav ul li { margin-bottom: 1.8rem; }
.mobile-nav ul li a {
  font-family: var(--f-display);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--noir);
  letter-spacing: 0.02em;
}
.mobile-nav ul li a:hover { color: var(--lavande-dkr); }
.mobile-nav-close {
  position: fixed;
  top: 24px; right: 28px;
  font-size: 1.5rem;
  color: var(--gris);
  cursor: pointer;
  background: none;
  border: none;
}

/* ══════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 5vw, 5rem) clamp(5rem, 8vw, 8rem);
  background: var(--blanc);
  position: relative;
  z-index: 2;
}

/* Motif zellige subtil en fond du hero gauche */
.hero-left::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c4b5d0' stroke-width='0.5' opacity='0.2'%3E%3Cpolygon points='40,4 76,20 76,60 40,76 4,60 4,20'/%3E%3Cpolygon points='40,14 66,26 66,54 40,66 14,54 14,26'/%3E%3Cpolygon points='40,24 56,32 56,48 40,56 24,48 24,32'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
  background-position: bottom right;
  opacity: 0.4;
  pointer-events: none;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.2s forwards;
}
.hero-kicker::before {
  content: '';
  display: block;
  width: 40px; height: 1px;
  background: var(--or-zellige);
}
.hero-kicker-text {
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--or-zellige);
  font-weight: 600;
}

.hero-title {
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 400;
  line-height: 1.02;
  margin-bottom: 0.5rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.4s forwards;
}
.hero-title-sub {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  font-weight: 400;
  color: var(--lavande-dkr);
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.55s forwards;
}
.hero-desc {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--gris);
  max-width: 420px;
  margin-bottom: 2.8rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.7s forwards;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.85s forwards;
}
.hero-badge {
  position: absolute;
  bottom: 60px; right: -1px;
  background: var(--lavande-dkr);
  color: white;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 20px 10px;
  font-weight: 600;
}

.hero-right {
  position: relative;
  overflow: hidden;
  background: var(--noir-soft);
}
.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.82;
  mix-blend-mode: luminosity;
  transition: transform 8s ease;
  animation: slowZoom 12s ease forwards;
}
@keyframes slowZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1); }
}

/* Overlay dégradé sur l'image hero */
.hero-right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg,
    rgba(196,181,208,0.25) 0%,
    rgba(110,93,138,0.15) 40%,
    rgba(14,11,18,0.3) 100%);
}
/* Numéro flottant sur l'image */
.hero-img-label {
  position: absolute;
  bottom: 60px; left: 40px;
  z-index: 3;
  color: rgba(255,255,255,0.7);
  font-family: var(--f-display);
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}

/* ══════════════════════════════════════════════════
   MARQUEE BAR
══════════════════════════════════════════════════ */
.marquee-bar {
  background: var(--noir);
  overflow: hidden;
  padding: 14px 0;
  position: relative;
}
.marquee-bar::before,
.marquee-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
}
.marquee-bar::before { left: 0; background: linear-gradient(to right, var(--noir), transparent); }
.marquee-bar::after  { right: 0; background: linear-gradient(to left, var(--noir), transparent); }

.marquee-track {
  display: flex;
  animation: marqueeScroll 28s linear infinite;
  white-space: nowrap;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  padding: 0 48px;
}
.marquee-sep {
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--or-zellige);
  border-radius: 50%;
  opacity: 0.6;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════════════
   CATEGORIES
══════════════════════════════════════════════════ */
.cat-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3px;
}

.cat-item {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.cat-item:nth-child(1) { grid-row: span 2; }
.cat-item:nth-child(2),
.cat-item:nth-child(3) { aspect-ratio: 4/3; }
.cat-item:nth-child(4),
.cat-item:nth-child(5),
.cat-item:nth-child(6) { aspect-ratio: 16/9; grid-column: span 1; }

.cat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.cat-item:hover .cat-img { transform: scale(1.06); }

.cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(14,11,18,0.78) 0%,
    rgba(14,11,18,0.1) 50%,
    transparent 100%);
  transition: var(--trans);
}
.cat-item:hover .cat-overlay {
  background: linear-gradient(to top,
    rgba(110,93,138,0.7) 0%,
    rgba(110,93,138,0.1) 50%,
    transparent 100%);
}

.cat-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: clamp(16px, 3vw, 28px);
  color: white;
}
.cat-number {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 0.72rem;
  opacity: 0.5;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}
.cat-name {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.1rem, 2.2vw, 1.8rem);
  line-height: 1.15;
  margin-bottom: 8px;
}
.cat-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transform: translateY(8px);
  transition: var(--trans);
}
.cat-cta::after { content: '→'; transition: transform 0.3s; }
.cat-item:hover .cat-cta { opacity: 1; transform: translateY(0); }
.cat-item:hover .cat-cta::after { transform: translateX(4px); }

/* ══════════════════════════════════════════════════
   PRODUITS
══════════════════════════════════════════════════ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-card {
  background: var(--blanc-pur);
  position: relative;
  transition: var(--trans);
  border: 1px solid transparent;
}
.product-card:hover {
  border-color: rgba(196,181,208,0.35);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.product-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--lavande-lgt);
}
/* Motif zellige subtil sur fond produit */
.product-img-wrap::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' stroke='%23c4b5d0' stroke-width='0.3' opacity='0.5'%3E%3Cpolygon points='20,2 38,10 38,30 20,38 2,30 2,10'/%3E%3Cpolygon points='20,8 32,14 32,26 20,32 8,26 8,14'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 40px;
  z-index: 0;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
  position: relative;
  z-index: 1;
}
.product-card:hover .product-img { transform: scale(1.07); }

.product-badge {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 3;
  padding: 5px 12px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.badge-new { background: var(--lavande-dkr); color: white; }
.badge-fav { background: var(--noir); color: white; }
.badge-promo { background: var(--or-zellige); color: var(--noir); }

/* Bouton rapide hover */
.product-quick {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(14,11,18,0.88);
  color: white;
  padding: 14px;
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(100%);
  transition: transform 0.4s var(--ease);
  z-index: 4;
  cursor: pointer;
}
.product-card:hover .product-quick { transform: translateY(0); }
.product-quick:hover { background: var(--lavande-dkr); }

.product-info { padding: 18px 18px 22px; }
.product-brand {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lavande-dk);
  margin-bottom: 5px;
}
.product-name {
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--noir);
  margin-bottom: 4px;
  line-height: 1.25;
}
.product-ml {
  font-size: 0.75rem;
  color: var(--gris-lgt);
  margin-bottom: 12px;
}
.product-footer { display: flex; align-items: center; justify-content: space-between; }
.product-price {
  font-family: var(--f-display);
  font-size: 1.2rem;
  color: var(--noir);
}
.product-price small { font-size: 0.7rem; color: var(--gris); margin-left: 3px; font-family: var(--f-body); }

.add-to-cart {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: white;
  background: var(--lavande-dkr);
  padding: 9px 16px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: var(--trans);
  font-family: var(--f-body);
}
.add-to-cart:hover { background: var(--noir); }

/* WooCommerce overrides */
.woocommerce ul.products li.product {
  background: var(--blanc-pur);
  border: 1px solid transparent;
  transition: var(--trans);
  padding: 0 !important;
  border-radius: 0;
}
.woocommerce ul.products li.product:hover {
  border-color: rgba(196,181,208,0.35);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button {
  font-family: var(--f-body) !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  background: var(--lavande-dkr) !important;
  color: white !important;
  border-radius: var(--radius) !important;
  padding: 10px 18px !important;
  margin: 10px 18px 18px !important;
  width: calc(100% - 36px) !important;
  transition: var(--trans) !important;
}
.woocommerce ul.products li.product .button:hover { background: var(--noir) !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--f-display) !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: var(--noir) !important;
  padding: 14px 18px 2px !important;
}
.woocommerce ul.products li.product .price {
  font-family: var(--f-display) !important;
  font-size: 1.1rem !important;
  color: var(--noir) !important;
  padding: 0 18px 8px !important;
}

/* ══════════════════════════════════════════════════
   INSTAGRAM SECTION
══════════════════════════════════════════════════ */
.instagram-section {
  background: var(--noir);
  padding: clamp(5rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.instagram-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c4b5d0' stroke-width='0.5' opacity='0.08'%3E%3Cpolygon points='40,4 76,20 76,60 40,76 4,60 4,20'/%3E%3Cpolygon points='40,14 66,26 66,54 40,66 14,54 14,26'/%3E%3Cpolygon points='40,24 56,32 56,48 40,56 24,48 24,32'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
  pointer-events: none;
}
.instagram-section .eyebrow { color: var(--lavande-mid); }
.instagram-section h2 { color: white; margin-bottom: 1.2rem; }
.instagram-section p { color: rgba(255,255,255,0.55); max-width: 500px; margin: 0 auto 2.5rem; font-size: 0.9rem; line-height: 1.85; }

.insta-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  margin: 3rem 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.insta-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
}
.insta-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.8) saturate(0.8);
  transition: var(--trans);
}
.insta-item:hover img { filter: brightness(1) saturate(1); transform: scale(1.05); }
.insta-item::after {
  content: '♡';
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(110,93,138,0.5);
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.insta-item:hover::after { opacity: 1; }

/* ══════════════════════════════════════════════════
   ABOUT / FASSI STORY
══════════════════════════════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}
.about-img-stack { position: relative; }
.about-img-main {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 2px;
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-accent {
  position: absolute;
  bottom: -32px; right: -32px;
  width: 55%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 5px solid var(--blanc);
  border-radius: 2px;
}
.about-img-accent img { width: 100%; height: 100%; object-fit: cover; }

/* Motif Fassi décoratif */
.fassi-ornament {
  display: block;
  width: 64px; height: 64px;
  margin: 0 0 2rem;
}
.fassi-ornament svg { width: 100%; height: 100%; }

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 2.5rem;
}
.about-feat {
  padding: 20px;
  border: 1px solid rgba(196,181,208,0.25);
  border-top: 3px solid var(--lavande-dk);
  transition: var(--trans);
}
.about-feat:hover { background: var(--lavande-lgt); border-top-color: var(--lavande-dkr); }
.feat-icon { font-size: 1.2rem; margin-bottom: 8px; }
.feat-title { font-size: 0.82rem; font-weight: 700; color: var(--noir); margin-bottom: 4px; letter-spacing: 0.03em; }
.feat-text { font-size: 0.77rem; color: var(--gris); line-height: 1.65; }

/* ══════════════════════════════════════════════════
   PROMO BANNER
══════════════════════════════════════════════════ */
.promo-banner {
  background: var(--lavande-lgt);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.promo-banner::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c4b5d0' stroke-width='0.5' opacity='0.4'%3E%3Cpolygon points='30,2 58,15 58,45 30,58 2,45 2,15'/%3E%3Cpolygon points='30,10 50,20 50,40 30,50 10,40 10,20'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 60px;
  pointer-events: none;
}
.promo-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 7rem);
  position: relative; z-index: 2;
}
.promo-content .eyebrow { color: var(--lavande-dkr); }
.promo-content h2 { margin-bottom: 1rem; }
.promo-content p { color: var(--gris); max-width: 400px; margin-bottom: 2rem; font-size: 0.92rem; line-height: 1.85; }

.promo-img {
  position: relative;
  overflow: hidden;
}
.promo-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ══════════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(3rem, 5vw, 6rem);
}
.contact-info-item {
  display: flex;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(196,181,208,0.22);
  align-items: flex-start;
}
.contact-info-item:last-child { border-bottom: none; }
.contact-ico {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--lavande-lgt);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.contact-lbl {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lavande-dk);
  margin-bottom: 3px;
}
.contact-val { font-size: 0.88rem; color: var(--noir); line-height: 1.65; }
.contact-val a:hover { color: var(--lavande-dkr); }

.contact-form-box {
  background: var(--blanc-pur);
  border: 1px solid rgba(196,181,208,0.25);
  padding: clamp(2rem, 4vw, 3.5rem);
}
.form-title {
  font-family: var(--f-display);
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 1.8rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gris);
  margin-bottom: 6px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(196,181,208,0.4);
  background: var(--blanc);
  font-family: var(--f-body);
  font-size: 0.9rem;
  color: var(--noir);
  outline: none;
  border-radius: var(--radius);
  transition: border-color 0.3s;
}
.field input:focus,
.field textarea:focus,
.field select:focus { border-color: var(--lavande-dk); }
.field textarea { resize: vertical; min-height: 130px; }
.btn-submit {
  width: 100%;
  background: var(--noir);
  color: white;
  padding: 15px;
  font-family: var(--f-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: var(--trans);
  border-radius: var(--radius);
  margin-top: 6px;
}
.btn-submit:hover { background: var(--lavande-dkr); }

.map-box {
  margin-top: 2.5rem;
  border: 1px solid rgba(196,181,208,0.25);
  overflow: hidden;
}
.map-box iframe { display: block; border: 0; width: 100%; }

/* ══════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════ */
#site-footer {
  background: var(--noir-soft);
  color: white;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5rem) 0;
  position: relative;
  overflow: hidden;
}
#site-footer::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c4b5d0' stroke-width='0.5' opacity='0.06'%3E%3Cpolygon points='40,4 76,20 76,60 40,76 4,60 4,20'/%3E%3Cpolygon points='40,14 66,26 66,54 40,66 14,54 14,26'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
  pointer-events: none;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(3rem, 5vw, 4rem);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative; z-index: 1;
}
.footer-logo {
  font-family: var(--f-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  margin-bottom: 10px;
}
.footer-logo em { font-style: italic; color: var(--lavande-mid); }
.footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.38); line-height: 1.75; max-width: 260px; margin-bottom: 1.6rem; }
.footer-socials { display: flex; gap: 10px; }
.footer-soc {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  transition: var(--trans);
  text-decoration: none;
  color: white;
}
.footer-soc:hover { background: var(--lavande-dkr); border-color: var(--lavande-dkr); color: white; }

.footer-col h5 {
  font-family: var(--f-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lavande-mid);
  margin-bottom: 1.4rem;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 0.82rem; color: rgba(255,255,255,0.45); transition: var(--trans); }
.footer-links a:hover { color: white; padding-left: 4px; }

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; z-index: 1;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.22);
  border-top: 0;
}
.footer-bottom .fassi-mark {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--lavande-mid);
  opacity: 0.5;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

/* ══════════════════════════════════════════════════
   FLOATING BUTTONS
══════════════════════════════════════════════════ */
.float-cluster {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.float-tip {
  background: white;
  border: 1px solid rgba(196,181,208,0.3);
  border-radius: 20px 20px 4px 20px;
  padding: 10px 16px;
  font-size: 0.74rem;
  color: var(--gris);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
  animation: floatPop 0.5s var(--ease) 3s both;
}
@keyframes floatPop {
  from { opacity: 0; transform: scale(0.8) translateY(10px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.float-btn {
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  cursor: pointer;
  color: white;
  border: none;
}
.float-wa { background: #25D366; box-shadow: 0 6px 28px rgba(37,211,102,0.35); }
.float-wa:hover { transform: scale(1.12) rotate(-5deg); box-shadow: 0 10px 36px rgba(37,211,102,0.5); }
.float-ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0 6px 28px rgba(214,36,159,0.3);
}
.float-ig:hover { transform: scale(1.12) rotate(5deg); box-shadow: 0 10px 36px rgba(214,36,159,0.45); }

/* ══════════════════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .products-grid    { grid-template-columns: repeat(3, 1fr); }
  .footer-top       { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 900px) {
  .hero             { grid-template-columns: 1fr; }
  .hero-right       { display: none; }
  .hero-left        { min-height: 100vh; }
  .cat-grid         { grid-template-columns: 1fr 1fr; }
  .cat-item:nth-child(1) { grid-row: auto; grid-column: span 2; aspect-ratio: 16/7; }
  .products-grid    { grid-template-columns: repeat(2, 1fr); }
  .about-grid       { grid-template-columns: 1fr; }
  .about-img-stack  { display: none; }
  .promo-banner     { grid-template-columns: 1fr; }
  .promo-img        { display: none; }
  .contact-grid     { grid-template-columns: 1fr; }
  .insta-grid       { grid-template-columns: repeat(3, 1fr); }
  .main-nav         { display: none; }
  .hamburger        { display: flex; }
}
@media (max-width: 600px) {
  .hero-left        { padding: 6rem 1.5rem 4rem; }
  .cat-grid         { grid-template-columns: 1fr; }
  .cat-item:nth-child(1) { grid-column: auto; aspect-ratio: 3/2; }
  .products-grid    { grid-template-columns: 1fr; }
  .footer-top       { grid-template-columns: 1fr; }
  .form-row         { grid-template-columns: 1fr; }
  .about-features   { grid-template-columns: 1fr; }
  .footer-bottom    { flex-direction: column; gap: 8px; text-align: center; }
  .insta-grid       { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════════
   WOOCOMMERCE EXTRAS
══════════════════════════════════════════════════ */
.woocommerce-breadcrumb { font-size: 0.75rem; color: var(--gris-lgt); padding: 14px 0; }
.woocommerce-breadcrumb a { color: var(--lavande-dk); }
.woocommerce .woocommerce-result-count { font-size: 0.78rem; color: var(--gris-lgt); }
.woocommerce nav.woocommerce-pagination ul {
  display: flex; gap: 6px; justify-content: center; margin-top: 48px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid rgba(196,181,208,0.35);
  font-size: 0.82rem; color: var(--gris);
  transition: var(--trans);
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--lavande-dkr); color: white; border-color: var(--lavande-dkr);
}
.woocommerce div.product .product_title {
  font-family: var(--f-display) !important;
  font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
  font-weight: 400 !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: var(--f-display) !important;
  font-size: 1.5rem !important;
  color: var(--noir) !important;
}
.woocommerce div.product .single_add_to_cart_button {
  background: var(--lavande-dkr) !important;
  color: white !important;
  border-radius: var(--radius) !important;
  font-family: var(--f-body) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 15px 36px !important;
  transition: var(--trans) !important;
}
.woocommerce div.product .single_add_to_cart_button:hover { background: var(--noir) !important; }
