/* ==========================================================================
   Miss Frelon — feuille de styles
   Mobile-first : base 375-414px, puis 600 / 900 / 1200 / 1440px.
   Réalisation : Studio Solaire
   ========================================================================== */

/* ---------- Polices auto-hébergées (subset latin) ----------
   Fraunces : axes opsz + wght variables ; axe SOFT figé à la valeur utilisée
   par la charte (30 en romain, 100 en italique) pour diviser le poids par deux.
   Inter : wght 400-600. */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var.woff2") format("woff2");
  font-weight: 480 620;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-italic-var.woff2") format("woff2");
  font-weight: 400 520;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-var.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --noir: #16130F;
  --ivoire: #FBF8F1;
  --sable: #F1E9DA;
  --miel: #C8891A;
  --miel-clair: #E9B44C;
  --miel-texte: #8A5A0B;          /* miel assombri pour le texte sur fond clair (AA) */
  --sauge: #2E4636;
  --texte: #2A2520;
  --texte-2: #6F665B;
  --filet: #E3D9C6;
  --sur-sombre: #FBF8F1;
  --sur-sombre-2: #B9AE9C;
  --filet-sombre: rgba(251, 248, 241, .14);

  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --fs-body: clamp(1.0625rem, 1rem + .25vw, 1.125rem);   /* 17 → 18px */
  --fs-small: .9375rem;
  --fs-h1: clamp(2.75rem, 1.6rem + 5vw, 5.5rem);           /* 44 → 88px */
  --fs-h2: clamp(2.125rem, 1.5rem + 2.6vw, 3.75rem);
  --fs-h3: clamp(1.375rem, 1.2rem + .7vw, 1.75rem);
  --fs-lead: clamp(1.125rem, 1.05rem + .45vw, 1.3125rem);

  --gutter: clamp(1.25rem, 4vw, 3rem);
  --max: 82rem;
  --section: clamp(48px, 5.5vw, 88px);
  --radius: 3px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --shadow: 0 1px 2px rgba(22, 19, 15, .04), 0 12px 32px -12px rgba(22, 19, 15, .18);
  --header-h: 4.25rem;

  /* texture grain (SVG feTurbulence) pour les fonds sombres */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  /* alvéoles (motif hexagonal) */
  --alveoles: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cpath d='M28 0v16.2L14 24.3 0 16.2M28 16.2l14 8.1 14-8.1M14 24.3v16.2l14 8.1 14-8.1V24.3M28 48.6v16.2L14 72.9 0 64.8M28 64.8l14 8.1 14-8.1M14 72.9v16.2L28 97l14-7.9V72.9' fill='none' stroke='%2316130F' stroke-width='1'/%3E%3C/svg%3E");
}

/* ---------- Reset léger ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 1rem); }
body {
  margin: 0;
  background: var(--ivoire);
  color: var(--texte);
  font-family: var(--sans);
  font-size: var(--fs-body);
  line-height: 1.65;
  font-feature-settings: "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul[role="list"], ol[role="list"] { list-style: none; padding: 0; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--miel); outline-offset: 3px; border-radius: 2px; }
.section--sombre :focus-visible, .footer :focus-visible, .cta-final :focus-visible { outline-color: var(--miel-clair); }
.cta-final :focus-visible { outline-color: var(--noir); }
::selection { background: var(--miel-clair); color: var(--noir); }

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 100;
  background: var(--noir); color: var(--ivoire); padding: .75rem 1rem; border-radius: var(--radius);
  text-decoration: none; transition: top .2s;
}
.skip-link:focus { top: 1rem; }

/* Placeholder à confirmer avant mise en ligne (volontairement visible) */
.todo { background: rgba(233, 180, 76, .22); padding: 0 .25em; border-radius: 2px; font-style: normal; }

/* ---------- Typographie ---------- */
.h1, .h2, .h3, h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 560;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 30;
  letter-spacing: -.02em;
  line-height: 1.04;
  color: inherit;
  text-wrap: balance;
}
h1, .h1 { font-size: var(--fs-h1); letter-spacing: -.03em; line-height: .98; }
h2, .h2 { font-size: var(--fs-h2); }
h3, .h3 { font-size: var(--fs-h3); line-height: 1.15; letter-spacing: -.01em; }
h1 em, h2 em, h3 em, .h1 em, .h2 em {
  font-style: italic; font-weight: 480;
  font-variation-settings: "SOFT" 100;
  color: var(--miel-texte);
}
.section--sombre h2 em, .section--sauge h2 em, .page-hero--sombre h1 em { color: var(--miel-clair); }
p { text-wrap: pretty; }
.lead { font-size: var(--fs-lead); line-height: 1.6; color: var(--texte); max-width: 38em; }
.muted { color: var(--texte-2); }
.prose > * + * { margin-top: 1.1em; }
.prose { max-width: 38em; }
.prose strong { font-weight: 600; color: var(--texte); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .9rem;
  font-family: var(--sans); font-size: .75rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--miel-texte);
  margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 2.5rem; height: 1px; background: currentColor; opacity: .7; }
.eyebrow .num { font-variant-numeric: tabular-nums; color: var(--texte-2); letter-spacing: .08em; }
.section--sombre .eyebrow, .section--sauge .eyebrow, .page-hero--sombre .eyebrow { color: var(--miel-clair); }
.section--sombre .eyebrow .num, .section--sauge .eyebrow .num { color: var(--sur-sombre-2); }

/* Lien avec soulignement qui se dessine */
.link {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 500; text-decoration: none; color: var(--miel-texte);
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  padding: .35rem 0; min-height: 44px;
  transition: background-size .5s var(--ease), color .3s;
}
.link:hover, .link:focus-visible { background-size: 100% 1px; }
.link .icon { width: 1.1em; height: 1.1em; transition: transform .4s var(--ease); }
.link:hover .icon { transform: translateX(4px); }
.section--sombre .link, .section--sauge .link { color: var(--miel-clair); }
.prose a, .legal a, .inline-link {
  color: var(--miel-texte); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em;
}

.icon { width: 1.5rem; height: 1.5rem; flex: none; }
.hero__frame picture, .about__frame picture, .service-wide__media picture, .detail__frame picture, .partner__media picture, .zoom picture { display: block; width: 100%; height: 100%; }

/* ---------- Mise en page ---------- */
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); position: relative; }
.section--sable { background: var(--sable); }
.section--sombre { background: var(--noir); color: var(--sur-sombre); isolation: isolate; }
.section--sauge { background: var(--sauge); color: var(--sur-sombre); isolation: isolate; }
.section--sombre::before, .grain::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--grain); opacity: .06; mix-blend-mode: screen;
}
.alveoles { position: relative; isolation: isolate; }
.alveoles::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: 0 0 0 auto; width: min(46%, 36rem);
  background: var(--alveoles) repeat; opacity: .045;
  -webkit-mask-image: linear-gradient(to left, #000 20%, transparent);
  mask-image: linear-gradient(to left, #000 20%, transparent);
}
.grid-12 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 1.25rem; }
.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head .lead { margin-top: 1.1rem; }
.col-full, .col-quote, .col-prose { grid-column: 1 / -1; }
.rule { border: 0; border-top: 1px solid var(--filet); margin: 0; }

