/* ============================================================
   Site Kristina Gourinovitch — refonte épurée
   Direction : blanc, lignes fines, orange discret, photo conservée
   Typographies : Instrument Serif + Manrope
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
  background: var(--c-bg);
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding-left: 1.1rem; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }

:root {
  --c-bg: #FFFFFF;
  --c-surface: #FAF9F7;
  --c-surface-2: #F5F1EC;
  --c-line: #E7DED4;
  --c-line-strong: #D7CABC;
  --c-text: #25211E;
  --c-muted: #6F675F;
  --c-faint: #9B9188;
  --c-accent: #B75E21;
  --c-accent-soft: #F6E7DB;
  --c-accent-pale: #FCF5EF;
  --c-dark: #29221D;
  --c-white: #FFFFFF;

  --font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --text-xs: clamp(0.76rem, 0.74rem + 0.08vw, 0.82rem);
  --text-sm: clamp(0.86rem, 0.84rem + 0.12vw, 0.94rem);
  --text-base: clamp(0.98rem, 0.95rem + 0.16vw, 1.06rem);
  --text-lg: clamp(1.08rem, 1.02rem + 0.3vw, 1.22rem);
  --text-xl: clamp(1.35rem, 1.24rem + 0.65vw, 1.72rem);
  --text-2xl: clamp(1.9rem, 1.55rem + 1.6vw, 2.8rem);
  --text-hero: clamp(2.1rem, 1.7rem + 2.2vw, 3.4rem);

  --s-1: 0.25rem;
  --s-2: 0.5rem;
  --s-3: 0.75rem;
  --s-4: 1rem;
  --s-6: 1.5rem;
  --s-8: 2rem;
  --s-10: 2.5rem;
  --s-12: 3rem;
  --s-16: 4rem;
  --s-20: 5rem;
  --s-24: 6rem;
  --s-32: 8rem;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow-soft: 0 22px 80px -64px rgba(38, 31, 25, 0.34);
  --maxw: 1160px;
  --maxw-prose: 66ch;
  --anchor-offset: 7.25rem;
}

body {
  min-height: 100vh;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.72;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  color: var(--c-text);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

h1 { font-size: var(--text-hero); max-width: 24ch; }
h2 { font-size: var(--text-2xl); max-width: 13ch; }
h3 { font-size: var(--text-xl); line-height: 1.12; }
h4 { font-family: var(--font-body); font-size: var(--text-lg); font-weight: 650; line-height: 1.25; letter-spacing: -0.01em; }

p { color: var(--c-muted); }
p strong, li strong { color: var(--c-text); }

a {
  color: var(--c-accent);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  text-decoration-color: color-mix(in oklab, var(--c-accent) 42%, transparent);
  transition: color .18s ease, text-decoration-color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

a:hover { color: var(--c-text); text-decoration-color: currentColor; }
::selection { background: var(--c-accent-soft); color: var(--c-text); }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(1.15rem, 4vw, 2.25rem);
}

.prose { max-width: var(--maxw-prose); }
.prose p + p { margin-top: var(--s-4); }
.prose h2 { margin-top: var(--s-12); margin-bottom: var(--s-4); }
.prose h3 { margin-top: var(--s-8); margin-bottom: var(--s-3); }
.prose ul, .prose ol { padding-left: 1.2rem; }
.prose li + li { margin-top: 0.42rem; }
.prose blockquote {
  margin: var(--s-8) 0;
  padding: var(--s-6) 0 var(--s-6) var(--s-6);
  border-left: 1px solid var(--c-accent);
  color: var(--c-text);
  font-family: var(--font-display);
  font-size: var(--text-xl);
  line-height: 1.18;
}

main [id] { scroll-margin-top: var(--anchor-offset); }

.section {
  position: relative;
  padding-block: clamp(var(--s-16), 8vw, var(--s-24));
  background: var(--c-bg);
}

.section--tight { padding-block: clamp(var(--s-12), 6vw, var(--s-20)); }
.section--surface,
.section--pistache,
.section--cream {
  background: linear-gradient(180deg, var(--c-bg), var(--c-surface));
  border-block: 1px solid var(--c-line);
}

.section > .container,
.hero > .container { position: relative; z-index: 1; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in oklab, var(--c-bg) 92%, transparent);
  backdrop-filter: saturate(130%) blur(16px);
  -webkit-backdrop-filter: saturate(130%) blur(16px);
  border-bottom: 1px solid color-mix(in oklab, var(--c-line) 76%, transparent);
}

.site-header.is-scrolled { border-bottom-color: var(--c-line-strong); }

.nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-6);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  color: var(--c-text);
  text-decoration: none;
}

.brand:hover { color: var(--c-text); text-decoration: none; }

.brand-mark {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  color: var(--c-accent);
}

.brand-mark--logo {
  width: 46px;
  height: 46px;
  padding: 0.16rem;
  object-fit: contain;
  border-radius: 50%;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
}

.brand-name {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.24rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--c-text);
}

.brand-tag {
  display: inline-block;
  margin-top: 0.38rem;
  max-width: 25ch;
  color: var(--c-faint);
  font-size: 0.68rem;
  line-height: 1.55;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.6vw, 1.45rem);
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links > li { position: relative; }

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--c-muted);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 560;
  letter-spacing: -0.01em;
  padding-block: 0.35rem;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--c-text); }

.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--c-accent);
}

.nav-cta { display: inline-block; }

.has-submenu > a { gap: 0.28rem; }
.has-submenu > a::before {
  content: "";
  width: 0.33rem;
  height: 0.33rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  order: 2;
  opacity: 0.55;
}

.submenu {
  position: absolute;
  top: calc(100% + 0.74rem);
  left: 50%;
  min-width: 245px;
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  background: color-mix(in oklab, var(--c-bg) 98%, transparent);
  border: 1px solid var(--c-line);
  border-radius: 18px;
  box-shadow: 0 26px 70px -46px rgba(38, 31, 25, 0.36);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 60;
}

.submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.8rem;
  height: 0.8rem;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.submenu a {
  display: block;
  padding: 0.58rem 0.75rem;
  border-radius: 12px;
  color: var(--c-muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.submenu a:hover,
.submenu a:focus-visible {
  background: var(--c-surface);
  color: var(--c-text);
  text-decoration: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--c-text);
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: 999px;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

/* Photo conservée, mais plus maîtrisée */
.photo-ribbon {
  position: relative;
  width: min(calc(100% - clamp(2rem, 7vw, 6rem)), var(--maxw));
  height: clamp(11rem, 22vw, 17.5rem);
  margin: clamp(0.75rem, 2vw, 1.35rem) auto 0;
  overflow: hidden;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  background: var(--c-surface);
}

