/* ==========================================================================
   ZESTY - Citronnade fraîche
   Feuille de style V3 - Identité premium artisanale
   Charte officielle verrouillée le 2026-05-03
   ========================================================================== */

/* ----------  RESET / BASE  ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--noir);
  background: var(--blanc-casse);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'kern' 1, 'liga' 1;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; }

/* ----------  VARIABLES (Charte V3 — verrouillée 2026-05-03)  ---------- */
:root {
  /* Palette officielle V3 */
  --vert-profond: #1B5E20;       /* Wordmark, texte, traits */
  --vert-feuille: #43A047;       /* Feuille, accents végétal */
  --vert-soft:    #C8E6C9;       /* Fond doux */
  --jaune-doux:   #FFEB3B;       /* Citron illustré */
  --jaune-signature: #FFD60A;    /* Touches signature */
  --creme:        #FFF8E1;       /* Fond chaleureux */
  --blanc-casse:  #FAF7F0;       /* Fond label / page */
  --noir:         #1A1A1A;       /* Bouchon, texte mentions */
  --gris:         #6B6B6B;
  --gris-clair:   #E8E5DD;
  --blanc:        #FFFFFF;

  /* Typo */
  --font-display: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --font-tagline: 'Inter', system-ui, sans-serif;

  /* Layout */
  --container: min(1200px, 92vw);
  --radius: 6px;
  --radius-lg: 14px;
  --shadow-sm: 0 4px 14px rgba(27,94,32,.08);
  --shadow-md: 0 12px 30px rgba(27,94,32,.12);
  --shadow-lg: 0 24px 60px rgba(27,94,32,.18);
}

/* ----------  TYPO  ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: var(--vert-profond);
}
h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.2rem; }

.tagline {
  font-family: var(--font-tagline);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--vert-profond);
}
.promesse {
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .8rem;
  color: var(--vert-profond);
}

/* ----------  UTILITAIRES  ---------- */
.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.section-sm { padding: 70px 0; }
.text-center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--vert-profond);
  border-top: 1px solid var(--vert-feuille);
  border-bottom: 1px solid var(--vert-feuille);
  padding: 8px 18px;
  margin-bottom: 22px;
}

.divider-leaf {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin: 30px auto;
  color: var(--vert-feuille);
}
.divider-leaf::before, .divider-leaf::after {
  content: ''; flex: 0 0 60px; height: 1px; background: var(--vert-feuille);
  opacity: .4;
}

/* ----------  BOUTONS  ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1.5px solid var(--vert-profond);
  background: var(--vert-profond);
  color: var(--blanc-casse);
  transition: all .35s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover {
  background: transparent;
  color: var(--vert-profond);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.btn--ghost {
  background: transparent;
  color: var(--vert-profond);
}
.btn--ghost:hover {
  background: var(--vert-profond);
  color: var(--blanc-casse);
}
.btn--vert { background: #2E7D32; border-color: #2E7D32; color: #fff; }
.btn--vert:hover { background: #1B5E20; border-color: #1B5E20; color: #fff; }
.btn--gold {
  background: var(--jaune-signature);
  border-color: var(--vert-profond);
  color: var(--vert-profond);
}
.btn--gold:hover { background: var(--vert-profond); color: var(--blanc-casse); }
.btn--small { padding: 11px 22px; font-size: .85rem; }
.btn svg { width: 16px; height: 16px; }

/* ----------  HEADER  ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 16px 0;
  transition: all .35s ease;
}
.site-header::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(250, 247, 240, .95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: all .3s ease;
  opacity: 0;
}
.site-header.is-scrolled::before { opacity: 1; border-bottom-color: var(--vert-feuille); }
.site-header > .container { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-size: 1.7rem; font-weight: 700;
  color: var(--vert-profond);
}
.logo img { width: 48px; height: 48px; border-radius: 50%; }

.nav { display: flex; gap: 6px; align-items: center; }
.nav a {
  padding: 10px 16px;
  font-weight: 500;
  font-size: .94rem;
  letter-spacing: .03em;
  color: var(--noir);
  position: relative;
  transition: color .25s;
}
.nav a::after {
  content: ''; position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 1px; background: var(--vert-profond);
  transform: scaleX(0); transform-origin: center;
  transition: transform .3s ease;
}
.nav a:hover, .nav a.active { color: var(--vert-profond); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }

.header-cta { display: flex; gap: 10px; align-items: center; }
.cart-btn {
  position: relative; padding: 10px 14px; border-radius: 50%;
  background: var(--vert-profond); color: var(--blanc-casse); font-weight: 600;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
}
.cart-btn .count {
  position: absolute; top: -4px; right: -4px;
  min-width: 20px; height: 20px;
  background: var(--jaune-signature); color: var(--vert-profond);
  border-radius: 50%; font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--blanc-casse);
}

.burger { display: none; flex-direction: column; gap: 5px; padding: 10px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--vert-profond); transition: all .25s; }
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav, .header-cta .btn { display: none; }
  .burger { display: flex; }
  .nav.is-open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--blanc-casse); padding: 22px;
    border-bottom: 1px solid var(--vert-feuille);
    box-shadow: var(--shadow-md);
  }
}

/* ----------  HERO  ---------- */
.hero {
  position: relative;
  padding: 140px 0 90px;
  background: var(--blanc-casse);
  overflow: hidden;
}
.hero > .container {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px;
  align-items: center;
}