/* ---------- Boutons ---------- */
.btn {
  --btn-bg: var(--miel); --btn-fg: var(--noir); --btn-bd: var(--miel);
  display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
  min-height: 52px; padding: .85rem 1.5rem;
  font-weight: 500; font-size: 1rem; letter-spacing: .01em; line-height: 1.2;
  color: var(--btn-fg); background: var(--btn-bg); border: 1px solid var(--btn-bd);
  border-radius: var(--radius); text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.btn .icon { width: 1.15rem; height: 1.15rem; }
.btn:hover { --btn-bg: var(--miel-clair); --btn-bd: var(--miel-clair); }
.btn:active { transform: translateY(1px); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--texte); --btn-bd: rgba(42, 37, 32, .35); }
.btn--ghost:hover { --btn-bg: var(--noir); --btn-fg: var(--ivoire); --btn-bd: var(--noir); }
.btn--noir { --btn-bg: var(--noir); --btn-fg: var(--ivoire); --btn-bd: var(--noir); }
.btn--noir:hover { --btn-bg: #2c261f; --btn-bd: #2c261f; }
.btn--ghost-noir { --btn-bg: transparent; --btn-fg: var(--noir); --btn-bd: rgba(22, 19, 15, .55); }
.btn--ghost-noir:hover { --btn-bg: var(--noir); --btn-fg: var(--ivoire); --btn-bd: var(--noir); }
.btn--ghost-clair { --btn-bg: transparent; --btn-fg: var(--ivoire); --btn-bd: rgba(251, 248, 241, .4); }
.btn--ghost-clair:hover { --btn-bg: var(--ivoire); --btn-fg: var(--noir); --btn-bd: var(--ivoire); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.btn-row .btn { flex: 1 1 14rem; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--noir); color: var(--sur-sombre-2);
  font-size: .8125rem; letter-spacing: .01em; text-align: center;
  padding: .55rem var(--gutter);
}
.topbar a { color: var(--miel-clair); text-decoration: none; font-weight: 500; white-space: nowrap; }
.topbar a:hover { text-decoration: underline; text-underline-offset: .2em; }
.topbar .long { display: none; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: transparent;
  transition: background-color .4s var(--ease), box-shadow .4s var(--ease);
}
.header.is-scrolled, .header.is-open { background: rgba(251, 248, 241, .96); box-shadow: 0 1px 0 var(--filet), 0 10px 30px -18px rgba(22, 19, 15, .35); }
@supports (backdrop-filter: blur(8px)) {
  .header.is-scrolled { background: rgba(251, 248, 241, .86); backdrop-filter: saturate(1.2) blur(12px); -webkit-backdrop-filter: saturate(1.2) blur(12px); }
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--header-h); }
.logo { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--noir); min-height: 44px; }
.logo__mark { width: 2.1rem; height: 2.1rem; color: var(--miel); }
.logo__txt { display: flex; flex-direction: column; line-height: 1; }
.logo__name { font-family: var(--serif); font-weight: 580; font-size: 1.3rem; letter-spacing: -.01em; font-variation-settings: "SOFT" 50; }
.logo__sub { font-size: .625rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--texte-2); margin-top: .35rem; }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-width: 44px; min-height: 44px; padding: 0 .25rem;
  background: none; border: 0; cursor: pointer; color: var(--noir);
  font-size: .8125rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
}
.nav-toggle__bars { position: relative; width: 22px; height: 12px; }
.nav-toggle__bars::before, .nav-toggle__bars::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor;
  transition: transform .4s var(--ease), top .4s var(--ease);
}
.nav-toggle__bars::before { top: 1px; }
.nav-toggle__bars::after { top: 9px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { top: 5px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { top: 5px; transform: rotate(-45deg); }

.nav {
  position: absolute; top: 100%; left: 0; right: 0;
  background: var(--ivoire); border-top: 1px solid var(--filet);
  padding: 1.5rem var(--gutter) 2rem;
  max-height: calc(100vh - var(--header-h)); max-height: calc(100dvh - var(--header-h));
  overflow-y: auto;
  visibility: hidden; opacity: 0; transform: translateY(-8px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility 0s linear .35s;
  box-shadow: 0 30px 40px -30px rgba(22, 19, 15, .35);
}
.nav.is-open { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
.nav__list { list-style: none; margin: 0; padding: 0; }
.nav__list a {
  display: flex; align-items: baseline; gap: 1rem; min-height: 56px; padding: .75rem 0;
  font-family: var(--serif); font-size: 1.75rem; font-weight: 520; text-decoration: none; color: var(--noir);
  border-bottom: 1px solid var(--filet);
}
.nav__list a .num { font-family: var(--sans); font-size: .75rem; letter-spacing: .1em; color: var(--texte-2); }
.nav__list a[aria-current="page"] { color: var(--miel-texte); }
.nav__cta { margin-top: 1.5rem; width: 100%; }
.header__phone { display: none; }

/* ---------- Hero (accueil) ---------- */
.hero { position: relative; overflow: clip; padding-block: clamp(1.5rem, 5vw, 3rem) clamp(4rem, 9vw, 8rem); margin-top: calc(-1 * var(--header-h)); padding-top: calc(var(--header-h) + clamp(1.5rem, 5vw, 3rem)); background:
  radial-gradient(70rem 40rem at 85% -10%, rgba(233, 180, 76, .16), transparent 60%),
  linear-gradient(180deg, #F7F1E4 0%, var(--ivoire) 100%); }
.hero__grid { display: grid; gap: 2.5rem; }
.hero__text { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 1.75rem; }
.hero h1 .ligne { display: block; }
.hero .lead { margin-bottom: 2.25rem; color: #3a332c; }
.hero__media { position: relative; }
.hero__frame { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; background: var(--sable); box-shadow: var(--shadow); }
.hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.hero__index {
  position: absolute; top: 1rem; right: 1rem; z-index: 2;
  font-size: .6875rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ivoire);
  padding: .4rem .6rem; background: rgba(22, 19, 15, .55); border-radius: 2px;
}
.float-card {
  position: absolute; left: -.5rem; bottom: -1.75rem; z-index: 3;
  display: flex; align-items: center; gap: .9rem;
  max-width: 19rem; padding: 1rem 1.15rem;
  background: var(--noir); color: var(--sur-sombre);
  border-radius: var(--radius); box-shadow: 0 20px 40px -20px rgba(22, 19, 15, .6);
}
.float-card .badge-hex { width: 2.75rem; height: 2.75rem; }
.float-card strong { display: block; font-family: var(--serif); font-weight: 560; font-size: 1.05rem; line-height: 1.2; }
.float-card span { display: block; font-size: .8125rem; color: var(--sur-sombre-2); line-height: 1.35; margin-top: .15rem; }
.hero__meta { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-top: 2rem; font-size: .875rem; color: var(--texte-2); }
.hero__meta span { display: inline-flex; align-items: center; gap: .5rem; }
.hero__meta .icon { width: 1.1rem; height: 1.1rem; color: var(--miel-texte); }

/* ---------- Bandeau de réassurance ---------- */
.reassurance { background: var(--noir); color: var(--sur-sombre); position: relative; isolation: isolate; }
.reassurance::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); opacity: .06; mix-blend-mode: screen; }
.reassurance__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.reassurance__item { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; padding: 1.4rem .75rem 1.4rem 0; border-bottom: 1px solid var(--filet-sombre); }
.reassurance__item:nth-child(odd) { border-right: 1px solid var(--filet-sombre); }
.reassurance__item:nth-child(even) { padding-left: 1rem; }
.reassurance__item:nth-last-child(-n+2) { border-bottom: 0; }
.reassurance__item .badge-hex { width: 2rem; height: 2rem; }
@media (min-width: 600px) { .reassurance__item { flex-direction: row; align-items: center; gap: .85rem; } .reassurance__item .badge-hex { width: 2.25rem; height: 2.25rem; } }
.reassurance__item strong { display: block; font-family: var(--serif); font-weight: 540; font-size: clamp(.875rem, .8rem + .3vw, 1rem);  line-height: 1.2; }
.reassurance__item span { display: block; font-size: .75rem; color: var(--sur-sombre-2); letter-spacing: .02em; }

/* Badge hexagonal maison */
.badge-hex { flex: none; color: var(--miel-clair); }
.badge-hex .hx-out { fill: none; stroke: currentColor; stroke-width: 1.25; }
.badge-hex .hx-in { fill: none; stroke: currentColor; stroke-width: .75; opacity: .45; }
.badge-hex text { fill: currentColor; font-family: var(--serif); font-weight: 600; font-size: 13px; }

/* ---------- Qui je suis ---------- */
.about { display: grid; gap: 3rem; }
.about__media { position: relative; }
.about__frame { overflow: hidden; border-radius: var(--radius); aspect-ratio: 3 / 4; background: var(--sable); }
.about__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.about__caption { margin-top: .9rem; font-size: .8125rem; color: var(--texte-2); display: flex; gap: .75rem; align-items: center; }
.about__caption::before { content: ""; width: 1.5rem; height: 1px; background: var(--filet); background: var(--texte-2); opacity: .5; }
.quote {
  font-family: var(--serif); font-style: italic; font-weight: 440;
  font-variation-settings: "SOFT" 100;
  font-size: clamp(1.625rem, 1.2rem + 1.6vw, 2.5rem); line-height: 1.22; letter-spacing: -.01em;
  color: var(--noir); margin: 0 0 2rem; padding: 0; border: 0;
  text-wrap: balance;
}
.quote::before { content: "« "; color: var(--miel); }
.quote::after { content: " »"; color: var(--miel); }
.signature { display: block; margin-top: 2rem; font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--miel-texte); }

/* ---------- Prestations (cartes éditoriales) ---------- */
.services { display: grid; gap: 0; border-top: 1px solid var(--filet); }
.service {
  position: relative; display: grid; grid-template-columns: auto 1fr; gap: .25rem 1.25rem;
  padding: 2rem 0; border-bottom: 1px solid var(--filet);
}
.service__num { grid-row: span 3; font-family: var(--serif); font-size: .95rem; color: var(--texte-2); font-variant-numeric: tabular-nums; padding-top: .35rem; }
.service__icon { width: 2.5rem; height: 2.5rem; color: var(--miel-texte); margin-bottom: .75rem; }
.service h3 { margin-bottom: .6rem; }
.service p { color: var(--texte-2); font-size: 1rem; }
.service > div { display: flex; flex-direction: column; align-items: flex-start; height: 100%; }
.service p { margin-bottom: 1rem; }
.service .link { margin-top: auto; }
.service__stretch::after { content: ""; position: absolute; inset: 0; }

.service-wide {
  display: grid; gap: 0; margin-top: clamp(2.5rem, 5vw, 4rem);
  background: var(--noir); color: var(--sur-sombre); border-radius: var(--radius); overflow: hidden;
  position: relative; isolation: isolate; text-decoration: none;
}
.service-wide::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); opacity: .06; mix-blend-mode: screen; }
.service-wide__media { overflow: hidden; aspect-ratio: 16 / 11; }
.service-wide__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform .7s var(--ease); }
.service-wide:hover .service-wide__media img { transform: scale(1.03); }
.service-wide__body { padding: 2rem 1.5rem 2.25rem; }
.service-wide__body .service__icon { color: var(--miel-clair); }
.service-wide__body p { color: var(--sur-sombre-2); margin-top: .75rem; }
.service-wide__body .link { color: var(--miel-clair); margin-top: 1rem; }