.photo-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.08) 45%, rgba(255,255,255,0.30)),
    linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.28));
}

.photo-ribbon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.82) brightness(1.04) contrast(0.96);
}

.photo-ribbon + main .hero {
  padding-top: clamp(var(--s-10), 5vw, var(--s-16));
}

.photo-ribbon + main .hero .corner-pattern--tr { display: none; }

.photo-ribbon-caption {
  position: absolute;
  left: clamp(1.1rem, 4vw, 2.75rem);
  bottom: clamp(0.9rem, 3vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  z-index: 1;
  text-shadow: 0 1px 18px rgba(41, 26, 10, 0.28);
}

.photo-ribbon-name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 0.92rem + 0.7vw, 1.45rem);
  line-height: 1.1;
  white-space: nowrap;
  color: var(--c-white);
}

.photo-ribbon-role {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(0.6rem, 0.57rem + 0.1vw, 0.68rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--c-white);
}

@media (max-width: 640px) {
  .photo-ribbon-caption { left: 1rem; bottom: 0.75rem; }
  .photo-ribbon-name { font-size: 1rem; }
  .photo-ribbon-role { font-size: 0.58rem; }
}

/* Boutons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.78rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-1px); text-decoration: none; }

.btn--primary,
.btn--sage {
  background: var(--c-text);
  color: var(--c-bg);
  border-color: var(--c-text);
}

.btn--primary:hover,
.btn--sage:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: var(--c-bg);
}

.nav-links .btn--primary {
  background: var(--c-bg);
  color: var(--c-text);
  border-color: var(--c-line-strong);
  box-shadow: none;
}

.nav-links .btn--primary:hover {
  background: var(--c-text);
  color: var(--c-bg);
  border-color: var(--c-text);
}

.btn--ghost {
  background: transparent;
  color: var(--c-text);
  border-color: var(--c-line-strong);
}

.btn--ghost:hover {
  background: var(--c-surface);
  color: var(--c-text);
}

/* Hero */
.hero {
  position: relative;
  padding-block: clamp(var(--s-16), 9vw, var(--s-24));
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: clamp(var(--s-10), 7vw, var(--s-20));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: var(--s-5, 1.25rem);
  color: var(--c-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--c-accent);
}

