/* Garden and Green : feuille de style unique. Tokens issus de brief/05-design/tokens.css
   (vert principal mesuré sur le logo : #3A724F). Mobile first, points de rupture 640 / 900 / 1200. */

/* ---------- 1. Tokens ---------- */
:root {
  --green: #3A724F;
  --green-2: #46825B;
  --green-dark: #1F4A33;
  --sage: #8FAF98;
  --sage-light: #E3ECE5;
  --cream: #F7F5EF;
  --white: #FFFFFF;
  --ink: #1E2A24;
  --ink-2: #4F5D56;
  --accent: #3A724F;      /* palette monochrome : le CTA principal est en vert de marque */
  --accent-dark: #1F4A33;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --fs-body: 1.0625rem;
  --fs-h1: clamp(2.2rem, 5vw, 3.6rem);
  --fs-h2: clamp(1.6rem, 3vw, 2.25rem);
  --fs-h3: 1.25rem;
  --fs-small: 0.9rem;
  --fs-eyebrow: 0.8rem;
  --lh-body: 1.6;
  --lh-heading: 1.1;
  --measure: 68ch;

  --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem; --space-4: 1rem;
  --space-6: 1.5rem; --space-8: 2rem; --space-12: 3rem; --space-16: 4rem; --space-24: 6rem;
  --section-y: var(--space-16);
  --gutter: 1.5rem;
  --container: 1200px;

  --radius-sm: 4px; --radius: 6px; --radius-lg: 8px;
  --stroke: 1.5;
  --border: 1px solid var(--sage-light);
  --focus: 3px solid var(--green-dark);

  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t-fast: 150ms; --t-base: 400ms; --t-draw: 1400ms;

  --btn-h: 48px; --header-h: 72px; --icon: 48px; --icon-sm: 24px;
}
@media (min-width: 900px) {
  :root { --fs-body: 1.125rem; --section-y: var(--space-24); --gutter: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { --t-fast: 0ms; --t-base: 0ms; --t-draw: 0ms; }
}

/* ---------- 3. Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--font-body); font-size: var(--fs-body); line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--green); text-underline-offset: 0.15em; text-decoration-thickness: 1px; }
:where(p, li, td, figcaption, address, .faq__body, .note) a:where(:not(.btn, .link-arrow)) { text-decoration: underline; }
.nav li a, .footer li a, .nearby li a, .menu a, .mobile-panel li a, .toc li a, .breadcrumb li a, .card, .post-card, .tag, .cluster li a, .contact-list li a { text-decoration: none; }
a:hover { color: var(--green-dark); }
:focus-visible { outline: var(--focus); outline-offset: 2px; border-radius: 2px; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
hr { border: 0; border-top: var(--border); margin: var(--space-8) 0; }
address { font-style: normal; }
ul, ol { padding-left: 1.3em; }
:where(ul, ol):not([class]) > li + li { margin-top: 0.3em; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: var(--space-4); top: -100px; z-index: 100; background: var(--white); color: var(--green-dark); padding: var(--space-2) var(--space-4); border-radius: var(--radius); }
.skip-link:focus { top: var(--space-4); }

/* ---------- 4. Typographie ---------- */
h1, h2, h3, h4 { margin: 0 0 0.5em; line-height: var(--lh-heading); color: var(--green-dark); text-wrap: balance; }
h1 { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h1); font-variation-settings: "opsz" 144; letter-spacing: -0.01em; }
h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--fs-h2); font-variation-settings: "opsz" 96; color: var(--green); }
h3 { font-family: var(--font-body); font-weight: 600; font-size: var(--fs-h3); color: var(--ink); line-height: 1.3; }
h4 { font-family: var(--font-body); font-weight: 600; font-size: 1.05rem; color: var(--ink); }
p { margin: 0 0 1em; }
.eyebrow { display: block; font-size: var(--fs-eyebrow); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); margin-bottom: var(--space-3); }
.lead { font-size: 1.15em; color: var(--ink-2); max-width: var(--measure); }
.small, .meta { font-size: var(--fs-small); color: var(--ink-2); }
.section-head { max-width: 46rem; margin-bottom: var(--space-8); }
.section-head p { color: var(--ink-2); margin-bottom: 0; }
.prose { max-width: var(--measure); }
.prose h2 { margin-top: var(--space-12); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: var(--space-8); }
.prose ul, .prose ol { margin: 0 0 1.2em; }
.prose li { margin-bottom: 0.4em; }
.prose a { text-decoration: underline; }
.prose img { border-radius: var(--radius-sm); }
.ico { width: var(--icon); height: var(--icon); fill: none; stroke: currentColor; stroke-width: var(--stroke); stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; color: var(--green); flex: none; }
.ico--sm { width: var(--icon-sm); height: var(--icon-sm); }
.ico--xs { width: 18px; height: 18px; }

