/* Vincennes Débouchage — palette vert forêt + or (premium) */
:root{
  --forest:#14532d;
  --forest-dark:#0f3d22;
  --gold:#caa44a;
  --gold-dark:#a8842f;
  --bg:#f6f4ec;
  --ink:#13271a;
  --surface:#ffffff;
  --surface-alt:#eef0e4;
  --muted:#4a5a4d;
  --line:#dcdcca;
  --shadow:0 18px 48px -24px rgba(15,61,34,.45);
  --radius:14px;
  --max:1140px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{
  margin:0;
  font-family:"Mulish",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.65;
  font-size:17px;
}
img{max-width:100%;display:block;height:auto}
a{color:var(--forest)}
h1,h2,h3,h4{font-family:"Cormorant",Georgia,serif;line-height:1.12;font-weight:600;color:var(--forest);margin:0 0 .4em}
h1{font-size:clamp(2.4rem,5.5vw,4rem)}
h2{font-size:clamp(2rem,3.8vw,2.9rem)}
h3{font-size:clamp(1.4rem,2.4vw,1.7rem)}
p{margin:0 0 1rem}
.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}
.eyebrow{font-family:"Mulish",sans-serif;text-transform:uppercase;letter-spacing:.22em;font-size:.74rem;font-weight:800;color:var(--gold-dark)}
.center{text-align:center}
.skip-link{position:absolute;left:-999px;top:0;background:var(--forest);color:#fff;padding:10px 16px;z-index:2000}
.skip-link:focus{left:8px;top:8px}

/* Buttons — outline ghost */
.btn{
  display:inline-flex;align-items:center;gap:.55em;justify-content:center;
  font-family:"Mulish",sans-serif;font-weight:800;font-size:1rem;
  padding:14px 26px;min-height:48px;border-radius:50px;
  text-decoration:none;cursor:pointer;border:2px solid var(--forest);
  background:transparent;color:var(--forest);transition:background .2s,color .2s,border-color .2s;
}
.btn:hover{background:var(--forest);color:#fff}
.btn-gold{border-color:var(--gold-dark);color:var(--gold-dark)}
.btn-gold:hover{background:var(--gold-dark);color:#fff}
.btn-solid{background:var(--forest);color:#fff}
.btn-solid:hover{background:var(--forest-dark);border-color:var(--forest-dark)}
.btn-light{border-color:rgba(255,255,255,.85);color:#fff}
.btn-light:hover{background:#fff;color:var(--forest)}
.btn svg{width:20px;height:20px;flex:none}
:focus-visible{outline:3px solid var(--gold-dark);outline-offset:3px;border-radius:4px}

/* Header — nav logo centré */
.topbar{background:var(--forest-dark);color:#eef0e4;font-size:.86rem}
.topbar .wrap{display:flex;justify-content:center;gap:24px;padding:7px 22px;flex-wrap:wrap}
.topbar span{display:inline-flex;align-items:center;gap:6px}
.topbar svg{width:15px;height:15px;color:var(--gold)}
header.site{position:sticky;top:0;z-index:1000;background:rgba(246,244,236,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:12px 22px;max-width:var(--max);margin:0 auto;gap:12px}
.nav-left{display:flex;justify-content:flex-start}
.nav-right{display:flex;justify-content:flex-end}
.brand{display:flex;flex-direction:column;align-items:center;text-decoration:none;line-height:1}
.brand .mark{display:flex;align-items:center;gap:8px}
.brand .mark svg{width:26px;height:26px;color:var(--gold-dark)}
.brand b{font-family:"Cormorant",serif;font-size:1.55rem;color:var(--forest);font-weight:700}
.brand small{font-family:"Mulish",sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.6rem;color:var(--gold-dark);font-weight:800;margin-top:3px}
.menu{display:flex;gap:6px;list-style:none;margin:0;padding:0;align-items:center}
.menu a{text-decoration:none;color:var(--ink);font-weight:700;font-size:.95rem;padding:8px 12px;border-radius:8px}
.menu a:hover,.menu a[aria-current="page"]{background:var(--surface-alt);color:var(--forest)}
.nav .call{display:inline-flex;align-items:center;gap:8px;font-weight:800;text-decoration:none;color:var(--forest);border:2px solid var(--gold-dark);border-radius:50px;padding:9px 16px;white-space:nowrap}
.nav .call:hover{background:var(--gold-dark);color:#fff}
.nav .call svg{width:18px;height:18px}
.burger{display:none;background:none;border:2px solid var(--forest);border-radius:8px;padding:8px;cursor:pointer;color:var(--forest)}
.burger svg{width:22px;height:22px}

@media(max-width:880px){
  .nav{grid-template-columns:auto 1fr auto}
  .brand{align-items:flex-start}
  .nav-left{order:0}
  .nav-right{order:2}
  .menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);flex-direction:column;border-bottom:1px solid var(--line);padding:10px 22px 18px}
  .menu.open{display:flex}
  .menu a{padding:12px 8px;border-bottom:1px solid var(--line);border-radius:0}
  .nav .call{display:none}
  .burger{display:inline-flex}
}

/* Hero — card on image */
.hero{position:relative;padding:64px 0 72px}
.hero-card-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:var(--surface)}
.hero-img{position:relative;min-height:480px;background:#0f3d22}
.hero-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-card{padding:48px 46px;display:flex;flex-direction:column;justify-content:center;background:var(--surface)}
.hero-card h1{margin-top:.2em}
.hero-card .lead{font-size:1.12rem;color:var(--muted);margin-bottom:1.3rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1.2rem}
.hero-actions .btn-solid{font-size:1.1rem;padding:16px 28px}
.hero-meta{display:flex;flex-wrap:wrap;gap:18px;font-size:.9rem;color:var(--muted);font-weight:700}
.hero-meta span{display:inline-flex;align-items:center;gap:7px}
.hero-meta svg{width:18px;height:18px;color:var(--gold-dark)}
.rating{display:inline-flex;align-items:center;gap:7px;margin-bottom:1rem;font-weight:700;color:var(--ink)}
.stars{display:inline-flex;gap:1px}
.stars svg{width:18px;height:18px;color:var(--gold)}
@media(max-width:900px){
  .hero-card-wrap{grid-template-columns:1fr}
  .hero-img{min-height:280px;order:-1}
  .hero-card{padding:34px 26px}
}

/* Sections */
section{padding:62px 0}
.lead-block{max-width:760px;margin:0 auto 40px}
.lead-block.center{text-align:center}

/* cartes alternées */
.alt-row{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;margin-bottom:30px}
.alt-row:nth-child(even) .alt-media{order:2}
.alt-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.alt-media{background:linear-gradient(135deg,var(--forest),var(--forest-dark));border-radius:var(--radius);padding:40px;color:#eef0e4;display:flex;flex-direction:column;justify-content:center;min-height:260px;position:relative;overflow:hidden}
.alt-media svg.bigicon{width:64px;height:64px;color:var(--gold);margin-bottom:14px}
.alt-media h3{color:#fff}
.alt-media .deco{position:absolute;right:-30px;bottom:-30px;width:160px;height:160px;color:rgba(202,164,74,.16)}
@media(max-width:820px){
  .alt-row{grid-template-columns:1fr}
  .alt-row:nth-child(even) .alt-media{order:0}
}

/* feature grid cards */
.grid{display:grid;gap:22px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.card .ico{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:var(--surface-alt);color:var(--forest);margin-bottom:14px}
.card .ico svg{width:28px;height:28px}
.card h3{margin-bottom:.3em}
.card p{color:var(--muted);margin-bottom:0;font-size:.97rem}
@media(max-width:820px){.grid-3,.grid-2{grid-template-columns:1fr}}

.bg-alt{background:var(--surface-alt)}
.bg-forest{background:var(--forest);color:#eef0e4}
.bg-forest h2,.bg-forest h3{color:#fff}
.bg-forest p{color:rgba(238,240,228,.85)}

/* CTA band */
.cta-band{background:linear-gradient(135deg,var(--forest),var(--forest-dark));color:#fff;border-radius:var(--radius);padding:46px;text-align:center;box-shadow:var(--shadow);position:relative;overflow:hidden}
.cta-band h2{color:#fff}
.cta-band p{color:rgba(255,255,255,.85);max-width:560px;margin:0 auto 1.4rem}
.cta-band .deco{position:absolute;left:-40px;top:-40px;width:200px;height:200px;color:rgba(202,164,74,.14)}

/* steps */
.steps{counter-reset:s;display:grid;gap:18px}
.step{display:flex;gap:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px}
.step .n{counter-increment:s;flex:none;width:44px;height:44px;border-radius:50%;background:var(--forest);color:var(--gold);font-family:"Cormorant",serif;font-weight:700;font-size:1.4rem;display:flex;align-items:center;justify-content:center}
.step .n::before{content:counter(s)}
.step h3{margin-bottom:.2em}
.step p{margin:0;color:var(--muted);font-size:.97rem}

/* reviews */
.review{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}
.review .stars{margin-bottom:10px}
.review p{font-style:italic;color:var(--ink)}
.review .who{font-weight:800;color:var(--forest);font-style:normal;margin-top:8px;font-size:.92rem}
.review .who span{color:var(--muted);font-weight:600}

/* FAQ */
.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:12px;margin-bottom:14px;overflow:hidden}
.faq-item summary{cursor:pointer;padding:20px 24px;font-weight:800;font-size:1.08rem;color:var(--forest);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px;font-family:"Cormorant",serif}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .chev{flex:none;transition:transform .2s}
.faq-item[open] summary .chev{transform:rotate(180deg)}
.faq-item summary svg{width:20px;height:20px;color:var(--gold-dark)}
.faq-item .ans{padding:0 24px 20px;color:var(--muted)}
.faq-item .ans p{margin:0}

/* zones list */
.zones{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.zone{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:14px 16px;font-weight:700;font-size:.95rem}
.zone svg{width:18px;height:18px;color:var(--gold-dark);flex:none}
@media(max-width:820px){.zones{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.zones{grid-template-columns:1fr}}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.contact-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}
.contact-line{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}
.contact-line svg{width:24px;height:24px;color:var(--gold-dark);flex:none;margin-top:2px}
.contact-line b{display:block;color:var(--forest)}
.big-call{display:inline-flex;align-items:center;gap:12px;font-family:"Cormorant",serif;font-size:2rem;font-weight:700;color:var(--forest);text-decoration:none;margin:6px 0 10px}
.big-call svg{width:32px;height:32px;color:var(--gold-dark)}
@media(max-width:820px){.contact-grid{grid-template-columns:1fr}}

/* footer */
footer.site{background:var(--forest-dark);color:rgba(238,240,228,.82);padding:54px 0 110px}
footer.site .cols{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px}
footer.site h4{color:#fff;font-family:"Cormorant",serif;font-size:1.3rem;margin-bottom:.6em}
footer.site a{color:rgba(238,240,228,.82);text-decoration:none;display:block;padding:3px 0}
footer.site a:hover{color:var(--gold)}
footer.site .fbrand b{font-family:"Cormorant",serif;color:#fff;font-size:1.5rem}
footer.site .fcall{color:var(--gold);font-weight:800;font-size:1.2rem;text-decoration:none;display:inline-flex;gap:8px;align-items:center;margin-top:8px}
footer.site .fcall svg{width:20px;height:20px}
.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;font-size:.82rem;color:rgba(238,240,228,.6)}
@media(max-width:820px){footer.site .cols{grid-template-columns:1fr}}

/* breadcrumb */
.crumbs{font-size:.85rem;color:var(--muted);padding:18px 0 0}
.crumbs a{color:var(--muted);text-decoration:none}
.crumbs a:hover{color:var(--forest)}
.crumbs span{color:var(--gold-dark)}

/* page header */
.pagehead{background:var(--surface-alt);border-bottom:1px solid var(--line);padding:30px 0 44px}
.pagehead h1{font-size:clamp(2.1rem,4.4vw,3.2rem)}
.pagehead p{max-width:680px;color:var(--muted);margin-bottom:0}

/* floating mobile call */
.float-call{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1500;background:var(--forest);padding:10px 14px;box-shadow:0 -8px 24px rgba(15,61,34,.35)}
.float-call a{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--gold);color:var(--forest-dark);font-weight:800;text-decoration:none;border-radius:50px;padding:14px;font-size:1.1rem}
.float-call a svg{width:22px;height:22px}
@media(max-width:860px){.float-call{display:block}footer.site{padding-bottom:120px}}

.tag-list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:1rem 0 0}
.tag-list li{background:var(--surface-alt);border:1px solid var(--line);border-radius:50px;padding:7px 16px;font-weight:700;font-size:.9rem;color:var(--forest)}