.hero-text .promesse { display: block; margin-bottom: 18px; }
.hero-text h1 { margin: 0 0 24px; }
.hero-text h1 em { font-style: italic; color: var(--vert-feuille); font-weight: 500; }
.hero-lead {
  font-size: 1.18rem; line-height: 1.65; color: #444;
  max-width: 540px; margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.hero-stat {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-style: italic;
  font-size: 1rem; color: var(--vert-profond);
}
.hero-stat::before { content: '✦'; color: var(--vert-feuille); }

.hero-visual {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-visual img {
  width: 100%; height: 100%; object-fit: cover;
}

@media (max-width: 900px) {
  .hero { padding: 120px 0 60px; }
  .hero > .container { grid-template-columns: 1fr; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
}

/* ----------  RIBBON / PROMESSE  ---------- */
.ribbon {
  background: var(--vert-profond);
  color: var(--blanc-casse);
  padding: 18px 0;
  text-align: center;
}
.ribbon-track {
  display: flex; gap: 50px; justify-content: center; flex-wrap: wrap;
  font-family: var(--font-body); font-weight: 500;
  font-size: .85rem; letter-spacing: .25em; text-transform: uppercase;
}
.ribbon-track span { display: inline-flex; align-items: center; gap: 12px; }
.ribbon-track span::before { content: '✦'; color: var(--jaune-signature); }

/* ----------  USPS  ---------- */
.usps { background: var(--blanc-casse); }
.usps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 60px; }
.usp {
  background: transparent;
  padding: 30px 24px;
  text-align: center;
  border-top: 1px solid var(--vert-feuille);
  border-bottom: 1px solid var(--vert-feuille);
}
.usp-icon {
  width: 64px; height: 64px; margin: 0 auto 22px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--vert-feuille); border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.6rem; color: var(--vert-profond);
  font-style: italic;
}
.usp h3 { font-size: 1.25rem; margin-bottom: 12px; }
.usp p { color: var(--gris); font-size: .95rem; line-height: 1.6; }
@media (max-width: 900px) { .usps-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .usps-grid { grid-template-columns: 1fr; } }

/* ----------  PRODUITS  ---------- */
.products { background: var(--creme); position: relative; }
.products-head {
  display: flex; align-items: end; justify-content: space-between;
  gap: 30px; margin-bottom: 60px; flex-wrap: wrap;
}
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card {
  background: var(--blanc-casse);
  border: 1px solid var(--vert-feuille);
  padding: 30px 28px;
  display: flex; flex-direction: column;
  transition: all .35s ease;
  position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--vert-profond);
}
.product-card.featured::after {
  content: 'NOTRE BEST-SELLER';
  position: absolute; top: 18px; right: 18px;
  background: var(--vert-profond); color: var(--blanc-casse);
  padding: 5px 12px;
  font-size: .7rem; letter-spacing: .15em; font-weight: 600;
}
.product-img {
  background: var(--blanc-casse);
  border-radius: var(--radius);
  height: 280px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 26px; overflow: hidden;
}
.product-img img {
  max-height: 100%; transition: transform .5s ease;
}
.product-card:hover .product-img img { transform: scale(1.04); }