/* ---------- 5. Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--white { background: var(--white); }
.section--mist { background: var(--sage-light); }
.section--tight { padding-block: var(--space-12); }
.grid { display: grid; gap: var(--space-6); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 640px) { .grid--2, .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid--4 { grid-template-columns: repeat(4, 1fr); } }
.split { display: grid; gap: var(--space-8); align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: 7fr 5fr; gap: var(--space-12); } .split--even { grid-template-columns: 1fr 1fr; } .split--reverse > :first-child { order: 2; } }

/* ---------- 6. Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2); min-height: var(--btn-h); padding: 0 24px; border-radius: var(--radius); font-weight: 600; text-decoration: none; border: 1.5px solid transparent; transition: background var(--t-fast) var(--ease), color var(--t-fast), transform var(--t-fast), border-color var(--t-fast); line-height: 1.2; text-align: center; }
.btn--primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn--primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: var(--white); transform: translateY(-1px); }
.btn--primary:focus-visible { outline-color: var(--green-dark); outline-offset: 3px; }
.cta-band .btn--primary, .footer .btn--primary { background: var(--white); color: var(--green-dark); border-color: var(--white); }
.cta-band .btn--primary:hover { background: var(--sage-light); border-color: var(--sage-light); }
.cta-band .btn--primary:focus-visible { outline-color: var(--white); }
.btn--secondary { background: transparent; color: var(--green); border-color: var(--green); }
.btn--secondary:hover { background: var(--sage-light); color: var(--green-dark); }
.btn--sm { min-height: 40px; padding: 0 16px; font-size: var(--fs-small); }
.btn .ico { width: 20px; height: 20px; color: currentColor; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.link-arrow { display: inline-flex; align-items: center; gap: var(--space-2); font-weight: 600; text-decoration: none; }
.link-arrow .ico { width: 20px; height: 20px; transition: transform var(--t-fast); }
.link-arrow:hover .ico { transform: translateX(3px); }

/* ---------- 7. Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: var(--border); height: var(--header-h); }
.header__inner { display: flex; align-items: center; height: 100%; gap: var(--space-4); }
.header__inner .nav { margin-left: var(--space-6); margin-right: auto; }
.header__inner .header__actions { margin-left: auto; }
.brand { display: flex; align-items: center; gap: var(--space-3); text-decoration: none; color: var(--green-dark); }
.brand img { height: 44px; width: auto; }
.brand__name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; line-height: 1; white-space: nowrap; display: none; }
.brand__tag { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.78rem; color: var(--ink-2); margin-top: 3px; }
@media (min-width: 900px) { .brand img { height: 60px; } }
@media (min-width: 1280px) { .brand__name { display: block; } }
.nav { display: none; }
.nav__list { display: flex; align-items: center; gap: var(--space-1); list-style: none; margin: 0; padding: 0; }
.nav__list > li { display: flex; margin: 0; }
.nav__link { display: inline-flex; align-items: center; gap: 4px; height: 44px; padding: 0 10px; line-height: 1; white-space: nowrap; color: var(--ink); text-decoration: none; font-weight: 600; border-radius: var(--radius); background: none; border: 0; }
.nav__link:hover, .nav__link[aria-expanded="true"] { color: var(--green-dark); background: var(--sage-light); }
.nav__link .ico { width: 16px; height: 16px; transition: transform var(--t-fast); }
.nav__link[aria-expanded="true"] .ico { transform: rotate(180deg); }
.nav__item { position: relative; }
.menu { position: absolute; top: calc(100% + 8px); left: 0; width: min(720px, calc(100vw - 2 * var(--gutter))); background: var(--white); border: var(--border); border-radius: var(--radius-lg); padding: var(--space-4); display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-1); box-shadow: 0 12px 32px rgba(30,42,36,.08); }
.menu__link { display: flex; gap: var(--space-3); align-items: flex-start; padding: var(--space-3); border-radius: var(--radius); text-decoration: none; color: var(--ink); }
.menu__link:hover { background: var(--sage-light); }
.menu__link .ico { width: 32px; height: 32px; margin-top: 2px; }
.menu__link strong { display: block; color: var(--green-dark); }
.menu__link span { font-size: var(--fs-small); color: var(--ink-2); }
.menu__all { grid-column: 1 / -1; padding: var(--space-3); border-top: var(--border); margin-top: var(--space-2); }
.header__actions { display: flex; align-items: center; gap: var(--space-3); }
.header__phone { display: none; align-items: center; gap: var(--space-2); font-weight: 600; color: var(--green-dark); text-decoration: none; white-space: nowrap; }
.header__phone .ico { width: 20px; height: 20px; }
.header__cta--mobile { display: inline-flex; }
.header__cta--desktop { display: none; white-space: nowrap; }
.burger { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: none; border: 0; border-radius: var(--radius); color: var(--green-dark); }
.burger .ico { width: 28px; height: 28px; color: currentColor; }
.burger .ico + .ico { display: none; }
.burger[aria-expanded="true"] .ico { display: none; }
.burger[aria-expanded="true"] .ico + .ico { display: block; }
@media (min-width: 1024px) {
  .nav { display: block; }
  .header__phone { display: inline-flex; }
  .header__cta--desktop { display: inline-flex; }
  .header__cta--mobile, .burger { display: none; }
}
/* Panneau mobile */
.mobile-panel { position: fixed; inset: var(--header-h) 0 0 0; z-index: 40; background: var(--cream); overflow-y: auto; padding: var(--space-6) var(--gutter) calc(var(--space-16) + 72px); display: none; }
.mobile-panel.is-open { display: block; }
.mobile-panel ul { list-style: none; margin: 0; padding: 0; }
.mobile-panel > ul > li { border-bottom: var(--border); }
.mobile-panel a, .mobile-panel summary { display: block; padding: 14px 0; font-weight: 600; font-size: 1.1rem; color: var(--green-dark); text-decoration: none; }
.mobile-panel summary { list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.mobile-panel summary::-webkit-details-marker { display: none; }
.mobile-panel summary .ico { width: 20px; height: 20px; transition: transform var(--t-fast); }
.mobile-panel details[open] summary .ico { transform: rotate(180deg); }
.mobile-panel details ul { padding-bottom: var(--space-3); }
.mobile-panel details a { font-weight: 400; font-size: 1rem; padding: 10px 0 10px var(--space-4); color: var(--ink); }
.mobile-panel__contact { margin-top: var(--space-8); color: var(--ink-2); }
.mobile-panel__contact a { display: inline; padding: 0; font-size: 1rem; }
body.menu-open { overflow: hidden; }

/* Barre mobile fixe */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2); padding: var(--space-2) var(--space-3) calc(var(--space-2) + env(safe-area-inset-bottom)); background: var(--white); border-top: var(--border); transition: transform var(--t-base) var(--ease); }
.mobile-bar.is-hidden { transform: translateY(110%); }
@media (min-width: 1024px) { .mobile-bar { display: none; } }
.mobile-bar .btn { padding: 0 12px; font-size: 0.95rem; white-space: nowrap; }
body.has-mobile-bar { padding-bottom: 72px; }
@media (min-width: 1024px) { body.has-mobile-bar { padding-bottom: 0; } }