.hero h1 .accent {
  color: var(--c-accent);
  font-style: italic;
}

.hero-lede {
  margin-top: var(--s-8);
  max-width: 48ch;
  color: var(--c-muted);
  font-size: var(--text-lg);
  line-height: 1.72;
}

.hero-actions {
  margin-top: var(--s-8);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
}

.hero-card {
  align-self: center;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow-soft);
}

.hero-card h2 {
  max-width: none;
  margin-bottom: var(--s-4);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--c-text);
}

.hero-card ul {
  display: grid;
  gap: 0.72rem;
  list-style: none;
  padding: 0;
}

.hero-card li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--c-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.hero-card li svg {
  width: 16px;
  height: 16px;
  margin-top: 0.28rem;
  color: var(--c-accent);
  flex-shrink: 0;
}

/* Décor ancien neutralisé pour un rendu plus épuré */
.corner-pattern,
.dots-bg,
.card-icon,
.resource-card-deco { display: none; }

/* Grilles et cartes */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 1px;
  background: var(--c-line);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.card,
.resource-card,
.appointment-card,
.email-guide,
.price-card {
  background: var(--c-bg);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.card {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  min-height: 100%;
  padding: clamp(1.25rem, 2.5vw, 1.85rem);
  transition: background .18s ease;
}

.card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
  background: var(--c-surface);
}

.card h3 { font-size: var(--text-lg); }
.card p { font-size: 0.94rem; }
.card--tinted,
.card--clay { background: var(--c-bg); }

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(var(--s-8), 6vw, var(--s-20));
  align-items: start;
}

.intro-grid .eyebrow { margin-bottom: var(--s-4); }
.intro-grid h2 { max-width: 17ch; }

.intro-portrait {
  width: clamp(110px, 12vw, 168px);
  height: clamp(110px, 12vw, 168px);
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: var(--s-6);
  box-shadow: var(--shadow-soft);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  padding: 0;
}

.pill-list li {
  padding: 0.46rem 0.85rem;
  color: var(--c-text);
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: 999px;
  font-size: 0.88rem;
}

.timeline-lite {
  display: grid;
  gap: 0;
  margin-top: var(--s-6);
  border-top: 1px solid var(--c-line);
}

.timeline-lite article {
  display: grid;
  gap: 0.36rem;
  padding: var(--s-5, 1.25rem) 0;
  border-bottom: 1px solid var(--c-line);
}

