/* Cyril Steau Photographie — restored editorial cinematic stylesheet */

:root {
  /* ── V2 palette (May 2026) — off-white base, doré accent ── */
  --accent: #c9a961;            /* doré marque (fil rouge) */
  --bg: #f8f7f4;                /* off-white propre, magazine */
  --bg-alt: #f1ead9;            /* champagne (héritage, utilisé ponctuellement) */
  --bg-soft: #ede2c8;
  --fg: #1a1a1a;                /* noir doux, jamais le pur noir */
  --fg-muted: rgba(26, 26, 26, 0.55);
  --fg-soft: rgba(26, 26, 26, 0.78);
  --line: rgba(26, 26, 26, 0.12);
  --line-strong: rgba(26, 26, 26, 0.28);
  --serif: 'Fraunces', 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --pad-x: clamp(20px, 5vw, 80px);
  --pad-y: clamp(60px, 10vw, 140px);
  --ease: cubic-bezier(0.65, 0, 0.35, 1);
}

/* Optional dark mode (kept for tweaks panel) */
:root[data-theme="dark"] {
  --bg: #0a0a0a;
  --bg-alt: #111110;
  --bg-soft: #1a1917;
  --fg: #f5f1ea;
  --fg-muted: rgba(245, 241, 234, 0.62);
  --fg-soft: rgba(245, 241, 234, 0.82);
  --line: rgba(245, 241, 234, 0.12);
  --line-strong: rgba(245, 241, 234, 0.28);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--fg); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body { overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
em { font-style: italic; font-family: var(--serif); font-weight: 400; }

/* ── Section primitives ── */
.section-eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.section-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(36px, 6vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  max-width: 18ch;
}
.section-title em { font-style: italic; font-weight: 400; }

/* Mot accentué dans les titres (V1 rule) */
.ac { color: var(--accent); }
.section-title .ac,
.hero__title .ac,
.section-eyebrow .ac { color: var(--accent); font-style: normal; }

/* ── REASSURANCE STRIP ── */
.reassurance {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px var(--pad-x);
}
.reassurance__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px 32px;
}
.reassurance__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--fg-soft);
  letter-spacing: 0.01em;
}
.reassurance__icon { font-size: 16px; line-height: 1; }

/* ── PROBLEM ── */
.problem {
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid var(--line);
}
.problem__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.problem__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
}
.problem__grid p {
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--fg-soft);
}
.problem__grid strong {
  font-family: var(--sans);
  font-weight: 600;
  color: var(--fg);
  font-size: 0.92em;
  letter-spacing: 0.02em;
}
.problem__punch {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--fg) !important;
}

/* ── PILLARS ── */
.pillars {
  padding: var(--pad-y) var(--pad-x);
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
}
.pillars__header {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 64px;
}
.pillars__header .section-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 22ch;
}
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.pillar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 24px;
  background: var(--bg);
  border: 1px solid var(--line);
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.pillar:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}
.pillar__icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 12px;
}
.pillar h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--fg);
}
.pillar p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-soft);
}

/* ── STAT STRIP ── */
.stat-strip {
  padding: 64px var(--pad-x);
  border-bottom: 1px solid var(--line);
}
.stat-strip__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stat__n {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--accent);
}
.stat__l {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

/* ── TARIFS V2 (blocks for Books / Mariage / Reportage) ── */
.tarifs__block {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--line);
}
.tarifs__block:last-of-type { border-bottom: none; }
.tarifs__block-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.tarifs__block-head h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.01em;
  color: var(--fg);
}
.tarifs__block-head span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.tarifs__subhead {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 32px 0 16px;
}
.tarifs__note-inline {
  margin-top: 24px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.7;
}

.pricing--simple {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0;
}
.price-card--compact {
  padding: 28px 24px;
  gap: 12px;
}
.price-card--compact h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.price-card--compact .price-card__price {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  color: var(--accent);
}
.price-card--compact ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  margin: 4px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.price-card--compact ul li {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--fg-soft);
  display: block;
}
.price-card--compact ul li::before {
  content: "·";
  color: var(--accent);
  margin-right: 8px;
}
.price-card--compact ul li svg { display: none; }
.price-card h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.01em;
}
.price-card__duration {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--fg-muted);
  text-transform: uppercase;
}

/* ── INCLUDED ── */
.included {
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 48px;
  background: var(--bg);
  border: 1px solid var(--accent);
}
.included__head {
  margin-bottom: 24px;
}
.included__head h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.01em;
  margin-top: 12px;
}
.included ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
}
.included li {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--fg-soft);
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}
.included li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 600;
}

/* ── PAGE HERO (detail pages) ── */
.page-hero {
  position: relative;
  padding: 140px var(--pad-x) 80px;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
  opacity: 0.32;
}
.page-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg) 0%, transparent 30%, transparent 60%, var(--bg) 100%);
}
.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
}
.page-hero__crumb {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 24px;
}
.page-hero__crumb a { color: var(--fg-soft); transition: color 0.2s; }
.page-hero__crumb a:hover { color: var(--accent); }
.page-hero__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 7vw, 110px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 16px 0 28px;
  max-width: 18ch;
}
.page-hero__pre {
  display: block;
  font-family: var(--mono);
  font-weight: 500;
  font-size: clamp(11px, 1.1vw, 14px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 18px;
  line-height: 1;
}
.page-hero__sub {
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
  color: var(--fg-soft);
  max-width: 56ch;
}

/* ── PAGE CTA ── */
.page-cta {
  padding: var(--pad-y) var(--pad-x);
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  text-align: center;
}
.page-cta__inner {
  max-width: 720px;
  margin: 0 auto;
}
.page-cta .section-title {
  margin: 0 auto 24px;
  text-align: center;
}
.page-cta p {
  font-family: var(--serif);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--fg-soft);
  margin-bottom: 32px;
}
.page-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── FRAME (generic detail page section) ── */
.frame {
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid var(--line);
}
.frame--alt { background: var(--bg-alt); }
.frame__header {
  max-width: 900px;
  margin-bottom: 56px;
}
.frame__intro {
  font-family: var(--serif);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
  color: var(--fg-soft);
  max-width: 60ch;
  margin-top: 16px;
}