/* ---------- 8. Hero ---------- */
.hero { position: relative; background: var(--white); overflow: hidden; }
.hero__inner { display: grid; gap: var(--space-8); padding-block: var(--space-6) var(--space-12); }
.hero__media { order: -1; margin-inline: calc(-1 * var(--gutter)); }
.hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero__text { position: relative; z-index: 1; }
.hero__text h1 { max-width: 20ch; }
.hero__sub { font-size: 1.15rem; color: var(--ink-2); max-width: 52ch; }
.hero__ornament { position: absolute; right: -30px; bottom: -60px; width: 160px; color: var(--sage); opacity: .9; pointer-events: none; }
.hero__ornament .ico { width: 100%; height: auto; aspect-ratio: 1 / 2; color: var(--sage); }
@media (min-width: 900px) {
  .hero__inner { grid-template-columns: 6fr 6fr; align-items: center; gap: var(--space-12); padding-block: var(--space-8) var(--space-12); min-height: min(600px, 85vh); }
  .hero__media { order: 0; margin: 0; position: relative; z-index: 1; }
  .hero__media img { aspect-ratio: 4 / 3; border-radius: var(--radius-lg); }
  .hero__ornament { width: 260px; right: 8%; bottom: -120px; }
}
.hero-simple { background: var(--white); position: relative; overflow: hidden; }
.hero-simple .breadcrumb { position: relative; z-index: 1; }
.hero-simple__inner { padding-block: var(--space-8) var(--space-12); max-width: 52rem; position: relative; z-index: 1; }
.hero-simple .hero__ornament { width: 160px; right: -10px; bottom: -70px; }
.hero-simple .hero__ornament .ico { aspect-ratio: 1 / 2; height: auto; }
@media (min-width: 900px) { .hero-simple__inner { padding-block: var(--space-12) var(--space-16); } .hero-simple .hero__ornament { width: 280px; right: 6%; bottom: -120px; } }
.proofs { display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-6); list-style: none; padding: 0; margin: var(--space-6) 0 0; font-size: var(--fs-small); color: var(--ink-2); font-weight: 600; }
.proofs li { display: inline-flex; align-items: center; gap: var(--space-2); margin: 0; line-height: 1.3; }
.proofs .ico { width: 18px; height: 18px; }

/* ---------- 9. Composants de contenu ---------- */
.trust-row { display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 640px) { .trust-row { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .trust-row { grid-template-columns: repeat(4, 1fr); } }
.trust { display: flex; gap: var(--space-3); align-items: flex-start; }
.trust .ico { width: 36px; height: 36px; }
.trust strong { display: block; color: var(--green-dark); }
.trust span { font-size: var(--fs-small); color: var(--ink-2); }

.card { position: relative; display: flex; flex-direction: column; background: var(--white); border: var(--border); border-radius: var(--radius-lg); padding: 28px; text-decoration: none; color: inherit; transition: transform var(--t-fast) var(--ease); }
.card::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: var(--green); border-radius: var(--radius-lg) var(--radius-lg) 0 0; opacity: 0; transition: opacity var(--t-fast); }
.card:hover { transform: translateY(-2px); }
.card:hover::before { opacity: 1; }
.card .ico { margin-bottom: var(--space-4); }
.card h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.35rem; color: var(--green-dark); font-variation-settings: "opsz" 48; }
.card p { color: var(--ink-2); margin-bottom: var(--space-4); flex: 1; }
.card .link-arrow { margin-top: auto; }
.card:hover .link-arrow { text-decoration: underline; }
.card--sm { flex-direction: row; align-items: center; gap: var(--space-4); padding: 18px 20px; }
.card--sm .ico { width: 32px; height: 32px; margin: 0; }
.card--sm h3 { font-family: var(--font-body); font-size: 1.05rem; margin: 0; }
.card--mist { background: var(--sage-light); border-color: transparent; }
.card__local { font-size: var(--fs-small); color: var(--green-dark); background: var(--sage-light); padding: var(--space-2) var(--space-3); border-radius: var(--radius-sm); margin-bottom: var(--space-4); }
.cards-secondary { margin-top: var(--space-6); display: grid; gap: var(--space-4); }
@media (min-width: 640px) { .cards-secondary { grid-template-columns: 1fr 1fr; } }