.timeline-lite article:first-child { padding-top: var(--s-5, 1.25rem); }
.timeline-lite h3 {
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.timeline-lite .meta {
  color: var(--c-accent);
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-lite p { font-size: 0.94rem; }

.service-row {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(var(--s-6), 5vw, var(--s-16));
  align-items: start;
  padding-block: clamp(var(--s-8), 6vw, var(--s-14, 3.5rem));
  border-top: 1px solid var(--c-line);
}

.service-row:first-of-type { border-top: none; padding-top: 0; }
.service-row .num {
  display: inline-flex;
  width: fit-content;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  color: var(--c-accent);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.08em;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.service-row h3 { margin-bottom: var(--s-3); }

.resource-card {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  min-height: 100%;
  padding: clamp(1.25rem, 2.5vw, 1.85rem);
  position: relative;
  overflow: hidden;
}

.resource-card .tag,
.price-label {
  display: inline-flex;
  width: max-content;
  align-items: center;
  border-radius: 999px;
  padding: 0.26rem 0.62rem;
  background: var(--c-accent-pale);
  color: var(--c-accent);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.resource-card h3 { font-size: var(--text-lg); }
.resource-card p { font-size: 0.94rem; }

/* Contact */
.appointment-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1px;
  background: var(--c-line);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.appointment-card {
  display: grid;
  align-content: start;
  gap: var(--s-4);
  padding: clamp(1.35rem, 3vw, 2rem);
}

.appointment-card--soft { background: var(--c-surface); }
.appointment-card h3 { font-size: var(--text-lg); }
.appointment-card .btn { width: fit-content; }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(var(--s-8), 6vw, var(--s-16));
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
}

.contact-info h3 {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info dl {
  display: grid;
  gap: var(--s-4);
  margin: 0;
}

.contact-info dt {
  color: var(--c-faint);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info dd {
  margin: 0.15rem 0 0;
  color: var(--c-text);
  font-size: 0.98rem;
}

.contact-info a { color: var(--c-text); }

.email-guide {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
}

.email-guide h2 {
  max-width: none;
  margin-bottom: var(--s-4);
  font-size: var(--text-xl);
}

.email-guide ol {
  display: grid;
  gap: var(--s-3);
  margin: var(--s-6) 0;
  padding-left: 1.25rem;
}

.email-guide li { color: var(--c-muted); }

.email-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
  margin-top: var(--s-6);
  padding: var(--s-4);
  border-radius: var(--radius);
  background: var(--c-surface);
  border: 1px solid var(--c-line);
}

.email-box strong { color: var(--c-text); }

/* Tarifs */
.tariff-heading {
  display: grid;
  gap: var(--s-3);
  max-width: 70ch;
  margin-bottom: var(--s-8);
}

.tariff-heading h1,
.tariff-heading h2 { max-width: 38ch; }

.hero:not(:has(.hero-grid)) h1 {
  max-width: 34ch;
}

.price-card {
  display: grid;
  gap: var(--s-4);
  padding: clamp(1.25rem, 2.8vw, 1.85rem);
}

.price-card--highlight { background: var(--c-accent-pale); }
.price-card--included {
  background: var(--c-surface);
  color: var(--c-muted);
}

.price-card h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.price-value {
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.price-meta {
  color: var(--c-muted);
  font-size: 0.9rem;
}

.price-card--included .price-label {
  background: var(--c-bg);
  color: var(--c-muted);
}

.tariff-total-note {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 0.72rem 1rem;
  border: 1px solid var(--c-line);
  border-radius: 999px;
  background: var(--c-bg);
  color: var(--c-text);
  font-size: 0.9rem;
  font-weight: 720;
}

.tariff-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  background: var(--c-line);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.tariff-flow--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flow-step { position: relative; min-height: 100%; }
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5px;
  width: 1px;
  height: 42%;
  background: var(--c-line-strong);
  transform: translateY(-50%);
  z-index: 2;
}

.flow-step .price-card {
  height: 100%;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.flow-step h3 {
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.soft-list {
  display: grid;
  gap: var(--s-3);
  list-style: none;
  padding: 0;
}

.soft-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--c-muted);
}

.soft-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-accent);
}

.callout {
  padding: var(--s-4) var(--s-5, 1.25rem);
  color: var(--c-text);
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  font-size: 0.94rem;
}

.callout strong { color: var(--c-text); }

/* Formulaires éventuels */
form { display: grid; gap: var(--s-4); }
.field { display: grid; gap: 0.35rem; }
.field label { color: var(--c-text); font-size: 0.84rem; font-weight: 650; }
.field .hint { color: var(--c-muted); font-size: 0.78rem; }
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 0.78rem 0.9rem;
  color: var(--c-text);
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: 1rem;
}

.field textarea { min-height: 140px; resize: vertical; }
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--c-accent) 15%, transparent);
}

.field--error input,
.field--error textarea {
  border-color: #A64E34;
  box-shadow: 0 0 0 3px rgba(166, 78, 52, 0.12);
}

.field .err-msg { display: none; color: #8A3C25; font-size: 0.8rem; }
.field--error .err-msg { display: block; }
.consent { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--c-muted); font-size: 0.88rem; }
.consent input { margin-top: 4px; }
.form-status { display: none; padding: var(--s-4) var(--s-6); color: var(--c-text); background: var(--c-surface); border-radius: var(--radius-sm); font-size: 0.94rem; }
.form-status.is-visible { display: block; }

/* Footer */
.site-footer {
  margin-top: var(--s-20);
  padding-block: var(--s-16) var(--s-8);
  color: color-mix(in oklab, var(--c-bg) 86%, var(--c-muted));
  background: var(--c-dark);
}

.site-footer a {
  color: color-mix(in oklab, var(--c-bg) 88%, var(--c-accent-soft));
  text-decoration-color: rgba(255, 255, 255, 0.28);
}

