/* ===================================================
   VIVOFRESH — style.css
   Mobile-first, Poppins, palette océan
   =================================================== */

/* ─── GOOGLE FONTS ─── */
/* Loaded via <link> in HTML head — no @import needed */

/* ─── VARIABLES ─── */
:root {
  --orange: #E8622A;
  --teal: #1A6B6B;
  --teal-dark: #0F4040;
  --cream: #F5F0E8;
  --turquoise: #4A9B8E;
  --gold: #C9A96E;
  --white: #FFFFFF;
  --text: #1A1A1A;
  --text-muted: #666666;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-pill: 50px;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);
  --shadow-md: 0 6px 24px rgba(0, 0, 0, .12);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, .16);

  --transition: .3s ease;
  --font: 'Poppins', sans-serif;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: var(--font);
}

input,
textarea,
select {
  font-family: var(--font);
}

/* ─── CONTAINER ─── */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── SECTIONS SPACING ─── */
.section {
  padding: 48px 0;
}

@media (min-width: 1024px) {
  .section {
    padding: 80px 0;
  }
}

/* ─── TYPOGRAPHY ─── */
h1 {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 600;
  line-height: 1.3;
}

p {
  font-size: clamp(15px, 2vw, 17px);
  color: var(--text-muted);
}

.section-title {
  text-align: center;
  color: var(--teal);
  margin-bottom: 8px;
}

.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 40px;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  white-space: nowrap;
}

.btn:hover {
  transform: scale(1.03);
}

.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(232, 98, 42, .35);
}

.btn-primary:hover {
  background: #d45520;
  box-shadow: 0 6px 28px rgba(232, 98, 42, .45);
}

.btn-secondary {
  background: transparent;
  color: var(--orange);
  border: 2px solid var(--orange);
}

.btn-secondary:hover {
  background: var(--orange);
  color: var(--white);
}

.btn-white {
  background: var(--white);
  color: var(--teal);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.btn-white:hover {
  background: var(--cream);
}

.btn-full {
  width: 100%;
  justify-content: center;
}

/* ─── BADGES ─── */
.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.badge-orange {
  background: var(--orange);
  color: var(--white);
}

.badge-teal {
  background: var(--teal);
  color: var(--white);
}

.badge-cream {
  background: var(--cream);
  color: var(--teal);
  border: 1px solid var(--teal);
}

/* ─── STARS ─── */
.stars {
  color: var(--orange);
  font-size: 18px;
  letter-spacing: 2px;
}

.stars-sm {
  color: var(--orange);
  font-size: 14px;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: .1s;
}

.reveal-delay-2 {
  transition-delay: .2s;
}

.reveal-delay-3 {
  transition-delay: .3s;
}

.reveal-delay-4 {
  transition-delay: .4s;
}

/* =====================================================
   TOP BANNER — barre défilante
   ===================================================== */
.top-banner {
  background: var(--teal);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  padding: 9px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 100;
}

.top-banner__track {
  display: inline-flex;
  animation: marquee 28s linear infinite;
}

.top-banner__track:hover {
  animation-play-state: paused;
}

.top-banner__item {
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-banner__item::before {
  content: '•';
  color: var(--orange);
  font-size: 18px;
}

.top-banner__item:first-child::before {
  display: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* =====================================================
   NAVBAR
   ===================================================== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--white);
  transition: box-shadow var(--transition);
}

.navbar.scrolled {
  box-shadow: var(--shadow-md);
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo */
.navbar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar__logo-icon {
  width: auto;
  height: 40px;
}

.navbar__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.navbar__logo-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: -0.5px;
}

.navbar__logo-tagline {
  font-size: 9px;
  font-weight: 600;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Nav links */
.navbar__links {
  display: none;
  gap: 32px;
}

.navbar__links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  transition: color var(--transition);
  position: relative;
}

.navbar__links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width var(--transition);
}

.navbar__links a:hover {
  color: var(--teal);
}

.navbar__links a:hover::after {
  width: 100%;
}

/* CTA */
.navbar__cta {
  display: none;
}

/* Hamburger */
.navbar__burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.navbar__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
  transition: var(--transition);
}

.navbar__burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar__burger.open span:nth-child(2) {
  opacity: 0;
}

.navbar__burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu */
.navbar__mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-top: 1px solid #eee;
  padding: 16px 24px 24px;
  gap: 16px;
}

.navbar__mobile-menu.open {
  display: flex;
}