.args { display: grid; gap: var(--space-6); }
.arg { display: flex; gap: var(--space-4); }
.arg .ico { width: 40px; height: 40px; }
.arg h3 { margin-bottom: 0.25em; }
.arg p { color: var(--ink-2); margin: 0; }

.process { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--space-6); counter-reset: step; }
@media (min-width: 900px) { .process { grid-template-columns: repeat(3, 1fr); gap: var(--space-8); } }
.process li { position: relative; padding-left: 64px; counter-increment: step; }
.process li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 48px; height: 48px; border: 1.5px solid var(--green); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--green); background: var(--white); }
.process strong { display: block; color: var(--green-dark); margin-bottom: 0.2em; font-size: 1.1rem; }
.process p { margin: 0; color: var(--ink-2); }
.process--4 { grid-template-columns: 1fr; }
.process--stack { grid-template-columns: 1fr; }
@media (min-width: 640px) { .process--4 { grid-template-columns: 1fr 1fr; } }

.note { background: var(--sage-light); border-left: 3px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; padding: var(--space-4) var(--space-6); margin: var(--space-6) 0; }
.note__title { display: flex; align-items: center; gap: var(--space-2); font-size: var(--fs-eyebrow); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-dark); margin-bottom: var(--space-2); }
.note p:last-child { margin-bottom: 0; }
.note--warn { border-left-color: var(--green-dark); border-left-width: 4px; }

.cta-band { background: var(--green-dark); color: var(--white); position: relative; overflow: hidden; }
.cta-band__inner { position: relative; z-index: 1; padding-block: var(--space-12); max-width: 44rem; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,.85); font-size: 1.1rem; }
.cta-band a:not(.btn) { color: var(--white); }
.cta-band__ornament { position: absolute; right: -20px; top: -40px; bottom: -40px; width: 220px; color: var(--white); opacity: .3; pointer-events: none; }
.cta-band__ornament .ico { width: 100%; height: 100%; color: var(--white); }
.cta-band .btn-row { align-items: center; margin-top: var(--space-6); }
@media (min-width: 900px) { .cta-band__ornament { width: 300px; right: 40px; } }

.faq { border-top: var(--border); }
.faq details { border-bottom: var(--border); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: var(--space-4); padding: 18px 0; cursor: pointer; font-weight: 600; font-size: 1.05rem; color: var(--green-dark); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { width: 22px; height: 22px; transition: transform var(--t-fast); }
.faq details[open] summary .ico { transform: rotate(180deg); }
.faq .faq__body { padding: 0 0 20px; color: var(--ink); max-width: var(--measure); }
.faq .faq__body p:last-child { margin-bottom: 0; }
.faq--titled h3 { margin: var(--space-8) 0 var(--space-3); }
.toc { display: flex; flex-wrap: wrap; gap: var(--space-2); list-style: none; padding: 0; margin: 0 0 var(--space-8); }
.toc a { display: inline-block; padding: 8px 14px; background: var(--white); border: var(--border); border-radius: 999px; text-decoration: none; font-weight: 600; font-size: var(--fs-small); }
.toc a:hover { background: var(--sage-light); }

.nearby ul { display: flex; flex-wrap: wrap; gap: var(--space-2); list-style: none; padding: 0; margin: 0; }
.nearby a { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; background: var(--white); border: var(--border); border-radius: 999px; text-decoration: none; font-weight: 600; min-height: 44px; }
.nearby a:hover { border-color: var(--green); background: var(--sage-light); }
.nearby .ico { width: 18px; height: 18px; }
.nearby--dedicated a { border-color: var(--green); }
.nearby h3 { margin-top: var(--space-6); }

.breadcrumb { font-size: var(--fs-small); color: var(--ink-2); padding-block: var(--space-4) 0; background: var(--white); }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; list-style: none; margin: 0; padding: 0; line-height: 1.4; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--sage); }
.breadcrumb a { color: var(--ink-2); text-decoration: none; }
.breadcrumb a:hover { color: var(--green); text-decoration: underline; }
.breadcrumb [aria-current] { color: var(--green-dark); font-weight: 600; }

/* Galerie */
.gallery { display: grid; gap: var(--space-3); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .gallery--4 { grid-template-columns: repeat(4, 1fr); } .gallery--6 { grid-template-columns: repeat(3, 1fr); } }
.photo { margin: 0; }
.photo a, .photo button { display: block; width: 100%; padding: 0; border: 0; background: none; border-radius: var(--radius-sm); overflow: hidden; }
.photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-sm); transition: transform var(--t-base) var(--ease); }
.photo a:hover img { transform: scale(1.02); }
.photo figcaption { font-size: var(--fs-small); color: var(--ink-2); margin-top: var(--space-2); }
.gallery .photo figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.gallery .photo img { aspect-ratio: 4 / 3; }
.chantier { padding-block: var(--space-8); border-top: var(--border); }
.chantier:first-of-type { border-top: 0; }
.chantier__head { display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-4); align-items: baseline; margin-bottom: var(--space-2); }
.chantier__head h2 { margin: 0; font-size: 1.5rem; }
.chantier__meta { display: inline-flex; align-items: center; gap: var(--space-2); color: var(--ink-2); font-size: var(--fs-small); }
.chantier__meta .ico { width: 18px; height: 18px; }
.chantier__desc { max-width: var(--measure); color: var(--ink); }
.chantier__tags { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-bottom: var(--space-4); }
.tag { font-size: 0.8rem; font-weight: 600; color: var(--green-dark); background: var(--sage-light); padding: 4px 10px; border-radius: 999px; text-decoration: none; }
.chantier .gallery { grid-template-columns: repeat(2, 1fr); }
.chantier .gallery .photo img { aspect-ratio: 4 / 3; }
@media (min-width: 640px) { .chantier .gallery { grid-template-columns: repeat(4, 1fr); } .chantier .gallery .photo:first-child { grid-column: span 2; grid-row: span 2; } .chantier .gallery .photo:first-child img { aspect-ratio: 4 / 3; height: 100%; } }
.filters { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-bottom: var(--space-4); align-items: center; }
.filters__label { font-weight: 600; margin-right: var(--space-2); color: var(--ink-2); font-size: var(--fs-small); }
.filter { padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--sage); background: var(--white); color: var(--green-dark); font-weight: 600; font-size: var(--fs-small); min-height: 40px; }
.filter[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: var(--white); }
.filters-empty { padding: var(--space-8); text-align: center; color: var(--ink-2); }

