/* ============================================================
   DOUGG — Feuille de style principale
   Charte : bleu #3571b7 · vert tendre #c4d29b · jaune #f5e8a6
            vert foncé #363c1e · crème #fafcef
   Typos  : TAN Headline (titres) · FFF Providence (accents)
            Now (texte courant)
   ============================================================ */

/* ---------- Polices de la charte ---------- */
@font-face {
  font-family: "TAN Headline";
  src: url("../assets/fonts/TANHeadline-Regular.ttf") format("truetype");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Providence Sans";
  src: url("../assets/fonts/ProvidenceSans-Regular.ttf") format("truetype");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Now";
  src: url("../assets/fonts/Now-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Now";
  src: url("../assets/fonts/Now-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Now";
  src: url("../assets/fonts/Now-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Now";
  src: url("../assets/fonts/Now-Black.otf") format("opentype");
  font-weight: 800 900;
  font-display: swap;
}

/* ---------- Variables ---------- */
:root {
  --lavande:     #D7D0E7;  /* lavande clair : grands aplats (hero, contact) */
  --violet:      #5b4b96;  /* violet soutenu : accents, pastilles, CTA */
  --violet-fonce:#473a78;
  --app-terra:   #c67f6e;  /* accent du mockup d'app */
  --app-sage:    #7f9b6a;
  --vert-tendre: #c4d29b;
  --jaune:       #f5e8a6;
  --vert-fonce:  #363c1e;
  --creme:       #fafcef;
  --blanc:       #ffffff;

  --texte:       #363c1e;
  --texte-doux:  #5a6140;

  --rayon:       22px;
  --rayon-lg:    34px;
  --ombre:       0 14px 30px -16px rgba(54, 60, 30, .35);
  --ombre-soft:  0 8px 20px -12px rgba(54, 60, 30, .25);

  --max:         1120px;
  --pad:         clamp(1.1rem, 5vw, 2.2rem);

  --font-titre:  "TAN Headline", "Fredoka", system-ui, sans-serif;
  --font-accent: "Providence Sans", "Fredoka", system-ui, sans-serif;
  --font-texte:  "Now", system-ui, -apple-system, sans-serif;
}

/* ---------- Reset léger ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-texte);
  color: var(--texte);
  background: var(--creme);
  line-height: 1.65;
  font-size: clamp(1rem, 0.96rem + 0.3vw, 1.12rem);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; /* clip (et non hidden) pour ne pas casser position: sticky */
}

img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-titre);
  line-height: 1.1;
  color: var(--vert-fonce);
  font-weight: 600;
  letter-spacing: .2px;
}

h2 { font-size: clamp(1.8rem, 1.3rem + 2.4vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 1.05rem + 1vw, 1.6rem); }

p { color: var(--texte-doux); }

.section { padding: clamp(3.5rem, 8vw, 6rem) var(--pad); }
.wrap { max-width: var(--max); margin-inline: auto; }
.center { text-align: center; }

.eyebrow {
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9rem;
  color: var(--violet);
  font-weight: 600;
  display: inline-block;
  margin-bottom: .6rem;
}

.lead {
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem);
  max-width: 60ch;
}
.center .lead { margin-inline: auto; }

/* ---------- Boutons ---------- */
.btn {
  --bg: var(--vert-fonce);
  --fg: var(--creme);
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-accent);
  font-weight: 600;
  font-size: 1.12rem;
  text-decoration: none;
  padding: .85rem 1.6rem;
  border-radius: 100px;
  border: 2.5px solid var(--vert-fonce);
  background: var(--bg);
  color: var(--fg);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow: 0 5px 0 0 var(--vert-fonce);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 7px 0 0 var(--vert-fonce); }
.btn:active { transform: translateY(3px); box-shadow: 0 2px 0 0 var(--vert-fonce); }

.btn--jaune  { --bg: var(--jaune);       --fg: var(--vert-fonce); }
.btn--blanc  { --bg: var(--creme);       --fg: var(--vert-fonce); }
.btn--bleu   { --bg: var(--violet);        --fg: var(--creme); }
.btn--ghost  { --bg: transparent;        --fg: var(--vert-fonce); box-shadow: 0 5px 0 0 var(--vert-fonce); }

