:root {
  --rose: #81C2B8;
  --rose-deep: #5FA39A;
  --rose-soft: #B3DAD5;
  --rose-mist: #E6F3F1;
  --honey: #1A1A1A;
  --honey-deep: #000000;
  --honey-soft: #D4D4D4;
  --green-soft: #DCE7CC;
  --sage: #B5C5A3;
  --cream: #FFFCF7;
  --ink: #1A1A1A;
  --ink-soft: #4F4F4F;
  --ink-mute: #8A8A8A;
  --line: rgba(42,33,38,0.12);
  --line-soft: rgba(42,33,38,0.06);

  --font-display: "Jost", sans-serif;
  --font-body: "General Sans", "Inter", system-ui, sans-serif;
  --font-hand: "Caveat", cursive;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

.container { max-width: var(--maxw, 1320px); margin: 0 auto; padding: 0 24px; }

/* ============ BRUSH DIVIDER ============ */
.brush-divider {
  display: block;
  width: 100%;
  height: 36px;
  margin: -1px 0;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 1px 2px rgba(95,163,154, 0.08));
}

/* ============ HERO ============ */
.hero {
  position: relative;
  background: 
    radial-gradient(ellipse 80% 60% at 20% 30%, color-mix(in oklab, var(--rose-mist) 60%, transparent) 0%, transparent 100%),
    radial-gradient(ellipse 70% 60% at 85% 70%, color-mix(in oklab, var(--green-soft) 40%, transparent) 0%, transparent 100%),
    linear-gradient(180deg, var(--cream) 0%, color-mix(in oklab, var(--rose-mist) 25%, var(--cream)) 60%, var(--cream) 100%);
  padding: 0;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, color-mix(in oklab, var(--rose) 25%, transparent) 1px, transparent 1.5px);
  background-size: 28px 28px;
  opacity: 0.4;
  pointer-events: none;
}
.hero-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.hero-deco-tl { top: 40px; left: 40px; opacity: 0.5; transform: rotate(-15deg); }
.hero-deco-br { bottom: 60px; right: 50px; opacity: 0.45; transform: rotate(160deg); }
.hero-deco-tr { top: 80px; right: 10%; opacity: 0.6; }
.hero-deco-bl { bottom: 90px; left: 8%; opacity: 0.55; }
.hero-inner {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 64px 24px 80px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 32px;
  align-items: center;
  min-height: 480px;
  position: relative;
}
.hero-product {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-product-img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1.2;
  background: 
    radial-gradient(ellipse at 30% 30%, #fff 0%, transparent 50%),
    linear-gradient(180deg, #fff 0%, #f0eee5 100%);
  border-radius: 18px;
  position: relative;
  box-shadow: 0 24px 48px -20px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  overflow: hidden;
}
.hero-product-img::before {
  content: "MÉLANGE PRAIRIE SAUVAGE";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.9);
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid var(--line-soft);
}
.hero-product-img::after {
  content: "";
  position: absolute;
  inset: 30% 20%;
  background:
    radial-gradient(circle at 50% 40%, var(--rose-mist) 0%, transparent 50%),
    linear-gradient(135deg, var(--rose-soft) 30%, var(--rose) 100%);
  border-radius: 12px;
}

.hero-text {
  text-align: center;
  position: relative;
}
.hero-eyebrow {
  font-family: var(--font-hand);
  font-size: 28px;
  color: var(--honey-deep);
  margin-bottom: 4px;
  display: inline-block;
  transform: rotate(-2deg);
}
.hero-h1 {
  font-family: var(--font-display);
  font-size: 56px;
  letter-spacing: -0.03em;
  line-height: 0.96;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--ink);
  text-transform: uppercase;
}
.hero-h1 em {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: var(--rose-deep);
  font-size: 32px;
  text-transform: none;
  letter-spacing: -0.02em;
  margin-top: 4px;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero-cta {
  display: inline-block;
  margin-top: 22px;
  background: var(--rose);
  color: #fff;
  padding: 12px 26px;
  border-radius: 14px;
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: -0.005em;
  transition: transform 0.2s, background 0.2s;
}
.hero-cta:hover { background: var(--rose-deep); transform: translateY(-2px); }
.hero-arrow {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 70px;
  color: var(--ink);
  opacity: 0.6;
}

/* Sparkles around hero text */
.hero-sparkle {
  position: absolute;
  color: var(--honey);
  opacity: 0.85;
}

.hero-rabbit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-rabbit-img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 30%, #fff 0%, transparent 40%),
    linear-gradient(180deg, color-mix(in oklab, var(--green-soft) 75%, #fff) 0%, color-mix(in oklab, var(--green-soft) 60%, #fff) 100%);
  position: relative;
  box-shadow: 0 24px 48px -20px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  overflow: hidden;
}
.hero-rabbit-img::after {
  content: "PHOTO LAPIN NAIN — PRAIRIE";
  position: absolute;
  bottom: 22px;
  background: rgba(255,255,255,0.9);
  padding: 3px 8px;
  border-radius: 4px;
}

.hero-floor {
  display: none;
}

/* ============ HERO SLIDER ============ */
.hero-slider {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 96px 24px 96px;
  position: relative;
  z-index: 2;
  min-height: 540px;
}
.hero-slide {
  display: none;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  align-items: stretch;
  animation: heroSlideIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slide.active { display: grid; }
@keyframes heroSlideIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-slide-text {
  padding-right: 8px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 8px 12px 0;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid var(--rose-soft);
  border-radius: 99px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--rose-deep);
  margin-bottom: 16px;
}
.hero-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--rose);
}
.hero-slide-h1 {
  font-family: var(--font-display);
  font-size: clamp(42px, 4.6vw, 62px);
  letter-spacing: -0.032em;
  line-height: 0.96;
  font-weight: 500;
  margin: 0 0 14px;
  color: var(--ink);
}
.hero-slide-h1 em {
  font-style: italic;
  color: var(--rose-deep);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero-slide-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 100%;
  margin: 0 0 24px;
}
.hero-slide-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero-v2-cta-ghost {
  display: inline-flex;
  align-items: center;
  border-bottom: 1.5px solid var(--ink);
  padding: 5px 2px;
  font-weight: 500;
  font-size: 13px;
  color: var(--ink);
}

