/* ==========================================================================
   Docteur Léon Gallez — feuille de styles principale
   Mobile-first · polices auto-hébergées · palette héritée du site précédent
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Polices auto-hébergées (Google Fonts, licence SIL Open Font License)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-var.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/newsreader-latin-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/newsreader-latin-ext-var.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/newsreader-italic-latin-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/newsreader-italic-latin-ext-var.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------------------
   2. Jetons de design
   -------------------------------------------------------------------------- */
:root {
  /* Couleurs — reprises du site actuel, avec des variantes accessibles */
  --cream: #faf8f2;
  --cream-2: #f4efe6;
  --surface: #ffffff;

  --brand: #d78b7d;          /* terracotta d'origine — usages décoratifs */
  --brand-600: #c0705f;      /* bordures, survols */
  --brand-700: #a85b4b;      /* texte et boutons (contraste AA) */
  --brand-50: #fbf1ed;

  --teal: #62868d;           /* vert-bleu d'origine — usages décoratifs */
  --teal-700: #4c6c72;       /* aplats avec texte blanc (contraste AA) */
  --teal-50: #eef3f4;

  --ink: #22201e;
  --ink-2: #4a4642;
  --ink-3: #6e675f;
  --line: #e7e0d3;

  /* Typographie */
  --font-display: 'Newsreader', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;

  /* Rythme */
  --wrap: 1180px;
  --gutter: clamp(1.15rem, 5vw, 2.5rem);
  --section-y: clamp(3.75rem, 9vw, 7rem);
  --radius-s: 10px;
  --radius-m: 18px;
  --radius-l: 28px;

  --shadow-s: 0 1px 2px rgba(34, 32, 30, .05), 0 4px 14px rgba(34, 32, 30, .05);
  --shadow-m: 0 2px 6px rgba(34, 32, 30, .05), 0 14px 40px rgba(34, 32, 30, .09);
  --shadow-l: 0 4px 12px rgba(34, 32, 30, .06), 0 26px 70px rgba(34, 32, 30, .13);

  --header-h: 74px;
}

/* --------------------------------------------------------------------------
   3. Réinitialisation et bases
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink-2);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.012em;
  margin: 0 0 .55em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.15rem, 7.2vw, 4rem); }
h2 { font-size: clamp(1.75rem, 4.6vw, 2.85rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1.15em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a { color: var(--brand-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }

ul, ol { margin: 0 0 1.15em; padding-left: 1.15em; }
li { margin-bottom: .35em; }

strong { font-weight: 600; color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--teal-700);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--brand-50); color: var(--ink); }

.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
  z-index: 999;
  background: var(--ink);
  color: #fff;
  padding: .8rem 1.4rem;
  border-radius: 0 0 var(--radius-s) var(--radius-s);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .18s ease;
}
.skip-link:focus { transform: translate(-50%, 0); color: #fff; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   4. Utilitaires de mise en page
   -------------------------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: 820px; }

.section { padding-block: var(--section-y); position: relative; }
.section--cream2 { background: var(--cream-2); }
.section--white { background: var(--surface); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head--center { margin-inline: auto; text-align: center; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-700);
  margin: 0 0 1rem;
}
.eyebrow::before {
  content: '';
  width: 26px; height: 1px;
  background: var(--brand-600);
  flex: none;
}
.section-head--center .eyebrow::after {
  content: '';
  width: 26px; height: 1px;
  background: var(--brand-600);
  flex: none;
}

.lede {
  font-size: clamp(1.02rem, 1.7vw, 1.16rem);
  color: var(--ink-2);
  line-height: 1.75;
}

.accent-italic {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  color: var(--teal-700);
}

/* --------------------------------------------------------------------------
   5. Boutons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 1.6rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease,
    transform .18s ease, box-shadow .18s ease;
}
.btn svg { width: 1.05em; height: 1.05em; flex: none; }

.btn--primary {
  background: var(--brand-700);
  color: #fff;
  box-shadow: 0 6px 18px rgba(168, 91, 75, .22);
}
.btn--primary:hover { background: #8f4c3e; color: #fff; transform: translateY(-2px); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(34, 32, 30, .25);
}
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-2px); }

.btn--on-dark {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(6px);
}
.btn--on-dark:hover { background: #fff; color: var(--ink); }

.btn--teal { background: var(--teal-700); color: #fff; }
.btn--teal:hover { background: #3d585d; color: #fff; transform: translateY(-2px); }

.btn--sm { padding: .65rem 1.2rem; font-size: .88rem; }
.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

/* --------------------------------------------------------------------------
   6. Bandeau d'information
   -------------------------------------------------------------------------- */