.product-volume {
  font-family: var(--font-body); font-weight: 600;
  font-size: .75rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--vert-feuille);
}
.product-card h3 { margin: 8px 0 10px; font-size: 1.5rem; }
.product-desc { color: var(--gris); margin-bottom: 22px; font-size: .94rem; line-height: 1.6; }
.product-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; }
.product-price .price { font-family: var(--font-display); font-size: 2rem; color: var(--vert-profond); font-weight: 700; }
.product-price small { color: var(--gris); font-weight: 500; font-size: .85rem; }
.product-card .btn { width: 100%; justify-content: center; }

@media (max-width: 900px) { .products-grid { grid-template-columns: 1fr; } }

/* ----------  RECETTE  ---------- */
.recette { background: var(--blanc-casse); position: relative; overflow: hidden; }
.recette-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.recette-visual {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--vert-feuille);
}
.recette-visual img { width: 100%; height: auto; }
.steps { margin-top: 35px; }
.step { display: flex; gap: 22px; margin-bottom: 28px; align-items: flex-start; }
.step-num {
  flex: 0 0 48px; height: 48px; border-radius: 50%;
  border: 1.5px solid var(--vert-profond);
  color: var(--vert-profond);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.3rem; font-style: italic;
}
.step h4 { margin-bottom: 6px; font-size: 1.15rem; }
.step p { color: var(--gris); font-size: .96rem; }
@media (max-width: 900px) { .recette-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ----------  PRO / B2B  ---------- */
.pro {
  background: var(--vert-profond);
  color: var(--blanc-casse);
  position: relative; overflow: hidden;
}
.pro h2 { color: var(--jaune-doux); }
.pro .eyebrow { color: var(--jaune-doux); border-color: var(--jaune-doux); }
.pro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.pro p.lead {
  font-size: 1.15rem; color: rgba(255,255,255,.85);
  margin: 16px 0 30px; max-width: 520px; line-height: 1.65;
}
.pro-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
.pro-feature {
  display: flex; gap: 14px; align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
}
.pro-feature .check {
  flex: 0 0 22px; height: 22px;
  color: var(--jaune-doux);
  font-family: var(--font-display); font-style: italic;
  font-size: 1.2rem;
  margin-top: -2px;
}
.pro-feature span { font-size: .92rem; line-height: 1.5; }
.pro-mockup {
  background: var(--blanc-casse); border-radius: var(--radius-lg); padding: 40px;
  text-align: center; box-shadow: var(--shadow-lg);
}
.pro-mockup img { max-width: 75%; margin: 0 auto; }
.pro-mockup .price-box {
  margin-top: 24px; padding: 20px;
  background: var(--creme); border-radius: var(--radius);
  border: 1px solid var(--vert-feuille);
  color: var(--vert-profond);
}
.pro-mockup .price-box strong { font-family: var(--font-display); font-size: 1.6rem; color: var(--vert-profond); }
@media (max-width: 900px) {
  .pro-grid { grid-template-columns: 1fr; gap: 40px; }
  .pro-features { grid-template-columns: 1fr; }
}

/* ----------  TÉMOIGNAGES  ---------- */
.temoignages { background: var(--creme); }
.temoignages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 50px; }
.temoignage {
  background: var(--blanc-casse);
  border: 1px solid var(--vert-feuille);
  padding: 36px 30px;
  position: relative;
}
.temoignage::before {
  content: '“';
  position: absolute; top: 16px; left: 24px;
  font-family: var(--font-display); font-size: 4rem; line-height: 1;
  color: var(--vert-feuille); opacity: .25;
}
.temoignage p {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.08rem; line-height: 1.55;
  color: var(--noir);
  margin-bottom: 22px; position: relative;
}
.temoignage-author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--vert-feuille); }
.temoignage-author .avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--vert-profond); color: var(--jaune-signature);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.1rem;
}
.temoignage-author strong { display: block; color: var(--vert-profond); }
.temoignage-author small { color: var(--gris); font-size: .85rem; }
@media (max-width: 900px) { .temoignages-grid { grid-template-columns: 1fr; } }