.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; }
.center .btn-row { justify-content: center; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
/* --- Barre d'annonce --- */
.topbar {
  background: var(--vert-fonce);
  color: var(--creme);
  font-family: var(--font-accent);
  font-size: .95rem;
  letter-spacing: .2px;
}
.topbar__inner {
  max-width: var(--max); margin-inline: auto;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .5rem var(--pad); position: relative; text-align: center;
}
.topbar a { color: var(--jaune); text-decoration: none; border-bottom: 1.5px solid transparent; transition: border-color .15s ease; }
.topbar a:hover { border-color: var(--jaune); }
.topbar__close {
  position: absolute; right: var(--pad); top: 50%; transform: translateY(-50%);
  background: none; border: none; color: rgba(250,252,239,.7); cursor: pointer;
  font-size: 1.1rem; line-height: 1; padding: .2rem;
}
.topbar__close:hover { color: var(--creme); }
.topbar.is-hidden { display: none; }

/* --- En-tête / navigation --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 252, 239, .82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(54, 60, 30, .1);
}
.nav {
  max-width: var(--max);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .6rem var(--pad);
}
.nav__brand {
  display: flex; align-items: center; gap: .6rem;
  font-family: var(--font-accent);
  font-weight: 600;
  font-size: 1.55rem;
  color: var(--vert-fonce);
  text-decoration: none;
  letter-spacing: .5px;
}
/* pastille violette : les lunettes jaunes ressortent partout */
.brand-chip {
  width: 44px; height: 44px; flex: none;
  background: var(--violet);
  border-radius: 13px;
  display: grid; place-items: center;
  box-shadow: 0 3px 0 0 rgba(54,60,30,.25);
}
.brand-chip img { width: 80%; height: 80%; }

.nav__links { display: flex; align-items: center; gap: .15rem; }
.nav__links a {
  text-decoration: none;
  font-family: var(--font-texte);
  font-weight: 700;
  color: var(--texte);
  padding: .5rem .85rem;
  border-radius: 100px;
  font-size: 1rem;
  transition: background .15s ease, color .15s ease;
}
.nav__links a:not(.nav__cta):hover { background: var(--vert-tendre); }
.nav__links .nav__cta {
  font-family: var(--font-accent);
  font-size: 1.08rem;
  margin-left: .5rem;
  background: var(--jaune); color: var(--vert-fonce);
  padding: .55rem 1.25rem;
  border: 2px solid var(--vert-fonce);
  box-shadow: 0 3px 0 0 var(--vert-fonce);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nav__links .nav__cta:hover { transform: translateY(-2px); box-shadow: 0 5px 0 0 var(--vert-fonce); background: var(--jaune); }

.nav__burger {
  display: none;
  background: none; border: none; cursor: pointer;
  padding: .4rem; border-radius: 10px;
}
.nav__burger svg { width: 30px; height: 30px; stroke: var(--vert-fonce); }

@media (max-width: 860px) {
  .nav__burger { display: inline-flex; }
  .nav__links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: .2rem;
    background: var(--creme);
    padding: .8rem var(--pad) 1.4rem;
    border-bottom: 2px solid rgba(54,60,30,.1);
    box-shadow: var(--ombre-soft);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav__links.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__links a { padding: .8rem 1rem; text-align: center; }
  .nav__links .nav__cta { margin: .4rem 0 0; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: sticky;
  top: 0;
  z-index: 0;
  background-color: var(--lavande);
  background-image:
    linear-gradient(100deg, rgba(54,60,30,.86) 0%, rgba(54,60,30,.55) 42%, rgba(54,60,30,.18) 78%, rgba(54,60,30,.05) 100%),
    linear-gradient(rgba(54,60,30,.22), rgba(54,60,30,.22)),
    url("../assets/hero.jpg");
  background-size: cover, cover, cover;
  background-position: center, center, center 30%;
  background-repeat: no-repeat;
  color: var(--creme);
  padding: clamp(3rem, 9vw, 6rem) var(--pad) clamp(4rem, 10vw, 7rem);
  overflow: hidden;
  isolation: isolate;
}
/* doodles décoratives masquées sur le hero (la photo est le visuel) */
.hero::before, .hero::after { display: none; }
.hero__inner {
  max-width: var(--max);
  margin-inline: auto;
  display: grid;
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: center;
  grid-template-columns: 1.1fr .9fr;
}
.hero__logo {
  width: clamp(150px, 30vw, 230px);
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.25));
  margin-bottom: 1rem;
}
.hero h1 {
  color: var(--creme);
  font-size: clamp(2.3rem, 1.6rem + 4vw, 4rem);
  margin-bottom: .8rem;
  text-shadow: 0 2px 18px rgba(54,60,30,.35);
}
.hero h1 .accent { color: var(--jaune); }
.hero__pitch { color: rgba(250,252,239,.94); font-size: clamp(1.05rem, 1rem + 0.6vw, 1.28rem); max-width: 46ch; text-shadow: 0 1px 10px rgba(54,60,30,.4); }
.hero .btn-row { margin-top: 1.6rem; }
/* bouton fantôme clair sur la photo */
.hero .btn--ghost { --fg: var(--creme); border-color: var(--creme); }

.hero__art {
  display: flex; justify-content: center;
}
/* ---------- Mockup de l'application (téléphone) ---------- */
.phone {
  position: relative;
  width: min(316px, 84vw);
  aspect-ratio: 300 / 628;
  background: #1c1d17;
  border-radius: 50px;
  padding: 11px;
  box-shadow:
    0 30px 60px -18px rgba(0,0,0,.55),
    inset 0 0 0 2px rgba(250,252,239,.06);
  transform: rotate(-3deg);
  transition: transform .3s ease;
}
.phone:hover { transform: rotate(-1deg) translateY(-4px); }
.phone__notch {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 108px; height: 26px; background: #1c1d17;
  border-radius: 0 0 16px 16px; z-index: 4;
}
.phone__screen {
  position: relative; height: 100%; width: 100%;
  background: var(--creme);
  border-radius: 40px; overflow: hidden;
  display: flex; flex-direction: column;
}

/* barre d'état */
.app__statusbar { display: flex; align-items: center; justify-content: space-between; padding: .5rem 1.4rem .1rem; }
.app__time { font-weight: 800; font-size: .82rem; color: var(--vert-fonce); }
.app__sys { display: flex; align-items: center; gap: .35rem; color: var(--vert-fonce); }
.app__sys svg { height: 12px; width: auto; display: block; }

/* en-tête de l'app */
.app__head { display: flex; align-items: center; justify-content: space-between; padding: .55rem 1.1rem .45rem; }
.app__title { font-family: var(--font-titre); font-size: 1.55rem; line-height: 1; color: var(--vert-fonce); }
.app__sub { font-size: .72rem; color: var(--texte-doux); margin-top: .15rem; }
.app__paw { width: 36px; height: 36px; border-radius: 50%; background: var(--app-terra); display: grid; place-items: center; flex: none; }
.app__paw svg { width: 19px; height: 19px; fill: #fff; }

/* carte profil */
.swipe { flex: 1; padding: .1rem .7rem .2rem; min-height: 0; }
.swipe__card {
  position: relative; height: 100%; border-radius: 24px; overflow: hidden;
  box-shadow: 0 12px 24px -12px rgba(0,0,0,.5);
  background: var(--vert-tendre);
  transform-origin: center bottom;
}
.swipe__photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.swipe__grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,15,12,.9) 0%, rgba(15,15,12,.32) 40%, transparent 62%);
}
.app__badge {
  position: absolute; top: .7rem; left: .7rem;
  display: inline-flex; align-items: center; gap: .3rem;
  background: rgba(250,252,239,.93); color: var(--vert-fonce);
  font-size: .7rem; font-weight: 700; padding: .28rem .6rem; border-radius: 100px;
}
.app__badge svg { width: 12px; height: 12px; }
.app__i {
  position: absolute; bottom: .7rem; right: .7rem; z-index: 2;
  width: 30px; height: 30px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(250,252,239,.93); color: var(--vert-fonce);
  font-family: var(--font-titre); font-style: italic; font-weight: 700; font-size: .95rem;
  display: grid; place-items: center;
}
.swipe__info { position: absolute; left: .9rem; right: .9rem; bottom: .85rem; color: var(--creme); }
.swipe__name { font-family: var(--font-titre); font-size: 1.5rem; line-height: 1; display: flex; align-items: baseline; gap: .35rem; }
.swipe__name span { font-family: var(--font-texte); font-size: .9rem; font-weight: 700; }
.swipe__meta { font-size: .74rem; font-weight: 700; opacity: .92; margin: .35rem 0 .35rem; }
.swipe__desc { font-size: .73rem; line-height: 1.35; color: rgba(250,252,239,.92); margin-bottom: .55rem; }
.swipe__tags { display: flex; flex-wrap: wrap; gap: .3rem; }
.swipe__tags b {
  background: rgba(250,252,239,.2); color: var(--creme);
  font-size: .64rem; font-weight: 700; padding: .2rem .55rem; border-radius: 100px;
}

