/** Shopify CDN: Minification failed

Line 3073:0 Unexpected "<"

**/

/* =========================================================
   DESIGN SYSTEM
   ========================================================= */
:root {
  --navy: #1A4474;
  --navy-dark: #143761;
  --navy-light: #2A5A94;
  --terracotta: #C4845A;
  --terracotta-soft: #D9A07A;
  --white: #FFFFFF;
  --blue-pale: #EEF1F7;
  --grey-photo: #F8F9FA;
  --text: #1f2937;
  --text-soft: #5b6573;
  --border: #e8ecf2;

  --container: 1200px;
  --container-wide: 1640px;
  --gutter: 6%;
  --gutter-wide: 3%;
  --section-gap: 96px;
  --radius-card: 10px;
  --radius-pill: 50px;
  --radius-block: 16px;
  --radius-phone: 28px;

  --shadow-card: 0 1px 2px rgba(26,68,116,.04), 0 4px 16px rgba(26,68,116,.06);
  --shadow-hover: 0 4px 8px rgba(26,68,116,.06), 0 12px 32px rgba(26,68,116,.10);
  --shadow-soft: 0 8px 32px rgba(26,68,116,.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
  font-size: 16px;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }

/* Containers */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container--wide {
  max-width: var(--container-wide);
  padding: 0 var(--gutter-wide);
}
.section {
  padding: var(--section-gap) 0;
}
.section--fullbleed { padding: 0; }
.section--blue { background: var(--blue-pale); }
.section--white { background: var(--white); }
.section--navy { background: var(--navy); color: var(--white); }

/* Typography */
h1, h2, h3, h4 { font-weight: 700; color: var(--navy); line-height: 1.15; letter-spacing: -.01em; }
.section--navy h1, .section--navy h2, .section--navy h3 { color: var(--white); }
.eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 14px;
}
.h-section {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -.015em;
}
.italic-accent {
  font-style: italic;
  color: var(--terracotta);
  font-weight: 700;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.section-head .h-section { max-width: 720px; text-wrap: balance; }
.section-link {
  color: var(--navy);
  font-weight: 600;
  font-size: 17px;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}
.section-link:hover { color: var(--terracotta); border-color: var(--terracotta); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  transition: transform .2s ease, background-color .2s, color .2s, box-shadow .2s, border-color .2s;
  white-space: nowrap;
}
.btn--primary { background: var(--navy); color: var(--white); }
.btn--primary:hover { background: var(--navy-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(26,68,116,.18); }
.btn--secondary { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn--secondary:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.btn--terracotta { background: var(--terracotta); color: var(--white); }
.btn--terracotta:hover { background: #B47049; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(196,132,90,.28); }
.btn--ghost { background: transparent; color: var(--navy); padding: 8px 0; }
.btn--ghost:hover { color: var(--terracotta); }
.btn--small { padding: 10px 18px; font-size: 14px; }

/* Placeholders (image stand-ins) */
.ph {
  position: relative;
  background: var(--grey-photo);
  border-radius: var(--radius-card);
  overflow: hidden;
  font-family: 'Outfit', monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(26,68,116,.55);
  font-size: 12px;
  letter-spacing: .04em;
  text-align: center;
}
.ph::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(26,68,116,.04) 0 1px, transparent 1px 14px);
  pointer-events: none;
}
.ph__label {
  position: relative;
  z-index: 1;
  padding: 8px 14px;
  background: rgba(255,255,255,.85);
  border-radius: 4px;
  font-weight: 500;
}
.ph--warm {
  background: linear-gradient(135deg, #f5e3d3 0%, #e8c9a8 50%, #d4a784 100%);
  color: rgba(80,40,20,.55);
}
.ph--dim {
  background: linear-gradient(160deg, #2b3852 0%, #3d4f6e 40%, #5a6f8f 100%);
  color: rgba(255,255,255,.75);
}
.ph--soft {
  background: linear-gradient(135deg, #e8ecf2 0%, #d6dde8 100%);
  color: rgba(26,68,116,.5);
}
.ph--baby {
  background: linear-gradient(160deg, #f4dccf 0%, #ebc4ad 100%);
  color: rgba(80,40,20,.55);
}
.ph--kid {
  background: linear-gradient(160deg, #d8e2f0 0%, #b9c8df 100%);
  color: rgba(26,68,116,.55);
}
.ph--adult {
  background: linear-gradient(160deg, #2b3852 0%, #4a5d7d 100%);
  color: rgba(255,255,255,.75);
}

/* fadeUp animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
  gap: 32px;
}
.brand {
  font-weight: 700;
  font-size: 18px;
  color: var(--navy);
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe1b8 0%, var(--terracotta) 65%, var(--navy) 100%);
  box-shadow: 0 0 12px rgba(196,132,90,.4);
}
.brand small {
  font-weight: 400;
  color: var(--text-soft);
  font-size: 13px;
  letter-spacing: .04em;
}
.nav {
  display: flex;
  gap: 28px;
  font-size: 16px;
  font-weight: 500;
}
.nav a {
  color: var(--text);
  transition: color .2s;
  position: relative;
}
.nav a:hover { color: var(--terracotta); }
.nav a:hover::after { width: 100%; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px;
  height: 1.5px; width: 0;
  background: var(--terracotta);
  transition: width .25s;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
}
.icon-btn {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background .2s;
}
.icon-btn:hover { background: var(--blue-pale); }
.cart-count {
  font-size: 11px;
  font-weight: 600;
  background: var(--terracotta);
  color: white;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: 14px;
  margin-top: -10px;
}
.top-banner {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 16px;
  letter-spacing: .02em;
}
.top-banner strong { color: var(--terracotta-soft); font-weight: 600; }

/* =========================================================
   01. HERO (full-bleed exception)
   ========================================================= */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--white);
  margin-bottom: 56px;
}
.hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: #2a1d14;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero__video-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 60% 35%, rgba(255,210,160,.65) 0%, transparent 55%),
    linear-gradient(160deg, #3a2a20 0%, #5d3f2b 40%, #8b5e3c 80%, #b97c52 100%);
  animation: hero-breathe 10s ease-in-out infinite;
}
@keyframes hero-breathe {
  0%, 100% { filter: brightness(1) saturate(1); transform: scale(1); }
  50% { filter: brightness(1.08) saturate(1.05); transform: scale(1.02); }
}
.hero__video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 30, 0.15);
  z-index: 1;
  pointer-events: none;
}
.hero__video-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255,255,255,.85);
  font-family: 'Outfit', monospace;
  font-size: 11px;
  letter-spacing: .06em;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero__video-badge::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ff5252;
  box-shadow: 0 0 8px rgba(255,82,82,.6);
  animation: rec-pulse 1.6s ease-in-out infinite;
}
@keyframes rec-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}
.hero__floating-tag { z-index: 3; }
.hero__text {
  padding: 80px clamp(32px, 6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  margin-left: auto;
  width: 100%;
}
.hero__eyebrow {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--terracotta);
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero__eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--terracotta);
}
.hero__title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--navy);
  margin-bottom: 26px;
}
.hero__title em {
  display: block;
  font-style: italic;
  font-weight: 700;
  color: var(--terracotta);
  letter-spacing: -.025em;
}
.hero__sub {
  font-size: clamp(17px, 1.3vw, 20px);
  color: var(--text-soft);
  max-width: 540px;
  margin-bottom: 28px;
  line-height: 1.55;
}
.hero__journey {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.hero__journey-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--text-soft);
}
.hero__journey-step svg {
  color: var(--navy);
  flex-shrink: 0;
}
.hero__journey-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--terracotta);
  flex-shrink: 0;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