.topbar {
  background: var(--brand-700);
  color: #fff;
  font-size: .84rem;
  line-height: 1.45;
  padding: .55rem 0;
  text-align: center;
}
.topbar p { margin: 0; display: inline-flex; align-items: center; gap: .5rem; justify-content: center; }
.topbar svg { width: 1rem; height: 1rem; flex: none; }

/* --------------------------------------------------------------------------
   7. En-tête flottant
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-block: .55rem;
  transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--cream);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.site-header.is-stuck::before { opacity: 1; }
.site-header.is-stuck { box-shadow: 0 1px 0 var(--line); }

.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
  position: relative;
  z-index: 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-s);
  padding: .5rem .6rem .5rem 1.1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}
.brand__mark { width: 36px; height: 36px; border-radius: 10px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name {
  font-family: var(--font-display);
  font-size: clamp(.98rem, 3.6vw, 1.06rem);
  font-weight: 500;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.brand__role {
  white-space: nowrap;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}

.nav { display: none; }
.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(.6rem, 1.6vw, 1.5rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__link {
  display: inline-block;
  white-space: nowrap;
  padding: .45rem .1rem;
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: .15rem;
  height: 2px;
  background: var(--brand-600);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.nav__link:hover, .nav__link[aria-current='true'] { color: var(--ink); }
.nav__link:hover::after, .nav__link[aria-current='true']::after { transform: scaleX(1); }

.header-cta { display: none; }
.header-phone {
  display: none;
  align-items: center;
  gap: .45rem;
  font-size: .92rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.header-phone svg { width: 1.05rem; height: 1.05rem; color: var(--brand-700); }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 14px;
  cursor: pointer;
  color: var(--ink);
  flex: none;
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded='true'] .icon-close { display: block; }
.nav-toggle[aria-expanded='true'] .icon-open { display: none; }

.mobile-nav {
  position: relative;
  z-index: 1;
  margin-top: .5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-m);
  padding: .75rem;
  display: none;
}
.mobile-nav.is-open { display: block; }
.mobile-nav ul { list-style: none; margin: 0 0 1rem; padding: 0 0 .9rem; border-bottom: 1px solid var(--line); }
.mobile-nav li + li { border-top: 1px solid var(--line); }
.mobile-nav a {
  display: block;
  padding: .85rem .6rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}
.mobile-nav__actions { display: grid; gap: .5rem; }

@media (min-width: 34rem) {
  .header-phone { display: inline-flex; }
}

@media (min-width: 70rem) {
  .nav { display: block; }
  .header-cta { display: inline-flex; }
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }
  .header-inner { gap: 1.75rem; padding-right: .55rem; }
}

/* --------------------------------------------------------------------------
   8. Héros
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  margin-top: calc(var(--header-h) * -1 - 1.1rem);
  padding-top: calc(var(--header-h) + 1.1rem);
  isolation: isolate;
  color: #fff;
}
.hero__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 24, 26, .62) 0%, rgba(20, 24, 26, .34) 38%, rgba(20, 24, 26, .74) 100%);
}
.hero__body { padding-block: clamp(4.5rem, 16vw, 9rem) clamp(4.5rem, 11vw, 7rem); max-width: 44rem; }
.hero h1 { color: #fff; margin-bottom: .35em; text-shadow: 0 2px 24px rgba(0, 0, 0, .3); }
.hero h1 .hero__kicker {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(.78rem, 2.4vw, .9rem);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .88);
  margin-bottom: .9rem;
}
.hero__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.12rem, 3vw, 1.5rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, .95);
  margin-bottom: 1.9rem;
  max-width: 40ch;
}
.hero .btn-row { margin-bottom: 2.25rem; }
@media (max-width: 29.99rem) {
  .hero .btn-row { flex-direction: column; align-items: stretch; }
  .hero .btn-row .btn { width: 100%; }
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0;
  padding: .42rem .85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(8px);
  font-size: .82rem;
  font-weight: 500;
  color: #fff;
}
.hero__facts svg { width: .95rem; height: .95rem; flex: none; opacity: .9; }

.wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  width: 100%;
  height: clamp(38px, 6vw, 78px);
  z-index: -1;
  color: var(--cream);
}
.wave svg { width: 100%; height: 100%; display: block; }

/* --------------------------------------------------------------------------
   9. Cartes cabinets
   -------------------------------------------------------------------------- */