/* ---------- Méthode ---------- */
.pillars { display: grid; gap: 2.5rem; list-style: none; margin: 0; padding: 0; counter-reset: p; position: relative; }
.pillar { position: relative; padding-left: 3.5rem; }
.pillar__num {
  position: absolute; left: 0; top: 0; width: 2.5rem; height: 2.5rem;
  display: grid; place-items: center;
  font-family: var(--serif); font-size: .95rem; color: var(--miel-clair);
  border: 1px solid rgba(233, 180, 76, .5); border-radius: 50%; background: var(--noir);
}
.pillar::before { content: ""; position: absolute; left: 1.25rem; top: 2.5rem; bottom: -2.5rem; width: 1px; background: var(--filet-sombre); }
.pillar:last-child::before { display: none; }
.pillar h3 { font-size: 1.375rem; margin-bottom: .6rem; padding-top: .35rem; }
.pillar p { color: var(--sur-sombre-2); font-size: 1rem; }
.method__intro { color: var(--sur-sombre-2); }
.method__head { margin-bottom: 3rem; }
.section--sombre .lead { color: #D8CDBA; }

/* ---------- Partenariat (sauge) ---------- */
.partner { display: grid; }
.partner__body { padding: clamp(2.5rem, 6vw, 5rem) var(--gutter); position: relative; }
.partner__body h2 { margin-bottom: 1.5rem; }
.partner__body p { color: #D9D6C8; }
.partner__body p + p { margin-top: 1rem; }
.partner__body strong { color: var(--ivoire); font-weight: 600; }
.partner__duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 2rem 0; background: rgba(251, 248, 241, .18); border-block: 1px solid rgba(251, 248, 241, .18); }
.partner__duo div { background: var(--sauge); padding: 1.1rem 1rem 1.1rem 0; }
.partner__duo div + div { padding-left: 1rem; }
.partner__duo dt { font-size: .6875rem; letter-spacing: .18em; text-transform: uppercase; color: var(--miel-clair); font-weight: 600; }
.partner__duo dd { font-family: var(--serif); font-size: 1.2rem; margin-top: .35rem; line-height: 1.25; }
.partner__media { position: relative; min-height: 26rem; overflow: hidden; }
.partner__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.section--sauge .alv::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: var(--alveoles); opacity: .05; filter: invert(1); }