/* boutons swipe (dépassent derrière la barre) */
.swipe__actions { display: flex; justify-content: center; gap: 7.5rem; margin: .25rem 0 -22px; position: relative; z-index: 1; }
.swipe__actions button {
  width: 48px; height: 48px; border-radius: 50%; border: none; cursor: pointer;
  display: grid; place-items: center; font-size: 1.2rem; color: #fff;
  box-shadow: 0 6px 14px -4px rgba(0,0,0,.4); transition: transform .15s ease;
}
.swipe__actions button:hover { transform: scale(1.08); }
.swipe__actions .pass { background: var(--app-terra); }
.swipe__actions .like { background: var(--app-sage); }

/* barre d'onglets flottante */
.app__nav {
  display: flex; align-items: center; gap: .35rem;
  margin: 0 .7rem .8rem; padding: .32rem; position: relative; z-index: 2;
  background: var(--blanc); border-radius: 100px;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,.35);
}
.app__nav-item {
  display: flex; align-items: center; justify-content: center; gap: .35rem;
  padding: .55rem; border-radius: 100px; color: var(--texte-doux);
}
.app__nav-item svg { width: 18px; height: 18px; fill: currentColor; }
.app__nav-item.is-active {
  flex: 1; background: var(--app-terra); color: #fff;
  padding: .55rem 1rem; font-family: var(--font-accent); font-weight: 600; font-size: .92rem;
}
.app__nav-item:not(.is-active) { width: 42px; flex: none; }