.cabinets { padding-bottom: var(--section-y); }
.cabinets__grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.6rem);
  /* Espace franc sous la vague du héros (son point bas descend nettement
     plus loin que le haut de la courbe, d'où une marge généreuse) */
  margin: clamp(2.75rem, 6.5vw, 5.5rem) 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
@media (min-width: 46rem) { .cabinets__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 68rem) { .cabinets__grid { grid-template-columns: repeat(3, 1fr); } }

.cabinet-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-m);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cabinet-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); }
.cabinet-card__media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--cream-2); }
.cabinet-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cabinet-card:hover .cabinet-card__media img { transform: scale(1.04); }
.cabinet-card__body { padding: clamp(1.25rem, 3vw, 1.7rem); display: flex; flex-direction: column; flex: 1; }
.cabinet-card__name {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 .5rem;
  letter-spacing: .005em;
}
.cabinet-card__place {
  display: block;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-700);
  margin-bottom: .4rem;
}
.cabinet-card address {
  font-style: normal;
  font-size: .95rem;
  color: var(--ink-2);
  margin-bottom: 1.35rem;
}
.cabinet-card__actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink-2);
  text-decoration: none;
}
.link-arrow svg { width: .95rem; height: .95rem; transition: transform .2s ease; }
.link-arrow:hover { color: var(--ink); }
.link-arrow:hover svg { transform: translateX(3px); }

.notice {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  padding: 1rem 1.25rem;
  background: var(--brand-50);
  border: 1px solid #f0d9d1;
  border-radius: var(--radius-m);
  font-size: .93rem;
  color: var(--ink-2);
}
.notice svg { width: 1.15rem; height: 1.15rem; color: var(--brand-700); flex: none; margin-top: .18rem; }
.notice p { margin: 0; }

/* --------------------------------------------------------------------------
   10. Le docteur
   -------------------------------------------------------------------------- */
.about__grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
@media (min-width: 60rem) { .about__grid { grid-template-columns: minmax(0, 380px) minmax(0, 1fr); } }

/* --- Figures décorées ------------------------------------------------------
   Un aplat décalé derrière l'image et un cercle filaire dans l'angle opposé.
   Seuls les angles VISIBLES de l'aplat sont arrondis : les angles qui passent
   sous l'image restent droits, faute de quoi leur courbe laisse apparaître
   une encoche claire le long du bord de la photo.                            */
.deco-figure {
  position: relative;
  margin: 0;
  --deco-shift: clamp(10px, 1.3vw, 16px);
  --deco-block: var(--teal);
  --deco-ring: var(--brand);
  --deco-w: 56%;
  --deco-h: 58%;
  --deco-ring-size: clamp(56px, 6vw, 78px);
}
.deco-figure > img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-m);
}
.deco-figure::before,
.deco-figure::after { content: ''; position: absolute; z-index: 0; }

.deco-figure::before {
  width: var(--deco-w);
  height: var(--deco-h);
  background: var(--deco-block);
  opacity: .9;
}
.deco-figure::after {
  width: var(--deco-ring-size);
  aspect-ratio: 1;
  border: 1.5px solid var(--deco-ring);
  border-radius: 50%;
}

/* Trois placements distincts, pour que le motif ne se répète pas à
   l'identique d'une photo à l'autre. */

/* A — aplat haut et étroit en bas à gauche, cercle en haut à droite */
.deco-figure--a { --deco-w: 54%; --deco-h: 62%; --deco-ring-size: clamp(58px, 6vw, 82px); }
.deco-figure--a::before {
  left: calc(var(--deco-shift) * -1);
  bottom: calc(var(--deco-shift) * -1);
  border-radius: 0 0 0 var(--radius-l);
}
.deco-figure--a::after {
  right: calc(var(--deco-shift) * -0.85);
  top: calc(var(--deco-shift) * -0.85);
}

/* B — aplat étroit en bas à droite, cercle posé sur le flanc gauche */
.deco-figure--b { --deco-w: 42%; --deco-h: 70%; --deco-ring-size: clamp(46px, 4.6vw, 62px); }
.deco-figure--b::before {
  right: calc(var(--deco-shift) * -1);
  bottom: calc(var(--deco-shift) * -1);
  border-radius: 0 0 var(--radius-l) 0;
}
.deco-figure--b::after {
  left: calc(var(--deco-shift) * -0.9);
  top: 30%;
}