/* Avant / après */
.ba { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-sm); background: var(--sage-light); user-select: none; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 2; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 2px; background: var(--white); transform: translateX(-1px); pointer-events: none; z-index: 1; }
.ba__handle::after { content: "⟷"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 50%; background: var(--white); color: var(--green-dark); display: grid; place-items: center; font-weight: 700; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.ba__label { position: absolute; top: var(--space-3); padding: 4px 10px; border-radius: 999px; background: rgba(30,42,36,.75); color: var(--white); font-size: 0.8rem; font-weight: 600; z-index: 1; pointer-events: none; }
.ba__label--before { left: var(--space-3); }
.ba__label--after { right: var(--space-3); }
.ba-wrap { margin: 0 0 var(--space-4); }
.ba-wrap figcaption { font-size: var(--fs-small); color: var(--ink-2); margin-top: var(--space-2); }

/* Lightbox */
.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; margin: 0; }
.lightbox::backdrop { background: rgba(30,42,36,.92); }
.lightbox__inner { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: var(--space-4); }
.lightbox figure { margin: 0; }
.lightbox img { max-width: 92vw; max-height: 84vh; width: auto; height: auto; border-radius: var(--radius-sm); }
.lightbox figcaption { color: var(--white); text-align: center; margin-top: var(--space-3); font-size: var(--fs-small); }
.lightbox__btn { position: absolute; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5); background: rgba(30,42,36,.5); color: var(--white); display: grid; place-items: center; }
.lightbox__btn .ico { width: 24px; height: 24px; color: var(--white); }
.lightbox__btn:hover { background: rgba(255,255,255,.15); }
.lightbox__close { top: var(--space-4); right: var(--space-4); }
.lightbox__prev { left: var(--space-3); top: 50%; transform: translateY(-50%); }
.lightbox__next { right: var(--space-3); top: 50%; transform: translateY(-50%); }
.lightbox:focus-visible { outline: 0; }

/* Carte de zone */
.area-map { width: 100%; height: auto; max-width: 720px; margin-inline: auto; }
.area-map .zone { fill: var(--sage); fill-opacity: .28; stroke: var(--sage); stroke-width: 1.5; stroke-linejoin: round; }
.area-map .river { fill: none; stroke: var(--sage); stroke-width: 1.5; stroke-linecap: round; opacity: .8; }
.area-map .pin { fill: none; stroke: var(--green); stroke-width: 1.5; }
.area-map .pin--home { color: var(--green-dark); stroke: var(--green-dark); }
.area-map .pin--home circle { fill: var(--white); }
.area-map .lbl { font-family: var(--font-body); font-size: 15px; font-weight: 600; fill: var(--ink); }
.area-map .lbl--home { fill: var(--green-dark); }
.area-map .lbl--sm { font-size: 13px; font-weight: 400; fill: var(--ink-2); }
.area-map .dot { fill: var(--green); }
.clusters { display: grid; gap: var(--space-8); }
.cluster h2 { font-size: 1.5rem; }
.cluster ul { columns: 2; column-gap: var(--space-6); list-style: none; padding: 0; margin: var(--space-4) 0 0; }
@media (min-width: 900px) { .cluster ul { columns: 3; } }
.cluster li { break-inside: avoid; padding: 6px 0; border-bottom: 1px solid var(--sage-light); display: flex; justify-content: space-between; gap: var(--space-2); }
.cluster li span { color: var(--ink-2); font-size: var(--fs-small); white-space: nowrap; }
.cluster li a { font-weight: 600; text-decoration: none; }
.cluster li a:hover { text-decoration: underline; }
.cluster li em { font-style: normal; color: var(--ink-2); font-size: var(--fs-small); }


/* Blog */
.post-card { display: flex; flex-direction: column; background: var(--white); border: var(--border); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: inherit; transition: transform var(--t-fast); }
.post-card:hover { transform: translateY(-2px); }
.post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.post-card__body { padding: var(--space-6); display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; color: var(--green-dark); }
.post-card p { color: var(--ink-2); flex: 1; }
.post-card .meta { margin-top: auto; }
.article__head { max-width: 52rem; }
.article__body { max-width: var(--measure); }
.article__body h2 { scroll-margin-top: 90px; }
.author { display: flex; gap: var(--space-4); align-items: center; background: var(--white); border: var(--border); border-radius: var(--radius-lg); padding: var(--space-4) var(--space-6); margin: var(--space-12) 0 var(--space-8); max-width: var(--measure); }
.author .ico { width: 40px; height: 40px; }
.author p { margin: 0; color: var(--ink-2); font-size: var(--fs-small); }
.author strong { color: var(--green-dark); display: block; font-size: 1rem; }
.sources { font-size: var(--fs-small); color: var(--ink-2); max-width: var(--measure); }
.sources ul { padding-left: 1.2em; }
.sources a { word-break: break-all; }
.related { display: grid; gap: var(--space-8); }
@media (min-width: 900px) { .related { grid-template-columns: 1fr 1fr; } }