.navbar__mobile-menu a {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.navbar__mobile-menu .btn {
  margin-top: 8px;
  text-align: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .navbar__links {
    display: flex;
  }

  .navbar__cta {
    display: flex;
  }

  .navbar__burger {
    display: none;
  }
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.hero {
  background: var(--white);
  padding: 48px 0 56px;
  overflow: hidden;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.hero__image-wrap {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--cream);
}

.hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  /* Zoom in slightly to crop out the AI watermark */
  transform-origin: center center;
}

.hero__badge-float {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
}

.hero__eyebrow {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--orange);
  margin-bottom: 12px;
}

.hero__title {
  color: var(--teal);
  margin-bottom: 16px;
}

.hero__subtitle {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 28px;
  max-width: 480px;
}

.hero__bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.hero__bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--text);
}

.hero__bullet-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--teal);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-top: 1px;
}

.hero__cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero__trust {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.hero__trust span {
  color: var(--teal);
  font-weight: 600;
}

@media (min-width: 768px) {
  .hero__cta-wrap {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .hero {
    padding: 80px 0 96px;
  }

  .hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }

  .hero__image-wrap {
    aspect-ratio: 3/4;
  }
}

/* =====================================================
   STATS BAR
   ===================================================== */
.stats-bar {
  background: var(--cream);
  padding: 32px 0;
}

.stats-bar__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  text-align: center;
}

.stat__number {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}

.stat__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .stats-bar__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* =====================================================
   TRUST STRIP — bande confiance défilante
   ===================================================== */
.trust-strip {
  background: var(--white);
  padding: 48px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: fit-content;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .trust-strip__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 48px;
  }
}

.trust-strip__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.trust-strip__icon {
  width: 44px;
  height: 44px;
  background: var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.trust-strip__text {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 1024px) {
  .trust-strip__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 80px;
  }

  .trust-strip__text {
    font-size: 16px;
  }

  .trust-strip__icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
}

/* =====================================================
   REVIEWS CAROUSEL
   ===================================================== */
.reviews {
  background: var(--cream);
  padding: 56px 0;
  overflow: hidden;
}

.reviews__header {
  margin-bottom: 32px;
}

.reviews--cream {
  background: var(--cream);
}

.reviews__cta {
  text-align: center;
  margin-top: 32px;
}

.reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .reviews__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.review-card {
  width: 100%;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--teal);
  flex-shrink: 0;
}

.review-card__meta {
  flex: 1;
}

.review-card__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.review-card__date {
  font-size: 12px;
  color: var(--text-muted);
}

.review-card__stars {
  margin-bottom: 8px;
}

.review-card__text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 10px;
}

.review-card__badge {
  font-size: 11px;
  color: var(--turquoise);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* =====================================================
   STORY SPLIT (4 parts diagonally)
   ===================================================== */
.story-split {
  background: var(--cream);
  padding: 80px 0 0;
  border-top: 1px solid #e8e0d0;
  overflow: hidden;
}

.story-split__header {
  text-align: center;
  margin-bottom: 120px;
  padding: 0 24px;
}

.story-split__eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--orange);
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}

.story-split__eyebrow::before,
.story-split__eyebrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: var(--orange);
  opacity: 0.5;
}

.story-split__eyebrow::before { right: calc(100% + 14px); }
.story-split__eyebrow::after  { left:  calc(100% + 14px); }

.story-split__title {
  color: var(--teal);
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 12px;
}

.story-split__subtitle {
  color: var(--text-muted);
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto;
}

.story-split__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Mobile: toutes les cases ont la meme hauteur fixe */
.story-split__item {
  position: relative;
  height: 360px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  overflow: visible;
  color: var(--white);
}

.story-split__image-wrap {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 10%;
  overflow: hidden;
  z-index: 1;
  border-radius: 16px;
}

/* Background image setup */
.story-split__bg {
  position: absolute;
  top: -10px; left: -10px; right: -10px; bottom: -10px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.85) saturate(1.1);
}

/* Hover zoom effect */
.story-split__item:hover .story-split__bg {
  transform: scale(1.08);
  filter: brightness(0.7) saturate(1.2);
}

/* Gradient overlay — teal VivoFresh, sombre en haut (texte), transparent en bas (image visible) */
.story-split__overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 64, 64, 0.85) 0%,
    rgba(15, 64, 64, 0.5) 45%,
    rgba(15, 64, 64, 0) 100%
  );
  z-index: 2;
  transition: background 0.5s ease;
}

.story-split__item:hover .story-split__overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 64, 64, 0.9) 0%,
    rgba(15, 64, 64, 0.4) 45%,
    rgba(15, 64, 64, 0) 100%
  );
}