/* ---------- Zones ---------- */
.zones { display: grid; gap: 3rem; }
.communes { display: grid; gap: 2.5rem; }
.communes h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--noir); margin-bottom: .5rem; }
.communes h3 small { font-family: var(--sans); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--texte-2); font-weight: 600; }
.communes ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 1.5rem; }
.communes li { break-inside: avoid; padding: .6rem 0; border-bottom: 1px solid var(--filet); font-size: 1rem; }
.communes li.is-home { font-weight: 600; color: var(--miel-texte); }
.map { position: relative; }
.map svg { width: 100%; height: auto; }
.map .dep { stroke: var(--noir); stroke-width: 1.2; stroke-linejoin: round; }
.map .dep--60 { fill: var(--sable); }
.map .dep--95 { fill: #E6DCC7; }
.map .dep-label { font-family: var(--serif); font-style: italic; font-size: 17px; fill: var(--texte-2); }
.map .dep-num { font-family: var(--sans); font-size: 10px; letter-spacing: .18em; fill: var(--texte-2); font-weight: 600; }
.map .ville circle { fill: var(--noir); }
.map .ville text { font-family: var(--sans); font-size: 10.5px; fill: var(--texte); font-weight: 500; }
.map .ville--home circle { fill: var(--miel); }
.map .ville--home .halo { fill: none; stroke: var(--miel); stroke-width: 1; opacity: .6; }
.map .ville--home text { font-weight: 600; fill: var(--miel-texte); font-size: 12px; }
.map .riviere { fill: none; stroke: #9DB2A4; stroke-width: 1.4; stroke-dasharray: 1 0; opacity: .8; }
.map figcaption { font-size: .8125rem; color: var(--texte-2); margin-top: .75rem; }

.sectors { display: grid; gap: 0; border-top: 1px solid var(--filet); }
.sector { padding: 2rem 0; border-bottom: 1px solid var(--filet); display: grid; gap: .75rem; }
.sector h3 { font-size: 1.5rem; }
.sector__tag { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--miel-texte); font-weight: 600; }
.sector p { color: var(--texte-2); }
.sector ul { list-style: none; padding: 0; margin: .25rem 0 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.sector li { font-size: .8125rem; padding: .3rem .7rem; border: 1px solid var(--filet); border-radius: 2px; color: var(--texte); background: rgba(255, 255, 255, .5); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--filet); }
.faq details { border-bottom: 1px solid var(--filet); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  min-height: 64px; padding: 1.25rem 0; cursor: pointer; list-style: none;
  font-family: var(--serif); font-weight: 520; font-size: clamp(1.125rem, 1rem + .5vw, 1.375rem); line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 1.5rem; height: 1.5rem;
  background:
    linear-gradient(var(--miel-texte), var(--miel-texte)) center / 14px 1.5px no-repeat,
    linear-gradient(var(--miel-texte), var(--miel-texte)) center / 1.5px 14px no-repeat;
  transition: transform .45s var(--ease);
}
.faq details[open] summary::after { transform: rotate(135deg); }
.faq summary:hover { color: var(--miel-texte); }
.faq__content { overflow: hidden; }
.faq__content > div { padding: 0 0 1.75rem; color: var(--texte-2); max-width: 44em; }
.faq__content p + p { margin-top: .75rem; }

/* ---------- Avis ---------- */
.reviews {
  display: grid; gap: 2rem; align-items: center;
  padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--filet); border-radius: var(--radius);
  background: linear-gradient(135deg, #fff 0%, var(--ivoire) 100%);
  position: relative; overflow: hidden;
}
.reviews__mark { font-family: var(--serif); font-style: italic; font-size: 7rem; line-height: .6; color: var(--miel); opacity: .35; height: 3rem; }
.reviews p { color: var(--texte-2); max-width: 36em; margin-top: 1rem; }

/* ---------- CTA final (miel profond) ---------- */
.cta-final { position: relative; isolation: isolate; background: var(--miel); color: var(--noir); overflow: hidden; }
.cta-final::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: var(--alveoles); opacity: .06;
}
.cta-final::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); opacity: .08; mix-blend-mode: soft-light; }
.cta-final__inner { padding-block: clamp(4rem, 9vw, 8rem); display: grid; gap: 2rem; }
.cta-final h2 em { color: var(--noir); }
.cta-final .eyebrow { color: var(--noir); }
.cta-final .lead { color: #2A2012; }
.cta-final__safety {
  display: flex; gap: .85rem; align-items: flex-start;
  padding: 1rem 1.1rem; border: 1px solid rgba(22, 19, 15, .3); border-radius: var(--radius);
  font-size: .9375rem; line-height: 1.5; color: #2A2012; max-width: 34rem;
}
.cta-final__safety .icon { color: var(--noir); width: 1.35rem; height: 1.35rem; margin-top: .1rem; }
.cta-final__phone {
  display: inline-block; font-family: var(--serif); font-weight: 560; letter-spacing: -.02em;
  font-size: clamp(2.25rem, 1.5rem + 3.5vw, 4.25rem); text-decoration: none; line-height: 1; color: var(--noir);
  font-variant-numeric: lining-nums;
}

/* ---------- En-tête de page interne ---------- */
.page-hero { position: relative; margin-top: calc(-1 * var(--header-h)); padding-top: calc(var(--header-h) + clamp(2rem, 6vw, 5rem)); padding-bottom: clamp(3.5rem, 8vw, 7rem);
  background: radial-gradient(60rem 30rem at 90% -20%, rgba(233, 180, 76, .15), transparent 60%), linear-gradient(180deg, #F7F1E4 0%, var(--ivoire) 100%); overflow: clip; }
.page-hero h1 { margin-bottom: 1.75rem; max-width: 16ch; }
.page-hero .lead { color: #3a332c; }
.page-hero__grid { display: grid; gap: 2.5rem; align-items: end; }
.page-hero__aside { font-size: .9375rem; color: var(--texte-2); border-top: 1px solid var(--filet); padding-top: 1.25rem; display: grid; gap: .75rem; }
.page-hero__aside a { color: var(--texte); text-decoration: none; font-weight: 500; }
.page-hero__aside .row { display: flex; gap: .75rem; align-items: center; }
.page-hero__aside .icon { width: 1.15rem; height: 1.15rem; color: var(--miel-texte); }

.breadcrumb { margin-bottom: 2rem; font-size: .8125rem; color: var(--texte-2); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.breadcrumb li + li::before { content: "/"; margin-right: .4rem; opacity: .5; }
.breadcrumb a { text-decoration: none; color: var(--texte-2); display: inline-block; padding: .6rem 0; }
.breadcrumb a:hover { color: var(--miel-texte); }
.breadcrumb [aria-current] { color: var(--texte); padding: .6rem 0; display: inline-block; }

/* ---------- Sommaire prestations ---------- */
.toc { display: flex; gap: .5rem; overflow-x: auto; scrollbar-width: none; padding: 1rem 0; margin-top: 2.5rem; border-block: 1px solid var(--filet); }
.toc::-webkit-scrollbar { display: none; }
.toc a { flex: none; display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; padding: .5rem .9rem; text-decoration: none; font-size: .875rem; font-weight: 500; color: var(--texte); border: 1px solid var(--filet); border-radius: 2px; background: rgba(255, 255, 255, .5); transition: border-color .3s, background-color .3s; }
.toc a:hover { border-color: var(--miel); background: #fff; }
.toc .num { font-family: var(--serif); color: var(--texte-2); font-size: .8125rem; }

/* ---------- Prestation détaillée ---------- */
.detail { display: grid; gap: 2.5rem; }
.detail__num { font-family: var(--serif); font-size: clamp(3.5rem, 2rem + 6vw, 7.5rem); line-height: .8; color: transparent; -webkit-text-stroke: 1px var(--miel); opacity: .9; margin-bottom: 1.5rem; font-weight: 500; }
.detail h2 { margin-bottom: 1.5rem; }
.detail__media { position: relative; }
.detail__frame { overflow: hidden; border-radius: var(--radius); background: var(--sable); aspect-ratio: 4 / 3; }
.detail__frame img { width: 100%; height: 100%; object-fit: cover; }
.detail__frame--portrait { aspect-ratio: 4 / 5; }
.detail__caption { margin-top: .75rem; font-size: .8125rem; color: var(--texte-2); }
.tags { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 0; border-top: 1px solid var(--filet); }
.tags li { display: flex; align-items: center; gap: .75rem; padding: .8rem 0; border-bottom: 1px solid var(--filet); font-size: .9375rem; }
.tags .icon { width: 1.15rem; height: 1.15rem; color: var(--miel-texte); }
.section--sombre .tags, .section--sombre .tags li { border-color: var(--filet-sombre); }
.section--sombre .tags .icon { color: var(--miel-clair); }
.section--sombre .detail p { color: #D8CDBA; }
.section--sombre .detail p.detail__num { color: transparent; -webkit-text-stroke-color: var(--miel-clair); }
.section--sable .detail__icon-box { background: var(--ivoire); }
.detail__aside .tags { grid-template-columns: 1fr !important; }
.detail__aside { padding: 1.5rem; background: var(--sable); border-left: 2px solid var(--miel); border-radius: 0 var(--radius) var(--radius) 0; }
.detail__aside h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.detail__aside p { font-size: .9375rem; color: var(--texte-2); }
.detail__icon-box { display: grid; place-items: center; aspect-ratio: 4 / 3; background: var(--sable); border-radius: var(--radius); position: relative; overflow: hidden; }
.detail__icon-box::after { content: ""; position: absolute; inset: 0; background: var(--alveoles); opacity: .06; }
.detail__icon-box .icon { width: 30%; height: auto; color: var(--miel-texte); stroke-width: .9; }

/* Étapes */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; counter-reset: s; border-top: 1px solid var(--filet); }
.steps li { align-content: start; padding: 1.75rem 0; border-bottom: 1px solid var(--filet); display: grid; grid-template-columns: 3rem 1fr; gap: .25rem 1rem; }
.steps .num { grid-row: span 2; font-family: var(--serif); font-size: 1.5rem; color: var(--miel-texte); line-height: 1.1; }
.steps h3 { font-size: 1.25rem; }
.steps p { color: var(--texte-2); font-size: 1rem; }
.section--sombre .steps, .section--sombre .steps li { border-color: var(--filet-sombre); }
.section--sombre .steps p { color: var(--sur-sombre-2); }
.section--sombre .steps .num { color: var(--miel-clair); }

/* Certifications */
.certs { display: grid; gap: 1.25rem; }
.cert { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: start; align-content: start; padding: 1.75rem; background: #fff; border: 1px solid var(--filet); border-radius: var(--radius); position: relative; }
.cert .badge-hex { width: 4rem; height: 4rem; color: var(--miel-texte); }
.cert__year { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--miel-texte); }
.cert h3 { font-size: 1.35rem; margin: .25rem 0 .6rem; }
.cert p { font-size: .9375rem; color: var(--texte-2); }
.cert__ref { margin-top: .9rem; font-size: .8125rem; color: var(--texte-2); }

/* Timeline parcours */
.facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--filet); margin-top: 2.5rem; }
.facts div { padding: 1.25rem 0; border-bottom: 1px solid var(--filet); }
.facts div:nth-child(odd) { padding-right: 1rem; border-right: 1px solid var(--filet); }
.facts div:nth-child(even) { padding-left: 1rem; }
.facts dt { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--texte-2); font-weight: 600; }
.facts dd { font-family: var(--serif); font-size: 1.35rem; margin-top: .25rem; line-height: 1.2; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: 3rem; }
.phone-xl { display: inline-flex; flex-direction: column; text-decoration: none; color: var(--noir); }
.phone-xl small { font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--texte-2); font-weight: 600; }
.phone-xl span { font-family: var(--serif); font-weight: 560; font-size: clamp(2.5rem, 1.6rem + 3vw, 3.75rem); letter-spacing: -.02em; white-space: nowrap; line-height: 1.05; background: linear-gradient(var(--miel), var(--miel)) 0 100% / 0 2px no-repeat; transition: background-size .6s var(--ease); }
.phone-xl:hover span { background-size: 100% 2px; }
.coords { list-style: none; padding: 0; margin: 2.5rem 0 0; border-top: 1px solid var(--filet); }
.coords li { display: grid; grid-template-columns: 1.5rem 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--filet); }
.coords .icon { width: 1.25rem; height: 1.25rem; color: var(--miel-texte); margin-top: .2rem; }
.coords strong { display: block; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--texte-2); font-weight: 600; }
.coords a { color: var(--texte); text-decoration: none; font-weight: 500; }
.coords a:hover { color: var(--miel-texte); }
.waiting { padding: clamp(1.75rem, 4vw, 2.5rem); background: var(--noir); color: var(--sur-sombre); border-radius: var(--radius); margin-top: 2.5rem; position: relative; isolation: isolate; overflow: hidden; }
.waiting::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); opacity: .06; mix-blend-mode: screen; }
.waiting h2 { font-size: 1.6rem; margin-bottom: 1.25rem; }
.waiting ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.waiting li { display: grid; grid-template-columns: 1.25rem 1fr; gap: .8rem; font-size: .9375rem; color: #D8CDBA; }
.waiting .icon { width: 1.2rem; height: 1.2rem; color: var(--miel-clair); margin-top: .2rem; }

.form { display: grid; gap: 1.25rem; padding: clamp(1.5rem, 4vw, 3rem); background: #fff; border: 1px solid var(--filet); border-radius: var(--radius); }
.form h2 { font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem); }
.form .row { display: grid; gap: 1.25rem; }
.field { display: grid; gap: .45rem; }
.field label, .field legend { font-size: .875rem; font-weight: 500; color: var(--texte); }
.field .req { color: var(--miel-texte); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: .8rem .95rem;
  background: var(--ivoire); border: 1px solid #D5C9B2; border-radius: var(--radius);
  font-size: 1rem; transition: border-color .25s, box-shadow .25s, background-color .25s;
}
.field textarea { min-height: 9rem; resize: vertical; line-height: 1.5; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232A2520' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .8rem center; background-size: 1.1rem; padding-right: 2.5rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--miel); background: #fff; box-shadow: 0 0 0 3px rgba(200, 137, 26, .2); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #A3361F; }
.field .hint { font-size: .8125rem; color: var(--texte-2); }
.consent { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; font-size: .875rem; color: var(--texte-2); line-height: 1.5; }
.consent input { width: 1.25rem; height: 1.25rem; margin: .1rem 0 0; accent-color: var(--miel-texte); }
.form__status { font-size: .9375rem; min-height: 1.5em; }
.form__status.is-error { color: #A3361F; }
.form__status.is-ok { color: var(--sauge); }
.form__note { font-size: .8125rem; color: var(--texte-2); }

/* ---------- Mentions légales ---------- */
.legal { max-width: 48rem; }
.legal h2 { font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem); margin: 3.5rem 0 1.25rem; padding-top: 2rem; border-top: 1px solid var(--filet); display: flex; gap: 1rem; align-items: baseline; }
.legal h2 .num { font-family: var(--sans); font-size: .8125rem; letter-spacing: .1em; color: var(--miel-texte); }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { color: var(--texte-2); }
.legal p + p { margin-top: .9rem; }
.legal dl { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--filet); }
.legal dl > div { display: grid; gap: .15rem; padding: .85rem 0; border-bottom: 1px solid var(--filet); }
.legal dt { font-size: .8125rem; font-weight: 600; color: var(--texte); }
.legal dd { color: var(--texte-2); }

/* ---------- 404 ---------- */
.notfound { min-height: 70vh; display: grid; align-items: center; }
.notfound__num { font-family: var(--serif); font-size: clamp(6rem, 3rem + 14vw, 14rem); line-height: .8; color: transparent; -webkit-text-stroke: 1.5px var(--miel); letter-spacing: -.04em; margin-bottom: 1.5rem; }

/* ---------- Footer ---------- */
.footer { background: var(--noir); color: var(--sur-sombre-2); position: relative; isolation: isolate; font-size: .9375rem; padding-bottom: calc(5.5rem + env(safe-area-inset-bottom)); }
.footer::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); opacity: .06; mix-blend-mode: screen; }
.footer__top { display: grid; gap: 2.5rem; padding-block: clamp(4rem, 8vw, 6.5rem) 3rem; }
.footer .logo { color: var(--ivoire); }
.footer .logo__sub { color: var(--sur-sombre-2); }
.footer__pitch { margin-top: 1.25rem; max-width: 22rem; line-height: 1.6; }
.footer h2 { font-family: var(--sans); font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--miel-clair); margin-bottom: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li a, .footer__btn-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--sur-sombre); text-decoration: none; transition: color .25s; }
.footer li a:hover, .footer__btn-link:hover { color: var(--miel-clair); }
.footer__contact li { display: flex; gap: .75rem; align-items: center; }
.footer__contact .icon { width: 1.1rem; height: 1.1rem; color: var(--miel-clair); }
.footer__contact address { font-style: normal; color: var(--sur-sombre); padding: .6rem 0; line-height: 1.5; }
.footer__badges { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; padding: 1.75rem 0; border-top: 1px solid var(--filet-sombre); }
.footer__badge { display: flex; align-items: center; gap: .7rem; font-size: .8125rem; color: var(--sur-sombre); }
.footer__badge .badge-hex { width: 2.25rem; height: 2.25rem; }
.footer__badge small { display: block; color: var(--sur-sombre-2); font-size: .75rem; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; padding: 1.5rem 0; border-top: 1px solid var(--filet-sombre); font-size: .8125rem; }
.footer__bottom ul { display: flex; flex-wrap: wrap; gap: 0 1.5rem; }
.footer__btn-link { background: none; border: 0; padding: 0; cursor: pointer; font-size: inherit; }