/* ----------  CTA NEWSLETTER  ---------- */
.cta-final {
  background: var(--vert-profond);
  text-align: center; padding: 100px 0;
  color: var(--blanc-casse);
  position: relative; overflow: hidden;
}
.cta-final h2 { color: var(--blanc-casse); margin-bottom: 16px; }
.cta-final p { font-size: 1.1rem; max-width: 600px; margin: 0 auto 32px; opacity: .9; }
.newsletter-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.newsletter-form input {
  flex: 1; min-width: 220px;
  padding: 14px 22px; border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.08);
  color: var(--blanc-casse); font: inherit;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.6); }
.newsletter-form input:focus { outline: 0; border-color: var(--jaune-doux); background: rgba(255,255,255,.12); }
.newsletter-form button { background: var(--jaune-doux); border-color: var(--jaune-doux); color: var(--vert-profond); }
.newsletter-form button:hover { background: var(--blanc-casse); border-color: var(--blanc-casse); color: var(--vert-profond); }

/* ----------  FOOTER  ---------- */
.site-footer {
  background: var(--noir); color: rgba(255,255,255,.85); padding: 80px 0 30px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 60px; }
.footer-grid h4 {
  font-family: var(--font-body); font-weight: 600; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .2em;
  margin-bottom: 22px; color: var(--jaune-signature);
}
.footer-grid a { display: block; padding: 6px 0; color: rgba(255,255,255,.65); transition: color .2s; font-size: .92rem; }
.footer-grid a:hover { color: var(--jaune-signature); }
.footer-brand p { color: rgba(255,255,255,.65); margin: 16px 0 26px; max-width: 320px; line-height: 1.65; }
.social { display: flex; gap: 12px; }
.social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  padding: 0; font-size: .9rem;
}
.social a:hover { background: var(--vert-profond); border-color: var(--vert-profond); }
.footer-bottom {
  padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  color: rgba(255,255,255,.45); font-size: .85rem;
}
.footer-bottom a { color: rgba(255,255,255,.55); }
.footer-bottom a:hover { color: var(--jaune-signature); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }

/* ----------  PAGES INTÉRIEURES  ---------- */
.page-hero {
  padding: 160px 0 80px;
  background: var(--creme);
  text-align: center;
  border-bottom: 1px solid var(--vert-feuille);
}
.page-hero h1 { margin-bottom: 16px; }
.page-hero p { font-size: 1.1rem; max-width: 640px; margin: 0 auto; color: var(--gris); }
.breadcrumb { display: flex; gap: 8px; justify-content: center; margin-bottom: 18px; font-size: .82rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--gris); }
.breadcrumb a:hover { color: var(--vert-profond); }

/* ----------  BOUTIQUE  ---------- */
.shop-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; align-items: start; }
.shop-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1100px) { .shop-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) { .shop-list { grid-template-columns: 1fr; } }