/* Content card — glass effect teal, en haut + large */
.story-split__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  height: 216px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  background: rgba(15, 64, 64, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(74, 155, 142, 0.15);
  border-radius: 12px;
  transition: transform 0.5s ease, background 0.5s ease, border-color 0.5s ease;
  margin-top: -65px;
}

.story-split__item:hover .story-split__content {
  background: rgba(15, 64, 64, 0.45);
  border-color: rgba(74, 155, 142, 0.3);
}

/* Step number badge — orange VivoFresh */
.story-split__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(232, 98, 42, 0.4);
}

.story-split__step {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(15, 64, 64, 0.6);
}

.story-split__divider {
  width: 36px;
  height: 2px;
  background: var(--orange);
  border: none;
  margin: 10px auto 14px;
  border-radius: 2px;
}

.story-split__text {
  font-size: 14px;
  color: rgba(245, 240, 232, 0.92);
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(15, 64, 64, 0.7);
  width: 100%;
  text-align: center;
}

/* ---- Desktop layout — 4 colonnes egales ---- */
@media (min-width: 1024px) {
  .story-split {
    padding: 96px 0 0;
  }

  .story-split__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    height: 594px;
    background: var(--cream);
  }

  .story-split__item {
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
  }

  .story-split__overlay {
    background: linear-gradient(
      180deg,
      rgba(15, 64, 64, 0.85) 0%,
      rgba(15, 64, 64, 0.45) 40%,
      rgba(15, 64, 64, 0) 100%
    );
  }

  .story-split__item:hover .story-split__overlay {
    background: linear-gradient(
      180deg,
      rgba(15, 64, 64, 0.9) 0%,
      rgba(15, 64, 64, 0.35) 40%,
      rgba(15, 64, 64, 0) 100%
    );
  }

  /* Content cards — pleine largeur colonne */
  .story-split__content {
    width: 100%;
    max-width: 100%;
    padding: 16px 8px;
  }

  .story-split__step {
    font-size: 16px;
  }

  .story-split__text {
    font-size: 13px;
    width: 100%;
    line-height: 1.5;
  }

  .story-split__number {
    width: 34px;
    height: 34px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .story-split__divider {
    margin: 8px auto 10px;
  }
}

/* Large screens */
@media (min-width: 1400px) {
  .story-split__container {
    height: 648px;
  }

  .story-split__content {
    padding: 22px 18px;
  }

  .story-split__step {
    font-size: 19px;
  }

  .story-split__text {
    font-size: 12.5px;
    width: 100%;
  }
}

/* =====================================================
   COMPARISON
   ===================================================== */
.comparison {
  background: var(--cream);
}

.comparison__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.comparison__col {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}

.comparison__col--bad {
  border-top: 4px solid #e0e0e0;
}

.comparison__col--good {
  border-top: 4px solid var(--teal);
}

.comparison__col-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--teal);
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  text-align: center;
}

.comparison__col--bad .comparison__col-title {
  color: #fff;
}

.comparison__col--good .comparison__col-title {
  color: #fff;
}

.comparison__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comparison__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}