.hero__stats {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.hero__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero__stat strong {
  font-weight: 600;
  font-size: 17px;
  color: var(--navy);
}
.hero__stat span {
  font-size: 15px;
  color: var(--text-soft);
}
.hero__stat-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
}
.hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: #2a1d14;
  /* video styles defined above */
}
.hero__visual .ph {
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.hero__visual .ph--warm {
  background:
    radial-gradient(ellipse at 60% 35%, rgba(255,210,160,.65) 0%, transparent 55%),
    linear-gradient(160deg, #3a2a20 0%, #5d3f2b 40%, #8b5e3c 80%, #b97c52 100%);
}
.hero__floating-tag {
  position: absolute;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-block);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-soft);
  font-size: 15px;
  z-index: 2;
}
.hero__floating-tag--top {
  top: 36px;
  right: 36px;
}
.hero__floating-tag--bot {
  bottom: 36px;
  left: 36px;
}
.hero__floating-tag-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--terracotta);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero__floating-tag-text strong {
  display: block;
  color: var(--navy);
  font-weight: 600;
}
.hero__floating-tag-text span {
  color: var(--text-soft);
  font-size: 14px;
}

/* =========================================================
   02. RÉASSURANCE
   ========================================================= */
.reassurance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
}
.reass-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  padding: 8px 28px;
  position: relative;
}
.reass-item + .reass-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background-image: linear-gradient(to bottom, rgba(26,68,116,.22) 50%, transparent 50%);
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.reass-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: transparent;
  border: none;
  margin: 0;
}
.reass-item h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.005em;
  color: var(--navy);
  margin: 0;
}
.reass-item p {
  display: inline-block;
  padding: 7px 16px;
  background: var(--blue-pale);
  border-radius: var(--radius-pill);
  font-size: 14px;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  max-width: none;
}

/* =========================================================
   03. PRESSE
   ========================================================= */
.press-intro {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 700;
  letter-spacing: -.015em;
  text-transform: none;
  color: var(--navy);
  margin-bottom: 48px;
  line-height: 1.15;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.press-intro em { font-style: italic; color: var(--terracotta); font-weight: 700; }
.marquee {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: marquee 32s linear infinite;
  padding: 8px 0;
}
.marquee__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  opacity: 1;
  font-family: 'Outfit', sans-serif;
}
.logo-maison-creative {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #E91E63;
  line-height: 1;
  letter-spacing: -.02em;
  position: relative;
  font-style: italic;
}
.logo-maison-creative::after {
  content: "cr\E9ative";
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: lowercase;
  margin-top: -2px;
  font-style: normal;
  text-align: right;
  padding-right: 2px;
}
.logo-cote-maison {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}
.logo-cote-maison .top { color: #1A1A1A; display: block; }
.logo-cote-maison .bot { color: #F47B1C; display: block; margin-top: 2px; }
.logo-mieux-etre {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: #1A1A1A;
  letter-spacing: .02em;
}
.logo-parents {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  color: #E91E63;
  letter-spacing: -.01em;
  line-height: 1;
}
.logo-elle {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  text-align: center;
  line-height: 0.9;
  color: #1A1A1A;
}
.logo-elle .big { font-size: 30px; letter-spacing: .06em; display: block; }
.logo-elle .small { font-size: 9px; font-weight: 700; letter-spacing: .35em; display: block; margin-top: 2px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =========================================================
   PRODUCT CARDS (sections 04, 07, 09)
   ========================================================= */
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 18px;
}
.product-grid--dense .product__name { font-size: 17px; }
.product-grid--dense .product__moment { font-size: 15px; }
.product-grid--dense .product__price { font-size: 16px; margin-bottom: 12px; }
.product-grid--dense .product__rating { font-size: 15px; }
.product-grid--dense .stars { font-size: 15px; }
.product-grid--dense .btn { padding: 8px 14px; font-size: 13px; }

/* =========================================================
   PRODUCT CAROUSEL (sections 04, 07)
   ========================================================= */
.carousel-wrap {
  position: relative;
}
.product-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 4px 4px 8px;
  margin: 0 -4px;
  scrollbar-width: none;
}
.product-carousel::-webkit-scrollbar { display: none; }
.product-carousel > .product {
  flex: 0 0 calc((100% - 80px) / 5);
  scroll-snap-align: start;
  cursor: pointer;
}
.carousel-nav {
  position: absolute;
  top: calc(50% - 64px);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 4px 14px rgba(26,68,116,.08);
  transition: transform .2s, background .2s, opacity .25s, box-shadow .2s;
}
.carousel-nav:hover { background: var(--navy); color: var(--white); }
.carousel-nav:disabled {
  opacity: 0;
  pointer-events: none;
}
.carousel-nav--prev { left: -22px; }
.carousel-nav--next { right: -22px; }

/* =========================================================
   SPOTLIGHT (section 09)
   ========================================================= */
.spotlight {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.spotlight--reverse { grid-template-columns: 1.05fr 1fr; }
.spotlight--reverse .spotlight__visual { order: 2; }
.spotlight--reverse .spotlight__content { order: 1; }
.spotlight__visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.spotlight__visual--dawn {
  background:
    radial-gradient(ellipse at 40% 35%, rgba(255,220,170,.7) 0%, transparent 55%),
    radial-gradient(circle at 60% 25%, rgba(255,230,180,.9) 0%, rgba(255,200,140,.45) 4%, transparent 8%),
    linear-gradient(170deg, #6b3d28 0%, #b07449 50%, #f4d4a8 100%);
}
.spotlight__visual--motion {
  background:
    radial-gradient(ellipse at 30% 75%, rgba(255,200,140,.55) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 30%, rgba(180,200,230,.3) 0%, transparent 55%),
    linear-gradient(170deg, #1f2a3d 0%, #2d3e5a 45%, #4a5a78 100%);
}
.spotlight__visual-label {
  position: absolute;
  bottom: 18px; left: 20px;
  font-size: 11px;
  font-family: 'Outfit', monospace;
  color: rgba(255,255,255,.55);
  letter-spacing: .04em;
}
.spotlight__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.spotlight__title { margin: 8px 0 16px; }
.spotlight__lead {
  font-size: 17px;
  color: var(--text-soft);
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 28px;
}
.spotlight-products {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.spotlight-product {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 14px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  min-width: 0;
}
.spotlight-product:hover {
  transform: translateX(4px);
  border-color: rgba(196,132,90,.4);
  box-shadow: 0 6px 20px rgba(26,68,116,.08);
}
.spotlight-product__img {
  aspect-ratio: 1;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.spotlight-product__img .product__badge {
  font-size: 13px;
  padding: 5px 10px;
  top: 8px;
  left: 8px;
}
.spotlight-product__info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.spotlight-product__info .product__name {
  font-size: 16px;
  white-space: normal;
}
.spotlight-product__info .product__moment { font-size: 15px; }
.spotlight-product__info .product__rating { font-size: 15px; }
.spotlight-product__info .stars { font-size: 15px; }
.spotlight-product__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.spotlight-product__bottom .product__price { font-size: 16px; font-weight: 600; margin: 0; }
.spotlight__more { align-self: flex-end; margin-top: 8px; }
.product {
  display: flex;
  flex-direction: column;
  background: transparent;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
  cursor: pointer;
}
.product:hover { transform: translateY(-4px); }
.product__media {
  aspect-ratio: 1;
  background: var(--grey-photo);
  border-radius: var(--radius-card);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: box-shadow .35s;
  margin-bottom: 16px;
}
.product:hover .product__media { box-shadow: var(--shadow-hover); }
.product__media::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(255,210,160,.55) 0%, transparent 60%),
    repeating-linear-gradient(135deg, rgba(26,68,116,.03) 0 1px, transparent 1px 14px);
}
.product__media-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: rgba(26,68,116,.5);
  letter-spacing: .04em;
  font-family: 'Outfit', monospace;
  font-weight: 500;
  z-index: 1;
}
.product__media--p2::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,190,130,.65), transparent 50%),
    linear-gradient(160deg, #fbf6ef, #efe5d4);
}
.product__media--p3::before {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(180,200,230,.55), transparent 55%),
    linear-gradient(160deg, #f4f6fa, #e3e8f0);
}
.product__media--p4::before {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,200,140,.6), transparent 60%),
    linear-gradient(160deg, #fdf4ea, #f0e0c8);
}
.product__media--p5::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,170,130,.65), transparent 55%),
    linear-gradient(160deg, #fbf2eb, #efddc9);
}
.product__media--p6::before {
  background:
    radial-gradient(ellipse at 60% 40%, rgba(140,160,200,.45), transparent 55%),
    linear-gradient(160deg, #eef1f7, #d9dfeb);
}
.product__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 30px;
  z-index: 2;
}
.product__badge--new { background: var(--terracotta); }
.product__moment {
  font-size: 15px;
  color: var(--terracotta);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--text-soft);
  margin-bottom: 6px;
}
.stars { color: var(--terracotta); letter-spacing: 1px; font-size: 15px; }
.product__name {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
  line-height: 1.3;
}
.product__price {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 14px;
}
.product__price s {
  color: var(--text-soft);
  font-weight: 400;
  margin-left: 6px;
  font-size: 15px;
}
.product .btn { align-self: flex-start; }