/* ---------- Barre mobile fixe ---------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: grid; grid-template-columns: 1fr 1fr; gap: .5rem;
  padding: .6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(22, 19, 15, .9);
  border-top: 1px solid rgba(251, 248, 241, .08);
  transition: transform .45s var(--ease), opacity .45s var(--ease);
}
@supports (backdrop-filter: blur(8px)) {
  .mobile-bar { background: rgba(22, 19, 15, .78); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); }
}
.mobile-bar .btn { min-height: 48px; padding: .6rem 1rem; font-size: .9375rem; }
.mobile-bar.is-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }

/* ---------- Bannière cookies ---------- */
.cookie {
  position: fixed; z-index: 60; left: .75rem; right: .75rem; bottom: calc(4.75rem + env(safe-area-inset-bottom));
  max-width: 34rem; margin-left: auto;
  padding: 1.25rem 1.25rem 1.1rem; background: var(--ivoire); color: var(--texte);
  border: 1px solid var(--filet); border-radius: var(--radius);
  box-shadow: 0 24px 48px -20px rgba(22, 19, 15, .45);
  font-size: .875rem; line-height: 1.55;
}
.cookie[hidden] { display: none; }
.cookie h2 { font-size: 1.15rem; margin-bottom: .4rem; }
.cookie p { color: var(--texte-2); }
.cookie__actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-top: 1rem; }
.cookie__actions .btn { min-height: 46px; padding: .55rem 1rem; font-size: .9375rem; }