.comparison__icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.comparison__item-text strong {
  display: block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.comparison__col--bad .comparison__item-text strong {
  color: #999;
}

.comparison__col--good .comparison__item-text strong {
  color: var(--teal);
}

.comparison__item-text span {
  color: var(--text-muted);
  font-size: 13px;
}

.comparison__cta {
  text-align: center;
}

@media (min-width: 768px) {
  .comparison__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =====================================================
   BENEFITS GRID
   ===================================================== */
.benefits {
  background: var(--teal);
}

.benefits .section-title {
  color: var(--white);
}

.benefits .section-subtitle {
  color: rgba(245, 240, 232, 0.8);
}

.benefits__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.benefits__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.benefits__center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.benefits__image {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  filter: drop-shadow(0 12px 24px rgba(26, 107, 107, 0.15));
  transition: transform var(--transition);
}

.benefits__center:hover .benefits__image {
  transform: scale(1.05);
}

.benefit-card {
  padding: 24px;
  border-radius: var(--radius-md);
  background: var(--cream);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.benefit-card__icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.benefit-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 6px;
}

.benefit-card__text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .benefits__grid {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }

  .benefits__col {
    width: 30%;
    justify-content: space-around;
  }

  .benefits__center {
    width: 35%;
  }

  .benefits__image {
    max-width: 100%;
  }

  /* Sur desktop, on aligne la colonne de gauche vers la droite pour encadrer l'image */
  .benefits__col--left .benefit-card {
    text-align: right;
    align-items: center;
    flex-direction: row-reverse;
    gap: 16px;
    padding: 20px;
  }

  .benefits__col--right .benefit-card {
    text-align: left;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    padding: 20px;
  }

  .benefits__col--left .benefit-card__icon,
  .benefits__col--right .benefit-card__icon {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/* =====================================================
   PRODUCTS SECTION
   ===================================================== */
.products {
  background: var(--cream);
}

.products__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.product-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.product-card__image-wrap {
  position: relative;
  aspect-ratio: 1;
  background: var(--cream);
  overflow: hidden;
}

.product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.product-card:hover .product-card__image-wrap img {
  transform: scale(1.05);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
}

.product-card__body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card__category {
  font-size: 11px;
  font-weight: 700;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.product-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 6px;
}

.product-card__subtitle {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
  flex: 1;
}

.product-card__stars {
  margin-bottom: 12px;
}

.product-card__reviews-count {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}

.product-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.product-card__price-main {
  font-size: 22px;
  font-weight: 700;
  color: var(--teal);
}

.product-card__price-note {
  font-size: 12px;
  color: var(--text-muted);
}

@media (min-width: 768px) {
  .products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =====================================================
   RITUAL STEPS
   ===================================================== */
/* =====================================================
   RITUEL 3 ÉTAPES — ZIGZAG TIMELINE + CTA
   ===================================================== */
.ritual {
  background: var(--teal-dark);
  padding: 80px 0 0;
  overflow: hidden;
}

.ritual__header {
  text-align: center;
  margin-bottom: 56px;
}

.ritual__eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--orange);
  margin-bottom: 12px;
}

.ritual__title {
  color: var(--cream);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
}

.ritual__subtitle {
  color: rgba(245, 240, 232, 0.6);
  font-size: 16px;
}

/* --- Timeline container --- */
.ritual__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Ligne verticale centrale (desktop uniquement) */
.ritual__timeline::before {
  display: none;
}

/* --- Row : chaque étape --- */
.ritual-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Image */
.ritual-row__img-side {
  width: 100%;
  max-width: 300px;
}

.ritual-row__img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

/* Numéro + dot (mobile: entre image et texte) */
.ritual-row__line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ritual-row__dot {
  width: 14px;
  height: 14px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(232, 98, 42, 0.2);
  flex-shrink: 0;
}

.ritual-row__num {
  font-size: 48px;
  font-weight: 900;
  color: rgba(245, 240, 232, 0.08);
  line-height: 1;
  letter-spacing: -2px;
}

/* Texte */
.ritual-row__text-side {
  text-align: center;
}

.ritual-row__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--cream);
  margin-bottom: 8px;
}

.ritual-row__text {
  font-size: 15px;
  color: rgba(245, 240, 232, 0.7);
  line-height: 1.7;
  max-width: 360px;
  margin: 0 auto;
}

/* --- CTA bannière --- */
.ritual__cta {
  background: var(--orange);
  margin-top: 64px;
  padding: 40px 0;
}

.ritual__cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.ritual__cta-title {
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.ritual__cta .ritual__cta-btn {
  background: var(--white);
  color: var(--orange);
  border: none;
  border-radius: 50px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ritual__cta .ritual__cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  background: var(--cream);
}

/* --- Desktop : zigzag timeline --- */
@media (min-width: 768px) {
  .ritual {
    padding: 96px 0 0;
  }

  .ritual__title {
    font-size: 42px;
  }

  .ritual__timeline {
    gap: 0;
    padding: 0 0 20px;
  }

  /* Ligne verticale au centre */
  .ritual__timeline::before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--orange), var(--turquoise));
    transform: translateX(-50%);
    z-index: 1;
  }

  .ritual-row {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 40px 0;
  }

  /* Image à gauche, texte à droite */
  .ritual-row__img-side {
    flex: 1;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
  }

  .ritual-row__img {
    width: 320px;
    height: 220px;
  }

  .ritual-row__text-side {
    flex: 1;
    text-align: left;
    padding-left: 60px;
  }

  .ritual-row__text {
    margin-left: 0;
    margin-right: auto;
  }

  /* Colonne centrale : dot + num */
  .ritual-row__line {
    flex-direction: column;
    gap: 4px;
    position: relative;
    z-index: 2;
    width: 60px;
    flex-shrink: 0;
  }

  .ritual-row__dot {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 6px rgba(232, 98, 42, 0.15), 0 0 20px rgba(232, 98, 42, 0.3);
  }

  .ritual-row__num {
    font-size: 56px;
    color: rgba(245, 240, 232, 0.06);
  }

  /* Reverse : image à droite, texte à gauche */
  .ritual-row--reverse {
    flex-direction: row-reverse;
  }

  .ritual-row--reverse .ritual-row__img-side {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 60px;
  }

  .ritual-row--reverse .ritual-row__text-side {
    text-align: right;
    padding-left: 0;
    padding-right: 60px;
  }

  .ritual-row--reverse .ritual-row__text {
    margin-left: auto;
    margin-right: 0;
  }

  /* CTA horizontal */
  .ritual__cta-inner {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }

  .ritual__cta-title {
    font-size: 28px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .ritual-row__img {
    width: 380px;
    height: 260px;
  }

  .ritual-row__title {
    font-size: 26px;
  }

  .ritual-row__text {
    font-size: 16px;
    max-width: 400px;
  }
}

