/* ============================================================
   Éclore Paysage — registre "botanique lumineux"
   Fond clair, vert vif + accent citron, typo geometrique bold,
   formes organiques (blobs), cartes arrondies, tres photo.
   Distinct des gabarits Delorme (kraft sombre) et Serenite
   (editorial charcoal/vin) : aucun composant reutilise.
   ============================================================ */

:root {
  --paper: #FFFEFB;
  --paper-2: #F0F7EA;
  --white: #ffffff;
  --ink: #1C2018;
  --text-soft: #626B60;
  --green: #1B4552;
  --green-dark: #123138;
  --green-soft: #DCE7E9;
  --citrus: #E8611F;
  --citrus-dark: #C94E14;
  --citrus-soft: #FBE1D2;
  --line: #DDE3E1;

  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --radius-full: 999px;
  --blob: 42% 58% 65% 35% / 45% 45% 55% 55%;

  --shadow-sm: 0 4px 16px rgba(28,32,24,.06);
  --shadow-md: 0 18px 44px rgba(28,32,24,.12);
  --shadow-lg: 0 30px 70px rgba(28,32,24,.18);

  --container: 1220px;
  --ease: cubic-bezier(.22,.9,.32,1);
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink);
  font-family: var(--font-body); -webkit-font-smoothing: antialiased; line-height: 1.6;
}
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0 0 .4em; line-height: 1.06; letter-spacing: -.02em; font-weight: 700; }
p { margin: 0 0 1em; color: var(--text-soft); }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 2.5px solid var(--green); outline-offset: 3px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 12px 18px; z-index: 999; }
.skip-link:focus { left: 0; }

h1 { font-size: clamp(2.4rem, 1.7rem + 3vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 1.5rem + 1.8vw, 2.9rem); }