.hero__wave { display: none; }

/* Effet « la page mange la bannière » : le hero est sticky (dessous),
   les sections suivantes défilent par-dessus. */
.hero ~ section,
main ~ footer { position: relative; z-index: 1; }

/* La section « Comment ça marche » recouvre le hero avec une vague. */
.steps__wave {
  position: absolute; left: 0; right: 0; bottom: 100%;
  width: 100%; height: clamp(46px, 7vw, 88px); line-height: 0;
  pointer-events: none;
}
.steps__wave svg { width: 100%; height: 100%; display: block; }

@media (max-width: 820px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__pitch { margin-inline: auto; }
  .hero .btn-row { justify-content: center; }
  .hero__logo { margin-inline: auto; }
}

/* ============================================================
   ÉTAPES (Swipe / Rencontre / Adopte)
   ============================================================ */
.steps { background: var(--creme); }
.steps__grid {
  margin-top: 2.6rem;
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
}
.step {
  background: var(--blanc);
  border: 2.5px solid var(--vert-fonce);
  border-radius: var(--rayon-lg);
  padding: 1.8rem 1.5rem;
  box-shadow: var(--ombre-soft);
  position: relative;
  transition: transform .2s ease;
}
.step:hover { transform: translateY(-6px); }
.step__num {
  position: absolute; top: -18px; left: 1.5rem;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--violet); color: var(--creme);
  display: grid; place-items: center;
  font-family: var(--font-accent); font-weight: 600; font-size: 1.3rem;
  border: 2.5px solid var(--vert-fonce);
}
.step__icon { width: 66px; height: 66px; margin-bottom: .8rem; }
.step h3 { margin-bottom: .4rem; }
.step:nth-child(2) { background: var(--jaune); }
.step:nth-child(3) { background: var(--vert-tendre); }