/* ---------- Motion (apparitions au scroll) ---------- */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); transition-delay: var(--d, 0ms); }
.js .reveal.is-in { opacity: 1; transform: none; }
.zoom { overflow: hidden; }
.zoom img { transition: transform .7s var(--ease); }
.zoom:hover img, a:hover .zoom img { transform: scale(1.03); }

@media (prefers-reduced-motion: no-preference) {
  @view-transition { navigation: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .zoom:hover img, a:hover .zoom img, .service-wide:hover .service-wide__media img { transform: none; }
}

/* ==========================================================================
   ≥ 600px
   ========================================================================== */
@media (min-width: 600px) {
  .topbar .long { display: inline; }
  .reassurance__list { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: 1fr 1fr; column-gap: 2.5rem; }
  .form .row { grid-template-columns: 1fr 1fr; }
  .communes ul { columns: 3; }
  .certs { grid-template-columns: 1fr; }
  .legal dl > div { grid-template-columns: 14rem 1fr; gap: 1.5rem; }
  .cookie { left: auto; right: 1.25rem; }
  .float-card { left: -1.5rem; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}

/* ==========================================================================
   ≥ 900px
   ========================================================================== */
@media (min-width: 900px) {
  :root { --header-h: 5rem; }
  .grid-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; }
  .nav-toggle { display: none; }
  .nav { position: static; visibility: visible; opacity: 1; transform: none; background: none; border: 0; padding: 0; box-shadow: none; max-height: none; overflow: visible; }
  .nav__list { display: flex; gap: clamp(1rem, 2.2vw, 2.25rem); }
  .nav__list a { font-family: var(--sans); font-size: .9375rem; font-weight: 500; min-height: 44px; padding: 0; border: 0; align-items: center; position: relative; }
  .nav__list a .num { display: none; }
  .nav__list a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px; background: var(--miel); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
  .nav__list a:hover::after, .nav__list a[aria-current="page"]::after { transform: scaleX(1); }
  .nav__list a[aria-current="page"] { color: var(--noir); }
  .nav__cta { display: none; }
  .header__phone { display: inline-flex; min-height: 46px; padding: .6rem 1.1rem; font-size: .9375rem; }
  .header__inner { gap: 2rem; }

  .hero__grid { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; align-items: center; }
  .hero__text { grid-column: 1 / span 7; padding-block: 2rem; }
  .hero__media { grid-column: 8 / span 5; margin-right: calc(-1 * var(--gutter)); }
  .hero__frame { aspect-ratio: 4 / 5.2; border-radius: var(--radius) 0 0 var(--radius); }
  .float-card { left: -3.5rem; bottom: 2.5rem; }

  .reassurance__list { grid-template-columns: repeat(4, 1fr); }
  .reassurance__item, .reassurance__item:nth-child(even) { padding: 1.9rem 1.5rem; border-bottom: 0; border-right: 1px solid var(--filet-sombre); }
  .reassurance__item:first-child { padding-left: 0; }
  .reassurance__item:last-child { border-right: 0; }

  .about { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; align-items: center; }
  .about__media { grid-column: 1 / span 5; }
  .about__body { grid-column: 7 / span 6; }
  .col-quote { grid-column: 1 / span 5; }
  .col-prose { grid-column: 7 / span 6; }
  .about--hero { align-items: end; }
  .about--hero > * { grid-row: 1; }
  .about--hero .about__body { padding-bottom: 2rem; }

  .services { grid-template-columns: repeat(4, 1fr); column-gap: 0; border-top: 0; }
  .service { grid-template-columns: 1fr; padding: 2rem 1.75rem 2.25rem; border: 0; border-left: 1px solid var(--filet); align-content: start; transition: background-color .5s var(--ease); }
  .service:first-child { border-left: 0; padding-left: 0; }
  .service:hover { background: rgba(255, 255, 255, .45); }
  .service__num { grid-row: auto; margin-bottom: 2.5rem; padding: 0; }
  .service-wide { grid-template-columns: 7fr 5fr; }
  .service-wide__media { aspect-ratio: auto; min-height: 26rem; position: relative; }
  .service-wide__media img { position: absolute; inset: 0; }
  .service-wide__body { padding: clamp(2.5rem, 4vw, 4rem); align-self: center; }

  .pillars { grid-template-columns: repeat(4, 1fr); gap: 2rem; padding-top: 1.25rem; }
  .pillars::before { content: ""; position: absolute; left: 0; right: 0; top: 2.5rem; height: 1px; background: var(--filet-sombre); }
  .pillar { padding-left: 0; padding-top: 3.5rem; }
  .pillar::before { display: none; }
  .pillar__num { top: 0; }
  .method__head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; align-items: end; margin-bottom: 5rem; }
  .method__head > :first-child { grid-column: 1 / span 7; }
  .method__head > :last-child { grid-column: 8 / span 5; }

  .partner { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .partner__body { grid-column: 1 / span 6; padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); padding-right: clamp(2rem, 5vw, 5rem); align-self: center; }
  .partner__media { grid-column: 7 / span 6; min-height: 42rem; }

  .zones { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; align-items: start; }
  .zones__text { grid-column: 1 / span 7; }
  .zones .map { grid-column: 8 / span 5; position: sticky; top: calc(var(--header-h) + 2rem); }
  .communes { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .communes ul { columns: 2; }

  .sectors { grid-template-columns: 1fr 1fr; column-gap: 3rem; }
  .faq-wrap { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; }
  .faq-wrap > :first-child { grid-column: 1 / span 4; }
  .faq-wrap > :last-child { grid-column: 6 / span 7; }
  .reviews { grid-template-columns: 1fr auto; }

  .cta-final__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; align-items: end; }
  .cta-final__inner > :first-child { grid-column: 1 / span 7; }
  .cta-final__inner > :last-child { grid-column: 9 / span 4; }

  .page-hero__grid { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; }
  .page-hero__grid > :first-child { grid-column: 1 / span 8; }
  .page-hero__grid > :last-child { grid-column: 10 / span 3; }
  .page-hero__grid--wide > :first-child { grid-column: 1 / span 7; }
  .page-hero__grid--wide > :last-child { grid-column: 8 / span 5; justify-self: end; }

  .detail { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; align-items: center; }
  .detail__body { grid-column: 1 / span 6; }
  .detail__media { grid-column: 8 / span 5; }
  .detail--inverse .detail__body { grid-column: 7 / span 6; grid-row: 1; }
  .detail--inverse .detail__media { grid-column: 1 / span 5; grid-row: 1; }
  .detail__media--offset { margin-top: -4rem; }
  .tags { grid-template-columns: 1fr 1fr; column-gap: 1.5rem; }

  .steps { grid-template-columns: repeat(4, 1fr); border-top: 0; }
  .steps li { grid-template-columns: 1fr; padding: 2rem 1.5rem 0 0; border-bottom: 0; border-top: 1px solid var(--filet); }
  .steps .num { grid-row: auto; margin-bottom: 1rem; }

  .certs { grid-template-columns: repeat(3, 1fr); }
  .cert { grid-template-columns: 1fr; }

  .contact-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 1.5rem; align-items: start; }
  .contact-grid > :first-child { grid-column: 1 / span 5; }
  .contact-grid > :last-child { grid-column: 7 / span 6; }

  .footer { padding-bottom: 0; }
  .cookie { bottom: 1.25rem; }
  .footer__top { grid-template-columns: 4fr 2fr 2fr 3fr; gap: 3rem; }
  .mobile-bar { display: none; }
}