.site-footer a:hover { color: var(--c-bg); }

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
  gap: clamp(var(--s-8), 6vw, var(--s-16));
}

.site-footer h4 {
  margin-bottom: var(--s-3);
  color: var(--c-bg);
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
  font-size: 0.92rem;
}

.site-footer p {
  max-width: 38ch;
  color: rgba(255,255,255,0.68);
  font-size: 0.92rem;
}

.footer-seo {
  margin-top: 0.7rem;
  color: rgba(255,255,255,0.48);
  font-size: 0.84rem;
  line-height: 1.55;
}

.footer-brand {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: var(--s-4);
}

.footer-logo {
  width: min(320px, 100%);
  height: auto;
  padding: 0.55rem 0.75rem;
  background: var(--c-bg);
  border-radius: 18px;
  box-shadow: none;
}

.footer-brand svg { width: 36px; height: 36px; color: var(--c-bg); }
.footer-brand .brand-name { color: var(--c-bg); }

.footer-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.18);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s-4);
  margin-top: var(--s-10);
  padding-top: var(--s-6);
  color: rgba(255,255,255,0.46);
  border-top: 1px solid rgba(255,255,255,0.13);
  font-size: 0.8rem;
}

/* Animations discrètes */
.fade-up {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .55s ease, transform .55s ease;
}

.fade-up.is-in { opacity: 1; transform: none; }

/* Utilitaires */
.text-center { text-align: center; }
.muted { color: var(--c-muted); }
.divider {
  height: 1px;
  margin-block: var(--s-12);
  background: var(--c-line);
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.6rem 1rem;
  color: var(--c-bg);
  background: var(--c-text);
  border-radius: 0 0 8px 0;
}

.skip-link:focus { left: 0; }

@media (max-width: 980px) {
  .tariff-flow,
  .tariff-flow--four {
    grid-template-columns: 1fr;
  }

  .flow-step:not(:last-child)::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -0.5px;
    width: 42%;
    height: 1px;
    transform: translateX(-50%);
  }
}

@media (max-width: 860px) {
  :root { --anchor-offset: 6.25rem; }

  h1 { max-width: 12ch; }
  h2 { max-width: 100%; }
  .intro-grid h2,
  .tariff-heading h1,
  .tariff-heading h2,
  .hero:not(:has(.hero-grid)) h1 {
    max-width: 100%;
  }

  .nav { min-height: 76px; }
  .nav-toggle { display: inline-flex; }
  .brand-tag { max-width: 21ch; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--s-4) clamp(1.15rem, 4vw, 2.25rem) var(--s-6);
    background: var(--c-bg);
    border-block: 1px solid var(--c-line);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease;
  }

  .nav.is-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    display: flex;
    padding-block: 0.72rem;
    border-bottom: 1px solid var(--c-line);
  }

  .nav-links a:last-child { border-bottom: 0; }
  .nav-links a[aria-current="page"]::after { display: none; }
  .nav-cta { margin-top: var(--s-3); }
  .has-submenu > a::before { display: none; }

  .submenu {
    position: static;
    min-width: 0;
    margin: 0 0 0.35rem 0.55rem;
    padding: 0.2rem 0 0.2rem 0.8rem;
    background: transparent;
    border: 0;
    border-left: 1px solid var(--c-line);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .submenu::before { display: none; }
  .submenu a {
    padding-block: 0.45rem;
    border-bottom: 0;
    font-size: 0.86rem;
  }

  .photo-ribbon {
    width: calc(100% - 2rem);
    height: 10rem;
    border-radius: 22px;
  }

  .hero-grid,
  .intro-grid,
  .contact-grid,
  .service-row {
    grid-template-columns: 1fr;
    gap: var(--s-8);
  }

  .hero-card { align-self: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { padding-inline: 1rem; }
  .brand-name { font-size: 1.08rem; }
  .brand-tag { font-size: 0.62rem; letter-spacing: 0.12em; }
  .brand-mark--logo { width: 42px; height: 42px; }
  .photo-ribbon { width: calc(100% - 1rem); height: 8.5rem; border-radius: 18px; }
  .cards,
  .appointment-grid,
  .price-grid,
  .tariff-flow {
    border-radius: 22px;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  html { scroll-behavior: auto; }
  .fade-up { opacity: 1; transform: none; }
}