/* =====================================================
   FOOTER
   ===================================================== */
.footer {
  background: var(--teal-dark);
  padding: 56px 0 0;
  color: rgba(255, 255, 255, .8);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer__logo-img {
  width: auto;
  height: 60px;
}

.footer__boutique {
  margin-top: 24px;
}

.footer__amazon-btn {
  font-size: 13px;
  padding: 10px 20px;
}

.footer__logo-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}

.footer__logo-tagline {
  font-size: 9px;
  font-weight: 600;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer__tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.5;
}

.footer__col-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--orange);
  margin-bottom: 16px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__links a {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  transition: color var(--transition);
}

.footer__links a:hover {
  color: var(--white);
}

.footer__social {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.footer__social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background var(--transition);
  color: var(--white);
}

.footer__social-link:hover {
  background: var(--orange);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
}

.footer__bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.footer__copy {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
}

.footer__disclaimer {
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
  max-width: 680px;
  line-height: 1.5;
  font-style: italic;
}

@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

/* =====================================================
   PRODUCT PAGE HERO
   ===================================================== */
.product-hero {
  background: var(--white);
  padding: 40px 0 56px;
}

.product-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

/* Gallery */
/* .product-gallery — styles on child elements below */

.product-gallery__main {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--cream);
  margin-bottom: 12px;
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__thumbs {
  display: flex;
  gap: 10px;
}

.product-gallery__thumb {
  flex: 1;
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--transition);
  background: var(--cream);
}

.product-gallery__thumb.active {
  border-color: var(--teal);
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product info */
.product-info__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.product-info__rating-score {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.product-info__rating-count {
  font-size: 13px;
  color: var(--text-muted);
}

.product-info__title {
  color: var(--teal);
  margin-bottom: 8px;
}

.product-info__desc {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.7;
}

.product-info__bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.product-info__bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
}

.product-info__bullet-icon {
  width: 20px;
  height: 20px;
  background: var(--teal);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Flavor selector */
.product-info__flavor-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-info__flavors {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.flavor-btn {
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #ddd;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
  background: var(--white);
}

.flavor-btn.active {
  border-color: var(--teal);
  color: var(--teal);
  background: rgba(26, 107, 107, .05);
}

.flavor-btn:hover:not(.active) {
  border-color: var(--teal);
  color: var(--teal);
}

/* Price */
.product-info__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.product-info__price-old {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}

.product-info__price-main {
  font-size: 32px;
  font-weight: 700;
  color: var(--teal);
}

.product-info__price-note {
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

/* Sub-CTA */
.product-info__sub-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.product-info__trust-item {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-info__trust-item .check {
  color: var(--teal);
  font-weight: 700;
}

/* Payment badges */
.product-info__payment {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.payment-badge {
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  background: #fafafa;
}

@media (min-width: 1024px) {
  .product-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }

  .product-hero {
    padding: 64px 0 80px;
  }
}

/* =====================================================
   REPLACES — DESIGN PREMIUM (sea-moss page)
   ===================================================== */
.replaces {
  background: var(--teal-dark);
  color: var(--white);
  overflow: hidden;
  padding: 80px 0;
}

/* ── En-tête centré ── */
.replaces__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}

.replaces__eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #7dd3c8;
  border: 1px solid rgba(74, 155, 142, 0.35);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.replaces__title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 18px;
}

.replaces__title-em {
  font-style: normal;
  color: var(--turquoise);
}

.replaces__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

/* ── Stage 3 colonnes ── */
.replaces__stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Labels colonnes ── */
.replaces__col-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

.replaces__col-label--before {
  color: rgba(255, 255, 255, 0.8);
}

.replaces__col-label--after {
  color: var(--orange);
}

/* ── Cartes "remplacées" ── */
.replaced-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.replaced-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 14px 18px;
  height: 60px;
  box-sizing: border-box;
  transition: background 0.3s ease;
}

.replaced-item:hover {
  background: rgba(255, 255, 255, 0.12);
}


.replaced-item__icon {
  font-size: 22px;
  flex-shrink: 0;
  opacity: 0.85;
}

.replaced-item__name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.replaced-item__x {
  font-size: 17px;
  color: var(--orange);
  font-weight: 700;
  flex-shrink: 0;
}

/* ── Centre : produit héros ── */
.replaces__center {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 32px;
}

.replaces__product-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.replaces__product-glow {
  position: absolute;
  inset: -48px;
  background: radial-gradient(circle, rgba(74, 155, 142, 0.30) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  animation: replaces-pulse 3s ease-in-out infinite;
}

@keyframes replaces-pulse {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

.replaces__product-img {
  width: 200px;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  filter: drop-shadow(0 32px 56px rgba(0, 0, 0, 0.6));
}

.replaces__product-badge {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--turquoise);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 6px 18px;
  border-radius: 50px;
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(74, 155, 142, 0.45);
}

/* ── Gains ── */
.gained-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gained-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(243, 146, 55, 0.15);
  border: 1px solid rgba(243, 146, 55, 0.35);
  border-radius: 12px;
  padding: 14px 18px;
  height: 60px;
  box-sizing: border-box;
  transition: background 0.3s ease;
}

.gained-item:hover {
  background: rgba(243, 146, 55, 0.25);
}

.gained-item__check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.gained-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

.gained-item p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
  margin: 0;
}

/* ── Barre de stats ── */
.replaces__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 28px 32px;
  margin-top: 56px;
}