@media (max-width: 720px) { .steps__grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ============================================================
   POURQUOI DOUGG
   ============================================================ */
.why { background: var(--vert-fonce); color: var(--creme); }
.why h2 { color: var(--jaune); }
.why .eyebrow { color: var(--vert-tendre); }
.why__cols {
  margin-top: 2.6rem;
  display: grid; gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.why__card {
  border-radius: 26px;
  padding: clamp(1.7rem, 3vw, 2.4rem);
}
.why__icon {
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center; margin-bottom: 1.1rem;
}
.why__icon svg { width: 27px; height: 27px; }
.why__icon--probleme { background: #d9624a; color: var(--creme); }
.why__icon--solution { background: var(--jaune); color: var(--vert-fonce); }
.why__card h3 { font-size: clamp(1.4rem, 1.1rem + 1vw, 1.75rem); margin-bottom: .6rem; }
.why__card p { font-size: 1.02rem; }
/* problème : carte sombre et discrète */
.why__card--probleme {
  background: rgba(250,252,239,.05);
  border: 1px solid rgba(250,252,239,.16);
}
.why__card--probleme h3 { color: var(--creme); }
.why__card--probleme p { color: rgba(250,252,239,.78); }
/* solution : carte claire mise en avant (la réponse) */
.why__card--solution {
  background: var(--vert-tendre);
  border: 1px solid var(--vert-tendre);
  box-shadow: var(--ombre);
}
.why__card--solution h3 { color: var(--vert-fonce); }
.why__card--solution p { color: var(--texte-doux); }
@media (max-width: 720px) { .why__cols { grid-template-columns: 1fr; } }

/* ============================================================
   REFUGES
   ============================================================ */
.refuges { background: var(--vert-tendre); }
.refuges__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem,5vw,4rem); align-items: stretch; }
.refuges__list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 1rem; }
.refuges__list li {
  display: flex; gap: .8rem; align-items: flex-start;
  background: var(--creme);
  border: 2px solid var(--vert-fonce);
  border-radius: var(--rayon);
  padding: 1rem 1.2rem;
  font-weight: 600; color: var(--texte);
}
.refuges__list .check {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--violet); color: var(--creme);
  display: grid; place-items: center; font-weight: 800;
}
.refuges__panel {
  color: var(--creme);
  background-image:
    linear-gradient(155deg, rgba(54,60,30,.72) 0%, rgba(71,58,120,.66) 100%),
    url("../assets/refuge.jpg");
  background-size: cover, cover;
  background-position: center, center;
  border: 3px solid var(--vert-fonce);
  border-radius: var(--rayon-lg);
  padding: clamp(2.4rem, 5vw, 3.5rem);
  box-shadow: var(--ombre);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
}
.refuges__panel h3 { color: var(--jaune); font-size: 1.7rem; text-shadow: 0 2px 12px rgba(54,60,30,.5); }
.refuges__panel p { color: rgba(250,252,239,.95); margin: .6rem 0 1.3rem; text-shadow: 0 1px 8px rgba(54,60,30,.5); }
@media (max-width: 820px) { .refuges__inner { grid-template-columns: 1fr; } }

/* ============================================================
   ASSOCIATION
   ============================================================ */
.asso { background: var(--creme); }
.asso h2 { margin-bottom: 1.4rem; }
.asso .lead + .lead { margin-top: 1.1rem; }
.asso__stats { margin-top: 2.8rem; display: grid; gap: 2rem; grid-template-columns: repeat(3,1fr); }
.stat { text-align: center; padding: 0 .8rem; }
.stat + .stat { border-left: 1px solid rgba(54,60,30,.14); }
.stat__num {
  font-family: var(--font-titre);
  font-size: clamp(2rem, 1.4rem + 2vw, 2.8rem);
  color: var(--violet);
  line-height: 1;
  margin-bottom: .55rem;
}
.stat p { font-size: .96rem; max-width: 26ch; margin-inline: auto; }
.asso__sign {
  margin-top: 2rem;
  font-family: var(--font-accent);
  font-size: 1.3rem;
  color: var(--vert-fonce);
}
@media (max-width: 720px) {
  .asso__stats { grid-template-columns: 1fr; }
  .stat + .stat { border-left: none; }
}

/* ============================================================
   SOUTENIR
   ============================================================ */
