/*
Theme Name: Soins Aura
Theme URI: https://soinsayurvediques.fr
Author: Mat
Description: Theme basé sur la landing HTML Soins Ayurvédiques.
Version: 1.0
*/

.home-page {
  position: relative;
  isolation: isolate;
}

body.page-template-page-oracle .site-header__meta {
  display: none !important;
}

.home-page::before,
.home-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(4px);
}

.home-page::before {
  top: 18rem;
  right: min(5vw, 4rem);
  width: clamp(9rem, 18vw, 18rem);
  height: clamp(9rem, 18vw, 18rem);
  background: radial-gradient(circle, rgba(200, 226, 58, 0.22), transparent 68%);
}

.home-page::after {
  top: 64rem;
  left: -5rem;
  width: clamp(12rem, 22vw, 22rem);
  height: clamp(12rem, 22vw, 22rem);
  background: radial-gradient(circle, rgba(201, 129, 64, 0.15), transparent 68%);
}

.hero-frame {
  isolation: isolate;
}

.hero-frame__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(255, 250, 240, 0.18), transparent 38%),
    radial-gradient(circle at 50% 105%, rgba(20, 59, 44, 0.34), transparent 52%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero-note {
  box-shadow: 0 24px 54px -34px rgba(20, 59, 44, 0.68);
}

.care-card {
  position: relative;
  isolation: isolate;
}

.care-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 0%, rgba(200, 226, 58, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 250, 240, 0.4), transparent 52%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.care-card:hover::before {
  opacity: 1;
}

.care-card:nth-child(2)::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(155, 176, 136, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(255, 250, 240, 0.36), transparent 52%);
}

.care-card:nth-child(3)::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 129, 64, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255, 250, 240, 0.36), transparent 52%);
}

.care-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(20, 59, 44, 0.12);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.74), rgba(251, 245, 230, 0.5)),
    radial-gradient(circle at 92% 0%, rgba(200, 226, 58, 0.22), transparent 32%);
  box-shadow: 0 28px 74px -58px rgba(20, 59, 44, 0.68);
  overflow: hidden;
}

.care-journey__line {
  position: absolute;
  top: 2.55rem;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 59, 44, 0.12), rgba(200, 226, 58, 0.72), rgba(20, 59, 44, 0.12));
}

.care-step {
  position: relative;
  padding: 1.2rem;
  border-radius: 1.45rem;
  background: rgba(255, 250, 240, 0.56);
  backdrop-filter: blur(10px);
}

.care-step__number {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 59, 44, 0.14);
  background: var(--forest, #143b2c);
  color: var(--paper, #fbf5e6);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 28px -22px rgba(20, 59, 44, 0.9);
}

.care-step h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1;
}

.care-step p {
  margin: 0.7rem 0 0;
  color: rgba(21, 20, 14, 0.68);
  font-size: 0.92rem;
  line-height: 1.65;
}

.photo-tile {
  position: relative;
  isolation: isolate;
}

.photo-tile img {
  transition: transform 420ms ease, filter 420ms ease;
}

.photo-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(20, 59, 44, 0.62), transparent);
  pointer-events: none;
}

.photo-tile figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: rgba(255, 250, 240, 0.94);
  text-shadow: 0 1px 16px rgba(20, 59, 44, 0.42);
}

.photo-tile:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}

.testimonials-section {
  overflow: hidden;
}

.testimonials-head {
  position: relative;
}

.testimonials-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2rem;
  width: min(28rem, 74vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(20, 59, 44, 0.28), rgba(200, 226, 58, 0.42), transparent);
}

.testimonials-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 4.5rem;
}

.testimonial-card {
  position: relative;
  min-height: 100%;
  padding: clamp(1.35rem, 2.4vw, 1.9rem);
  border-radius: 2rem;
  border: 1px solid rgba(20, 59, 44, 0.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(200, 226, 58, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(255, 250, 240, 0.96), rgba(251, 245, 230, 0.74));
  box-shadow: 0 30px 78px -56px rgba(20, 59, 44, 0.72);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(161, 74, 42, 0.13), transparent 42%);
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-6px) rotate(-0.35deg);
  border-color: rgba(20, 59, 44, 0.24);
  box-shadow: 0 38px 92px -58px rgba(20, 59, 44, 0.82);
}

.testimonial-card:nth-child(2) {
  transform: translateY(-0.75rem);
}