.replaces__stat {
  flex: 1;
  min-width: 110px;
  text-align: center;
  padding: 8px 20px;
}

.replaces__stat-num {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: var(--turquoise);
  line-height: 1;
  margin-bottom: 6px;
}

.replaces__stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.replaces__stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* ── Desktop ── */
@media (min-width: 1024px) {
  .replaces__stage {
    grid-template-columns: 1fr auto 1fr;
    gap: 56px;
  }

  .replaces__product-img {
    width: 240px;
  }
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .replaces {
    padding: 56px 0;
  }

  .replaces__header {
    margin-bottom: 40px;
  }

  .replaces__stat-divider {
    display: none;
  }

  .replaces__stats {
    gap: 16px;
    padding: 20px;
  }

  .replaces__stat-num {
    font-size: 26px;
  }

  .replaces__product-img {
    width: 160px;
  }
}

/* =====================================================
   INGREDIENTS
   ===================================================== */
/* =====================================================
   DISCOVER SEA MOSS (replaces old ingredients)
   ===================================================== */
.discover {
  background: var(--white);
  padding: 80px 0 40px;
}

/* ── Bloc 1 : Intro éducative ── */
.discover__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 64px;
}

.discover__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(74, 155, 142, 0.1);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.discover__title {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  color: var(--teal-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}

.discover__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 32px;
}

.discover__desc em {
  color: var(--teal);
  font-style: italic;
}

.discover__facts {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.discover__fact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 140px;
  padding: 18px 20px;
  background: var(--cream);
  border-radius: 12px;
  border-left: 4px solid var(--teal);
  text-align: left;
}

.discover__fact-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
}

.discover__fact-label {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.4;
}

.discover__intro-image {
  text-align: center;
}

.discover__intro-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

/* ── Bloc 2 : Composition ── */
.discover__composition {
  text-align: center;
  margin-bottom: 56px;
}

.discover__section-title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  color: var(--teal-dark);
  margin-bottom: 8px;
}

.discover__section-sub {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 36px;
}

.discover__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.discover__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 4px;
  justify-items: center;
  background: var(--cream);
  border: 1px solid #e8e0d0;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discover__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.discover__card-icon {
  font-size: 32px;
  align-self: end;
}

.discover__card-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--teal-dark);
  align-self: center;
}

.discover__card-origin {
  font-size: 12px;
  font-weight: 600;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  align-self: center;
}

.discover__card-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  align-self: start;
}

/* ── Bloc 3 : Exclusions ── */
.discover__exclusions {
  text-align: center;
  margin-bottom: 40px;
}

.discover__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.discover__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #991b1b;
}