/* Tableaux */
.table-wrap { overflow-x: auto; margin: var(--space-6) 0; border: var(--border); border-radius: var(--radius); background: var(--white); }
table { width: 100%; border-collapse: collapse; font-size: var(--fs-small); }
th, td { text-align: left; padding: 10px 14px; border-bottom: var(--border); vertical-align: top; }
thead th { background: var(--sage-light); color: var(--green-dark); font-weight: 600; }
tbody th { font-weight: 600; color: var(--ink); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }

/* ---------- 10. Formulaire ---------- */
.form { background: var(--white); border: var(--border); border-radius: var(--radius-lg); padding: var(--space-6); }
@media (min-width: 640px) { .form { padding: var(--space-8); } }
.form fieldset { border: 0; padding: 0; margin: 0 0 var(--space-8); min-width: 0; }
.form legend { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; color: var(--green); margin-bottom: var(--space-4); padding: 0; }
.field { margin-bottom: var(--space-4); }
.field label, .field__label { display: block; font-weight: 600; margin-bottom: 6px; }
.field .hint { display: block; font-size: var(--fs-small); color: var(--ink-2); margin-top: 4px; }
.field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .field select, .field textarea { width: 100%; min-height: var(--btn-h); padding: 10px 14px; border: 1.5px solid var(--sage); border-radius: var(--radius); background: var(--white); transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 3px var(--sage-light); }
.field input[type="file"] { padding: var(--space-2) 0; }
.field.is-invalid input, .field.is-invalid textarea, .field.is-invalid select { border-color: var(--green-dark); border-width: 2px; }
.field__error { display: none; align-items: center; gap: 6px; color: var(--green-dark); font-size: var(--fs-small); font-weight: 600; margin-top: 6px; }
.field__error .ico { width: 18px; height: 18px; color: var(--green-dark); }
.field.is-invalid .field__error { display: flex; }
.field--row { display: grid; gap: var(--space-4); }
@media (min-width: 640px) { .field--row { grid-template-columns: 1fr 1fr; } .field--row.field--cp { grid-template-columns: 1fr 2fr; } }
.check { display: flex; gap: var(--space-3); align-items: flex-start; }
.check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--green); flex: none; }
.check label { font-weight: 400; margin: 0; }
.form__footer { display: flex; flex-direction: column; gap: var(--space-4); }
.form__alt { color: var(--ink-2); font-size: var(--fs-small); }
.form__success { text-align: center; padding: var(--space-8) var(--space-4); }
.form__success .ico { width: 56px; height: 56px; margin: 0 auto var(--space-4); }
.hp { position: absolute; left: -9999px; top: -9999px; }
.aside-box { background: var(--white); border: var(--border); border-radius: var(--radius-lg); padding: var(--space-6); margin-bottom: var(--space-6); }
.aside-box h2 { font-size: 1.35rem; }
.aside-box .process { grid-template-columns: 1fr; gap: var(--space-4); }
.aside-box .process li { padding-left: 52px; }
.aside-box .process li::before { width: 38px; height: 38px; font-size: 1.1rem; }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { display: flex; gap: var(--space-3); align-items: flex-start; padding: 8px 0; }
.contact-list .ico { width: 22px; height: 22px; margin-top: 2px; }
.contact-list a { text-decoration: none; font-weight: 600; }

/* ---------- 11. Footer ---------- */
.footer { background: var(--green-dark); color: rgba(255,255,255,.85); padding-block: var(--space-16) var(--space-8); font-size: var(--fs-small); }
.footer .small { color: rgba(255,255,255,.7); }
.footer a { color: var(--white); text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer__grid { display: grid; gap: var(--space-8); }
@media (min-width: 640px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }
.footer h2 { font-family: var(--font-body); font-size: var(--fs-eyebrow); letter-spacing: 0.08em; text-transform: uppercase; color: var(--white); margin-bottom: var(--space-4); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: 0 0 8px; }
.footer__brand img { height: 96px; width: auto; margin-bottom: var(--space-4); }
.footer__brand p { max-width: 32ch; }
.footer address { line-height: 1.7; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: var(--space-12); padding-top: var(--space-6); display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-3); color: rgba(255,255,255,.65); }
.footer__bottom a { text-decoration: underline; }
.footer__social { display: inline-flex; align-items: center; gap: 6px; margin-top: var(--space-3); }
.footer__social .ico { width: 20px; height: 20px; color: var(--white); }