.tag { display: inline-flex; align-items: center; gap: 8px; background: var(--green-soft); color: var(--green-dark); font-weight: 700; font-size: .8rem; padding: 8px 16px; border-radius: var(--radius-full); margin-bottom: 16px; }
.tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--citrus); }
.tag.on-dark-bg { background: rgba(255,255,255,.18); color: #fff; }

.section { padding: clamp(56px, 7vw, 104px) 0; }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-head.is-left { margin: 0 0 40px; text-align: left; }
.section-head p { font-size: 1.05rem; }

.btn {
  display: inline-flex; align-items: center; gap: 9px; padding: 15px 28px; border-radius: var(--radius-full);
  font-weight: 700; font-size: .92rem; border: 2px solid transparent; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-green { background: var(--green); color: #fff; box-shadow: var(--shadow-sm); }
.btn-green:hover { background: var(--green-dark); box-shadow: var(--shadow-md); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-outline.on-dark-bg { border-color: rgba(255,255,255,.6); color: #fff; }
.btn-outline.on-dark-bg:hover { background: rgba(255,255,255,.15); }
.btn-lg { padding: 17px 32px; font-size: 1rem; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   Nav
   ============================================================ */
.nav { position: sticky; top: 0; z-index: 500; background: rgba(255,254,251,.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.brand-mark {
  width: 36px; height: 36px; border-radius: var(--blob); background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-links { display: none; }
.nav-links ul { display: flex; gap: 30px; }
.nav-links a { font-size: .92rem; font-weight: 600; color: var(--ink); }
.nav-links a:hover { color: var(--green-dark); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: none; font-weight: 700; font-size: .88rem; }
.burger { display: flex; flex-direction: column; gap: 5px; width: 34px; height: 34px; border-radius: 50%; background: var(--green-soft); border: none; align-items: center; justify-content: center; }
.burger span { display: block; width: 15px; height: 2px; background: var(--green-dark); border-radius: 2px; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.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); }
@media (min-width: 920px) { .nav-links { display: block; } .nav-phone { display: block; } .burger { display: none; } }

.mobile-nav { position: fixed; inset: 0; z-index: 600; background: var(--paper); padding: 22px 24px; opacity: 0; pointer-events: none; transition: opacity .3s var(--ease); }
.mobile-nav.is-open { opacity: 1; pointer-events: auto; }
.mobile-nav-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.mobile-nav-close { width: 36px; height: 36px; border-radius: 50%; background: var(--green-soft); border: none; color: var(--green-dark); display: flex; align-items: center; justify-content: center; }
.mobile-nav a { display: block; font-family: var(--font-display); font-weight: 700; font-size: 2rem; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 24px; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; padding: 60px 0 40px; overflow: hidden; }
.hero-blob { position: absolute; top: -10%; right: -8%; width: 520px; height: 520px; background: var(--green-soft); border-radius: var(--blob); z-index: 0; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr); gap: 40px; align-items: center; }
.hero-copy h1 { color: var(--ink); }
.hero-copy .lede { font-size: 1.12rem; max-width: 48ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.hero-trust { display: flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 600; }
.hero-trust .stars { color: var(--citrus); letter-spacing: 1px; }

.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; border-radius: var(--blob); box-shadow: var(--shadow-lg); }
.hero-sticker {
  position: absolute; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-md);
  padding: 12px 18px; font-weight: 700; font-size: .84rem; display: flex; align-items: center; gap: 10px;
  animation: bob 5s ease-in-out infinite;
}
.hero-sticker.s1 { top: 6%; left: -6%; }
.hero-sticker.s2 { bottom: 8%; right: -6%; animation-delay: .8s; }
.hero-sticker .dot { width: 34px; height: 34px; border-radius: 50%; background: var(--citrus-soft); color: var(--citrus-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
@media (prefers-reduced-motion: reduce) { .hero-sticker { animation: none; } }

@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: 60px; }
  .hero { padding: 90px 0 60px; }
}

/* ============================================================
   Trust pills
   ============================================================ */
.trust-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding: 30px 0; }
.trust-pills span { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius-full); padding: 9px 18px; font-size: .82rem; font-weight: 700; color: var(--text-soft); }

/* ============================================================
   About
   ============================================================ */
.about-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 40px; align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; aspect-ratio: 6/5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.about-figure { position: absolute; bottom: -18px; left: -18px; background: var(--ink); color: #fff; border-radius: var(--radius-md); padding: 18px 22px; box-shadow: var(--shadow-md); }
.about-figure strong { display: block; font-family: var(--font-display); font-size: 1.7rem; color: var(--citrus); }
.about-figure span { font-size: .76rem; color: #CCD5D3; }
.about-list { display: flex; flex-direction: column; gap: 14px; margin: 22px 0 28px; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; font-size: .98rem; }
.about-list svg { flex-shrink: 0; width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: var(--citrus-soft); color: var(--citrus-dark); }
@media (min-width: 900px) { .about-grid { grid-template-columns: minmax(0,.85fr) minmax(0,1fr); gap: 70px; } }

/* ============================================================
   Services — cartes arrondies alternees
   ============================================================ */
.services-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 20px; }
.service-card {
  background: var(--paper-2); border-radius: var(--radius-lg); padding: 30px; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.service-card:hover { transform: translateY(-6px) rotate(-.4deg); box-shadow: var(--shadow-md); }
.service-card.is-citrus { background: var(--citrus-soft); }
.service-media { border-radius: var(--radius-md); overflow: hidden; margin-bottom: 20px; height: 190px; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.service-card:hover .service-media img { transform: scale(1.07); }
.service-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--white); color: var(--green-dark); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: var(--shadow-sm); }
.service-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.service-card p { font-size: .92rem; margin-bottom: 16px; }
.service-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .86rem; color: var(--green-dark); }
.service-link svg { transition: transform .2s var(--ease); }
.service-link:hover svg { transform: translateX(3px); }
@media (min-width: 700px) { .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* ============================================================
   Gallery — bento
   ============================================================ */
.bento-gallery { display: grid; grid-template-columns: minmax(0,1fr); gap: 16px; }
.bento-gallery figure { margin: 0; border-radius: var(--radius-md); overflow: hidden; position: relative; }
.bento-gallery img { width: 100%; height: 260px; object-fit: cover; transition: transform .5s var(--ease); }
.bento-gallery figure:hover img { transform: scale(1.06); }
.bento-gallery figcaption {
  position: absolute; left: 14px; bottom: 14px; background: rgba(255,255,255,.92); border-radius: var(--radius-full);
  padding: 7px 16px; font-size: .8rem; font-weight: 700;
}
@media (min-width: 700px) {
  .bento-gallery { grid-template-columns: repeat(4, minmax(0,1fr)); grid-auto-rows: 140px; gap: 16px; }
  .bento-gallery img { height: 100%; }
  .bento-gallery .is-a { grid-column: span 2; grid-row: span 2; }
  .bento-gallery .is-b { grid-column: span 2; grid-row: span 1; }
  .bento-gallery .is-c { grid-column: span 1; grid-row: span 1; }
  .bento-gallery .is-d { grid-column: span 1; grid-row: span 1; }
  .bento-gallery .is-e { grid-column: span 2; grid-row: span 1; }
}

/* ============================================================
   Process — cartes numerotees connectees
   ============================================================ */
.process-track { display: grid; grid-template-columns: minmax(0,1fr); gap: 22px; position: relative; }
.process-card { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 26px; position: relative; }
.process-card .num {
  width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: #fff; font-family: var(--font-display); font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 1rem;
}
.process-card:nth-child(2) .num { background: var(--citrus); }
.process-card:nth-child(3) .num { background: var(--ink); }
.process-card:nth-child(4) .num { background: var(--green-dark); }
.process-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.process-card p { font-size: .9rem; margin: 0; }
@media (min-width: 900px) { .process-track { grid-template-columns: repeat(4, minmax(0,1fr)); } }

/* ============================================================
   Stats band
   ============================================================ */
.stats-band { background: var(--ink); border-radius: var(--radius-lg); padding: 44px 30px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px; text-align: center; }
.stats-band strong { display: block; font-family: var(--font-display); font-size: clamp(1.9rem, 1.5rem + 1.6vw, 2.7rem); color: var(--citrus); }
.stats-band span { display: block; font-size: .8rem; color: #CCD5D3; font-weight: 600; margin-top: 4px; }
@media (min-width: 700px) { .stats-band { grid-template-columns: repeat(4, minmax(0,1fr)); } }

/* ============================================================
   Testimonials — scroll horizontal
   ============================================================ */
.testi-scroll { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
.testi-card { flex: 0 0 300px; scroll-snap-align: start; background: var(--paper-2); border-radius: var(--radius-lg); padding: 26px; }
.testi-card .quote-mark { font-family: var(--font-display); font-size: 2.6rem; color: var(--citrus); line-height: 1; margin-bottom: 4px; }
.testi-card p { color: var(--ink); font-size: .96rem; }
.testi-card .who { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; flex-shrink: 0; }
.testi-card .who strong { display: block; font-size: .86rem; }
.testi-card .who span { font-size: .76rem; color: var(--text-soft); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { display: flex; flex-direction: column; gap: 12px; max-width: 780px; margin: 0 auto; }
.faq-card { background: var(--paper-2); border-radius: var(--radius-md); overflow: hidden; }
.faq-card summary { list-style: none; cursor: pointer; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 700; }
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card summary .plus { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--white); color: var(--green-dark); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: transform .25s var(--ease); }
.faq-card[open] summary .plus { transform: rotate(45deg); background: var(--citrus); color: var(--ink); }
.faq-card .faq-body { padding: 0 22px 22px; }
.faq-card .faq-body p { margin: 0; }

/* ============================================================
   CTA final
   ============================================================ */
.cta-band { position: relative; background: var(--green); border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 70px) 30px; text-align: center; overflow: hidden; color: #fff; }
.cta-band::before { content: ''; position: absolute; width: 340px; height: 340px; background: rgba(255,255,255,.1); border-radius: var(--blob); top: -20%; left: -10%; }
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: #E4EEEF; position: relative; max-width: 46ch; margin-left: auto; margin-right: auto; }
.cta-actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 24px; }
.btn-white { background: #fff; color: var(--green-dark); }
.btn-white:hover { background: var(--citrus-soft); }

/* ============================================================
   Contact
   ============================================================ */
.contact-band { position: relative; background: var(--ink); border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 20px); overflow: hidden; }
.contact-band::before { content: ''; position: absolute; width: 380px; height: 380px; background: rgba(47,158,68,.35); border-radius: var(--blob); bottom: -25%; right: -10%; pointer-events: none; }
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr); }
.contact-copy { padding: 34px 26px; color: #fff; }
.contact-copy .tag { margin-bottom: 14px; }
.contact-copy h2 { color: #fff; }
.contact-copy p { color: #CCD5D3; }
.contact-list { display: flex; flex-direction: column; gap: 10px; margin: 22px 0; }
.contact-list li { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.08); border-radius: var(--radius-md); padding: 13px 16px; font-size: .88rem; font-weight: 600; }
.contact-list svg { flex-shrink: 0; color: var(--citrus); }
.contact-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.contact-links a { font-weight: 700; font-size: .92rem; border-bottom: 2px solid var(--citrus); padding-bottom: 2px; }

.contact-form { background: #fff; border-radius: var(--radius-lg); padding: 30px 26px; margin: 0 16px 16px; }
.contact-form .field { margin-bottom: 16px; }
.contact-form label { display: block; font-size: .8rem; font-weight: 700; margin-bottom: 7px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 13px 15px; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  background: var(--paper-2); font-family: inherit; font-size: .92rem; color: var(--ink);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--green); background: #fff; }
.contact-form textarea { resize: vertical; min-height: 80px; }
.contact-form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-note { text-align: center; font-size: .78rem; color: var(--text-soft); margin-top: 12px; }
.form-success { display: none; text-align: center; padding: 30px 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--green-dark); }
.form-success.is-visible { display: block; }
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; }
  .contact-copy { padding: 50px; }
  .contact-form { margin: 20px; }
}

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--paper-2); padding: 50px 0 26px; margin-top: 10px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.footer-top { display: grid; grid-template-columns: minmax(0,1fr); gap: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.footer-brand p { max-width: 38ch; margin-top: 12px; font-size: .9rem; }
.footer-cols { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.footer-col h5 { font-family: var(--font-display); font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; }
.footer-col a, .footer-col span { display: block; font-size: .88rem; color: var(--text-soft); margin-bottom: 8px; }
.footer-col a:hover { color: var(--green-dark); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 20px; font-size: .78rem; color: var(--text-soft); }
@media (min-width: 700px) { .footer-top { grid-template-columns: 1.3fr 1fr; } }

/* ============================================================
   Sticky mobile CTA
   ============================================================ */
.mobile-cta { position: fixed; left: 14px; right: 14px; bottom: calc(14px + var(--demo-banner-h, 0px)); z-index: 400; transition: bottom .2s var(--ease); }
.mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--green); color: #fff; padding: 16px; border-radius: var(--radius-full); font-weight: 700; box-shadow: var(--shadow-lg); }
@media (min-width: 1024px) { .mobile-cta { display: none; } }
body { padding-bottom: calc(84px + var(--demo-banner-h, 0px)); }
@media (min-width: 1024px) { body { padding-bottom: var(--demo-banner-h, 0px); } }