.testimonial-card:nth-child(2):hover {
  transform: translateY(-1.15rem) rotate(0.35deg);
}

.testimonial-card__top,
.testimonial-card__author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.testimonial-card__stars {
  display: inline-flex;
  gap: 0.18rem;
  color: #c98140;
  letter-spacing: 0.06em;
}

.testimonial-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 59, 44, 0.12);
  background: rgba(255, 250, 240, 0.62);
  color: rgba(20, 59, 44, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card__quote {
  position: relative;
  z-index: 1;
  margin: 1.55rem 0 0;
  color: rgba(21, 20, 14, 0.78);
  font-size: clamp(1.04rem, 1.4vw, 1.18rem);
  line-height: 1.82;
}

.testimonial-card__quote::before {
  content: "“";
  position: absolute;
  top: -2.4rem;
  left: -0.5rem;
  z-index: -1;
  color: rgba(20, 59, 44, 0.08);
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  line-height: 1;
}

.testimonial-card__author {
  margin-top: 1.8rem;
  justify-content: flex-start;
}

.testimonial-card__avatar {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--forest, #143b2c);
  color: var(--paper, #fbf5e6);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.34);
}

.testimonial-card__name {
  margin: 0;
  color: var(--forest, #143b2c);
  font-weight: 800;
}

.testimonial-card__source {
  margin: 0.2rem 0 0;
  color: rgba(21, 20, 14, 0.58);
  font-size: 0.82rem;
}

.testimonials-footnote {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.3rem;
  color: rgba(21, 20, 14, 0.62);
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  .care-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-journey__line {
    display: none;
  }

  .testimonials-rail {
    display: flex;
    gap: 1rem;
    margin-inline: -1.5rem;
    padding: 0.35rem 1.5rem 1.1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .testimonial-card {
    min-width: min(82vw, 24rem);
    scroll-snap-align: center;
  }

  .testimonial-card:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 640px) {
  .care-journey {
    grid-template-columns: 1fr;
    padding: 0.75rem;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-tile img,
  .care-card::before {
    transition: none;
  }

  .photo-tile:hover img {
    transform: none;
  }

  .testimonial-card {
    transition: none;
  }

  .testimonial-card,
  .testimonial-card:hover,
  .testimonial-card:nth-child(2),
  .testimonial-card:nth-child(2):hover {
    transform: none;
  }
}

/* Empêche les items de menu de passer sur 2 lignes */
.primary-menu a { white-space: nowrap; }

/* ==============================================
   JARDIN BOTANIQUE — hero, section-forest, décos
   ============================================== */

/* --- Hero plein écran --- */
.hero-botanical {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  /* remonte sous le header fixe */
  margin-top: -7.75rem;
  padding: calc(7.75rem + 5rem) 1.5rem 7rem;
}

@media (min-width: 1024px) {
  .hero-botanical {
    margin-top: -8.75rem;
    padding-top: calc(8.75rem + 5rem);
  }
}

.hero-botanical__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  transform: scale(1.06);
  transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-botanical__bg.is-loaded {
  transform: scale(1);
}

.hero-botanical__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    158deg,
    rgba(10, 30, 20, 0.88) 0%,
    rgba(20, 59, 44, 0.72) 45%,
    rgba(8, 24, 16, 0.92) 100%
  );
}

/* Motif botanique tuilé en filigrane sur l'overlay */
.hero-botanical__overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 220'%3E%3Cpath d='M100,215 Q93,155 72,95 Q54,45 22,10 M72,95 Q46,78 22,90 M79,128 Q50,110 24,124 M84,160 Q112,142 144,155 M77,188 Q52,172 30,184' stroke='%23ffffff' fill='none' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 260px 286px;
  background-repeat: repeat;
}

/* Feuillages latéraux */
.hero-botanical__leaf {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15rem;
  color: rgba(200, 226, 58, 0.22);
  pointer-events: none;
  z-index: 1;
}

.hero-botanical__leaf--left  { left: -2rem; }
.hero-botanical__leaf--right { right: -2rem; transform: scaleX(-1); }

.hero-botanical__leaf svg { width: 100%; height: 100%; }

/* Contenu */
.hero-botanical__content {
  position: relative;
  z-index: 2;
  max-width: 54rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

.hero-botanical__eyebrow {
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(200, 226, 58, 0.82);
}

.hero-botanical__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4.2rem, 9.5vw, 9rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: #fffaf0;
  margin: 0 0 2.2rem;
}

.hero-botanical__title em {
  font-style: italic;
  color: #c8e23a;
}

.hero-botanical__swatch {
  position: relative;
  display: inline-block;
  font-style: italic;
  z-index: 0;
}

.hero-botanical__swatch::after {
  content: '';
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0.08em;
  height: 0.36em;
  border-radius: 4px;
  background: rgba(200, 226, 58, 0.42);
  transform: skewX(-4deg);
  z-index: -1;
}

.hero-botanical__copy {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.82;
  color: rgba(255, 250, 240, 0.74);
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: 2.6rem;
}

.hero-botanical__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-bottom: 2.2rem;
}

.btn-botanical-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.05rem 2rem;
  border-radius: 999px;
  background: #c8e23a;
  color: #143b2c;
  font-weight: 700;
  font-size: 0.97rem;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  box-shadow: 0 16px 38px -18px rgba(200, 226, 58, 0.65);
}