/* ---------- 12. Mouvement ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(12px); transition: opacity var(--t-base) var(--ease), transform var(--t-base) var(--ease); transition-delay: var(--delay, 0ms); }
  .reveal.is-visible { opacity: 1; transform: none; }
  /* Rameau : la tige se trace, puis les feuilles apparaissent une à une, puis les nervures */
  .stem { stroke-dasharray: 490; stroke-dashoffset: 490; transition: stroke-dashoffset 1600ms ease-in-out; }
  .is-visible .stem { stroke-dashoffset: 0; }
  .leaf, .ribs { opacity: 0; transition: opacity 700ms ease-out; }
  .is-visible .leaf, .is-visible .ribs { opacity: 1; }
  .leaf { transition-delay: calc(1250ms + var(--i, 1) * 150ms); }
  .ribs { transition-delay: 3300ms; transition-duration: 900ms; }
}

/* ---------- 13. Pages spéciales ---------- */
.p404 { text-align: center; padding-block: var(--space-24); }
.p404 .ico { width: 96px; height: 96px; margin: 0 auto var(--space-6); color: var(--sage); }
.styleguide section { padding-block: var(--space-8); border-bottom: var(--border); }
.swatches { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.swatch { width: 120px; border: var(--border); border-radius: var(--radius); overflow: hidden; font-size: 0.8rem; background: var(--white); }
.swatch div { height: 64px; }
.swatch span { display: block; padding: 6px 8px; }
.icon-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: var(--space-4); text-align: center; font-size: 0.75rem; color: var(--ink-2); }
.icon-grid .ico { margin: 0 auto var(--space-2); }

@media print {
  .header, .footer, .mobile-bar, .cta-band, .mobile-panel { display: none !important; }
  body { background: #fff; }
}
.rounded { border-radius: var(--radius-lg); }
.portrait { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.hero__media img.portrait { aspect-ratio: 4 / 5; max-height: 560px; width: auto; margin-inline: auto; }
.hero .breadcrumb { background: transparent; }
.hero--full .hero__bg img.portrait { aspect-ratio: auto; }

/* ---------- 14. Hero pleine largeur (photo + voile crème) ---------- */
.hero--full { background: var(--cream); }
.hero--full { position: relative; }
.hero--full .hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero--full .breadcrumb { position: relative; z-index: 1; background: transparent; }
.hero--full .breadcrumb + .container { flex: 1; }
@media (min-width: 900px) { .hero--full { flex-direction: column; align-items: stretch; } .hero--full > .container { display: flex; align-items: center; flex: 1; } }
.hero--full .hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero--full .hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(247,245,239,.96) 0%, rgba(247,245,239,.88) 55%, rgba(247,245,239,.6) 100%); }
.hero--full .hero__inner { position: relative; z-index: 1; display: block; padding-block: var(--space-12) var(--space-16); max-width: 40rem; }
.hero--full .hero__inner h1 { max-width: none; }
.hero--full .hero__ornament { display: none; }
@media (min-width: 900px) {
  .hero--full { min-height: 560px; display: flex; flex-direction: column; align-items: stretch; }
  .hero--full .hero__bg::after { background: linear-gradient(90deg, rgba(247,245,239,.97) 0%, rgba(247,245,239,.94) 38%, rgba(247,245,239,.55) 58%, rgba(247,245,239,0) 80%); }
  .hero--full .hero__inner { padding-block: var(--space-16); max-width: 46rem; }
  .hero--full .hero__inner h1 { max-width: 16ch; }
}
.hero .btn-row .btn--secondary .ico { color: currentColor; }