.discover__badge-x {
  font-weight: 700;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: #dc2626;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── CTA ── */
.discover__cta {
  text-align: center;
  padding-top: 0;
  padding-bottom: 16px;
}

/* ── Desktop ── */
@media (min-width: 768px) {
  .discover__intro {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }

  .discover__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ingredients {
  background: var(--white);
}

.ingredients__box {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.ingredients__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.ingredient-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  background: var(--cream);
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  color: var(--teal);
}

.ingredient-item__origin {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-muted);
  margin-left: 8px;
}

.ingredients__tagline {
  font-size: 18px;
  font-weight: 600;
  color: var(--teal);
  margin-top: 24px;
}

.ingredients__sub {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 6px;
}

/* =====================================================
   CONTACT PAGE
   ===================================================== */
.contact-page {
  background: var(--white);
}

.contact-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 12px 16px;
  border: 2px solid #e8e8e8;
  border-radius: var(--radius-sm);
  font-size: 15px;
  color: var(--text);
  transition: border-color var(--transition);
  background: var(--white);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-info__title {
  color: var(--teal);
  margin-bottom: 8px;
}

.contact-info__text {
  color: var(--text-muted);
  margin-bottom: 24px;
}

.contact-info__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
}

.contact-info__item-icon {
  font-size: 22px;
}

/* FAQ Accordion */
.faq {
  margin-top: 40px;
}

.faq__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 16px;
}

.faq-item {
  border: 1px solid #e8e8e8;
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
  overflow: hidden;
}

.faq-item__question {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  background: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background var(--transition);
}

.faq-item__question:hover {
  background: var(--cream);
}

.faq-item__icon {
  color: var(--teal);
  font-size: 20px;
  transition: transform var(--transition);
  flex-shrink: 0;
}

.faq-item.open .faq-item__icon {
  transform: rotate(45deg);
}

.faq-item__answer {
  display: none;
  padding: 0 20px 16px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-item.open .faq-item__answer {
  display: block;
}

@media (min-width: 1024px) {
  .contact-page__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

/* =====================================================
   MENTIONS LÉGALES
   ===================================================== */
.legal-page {
  background: var(--white);
}

.legal-page__content {
  max-width: 800px;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cream);
}

.legal-section p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 8px;
}

.legal-section strong {
  color: var(--text);
}

/* =====================================================
   IMAGE PLACEHOLDERS (until real assets are ready)
   ===================================================== */
.img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(135deg, var(--cream) 0%, #e8e0d0 100%);
  color: var(--teal);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}

.img-placeholder span {
  font-size: 40px;
}

/* =====================================================
   UTILITY CLASSES
   ===================================================== */
.text-center {
  text-align: center;
}

.text-orange {
  color: var(--orange);
}

.text-teal {
  color: var(--teal);
}

.bg-cream {
  background: var(--cream);
}

.bg-teal {
  background: var(--teal);
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

/* Hide on mobile / show on desktop */
.hide-mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .hide-mobile {
    display: initial !important;
  }

  .hide-desktop {
    display: none !important;
  }
}

/* =====================================================
   REDUCED MOTION
   ===================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =====================================================
   PRINT
   ===================================================== */
@media print {

  .top-banner,
  .navbar,
  .trust-strip,
  .reviews,
  .footer {
    display: none;
  }
}

/* =====================================================
   FAQ
   ===================================================== */
.faq {
  background: var(--cream);
}