/* ── UNIVERS CARDS (Accueil 3 univers) ── */
.univers {
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid var(--line);
}
.univers__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 56px;
}
.univers__header .section-title {
  margin: 0 auto;
  max-width: 22ch;
}
.univers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
}
.univers-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.3s;
}
.univers-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
}
.univers-card__img {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.univers-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.univers-card:hover .univers-card__img img { transform: scale(1.04); }
.univers-card__eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 20px 24px 0;
}
.univers-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  padding: 12px 24px 0;
}
.univers-card p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-soft);
  padding: 16px 24px 24px;
  flex: 1;
}
.univers-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.univers-card__price { color: var(--accent); }
.univers-card__cta { color: var(--fg); transition: color 0.2s; }
.univers-card:hover .univers-card__cta { color: var(--accent); }

/* ── DOULEURS / POUR QUI (3 cards) ── */
.douleurs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.douleur {
  padding: 32px 28px;
  background: var(--bg);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.frame--alt .douleur { background: var(--bg-alt); }
.douleur__tag {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  padding: 6px 10px;
}
.douleur__title {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--fg);
}
.douleur__list {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  line-height: 1.6;
}
.douleur__desc {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-soft);
}

/* ── PROCESS (numbered steps) ── */
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
}
.process--4 { grid-template-columns: repeat(4, 1fr); }
.process__step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--accent);
}
.process__n {
  font-family: var(--serif);
  font-style: italic;
  font-size: 36px;
  color: var(--accent);
  line-height: 1;
}
.process__step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--fg);
}
.process__step p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg-soft);
}

/* ── APPROCHE ── */
.approche__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
}
.approche__grid p {
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--fg-soft);
}

/* ── FAQ accordion ── */
.faq {
  max-width: 880px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 22px);
  letter-spacing: -0.01em;
  color: var(--fg);
  transition: color 0.2s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--accent); }
.faq__plus {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 26px;
  color: var(--accent);
  transition: transform 0.3s var(--ease);
}
.faq__item[open] .faq__plus { transform: rotate(45deg); }
.faq__item p {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-soft);
  padding-bottom: 24px;
  padding-right: 60px;
  max-width: 70ch;
}

/* ── ARTICLE (à propos long text) ── */
.article {
  max-width: 820px;
}
.article h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.01em;
  margin: 48px 0 18px;
}
.article p {
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: var(--fg-soft);
  margin-bottom: 18px;
}
.article--3col {
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.article--3col h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: var(--fg);
}
.article--3col p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.65;
  color: var(--fg-soft);
}

/* ── TIMELINE (parcours) ── */
.timeline {
  max-width: 880px;
}
.timeline__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.timeline__row:last-child { border-bottom: 1px solid var(--line); }
.timeline__year {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.timeline__row p {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg-soft);
}

/* ── MATÉRIEL (collapsible) ── */
.materiel {
  max-width: 1200px;
  margin: 0 auto;
}
.materiel summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: -0.01em;
  color: var(--fg);
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.materiel summary::-webkit-details-marker { display: none; }
.materiel summary::after {
  content: "+";
  margin-left: auto;
  color: var(--accent);
  font-size: 26px;
  transition: transform 0.3s;
}
.materiel[open] summary::after { transform: rotate(45deg); }
.materiel__hint {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.materiel__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 32px 0;
}
.materiel__grid h5 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  font-weight: 500;
}
.materiel__grid p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--fg-soft);
}

/* ── MODALITÉS ── */
.modalites {
  max-width: 1280px;
  margin: 60px auto 0;
  padding: 32px;
  background: var(--bg-alt);
  border-left: 2px solid var(--accent);
}
.modalites h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  font-weight: 500;
}
.modalites ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modalites li {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg-soft);
}
.modalites strong {
  color: var(--fg);
  font-weight: 600;
}

/* ── DISPO (contact) ── */
.dispo {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.dispo h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 14px;
  color: var(--fg);
}
.dispo p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg-soft);
  margin-bottom: 8px;
}
.dispo strong {
  color: var(--fg);
  font-weight: 600;
}

/* ──────────────────────────────────────────────────
   V2 — UNIVERS PAR PAGE
   Chaque page a son fond complet, ses couleurs adaptées.
   Footer reste dark partout (ancrage commun).
   ────────────────────────────────────────────────── */