/* ==========================================================================
   ≥ 1200px
   ========================================================================== */
@media (min-width: 1200px) {
  .hero__text { grid-column: 1 / span 7; }
  .hero__media { grid-column: 8 / span 5; }
  .hero h1 .ligne--decale { padding-left: 1.2em; }
  .about__media { grid-column: 1 / span 5; margin-left: calc(-1 * var(--gutter)); }
  .about__frame { border-radius: 0 var(--radius) var(--radius) 0; }
  .detail__media--bleed { margin-right: calc(-1 * var(--gutter)); }
  .detail--inverse .detail__media--bleed { margin-right: 0; margin-left: calc(-1 * var(--gutter)); }
}

/* ==========================================================================
   ≥ 1440px
   ========================================================================== */
@media (min-width: 1440px) {
  :root { --gutter: 4rem; }
  .hero__media { margin-right: calc((100vw - var(--max)) / -2 - var(--gutter)); }
  .hero__frame { max-height: 48rem; }
}

/* ---------- Impression ---------- */
@media print {
  .topbar, .header, .mobile-bar, .cookie, .cta-final, .footer__badges { display: none !important; }
  body { background: #fff; }
}

/* ==========================================================================
   V2 — Direction premium : heros sombres, bento prestations, carte réelle
   ========================================================================== */

/* ---------- En-tête posé sur un hero sombre ---------- */
.header:not(.is-scrolled):not(.is-open) .logo,
.header:not(.is-scrolled):not(.is-open) .nav-toggle { color: var(--ivoire); }
.header:not(.is-scrolled):not(.is-open) .logo__sub { color: var(--sur-sombre-2); }
@media (min-width: 900px) {
  .header:not(.is-scrolled) .nav__list a { color: var(--ivoire); }
  .header:not(.is-scrolled) .nav__list a[aria-current="page"] { color: var(--miel-clair); }
}

/* ---------- Heros sombres (accueil + pages internes) ---------- */
.hero, .page-hero {
  background:
    radial-gradient(60rem 36rem at 88% 0%, rgba(200, 137, 26, .16), transparent 62%),
    radial-gradient(40rem 30rem at 0% 100%, rgba(46, 70, 54, .28), transparent 70%),
    var(--noir);
  color: var(--sur-sombre);
  isolation: isolate;
}
.hero::before, .page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--grain); opacity: .07; mix-blend-mode: screen;
}
.hero h1 em, .page-hero h1 em { color: var(--miel-clair); }
.hero .eyebrow, .page-hero .eyebrow { color: var(--miel-clair); }
.hero .lead, .page-hero .lead { color: #D8CDBA; }
.hero { padding-bottom: 0; }
.hero__grid { gap: 2.5rem; padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.hero h1 { margin-bottom: 1.25rem; }
.hero .lead { margin-bottom: 1.75rem; }
.hero .btn--ghost, .page-hero .btn--ghost { --btn-fg: var(--ivoire); --btn-bd: rgba(251, 248, 241, .35); }
.hero .btn--ghost:hover, .page-hero .btn--ghost:hover { --btn-bg: var(--ivoire); --btn-fg: var(--noir); --btn-bd: var(--ivoire); }
.hero__meta { color: var(--sur-sombre-2); margin-top: 1.5rem; }
.hero__meta .icon { color: var(--miel-clair); }
.hero__frame { box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .7); }
.hero__media { isolation: isolate; }
.frame-gold::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: 1rem -1rem -1rem 1rem; border: 1px solid rgba(233, 180, 76, .5); border-radius: var(--radius);
}
.float-card { background: var(--ivoire); color: var(--noir); }
.float-card span { color: var(--texte-2); }
.float-card .badge-hex { color: var(--miel-texte); }

/* bandeau de réassurance intégré au bas du hero */
.hero .reassurance { background: transparent; border-top: 1px solid var(--filet-sombre); }
.hero .reassurance::before { display: none; }