/* C — aplat large et bas en bas à gauche, cercle en bas à droite */
.deco-figure--c { --deco-w: 70%; --deco-h: 40%; --deco-ring-size: clamp(50px, 5.2vw, 70px); }
.deco-figure--c::before {
  left: calc(var(--deco-shift) * -1);
  bottom: calc(var(--deco-shift) * -1);
  border-radius: 0 0 0 var(--radius-l);
}
.deco-figure--c::after {
  right: calc(var(--deco-shift) * -0.85);
  bottom: calc(var(--deco-shift) * -0.85);
}

/* Variante terracotta pour alterner d'une section à l'autre */
.deco-figure--warm { --deco-block: var(--brand); --deco-ring: var(--teal); }

/* Largeur native de la photo : au-delà, elle serait agrandie et perdrait
   en netteté. */
.about__figure { max-width: 346px; }

.about__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  margin: 1.6rem 0 1.75rem;
  padding: 0;
}
.about__meta li {
  margin: 0;
  padding: .45rem .95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-2);
}

/* --------------------------------------------------------------------------
   11. Notre offre
   -------------------------------------------------------------------------- */
.offer__grid {
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.5rem);
}
@media (min-width: 44rem) { .offer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64rem) { .offer__grid { grid-template-columns: repeat(3, 1fr); } }

.offer-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 1.85rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-s);
  transition: transform .25s ease, box-shadow .25s ease;
}
.offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
.offer-card--feature { background: var(--teal-700); border-color: var(--teal-700); color: #fff; }
.offer-card--feature h3 { color: #fff; }
.offer-card--feature p { color: rgba(255, 255, 255, .92); }
.offer-card--feature .offer-card__icon { background: rgba(255, 255, 255, .16); color: #fff; }

.offer-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  border-radius: 16px;
  background: var(--brand-50);
  color: var(--brand-700);
  margin-bottom: 1.15rem;
  flex: none;
}
.offer-card__icon svg { width: 26px; height: 26px; }
.offer-card h3 { margin-bottom: .5rem; }
.offer-card p { font-size: .95rem; margin-bottom: 0; }

/* Liste des actes */
.services {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
}
.services h3 { margin-bottom: 1.1rem; }
.services__list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.services__list li {
  margin: 0;
  padding: .45rem 1rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .88rem;
  color: var(--ink-2);
}

/* --------------------------------------------------------------------------
   12. Sections en deux colonnes (image + texte)
   -------------------------------------------------------------------------- */
.split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 60rem) {
  .split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split--reverse .split__media { order: 2; }
}
.split__media { margin: 0; position: relative; }
.split__media > img {
  width: 100%;
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-m);
}
.split__media figcaption {
  margin-top: .7rem;
  font-size: .78rem;
  color: var(--ink-3);
}

.checklist { list-style: none; margin: 1.4rem 0 1.9rem; padding: 0; }
.checklist li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .8rem;
  font-size: .98rem;
}
.checklist svg {
  position: absolute;
  left: 0; top: .3rem;
  width: 1.2rem; height: 1.2rem;
  color: var(--teal-700);
}

/* --------------------------------------------------------------------------
   13. En pratique
   -------------------------------------------------------------------------- */
.practical__grid { display: grid; gap: clamp(1rem, 2.5vw, 1.5rem); }
@media (min-width: 46rem) { .practical__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 68rem) { .practical__grid { grid-template-columns: repeat(3, 1fr); } }

.practical-card {
  padding: clamp(1.5rem, 3.5vw, 2rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-s);
  display: flex;
  flex-direction: column;
}
.practical-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--teal-50);
  color: var(--teal-700);
  margin-bottom: 1.1rem;
}
.practical-card__icon svg { width: 23px; height: 23px; }
.practical-card h3 { font-size: 1.18rem; margin-bottom: .6rem; }
.practical-card p { font-size: .95rem; }
.practical-card ul { list-style: none; margin: 0 0 1.1rem; padding: 0; }
.practical-card ul li {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .95rem;
  margin-bottom: .5rem;
}
.practical-card ul svg { width: 1.05rem; height: 1.05rem; color: var(--brand-700); flex: none; }
.practical-card .btn-row { margin-top: auto; padding-top: .4rem; }

/* --------------------------------------------------------------------------
   14. FAQ
   -------------------------------------------------------------------------- */
