/* =========================================================
   LOVE DOG'S — design clair, aéré, moderne
   Fond porcelaine chaud · accents or & anthracite · motif patte
   ========================================================= */

:root{
  --bg:        #faf7f1;   /* porcelaine chaude */
  --bg-2:      #f2ebdf;   /* bande sable douce */
  --surface:   #ffffff;
  --ink:       #211f1b;   /* anthracite chaud */
  --ink-2:     #5c574e;
  --ink-3:     #928b7d;
  --line:      #ece5d7;
  --line-2:    #e2d9c7;

  --gold:      #bd8f2e;
  --gold-2:    #e0ba61;
  --gold-3:    #f2d894;
  --gold-deep: #8a6417;
  --grad-gold: linear-gradient(120deg,#e6c473 0%,#cd9d3c 52%,#b3842a 100%);

  --peach-1:   #fce7c9;
  --peach-2:   #f6d6a6;
  --peach-3:   #efc79f;

  --r:   16px;
  --r-lg:24px;
  --r-xl:34px;
  --pill:999px;

  --wrap: 1180px;
  --px: clamp(20px,5vw,44px);
  --sp: clamp(72px,10vw,132px);

  --sh-s: 0 6px 18px -8px rgba(90,70,30,.20);
  --sh-m: 0 22px 48px -22px rgba(90,70,30,.30);
  --sh-l: 0 40px 80px -34px rgba(80,60,25,.40);
  --sh-gold: 0 16px 34px -14px rgba(189,143,46,.48);

  --ease: cubic-bezier(.22,.68,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
@media (prefers-reduced-motion:reduce){ html{ scroll-behavior:auto; } }

body{
  margin:0; background:var(--bg); color:var(--ink);
  font-family:"Inter",system-ui,-apple-system,sans-serif;
  font-size:16.5px; line-height:1.6; letter-spacing:.002em;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
img,svg{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3{ font-family:"Sora",sans-serif; font-weight:700; margin:0; line-height:1.08; letter-spacing:-.02em; }
p{ margin:0; }

.wrap{ width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:var(--px); }
.ico{ width:1.15em; height:1.15em; flex:none; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.accent{ color:var(--gold); }
:focus-visible{ outline:2.5px solid var(--gold); outline-offset:3px; border-radius:6px; }

.skip-link{ position:absolute; left:50%; top:-60px; transform:translateX(-50%); background:var(--ink); color:#fff; padding:10px 18px; border-radius:0 0 12px 12px; font-weight:600; z-index:1000; transition:top .2s; }
.skip-link:focus{ top:0; }

/* ---------- Boutons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px; position:relative; overflow:hidden;
  font-family:"Sora",sans-serif; font-weight:600; font-size:15px; letter-spacing:.005em;
  padding:14px 26px; border-radius:var(--pill); cursor:pointer; border:1.5px solid transparent;
  transition:transform .22s var(--ease), box-shadow .28s var(--ease), background .25s, color .25s, border-color .25s;
}
.btn .ico{ width:19px; height:19px; }
.btn:active{ transform:translateY(1px) scale(.98); }

.btn-primary{ background:var(--grad-gold); color:#2a1f08; box-shadow:var(--sh-gold); }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 22px 42px -14px rgba(189,143,46,.6); }
.btn-primary .paw-btn{ width:0; height:19px; opacity:0; margin-left:-10px; fill:#2a1f08; stroke:none; transition:width .28s var(--ease), opacity .28s var(--ease), margin .28s var(--ease); }
.btn-primary:hover .paw-btn{ width:19px; opacity:1; margin-left:0; }

.btn-soft{ background:var(--surface); color:var(--ink); border-color:var(--line-2); box-shadow:var(--sh-s); }
.btn-soft:hover{ transform:translateY(-2px); border-color:var(--gold-2); color:var(--gold-deep); box-shadow:var(--sh-m); }
.btn-soft .ico{ color:#25d366; }

/* ---------- En-tête ---------- */
.hdr{ position:fixed; inset:0 0 auto 0; z-index:100; transition:background .3s, box-shadow .3s, border-color .3s; border-bottom:1px solid transparent; }
.hdr.scrolled{ background:rgba(250,247,241,.86); backdrop-filter:blur(14px) saturate(1.3); border-bottom-color:var(--line); box-shadow:0 8px 26px -20px rgba(80,60,25,.4); }
.hdr-in{ display:flex; align-items:center; gap:20px; height:76px; }

.brand{ display:flex; align-items:center; gap:12px; margin-right:auto; }
.brand-badge{ display:grid; place-items:center; height:48px; flex:none; }
.brand-badge img{ height:48px; width:auto; display:block; }
.brand-txt{ display:flex; flex-direction:column; line-height:1; }
.brand-name{ font-family:"Great Vibes",cursive; font-size:30px; color:var(--ink); line-height:.85; }
.brand-tag{ font-family:"Sora",sans-serif; font-weight:600; font-size:10px; letter-spacing:.22em; text-transform:uppercase; color:var(--ink-3); margin-top:4px; }

.nav{ display:flex; align-items:center; gap:2px; }
.nav-link{ position:relative; font-family:"Sora",sans-serif; font-weight:500; font-size:15px; padding:9px 15px; color:var(--ink-2); border-radius:var(--pill); transition:color .2s; }
.nav-link::after{ content:""; position:absolute; left:15px; right:15px; bottom:5px; height:2px; border-radius:2px; background:var(--grad-gold); transform:scaleX(0); transform-origin:left; transition:transform .3s var(--ease); }
.nav-link:hover, .nav-link.active{ color:var(--ink); }
.nav-link:hover::after, .nav-link.active::after{ transform:scaleX(1); }
.hdr-cta{ padding:11px 20px; }

.burger{ display:none; width:46px; height:46px; background:var(--surface); border:1.5px solid var(--line-2); border-radius:13px; cursor:pointer; box-shadow:var(--sh-s); }
.burger span{ display:block; width:20px; height:2px; background:var(--ink); margin:4px auto; border-radius:2px; transition:transform .3s, opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1){ transform:translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.burger[aria-expanded="true"] span:nth-child(3){ transform:translateY(-6px) rotate(-45deg); }

/* ---------- Héro ---------- */
.hero{ position:relative; padding-top:clamp(120px,15vh,168px); padding-bottom:clamp(46px,7vw,72px); overflow:hidden; }
.hero-glow{ position:absolute; top:-8%; right:-6%; width:760px; height:760px; max-width:100vw; background:radial-gradient(circle,rgba(224,186,97,.24),rgba(224,186,97,.07) 42%,transparent 68%); pointer-events:none; z-index:0; }
.hero-in{ position:relative; z-index:2; display:grid; grid-template-columns:1.02fr .98fr; gap:clamp(30px,5vw,64px); align-items:center; }

.eyebrow{ display:inline-flex; align-items:center; gap:9px; padding:8px 15px 8px 12px; border-radius:var(--pill); background:var(--surface); border:1px solid var(--line-2); box-shadow:var(--sh-s); font-family:"Sora",sans-serif; font-weight:600; font-size:13px; color:var(--ink-2); margin-bottom:26px; }
.eyebrow .ico{ width:17px; height:17px; color:var(--gold); fill:var(--gold); stroke:none; }

.hero-title{ font-size:clamp(42px,6.6vw,76px); font-weight:800; letter-spacing:-.03em; margin-bottom:22px; }
.hero-sub{ font-size:clamp(16px,1.7vw,19px); color:var(--ink-2); max-width:490px; margin-bottom:32px; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:30px; }
.hero-tags{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px 22px; }
.hero-tags li{ display:inline-flex; align-items:center; gap:8px; font-size:14.5px; font-weight:500; color:var(--ink-2); }
.hero-tags .ico{ width:19px; height:19px; color:var(--gold); stroke-width:2.6; }

/* visuel héro */
.hero-visual{ position:relative; }
.photo{ position:relative; margin:0; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--sh-l); border:1px solid rgba(255,255,255,.6); }
.photo-hint{ position:absolute; z-index:2; left:50%; bottom:18px; transform:translateX(-50%); display:inline-flex; align-items:center; gap:8px; padding:7px 14px; border-radius:var(--pill); background:rgba(33,31,27,.42); color:#fff; backdrop-filter:blur(6px); font-size:12.5px; font-weight:500; letter-spacing:.01em; white-space:nowrap; }
.photo-hint svg{ width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
/* fonds "placeholder" chaleureux (remplacés par de vraies photos, cf README) */
.photo-hero{ aspect-ratio:4/4.4; background:url("../assets/hero.jpg") center/cover no-repeat; }
.photo-edu{ min-height:440px; background:url("../assets/education.jpg") center 40%/cover no-repeat; }
.photo-sit{ min-height:360px; background:url("../assets/sitting.jpg") center/cover no-repeat; }

.float-card{ position:absolute; display:flex; align-items:center; gap:12px; padding:14px 18px; border-radius:18px; background:var(--surface); box-shadow:var(--sh-m); border:1px solid var(--line); }
.float-card b{ display:block; font-family:"Sora",sans-serif; font-size:20px; line-height:1; color:var(--ink); }
.float-card small{ font-size:12px; color:var(--ink-3); }
.fc-ico{ display:grid; place-items:center; width:38px; height:38px; border-radius:11px; background:linear-gradient(135deg,var(--gold-3),var(--gold-2)); color:#2a1f08; flex:none; }
.fc-ico svg{ width:20px; height:20px; fill:currentColor; stroke:none; }
.float-1{ top:22px; left:-26px; animation:floaty 5s ease-in-out infinite; }
.float-2{ bottom:34px; right:-24px; animation:floaty 5.6s ease-in-out infinite .6s; }
@keyframes floaty{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-9px); } }

/* bandeau 3 services dans le header */
.hero-services{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:clamp(38px,5vw,56px); position:relative; z-index:2; }
.hs{ position:relative; overflow:hidden; display:flex; align-items:center; gap:15px; padding:17px 20px; border-radius:18px; background:var(--surface); border:1px solid var(--line); box-shadow:var(--sh-s); transition:transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.hs::after{ content:""; position:absolute; left:0; bottom:0; height:3px; width:100%; background:var(--grad-gold); transform:scaleX(0); transform-origin:left; transition:transform .35s var(--ease); }
.hs:hover{ transform:translateY(-5px); border-color:var(--gold-2); box-shadow:var(--sh-m); }
.hs:hover::after{ transform:scaleX(1); }
.hs-ico{ display:grid; place-items:center; width:50px; height:50px; flex:none; border-radius:14px; background:linear-gradient(150deg,#fbf1dc,#f1dfb6); color:var(--gold-deep); transition:transform .3s var(--ease); }
.hs-ico svg{ width:27px; height:27px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.hs:hover .hs-ico{ transform:scale(1.08) rotate(-4deg); }
.hs-txt{ display:flex; flex-direction:column; line-height:1.25; flex:1; min-width:0; }
.hs-txt b{ font-family:"Sora",sans-serif; font-weight:600; font-size:16px; color:var(--ink); }
.hs-txt small{ font-size:13px; color:var(--ink-3); }
.hs-go{ width:20px; height:20px; flex:none; fill:none; stroke:var(--gold); stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; transition:transform .25s var(--ease); }
.hs:hover .hs-go{ transform:translateX(4px); }

/* ---------- Sections génériques ---------- */
.section{ padding-block:var(--sp); position:relative; }
.band{ background:linear-gradient(180deg,var(--bg-2),#f6f0e5); border-block:1px solid var(--line); }

.head{ max-width:640px; margin:0 auto clamp(42px,5vw,60px); text-align:center; }
.kicker{ display:inline-block; font-family:"Sora",sans-serif; font-weight:600; font-size:13px; letter-spacing:.16em; text-transform:uppercase; color:var(--gold-deep); margin-bottom:14px; padding:5px 13px; border-radius:var(--pill); background:rgba(189,143,46,.1); }
.kicker.gold{ color:var(--gold-3); background:rgba(224,186,97,.14); }
.h2{ font-size:clamp(30px,4.4vw,50px); font-weight:800; letter-spacing:-.03em; }
.h2.light{ color:#fff; }
.lead{ margin-top:16px; color:var(--ink-2); font-size:clamp(15.5px,1.6vw,18px); }
.lead.center{ margin-inline:auto; max-width:560px; }
.lead.light{ color:rgba(255,255,255,.72); }

/* séparateur pattes */
.paw-divider{ display:flex; justify-content:center; align-items:center; gap:16px; padding-block:6px; }
.paw-divider svg{ width:22px; height:22px; fill:var(--gold-2); opacity:.55; }
.paw-divider svg:nth-child(1){ opacity:.3; transform:rotate(-12deg) scale(.85); }
.paw-divider svg:nth-child(3){ opacity:.3; transform:rotate(12deg) scale(.85); }

/* ---------- Cartes services ---------- */
/* ---------- Services : cartes vedettes ---------- */
.services{ position:relative; }
.svc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.svc{ position:relative; overflow:hidden; display:flex; flex-direction:column; border-radius:26px; background:var(--surface); border:1px solid var(--line); box-shadow:var(--sh-s); isolation:isolate; transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; }
.svc:hover{ transform:translateY(-12px); box-shadow:var(--sh-l); border-color:var(--gold-2); }

/* lueur dorée au survol */
.svc-glow{ position:absolute; top:-42%; left:50%; transform:translateX(-50%); width:360px; height:360px; border-radius:50%; background:radial-gradient(circle, rgba(224,186,97,.30), transparent 66%); opacity:0; transition:opacity .5s var(--ease); pointer-events:none; z-index:0; }
.svc:hover .svc-glow{ opacity:1; }

/* balayage lumineux au survol */
.svc::before{ content:""; position:absolute; top:0; left:-130%; width:75%; height:100%; background:linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent); transform:skewX(-16deg); transition:left .75s var(--ease); pointer-events:none; z-index:1; }
.svc:hover::before{ left:135%; }

/* liseré doré qui se remplit en bas */
.svc::after{ content:""; position:absolute; left:0; bottom:0; height:4px; width:100%; background:var(--grad-gold); transform:scaleX(0); transform-origin:left; transition:transform .5s var(--ease); z-index:2; }
.svc:hover::after{ transform:scaleX(1); }

/* médaillon + anneau conique animé */
.svc-top{ position:relative; z-index:2; display:grid; place-items:center; padding:34px 0 28px; background:linear-gradient(162deg,#fdf6e7 0%,#f8ebcd 100%); border-bottom:1px solid rgba(189,143,46,.15); overflow:hidden; }
.svc-paws{ position:absolute; inset:0; pointer-events:none; color:var(--gold); }
.svc-paws svg{ position:absolute; fill:currentColor; stroke:none; }
.svc-paws svg:nth-child(1){ width:124px; height:124px; right:-22px; bottom:-30px; transform:rotate(18deg); opacity:.10; }
.svc-paws svg:nth-child(2){ width:56px; height:56px; left:16px; top:12px; transform:rotate(-14deg); opacity:.12; }
.svc-paws svg:nth-child(3){ width:40px; height:40px; left:42%; bottom:8px; transform:rotate(9deg); opacity:.08; }
.svc-body{ position:relative; z-index:2; display:flex; flex-direction:column; flex:1; padding:26px 30px 32px; }
.svc-emblem{ position:relative; z-index:2; display:grid; place-items:center; width:80px; height:80px; border-radius:50%; background:linear-gradient(150deg,#fff,#fbf1dc); color:var(--gold-deep); box-shadow:0 10px 24px -12px rgba(189,143,46,.55); transition:transform .4s var(--ease); }
.svc-emblem svg{ position:relative; z-index:2; width:38px; height:38px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; transition:transform .45s var(--ease); }
.svc-emblem .ring{ position:absolute; inset:-4px; border-radius:50%; background:conic-gradient(from 0deg, var(--gold-2), var(--gold-3) 12%, transparent 34%, transparent 66%, var(--gold-2)); opacity:0; transition:opacity .4s var(--ease); }
.svc:hover .svc-emblem{ transform:scale(1.06); }
.svc:hover .svc-emblem svg{ transform:rotate(-6deg) scale(1.08); }
.svc:hover .svc-emblem .ring{ opacity:1; animation:spin 3.5s linear infinite; }

.svc-title{ position:relative; z-index:2; font-size:24px; margin-bottom:12px; }
.svc-desc{ position:relative; z-index:2; color:var(--ink-2); font-size:15px; line-height:1.6; margin-bottom:22px; }
.svc-points{ position:relative; z-index:2; list-style:none; margin:0 0 28px; padding:0; display:grid; gap:11px; flex:1 0 auto; }
.svc-points li{ display:flex; align-items:flex-start; gap:11px; font-size:14px; font-weight:500; color:var(--ink); }
.svc-points svg{ width:18px; height:18px; flex:none; fill:var(--gold); stroke:none; margin-top:1px; }
.svc-cta{ position:relative; z-index:2; align-self:flex-start; display:inline-flex; align-items:center; gap:9px; font-family:"Sora",sans-serif; font-weight:600; font-size:15px; color:#2a1f08; background:var(--grad-gold); padding:12px 24px; border-radius:var(--pill); box-shadow:var(--sh-gold); transition:transform .3s var(--ease), box-shadow .3s, gap .3s; }
.svc-cta svg{ width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; transition:transform .3s var(--ease); }
.svc:hover .svc-cta{ transform:translateY(-2px); box-shadow:0 20px 40px -14px rgba(189,143,46,.6); gap:13px; }
.svc:hover .svc-cta svg{ transform:translateX(4px); }
@keyframes spin{ to{ transform:rotate(360deg); } }

/* ---------- Split (éducation / sitting) ---------- */
.split{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,64px); align-items:stretch; }
.split-visual{ display:flex; }
.split-visual .photo{ flex:1 1 auto; width:100%; }
.split-copy .kicker{ margin-bottom:16px; }
.split-copy .h2{ margin-bottom:0; }
.split-copy .lead{ margin-bottom:28px; }
@media (min-width:861px){ .split-rev .split-visual{ order:2; } }

.steps{ list-style:none; margin:0 0 26px; padding:0; display:grid; gap:16px; }
.steps li{ display:flex; align-items:flex-start; gap:15px; }
.pnode{ display:grid; place-items:center; width:44px; height:44px; flex:none; border-radius:14px; background:linear-gradient(150deg,#fbf1dc,#f2e0b9); border:1px solid var(--line-2); box-shadow:var(--sh-s); }
.pnode svg{ width:22px; height:22px; fill:var(--gold); stroke:none; }
.steps b{ display:block; font-family:"Sora",sans-serif; font-weight:600; font-size:16px; color:var(--ink); }
.steps span{ font-size:14.5px; color:var(--ink-2); }

.chips{ display:flex; flex-wrap:wrap; gap:9px; margin-bottom:28px; }
.chip{ font-family:"Sora",sans-serif; font-weight:500; font-size:13.5px; padding:8px 15px; border-radius:var(--pill); background:var(--surface); border:1px solid var(--line-2); color:var(--ink-2); box-shadow:var(--sh-s); }

.row-cta{ display:flex; flex-wrap:wrap; align-items:center; gap:16px 22px; }

/* offre éducation mise en avant */
.edu-offer{ display:flex; align-items:center; gap:15px; padding:18px 22px; margin-bottom:22px; border-radius:18px; background:linear-gradient(120deg, rgba(224,186,97,.18), rgba(224,186,97,.05)); border:1px solid var(--gold-2); }
.edu-offer-ico{ display:grid; place-items:center; width:46px; height:46px; flex:none; border-radius:50%; background:var(--grad-gold); color:#2a1f08; box-shadow:var(--sh-gold); }
.edu-offer-ico svg{ width:24px; height:24px; fill:currentColor; stroke:none; }
.edu-offer-txt{ display:flex; flex-direction:column; gap:2px; }
.edu-offer-txt b{ font-family:"Sora",sans-serif; font-weight:700; font-size:17px; color:var(--ink); }
.edu-offer-txt span{ font-size:14px; color:var(--gold-deep); font-weight:500; }
.row-cta.center{ justify-content:center; }
.price-tag{ font-size:14.5px; color:var(--ink-2); }
.price-tag b{ font-family:"Sora",sans-serif; font-size:20px; color:var(--gold-deep); }

.mini-list{ list-style:none; margin:0 0 26px; padding:0; display:grid; gap:13px; }
.mini-list li{ display:flex; align-items:center; gap:12px; font-size:15.5px; color:var(--ink); }
.mini-list .ico{ width:22px; height:22px; color:var(--gold); flex:none; }

/* ---------- Tarifs dog sitting ---------- */
.pricing{ margin-top:clamp(48px,7vw,72px); }
.pricing-head{ text-align:center; max-width:560px; margin:0 auto clamp(30px,4vw,42px); }
.pricing-title{ font-size:clamp(24px,3.2vw,36px); font-weight:800; letter-spacing:-.02em; }
.pricing-sub{ margin-top:12px; color:var(--ink-2); font-size:clamp(15px,1.5vw,17px); }

.formulas{ display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:760px; margin:0 auto clamp(18px,2.5vw,24px); }
.formula{ position:relative; overflow:hidden; padding:34px 30px 30px; border-radius:24px; background:var(--surface); border:1px solid var(--line); box-shadow:var(--sh-s); text-align:center; transition:transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.formula:hover{ transform:translateY(-7px); box-shadow:var(--sh-m); }
.formula.featured{ border-color:var(--gold-2); background:linear-gradient(172deg,#fffaf0,#fdf2dc); box-shadow:0 18px 40px -20px rgba(189,143,46,.5); }
.formula.featured:hover{ box-shadow:0 26px 50px -22px rgba(189,143,46,.6); }
.formula-flag{ position:absolute; top:0; right:0; font-family:"Sora",sans-serif; font-weight:600; font-size:12px; letter-spacing:.02em; color:#2a1f08; background:var(--grad-gold); padding:7px 15px; border-radius:0 24px 0 16px; box-shadow:-4px 6px 14px -8px rgba(189,143,46,.6); }
.formula-name{ display:block; font-family:"Sora",sans-serif; font-weight:600; font-size:14px; letter-spacing:.05em; text-transform:uppercase; color:var(--ink-2); margin-bottom:16px; }
.formula-price{ display:flex; align-items:baseline; justify-content:center; gap:5px; margin-bottom:14px; }
.formula-price b{ font-family:"Sora",sans-serif; font-weight:800; font-size:clamp(48px,6vw,60px); line-height:.9; color:var(--ink); letter-spacing:-.03em; }
.formula.featured .formula-price b{ color:var(--gold-deep); }
.formula-price em{ font-style:normal; font-family:"Sora",sans-serif; font-weight:700; font-size:28px; color:var(--ink-2); }
.formula.featured .formula-price em{ color:var(--gold-deep); }
.formula-price span{ font-size:14px; color:var(--ink-3); font-weight:500; }
.formula-desc{ font-size:14.5px; color:var(--ink-2); line-height:1.55; }
.formula-desc s{ color:var(--ink-3); }

.addons{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:940px; margin:0 auto; }
.addon{ display:flex; align-items:center; gap:14px; padding:18px 20px; border-radius:18px; background:var(--surface); border:1px solid var(--line); box-shadow:var(--sh-s); transition:transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.addon:hover{ transform:translateY(-4px); box-shadow:var(--sh-m); border-color:var(--line-2); }
.addon-ico{ display:grid; place-items:center; width:46px; height:46px; flex:none; border-radius:13px; background:linear-gradient(150deg,#fbf1dc,#f2e0b9); color:var(--gold-deep); }
.addon-ico svg{ width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.addon-txt{ flex:1; min-width:0; display:flex; flex-direction:column; gap:2px; }
.addon-txt b{ font-family:"Sora",sans-serif; font-weight:600; font-size:15px; color:var(--ink); }
.addon-txt small{ font-size:12.5px; color:var(--ink-3); line-height:1.35; }
.addon-amt{ font-family:"Sora",sans-serif; font-weight:700; font-size:18px; color:var(--gold-deep); white-space:nowrap; display:flex; flex-direction:column; align-items:flex-end; line-height:1.1; }
.addon-amt em{ font-style:normal; font-weight:500; font-size:11px; color:var(--ink-3); }
.pricing-cta{ display:flex; justify-content:center; margin-top:clamp(30px,4vw,42px); }

/* ---------- Nutrition ---------- */
.products{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-bottom:clamp(30px,4vw,44px); }
.pcard{ position:relative; overflow:hidden; border-radius:var(--r-lg); background:var(--surface); border:1px solid var(--line); box-shadow:var(--sh-s); transition:transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.pcard:hover{ transform:translateY(-6px); box-shadow:var(--sh-m); }
.pcard.premium{ border-color:var(--gold-2); box-shadow:0 18px 40px -22px rgba(189,143,46,.5); }
/* tuile visuelle produit */
.pcard-media{ position:relative; height:230px; display:grid; place-items:center; padding:14px 16px 12px; background:linear-gradient(180deg,#fbfaf7,#f3f1ea); border-bottom:1px solid var(--line); }
.pcard-media .bag{ height:100%; max-height:214px; width:auto; max-width:100%; object-fit:contain; filter:drop-shadow(0 14px 18px rgba(40,30,15,.22)); transition:transform .4s var(--ease); }
.pcard:hover .pcard-media .bag{ transform:translateY(-5px) rotate(-1.5deg); }
.pcard-body{ padding:20px 22px 22px; }
.pcard-head{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:2px; }
.flag{ position:absolute; top:12px; right:12px; z-index:2; display:inline-flex; align-items:center; gap:5px; font-family:"Sora",sans-serif; font-weight:600; font-size:11px; letter-spacing:.03em; color:#2a1f08; background:var(--grad-gold); padding:4px 10px; border-radius:var(--pill); box-shadow:0 6px 14px -6px rgba(0,0,0,.5); }
.flag svg{ width:12px; height:12px; fill:currentColor; stroke:none; }
.pcard h3{ font-size:21px; }
.badge{ display:inline-block; flex:none; font-family:"Sora",sans-serif; font-weight:600; font-size:12px; letter-spacing:.02em; color:var(--gold-deep); background:rgba(189,143,46,.1); border:1px solid var(--line-2); padding:3px 12px; border-radius:var(--pill); }
.macros{ display:flex; flex-direction:column; gap:8px; margin:16px 0; padding:16px 0; border-block:1px solid var(--line); }
.macros span{ display:flex; justify-content:space-between; font-size:14px; color:var(--ink-2); }
.macros b{ font-family:"Sora",sans-serif; font-weight:600; color:var(--ink); }
.pcard-foot{ display:flex; align-items:baseline; justify-content:space-between; }
.pcard-foot span{ font-size:13px; color:var(--ink-3); font-weight:500; }
.amt{ font-family:"Sora",sans-serif; font-weight:800; font-size:28px; color:var(--gold-deep); }

.perks{ list-style:none; margin:0 0 clamp(30px,4vw,44px); padding:22px; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; border-radius:var(--r-lg); background:var(--surface); border:1px solid var(--line); box-shadow:var(--sh-s); }
.perks li{ display:flex; align-items:center; gap:11px; font-family:"Sora",sans-serif; font-weight:500; font-size:14.5px; color:var(--ink); justify-content:center; text-align:center; }
.perks li + li{ border-left:1px solid var(--line); }
.perks .ico{ width:24px; height:24px; color:var(--gold); flex:none; }

.unit-note{ font-size:14.5px; color:var(--ink-2); }

/* ---------- Contact (accent anthracite) ---------- */
.contact{ padding-block:var(--sp); background:radial-gradient(120% 120% at 50% 0%, #2b2822 0%, #201e1a 60%); position:relative; overflow:hidden; }
.contact::before{ content:""; position:absolute; top:-30%; left:50%; transform:translateX(-50%); width:700px; height:700px; max-width:120vw; background:radial-gradient(circle,rgba(224,186,97,.18),transparent 62%); pointer-events:none; }
.contact-in{ position:relative; z-index:2; text-align:center; }
.contact-cards{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:clamp(34px,5vw,46px); }
.ccard{ display:flex; flex-direction:column; align-items:center; gap:5px; padding:30px 20px; border-radius:var(--r-lg); background:rgba(255,255,255,.045); border:1px solid rgba(224,186,97,.22); transition:transform .3s var(--ease), background .3s, border-color .3s, box-shadow .3s; }
.ccard:not(.static):hover{ transform:translateY(-6px); background:rgba(255,255,255,.08); border-color:rgba(224,186,97,.5); box-shadow:0 24px 46px -24px rgba(0,0,0,.6); }
.ccard-ico{ display:grid; place-items:center; width:54px; height:54px; margin-bottom:8px; border-radius:16px; background:linear-gradient(135deg,var(--gold-3),var(--gold-2)); color:#2a1f08; }
.ccard-ico svg{ width:26px; height:26px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.ccard small{ font-family:"Sora",sans-serif; font-weight:600; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.5); }
.ccard b{ font-family:"Sora",sans-serif; font-weight:600; font-size:15.5px; color:#fff; word-break:break-word; }

/* ---------- Pied de page ---------- */
.ftr{ background:var(--bg); border-top:1px solid var(--line); }
.ftr-in{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:24px; padding-block:44px; }
.ftr-nav{ display:flex; flex-wrap:wrap; gap:8px 24px; }
.ftr-nav a{ font-family:"Sora",sans-serif; font-weight:500; font-size:14.5px; color:var(--ink-2); transition:color .2s; }
.ftr-nav a:hover{ color:var(--gold-deep); }
.ftr-bottom{ border-top:1px solid var(--line); padding-block:18px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px 20px; }
.ftr-bottom p{ font-size:13px; color:var(--ink-3); }
.ftr-legal{ display:flex; gap:18px; }
.ftr-legal a{ font-size:13px; color:var(--ink-2); transition:color .2s; }
.ftr-legal a:hover{ color:var(--gold-deep); }
.credit a{ color:var(--ink-2); border-bottom:1px dotted var(--ink-3); }
.credit a:hover{ color:var(--gold-deep); }

/* ---------- FAB ---------- */
.fab{ position:fixed; right:18px; bottom:18px; z-index:90; display:none; align-items:center; justify-content:center; width:58px; height:58px; border-radius:50%; background:linear-gradient(150deg,#2fd35b,#1faa4b); color:#fff; box-shadow:0 16px 34px -12px rgba(37,211,102,.7); }
.fab svg{ width:30px; height:30px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.fab::after{ content:""; position:absolute; inset:0; border-radius:50%; border:2px solid rgba(37,211,102,.5); animation:pulse 2.4s ease-out infinite; }
@keyframes pulse{ 0%{ transform:scale(1); opacity:.8; } 100%{ transform:scale(1.5); opacity:0; } }

/* ---------- Révélations ---------- */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in{ opacity:1; transform:none; }
.svc-grid .svc:nth-child(2){ transition-delay:.1s; }
.svc-grid .svc:nth-child(3){ transition-delay:.2s; }
.products .pcard:nth-child(2){ transition-delay:.07s; }
.products .pcard:nth-child(3){ transition-delay:.14s; }
.products .pcard:nth-child(4){ transition-delay:.21s; }
.contact-cards .ccard:nth-child(2){ transition-delay:.07s; }
.contact-cards .ccard:nth-child(3){ transition-delay:.14s; }
.contact-cards .ccard:nth-child(4){ transition-delay:.21s; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1024px){
  .hero-in{ grid-template-columns:1fr; text-align:center; }
  .hero-copy{ max-width:620px; margin-inline:auto; }
  .hero-sub{ margin-inline:auto; }
  .hero-cta, .hero-tags, .eyebrow{ justify-content:center; }
  .eyebrow{ display:inline-flex; }
  .hero-visual{ width:min(100%,460px); margin:8px auto 0; }
  .products{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:860px){
  .nav, .hdr-cta{ display:none; }
  .burger{ display:grid; place-items:center; }
  .hdr-in{ height:66px; }
  .nav.open{ display:flex; flex-direction:column; align-items:stretch; gap:2px; position:fixed; top:66px; left:0; right:0; z-index:99; padding:14px var(--px) 22px; background:rgba(250,247,241,.98); backdrop-filter:blur(16px); border-bottom:1px solid var(--line); box-shadow:var(--sh-m); }
  .nav.open .nav-link{ padding:14px 8px; border-bottom:1px solid var(--line); font-size:17px; }
  .nav.open .nav-link::after{ display:none; }
  .fab{ display:flex; }
  .hero-services{ grid-template-columns:1fr; max-width:460px; margin-inline:auto; }
  .split{ grid-template-columns:1fr; }
  .split-visual{ order:-1 !important; max-width:520px; margin-inline:auto; width:100%; }
  .services{ display:none; }
  a[href="#services"]{ display:none; }
  .perks{ grid-template-columns:1fr 1fr; }
  .perks li:nth-child(odd){ border-left:none; }
  .perks li:nth-child(3), .perks li:nth-child(4){ border-top:1px solid var(--line); padding-top:14px; }
  .perks li:nth-child(4){ border-left:1px solid var(--line); }
  .contact-cards{ grid-template-columns:1fr 1fr; }
  .row-cta{ justify-content:center; }
  .float-1{ left:-8px; } .float-2{ right:-8px; }
}
@media (max-width:480px){
  body{ font-size:16px; }
  .hero-title{ font-size:clamp(38px,11vw,48px); }
  .products{ grid-template-columns:1fr 1fr; gap:12px; }
  .pcard-media{ height:168px; padding:10px 10px 6px; }
  .pcard-media .bag{ max-height:156px; }
  .pcard-body{ padding:12px 13px 14px; }
  .pcard-head{ flex-direction:column; align-items:flex-start; gap:5px; }
  .pcard h3{ font-size:15.5px; }
  .badge{ font-size:10.5px; padding:2px 9px; }
  .flag{ top:8px; right:8px; font-size:10px; padding:3px 8px; }
  .macros{ margin:11px 0; padding:11px 0; gap:6px; }
  .macros span{ font-size:12.5px; }
  .pcard-foot .amt{ font-size:19px; }
  .pcard-foot span{ font-size:12px; }
  .formulas{ grid-template-columns:1fr; max-width:420px; }
  .addons{ grid-template-columns:1fr; max-width:460px; }
  .perks{ grid-template-columns:1fr; }
  .perks li + li{ border-left:none; border-top:1px solid var(--line); padding-top:14px; }
  .contact-cards{ grid-template-columns:1fr; }
  .btn{ width:100%; justify-content:center; }
  .hero-cta .btn, .row-cta .btn{ width:100%; }
  .float-card{ transform:scale(.9); }
  .float-1{ top:10px; left:-4px; } .float-2{ bottom:14px; right:-4px; }
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  .reveal{ opacity:1; transform:none; }
  .float-1,.float-2{ animation:none; }
}

/* ============================================================
   PAGES LÉGALES (mentions légales / CGV)
   ============================================================ */
.legal-header{ position:fixed; top:0; left:0; right:0; z-index:100; background:rgba(250,247,241,.85); backdrop-filter:saturate(160%) blur(14px); -webkit-backdrop-filter:saturate(160%) blur(14px); border-bottom:1px solid var(--line); }
.legal-header .wrap{ display:flex; align-items:center; justify-content:space-between; height:72px; }
.legal-back{ display:inline-flex; align-items:center; gap:8px; font-family:"Sora",sans-serif; font-weight:600; font-size:14px; color:var(--gold-deep); }
.legal-back svg{ width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; transform:rotate(180deg); }
.legal-back:hover{ color:var(--ink); }

.legal-main{ max-width:820px; margin:0 auto; padding:clamp(118px,15vh,158px) 0 clamp(56px,8vw,88px); }
.legal-main h1{ font-family:"Sora",sans-serif; font-weight:800; font-size:clamp(28px,4vw,42px); letter-spacing:-.025em; margin-bottom:10px; }
.legal-updated{ color:var(--ink-3); font-size:14px; margin-bottom:30px; }
.legal-note{ padding:16px 20px; border-radius:14px; background:linear-gradient(120deg,rgba(224,186,97,.16),rgba(224,186,97,.05)); border:1px solid var(--gold-2); font-size:14px; color:var(--ink-2); line-height:1.6; margin-bottom:38px; }
.legal-main section{ margin-bottom:8px; }
.legal-main h2{ font-family:"Sora",sans-serif; font-weight:700; font-size:clamp(19px,2.4vw,25px); margin:34px 0 14px; padding-top:22px; border-top:1px solid var(--line); }
.legal-main h2:first-of-type{ border-top:none; padding-top:0; margin-top:0; }
.legal-main h3{ font-family:"Sora",sans-serif; font-weight:600; font-size:17px; margin:22px 0 8px; color:var(--ink); }
.legal-main p, .legal-main li{ color:var(--ink-2); font-size:15px; line-height:1.72; }
.legal-main p{ margin-bottom:13px; }
.legal-main ul{ margin:0 0 15px; padding-left:22px; }
.legal-main li{ margin-bottom:7px; }
.legal-main strong{ color:var(--ink); font-weight:600; }
.legal-main a{ color:var(--gold-deep); border-bottom:1px dotted var(--gold); }
.legal-main a:hover{ color:var(--ink); }
.legal-dl{ display:grid; grid-template-columns:minmax(140px,auto) 1fr; gap:8px 20px; margin:0 0 15px; font-size:15px; }
.legal-dl dt{ color:var(--ink-3); }
.legal-dl dd{ color:var(--ink); margin:0; }
@media (max-width:560px){ .legal-dl{ grid-template-columns:1fr; gap:2px; } .legal-dl dd{ margin-bottom:8px; } }