/* ============ PAGE BOOKS — NOIR PROFOND ============ */
.page-books {
  background: #0f0f0f;
  color: #f4f2ee;
  --bg: #0f0f0f;
  --bg-alt: #1a1a1a;
  --bg-soft: #161616;
  --fg: #f4f2ee;
  --fg-soft: rgba(244, 242, 238, 0.82);
  --fg-muted: rgba(244, 242, 238, 0.55);
  --line: rgba(244, 242, 238, 0.12);
  --line-strong: rgba(244, 242, 238, 0.28);
  --accent: #c9a961;
}
.page-books .frame { background: #0f0f0f; border-bottom: 1px solid var(--line); }
.page-books .frame--alt { background: #1a1a1a; }
.page-books .section-eyebrow,
.page-books .ac,
.page-books .section-title em { color: var(--accent); }
.page-books .section-title,
.page-books h3, .page-books h4 { color: #f4f2ee; }
.page-books p { color: var(--fg-soft); }
.page-books strong { color: #f4f2ee; }
.page-books .page-hero { background: #0f0f0f; }
.page-books .page-hero__bg img { opacity: 0.55; filter: grayscale(0.15); }
.page-books .page-hero__bg::after {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.6) 0%, rgba(15, 15, 15, 0.2) 30%, rgba(15, 15, 15, 0.45) 60%, rgba(15, 15, 15, 0.95) 100%);
}
.page-books .page-hero__title { color: #f4f2ee; }
.page-books .page-hero__pre { color: var(--fg-muted); }
.page-books .page-hero__crumb a:hover { color: var(--accent); }
.page-books .douleur {
  background: #1a1a1a;
  border-color: var(--line);
}
.page-books .douleur__tag { background: var(--accent); color: #0f0f0f; }
.page-books .douleur__title { color: #f4f2ee; }
.page-books .douleur__desc { color: var(--fg-soft); }
.page-books .process__step { border-top-color: var(--accent); }
.page-books .process__n { color: var(--accent); }
.page-books .price-card {
  background: #1a1a1a;
  border-color: var(--line);
  color: #f4f2ee;
}
.page-books .price-card--featured {
  background: #1a1a1a;
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}
.page-books .price-card h4 { color: #f4f2ee; }
.page-books .price-card__price { color: var(--accent); }
.page-books .price-card__desc,
.page-books .price-card ul li,
.page-books .price-card__duration { color: var(--fg-soft); }
.page-books .price-card__badge { background: var(--accent); color: #0f0f0f; }
.page-books .faq__item summary { color: #f4f2ee; }
.page-books .faq__item p { color: var(--fg-soft); }
.page-books .faq__plus { color: var(--accent); }
.page-books .masonry__item { background: #1a1a1a; }
.page-books .btn--primary {
  background: var(--accent);
  color: #0f0f0f;
  border-color: var(--accent);
}
.page-books .btn--primary:hover {
  background: #f4f2ee;
  color: #0f0f0f;
  border-color: #f4f2ee;
}
.page-books .btn--ghost {
  color: #f4f2ee;
  border-color: var(--line-strong);
}
.page-books .btn--ghost:hover {
  background: var(--accent);
  color: #0f0f0f;
  border-color: var(--accent);
}
.page-books .page-cta {
  background: #1a1a1a;
  border-top-color: var(--line);
}
.page-books .page-cta .section-title { color: #f4f2ee; }
.page-books .page-cta p { color: var(--fg-soft); }
.page-books .tarifs__note-inline { color: var(--fg-muted); }
.page-books .tarifs__subhead { color: var(--accent); }

/* ============ PAGE MARIAGE — CHAMPAGNE ============ */
.page-mariage {
  background: #f4ebdc;
  color: #2a2419;
  --bg: #f4ebdc;
  --bg-alt: #eee2cc;
  --bg-soft: #e6d6b8;
  --fg: #2a2419;
  --fg-soft: rgba(42, 36, 25, 0.78);
  --fg-muted: rgba(42, 36, 25, 0.55);
  --line: rgba(42, 36, 25, 0.14);
  --line-strong: rgba(42, 36, 25, 0.28);
  --accent: #b8956b;
}
.page-mariage .frame { background: #f4ebdc; border-bottom: 1px solid var(--line); }
.page-mariage .frame--alt { background: #eee2cc; }
.page-mariage .section-eyebrow,
.page-mariage .ac,
.page-mariage .section-title em { color: var(--accent); }
.page-mariage .page-hero { background: #f4ebdc; }
.page-mariage .page-hero__bg img { opacity: 0.6; filter: saturate(0.95); }
.page-mariage .page-hero__bg::after {
  background: linear-gradient(180deg, rgba(244, 235, 220, 0.45) 0%, rgba(244, 235, 220, 0.15) 30%, rgba(244, 235, 220, 0.4) 60%, rgba(244, 235, 220, 0.97) 100%);
}
.page-mariage .page-hero__title { color: #2a2419; }
.page-mariage .page-hero__pre { color: var(--fg-muted); }
.page-mariage .page-hero__crumb a:hover { color: var(--accent); }
.page-mariage .editorial__item { background: #e6d6b8; }
.page-mariage .price-card {
  background: #ffffff;
  border-color: var(--line);
  box-shadow: 0 4px 24px -18px rgba(42, 36, 25, 0.22);
}
.page-mariage .price-card--featured {
  background: #fffaef;
  border-color: var(--accent);
}
.page-mariage .price-card h4 { color: #2a2419; }
.page-mariage .price-card__price { color: var(--accent); }
.page-mariage .price-card__duration { color: var(--fg-muted); }
.page-mariage .price-card__desc { color: var(--fg-soft); }
.page-mariage .price-card__badge { background: var(--accent); color: #ffffff; }
.page-mariage .process__step { border-top-color: var(--accent); }
.page-mariage .process__n { color: var(--accent); }
.page-mariage .btn--primary {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}
.page-mariage .btn--primary:hover {
  background: #2a2419;
  border-color: #2a2419;
  color: #f4ebdc;
}
.page-mariage .btn--ghost {
  color: #2a2419;
  border-color: var(--line-strong);
}
.page-mariage .btn--ghost:hover { background: #2a2419; color: #f4ebdc; }
.page-mariage .page-cta { background: #eee2cc; border-top-color: var(--line); }
.page-mariage .page-cta .section-title { color: #2a2419; }
.page-mariage .page-cta p { color: var(--fg-soft); }
.page-mariage .problem__grid p { color: var(--fg-soft); }
.page-mariage .problem__punch { color: #2a2419 !important; border-top-color: var(--line); }
.page-mariage .problem__grid strong { color: #2a2419; }
.page-mariage .approche__grid p { color: var(--fg-soft); }
.page-mariage .tarifs__note-inline { color: var(--fg-muted); }

/* ============ PAGE REPORTAGE — VERT SAUGE ============ */
.page-reportage {
  background: #3d4a3f;
  color: #f4f2ee;
  --bg: #3d4a3f;
  --bg-alt: #4a5750;
  --bg-soft: #2d3830;
  --fg: #f4f2ee;
  --fg-soft: rgba(244, 242, 238, 0.82);
  --fg-muted: rgba(244, 242, 238, 0.58);
  --line: rgba(244, 242, 238, 0.14);
  --line-strong: rgba(244, 242, 238, 0.30);
  --accent: #d4b17a;
}
.page-reportage .frame { background: #3d4a3f; border-bottom: 1px solid var(--line); }
.page-reportage .frame--alt { background: #4a5750; }
.page-reportage .section-eyebrow,
.page-reportage .ac,
.page-reportage .section-title em { color: var(--accent); }
.page-reportage .section-title,
.page-reportage h3, .page-reportage h4 { color: #f4f2ee; }
.page-reportage p { color: var(--fg-soft); }
.page-reportage strong { color: #f4f2ee; }
.page-reportage .page-hero { background: #3d4a3f; }
.page-reportage .page-hero__bg img {
  opacity: 0.42;
  filter: grayscale(0.2) saturate(0.85);
}
.page-reportage .page-hero__bg::after {
  background: linear-gradient(180deg, rgba(61, 74, 63, 0.55) 0%, rgba(61, 74, 63, 0.2) 30%, rgba(61, 74, 63, 0.45) 60%, rgba(61, 74, 63, 0.96) 100%);
}
.page-reportage .page-hero__title { color: #f4f2ee; }
.page-reportage .page-hero__pre { color: var(--fg-muted); }
.page-reportage .page-hero__crumb a:hover { color: var(--accent); }
.page-reportage .douleur {
  background: #4a5750;
  border-color: var(--line);
}
.page-reportage .douleur__tag { background: var(--accent); color: #2d3830; }
.page-reportage .douleur__title { color: #f4f2ee; }
.page-reportage .douleur__desc,
.page-reportage .douleur__list { color: var(--fg-soft); }
.page-reportage .process__step { border-top-color: var(--accent); }
.page-reportage .process__n { color: var(--accent); }
.page-reportage .masonry__item { background: #4a5750; }
.page-reportage .price-card {
  background: #4a5750;
  border-color: var(--line);
  color: #f4f2ee;
}
.page-reportage .price-card--featured {
  background: #4a5750;
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}
.page-reportage .price-card h4 { color: #f4f2ee; }
.page-reportage .price-card__price { color: var(--accent); }
.page-reportage .price-card__duration { color: var(--fg-muted); }
.page-reportage .price-card__desc { color: var(--fg-soft); }
.page-reportage .price-card__badge { background: var(--accent); color: #2d3830; }
.page-reportage .btn--primary {
  background: var(--accent);
  color: #2d3830;
  border-color: var(--accent);
}
.page-reportage .btn--primary:hover {
  background: #f4f2ee;
  color: #2d3830;
  border-color: #f4f2ee;
}
.page-reportage .btn--ghost {
  color: #f4f2ee;
  border-color: var(--line-strong);
}
.page-reportage .btn--ghost:hover {
  background: var(--accent);
  color: #2d3830;
  border-color: var(--accent);
}
.page-reportage .clients { background: #4a5750; border-bottom: 1px solid var(--line); }
.page-reportage .clients__cell { color: var(--fg-soft); }
.page-reportage .clients__cell:hover { color: var(--accent); }
.page-reportage .page-cta { background: #4a5750; border-top-color: var(--line); }
.page-reportage .page-cta .section-title { color: #f4f2ee; }
.page-reportage .page-cta p { color: var(--fg-soft); }
.page-reportage .tarifs__note-inline { color: var(--fg-muted); }
.page-reportage .problem__grid p { color: var(--fg-soft); }
.page-reportage .problem__punch { color: #f4f2ee !important; border-top-color: var(--line); }
.page-reportage .problem__grid strong { color: #f4f2ee; }

/* ============ TARIFS — 3 BANDEAUX UNIVERS ============ */
/* Books band (noir) */
.tarifs-band--books {
  background: #0f0f0f;
  color: #f4f2ee;
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid rgba(244, 242, 238, 0.12);
}
.tarifs-band--books .tarifs__block-head h3,
.tarifs-band--books h4 { color: #f4f2ee; }
.tarifs-band--books .tarifs__block-head span,
.tarifs-band--books .tarifs__subhead,
.tarifs-band--books .section-eyebrow { color: #c9a961; }
.tarifs-band--books .price-card {
  background: #1a1a1a;
  border-color: rgba(244, 242, 238, 0.12);
  color: #f4f2ee;
}
.tarifs-band--books .price-card--featured {
  border-color: #c9a961;
  box-shadow: 0 0 0 1px #c9a961;
}
.tarifs-band--books .price-card h4 { color: #f4f2ee; }
.tarifs-band--books .price-card__price { color: #c9a961; }
.tarifs-band--books .price-card__duration,
.tarifs-band--books .price-card__desc,
.tarifs-band--books .price-card ul li { color: rgba(244, 242, 238, 0.78); }
.tarifs-band--books .price-card__badge { background: #c9a961; color: #0f0f0f; }
.tarifs-band--books .tarifs__note-inline { color: rgba(244, 242, 238, 0.58); }
.tarifs-band--books .btn--ghost {
  color: #f4f2ee;
  border-color: rgba(244, 242, 238, 0.28);
}
.tarifs-band--books .btn--ghost:hover { background: #c9a961; color: #0f0f0f; border-color: #c9a961; }
.tarifs-band--books .btn--primary { background: #c9a961; color: #0f0f0f; border-color: #c9a961; }
.tarifs-band--books .btn--primary:hover { background: #f4f2ee; color: #0f0f0f; border-color: #f4f2ee; }

/* Mariage band (champagne) */
.tarifs-band--mariage {
  background: #f4ebdc;
  color: #2a2419;
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid rgba(42, 36, 25, 0.14);
}
.tarifs-band--mariage .tarifs__block-head h3,
.tarifs-band--mariage h4 { color: #2a2419; }
.tarifs-band--mariage .tarifs__block-head span,
.tarifs-band--mariage .section-eyebrow { color: #b8956b; }
.tarifs-band--mariage .price-card {
  background: #ffffff;
  border-color: rgba(42, 36, 25, 0.14);
  box-shadow: 0 4px 24px -18px rgba(42, 36, 25, 0.22);
}
.tarifs-band--mariage .price-card--featured {
  background: #fffaef;
  border-color: #b8956b;
}
.tarifs-band--mariage .price-card__price { color: #b8956b; }
.tarifs-band--mariage .price-card__badge { background: #b8956b; color: #ffffff; }
.tarifs-band--mariage .btn--primary { background: #b8956b; color: #ffffff; border-color: #b8956b; }
.tarifs-band--mariage .btn--primary:hover { background: #2a2419; color: #f4ebdc; border-color: #2a2419; }
.tarifs-band--mariage .btn--ghost { color: #2a2419; border-color: rgba(42, 36, 25, 0.28); }
.tarifs-band--mariage .btn--ghost:hover { background: #2a2419; color: #f4ebdc; }
.tarifs-band--mariage .tarifs__note-inline { color: rgba(42, 36, 25, 0.55); }

/* Reportage band (sauge) */
.tarifs-band--reportage {
  background: #3d4a3f;
  color: #f4f2ee;
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid rgba(244, 242, 238, 0.14);
}
.tarifs-band--reportage .tarifs__block-head h3,
.tarifs-band--reportage h4 { color: #f4f2ee; }
.tarifs-band--reportage .tarifs__block-head span,
.tarifs-band--reportage .section-eyebrow { color: #d4b17a; }
.tarifs-band--reportage .price-card {
  background: #4a5750;
  border-color: rgba(244, 242, 238, 0.14);
  color: #f4f2ee;
}
.tarifs-band--reportage .price-card--featured {
  border-color: #d4b17a;
  box-shadow: 0 0 0 1px #d4b17a;
}
.tarifs-band--reportage .price-card__price { color: #d4b17a; }
.tarifs-band--reportage .price-card__duration,
.tarifs-band--reportage .price-card__desc,
.tarifs-band--reportage .price-card ul li { color: rgba(244, 242, 238, 0.82); }
.tarifs-band--reportage .price-card__badge { background: #d4b17a; color: #2d3830; }
.tarifs-band--reportage .btn--primary { background: #d4b17a; color: #2d3830; border-color: #d4b17a; }
.tarifs-band--reportage .btn--primary:hover { background: #f4f2ee; color: #2d3830; border-color: #f4f2ee; }
.tarifs-band--reportage .btn--ghost { color: #f4f2ee; border-color: rgba(244, 242, 238, 0.30); }
.tarifs-band--reportage .btn--ghost:hover { background: #d4b17a; color: #2d3830; border-color: #d4b17a; }
.tarifs-band--reportage .tarifs__note-inline { color: rgba(244, 242, 238, 0.58); }

/* ============ NAV — adapt to page background ============ */
.page-books .nav,
.page-reportage .nav {
  background: transparent;
}
.page-books .nav--scrolled,
.page-reportage .nav--scrolled {
  background: rgba(15, 15, 15, 0.85);
  border-bottom-color: rgba(244, 242, 238, 0.12);
}
.page-mariage .nav--scrolled {
  background: rgba(244, 235, 220, 0.92);
  border-bottom-color: rgba(42, 36, 25, 0.14);
}
.page-books .nav__links button,
.page-reportage .nav__links button { color: rgba(244, 242, 238, 0.78); }
.page-books .nav__links button:hover,
.page-books .nav__links button.is-active,
.page-reportage .nav__links button:hover,
.page-reportage .nav__links button.is-active { color: #f4f2ee; }
.page-books .nav__cta,
.page-reportage .nav__cta { color: #f4f2ee; border-color: rgba(244, 242, 238, 0.28); }
.page-books .nav__cta:hover { background: #c9a961; color: #0f0f0f; border-color: #c9a961; }
.page-reportage .nav__cta:hover { background: #d4b17a; color: #2d3830; border-color: #d4b17a; }
.page-books .nav__burger span,
.page-reportage .nav__burger span { background: #f4f2ee; }

/* ============ Bandeaux inline (héritage V1, conservés) ============ */
.frame--inverse {
  background: #0f0f0f;
  color: #f4f2ee;
  border-bottom: 1px solid rgba(244, 242, 238, 0.12);
}
.frame--inverse .section-eyebrow,
.frame--inverse .ac,
.frame--inverse .section-title em { color: #c9a961; }
.frame--inverse .section-title,
.frame--inverse h3, .frame--inverse h4 { color: #f4f2ee; }
.frame--inverse p,
.frame--inverse .process__step p,
.frame--inverse .douleur__desc { color: rgba(244, 242, 238, 0.78); }
.frame--inverse .process__step { border-top-color: #c9a961; }
.frame--inverse .process__n { color: #c9a961; }
.frame--inverse .btn--ghost { color: #f4f2ee; border-color: rgba(244, 242, 238, 0.28); }
.frame--inverse .btn--ghost:hover { background: #c9a961; color: #0f0f0f; border-color: #c9a961; }




/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 500;
  border: 1px solid currentColor;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.btn--primary { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.btn--primary:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.btn--ghost { background: transparent; color: var(--fg); }
.btn--ghost:hover { background: var(--fg); color: var(--bg); }

.link {
  display: inline;
  background: none; border: none; padding: 0;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 20px var(--pad-x);
  transition: background 0.4s var(--ease), padding 0.3s var(--ease);
}
.nav--scrolled {
  background: rgba(248, 247, 244, 0.92);
  backdrop-filter: blur(12px);
  padding: 14px var(--pad-x);
  border-bottom: 1px solid var(--line);
}
:root[data-theme="light"] .nav--scrolled { background: rgba(245, 241, 234, 0.88); }
.nav__brand {
  display: inline-flex;
  align-items: center;
}
.nav__brand img { height: 36px; width: auto; max-width: none; }
.nav__links {
  display: flex;
  gap: 28px;
  justify-self: center;
}
.nav__links button {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--fg-soft);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s;
}
.nav__links button:hover, .nav__links button.is-active {
  color: var(--fg);
}
.nav__links button.is-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--accent);
}
.nav__cta {
  padding: 10px 18px;
  border: 1px solid var(--line-strong);
  font-size: 12px;
  letter-spacing: 0.06em;
  transition: background 0.2s, color 0.2s;
}
.nav__cta:hover { background: var(--fg); color: var(--bg); }
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav__burger span { width: 22px; height: 1.5px; background: currentColor; }

.mobile-menu {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 60;
  display: flex; justify-content: flex-end;
}
.mobile-menu__inner {
  background: var(--bg);
  width: min(360px, 90%);
  padding: 80px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.mobile-menu__inner button {
  font-family: var(--serif);
  font-size: 22px;
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 140px var(--pad-x) 80px;
  display: grid;
  align-content: center;
  overflow: hidden;
}
.hero__marquee {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
.hero__marquee-track {
  display: flex;
  gap: 24px;
  animation: marquee 60s linear infinite;
  align-items: center;
  height: 100%;
  padding: 0 24px;
}
.hero__tile {
  flex: 0 0 280px;
  height: 380px;
  overflow: hidden;
  filter: grayscale(0.3) contrast(1.05);
}
.hero__tile img { width: 100%; height: 100%; object-fit: cover; }
@keyframes marquee {
  to { transform: translateX(-50%); }
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 980px;
}
.hero__eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5.5vw, 88px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
  max-width: 20ch;
}
.hero__title > span { display: block; }
.hero__title .ac { display: inline; }
.hero__title-italic { font-style: italic; font-weight: 400; color: var(--accent); }
.hero__lede {
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--fg-soft);
  max-width: 56ch;
  margin-bottom: 40px;
}
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__scroll {
  position: absolute;
  bottom: 32px;
  right: var(--pad-x);
  display: flex; align-items: center; gap: 16px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.18em;
  color: var(--fg-muted);
}
.hero__scroll-line {
  width: 64px; height: 1px; background: var(--line-strong);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: ''; position: absolute; inset: 0;
  background: var(--accent);
  animation: scrollLine 2.4s var(--ease) infinite;
}
@keyframes scrollLine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ── MANIFESTE ── */
.manifeste {
  padding: var(--pad-y) var(--pad-x);
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.manifeste__inner { max-width: 1280px; margin: 0 auto; }
.manifeste__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 24px;
}
.manifeste__grid p {
  font-family: var(--serif);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
  color: var(--fg-soft);
}
.manifeste__num {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 14px;
}

/* ── GALLERY ── */
.gallery {
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid var(--line);
}
.gallery--alt { background: var(--bg-alt); }
.gallery__header {
  max-width: 880px;
  margin-bottom: 64px;
}
.gallery__intro {
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--fg-soft);
  max-width: 64ch;
}

/* Masonry */
.masonry {
  columns: 3;
  column-gap: 16px;
}
.masonry__item {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  break-inside: avoid;
  overflow: hidden;
  cursor: zoom-in;
}
.masonry__item img {
  width: 100%; height: auto;
  transition: transform 0.8s var(--ease), filter 0.4s;
  filter: contrast(1.02) saturate(0.95);
}
.masonry__item:hover img { transform: scale(1.04); }

/* Editorial grid (mariage) */
.editorial {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.editorial__item {
  display: block;
  overflow: hidden;
  cursor: zoom-in;
}
.editorial__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.editorial__item:hover img { transform: scale(1.04); }
.editorial__item--0 { grid-column: span 4; aspect-ratio: 4/3; }
.editorial__item--1 { grid-column: span 2; aspect-ratio: 2/3; }
.editorial__item--2 { grid-column: span 2; aspect-ratio: 1/1; }
.editorial__item--3 { grid-column: span 4; aspect-ratio: 16/9; }

/* ── YOUTUBE ── */
.youtube {
  padding: var(--pad-y) var(--pad-x);
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
}
.youtube__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.yt-card {
  text-align: left;
  display: block;
}
.yt-card__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 16px;
}
.yt-card__thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.yt-card:hover .yt-card__thumb img { transform: scale(1.04); }
.yt-card__play {
  position: absolute;
  inset: 0;
  display: grid; place-items: center;
  background: rgba(0,0,0,0.18);
  transition: background 0.3s;
}
.yt-card__play svg { width: 64px; height: 64px; color: white; opacity: 0.92; }
.yt-card:hover .yt-card__play { background: rgba(0,0,0,0.35); }
.yt-card__duration {
  position: absolute;
  bottom: 12px; right: 12px;
  background: rgba(0,0,0,0.7);
  color: white;
  font-family: var(--mono);
  font-size: 11px;
  padding: 4px 8px;
}
.yt-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.youtube__cta {
  margin-top: 48px;
  text-align: center;
}

/* ── TESTIMONIALS ── */
.testimonials {
  padding: var(--pad-y) var(--pad-x);
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.testimonials__inner { max-width: 880px; margin: 0 auto; }
.testimonials__google {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 20px;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  margin-bottom: 12px;
}
.testimonials__google-logo {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.g-b { color: #4285F4; }
.g-r { color: #EA4335; }
.g-y { color: #FBBC05; }
.g-b2 { color: #4285F4; }
.g-g { color: #34A853; }
.g-r2 { color: #EA4335; }
.testimonials__google-divider {
  width: 1px; height: 18px; background: var(--line-strong);
}
.testimonials__google-rating {
  display: inline-flex; gap: 8px; align-items: center;
  font-family: var(--mono); font-size: 13px;
}
.testimonials__source {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 40px;
}
.testimonials__quote {
  animation: fadeIn 0.6s var(--ease);
}
.testimonials__quote p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  color: var(--fg);
}
.testimonials__quote footer {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.testimonials__avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285F4, #34A853);
  color: white;
  display: grid; place-items: center;
  font-weight: 600; font-size: 22px;
  margin-bottom: 8px;
}
.testimonials__quote strong {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
}
.testimonials__quote span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fg-muted);
}
.testimonials__dots {
  display: flex; justify-content: center; gap: 8px;
  margin: 40px 0 24px;
}
.testimonials__dots button {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--line-strong);
  transition: background 0.2s, transform 0.2s;
}
.testimonials__dots button.is-active {
  background: #4285F4;
  transform: scale(1.4);
}
.testimonials__cta a {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #4285F4;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ── CLIENTS ── */
.clients {
  padding: clamp(50px, 8vw, 100px) var(--pad-x);
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.clients__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(24px, 4vw, 56px);
  margin-top: 32px;
}
.clients__cell {
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
  color: var(--fg-soft);
  letter-spacing: 0.01em;
  opacity: 0.8;
  transition: opacity 0.3s, color 0.3s;
}
.clients__cell:hover { opacity: 1; color: var(--accent); }

/* ── TARIFS ── */
.tarifs {
  padding: var(--pad-y) var(--pad-x);
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
}
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.price-card {
  position: relative;
  padding: 40px 32px;
  background: var(--bg);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.price-card--featured {
  border-color: var(--accent);
  border-width: 2px;
}
.price-card__badge {
  position: absolute;
  top: -12px; left: 24px;
  background: var(--accent);
  color: var(--bg);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
}
.price-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.01em;
}
.price-card__price {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
}
.price-card__desc {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--fg-soft);
  line-height: 1.5;
}
.price-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: auto;
}
.price-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--fg-soft);
}
.price-card ul li svg {
  flex-shrink: 0;
  width: 18px; height: 18px;
  color: var(--accent);
  margin-top: 2px;
}
.tarifs__note {
  text-align: center;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--fg-soft);
}

/* ── CONTACT ── */
.contact {
  padding: var(--pad-y) var(--pad-x);
  border-bottom: 1px solid var(--line);
  /* Inverted (light) treatment so the form is readable + breaks the dark rhythm */
  background: #f5f1ea;
  color: #1a1917;
  --fg: #1a1917;
  --fg-soft: rgba(26, 25, 23, 0.78);
  --fg-muted: rgba(26, 25, 23, 0.58);
  --line: rgba(26, 25, 23, 0.14);
  --line-strong: rgba(26, 25, 23, 0.30);
}
.contact .section-eyebrow { color: var(--accent); }
.contact .section-title { color: #1a1917; }
.contact .section-title em { color: var(--accent); }
.contact .ac { color: var(--accent); }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.contact__intro p {
  font-family: var(--serif);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
  color: var(--fg-soft);
  max-width: 48ch;
  margin-bottom: 40px;
}
.contact__info {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__info li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.contact__info li > span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.contact__info li > a:hover { color: var(--accent); }
.contact__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: start;
  background: #ffffff;
  padding: 32px;
  border: 1px solid rgba(26, 25, 23, 0.10);
}
.contact__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 25, 23, 0.58);
}
.contact__form input, .contact__form select, .contact__form textarea {
  font-family: var(--serif);
  font-size: 16px;
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(26, 25, 23, 0.18);
  color: #1a1917;
  outline: none;
  transition: border-color 0.2s;
}
.contact__form input:focus, .contact__form select:focus, .contact__form textarea:focus {
  border-color: var(--accent);
}
.contact__form input[type="date"] {
  font-family: var(--serif);
  color: #1a1917;
  color-scheme: light;
  cursor: pointer;
}
.contact__form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(0);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.contact__form input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity: 1; }
.contact__form-full { grid-column: 1 / -1; }
.contact__form textarea { resize: vertical; }

.contact__form-rgpd {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(26, 25, 23, 0.58);
  margin-top: 8px;
  text-align: center;
}

/* ── FOOTER ── */
.footer {
  padding: 80px var(--pad-x) 32px;
  /* Footer stays dark on cream pages — anchors each page with strong contrast */
  background: #0a0a0a;
  color: #f5f1ea;
  --fg: #f5f1ea;
  --fg-soft: rgba(245, 241, 234, 0.78);
  --fg-muted: rgba(245, 241, 234, 0.55);
  --line: rgba(245, 241, 234, 0.12);
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.footer__brand img { height: 44px; margin-bottom: 16px; }
.footer__brand p {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--fg-muted);
  max-width: 32ch;
}
.footer__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.footer__cols h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 16px;
}
.footer__cols div {
  display: flex; flex-direction: column; gap: 10px;
}
.footer__cols button, .footer__cols a {
  text-align: left;
  font-size: 14px;
  color: var(--fg-soft);
  transition: color 0.2s;
}
.footer__cols button:hover, .footer__cols a:hover { color: var(--accent); }
.footer__bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fg-muted);
}

/* ── LIGHTBOX ── */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 100;
  display: grid; place-items: center;
  padding: 40px;
  cursor: zoom-out;
  animation: fadeIn 0.3s ease;
}
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; cursor: default; }
.lightbox__video {
  width: min(1200px, 92vw);
  aspect-ratio: 16/9;
  background: black;
}
.lightbox__video iframe { width: 100%; height: 100%; border: 0; }
.lightbox__close {
  position: fixed;
  top: 24px; right: 24px;
  width: 48px; height: 48px;
  border: 1px solid white;
  color: white;
  font-size: 28px;
  display: grid; place-items: center;
}
.lightbox__close:hover { background: white; color: black; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .manifeste__grid { grid-template-columns: 1fr; gap: 32px; }
  .masonry { columns: 2; }
  .editorial { grid-template-columns: repeat(2, 1fr); }
  .editorial__item--0, .editorial__item--1, .editorial__item--2, .editorial__item--3 { grid-column: span 2; aspect-ratio: 4/3; }
  .youtube__grid { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .pricing--simple { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; gap: 48px; }
  .contact__form { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: 8px; align-items: flex-start; }
  .pillars__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .stat-strip__inner { grid-template-columns: 1fr 1fr; gap: 32px 16px; }
  .reassurance__inner { justify-content: flex-start; }
  .included { padding: 32px 24px; }
  .included ul { grid-template-columns: 1fr; }
  .tarifs__block-head { flex-direction: column; align-items: flex-start; gap: 4px; }
  /* multi-page */
  .univers__grid { grid-template-columns: 1fr; }
  .douleurs { grid-template-columns: 1fr; }
  .process, .process--4 { grid-template-columns: 1fr; }
  .article--3col { grid-template-columns: 1fr; gap: 24px; }
  .materiel__grid { grid-template-columns: 1fr 1fr; }
  .timeline__row { grid-template-columns: 1fr; gap: 4px; }
  .page-hero { padding: 110px 24px 50px; }
}

@media (max-width: 560px) {
  .masonry { columns: 1; }
  .hero__title { font-size: clamp(40px, 12vw, 72px); }
  .pillars__grid { grid-template-columns: 1fr; }
  .materiel__grid { grid-template-columns: 1fr; }
}

/* ── Static HTML overrides (hide-by-default for mobile menu + lightbox) ── */
.mobile-menu { display: none; }
.mobile-menu.is-open { display: flex; }
.lightbox { display: none; }
.lightbox.is-open { display: grid; }

/* ── Static HTML: nav links use <a> instead of <button>, mirror CSS ── */
.nav__links a {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--fg-soft);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s;
}
.nav__links a:hover, .nav__links a.is-active { color: var(--fg); }
.nav__links a.is-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--accent);
}
.mobile-menu__inner a {
  font-family: var(--serif);
  font-size: 22px;
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  display: block;
  color: var(--fg);
}
.page-books .nav__links a,
.page-reportage .nav__links a { color: rgba(244, 242, 238, 0.78); }
.page-books .nav__links a:hover,
.page-books .nav__links a.is-active,
.page-reportage .nav__links a:hover,
.page-reportage .nav__links a.is-active { color: #f4f2ee; }

/* ── À propos : recadrer le hero sur le visage (en haut) ── */
.page-apropos .page-hero__bg img {
  object-position: center 25%;
}

/* ── Article magazine : photo flottante avec texte qui coule ── */
.article--magazine {
  max-width: 1100px;
  margin: 0 auto;
}
.article--magazine p {
  text-align: justify;
  hyphens: auto;
}
.article__figure--float {
  float: right;
  width: 42%;
  margin: 12px 0 24px 40px;
  shape-outside: margin-box;
}
.article__figure--float img {
  width: 100%;
  height: auto;
  display: block;
}
.article--magazine h3 {
  clear: none;
}
.article--magazine h3:nth-of-type(2) {
  clear: both;
}
@media (max-width: 900px) {
  .article__figure--float {
    float: none;
    width: 100%;
    margin: 24px 0;
  }
}

/* ── Note express sous étape de process ── */
.process__step-note {
  font-size: 12px;
  font-style: italic;
  margin-top: 12px;
  opacity: 0.7;
}

/* ── Note italique sous une question FAQ ── */
.faq__note {
  font-size: 12px;
  font-style: italic;
  margin-top: 8px;
  opacity: 0.7;
}

/* ── Item masonry réduit ── */
.masonry__item--small {
  text-align: center;
}
.masonry__item--small img {
  max-width: 80%;
  margin: 0 auto;
}

/* ── Approche figure flottante (mariage) ── */
.approche__grid { max-width: 1100px; }
.approche__figure {
  float: right;
  width: 45%;
  margin: 0 0 24px 40px;
  shape-outside: margin-box;
}
.approche__figure img {
  width: 100%;
  height: auto;
  display: block;
}
.approche__figure figcaption {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-top: 10px;
  text-align: center;
  line-height: 1.6;
}
.approche__figure figcaption em {
  font-family: var(--serif);
  font-style: italic;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--accent);
}
.approche__grid p { text-align: justify; hyphens: auto; }
@media (max-width: 900px) {
  .approche__figure { float: none; width: 100%; margin: 24px 0; }
}

/* Override : .approche__grid en block pour que le float right marche */
.approche .approche__grid {
  display: block !important;
  max-width: 1100px;
}
.approche .approche__grid p {
  max-width: none;
  margin-bottom: 20px;
}
.approche .approche__grid p:last-of-type {
  margin-bottom: 0;
}

/* Alignement précis : remonter la photo pour qu'elle s'aligne avec la première ligne de texte */
.approche__figure {
  margin-top: 8px;
}
.approche .approche__grid p:first-of-type {
  margin-top: 0;
}

/* Texte approche : taille augmentée pour habiller la photo */
.approche .approche__grid p {
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.6;
}

/* ── Approche layout grid (override final) ── */
.approche .approche__grid {
  display: grid !important;
  grid-template-columns: 1fr 38%;
  gap: 32px 48px;
  align-items: end;
  max-width: 1100px;
}
.approche__lead { grid-column: 1; grid-row: 1; }
.approche__lead p { margin-bottom: 20px; }
.approche__lead p:last-of-type { margin-bottom: 0; }
.approche__figure {
  float: none !important;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  margin: 0;
}
.approche__trail {
  grid-column: 1 / -1;
  grid-row: 2;
}
@media (max-width: 900px) {
  .approche .approche__grid {
    grid-template-columns: 1fr;
  }
  .approche__figure { grid-column: 1; }
}