/* ---------- 15. Mise en page deux colonnes avec sidebar ---------- */
.layout { display: grid; gap: var(--space-8); align-items: start; }
@media (min-width: 1024px) { .layout { grid-template-columns: minmax(0, 1fr) 360px; gap: var(--space-12); } }
.layout__main { min-width: 0; }
@media (min-width: 1024px) { .layout__main .grid--3 { grid-template-columns: repeat(2, 1fr); } }
.layout__main .prose { max-width: 68ch; }
.layout__main > .section-block + .section-block { margin-top: var(--space-12); }
.layout__main h2 { margin-top: 0; }
.layout__main .prose h2 { margin-top: var(--space-12); }
.layout__main .prose h2:first-child { margin-top: 0; }
.sidebar { align-self: stretch; }
.sidebar__sticky { position: sticky; top: calc(var(--header-h) + 16px); display: grid; gap: var(--space-4); }
.sidebar > nav { margin-bottom: var(--space-6); }
.qform { background: var(--white); border: 1.5px solid var(--green); border-radius: var(--radius-lg); padding: var(--space-4) var(--space-6); }
.qform__title { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; color: var(--green-dark); line-height: 1.15; margin-bottom: var(--space-2); }
.qform__text { color: var(--ink-2); font-size: var(--fs-small); margin-bottom: var(--space-4); }
.qform .field { margin-bottom: var(--space-2); }
.qform .field label { font-size: var(--fs-small); margin-bottom: 2px; }
.qform .field input:not([type=checkbox]), .qform .field select { min-height: 44px; padding-block: 8px; }
.qform .btn { width: 100%; margin-top: var(--space-2); }
.qform__legal { font-size: 0.8rem; color: var(--ink-2); margin: var(--space-3) 0 0; line-height: 1.5; }
.qform__success { text-align: center; padding: var(--space-4) 0; }
.qform__success .ico { width: 40px; height: 40px; margin: 0 auto var(--space-2); }
.qform__success p { margin: var(--space-2) 0 0; color: var(--ink-2); font-size: var(--fs-small); }
.qform.is-sent > :not(.qform__success) { display: none; }
.qform--inline { border-color: var(--sage-light); }
@media (min-width: 640px) { .qform--inline .qform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--space-4); } }
.facts { list-style: none; padding: var(--space-3) var(--space-4); margin: 0; background: var(--sage-light); border-radius: var(--radius-lg); display: grid; gap: 4px; }
.facts li { display: flex; gap: var(--space-3); align-items: flex-start; font-size: var(--fs-small); }
.facts .ico { color: var(--green-dark); margin-top: 2px; }
.sidebar__phone { display: grid; grid-template-columns: auto 1fr; gap: 0 var(--space-2); align-items: center; margin: 0; padding: 0 var(--space-2); }
.sidebar__phone a { font-weight: 600; font-size: 1.15rem; text-decoration: none; color: var(--green-dark); }
.sidebar__phone .small { grid-column: 2; }
.cta-inline { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-4); background: var(--sage-light); border-radius: var(--radius-lg); padding: var(--space-6); margin: var(--space-8) 0; }
.cta-inline strong { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; color: var(--green-dark); }
.cta-inline span { color: var(--ink-2); font-size: var(--fs-small); }
.cta-inline .btn-row { flex: none; }
@media (max-width: 639px) { .cta-inline .btn-row { width: 100%; } .cta-inline .btn { flex: 1; padding-inline: 12px; } .hero .btn-row .btn { flex: 1 1 auto; } }
.facts-row { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 640px) { .facts-row { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .facts-row { grid-template-columns: repeat(4, 1fr); } }
.facts-row li { display: flex; gap: var(--space-3); align-items: center; background: var(--white); border: var(--border); border-radius: var(--radius-lg); padding: var(--space-4); }
.facts-row .ico { width: 36px; height: 36px; }
.facts-row strong { display: block; color: var(--green-dark); font-size: 1rem; line-height: 1.2; }
.facts-row span { font-size: var(--fs-small); color: var(--ink-2); }
.price-card { background: var(--white); border: var(--border); border-left: 4px solid var(--green); border-radius: var(--radius-lg); padding: var(--space-6); }
.price-card h2 { margin-top: 0; }
.figure-wide { margin: var(--space-8) 0; }
.figure-wide img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius-lg); }
.figure-wide figcaption { font-size: var(--fs-small); color: var(--ink-2); margin-top: var(--space-2); }
.duo { display: grid; gap: var(--space-6); }
@media (min-width: 900px) { .duo { grid-template-columns: 1fr 1fr; } }
.duo .card { padding: var(--space-6); }
.duo .card:hover { transform: none; }
.duo .card::before { display: none; }
.duo .card p:last-child { margin-bottom: 0; }
.duo .card p { flex: none; color: var(--ink); }
.duo .card h2 { font-size: 1.35rem; margin-bottom: var(--space-3); }
/* Article : deux colonnes, sommaire collant */
.article-layout { display: grid; gap: var(--space-8); align-items: start; }
@media (min-width: 1024px) { .article-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: var(--space-12); } }
.article-layout .toc { flex-direction: column; gap: 0; border-left: 2px solid var(--sage-light); padding-left: 0; }
.article-layout .toc a { display: block; background: none; border: 0; border-radius: 0; padding: 6px 14px; font-weight: 400; color: var(--ink-2); margin-left: -2px; border-left: 2px solid transparent; }
.article-layout .toc a:hover { color: var(--green-dark); border-left-color: var(--green); background: none; }
.article-layout .article__body { max-width: 72ch; }
.article-layout .article__body > figure:first-child { margin: 0 0 var(--space-8); }
.toc__title { font-size: var(--fs-eyebrow); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--green); margin: 0 0 var(--space-3); }
/* Formulaire de devis compact : puces au lieu de grandes cards */
.chips { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip label { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; min-height: 40px; border: 1.5px solid var(--sage); border-radius: 999px; background: var(--white); font-weight: 600; font-size: var(--fs-small); cursor: pointer; margin: 0; }
.chip label .ico { width: 20px; height: 20px; }
.chip input:checked + label { background: var(--green); border-color: var(--green); color: var(--white); }
.chip input:checked + label .ico { color: var(--white); }
.chip input:focus-visible + label { outline: var(--focus); outline-offset: 2px; }
.form--compact { padding: var(--space-6); }
.form--compact .field { margin-bottom: var(--space-3); }
.form--compact details { margin: var(--space-2) 0 var(--space-4); }
.form--compact summary { cursor: pointer; font-weight: 600; color: var(--green); font-size: var(--fs-small); }
.form--compact .form__footer { margin-top: var(--space-4); }
.form__intro { font-size: var(--fs-small); color: var(--ink-2); margin-bottom: var(--space-4); }

/* ---------- 13. Coordonnées encodées ---------- */
/* Le numéro de téléphone et l'adresse e-mail ne sont pas dans le HTML : site.js les
   reconstruit depuis un attribut encodé, pour ne rien offrir aux moissonneurs. Le texte
   en attente a le même nombre de caractères que la valeur réelle, ce qui suffit à
   éviter un saut de mise en page. Pas de chiffres tabulaires ici : ils changeraient
   la largeur des chiffres une fois le numéro affiché. */
/* Le <span> qui porte le texte ne doit rien changer au rendu : certaines règles du
   site visent « span » dans un bloc donné (.cta-inline span, par exemple) et
   réduiraient la taille du numéro. Il hérite donc tout de son parent. */
[data-ob] .ob-text { font: inherit; color: inherit; letter-spacing: inherit; white-space: nowrap; }