.faq__list { display: grid; gap: .75rem; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open] { border-color: var(--brand-600); box-shadow: var(--shadow-s); }
.faq-item > summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem clamp(1.1rem, 3vw, 1.6rem);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.4;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: '';
  flex: none;
  width: 20px; height: 20px;
  margin-top: .2rem;
  background: currentColor;
  color: var(--brand-700);
  transition: transform .25s ease;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
}
.faq-item[open] > summary::after { transform: rotate(135deg); }
.faq-item__answer {
  padding: 0 clamp(1.1rem, 3vw, 1.6rem) 1.35rem;
  font-size: .97rem;
  color: var(--ink-2);
}

/* --------------------------------------------------------------------------
   15. Appel à l'action final
   -------------------------------------------------------------------------- */
.cta-band {
  background: var(--teal-700);
  color: #fff;
  border-radius: var(--radius-l);
  padding: clamp(2.25rem, 6vw, 4rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before,
.cta-band::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  pointer-events: none;
}
.cta-band::before { width: 320px; height: 320px; top: -150px; right: -90px; }
.cta-band::after { width: 240px; height: 240px; bottom: -130px; left: -70px; }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .9); max-width: 44ch; margin-inline: auto; }
.cta-band .btn-row { justify-content: center; margin-top: 1.75rem; }
.cta-band .btn--primary { background: #fff; color: var(--ink); box-shadow: none; }
.cta-band .btn--primary:hover { background: var(--cream); color: var(--ink); }

/* --------------------------------------------------------------------------
   16. Pied de page
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--line);
  padding-block: clamp(2.75rem, 6vw, 4.5rem) 0;
}
.footer__grid { display: grid; gap: clamp(1.75rem, 4vw, 2.5rem); }
@media (min-width: 46rem) { .footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 68rem) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

.footer__title {
  font-family: var(--font-body);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 .9rem;
}
.footer address { font-style: normal; font-size: .93rem; color: var(--ink-2); }
.footer__list { list-style: none; margin: 0; padding: 0; }
.footer__list li { margin-bottom: .5rem; font-size: .93rem; }
.footer__list a { color: var(--ink-2); text-decoration: none; }
.footer__list a:hover { color: var(--brand-700); text-decoration: underline; }

.footer-brand .brand { margin-bottom: 1rem; }
.footer-brand p { font-size: .93rem; color: var(--ink-2); max-width: 32ch; }

.footer__bottom {
  margin-top: clamp(2.25rem, 5vw, 3.25rem);
  padding-block: 1.35rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  font-size: .84rem;
  color: var(--ink-3);
}
.footer__bottom a { color: var(--ink-3); }
.footer__bottom a:hover { color: var(--brand-700); }
.footer__bottom ul { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; list-style: none; margin: 0; padding: 0; }
.footer__bottom li { margin: 0; }

/* Barre d'action fixe (mobile) */
.action-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: flex;
  gap: .5rem;
  padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform .3s ease;
}
.action-bar.is-visible { transform: translateY(0); }
.action-bar .btn { flex: 1; padding-inline: .6rem; }
@media (min-width: 70rem) { .action-bar { display: none; } }
/* Réserve la place de la barre d'action fixe sous le pied de page */
@media (max-width: 69.99rem) {
  .footer__bottom { padding-bottom: calc(4.5rem + env(safe-area-inset-bottom)); }
}

/* --------------------------------------------------------------------------
   17. Page intérieure (mentions légales)
   -------------------------------------------------------------------------- */
.page-header {
  background: var(--cream-2);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(2.5rem, 7vw, 4.5rem);
}
.breadcrumb { font-size: .85rem; color: var(--ink-3); margin-bottom: .75rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; }
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: .5rem; }
.breadcrumb li + li::before { content: '/'; color: var(--line); }
.breadcrumb a { color: var(--ink-3); text-decoration: none; }
.breadcrumb a:hover { color: var(--brand-700); }

.prose { max-width: 46rem; }
.prose h2 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}
.prose h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3 { font-size: 1.12rem; margin-top: 1.75rem; }
.prose dl { margin: 0 0 1.15em; }
.prose dt { font-weight: 600; color: var(--ink); margin-top: .8rem; }
.prose dd { margin: 0 0 .2rem; }
/* Une valeur non encore renseignée reste vide mais conserve sa ligne,
   pour que la mise en page ne se referme pas sur le libellé. */
.prose dd:empty { min-height: 1.4em; }

/* --------------------------------------------------------------------------
   18. Animations discrètes
   -------------------------------------------------------------------------- */
/* L'apparition n'est appliquée que si JavaScript est actif : sans JS,
   tout le contenu reste visible. */
.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.js .reveal.is-in { opacity: 1; transform: none; }

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

@media print {
  .site-header, .action-bar, .topbar, .hero__media, .btn, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; }
}