.soutenir { background: var(--jaune); }
.soutenir__inner {
  text-align: center;
  background: var(--creme);
  border: 3px solid var(--vert-fonce);
  border-radius: var(--rayon-lg);
  padding: clamp(2.2rem, 6vw, 3.6rem);
  max-width: 760px; margin-inline: auto;
  box-shadow: var(--ombre);
}
.soutenir__inner h2 { margin-bottom: .6rem; }
.soutenir .note {
  margin-top: 1.1rem; font-size: .9rem; color: var(--texte-doux);
}
.soutenir .badge-bientot {
  display: inline-block; background: var(--vert-tendre); color: var(--vert-fonce);
  font-weight: 800; font-size: .8rem; padding: .3rem .8rem; border-radius: 100px;
  border: 2px solid var(--vert-fonce); margin-bottom: 1rem;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--creme); }
.faq__list { max-width: 720px; margin: 2.2rem auto 0; }
.faq__item { padding: 1.3rem 0; border-bottom: 1px solid rgba(54,60,30,.14); }
.faq__item:last-child { border-bottom: none; }
.faq__item h3 { font-size: 1.2rem; margin-bottom: .4rem; }
.faq__item p { font-size: 1rem; }
.faq__item a { color: var(--violet); text-decoration: none; border-bottom: 1px solid var(--violet); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: var(--lavande); color: var(--vert-fonce); position: relative; overflow: hidden; isolation: isolate; }
.contact::before {
  content:""; position:absolute; z-index:-1;
  width: clamp(240px, 34vw, 420px); aspect-ratio: 1;
  bottom: -12%; right: -6%;
  background-color: rgba(91, 75, 150, .12);
  -webkit-mask: url("../assets/dougg-doodle.svg") center/contain no-repeat;
          mask: url("../assets/dougg-doodle.svg") center/contain no-repeat;
  transform: rotate(-6deg);
  pointer-events: none;
}
.contact .wrap { position: relative; z-index: 1; }
.contact h2 { color: var(--vert-fonce); }
.contact__grid { margin-top: 2.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem,4vw,3rem); align-items: center; }
.contact__intro { font-size: clamp(1.05rem, 1rem + 0.4vw, 1.22rem); color: var(--vert-fonce); font-weight: 600; max-width: 36ch; }

/* badge d'icône réutilisable */
.ri {
  flex: none; width: 38px; height: 38px; border-radius: 12px;
  background: var(--violet); color: var(--creme);
  display: grid; place-items: center;
}
.ri svg { width: 20px; height: 20px; }

.contact__reasons { list-style: none; padding: 0; margin: 1.6rem 0 1.8rem; display: grid; gap: 1rem; }
.contact__reasons li { display: flex; gap: .85rem; align-items: center; color: var(--vert-fonce); }
.contact__reasons li span:last-child { font-size: 1rem; }
.contact__reasons b { font-weight: 800; }

.contact__reach { display: grid; gap: .8rem; }
.contact__reach a {
  display: inline-flex; align-items: center; gap: .7rem;
  text-decoration: none; color: var(--vert-fonce); font-weight: 800;
  width: fit-content; transition: color .15s ease;
}
.contact__reach a:hover { color: var(--violet); }
.contact__reach a:hover .ri { transform: translateY(-2px); }
.contact__reach .ri { transition: transform .15s ease; }

.form { display: grid; gap: 1rem; background: var(--creme); padding: clamp(1.4rem,4vw,2rem); border-radius: var(--rayon-lg); border: 3px solid var(--vert-fonce); box-shadow: var(--ombre); }
.field { display: grid; gap: .35rem; }
.field label { font-weight: 800; color: var(--vert-fonce); font-size: .92rem; }
.field input, .field textarea {
  font-family: inherit; font-size: 1rem;
  padding: .8rem 1rem; border-radius: 14px;
  border: 2px solid rgba(54,60,30,.25);
  background: var(--blanc); color: var(--texte);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(91,75,150,.22);
}
.field textarea { resize: vertical; min-height: 120px; }
.form__status { font-size: .92rem; font-weight: 700; min-height: 1.2em; }
.form__status.ok  { color: #2f6d2f; }
.form__status.err { color: #b33; }
@media (max-width: 820px) { .contact__grid { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  position: relative;
  background: var(--vert-fonce);
  color: rgba(250,252,239,.82);
  border-radius: 44px 44px 0 0;
  margin-top: -28px;
  padding: clamp(3rem,7vw,4.5rem) var(--pad) 1.8rem;
  isolation: isolate;
}
.footer__wrap { max-width: var(--max); margin-inline: auto; }

/* haut du footer : marque + newsletter */
.footer__top {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem,5vw,4rem);
  align-items: start;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid rgba(250,252,239,.16);
}
.footer__brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--font-accent); font-size: 1.7rem; color: var(--creme); text-decoration: none; letter-spacing: .5px; }
.footer__brand .brand-chip { box-shadow: 0 3px 0 0 rgba(0,0,0,.3); }
.footer__tagline { color: rgba(250,252,239,.72); margin-top: .9rem; max-width: 34ch; }