.hero-slide-visual {
  position: relative;
  width: 100%;
  max-width: 540px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  justify-self: end;
  align-self: center;
}
.hero-slide-img,
.hero-slide-img-2 {
  position: relative !important;
  aspect-ratio: 3 / 4 !important;
  width: 100% !important;
  height: auto !important;
  inset: auto !important;
  border-radius: 22px !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 24px 48px -22px rgba(0,0,0,0.18);
  transform: none !important;
  border: none !important;
  background-color: #fff;
  margin: 0 !important;
  bottom: auto !important;
  right: auto !important;
}
.hero-slide-img::after,
.hero-slide-img-2::after { display: none; }
.hero-slide-img {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  box-shadow: 0 30px 60px -28px rgba(129,194,184,0.4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero-slide-img::after {
  display: none;
}
.hero-slide-img.ph-rose-mist {
  background:
    radial-gradient(ellipse at 50% 30%, color-mix(in oklab, var(--rose-mist) 60%, #fff) 0%, transparent 50%),
    linear-gradient(180deg, var(--rose-soft), var(--rose-mist));
}
.hero-slide-img.ph-green-soft {
  background:
    radial-gradient(ellipse at 50% 30%, color-mix(in oklab, var(--green-soft) 50%, #fff) 0%, transparent 50%),
    linear-gradient(180deg, var(--green-soft), color-mix(in oklab, var(--green-soft) 60%, #fff));
}
.hero-slide-img.ph-honey-soft {
  background:
    radial-gradient(ellipse at 50% 30%, color-mix(in oklab, var(--honey-soft) 60%, #fff) 0%, transparent 50%),
    linear-gradient(180deg, var(--honey-soft), color-mix(in oklab, var(--honey-soft) 60%, #fff));
}
.hero-slide-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background: var(--ink);
  color: var(--cream);
  padding: 7px 16px;
  border-radius: 99px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13px;
  z-index: 4;
  white-space: nowrap;
}

.hero-arrow-btn {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid var(--rose-soft);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.12);
  cursor: pointer;
  bottom: 32px;
}
.hero-arrow-btn:hover { background: var(--rose); color: #fff; border-color: var(--rose); }
.hero-arrow-prev { right: 70px; }
.hero-arrow-next { right: 20px; }
.hero-dots {
  position: absolute;
  bottom: 44px;
  left: 24px;
  transform: none;
  display: flex;
  gap: 8px;
  z-index: 4;
}
.hero-dot {
  width: 28px;
  height: 4px;
  border-radius: 99px;
  background: var(--rose-soft);
  transition: background 0.25s, width 0.25s;
  cursor: pointer;
}
.hero-dot.active { background: var(--rose); width: 42px; }

/* ============ HERO V2 ============ */
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 70px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-v2-text { position: relative; padding-right: 24px; }
.hero-v2-h1 {
  font-family: var(--font-display);
  font-size: 64px;
  letter-spacing: -0.03em;
  line-height: 0.96;
  font-weight: 500;
  margin: 6px 0 18px;
  color: var(--ink);
}
.hero-v2-h1 em {
  font-style: italic;
  color: var(--rose-deep);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero-v2-sub {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 460px;
  margin: 0 0 26px;
}
.hero-v2-ctas { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-v2-cta-ghost {
  display: inline-flex;
  align-items: center;
  border-bottom: 1.5px solid var(--ink);
  padding: 6px 2px;
  font-weight: 500;
  font-size: 14px;
  color: var(--ink);
}
.hero-v2-meta { margin-top: 28px; padding-top: 22px; border-top: 1px dashed var(--rose-soft); }
.hero-v2-stars { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--ink-soft); }
.hero-v2-stars strong { color: var(--ink); font-weight: 600; }

.hero-v2-visual { position: relative; aspect-ratio: 1 / 1; max-width: 520px; margin: 0 auto; }
.hero-v2-rabbit {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  background: var(--rose-mist);
  padding: 16px;
}
.hero-v2-rabbit-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 35%, color-mix(in oklab, var(--green-soft) 50%, #fff) 0%, transparent 50%),
    linear-gradient(180deg, var(--green-soft) 0%, color-mix(in oklab, var(--green-soft) 70%, #fff) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.hero-v2-rabbit-inner::after {
  content: "PHOTO LAPIN NAIN PRAIRIE";
  background: rgba(255,255,255,0.9);
  padding: 3px 8px;
  border-radius: 4px;
}
.hero-v2-prodcard {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 200px;
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 24px 48px -20px rgba(129,194,184,0.4);
  border: 1px solid var(--rose-soft);
  transform: rotate(4deg);
}
.hero-v2-prodcard-img {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 50% 30%, color-mix(in oklab, var(--rose-mist) 60%, #fff) 0%, transparent 50%),
    linear-gradient(180deg, var(--rose-soft) 0%, var(--rose-mist) 100%);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  font-family: var(--font-body);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.hero-v2-prodcard-img::after {
  content: "FLEURS SÉCHÉES";
  background: rgba(255,255,255,0.9);
  padding: 2px 6px;
  border-radius: 4px;
}
.hero-v2-badge {
  position: absolute;
  top: 12px;
  left: 0;
  background: var(--honey);
  color: #fff;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: rotate(-8deg);
  box-shadow: 0 8px 20px -8px color-mix(in oklab, var(--honey) 60%, transparent);
}

/* ============ MARQUEE ============ */
.marquee {
  background: var(--ink);
  color: var(--cream);
  padding: 11px 0;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  display: block;
}
.marquee::before, .marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 100%); }
.marquee::after { right: 0; background: linear-gradient(90deg, transparent 0%, var(--ink) 100%); }
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 55s linear infinite;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 28px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--cream);
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.marquee-item svg { color: var(--rose); flex-shrink: 0; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ SEO BLOC ============ */
.seo-bloc {
  padding: 48px 0;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.seo-inner {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.seo-header { text-align: center; margin-bottom: 28px; }
.seo-intro {
  max-width: 560px;
  margin: 14px auto 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}
.seo-tabs {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.seo-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid var(--rose-soft);
  color: var(--ink-soft);
  padding: 11px 22px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.seo-tab:hover { color: var(--rose-deep); border-color: var(--rose); }
.seo-tab.active {
  background: var(--rose);
  border-color: var(--rose);
  color: #fff;
}

.seo-panels { position: relative; }
.seo-panel {
  display: none;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--rose-soft);
  border-radius: 28px;
  padding: 36px 40px;
  animation: seoFade 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.seo-panel.active { display: grid; }
@keyframes seoFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.seo-panel-visual {
  position: relative;
  aspect-ratio: 4 / 4.5;
  border-radius: 20px;
  overflow: hidden;
}
.seo-panel-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.seo-panel-img::after {
  content: attr(data-label);
  background: rgba(255,255,255,0.9);
  padding: 3px 8px;
  border-radius: 4px;
}
.seo-panel-img.ph-prairie {
  background:
    radial-gradient(ellipse at 50% 30%, color-mix(in oklab, var(--green-soft) 50%, #fff) 0%, transparent 50%),
    linear-gradient(180deg, var(--green-soft), color-mix(in oklab, var(--green-soft) 60%, #fff));
}
.seo-panel-img.ph-rose {
  background:
    radial-gradient(ellipse at 50% 30%, color-mix(in oklab, var(--rose-mist) 50%, #fff) 0%, transparent 50%),
    linear-gradient(180deg, var(--rose-soft), var(--rose-mist));
}
.seo-panel-img.ph-honey {
  background:
    radial-gradient(ellipse at 50% 30%, color-mix(in oklab, var(--honey-soft) 60%, #fff) 0%, transparent 50%),
    linear-gradient(180deg, var(--honey-soft), color-mix(in oklab, var(--honey-soft) 60%, #fff));
}
.seo-panel-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13px;
  color: var(--rose-deep);
  padding: 6px 12px;
  border-radius: 99px;
  z-index: 2;
}
.seo-panel-text { color: var(--ink); }
.seo-panel-h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--ink);
}
.seo-panel-text p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.seo-panel-text p:last-of-type { margin-bottom: 18px; }
.seo-panel-text strong { color: var(--rose-deep); font-weight: 500; }
.seo-panel-cta {
  display: inline-block;
  background: var(--rose);
  color: #fff;
  padding: 12px 22px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}
.seo-panel-cta:hover { background: var(--rose-deep); }

.seo-deco {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 100px;
  height: 100px;
  color: var(--rose-soft);
  opacity: 0.6;
  z-index: 1;
}

/* ============ STAT TITLE ============ */
.stat-title {
  text-align: center;
  padding: 56px 24px 32px;
  position: relative;
}
.stat-title-rays {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 90px;
  pointer-events: none;
  opacity: 0.7;
}
.stat-title-eyebrow {
  font-family: var(--font-hand);
  font-size: 36px;
  color: var(--rose-deep);
  display: block;
}
.stat-title-main {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-top: 4px;
}
.stat-title-main em {
  font-style: italic;
  color: var(--rose-deep);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}

/* ============ UNIVERS MARQUEE ============ */
.univers {
  padding: 0 0 48px;
  position: relative;
  overflow: hidden;
}
.univers-marquee {
  position: relative;
  overflow: hidden;
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 0 24px 0;
  isolation: isolate;
}
.univers-marquee::before,
.univers-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 3;
  pointer-events: none;
}
.univers-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--cream) 0%, transparent 100%);
}
.univers-marquee::after {
  right: 0;
  background: linear-gradient(90deg, transparent 0%, var(--cream) 100%);
}
.univers-track {
  display: flex;
  gap: 16px;
  animation: universScroll 60s linear infinite;
  width: max-content;
  padding: 8px 0;
}
.univers-track:hover { animation-play-state: paused; }
@keyframes universScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.univers-card {
  position: relative;
  width: 280px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  background: var(--rose-mist);
  box-shadow: 0 12px 28px -16px rgba(0,0,0,0.15);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.univers-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -16px rgba(0,0,0,0.2);
}
.univers-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.univers-card:hover .univers-card-img { transform: scale(1.05); }
.univers-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 22px 22px;
  text-align: center;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 100%);
}
.univers-card-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.05;
  margin-bottom: 12px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
.univers-card-tag {
  display: inline-block;
  font-family: var(--font-hand);
  font-size: 17px;
  color: var(--rose-mist);
  font-weight: 600;
  transform: rotate(-2deg);
  margin-bottom: 2px;
}
.univers-card-cta {
  display: inline-block;
  background: var(--rose);
  color: #fff;
  padding: 8px 22px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}
.univers-card:hover .univers-card-cta { background: var(--rose-deep); }

/* Floating hamster sketch */
.univers-deco {
  position: absolute;
  right: -40px;
  top: 130px;
  width: 130px;
  height: 130px;
  opacity: 0.8;
  z-index: -1;
}

/* ============ FEATURES BAND ============ */
.features {
  background: 
    radial-gradient(ellipse 80% 60% at 20% 30%, color-mix(in oklab, var(--rose-mist) 60%, transparent) 0%, transparent 100%),
    radial-gradient(ellipse 70% 60% at 85% 70%, color-mix(in oklab, var(--green-soft) 40%, transparent) 0%, transparent 100%),
    linear-gradient(180deg, var(--cream) 0%, color-mix(in oklab, var(--rose-mist) 25%, var(--cream)) 60%, var(--cream) 100%);
  color: var(--ink);
  position: relative;
  padding: 48px 0;
  margin: 0;
}
.features::before {
  content: "";
  display: none;
}
.features::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 50px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 50' preserveAspectRatio='none'><path d='M0 50 L 1280 50 L 1280 24 C 1180 6, 1080 36, 980 22 C 880 6, 780 36, 680 18 C 580 6, 480 36, 380 18 C 280 6, 180 36, 80 22 C 40 14, 20 18, 0 28 Z' fill='%23FFFCF7'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.features-inner {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.feature-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.feature-text { line-height: 1.2; }
.feature-title { font-size: 17px; font-weight: 600; color: var(--ink); }
.feature-sub { font-size: 13.5px; color: var(--ink-soft); margin-top: 4px; font-weight: 400; }

/* ============ SECTION TITLES (unified — like reviews title) ============ */
.section-title {
  text-align: center;
  padding: 48px 24px 36px;
  position: relative;
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
}
.section-title::before,
.section-title::after { content: none; display: none; }
.section-eyebrow {
  font-family: var(--font-hand);
  font-size: 26px;
  color: var(--rose-deep);
  display: block;
  transform: rotate(-1.5deg);
  margin-bottom: 6px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.section-h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.022em;
  line-height: 1.15;
  margin: 6px 0 12px;
  position: relative;
  z-index: 2;
}
.section-h2 em {
  font-style: italic;
  color: var(--rose-deep);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.section-sub {
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.5;
  font-style: italic;
  position: relative;
  z-index: 2;
  max-width: none;
  white-space: nowrap;
}
.section-rays { display: none; }

.products-wrap {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 0 24px 48px;
  position: relative;
}
.products-marquee {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.products-marquee::before,
.products-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 3;
  pointer-events: none;
}
.products-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--cream) 0%, transparent 100%);
}
.products-marquee::after {
  right: 0;
  background: linear-gradient(90deg, transparent 0%, var(--cream) 100%);
}
.products-track {
  display: flex;
  gap: 18px;
  animation: productsScroll 70s linear infinite;
  width: max-content;
  padding: 8px 0;
}
.products-track:hover { animation-play-state: paused; }
@keyframes productsScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.products-track .product-card { width: 280px; flex-shrink: 0; }

.products {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 0 24px 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s, border-color 0.3s;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px -24px rgba(129,194,184,0.32);
  border-color: var(--rose-soft);
}
.product-img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, color-mix(in oklab, var(--rose-mist) 30%, #fff) 0%, #fff 100%);
  overflow: hidden;
}
.product-img {
  position: absolute;
  inset: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-card:hover .product-img { transform: scale(1.05); }
.product-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
  align-items: flex-start;
}
.badge-stock {
  background: rgba(255,255,255,0.95);
  color: #4a6b27;
  border-radius: 99px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--green-soft);
  backdrop-filter: blur(4px);
}
.badge-stock-dot {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #6b9333;
}
.badge-new {
  background: none;
  color: var(--rose-deep);
  font-family: var(--font-hand);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transform: rotate(-6deg);
  padding: 0;
  align-self: flex-start;
  text-shadow: 0 2px 4px rgba(255,255,255,0.8);
  line-height: 1;
}
.product-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: rgba(255,255,255,0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rose-deep);
  z-index: 2;
  border: 1px solid var(--line-soft);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.product-fav:hover { background: var(--rose); color: #fff; border-color: var(--rose); transform: scale(1.08); }
.product-info {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.product-brand {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13px;
  color: var(--rose-deep);
  letter-spacing: -0.005em;
  line-height: 1;
}
.product-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.25;
  letter-spacing: -0.008em;
  min-height: 40px;
}
.product-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--rose);
  font-size: 12px;
  margin-top: -2px;
}
.product-rating-num {
  color: var(--ink);
  font-weight: 600;
  margin-left: 2px;
  font-family: var(--font-body);
}
.product-rating-count {
  color: var(--ink-mute);
  margin-left: 2px;
  font-family: var(--font-body);
  font-weight: 400;
}
.product-bottom {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--rose-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product-price {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1;
}
.product-price-cents { font-size: 16px; font-weight: 500; color: var(--ink); }
.product-price small { font-size: 14px; color: var(--ink-soft); margin-left: 2px; font-weight: 400; }
.product-cta {
  background: var(--rose);
  color: #fff;
  border-radius: 12px;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 12.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  letter-spacing: -0.005em;
}
.product-cta:hover { background: var(--rose-deep); transform: translateY(-1px); }
.product-img {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(ellipse at 50% 30%, #fff 0%, transparent 60%),
    linear-gradient(180deg, var(--rose-mist) 0%, color-mix(in oklab, var(--rose-mist) 50%, var(--cream)) 100%);
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  overflow: hidden;
}
.product-img::before { display: none; }
.product-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}
.badge-stock {
  background: #fff;
  color: #4a6b27;
  border-radius: 99px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 10px -4px rgba(0,0,0,0.1);
  border: 1px solid var(--green-soft);
}
.badge-new {
  background: var(--honey);
  color: #fff;
  border-radius: 99px;
  padding: 5px 12px;
  font-family: var(--font-hand);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transform: rotate(-8deg);
  align-self: flex-start;
  box-shadow: 0 4px 10px -4px color-mix(in oklab, var(--honey) 70%, transparent);
}
.product-fav {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: rgba(255,255,255,0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rose-deep);
  z-index: 2;
  transition: background 0.2s, color 0.2s;
  border: 1px solid var(--line-soft);
  box-shadow: 0 4px 10px -4px rgba(0,0,0,0.1);
}
.product-fav:hover { background: var(--rose); color: #fff; border-color: var(--rose); }
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.product-brand {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12.5px;
  color: var(--rose-deep);
  text-transform: none;
  letter-spacing: 0;
}
.product-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--honey);
  font-size: 11.5px;
}
.product-stars-num { color: var(--ink); font-weight: 600; margin-left: 3px; }
.product-name {
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: 15.5px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.25;
  letter-spacing: -0.005em;
  min-height: 38px;
}
.product-bottom {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--rose-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product-price {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1;
}
.product-price small { font-size: 13px; color: var(--ink-soft); margin-left: 2px; font-weight: 400; }
.product-cta {
  background: var(--ink);
  color: #fff;
  border-radius: 12px;
  padding: 9px 14px;
  font-weight: 500;
  font-size: 12.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.product-cta:hover { background: var(--rose); transform: translateY(-1px); }

/* ============ REVIEWS ============ */
.reviews {
  padding: 48px 0;
  position: relative;
}
.reviews-inner {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 0 24px;
}
.reviews-marquee {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
}
.reviews-marquee::before,
.reviews-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 3;
  pointer-events: none;
}
.reviews-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--cream) 0%, transparent 100%);
}
.reviews-marquee::after {
  right: 0;
  background: linear-gradient(90deg, transparent 0%, var(--cream) 100%);
}
.reviews-title {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.reviews-title .section-eyebrow {
  font-family: var(--font-hand);
  font-size: 26px;
  color: var(--rose-deep);
  font-weight: 600;
  transform: rotate(-1.5deg);
  display: inline-block;
}
.reviews-title .section-h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.022em;
  margin: 6px 0 12px;
}
.reviews-title .section-h2 em {
  font-style: italic;
  color: var(--rose-deep);
  font-weight: 400;
}
.reviews-title-stars {
  display: inline-flex;
  gap: 4px;
  color: var(--rose);
}
.reviews-grass-l,
.reviews-grass-r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 40px;
  opacity: 0.6;
}
.reviews-grass-l { left: 26%; }
.reviews-grass-r { right: 26%; transform: translateY(-50%) scaleX(-1); }

.reviews-track {
  display: flex;
  gap: 16px;
  animation: reviewScroll 80s linear infinite;
  width: max-content;
}
.reviews-track:hover { animation-play-state: paused; }
.reviews-track .review-card {
  width: 340px;
  flex-shrink: 0;
  min-height: 220px;
}
@keyframes reviewScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.reviews-slide, .reviews-controls, .reviews-dots, .reviews-arrows, .reviews-arrow, .reviews-dot { display: none !important; }
.reviews-score {
  background: #fff;
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  border: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reviews-score-medal {
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
}
.reviews-score-num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 500;
  color: var(--rose-deep);
  letter-spacing: -0.02em;
  line-height: 1;
}
.reviews-score-num small { font-size: 16px; color: var(--ink-mute); }
.reviews-score-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--honey);
  margin: 6px 0;
}
.reviews-score-count {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 4px;
}
.reviews-score-quality {
  font-size: 10.5px;
  color: var(--ink-mute);
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
}

.review-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
}
.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.review-flag {
  display: inline-flex;
  width: 26px;
  height: 18px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--line);
}
.review-flag span { flex: 1; }
.review-flag span:nth-child(1) { background: #002395; }
.review-flag span:nth-child(2) { background: #fff; }
.review-flag span:nth-child(3) { background: #ED2939; }
.review-stars { color: var(--honey); display: inline-flex; gap: 2px; }
.reviews-score-stars { color: var(--honey) !important; }
.review-text {
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.5;
  flex: 1;
}
.review-bottom {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.review-author { display: flex; align-items: center; gap: 8px; }
.review-avatar {
  width: 28px;
  height: 28px;
  border-radius: 99px;
  background: var(--rose-mist);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--rose-deep);
  font-weight: 600;
}
.review-author-info { line-height: 1.2; }
.review-author-name { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.review-author-date { font-size: 10.5px; color: var(--ink-mute); }
.review-verified {
  font-family: var(--font-hand);
  font-size: 14px;
  color: var(--rose-deep);
}

/* ============ ABOUT ============ */
.about {
  padding: 48px 24px;
  position: relative;
  background: var(--cream);
}
.about-inner {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  background: var(--rose-mist);
  border-radius: 32px;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.about-inner::before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 36px;
  font-family: var(--font-display);
  font-size: 180px;
  line-height: 1;
  color: var(--rose);
  opacity: 0.25;
  font-style: italic;
}
.about-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.about-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--rose-mist) 40%, #fff) 0%, var(--rose-soft) 100%);
  box-shadow: 0 24px 48px -24px rgba(129,194,184,0.4);
}
.about-portrait-tag {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: var(--rose);
  color: #fff;
  padding: 10px 18px;
  border-radius: 99px;
  font-family: var(--font-hand);
  font-size: 18px;
  transform: rotate(-3deg);
  box-shadow: 0 8px 20px -6px color-mix(in oklab, var(--rose) 60%, transparent);
}
.about-content {}
.about-eyebrow {
  font-family: var(--font-hand);
  font-size: 28px;
  color: var(--rose-deep);
  display: block;
  transform: rotate(-1.5deg);
  margin-bottom: 4px;
  font-weight: 600;
}
.about-h2 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0 0 24px;
}
.about-h2 em {
  font-style: italic;
  color: var(--rose-deep);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.about-text {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.7;
  margin: 0 0 14px;
}
.about-text strong {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--rose-deep);
  font-weight: 500;
}
.about-pillars {
  margin: 22px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.about-pillar {
  background: var(--cream);
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid color-mix(in oklab, var(--rose-soft) 50%, transparent);
}
.about-pillar-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  color: var(--rose-deep);
  line-height: 1;
  margin-bottom: 4px;
}
.about-pillar-label {
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.35;
}
.about-cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: #fff;
  padding: 12px 22px;
  border-radius: 14px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.005em;
  transition: background 0.2s, transform 0.2s;
}
.about-cta:hover { background: var(--rose); transform: translateY(-1px); }
.about-signature {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px dashed var(--rose-soft);
}
.about-signature-avatar {
  width: 42px;
  height: 42px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--rose-soft), var(--rose-mist));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--rose-deep);
}
.about-signature-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.about-signature-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.about-signature-role { font-size: 12px; color: var(--ink-soft); font-style: italic; }

/* ============ BLOG ============ */
.blog {
  padding: 0 0 48px;
}
.blog-inner {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.blog-card {
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.blog-card:hover { transform: translateY(-4px); }
.blog-img {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 50% 50%, color-mix(in oklab, var(--green-soft) 60%, #fff) 0%, var(--green-soft) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  position: relative;
  overflow: hidden;
}
.blog-img.rose { background: radial-gradient(ellipse at 50% 50%, var(--rose-mist) 0%, var(--rose-soft) 70%); }
.blog-img.honey { background: radial-gradient(ellipse at 50% 50%, var(--honey-soft) 0%, color-mix(in oklab, var(--honey) 40%, #fff) 70%); }
.blog-img.cream { background: radial-gradient(ellipse at 50% 50%, #f7f5ef 0%, #ebe7d8 70%); }
.blog-img::after {
  content: attr(data-label);
  background: rgba(255,255,255,0.85);
  padding: 3px 8px;
  border-radius: 4px;
}
.blog-title {
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.blog-meta {
  margin-top: 10px;
  font-size: 11.5px;
  color: var(--ink-mute);
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-excerpt {
  margin-top: 10px;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.dandelion {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 80px;
  height: 110px;
  opacity: 0.7;
}

/* ============ FOOTER ============ */
.footer-top-brush {
  display: block;
  width: 100%;
}
.footer {
  background: var(--paper, #fff);
  color: var(--ink, #1f1f1d);
  padding: clamp(56px, 6vw, 88px) 0 32px;
  position: relative;
}
.footer-grid {
  max-width: var(--maxw, 1320px);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr 1.2fr;
  gap: 48px;
}
.footer-col h4 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
  text-transform: uppercase;
  color: #fff;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.footer-col li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  opacity: 0.95;
}
.footer-col li svg { flex-shrink: 0; }
.footer-col a {
  font-size: 13.5px;
  opacity: 0.92;
  transition: opacity 0.15s;
}
.footer-col a:hover { opacity: 1; text-decoration: underline; }

.newsletter {
  display: flex;
  background: rgba(255,255,255,0.18);
  border-radius: 99px;
  padding: 4px;
  margin-top: 14px;
  border: 1px solid rgba(255,255,255,0.3);
}
.newsletter input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 16px;
  font: inherit;
  font-size: 13.5px;
}
.newsletter input::placeholder { color: rgba(255,255,255,0.7); }
.newsletter button {
  background: var(--ink);
  color: #fff;
  border-radius: 99px;
  padding: 9px 20px;
  font-weight: 600;
  font-size: 13px;
}

.socials {
  margin-top: 18px;
  display: flex;
  gap: 10px;
}
.socials a {
  width: 38px;
  height: 38px;
  border-radius: 99px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.socials a:hover { background: rgba(255,255,255,0.35); }

.footer-bottom {
  max-width: var(--maxw, 1320px);
  margin: 40px auto 0;
  padding: 24px 24px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
}
.footer-bottom-left { opacity: 0.85; }
.footer-bottom-right { display: flex; gap: 18px; }
.footer-bottom-right a { opacity: 0.85; }

/* Brushy edge transitions */
.brush-rose-down {
  display: block;
  height: 50px;
  background:
    radial-gradient(circle at 6% 90%, var(--rose) 6%, transparent 7%),
    radial-gradient(circle at 14% 100%, var(--rose) 15%, transparent 16%),
    radial-gradient(circle at 24% 95%, var(--rose) 10%, transparent 11%),
    radial-gradient(circle at 35% 100%, var(--rose) 14%, transparent 15%),
    radial-gradient(circle at 50% 92%, var(--rose) 12%, transparent 13%),
    radial-gradient(circle at 65% 100%, var(--rose) 15%, transparent 16%),
    radial-gradient(circle at 78% 96%, var(--rose) 10%, transparent 11%),
    radial-gradient(circle at 90% 100%, var(--rose) 14%, transparent 15%),
    linear-gradient(180deg, transparent 0%, transparent 60%, var(--rose) 100%);
  margin-top: -1px;
}

/* ============ CATEGORY SEO DESCRIPTION ============ */
.cat-description {
	max-width: var(--maxw, 1320px);
	margin: 0 auto;
	padding: 32px 24px 80px;
}
.cat-description-inner {
	max-width: 820px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--rose-soft);
	border-radius: 20px;
	padding: 42px 48px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--ink-soft);
}
.cat-description-inner p { margin: 0 0 18px; }
.cat-description-inner p:last-child { margin-bottom: 0; }
.cat-description-inner strong { color: var(--ink); font-weight: 600; }
.cat-description-inner h2 {
	font-family: var(--font-display);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.018em;
	color: var(--ink);
	margin: 32px 0 14px;
	line-height: 1.25;
}
.cat-description-inner h2:first-child { margin-top: 0; }
.cat-description-inner h2 em { font-style: italic; color: var(--rose-deep); }
.cat-description-inner h3 {
	font-family: var(--font-display);
	font-size: 19px;
	font-weight: 500;
	color: var(--ink);
	margin: 24px 0 10px;
}
.cat-description-inner ul, .cat-description-inner ol {
	padding-left: 22px;
	margin: 0 0 18px;
}
.cat-description-inner li { margin-bottom: 8px; }
.cat-description-inner li::marker { color: var(--rose-deep); }
.cat-description-inner a {
	color: var(--rose-deep);
	border-bottom: 1px solid color-mix(in oklab, var(--rose) 50%, transparent);
	transition: border-color 0.2s, color 0.2s;
}
.cat-description-inner a:hover {
	color: var(--ink);
	border-bottom-color: var(--ink);
}
.cat-description-inner img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 18px 0;
}

/* ===== Produit en rupture de stock (carte archive/catégorie) ===== */
.product.is-oos .layer.main,
.product.is-oos .layer.alt { filter: grayscale(1); opacity: .55; }
.product.is-oos .product-media { pointer-events: none; }
.product.is-oos .product-actions,
.product.is-oos .product-quickview { display: none !important; }
.product.is-oos .product-info h3 { color: #9a9384; }
.product.is-oos .badge.oos { background: #6f6a62; color: #fff; border: 0; }
.product .price--oos { color: #b3293b; font-weight: 600; font-size: 15px; letter-spacing: 0; }