.faq__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(26, 107, 107, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq__item[open] {
  box-shadow: 0 4px 16px rgba(26, 107, 107, 0.1);
}

.faq__question {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 15px;
  color: var(--teal-dark);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::after {
  content: '+';
  font-size: 20px;
  font-weight: 700;
  color: var(--teal);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq__item[open] .faq__question::after {
  content: '−';
  transform: rotate(180deg);
}

.faq__answer {
  padding: 0 24px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* (replaces section styles moved above — see REPLACES DESIGN PREMIUM block) */

/* =====================================================
   CTA FINAL (page produit)
   ===================================================== */
.cta-final {
  background: var(--teal-dark);
  padding: 72px 0;
  text-align: center;
}

.cta-final__title {
  color: var(--white);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  margin-bottom: 12px;
}

.cta-final__subtitle {
  color: rgba(245, 240, 232, 0.75);
  font-size: 15px;
  margin-bottom: 32px;
}

.cta-final .btn-white {
  font-size: 17px;
  padding: 16px 36px;
  border-radius: 50px;
}

/* =====================================================
   REVIEWS ROWS (page produit — carrousel horizontal)
   ===================================================== */
/* ── Reviews Carousel ── */
.reviews-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviews-carousel__track {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.reviews-carousel__track .review-card {
  flex: 0 0 100%;
  min-width: 0;
}

.reviews-carousel__btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--teal);
  background: var(--white);
  color: var(--teal);
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 2;
}

.reviews-carousel__btn:hover {
  background: var(--teal);
  color: var(--white);
}

.reviews-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.reviews-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #d1d5db;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.reviews-carousel__dot--active {
  background: var(--teal);
  transform: scale(1.3);
}

@media (min-width: 768px) {
  .reviews-carousel__track .review-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (min-width: 1024px) {
  .reviews-carousel__track .review-card {
    flex: 0 0 calc(33.333% - 14px);
  }
}

/* =====================================================
   BREADCRUMB (page produit)
   ===================================================== */
.breadcrumb {
  background: var(--cream);
  padding: 10px 0;
  font-size: 13px;
  color: var(--text-muted);
}

.breadcrumb a {
  color: var(--teal);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb__sep {
  margin: 0 8px;
}

/* =====================================================
   PRODUCT PAGE — inline style replacements
   ===================================================== */
.product-gallery__thumb img[class*="cover"],
.product-gallery__thumb img {
  object-fit: cover;
}

.product-cta-main {
  font-size: 17px;
  padding: 18px 32px;
}

.product-info__badge-wrap {
  margin-bottom: 10px;
}

.benefits__grid--product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.benefits__grid--product .benefit-card {
  height: 100%;
}

@media (min-width: 768px) {
  .benefits__grid--product {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefits__center--product {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits__center--product img {
  width: 100%;
  border-radius: 32px;
  object-fit: cover;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.06);
}

.ingredients__image {
  width: 100%;
  border-radius: 32px;
  object-fit: cover;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.06);
}

.ingredients__box {
  margin: 0;
  text-align: left;
}

.ingredients__box .section-title,
.ingredients__box .section-subtitle {
  text-align: left;
}

.ingredients__box .section-subtitle {
  margin-bottom: 24px;
}

.ingredients__tagline {
  margin-top: 24px;
}

.ingredients__cta {
  text-align: center;
  padding-top: 0;
  padding-bottom: 16px;
}

.story__inner--centered {
  align-items: center;
}

.navbar__link--active {
  color: var(--teal);
}

/* ─── UTILITY ─── */
.link--teal { color: var(--teal); }

/* ─── CONTACT PAGE ─── */
.contact-header {
  background: var(--teal);
  padding: 56px 0 48px;
  text-align: center;
}

.contact-header__title {
  color: white;
  font-size: clamp(28px, 5vw, 42px);
  margin-bottom: 8px;
}

.contact-header__subtitle {
  color: rgba(255, 255, 255, .75);
  font-size: 17px;
  max-width: 500px;
  margin: 0 auto;
}

.contact-form__title {
  color: var(--teal);
  margin-bottom: 8px;
  font-size: 22px;
}

.contact-form__intro {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: 15px;
}

.contact-form__submit {
  align-self: flex-start;
}

.contact-form__legal {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 8px;
}

.contact-info__title {
  font-size: 20px;
  margin-bottom: 8px;
}

.contact-info__email {
  font-weight: 600;
}

.contact-info__socials {
  margin-top: 24px;
}

.contact-info__socials-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.contact-info__socials-links {
  display: flex;
  gap: 12px;
}

.contact-info__social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-weight: 600;
  font-size: 14px;
}

/* ─── MENTIONS LÉGALES PAGE ─── */
.legal-header {
  background: var(--cream);
  padding: 48px 0 40px;
  border-bottom: 1px solid #e8e0d0;
}

.legal-header__title {
  color: var(--teal);
  font-size: clamp(24px, 4vw, 36px);
}

.legal-header__subtitle {
  color: var(--text-muted);
  margin-top: 8px;
}

.legal-footer-box {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin-top: 40px;
}

.legal-footer-box__text {
  font-size: 13px;
  color: var(--text-muted);
}

.legal-footer-box__text--mt {
  margin-top: 4px;
}

/* =====================================================
   COOKIE BANNER
   ===================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--teal-dark);
  color: var(--cream);
  padding: 16px 20px;
  z-index: 9999;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .cookie-banner__inner {
    flex-direction: row;
    text-align: left;
  }
}

.cookie-banner__text {
  font-size: 13px;
  line-height: 1.5;
  flex: 1;
}

.cookie-banner__text a {
  color: var(--orange);
  text-decoration: underline;
}

.cookie-banner__btn {
  white-space: nowrap;
  font-size: 13px;
  padding: 8px 24px;
}