.footer__news h4 { color: var(--jaune); font-family: var(--font-accent); font-size: 1.4rem; margin-bottom: .2rem; }
.footer__news p { color: rgba(250,252,239,.72); font-size: .95rem; margin-bottom: .9rem; }
.news-form { display: flex; gap: .5rem; flex-wrap: wrap; }
.news-form input {
  flex: 1 1 200px; min-width: 0;
  font-family: inherit; font-size: 1rem;
  padding: .8rem 1.1rem; border-radius: 100px;
  border: 2px solid rgba(250,252,239,.25);
  background: rgba(250,252,239,.08); color: var(--creme);
}
.news-form input::placeholder { color: rgba(250,252,239,.5); }
.news-form input:focus { outline: none; border-color: var(--jaune); background: rgba(250,252,239,.14); }
.news-form button {
  flex: none; font-family: var(--font-accent); font-size: 1.05rem; font-weight: 600;
  padding: .8rem 1.5rem; border-radius: 100px; cursor: pointer;
  background: var(--jaune); color: var(--vert-fonce); border: 2px solid var(--jaune);
  transition: transform .15s ease;
}
.news-form button:hover { transform: translateY(-2px); }
.footer__news .form__status { color: var(--jaune); margin-top: .5rem; }
.footer__news .form__status.ok { color: var(--vert-tendre); }

/* colonnes de liens */
.footer__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem 2rem;
  padding: 2.4rem 0;
}
.footer__col h5 { color: var(--jaune); font-family: var(--font-accent); font-size: 1.15rem; margin-bottom: .7rem; }
.footer__col a, .footer__col span { color: rgba(250,252,239,.82); text-decoration: none; display: block; padding: .25rem 0; font-size: .98rem; }
.footer__col a { transition: color .15s ease, padding-left .15s ease; }
.footer__col a:hover { color: var(--jaune); padding-left: 4px; }

.footer__socials { display: flex; gap: .6rem; margin-top: .4rem; }
.footer__socials a {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; padding: 0;
  background: rgba(250,252,239,.1); border: 1.5px solid rgba(250,252,239,.2);
  transition: background .15s ease, transform .15s ease;
}
.footer__socials a:hover { background: var(--jaune); transform: translateY(-3px); }
.footer__socials svg { width: 20px; height: 20px; fill: var(--creme); transition: fill .15s ease; }
.footer__socials a:hover svg { fill: var(--vert-fonce); }

/* bas : mentions */
.footer__legal {
  padding-top: 1.6rem; margin-top: 1rem;
  border-top: 1px solid rgba(250,252,239,.16);
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; align-items: center;
  font-size: .86rem; color: rgba(250,252,239,.6);
}
.footer__legal a { color: rgba(250,252,239,.78); text-decoration: none; }
.footer__legal a:hover { color: var(--jaune); }

@media (max-width: 760px) {
  .footer { border-radius: 32px 32px 0 0; text-align: left; }
  .footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px) { .footer__cols { grid-template-columns: 1fr; } }

/* ---------- Doodles décoratifs ---------- */
.doodle { position: absolute; pointer-events: none; opacity: .9; z-index: 0; }

/* ---------- Reveal au scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Page mentions légales ---------- */
.legal { background: var(--creme); min-height: 60vh; }
.legal .wrap { max-width: 760px; }
.legal h1 { font-size: clamp(2rem,1.5rem+2vw,2.8rem); margin-bottom: .4rem; }
.legal h2 { font-size: 1.4rem; margin: 2rem 0 .5rem; color: var(--violet); }
.legal p, .legal address { color: var(--texte-doux); font-style: normal; }
.legal a { color: var(--violet); }
.legal .back { display: inline-block; margin-top: 2rem; }