/* =========================================================
   05. UNIVERS / COLLECTIONS
   ========================================================= */
.universe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 300px;
  gap: 20px;
}
.universe-foot {
  text-align: center;
  margin-top: 32px;
}
.uni-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
  cursor: pointer;
  transition: transform .35s;
  box-shadow: var(--shadow-card);
}
.uni-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.uni-card__bg {
  position: absolute; inset: 0;
}
.uni-card__bg--baby {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255,200,160,.55) 0%, transparent 55%),
    linear-gradient(170deg, #f3dac6 0%, #d9b394 100%);
}
.uni-card__bg--kid {
  background:
    radial-gradient(ellipse at 60% 50%, rgba(160,180,220,.55) 0%, transparent 55%),
    linear-gradient(170deg, #cad6e8 0%, #8ba1c2 100%);
}
.uni-card__bg--adult {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(255,200,160,.35) 0%, transparent 55%),
    linear-gradient(170deg, #2b3852 0%, #4a5d7d 100%);
}
.uni-card__bg--proj {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,210,170,.7), transparent 50%),
    linear-gradient(170deg, #1f2a3d 0%, #3a4a68 100%);
}
.uni-card__bg--aube {
  background:
    radial-gradient(circle at 30% 60%, rgba(255,170,110,.8), transparent 55%),
    linear-gradient(170deg, #6b3d28 0%, #b07449 100%);
}
.uni-card__bg--cadeau {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,230,200,.55), transparent 55%),
    linear-gradient(170deg, #e8d5be 0%, #c4a583 100%);
}
.uni-card__bg--detect {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,200,160,.55) 0%, transparent 55%),
    linear-gradient(170deg, #4a3528 0%, #8a6244 100%);
}
.uni-card__bg--music {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(220,170,200,.55) 0%, transparent 55%),
    linear-gradient(170deg, #6b4060 0%, #b07798 100%);
}
.uni-card__bg--voyage {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(180,200,220,.55) 0%, transparent 55%),
    linear-gradient(170deg, #2d4a6e 0%, #7a96b8 100%);
}
.uni-card__bg--salon {
  background:
    radial-gradient(ellipse at 50% 45%, rgba(255,210,170,.5) 0%, transparent 55%),
    linear-gradient(170deg, #5a4030 0%, #a07a5a 100%);
}
.uni-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.55) 100%);
}
.uni-card__content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: var(--white);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}
.uni-card__label {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.uni-card__label small {
  display: block;
  font-size: 15px;
  font-weight: 400;
  opacity: .85;
  margin-top: 4px;
}
.uni-card__link {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: gap .2s;
}
.uni-card:hover .uni-card__link { gap: 10px; }
.uni-card--small .uni-card__label { font-size: 18px; }

/* =========================================================
   06. PROBLÈME / SOLUTION
   ========================================================= */
.prob {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.prob__title {
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 24px;
  text-wrap: balance;
}
.prob__title em { font-style: italic; color: var(--terracotta); font-weight: 700; }
.prob__text {
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 520px;
}
.prob__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 560px;
}
.prob__benefit {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prob__benefit svg { flex-shrink: 0; margin-bottom: 4px; }
.prob__benefit strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}
.prob__benefit span {
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.4;
}
.prob__visual {
  aspect-ratio: 4/5;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background:
    radial-gradient(ellipse at 40% 30%, rgba(255,200,150,.55) 0%, transparent 55%),
    linear-gradient(170deg, #3a2a20 0%, #5d3f2b 50%, #8b5e3c 100%);
  position: relative;
}
.prob__visual::after {
  content: "Photo lifestyle — chambre cocon, lumière ambrée";
  position: absolute;
  bottom: 24px; left: 24px; right: 24px;
  font-size: 11px;
  font-family: 'Outfit', monospace;
  color: rgba(255,255,255,.5);
  letter-spacing: .04em;
}

/* =========================================================
   06. PROBLÈME — pain points (refactored)
   ========================================================= */
.prob-section {
  position: relative;
}
.prob-content { position: relative; z-index: 2; }
.prob-head {
  display: grid;
  grid-template-columns: clamp(140px, 13vw, 180px) 1.3fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-bottom: 56px;
}
.prob-head__illustration {
  width: 100%;
  max-width: 180px;
  height: auto;
  animation: painFloat 5s ease-in-out infinite;
}
.prob-head__title {
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.015em;
  color: var(--navy);
  text-wrap: balance;
}
.prob-head__title em {
  display: block;
  font-style: italic;
  color: var(--terracotta);
  font-weight: 700;
}
.prob-head__sub {
  font-size: 17px;
  color: var(--text-soft);
  line-height: 1.65;
  border-left: 2px solid var(--terracotta);
  padding-left: 22px;
  margin-top: 0;
  max-width: 360px;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pain-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .35s;
  position: relative;
}
.pain-card:hover {
  transform: translateY(-6px);
  border-color: rgba(196,132,90,.35);
  box-shadow: 0 14px 36px rgba(26,68,116,.10);
}
.pain-card__viz {
  width: 110px; height: 110px;
  border-radius: 50%;
  background: var(--blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pain-card__viz::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px dashed rgba(26,68,116,.18);
  opacity: 0;
  transition: opacity .35s;
}
.pain-card:hover .pain-card__viz::before { opacity: 1; }
.pain-card__label {
  font-size: 17px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  max-width: 200px;
}
.solution-bar {
  margin-top: 32px;
  background: var(--blue-pale);
  border-radius: 14px;
  padding: 24px 32px;
  text-align: center;
  font-size: 18px;
  color: var(--navy);
  font-weight: 500;
}
.solution-bar em {
  font-style: italic;
  color: var(--terracotta);
  font-weight: 600;
}

/* Pain card animations */
.pain-anim {
  transform-box: fill-box;
  transform-origin: center;
}
@keyframes painPing {
  0%, 60% { transform: scale(1); opacity: .9; }
  100% { transform: scale(2.6); opacity: 0; }
}
.pain-anim--ping { animation: painPing 2s ease-out infinite; }
@keyframes painDrip {
  0% { transform: translateY(0); opacity: 0; }
  10% { opacity: 1; }
  85% { opacity: 1; }
  100% { transform: translateY(13px); opacity: 0; }
}
.pain-anim--drip { animation: painDrip 1.6s linear infinite; }
@keyframes painBlink {
  0%, 88%, 100% { transform: scaleY(0); }
  92%, 96% { transform: scaleY(1); }
}
.pain-anim--lid { animation: painBlink 4s ease-in-out infinite; }
@keyframes painSwirl {
  to { transform: rotate(360deg); }
}
.pain-anim--swirl { animation: painSwirl 7s linear infinite; }
@keyframes painFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
.pain-anim--float { animation: painFloat 3s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .pain-anim--ping, .pain-anim--drip, .pain-anim--lid,
  .pain-anim--swirl, .pain-anim--float { animation: none; }
}

/* =========================================================
   08. STATS — dual-pane (refactored)
   ========================================================= */
.stats-section { padding-top: 64px; padding-bottom: 64px; }
.stats-head {
  display: grid;
  grid-template-columns: clamp(120px, 11vw, 160px) 1.3fr 1fr;
  gap: clamp(24px, 3.5vw, 48px);
  align-items: center;
  margin-bottom: 40px;
  text-align: left;
}
.stats-head__illustration {
  width: 100%;
  max-width: 160px;
  height: auto;
  animation: painFloat 5s ease-in-out infinite;
}
.stats-head__title {
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.015em;
  color: var(--navy);
  text-wrap: balance;
  margin: 0;
}
.stats-head__title em { font-style: italic; color: var(--terracotta); font-weight: 700; }
.stats-head__sub {
  font-size: 17px;
  color: var(--text-soft);
  line-height: 1.6;
  border-left: 2px solid var(--terracotta);
  padding-left: 18px;
  max-width: 340px;
  margin: 0;
}
.stats-twin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.stats-twin__left { display: block; }
.stats-twin__left .eyebrow { margin-bottom: 24px; }
.stats-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.stat-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.stat-line__icon {
  width: 38px; height: 38px;
  flex-shrink: 0;
  color: var(--navy);
  margin-bottom: 6px;
}
.stat-line__num {
  font-size: clamp(36px, 3.6vw, 52px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -.025em;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.stat-line__num small {
  font-size: 0.32em;
  font-weight: 600;
  color: var(--terracotta);
  line-height: 1;
  letter-spacing: .01em;
}
.stat-line__label {
  font-size: 16px;
  color: var(--text-soft);
  margin-top: 8px;
  line-height: 1.4;
  font-style: italic;
}
.benefit-block {
  background: transparent;
  border-radius: 0;
  padding: 0;
  color: var(--text);
  display: block;
  position: relative;
  overflow: visible;
}
.benefit-block::before { display: none; }
.benefit-block h3 {
  color: var(--terracotta);
  font-size: 15px;
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  position: relative;
}
.benefit-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
}
.benefit-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.benefit-card:hover { transform: translateY(-3px); border-color: rgba(196,132,90,.4); box-shadow: 0 8px 24px rgba(26,68,116,.08); }
.benefit-card__icon {
  width: 48px; height: 48px;
  flex-shrink: 0;
  margin: 0;
  color: var(--terracotta);
}
.benefit-card__label {
  color: var(--navy);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

/* =========================================================
   DESTRUCTURE 3-BLOCK (Hatch-style highlight)
   ========================================================= */
.destructure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  min-height: 720px;
}
.dblock {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: clamp(32px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--white);
  transition: transform .35s;
  cursor: pointer;
  isolation: isolate;
}
.dblock:hover { transform: translateY(-3px); }
.dblock--tall { grid-row: 1 / 3; }
.dblock__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.dblock__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.dblock h3 {
  color: var(--white);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.05;
  letter-spacing: -.015em;
  margin-bottom: 14px;
  max-width: 360px;
}
.dblock h3 em { font-style: italic; color: var(--terracotta-soft); font-weight: 700; }
.dblock p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 380px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.82);
}
.dblock .btn--outline-light {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.6);
  color: var(--white);
  align-self: flex-start;
  margin-top: auto;
}
.dblock .btn--outline-light:hover { background: var(--white); color: var(--navy); transform: translateY(-2px); border-color: var(--white); }

/* Gift block — photo lifestyle */
.dblock--gift .dblock__media {
  background:
    radial-gradient(ellipse at 45% 35%, rgba(255,220,170,.6) 0%, transparent 55%),
    linear-gradient(170deg, #3a2a20 0%, #5d3f2b 50%, #8b5e3c 100%);
}
.dblock--gift .dblock__overlay {
  background: linear-gradient(180deg, rgba(20,12,8,.1) 0%, rgba(20,12,8,.55) 100%);
}
.dblock--gift::after {
  content: "Photo lifestyle — chevet, table de nuit, veilleuse";
  position: absolute;
  bottom: 20px; right: 24px;
  font-size: 11px;
  font-family: 'Outfit', monospace;
  color: rgba(255,255,255,.4);
  letter-spacing: .04em;
}

/* Quiz block — navy with audio-style player accent */
.dblock--quiz { background: var(--navy); }
.dblock--quiz::before {
  content: "";
  position: absolute;
  width: 320px; height: 320px;
  right: -120px; top: -120px;
  background: radial-gradient(circle, rgba(196,132,90,.3) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}
.dblock-player {
  margin-top: auto;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 10px 18px 10px 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 380px;
  align-self: flex-start;
  width: 100%;
}
.dblock-player__btn {
  width: 36px; height: 36px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dblock-player__btn::after {
  content: "";
  width: 0; height: 0;
  border-left: 10px solid var(--navy);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 3px;
}
.dblock-player__info { flex: 1; min-width: 0; }
.dblock-player__title { font-size: 13px; font-weight: 500; color: var(--white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dblock-player__bar {
  height: 3px;
  background: rgba(255,255,255,.2);
  border-radius: 2px;
  margin-top: 6px;
  overflow: hidden;
}
.dblock-player__bar span {
  display: block;
  width: 38%;
  height: 100%;
  background: var(--terracotta);
}
.dblock-player__time { font-size: 11px; color: rgba(255,255,255,.55); font-family: 'Outfit', monospace; flex-shrink: 0; }

/* Blog block — illustration of bedroom with falling star */
.dblock--blog {
  background: linear-gradient(165deg, #1a2a4a 0%, #2a3a5c 60%, #3a3045 100%);
}
.dblock--blog::before {
  content: "";
  position: absolute;
  right: 0; top: 0;
  width: 55%; height: 100%;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(255,220,170,.45) 0%, transparent 50%),
    radial-gradient(circle at 70% 22%, rgba(255,235,200,.9) 0%, rgba(255,210,150,.4) 4%, transparent 8%);
  z-index: -1;
}
.dblock--blog::after {
  content: "";
  position: absolute;
  right: 14%; top: 25%;
  width: 1px; height: 180px;
  background: linear-gradient(to bottom, rgba(255,220,170,.7), transparent);
  z-index: -1;
  transform: rotate(8deg);
}
.stats {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.stats__intro h2 { margin-bottom: 18px; text-wrap: balance; }
.stats__intro p {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.65;
  max-width: 460px;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.stat-card {
  background: var(--white);
  padding: 28px;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}
.stat-card__num {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -.02em;
}
.stat-card__num small {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-soft);
  margin-left: 2px;
}
.stat-card__label {
  font-size: 13px;
  font-weight: 500;
  color: var(--terracotta);
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* =========================================================
   11. PHILOSOPHIE (navy) — 3-col icons
   ========================================================= */
.philo-section { position: relative; overflow: hidden; }
.philo-head {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.philo-head .eyebrow { color: var(--terracotta-soft); }
.philo-head h2 {
  font-size: clamp(30px, 3.4vw, 46px);
  text-wrap: balance;
  max-width: 720px;
  margin: 0 auto 14px;
}
.philo-head__sub {
  font-style: italic;
  color: var(--terracotta-soft);
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 500;
  margin: 0;
}
.philo-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
  position: relative;
  z-index: 2;
}
.philo-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.philo-col__icon {
  width: 64px;
  height: 64px;
  color: var(--terracotta);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.philo-col__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  max-width: 240px;
  letter-spacing: -.005em;
  margin: 0;
}
.philo-col__text {
  font-size: 16px;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
  max-width: 280px;
  margin: 0;
}
.philo-divider {
  margin: 56px auto 28px;
  width: 80px;
  height: 1px;
  background: var(--terracotta);
  opacity: .6;
}
.philo-conclusion {
  text-align: center;
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 24px);
  color: var(--terracotta-soft);
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  letter-spacing: -.005em;
}
.philo-decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
}
.philo-decor--star1 { top: 14%; right: 8%; }
.philo-decor--star2 { bottom: 18%; left: 6%; }

/* =========================================================
   11. ÉQUIPEZ TOUTE LA MAISON — mosaic
   ========================================================= */
.maison-head { text-align: center; margin: 0 auto 56px; max-width: 740px; }
.maison-head h2 { font-size: clamp(30px, 3.6vw, 48px); margin-bottom: 14px; text-wrap: balance; line-height: 1.1; }
.maison-head h2 em { font-style: italic; color: var(--terracotta); font-weight: 700; }
.maison-head p { color: var(--text-soft); font-size: 16px; line-height: 1.6; }
.maison-head p strong { color: var(--navy); font-weight: 600; }

.maison-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  height: clamp(680px, 65vw, 820px);
}
.m-room {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
  cursor: pointer;
  isolation: isolate;
  min-height: 0;
}
.m-room:hover { transform: translateY(-4px); }
.m-room--hero { grid-row: 1 / 3; grid-column: 1 / 2; }
.m-room--banner { grid-column: 1 / -1; }
.m-room__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.m-room:hover .m-room__bg { transform: scale(1.04); }
.m-room__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(15,10,5,.45) 65%, rgba(15,10,5,.85) 100%);
}
.m-room__tag {
  position: absolute;
  top: 22px;
  left: 22px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  color: var(--navy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  z-index: 2;
}
.m-room__body {
  padding: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.m-room__title {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -.015em;
  line-height: 1.1;
  margin-bottom: 6px;
  max-width: 280px;
}
.m-room__title em { font-style: italic; color: var(--terracotta-soft); font-weight: 700; }
.m-room__product {
  font-size: 13.5px;
  color: rgba(255,255,255,.82);
  max-width: 280px;
  line-height: 1.45;
}
.m-room__product strong { color: var(--white); font-weight: 600; }
.m-room__pricetag {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 130px;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
}
.m-room__pricetag-num {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.m-room__pricetag-cta {
  font-size: 15px;
  font-weight: 500;
  color: var(--terracotta);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .2s;
}
.m-room:hover .m-room__pricetag-cta { gap: 8px; }

/* Room backgrounds */
.m-room__bg--baby {
  background:
    radial-gradient(ellipse at 50% 35%, rgba(255,210,160,.7) 0%, transparent 55%),
    radial-gradient(circle at 60% 30%, rgba(255,230,180,.85) 0%, rgba(255,200,140,.4) 5%, transparent 10%),
    linear-gradient(165deg, #4a352a 0%, #8b5e3c 50%, #d4a784 100%);
}
.m-room__bg--kid {
  background:
    radial-gradient(ellipse at 60% 50%, rgba(180,200,230,.55) 0%, transparent 55%),
    linear-gradient(170deg, #d4dde9 0%, #a7b7cf 50%, #6b7c98 100%);
}
.m-room__bg--parent {
  background:
    radial-gradient(ellipse at 40% 55%, rgba(255,180,130,.4) 0%, transparent 55%),
    linear-gradient(170deg, #2a3852 0%, #4a3e3a 60%, #5a4030 100%);
}
.m-room__bg--couloir {
  background:
    radial-gradient(ellipse at 22% 70%, rgba(255,200,140,.5) 0%, transparent 35%),
    radial-gradient(ellipse at 70% 65%, rgba(255,180,120,.35) 0%, transparent 30%),
    linear-gradient(170deg, #1f2a3d 0%, #3a3225 100%);
}

/* PACK card under mosaic */
.maison-pack {
  margin-top: 32px;
  background: var(--blue-pale);
  border-radius: 16px;
  padding: clamp(20px, 2.4vw, 28px) clamp(24px, 3vw, 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  flex-wrap: wrap;
}
.maison-pack__left { flex: 1 1 380px; min-width: 0; }
.maison-pack__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 6px;
}
.maison-pack__line {
  font-size: 16px;
  color: var(--navy);
  line-height: 1.4;
  margin: 0;
}
.maison-pack__line strong {
  font-weight: 700;
  font-size: 18px;
  margin-left: 4px;
}
.maison-pack__line em { font-style: italic; color: var(--terracotta); font-weight: 600; }
.maison {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.room {
  background: var(--white);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform .35s, box-shadow .35s;
  display: flex;
  flex-direction: column;
}
.room:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.room__photo {
  aspect-ratio: 4/3;
  position: relative;
}
.room__photo--baby {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(255,200,160,.55) 0%, transparent 55%),
    linear-gradient(170deg, #f3dac6 0%, #d9b394 100%);
}
.room__photo--kid {
  background:
    radial-gradient(ellipse at 60% 50%, rgba(160,180,220,.55) 0%, transparent 55%),
    linear-gradient(170deg, #d4dde9 0%, #a7b7cf 100%);
}
.room__photo--parent {
  background:
    radial-gradient(ellipse at 40% 60%, rgba(180,160,140,.45) 0%, transparent 55%),
    linear-gradient(170deg, #3a3530 0%, #6a5a4d 100%);
}
.room__photo--couloir {
  background:
    radial-gradient(ellipse at 30% 70%, rgba(255,200,150,.55) 0%, transparent 55%),
    linear-gradient(170deg, #4a4035 0%, #8a7560 100%);
}
.room__body { padding: 22px 22px 24px; flex-grow: 1; display: flex; flex-direction: column; }
.room__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 8px;
}
.room__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--navy);
}
.room__product {
  font-size: 14px;
  color: var(--text-soft);
  margin-bottom: 14px;
}
.room__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.room__price {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
}
.room__add {
  font-size: 13px;
  font-weight: 500;
  color: var(--terracotta);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.maison__total {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.maison__total-line {
  font-size: 14px;
  color: var(--text-soft);
}
.maison__total-line strong {
  color: var(--navy);
  font-weight: 600;
}

/* =========================================================
   12. CAROUSEL PHOTOS CLIENTS (full-bleed)
   ========================================================= */
.carousel-section { padding: var(--section-gap) 0; }
.carousel-section h2 {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 var(--gutter);
}
.carousel-section h2 em { font-style: italic; color: var(--terracotta); font-weight: 700; }
.carousel {
  overflow: hidden;
  position: relative;
}
.carousel__track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: carousel 50s linear infinite;
}
.carousel:hover .carousel__track { animation-play-state: paused; }
.carousel__item {
  width: 280px;
  aspect-ratio: 4/5;
  border-radius: var(--radius-card);
  background: var(--grey-photo);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.carousel__item::after {
  content: attr(data-label);
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 11px;
  color: rgba(255,255,255,.85);
  font-family: 'Outfit', monospace;
  letter-spacing: .04em;
  background: rgba(0,0,0,.35);
  padding: 4px 8px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.carousel__item:nth-child(odd) {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255,210,160,.6) 0%, transparent 55%),
    linear-gradient(170deg, #3a2a20 0%, #6d4a32 100%);
}
.carousel__item:nth-child(even) {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(180,200,230,.4) 0%, transparent 55%),
    linear-gradient(170deg, #2b3852 0%, #4a5d7d 100%);
}
.carousel__item:nth-child(3n) {
  background:
    radial-gradient(ellipse at 40% 50%, rgba(255,180,130,.5) 0%, transparent 55%),
    linear-gradient(170deg, #6e4a30 0%, #b88864 100%);
}
.carousel__item:nth-child(5n) {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,220,180,.5) 0%, transparent 50%),
    linear-gradient(170deg, #e8d5be 0%, #b89668 100%);
}
@keyframes carousel {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =========================================================
   13. QUIZ (containerized navy block)
   ========================================================= */
.quiz-wrap { padding: var(--section-gap) 0; }
.quiz {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-block);
  padding: clamp(48px, 7vw, 80px);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.quiz::before {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,132,90,.35) 0%, transparent 70%);
}
.quiz::after {
  content: "";
  position: absolute;
  bottom: -100px; left: 30%;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,132,90,.2) 0%, transparent 70%);
}
.quiz__content { position: relative; z-index: 1; }
.quiz__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--terracotta-soft);
  margin-bottom: 18px;
}
.quiz__eyebrow::before { content: "✦"; }
.quiz h2 {
  color: var(--white);
  font-size: clamp(28px, 3.4vw, 44px);
  margin-bottom: 18px;
  text-wrap: balance;
}
.quiz h2 em { font-style: italic; color: var(--terracotta-soft); font-weight: 700; }
.quiz p {
  color: rgba(255,255,255,.78);
  font-size: 16px;
  margin-bottom: 32px;
  max-width: 440px;
  line-height: 1.6;
}
.quiz__steps {
  display: flex;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,.6);
}
.quiz__step {
  display: flex;
  align-items: center;
  gap: 8px;
}
.quiz__step span {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--terracotta-soft);
  font-weight: 600;
}
.quiz__visual {
  position: relative;
  z-index: 1;
}
.quiz__cards {
  display: grid;
  gap: 14px;
}
.quiz__card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  transition: background .2s;
}
.quiz__card:hover { background: rgba(255,255,255,.12); }
.quiz__card-bullet {
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.3);
  flex-shrink: 0;
}
.quiz__card--selected .quiz__card-bullet {
  background: var(--terracotta);
  border-color: var(--terracotta);
  position: relative;
}
.quiz__card--selected .quiz__card-bullet::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
}

/* =========================================================
   14. TÉMOIGNAGES
   ========================================================= */
.testi-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.testi-head h2 em { font-style: italic; color: var(--terracotta); font-weight: 700; }
.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue-pale);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 500;
}
.rating-badge strong { color: var(--navy); font-weight: 600; }
.rating-badge .stars { font-size: 16px; }
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 30px;
  transition: transform .3s, box-shadow .3s;
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.testimonial__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3dac6 0%, #d9b394 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--navy);
  font-size: 16px;
  flex-shrink: 0;
}
.avatar--b { background: linear-gradient(135deg, #d4dde9 0%, #a7b7cf 100%); }
.avatar--c { background: linear-gradient(135deg, #e8d5be 0%, #c4a583 100%); color: white; }
.testimonial__who strong { display: block; color: var(--navy); font-weight: 600; font-size: 17px; }
.testimonial__who span { font-size: 15px; color: var(--text-soft); }
.testimonial__stars { color: var(--terracotta); font-size: 16px; margin-bottom: 12px; letter-spacing: 1px; }
.testimonial__text {
  font-size: 17px;
  color: var(--text);
  line-height: 1.65;
}
.testimonial__text::before { content: "“ "; color: var(--terracotta); font-weight: 700; }
.testimonial__text::after { content: " ”"; color: var(--terracotta); font-weight: 700; }
.testi-foot {
  text-align: center;
  margin-top: 36px;
}

/* =========================================================
   15. UGC VIDÉOS
   ========================================================= */
.ugc-head { text-align: center; margin-bottom: 48px; }
.ugc-head h2 em { font-style: italic; color: var(--terracotta); font-weight: 700; }
.ugc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.ugc__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.ugc__video {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: transform .35s;
  background: var(--navy);
}
.ugc__video:hover { transform: translateY(-4px); }
.ugc__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(255,200,150,.5) 0%, transparent 55%),
    linear-gradient(170deg, #3a2a20 0%, #5d3f2b 50%, #8b5e3c 100%);
}
.ugc__item:nth-child(2) .ugc__video::before {
  background:
    radial-gradient(ellipse at 40% 55%, rgba(160,180,220,.5) 0%, transparent 55%),
    linear-gradient(170deg, #2b3852 0%, #5a6f8f 100%);
}
.ugc__item:nth-child(3) .ugc__video::before {
  background:
    radial-gradient(ellipse at 60% 40%, rgba(255,180,120,.6) 0%, transparent 55%),
    linear-gradient(170deg, #4a3528 0%, #a07050 100%);
}
.ugc__item:nth-child(4) .ugc__video::before {
  background:
    radial-gradient(ellipse at 50% 35%, rgba(196,132,90,.55) 0%, transparent 55%),
    linear-gradient(170deg, #1a3a2a 0%, #2d6a4a 100%);
}
.ugc__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  transition: transform .25s;
}
.ugc__video:hover .ugc__play { transform: translate(-50%, -50%) scale(1.08); }
.ugc__play::after {
  content: "";
  width: 0; height: 0;
  border-left: 18px solid var(--navy);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.ugc__duration {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(0,0,0,.55);
  color: white;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 2;
  backdrop-filter: blur(4px);
}
.ugc__caption {
  text-align: center;
}
.ugc__caption strong {
  display: block;
  font-weight: 600;
  color: var(--navy);
  font-size: 17px;
}
.ugc__caption span {
  font-size: 15px;
  color: var(--text-soft);
}

/* =========================================================
   16. BLOG — editorial layout (1 hero + 2 secondary)
   ========================================================= */
.blog-editorial {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.blog-hero {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform .35s, box-shadow .35s;
}
.blog-hero:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.blog-hero__photo {
  aspect-ratio: 16/9;
  position: relative;
}
.blog-hero__photo--a {
  background:
    radial-gradient(ellipse at 40% 50%, rgba(255,200,150,.5) 0%, transparent 55%),
    linear-gradient(170deg, #f3dac6 0%, #c79972 100%);
}
.blog-hero__body {
  padding: 28px 30px 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-hero__cat {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 12px;
}
.blog-hero__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 12px;
  text-wrap: balance;
}
.blog-hero__excerpt {
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.55;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-hero__cta {
  margin-top: auto;
  align-self: flex-start;
  color: var(--navy);
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .2s, color .2s;
}
.blog-hero:hover .blog-hero__cta { gap: 10px; color: var(--terracotta); }
.blog-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.blog-side-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 12px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  flex: 1;
  min-height: 0;
}
.blog-side-item:hover { transform: translateX(4px); border-color: rgba(196,132,90,.4); box-shadow: 0 6px 18px rgba(26,68,116,.08); }
.blog-side-item__photo {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.blog-side-item__photo--b {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(160,180,220,.55) 0%, transparent 55%),
    linear-gradient(170deg, #d4dde9 0%, #8ba1c2 100%);
}
.blog-side-item__photo--c {
  background:
    radial-gradient(ellipse at 60% 50%, rgba(255,210,170,.5) 0%, transparent 55%),
    linear-gradient(170deg, #4a3528 0%, #a07050 100%);
}
.blog-side-item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4px 8px 4px 0;
}
.blog-side-item__cat {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 6px;
}
.blog-side-item__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 8px;
}
.blog-side-item__link {
  font-size: 15px;
  font-weight: 500;
  color: var(--terracotta);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
}

/* =========================================================
   17. CONFIANCE
   ========================================================= */
.trust {
  border-top: 1px solid rgba(196,132,90,.2);
  border-bottom: 1px solid rgba(196,132,90,.2);
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(32px, 5vw, 80px);
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.trust-item__icon {
  width: 56px; height: 56px;
  background: transparent;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-item strong {
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: var(--navy);
}
.trust-item span {
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.5;
  max-width: 220px;
  display: inline-block;
}

/* =========================================================
   18. FAQ
   ========================================================= */
.faq-head { text-align: center; margin-bottom: 40px; }
.faq-head h2 em { font-style: italic; color: var(--terracotta); font-weight: 700; }
.faq-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.faq-tab {
  padding: 11px 24px;
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-soft);
  background: var(--blue-pale);
  transition: all .2s;
}
.faq-tab.is-active {
  background: var(--navy);
  color: var(--white);
}
.faq-list {
  max-width: 960px;
  margin: 0 auto;
}
.faq-panel { display: none; }
.faq-panel.is-active { display: block; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  transition: color .2s;
}
.faq-q:hover { color: var(--terracotta); }
.faq-q-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .3s, background .2s, color .2s;
  color: var(--navy);
}
.faq-item.is-open .faq-q-icon {
  transform: rotate(45deg);
  background: var(--terracotta);
  color: white;
  border-color: var(--terracotta);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  font-size: 17px;
  color: var(--text-soft);
  line-height: 1.65;
}
.faq-item.is-open .faq-a {
  max-height: 300px;
  padding: 0 0 24px;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr) 1.2fr;
  gap: 48px;
  margin-bottom: 60px;
}
.footer__brand {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer__about {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.footer__social {
  display: flex;
  gap: 10px;
}
.footer__social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  color: white;
}
.footer__social a:hover { background: var(--terracotta); }
.footer h4 {
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; }
.footer li a {
  font-size: 15px;
  transition: color .2s;
}
.footer li a:hover { color: var(--terracotta-soft); }
.newsletter {
  display: flex;
  margin-top: 14px;
  background: rgba(255,255,255,.08);
  border-radius: var(--radius-pill);
  padding: 5px;
}
.newsletter input {
  background: transparent;
  border: 0;
  color: white;
  font-family: inherit;
  font-size: 15px;
  padding: 10px 16px;
  flex-grow: 1;
  outline: none;
}
.newsletter input::placeholder { color: rgba(255,255,255,.5); }
.newsletter button {
  background: var(--terracotta);
  color: white;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 13px;
  transition: background .2s;
}
.newsletter button:hover { background: #B47049; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 15px;
  color: rgba(255,255,255,.55);
}
.footer-bottom__links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-bottom__links a { transition: color .2s; }
.footer-bottom__links a:hover { color: var(--terracotta-soft); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1280px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .universe { grid-template-columns: repeat(3, 1fr); grid-template-rows: 240px 240px; }
  .product-carousel > .product { flex: 0 0 calc((100% - 60px) / 4); }
  .spotlight { grid-template-columns: 1fr; gap: 32px; }
  .spotlight__visual { aspect-ratio: 16/10; max-height: 360px; position: static; }
  .spotlight--reverse .spotlight__visual { order: 0; }
  .spotlight--reverse .spotlight__content { order: 0; }
  .spotlight-product__info .product__name { white-space: normal; }
  .maison-mosaic { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 280px auto; }
  .m-room--hero { grid-row: 1 / 2; grid-column: 1 / -1; }
  .m-room--banner { grid-column: 1 / -1; min-height: 220px; }
  .maison-pack { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
  :root { --section-gap: 72px; }
  .reassurance { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .reass-item:nth-child(3)::before { display: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .universe { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .product-carousel > .product { flex: 0 0 calc((100% - 40px) / 3); }
  .carousel-nav { display: none; }
  .maison-mosaic { grid-template-columns: 1fr; grid-template-rows: 320px 260px 260px 220px; height: auto; }
  .m-room--hero, .m-room--banner { grid-column: 1; }
  .m-room--hero { grid-row: 1; }
  .m-room__title { font-size: 22px; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .prob-head { grid-template-columns: clamp(110px, 16vw, 150px) 1fr; gap: 28px; }
  .prob-head__sub { grid-column: 1 / -1; max-width: 100%; }
  .stats-head { grid-template-columns: clamp(110px, 16vw, 150px) 1fr; gap: 28px; }
  .stats-head__sub { grid-column: 1 / -1; max-width: 100%; }
  .stats-list { grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
  .stats-twin { grid-template-columns: 1fr; gap: 36px; }
  .benefit-cards { grid-template-columns: 1fr 1fr; }
  .stats-twin { grid-template-columns: 1fr; }
  .destructure { grid-template-columns: 1fr; grid-template-rows: auto; min-height: auto; }
  .dblock--tall { grid-row: auto; }
  .dblock { min-height: 320px; }
  .philo { grid-template-columns: repeat(2, 1fr); }
  .maison { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
  .ugc { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .blog { grid-template-columns: 1fr; }
  .blog-editorial { grid-template-columns: 1fr 1fr; gap: 20px; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
  .stats, .prob, .quiz, .hero { grid-template-columns: 1fr; gap: 40px; }
  .hero__text { padding: 60px var(--gutter); max-width: 100%; margin: 0 auto; }
  .hero__visual { min-height: 380px; aspect-ratio: 16/10; }
  .hero { margin-bottom: 40px; }
  .quiz { padding: 48px 32px; }
  .nav { display: none; }
}
@media (max-width: 640px) {
  :root { --section-gap: 56px; --gutter: 5%; }
  .header-inner { padding: 14px 5%; gap: 12px; }
  .header-actions .btn { display: none; }
  .hero__text { padding: 48px 5% 56px; }
  .hero__visual { min-height: 320px; }
  .hero__video { display: none; } /* fallback image only on mobile */
  .pain-grid { grid-template-columns: 1fr; }
  .prob-head { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .prob-head__illustration { width: 120px; margin: 0 auto; }
  .prob-head__sub { border-left: 0; border-top: 2px solid var(--terracotta); padding-left: 0; padding-top: 14px; max-width: 100%; text-align: left; }
  .stats-head { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .stats-head__illustration { width: 120px; margin: 0 auto; }
  .stats-head__sub { border-left: 0; border-top: 2px solid var(--terracotta); padding-left: 0; padding-top: 14px; max-width: 100%; text-align: left; }
  .stats-list { grid-template-columns: 1fr 1fr; gap: 22px 14px; padding: 0; }
  .stat-line__num { font-size: 36px; }
  .stats-twin { grid-template-columns: 1fr; gap: 32px; }
  .benefit-cards { grid-template-columns: 1fr; }
  .stats-list, .benefit-cards { grid-template-columns: 1fr 1fr; gap: 18px 14px; }
  .stats-list { gap: 22px 14px; }
  .stat-line__num { font-size: 24px; }
  .hero__floating-tag { padding: 10px 14px; font-size: 14px; }
  .hero__floating-tag-icon { width: 30px; height: 30px; }
  .hero__floating-tag--top { top: 16px; right: 16px; }
  .hero__floating-tag--bot { bottom: 16px; left: 16px; }
  .hero__stats { gap: 16px; }
  .hero__stat-divider { display: none; }
  .reassurance { grid-template-columns: 1fr; gap: 0; }
  .reass-item + .reass-item::before { display: none; }
  .reass-item { padding: 32px 16px; border-top: 1px dashed rgba(26,68,116,.18); }
  .reass-item:first-child { border-top: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .product-carousel > .product { flex: 0 0 70%; }
  .spotlight-product { grid-template-columns: 84px 1fr; gap: 12px; padding: 10px; }
  .universe { grid-template-columns: 1fr; grid-template-rows: auto; gap: 14px; }
  .universe .uni-card { height: 260px; }
  .philo { grid-template-columns: 1fr; }
  .maison { grid-template-columns: 1fr; gap: 16px; }
  .prob__benefits { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr; gap: 14px; }
  .ugc { grid-template-columns: 1fr; max-width: 260px; }
  .trust__grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: start; gap: 12px; }
  .blog-editorial { grid-template-columns: 1fr; }
  .quiz { padding: 40px 24px; gap: 32px; }
  .quiz__steps { gap: 14px; }
  .carousel__item { width: 220px; }
  .marquee__item { font-size: 18px; }
  .marquee__track { gap: 50px; }
  .footer { padding: 60px 0 28px; }
  .footer-bottom { flex-direction: column; align-items: start; gap: 12px; }
  .top-banner { font-size: 14px; padding: 8px 12px; }
}



/* =========================================================
   V5 — SECTION MAISON COMPACT (4 cartes photo)
   ========================================================= */
.maison-compact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.maison-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .35s;
}
.maison-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: rgba(196,132,90,.35); }
.maison-card__photo {
  aspect-ratio: 4/3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.maison-card__photo--baby    { background: radial-gradient(ellipse at 50% 35%, rgba(255,200,160,.65) 0%, transparent 55%), linear-gradient(170deg, #f3dac6 0%, #d9b394 100%); }
.maison-card__photo--kid     { background: radial-gradient(ellipse at 60% 50%, rgba(160,180,220,.55) 0%, transparent 55%), linear-gradient(170deg, #cad6e8 0%, #8ba1c2 100%); }
.maison-card__photo--parent  { background: radial-gradient(ellipse at 40% 60%, rgba(180,160,140,.45) 0%, transparent 55%), linear-gradient(170deg, #3a3530 0%, #6a5a4d 100%); }
.maison-card__photo--couloir { background: radial-gradient(ellipse at 30% 70%, rgba(255,200,150,.55) 0%, transparent 55%), linear-gradient(170deg, #1f2a3d 0%, #3a4a68 100%); }
.maison-card__photo-label {
  font-size: 11px;
  font-family: 'Outfit', monospace;
  letter-spacing: .04em;
  color: rgba(255,255,255,.6);
  background: rgba(0,0,0,.28);
  padding: 4px 10px;
  border-radius: 4px;
}
.maison-card__body  { padding: 22px 22px 26px; display: flex; flex-direction: column; flex-grow: 1; }
.maison-card__room  { font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 8px; display: block; }
.maison-card__title { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.25; }
.maison-card__text  { font-size: 17px; color: var(--text-soft); line-height: 1.6; flex-grow: 1; margin-bottom: 18px; }
.maison-card__cta   { font-size: 16px; font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: 4px; transition: color .2s, gap .2s; margin-top: auto; }
.maison-card:hover .maison-card__cta { color: var(--terracotta); gap: 8px; }

/* =========================================================
   V5 — DESTRUCTURE (Quiz grand gauche + 2 blocs droite)
   ========================================================= */
.destructure-v5 {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 18px;
  min-height: 620px;
  align-items: stretch;
}
.dblock-col-v5 { display: flex; flex-direction: column; gap: 18px; }
.dblock-col-v5 .dblock { flex: 1; min-height: 0; }
.dblock--quiz-tall { min-height: 620px; }
.dblock-stars-bg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.dblock-inner { position: relative; z-index: 1; display: flex; flex-direction: column; height: 100%; }

.quiz-chips-v5 { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.quiz-chip-v5 {
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.18);
  border-radius: 50px;
  color: rgba(255,255,255,.85);
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 22px;
  text-align: left;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.quiz-chip-v5:hover, .quiz-chip-v5--active {
  background: rgba(196,132,90,.2);
  border-color: var(--terracotta);
  color: var(--white);
}
.quiz-stepper-v5 { display: flex; align-items: center; margin-bottom: 4px; }
.quiz-stepper-v5__dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.22); border: 1.5px solid rgba(255,255,255,.3); flex-shrink: 0; }
.quiz-stepper-v5__dot--active { background: var(--terracotta); border-color: var(--terracotta); box-shadow: 0 0 8px rgba(196,132,90,.45); }
.quiz-stepper-v5__line { flex: 1; height: 1.5px; background: rgba(255,255,255,.16); max-width: 36px; }
.age-links-v5  { display: flex; flex-direction: column; gap: 0; margin-top: auto; }
.age-link-v5 {
  font-size: 17px; font-weight: 500;
  color: rgba(255,255,255,.82);
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: color .2s, gap .2s;
}
.age-link-v5:last-child { border-bottom: none; }
.age-link-v5:hover { color: var(--terracotta-soft); gap: 10px; }



/* =========================================================
   V5 — TYPOGRAPHIE FINALE : standard boutique premium
   Corps de texte : 19px — Sous-titres : 18px
   Secondaires : 16px — Labels uppercase : 14px
   ========================================================= */

/* === NAVIGATION & HEADER === */
.top-banner                           { font-size: 15px !important; }
.nav a                                { font-size: 16px !important; }
.hero__eyebrow                        { font-size: 14px !important; }
.hero__journey-step                   { font-size: 17px !important; }
.hero__stat strong                    { font-size: 18px !important; }
.hero__stat span                      { font-size: 16px !important; }

/* === CORPS DE TEXTE PRINCIPAUX === */
body                                  { font-size: 19px !important; line-height: 1.6 !important; }
.hero__sub                            { font-size: 19px !important; }
.prob__text                           { font-size: 18px !important; }
.prob-head__sub                       { font-size: 18px !important; }
.prob__benefit span                   { font-size: 17px !important; }
.prob__benefit strong                 { font-size: 17px !important; }
.stats__intro p                       { font-size: 18px !important; }
.stats-head__sub                      { font-size: 18px !important; }
.spotlight__lead                      { font-size: 18px !important; }
.philo-col__text                      { font-size: 18px !important; }
.philo-col__title                     { font-size: 20px !important; }
.philo-head__sub                      { font-size: 19px !important; }
.maison-head p                        { font-size: 18px !important; }
.maison-pack__line                    { font-size: 18px !important; }
.dblock p                             { font-size: 18px !important; }
.quiz p                               { font-size: 18px !important; }
.solution-bar                         { font-size: 19px !important; }
.pain-card__label                     { font-size: 18px !important; }
.maison-card__text                    { font-size: 18px !important; }
.maison-card__title                   { font-size: 21px !important; }

/* === EYEBROW / LABELS UPPERCASE === */
.eyebrow                              { font-size: 14px !important; }
.maison-card__room                    { font-size: 14px !important; }
.maison-pack__eyebrow                 { font-size: 13px !important; }
.product__moment                      { font-size: 15px !important; }
.uni-card__label small                { font-size: 15px !important; }

/* === PRODUITS === */
.product__name                        { font-size: 18px !important; }
.product__price                       { font-size: 17px !important; }
.product__price s                     { font-size: 16px !important; }
.product__badge                       { font-size: 13px !important; padding: 7px 12px !important; }
.stars                                { font-size: 16px !important; }
.product__rating                      { font-size: 16px !important; }
.product-carousel .product__name      { font-size: 18px !important; }
.product-carousel .product__moment    { font-size: 15px !important; }
.product-carousel .product__price     { font-size: 17px !important; }
.product-carousel .stars              { font-size: 16px !important; }
.product-carousel .product__rating    { font-size: 16px !important; }
.spotlight-product__info .product__name    { font-size: 18px !important; white-space: normal !important; }
.spotlight-product__info .product__moment  { font-size: 15px !important; }
.spotlight-product__info .product__rating  { font-size: 16px !important; }
.spotlight-product__info .stars            { font-size: 16px !important; }
.spotlight-product__bottom .product__price { font-size: 17px !important; }

/* === LIENS DE SECTION === */
.section-link                         { font-size: 18px !important; font-weight: 600 !important; }
.uni-card__link                       { font-size: 17px !important; }
.maison-card__cta                     { font-size: 17px !important; font-weight: 600 !important; }
.age-link-v5                          { font-size: 18px !important; }

/* === TÉMOIGNAGES === */
.testimonial__text                    { font-size: 18px !important; }
.testimonial__who strong              { font-size: 18px !important; }
.testimonial__who span                { font-size: 16px !important; }
.testimonial__stars                   { font-size: 17px !important; }
.rating-badge                         { font-size: 17px !important; }
.rating-badge .stars                  { font-size: 17px !important; }

/* === STATS === */
.stat-line__label                     { font-size: 17px !important; }
.benefit-card__label                  { font-size: 18px !important; }
.benefit-block h3                     { font-size: 15px !important; }

/* === UGC === */
.ugc__caption strong                  { font-size: 18px !important; }
.ugc__caption span                    { font-size: 16px !important; }

/* === BLOG === */
.blog-hero__cat                       { font-size: 13px !important; }
.blog-hero__title                     { font-size: 21px !important; }
.blog-hero__excerpt                   { font-size: 18px !important; }
.blog-hero__cta                       { font-size: 17px !important; }
.blog-side-item__title                { font-size: 17px !important; }
.blog-side-item__cat                  { font-size: 13px !important; }
.blog-side-item__link                 { font-size: 16px !important; }

/* === CONFIANCE === */
.trust-item strong                    { font-size: 18px !important; }
.trust-item span                      { font-size: 17px !important; }

/* === FAQ === */
.faq-tab                              { font-size: 17px !important; padding: 12px 26px !important; }
.faq-q                                { font-size: 19px !important; }
.faq-a                                { font-size: 18px !important; }

/* === FOOTER === */
.footer__about                        { font-size: 16px !important; }
.footer h4                            { font-size: 16px !important; }
.footer li a                          { font-size: 16px !important; }
.footer-bottom                        { font-size: 15px !important; }
.newsletter input                     { font-size: 16px !important; }

/* === QUIZ CHIPS V5 === */
.quiz-chip-v5                         { font-size: 18px !important; }

</style>