.btn-botanical-primary:hover {
  transform: translateY(-2px);
  background: #d4ef4a;
  box-shadow: 0 22px 48px -20px rgba(200, 226, 58, 0.8);
}

.btn-botanical-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.05rem 1.75rem;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 250, 240, 0.36);
  background: rgba(255, 250, 240, 0.08);
  color: rgba(255, 250, 240, 0.88);
  font-weight: 600;
  font-size: 0.97rem;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.btn-botanical-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 250, 240, 0.16);
  border-color: rgba(255, 250, 240, 0.58);
}

.hero-botanical__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.hero-botanical__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.42rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  background: rgba(255, 250, 240, 0.08);
  backdrop-filter: blur(8px);
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero-botanical__badge-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  flex: 0 0 auto;
}

/* Flèche scroll */
.hero-botanical__scroll {
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 250, 240, 0.52);
  text-decoration: none;
  animation: hero-scroll-pulse 2.6s ease infinite;
  transition: color 0.2s ease;
}

.hero-botanical__scroll:hover { color: rgba(200, 226, 58, 0.88); }

@keyframes hero-scroll-pulse {
  0%, 100% { transform: translateX(-50%) translateY(0);   opacity: 0.52; }
  50%       { transform: translateX(-50%) translateY(7px); opacity: 0.82; }
}

/* --- Section Forêt (fond sombre) --- */
.section-forest {
  background: #143b2c;
  color: #fbf5e6;
  position: relative;
  overflow: hidden;
}

/* Grand feuillage SVG en filigrane — haut droite */
.section-forest::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: -7rem;
  width: 34rem;
  height: 34rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 320'%3E%3Cpath d='M150,315 Q140,232 112,148 Q88,78 42,20 M112,148 Q76,128 44,142 M120,182 Q84,160 50,176 M126,218 Q160,196 198,210 M118,252 Q86,234 56,248 M128,284 Q165,265 205,278 M108,112 Q76,88 48,98 M104,78 Q78,50 56,42 M110,44 Q96,18 80,10' stroke='%23c8e23a' fill='none' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.13;
  pointer-events: none;
}

/* Petit feuillage — bas gauche */
.section-forest::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  left: -5rem;
  width: 26rem;
  height: 26rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 280'%3E%3Cpath d='M130,275 Q122,205 100,135 Q80,72 46,22 M100,135 Q70,116 44,130 M108,166 Q76,146 48,160 M114,196 Q148,176 184,190 M106,226 Q78,208 52,222 M116,252 Q148,234 186,248' stroke='%23fbf5e6' fill='none' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.07;
  pointer-events: none;
  transform: rotate(175deg);
}

/* Textes adaptés fond sombre */
.section-forest .section-eyebrow { color: rgba(200, 226, 58, 0.82); }
.section-forest .section-title   { color: #fbf5e6; }
.section-forest .section-title em { color: #c8e23a; }
.section-forest .section-copy    { color: rgba(251, 245, 230, 0.68); }

/* Care cards sur fond sombre */
.section-forest .care-card {
  background: linear-gradient(145deg, rgba(255,250,240,0.07), rgba(255,250,240,0.03));
  border-color: rgba(255, 250, 240, 0.11);
  box-shadow: 0 26px 70px -52px rgba(0, 0, 0, 0.5);
}

.section-forest .care-card::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(200,226,58,0.2), transparent 34%),
    linear-gradient(145deg, rgba(255,250,240,0.1), transparent 52%);
}