.cart-panel {
  position: sticky; top: 100px;
  background: var(--blanc-casse);
  border: 1px solid var(--vert-feuille);
  padding: 30px;
}
.cart-panel h3 { margin-bottom: 18px; font-size: 1.4rem; }
.cart-items { margin-bottom: 18px; min-height: 80px; }
.cart-item {
  display: grid; grid-template-columns: 50px 1fr auto; gap: 12px; align-items: center;
  padding: 14px 0; border-bottom: 1px solid var(--gris-clair);
}
.cart-item:last-child { border-bottom: 0; }
.cart-item img { width: 50px; height: 50px; object-fit: contain; background: var(--creme); border-radius: 4px; padding: 4px; }
.cart-item-name { font-weight: 600; font-size: .92rem; color: var(--vert-profond); }
.cart-item-meta { font-size: .8rem; color: var(--gris); }
.cart-qty { display: flex; align-items: center; gap: 4px; margin-top: 6px; }
.cart-qty button { width: 24px; height: 24px; border-radius: 4px; border: 1px solid var(--vert-feuille); background: var(--blanc-casse); color: var(--vert-profond); font-weight: 600; }
.cart-qty input { width: 32px; text-align: center; border: 0; font-weight: 600; background: transparent; color: var(--vert-profond); }
.cart-remove { background: transparent; color: var(--gris); cursor: pointer; padding: 4px; }
.cart-remove:hover { color: var(--noir); }
.cart-totals { padding-top: 18px; border-top: 1px solid var(--vert-feuille); }
.cart-totals-row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: .92rem; }
.cart-totals-row.total { font-family: var(--font-display); font-size: 1.4rem; color: var(--vert-profond); margin-top: 8px; }
.cart-empty { text-align: center; color: var(--gris); padding: 28px 0; font-style: italic; }

/* ----------  FORMS  ---------- */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 500; margin-bottom: 6px; font-size: .88rem; color: var(--vert-profond); letter-spacing: .03em; text-transform: uppercase; font-size: .78rem; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 14px 18px;
  border: 1px solid var(--vert-feuille); border-radius: var(--radius);
  font: inherit; background: var(--blanc-casse);
  color: var(--noir);
  transition: all .25s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: 0; border-color: var(--vert-profond);
  box-shadow: 0 0 0 3px rgba(27,94,32,.1);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }

/* ----------  À PROPOS / PROSE  ---------- */
.prose { max-width: 760px; margin: 0 auto; }
.prose p, .prose ul { margin-bottom: 22px; font-size: 1.08rem; line-height: 1.75; color: #333; }
.prose ul li { padding-left: 28px; position: relative; margin-bottom: 10px; }
.prose ul li::before {
  content: '✦'; position: absolute; left: 0; color: var(--vert-feuille);
  font-family: var(--font-display);
}
.prose h2, .prose h3 { margin: 44px 0 16px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-grid img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--vert-feuille);
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ----------  REVEAL ANIMATION  ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: .1s; }
.reveal:nth-child(3) { transition-delay: .2s; }
.reveal:nth-child(4) { transition-delay: .3s; }

/* ----------  TOAST  ---------- */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120%);
  background: var(--vert-profond); color: var(--blanc-casse);
  padding: 14px 26px; border-radius: var(--radius);
  font-weight: 500; box-shadow: var(--shadow-lg);
  z-index: 200; transition: transform .35s cubic-bezier(.2,.8,.2,1);
  font-size: .92rem;
}
.toast.is-visible { transform: translateX(-50%) translateY(0); }

/* ----------  WHATSAPP FLOATING BUBBLE  ---------- */
.wa-fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 90;
}
.wa-fab-toggle {
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  border: none;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: transform .25s ease;
}
.wa-fab-toggle:hover { transform: scale(1.05); }
.wa-fab-toggle svg { width: 28px; height: 28px; }
.wa-fab-panel {
  position: absolute; bottom: 72px; right: 0;
  background: var(--blanc-casse);
  border: 1px solid var(--vert-feuille);
  border-radius: var(--radius);
  padding: 22px; width: 290px;
  box-shadow: var(--shadow-lg);
  display: none;
  animation: wa-slide-up .25s ease;
}
.wa-fab.is-open .wa-fab-panel { display: block; }
@keyframes wa-slide-up { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.wa-fab-panel h4 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 4px; color: var(--vert-profond); }
.wa-fab-panel p.wa-sub { font-size: .82rem; color: var(--gris); margin-bottom: 14px; font-style: italic; }
.wa-fab-panel a.wa-contact {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; background: var(--vert-profond);
  border-radius: var(--radius);
  font-weight: 500; font-size: .9rem; color: var(--blanc-casse);
  transition: background .2s;
}
.wa-fab-panel a.wa-contact:hover { background: #2E7D32; }
.wa-fab-panel a.wa-contact .wa-name { display: block; font-weight: 600; }
.wa-fab-panel a.wa-contact .wa-num { display: block; font-size: .75rem; opacity: .85; }