.page-hero { padding-top: calc(var(--header-h) + clamp(1.5rem, 4vw, 3rem)); padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero h1 { margin-bottom: 1.25rem; max-width: 18ch; }
.page-hero .breadcrumb, .page-hero .breadcrumb a { color: var(--sur-sombre-2); }
.page-hero .breadcrumb [aria-current] { color: var(--ivoire); }
.page-hero .breadcrumb { margin-bottom: 1.25rem; }
.page-hero__aside { border-top-color: var(--filet-sombre); color: var(--sur-sombre-2); }
.page-hero__aside a { color: var(--ivoire); }
.page-hero__aside .icon { color: var(--miel-clair); }
.page-hero .toc { border-color: var(--filet-sombre); margin-top: 2rem; }
.page-hero .toc a { color: var(--ivoire); background: rgba(251, 248, 241, .04); border-color: var(--filet-sombre); }
.page-hero .toc a:hover { border-color: var(--miel-clair); background: rgba(251, 248, 241, .08); }
.page-hero .toc .num { color: var(--miel-clair); }
.page-hero .phone-xl { color: var(--ivoire); }
.page-hero .phone-xl small { color: var(--sur-sombre-2); }
.page-hero .facts, .page-hero .facts div { border-color: var(--filet-sombre); }
.page-hero .facts dt { color: var(--sur-sombre-2); }
.page-hero .about__caption { color: var(--sur-sombre-2); }
.page-hero .notfound__num { -webkit-text-stroke-color: var(--miel-clair); }
.notfound { min-height: 64vh; }

/* ---------- Bento des prestations ---------- */
.bento { display: grid; gap: .75rem; }
.tile {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 21rem; padding: 1.5rem; overflow: hidden; isolation: isolate;
  border-radius: var(--radius); background: var(--noir); color: var(--ivoire); text-decoration: none;
}
.tile__media { position: absolute; inset: 0; z-index: -2; }
.tile__media picture, .tile__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tile__media img { transition: transform .8s var(--ease); }
.tile:hover .tile__media img { transform: scale(1.04); }
.tile::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(22, 19, 15, .05) 20%, rgba(22, 19, 15, .55) 55%, rgba(22, 19, 15, .92) 100%);
}
.tile--plain::after { background: none; }
.tile--plain::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); opacity: .07; mix-blend-mode: screen; }
.tile--plain .tile__glyph { position: absolute; top: 1.5rem; right: 1.5rem; width: 5.5rem; height: 5.5rem; color: var(--miel-clair); stroke-width: .9; opacity: .9; transition: transform .8s var(--ease); }
.tile--plain:hover .tile__glyph { transform: rotate(-6deg) scale(1.05); }
.tile--sauge { background: var(--sauge); }
.tile__num { position: absolute; top: 1.25rem; left: 1.5rem; font-family: var(--serif); font-size: .9rem; color: var(--miel-clair); letter-spacing: .04em; }
.tile__num::after { content: ""; display: inline-block; width: 1.75rem; height: 1px; background: currentColor; opacity: .6; margin-left: .6rem; vertical-align: middle; }
.tile__kicker { font-size: .6875rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--miel-clair); margin-bottom: .5rem; }
.tile h3 { font-size: clamp(1.625rem, 1.3rem + 1.2vw, 2.25rem); color: var(--ivoire); }
.tile p { margin-top: .6rem; font-size: .9375rem; line-height: 1.55; color: #E3D9C6; max-width: 32em; }
.tile__cta { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1rem; font-size: .9375rem; font-weight: 500; color: var(--miel-clair); }
.tile__cta .icon { width: 1.1rem; height: 1.1rem; transition: transform .4s var(--ease); }
.tile:hover .tile__cta .icon { transform: translateX(5px); }
.tile:focus-visible { outline-offset: 4px; }
.bento__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid var(--filet); }
.bento__foot p { color: var(--texte-2); font-size: .9375rem; }

/* ---------- Carte réelle ---------- */
.map .dep { stroke: var(--noir); stroke-width: 1; stroke-linejoin: round; }
.map .rayon { fill: rgba(200, 137, 26, .10); stroke: var(--miel); stroke-width: 1; stroke-dasharray: 3 4; }
.map .rayon--2 { fill: rgba(200, 137, 26, .05); }
.map .rayon-label { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .08em; fill: var(--miel-texte); }
.map .ville circle { fill: var(--noir); }
.map .ville text { font-size: 11px; paint-order: stroke; stroke: var(--ivoire); stroke-width: 3px; stroke-linejoin: round; }
.map .ville--home text { font-size: 13px; }
.map .dep-label { font-size: 18px; }

/* ---------- Densité : espaces resserrés ---------- */
.about { gap: 2rem; }
.quote { margin-bottom: 1.5rem; }
.detail { gap: 2rem; }
.detail__num { font-size: clamp(3rem, 2rem + 4vw, 5.5rem); margin-bottom: 1rem; }
.detail h2 { margin-bottom: 1.1rem; }
.tags { margin-top: 1.5rem; }
.pillars { gap: 2rem; }
.cta-final__inner { padding-block: clamp(3.5rem, 7vw, 6rem); }
.footer__top { padding-block: clamp(3rem, 6vw, 5rem) 2.5rem; }
.zones { gap: 2.5rem; }
.communes { gap: 2rem; }
.sector { padding: 1.5rem 0; }

@media (min-width: 600px) {
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile--xl { grid-column: 1 / -1; }
}
@media (min-width: 900px) {
  .hero__grid { padding-top: 1rem; padding-bottom: clamp(3rem, 5vw, 4.5rem); }
  .hero__frame { aspect-ratio: 4 / 4.6; }
  .float-card { left: -2.5rem; bottom: 2rem; }
  .bento { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(15rem, auto); gap: 1rem; }
  .tile { padding: 2rem; }
  .tile--xl { grid-column: span 7; grid-row: span 2; min-height: 34rem; }
  .tile--l { grid-column: span 5; grid-row: span 2; }
  .tile--s { grid-column: span 4; min-height: 17rem; }
  .tile__num { left: 2rem; top: 1.6rem; }
  .method__head { margin-bottom: 3.5rem; }
  .partner__media { min-height: 34rem; }
  .detail__media--offset { margin-top: 0; }
}
@media (min-width: 1200px) {
  .hero h1 .ligne--decale { padding-left: 1.4em; }
}
/* v2 — ajustements */
.tile--s .tile__glyph { width: 3.75rem; height: 3.75rem; top: 1.25rem; right: 1.25rem; }
.tile--s::after { background: linear-gradient(180deg, rgba(22, 19, 15, .25) 0%, rgba(22, 19, 15, .7) 45%, rgba(22, 19, 15, .94) 100%); }
.tile--plain::after { background: none; }
@media (min-width: 900px) {
  .tile--s { min-height: 19rem; }
  .zones__text { grid-column: 1 / span 6; }
  .zones .map { grid-column: 7 / span 6; }
}
.tile::after { background: linear-gradient(180deg, rgba(22, 19, 15, 0) 0%, rgba(22, 19, 15, .35) 30%, rgba(22, 19, 15, .82) 60%, rgba(22, 19, 15, .95) 100%); }
.tile--s::after { background: linear-gradient(180deg, rgba(22, 19, 15, .2) 0%, rgba(22, 19, 15, .75) 45%, rgba(22, 19, 15, .95) 100%); }
.tile--plain::after { background: none; }
@media (max-width: 599px) { .tile { min-height: 25rem; } .tile--plain { min-height: 18rem; } }
@media (min-width: 900px) {
  .zones .communes { grid-template-columns: 1fr; gap: 1.75rem; }
  .zones .communes ul { columns: 3; }
}
/* v2 — photo du hero cadrée dans la grille (plus de débord) */
@media (min-width: 900px) {
  .hero__media { margin-right: 0; }
  .hero__frame { border-radius: var(--radius); max-height: none; aspect-ratio: 4 / 4.6; }
}
@media (min-width: 1440px) { .hero__media { margin-right: 0; } }