.section-forest .care-card:hover {
  border-color: rgba(200, 226, 58, 0.28);
  box-shadow: 0 32px 80px -48px rgba(0, 0, 0, 0.65);
}

.section-forest .care-number,
.section-forest .care-card h3 { color: #fbf5e6; }
.section-forest .care-card p  { color: rgba(251,245,230,0.66); }

.section-forest .care-meta {
  background: rgba(200, 226, 58, 0.13);
  border-color: rgba(200, 226, 58, 0.24);
  color: rgba(200, 226, 58, 0.82);
}

.section-forest .care-link       { color: #c8e23a; }
.section-forest .care-link:hover { color: #d4ef4a; }

/* Care journey sur fond sombre */
.section-forest .care-journey {
  background:
    linear-gradient(135deg, rgba(255,250,240,0.06), rgba(255,250,240,0.03)),
    radial-gradient(circle at 92% 0%, rgba(200,226,58,0.1), transparent 32%);
  border-color: rgba(255, 250, 240, 0.09);
}

.section-forest .care-step           { background: rgba(255,250,240,0.05); }
.section-forest .care-step h3        { color: #fbf5e6; }
.section-forest .care-step p         { color: rgba(251,245,230,0.60); }
.section-forest .care-step__number   { background: #c8e23a; color: #143b2c; border-color: rgba(200,226,58,0.28); }

.section-forest .care-journey__line {
  background: linear-gradient(90deg, rgba(251,245,230,0.06), rgba(200,226,58,0.5), rgba(251,245,230,0.06));
}

/* Paper panel sur fond sombre */
.section-forest .paper-panel {
  background: linear-gradient(145deg, rgba(255,250,240,0.08), rgba(255,250,240,0.04));
  border-color: rgba(255, 250, 240, 0.1);
  box-shadow: none;
}

.section-forest .paper-panel .handwritten { color: #c8e23a; }
.section-forest .paper-panel .section-copy { color: rgba(251,245,230,0.62); }

/* Vague de sortie de la section sombre */
.section-forest__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  z-index: 3;
}

.section-forest__wave-bottom svg {
  display: block;
  width: 100%;
  height: 80px;
}

/* --- Sections claires avec filigrane botanique --- */
.section-botanical {
  position: relative;
  overflow: hidden;
}

/* Branche coin haut-droit */
.section-botanical::before {
  content: '';
  position: absolute;
  top: -2rem;
  right: -3rem;
  width: 20rem;
  height: 20rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 210'%3E%3Cpath d='M100,205 Q93,150 72,95 Q54,48 22,12 M72,95 Q46,78 22,92 M79,126 Q50,108 24,122 M84,158 Q112,140 144,153 M77,184 Q52,168 30,180' stroke='%23143b2c' fill='none' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.055;
  pointer-events: none;
}

/* Branche coin bas-gauche (retournée) */
.section-botanical::after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: -3rem;
  width: 16rem;
  height: 16rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 210'%3E%3Cpath d='M100,205 Q93,150 72,95 Q54,48 22,12 M72,95 Q46,78 22,92 M79,126 Q50,108 24,122 M84,158 Q112,140 144,153 M77,184 Q52,168 30,180' stroke='%23143b2c' fill='none' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.038;
  pointer-events: none;
  transform: rotate(185deg);
}

/* Décoration botanique coin sur les cards témoignages */
.testimonial-card::after {
  content: '';
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 7rem;
  height: 7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 85'%3E%3Cpath d='M40,82 Q36,58 26,36 Q18,16 6,3 M26,36 Q14,28 5,34 M29,48 Q17,40 8,46 M32,60 Q44,52 57,58 M28,72 Q18,65 10,71' stroke='%23143b2c' fill='none' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .hero-botanical__leaf {
    width: 7rem;
    opacity: 0.7;
  }

  .hero-botanical__title {
    font-size: clamp(3.4rem, 11vw, 5.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-botanical__bg,
  .hero-botanical__bg.is-loaded { transition: none; transform: scale(1); }
  .hero-botanical__scroll       { animation: none; }
  .btn-botanical-primary:hover,
  .btn-botanical-ghost:hover    { transform: none; }
}
