:root {
  --red: #b51f2a;
  --red-dark: #83151d;
  --paper: #e7e2df;
  --paper-light: #f6f2ef;
  --white: #fffdfa;
  --ink: #111112;
  --muted: #6f6763;
  --line: rgba(17, 17, 18, .15);
  --container: 1180px;
  --gutter: clamp(20px, 4vw, 64px);
  --header-height: 76px;
  --ease: cubic-bezier(.2, .72, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
::selection { color: var(--white); background: var(--red); }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--red);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - var(--gutter) * 2), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  height: var(--header-height);
  display: flex;
  align-items: center;
  color: var(--ink);
  background: rgba(231, 226, 223, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  transition: color .3s ease, background .3s ease, border-color .3s ease;
}
.site-header.site-header--hero {
  color: var(--white);
  background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,0));
  border-bottom-color: transparent;
  backdrop-filter: none;
}
.site-header.is-solid {
  color: var(--ink);
  background: rgba(231, 226, 223, .94);
  border-bottom-color: var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(calc(100% - var(--gutter) * 2), 1380px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.brand { width: 118px; }
.brand img { width: 100%; filter: brightness(0) invert(1); }
.site-header:not(.site-header--hero) .brand img,
.site-header.is-solid .brand img { filter: none; }
.main-nav { display: flex; gap: 34px; }
.main-nav a,
.header-cta {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .01em;
}
.main-nav a { position: relative; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: right .25s ease;
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { right: 0; }
.header-cta { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button--light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: var(--red); border-color: var(--red); }
.button--dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button--dark:hover { color: var(--white); background: var(--red); border-color: var(--red); }
.text-link {
  color: var(--white);
  font-size: 13px;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.hero {
  position: relative;
  min-height: 185vh;
  background: var(--ink);
}
.hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  display: grid;
  place-items: center;
  --hero-scale: 1.06;
  --hero-blur: 12px;
  --copy-opacity: 1;
  --copy-y: 0px;
}
.hero-media,
.hero-poster,
.hero-player,
.hero-player iframe,
.hero-shade,
.hero-grain { position: absolute; inset: 0; }
.hero-media {
  overflow: hidden;
  transform: scale(var(--hero-scale));
  filter: blur(var(--hero-blur));
  transition: filter .08s linear;
  will-change: transform, filter;
}
.hero-poster {
  background:
    linear-gradient(135deg, rgba(181,31,42,.34), rgba(0,0,0,.22)),
    url("assets/hero-poster.jpg") center / cover no-repeat,
    #171719;
}
.hero-player { opacity: 0; transition: opacity 1s ease; }
.hero.has-video .hero-player { opacity: 1; }
.hero-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  transform: scale(1.22);
}
.hero-shade {
  background:
    linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.08) 35%, rgba(0,0,0,.42)),
    linear-gradient(90deg, rgba(181,31,42,.18), transparent 46%, rgba(0,0,0,.08));
}
.hero-grain {
  opacity: .10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 40px));
  color: var(--white);
  text-align: center;
  opacity: var(--copy-opacity);
  transform: translateY(var(--copy-y));
  will-change: opacity, transform;
}
.eyebrow,
.section-label {
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin-bottom: 22px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .93;
  font-weight: 500;
  letter-spacing: -.055em;
}
.hero-copy > p:not(.eyebrow) {
  width: min(560px, 100%);
  margin: 0 auto 30px;
  color: rgba(255,255,255,.84);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
}
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 22px; }
.hero-focal {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 150px auto auto;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-focal strong { color: var(--white); font-size: 13px; font-variant-numeric: tabular-nums; }
.hero-focal-line { position: relative; height: 1px; background: rgba(255,255,255,.28); }
.hero-focal-line i { position: absolute; inset: 0 auto 0 0; width: 0%; background: var(--white); }

.section { position: relative; padding: clamp(100px, 12vw, 180px) 0; }
.section--paper { background: var(--paper); }
.section--white { background: var(--paper-light); }
.section--red { overflow: hidden; color: var(--white); background: var(--red); }
.centered-intro {
  width: min(720px, calc(100% - var(--gutter) * 2));
  margin-inline: auto;
  text-align: center;
}
.centered-intro h2,
.services-hero h1,
.category-heading h2,
.contact-inner h2 {
  margin-bottom: 22px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.045em;
}
.centered-intro > p:last-child,
.services-hero-inner > p:last-child,
.category-heading > p,
.contact-inner > p:not(.section-label) {
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.6;
}
.centered-intro--light > p:last-child { color: rgba(255,255,255,.76); }

.featured-film { margin-top: clamp(48px, 7vw, 90px); }
.film-card {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.film-visual {
  position: relative;
  display: block;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  background: var(--ink);
}
.film-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.film-card:hover .film-visual img { transform: scale(1.035); }
.film-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.28)); }
.film-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,253,250,.94);
  transition: transform .25s ease, background .25s ease;
}
.film-card:hover .film-play { transform: translate(-50%, -50%) scale(1.08); background: var(--red); }
.film-play i { width: 0; height: 0; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.film-caption { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.film-caption span:first-child { display: grid; gap: 3px; }
.film-caption small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.film-caption strong { font-size: 17px; font-weight: 600; }
.film-caption > span:last-child { color: var(--muted); font-size: 13px; }

.service-list { margin-top: clamp(54px, 8vw, 100px); border-top: 1px solid var(--line); }
.service-row {
  display: grid;
  grid-template-columns: 60px minmax(180px, .8fr) 1.5fr auto;
  align-items: center;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding .3s var(--ease), color .2s ease;
}
.service-row:hover { padding-left: 16px; color: var(--red); }
.service-row > span { color: var(--muted); font-size: 12px; }
.service-row h3 { margin: 0; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(28px, 3.2vw, 44px); font-weight: 400; letter-spacing: -.025em; }
.service-row p { margin: 0; color: var(--muted); }
.service-row b { font-size: 12px; font-weight: 650; border-bottom: 1px solid currentColor; }

.fox-mark {
  position: absolute;
  width: min(44vw, 620px);
  right: -10vw;
  top: 50%;
  opacity: .08;
  filter: brightness(0) invert(1);
  transform: translateY(-50%) rotate(-8deg);
}
.steps {
  position: relative;
  margin-top: clamp(56px, 8vw, 100px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.24);
}
.step { padding: 30px 24px 0 0; }
.step + .step { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.24); }
.step span { display: block; margin-bottom: 52px; color: rgba(255,255,255,.55); font-size: 11px; }
.step h3 { margin-bottom: 12px; font-size: 23px; font-weight: 500; }
.step p { margin: 0; color: rgba(255,255,255,.72); }

.contact { padding-bottom: clamp(90px, 10vw, 140px); }
.contact-inner { width: min(720px, 100%); margin-inline: auto; text-align: center; }
.contact-inner > img { width: 150px; margin: 0 auto 48px; }
.contact-inner > p:not(.section-label) { width: min(600px, 100%); margin-bottom: 30px; }

.site-footer { padding: 24px 0; color: rgba(255,255,255,.72); background: var(--ink); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; font-size: 12px; }
.footer-inner a { text-underline-offset: 4px; }

.agency-credit {
  margin-top: 1.25rem;
  margin-left: 6rem;
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.62;
  text-align: center +50px;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 calc(4vw, 64px);
  box-sizing: border-box;
}

.agency-credit a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.agency-credit:hover {
  opacity: 1;
}

.agency-credit a:hover,
.agency-credit a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.video-dialog {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
}
.video-dialog::backdrop { background: rgba(0,0,0,.92); backdrop-filter: blur(8px); }
.video-dialog-inner { background: #09090a; }
.video-dialog-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 18px; }
.video-dialog-head p { margin: 0; font-size: 13px; }
.dialog-close { padding: 8px 0; border: 0; color: rgba(255,255,255,.72); background: none; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.video-frame { aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

/* Page prestations */
.services-hero { padding: calc(var(--header-height) + clamp(80px, 10vw, 150px)) 0 clamp(80px, 10vw, 140px); background: var(--paper); }
.services-hero-inner { width: min(860px, calc(100% - var(--gutter) * 2)); text-align: center; }
.services-hero h1 { margin-bottom: 28px; font-size: clamp(50px, 7vw, 94px); }
.services-hero-inner > p:last-child { width: min(660px, 100%); }
.category-nav {
  position: sticky;
  z-index: 70;
  top: var(--header-height);
  background: rgba(246,242,239,.94);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.category-nav-inner { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 54px); overflow-x: auto; scrollbar-width: none; }
.category-nav-inner::-webkit-scrollbar { display: none; }
.category-nav a { position: relative; flex: 0 0 auto; font-size: 12px; font-weight: 650; text-decoration: none; }
.category-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -18px; height: 2px; background: var(--red); transition: right .2s ease; }
.category-nav a.is-active::after { right: 0; }
.pricing-section { padding: clamp(92px, 10vw, 150px) 0; background: var(--paper-light); scroll-margin-top: calc(var(--header-height) + 58px); }
.pricing-section:nth-of-type(odd) { background: var(--paper); }
.pricing-section--dark { color: var(--white); background: var(--ink) !important; }
.pricing-section--red { color: var(--white); background: var(--red) !important; }
.category-heading {
  display: grid;
  grid-template-columns: 130px 1fr 1fr;
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  padding-bottom: clamp(48px, 6vw, 78px);
  border-bottom: 1px solid var(--line);
}
.category-index { align-self: start; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.category-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); }
.category-heading .section-label { margin-bottom: 14px; }
.category-heading > p { max-width: 430px; margin: 0; font-size: 16px; }
.pricing-section--dark .category-heading,
.pricing-section--red .category-heading { border-color: rgba(255,255,255,.23); }
.pricing-section--dark .category-index,
.pricing-section--dark .category-heading > p,
.pricing-section--red .category-index,
.pricing-section--red .category-heading > p { color: rgba(255,255,255,.65); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.price-card {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(17,17,18,.12);
}
.pricing-section--dark .price-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.17); }
.pricing-section--red .price-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.price-card header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.pricing-section--dark .price-card header,
.pricing-section--red .price-card header { border-color: rgba(255,255,255,.18); }
.price-card header > p { margin: 0; font-family: "Instrument Serif", Georgia, serif; font-size: 27px; line-height: 1.02; font-weight: 400; letter-spacing: -.025em; }
.price-card header div { text-align: right; }
.price-card header strong { display: block; font-size: 34px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.price-card header span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.pricing-section--dark .price-card header span,
.pricing-section--red .price-card header span { color: rgba(255,255,255,.55); }
.price-summary { min-height: 78px; margin: 26px 0 18px; color: var(--muted); }
.pricing-section--dark .price-summary,
.pricing-section--red .price-summary { color: rgba(255,255,255,.68); }
.price-card ul { margin: 0 0 34px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 9px 0 9px 18px; border-bottom: 1px solid var(--line); font-size: 14px; }
.pricing-section--dark .price-card li,
.pricing-section--red .price-card li { border-color: rgba(255,255,255,.14); }
.price-card li::before { content: ""; position: absolute; left: 0; top: 17px; width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.pricing-section--red .price-card li::before { background: var(--white); }
.price-card > a { margin-top: auto; align-self: flex-start; font-size: 12px; font-weight: 700; text-underline-offset: 5px; }
.services-contact { padding: clamp(100px, 12vw, 170px) 0; background: var(--paper); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .service-row { grid-template-columns: 42px 1fr auto; gap: 18px; }
  .service-row p { grid-column: 2 / -1; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(3) { border-left: 0; }
  .step:nth-child(n+3) { margin-top: 48px; }
  .category-heading { grid-template-columns: 90px 1fr; align-items: start; }
  .category-heading > p { grid-column: 2; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .price-summary { min-height: 0; }
}

@media (max-width: 640px) {
  :root { --header-height: 68px; }
  .site-header { height: var(--header-height); }
  .brand { width: 96px; }
  .header-cta { font-size: 12px; }
  .hero { min-height: 160vh; }
  .hero-sticky { min-height: 560px; }
  .hero-player iframe { transform: scale(2.05); }
  .hero-copy { width: min(94%, 520px); }
  .hero-copy h1 { font-size: clamp(50px, 16vw, 76px); }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .hero-focal { grid-template-columns: auto 92px auto auto; bottom: 20px; }
  .section { padding: 92px 0; }
  .centered-intro h2,
  .contact-inner h2 { font-size: 43px; }
  .film-visual { aspect-ratio: 4 / 5; }
  .film-caption { align-items: flex-start; }
  .film-caption > span:last-child { display: none; }
  .service-row { grid-template-columns: 30px 1fr auto; padding: 24px 0; }
  .service-row p { font-size: 14px; }
  .steps { grid-template-columns: 1fr; }
  .step,
  .step + .step { padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .step:first-child { border-top: 0; }
  .step:nth-child(n+2) { margin-top: 30px; }
  .step span { margin-bottom: 24px; }
  .footer-inner { flex-direction: column; }
  .category-nav-inner { justify-content: flex-start; }
  .category-heading { grid-template-columns: 1fr; gap: 20px; }
  .category-heading > p { grid-column: 1; }
  .category-index { order: -1; }
  .services-hero h1 { font-size: 48px; }
  .price-card { padding: 24px; }
  .price-card header strong { font-size: 30px; }
  .video-dialog { width: 100%; }
}

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

/* --- V7 prestations posters --- */
.services-hero--posters {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(181,31,42,.12), transparent 36%),
    linear-gradient(180deg, #f7f3ef 0%, #efe7e1 100%);
}
.services-hero--posters::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(181,31,42,.12), transparent 36%),
    linear-gradient(315deg, rgba(181,31,42,.08), transparent 28%);
  pointer-events: none;
}
.pricing-section--consultation { background: #fbf8f5 !important; }
.pricing-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.poster-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 0;
  background: #110f12;
  border-color: rgba(255,255,255,.12);
  color: var(--white);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(20,12,14,.16);
}
.poster-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--poster-image);
  background-size: cover;
  background-position: center;
  filter: blur(11px) saturate(.86) contrast(1.08);
  transform: scale(1.17);
  opacity: .62;
  z-index: -3;
}
.poster-card .poster-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,8,9,.44), rgba(8,8,9,.82) 64%, rgba(8,8,9,.91)),
    linear-gradient(140deg, rgba(181,31,42,.42), transparent 31%, transparent 68%, rgba(181,31,42,.25));
  z-index: -2;
}
.poster-card::after {
  content: attr(data-poster-title);
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  font-size: clamp(30px, 2.2vw, 52px);
  line-height: .9;
  font-weight: 800;
  letter-spacing: -.06em;
  color: rgba(255,255,255,.08);
  white-space: pre-line;
  z-index: -1;
  pointer-events: none;
}
.poster-card header,
.poster-card li,
.poster-card .price-glance span {
  border-color: rgba(255,255,255,.14) !important;
}
.poster-card header span,
.poster-card .price-kicker,
.poster-card .price-summary,
.poster-card .price-note {
  color: rgba(255,255,255,.72) !important;
}
.poster-card .price-kicker {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.poster-card header > p { max-width: 200px; }
.poster-card .price-glance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 18px;
}
.poster-card .price-glance span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}
.poster-card .price-summary {
  min-height: 0;
  margin: 0 0 18px;
  font-size: 15px;
}
.poster-card > a { color: #fff; }
.poster-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(20,12,14,.24);
}
.poster-card,
.poster-card:hover {
  transition: transform .25s ease, box-shadow .25s ease;
}
.poster-card--consultation { --poster-image: linear-gradient(135deg, rgba(181,31,42,.95), rgba(17,17,18,.88)); }

@media (max-width: 1180px) {
  .pricing-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .pricing-grid--two,
  .pricing-grid--four { grid-template-columns: 1fr; }
  .poster-card header > p { max-width: none; }
}

@media (max-width: 640px) {
  .poster-card::after {
    left: 18px;
    right: 18px;
    bottom: 16px;
    font-size: 34px;
  }
  .poster-card .price-glance span {
    font-size: 10px;
  }
}


/* --- V8 : typography, inline film and real poster backgrounds --- */
.inline-video { scroll-margin-top: calc(var(--header-height) + 34px); }
.inline-video-media { position: relative; }
.inline-video-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
.inline-video-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.inline-video-trigger:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: -6px;
}
.inline-video.is-playing .film-caption strong::after {
  content: " · en lecture";
  color: var(--red);
  font-family: "Manrope", sans-serif;
  font-size: .7em;
  font-weight: 700;
}

.poster-card--whats-up-danger { --poster-image: url('assets/poster-whats-up-danger.png'); }
.poster-card--ready-player-one { --poster-image: url('assets/poster-ready-player-one.png'); }
.poster-card--the-founder { --poster-image: url('assets/poster-the-founder.png'); }
.poster-card--reality { --poster-image: url('assets/poster-reality.jpg'); }
.poster-card--la-proposition { --poster-image: url('assets/poster-la-proposition.jpg'); }
.poster-card--epouse-moi-mon-pote { --poster-image: url('assets/poster-epouse-moi-mon-pote.jpg'); }
.poster-card--love-actually { --poster-image: url('assets/poster-love-actually.jpg'); }
.poster-card--mamma-mia { --poster-image: url('assets/poster-mamma-mia.jpg'); }
.poster-card--babysitting { --poster-image: url('assets/poster-babysitting.jpg'); }
.poster-card--gatsby { --poster-image: url('assets/poster-gatsby.jpg'); }
.poster-card--projet-x { --poster-image: url('assets/poster-projet-x.png'); }
.poster-card--le-parrain { --poster-image: url('assets/poster-le-parrain.jpg'); }
.poster-card--le-parrain-ii { --poster-image: url('assets/poster-le-parrain-ii.jpg'); }
.poster-card--a-star-is-born { --poster-image: url('assets/poster-a-star-is-born.png'); }
.poster-card--99-francs { --poster-image: url('assets/poster-99-francs.jpg'); }
.poster-card--odyssee { --poster-image: url('assets/poster-odyssee.jpg'); }
.poster-card--babylon { --poster-image: url('assets/poster-babylon.jpg'); }

.poster-card header strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 600;
}
.poster-card::after {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

/* --- V9 : prestations par catégories, en slider horizontal --- */
body[data-page="services"] { background: var(--paper-light); }
.slider-intro-hint {
  margin-top: 22px !important;
  color: var(--red) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .04em;
}
.category-nav {
  box-shadow: 0 12px 38px rgba(17,17,18,.06);
}
.category-nav-shell {
  min-height: 68px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto 46px;
  align-items: center;
  gap: 14px;
}
.category-nav-inner {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.category-nav-inner::-webkit-scrollbar { display: none; }
.category-nav a {
  padding: 22px 0;
  white-space: nowrap;
  opacity: .52;
  transition: opacity .25s ease, color .25s ease, transform .25s ease;
}
.category-nav a:hover,
.category-nav a:focus-visible { opacity: 1; }
.category-nav a.is-active {
  color: var(--red);
  opacity: 1;
  transform: translateY(-1px);
}
.category-nav a::after { bottom: 0; }
.slider-arrow {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(17,17,18,.14);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,255,255,.48);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.slider-arrow:hover,
.slider-arrow:focus-visible {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  transform: scale(1.04);
}
.slider-arrow:focus-visible { outline: 3px solid rgba(181,31,42,.22); outline-offset: 3px; }
.slider-status {
  min-width: 55px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
  white-space: nowrap;
}
.slider-status strong { color: var(--red); font-size: 14px; }
.services-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--paper-light);
}
.services-slider-viewport {
  width: 100%;
  overflow: hidden;
  transition: height .65s var(--ease);
}
.services-slider-track {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transform: translate3d(0,0,0);
  transition: transform .72s var(--ease);
  will-change: transform;
}
.service-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  margin: 0;
  scroll-margin-top: calc(var(--header-height) + 68px);
}
.service-slide[aria-hidden="true"] { visibility: hidden; }
.service-slide[aria-hidden="false"] { visibility: visible; }
.service-slide .category-heading {
  transition: opacity .45s ease .15s, transform .55s var(--ease) .1s;
}
.service-slide[aria-hidden="true"] .category-heading {
  opacity: 0;
  transform: translateX(22px);
}
.service-slide[aria-hidden="false"] .category-heading {
  opacity: 1;
  transform: none;
}
.service-slide .pricing-grid {
  align-items: stretch;
}
.service-slide .poster-card {
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .services-slider-viewport,
  .services-slider-track,
  .service-slide .category-heading { transition: none; }
}

@media (max-width: 900px) {
  .category-nav-shell {
    grid-template-columns: 42px minmax(0,1fr) 42px;
    gap: 8px;
  }
  .slider-status { display: none; }
  .slider-arrow { width: 42px; height: 42px; }
  .category-nav-inner { justify-content: flex-start; gap: 26px; padding-inline: 8px; }
  .category-nav a { padding-block: 20px; }
}

@media (max-width: 640px) {
  .slider-intro-hint { display: none; }
  .services-slider-track { transition-duration: .48s; }
  .service-slide { padding-top: 72px; padding-bottom: 86px; }
  .category-nav-shell { width: calc(100% - 24px); }
  .category-nav-inner { gap: 22px; }
  .category-nav a { font-size: 11px; }
}
/* Keep the outgoing and incoming panels visible during the lateral transition. */
.service-slide[aria-hidden="true"] { visibility: visible; pointer-events: none; }

/* --- V10 : prestations éditoriales --- */
.services-v10 {
  background: var(--paper-light);
}
.services-v10 .site-header {
  background: rgba(246,242,239,.88);
}
.services-editorial-hero {
  position: relative;
  min-height: min(720px, 72vh);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 84px) 0 110px;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 22%, rgba(181,31,42,.18), transparent 26%),
    radial-gradient(circle at 16% 78%, rgba(181,31,42,.09), transparent 28%),
    linear-gradient(145deg, #f8f5f2 0%, #e9e2dd 100%);
}
.services-editorial-hero::before,
.services-editorial-hero::after {
  content: "";
  position: absolute;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(181,31,42,.16);
  border-radius: 50%;
  pointer-events: none;
}
.services-editorial-hero::before { left: -25vw; top: 6vh; }
.services-editorial-hero::after { right: -23vw; bottom: -24vw; }
.services-editorial-noise {
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.44'/%3E%3C/svg%3E");
  pointer-events: none;
}
.services-editorial-copy {
  position: relative;
  z-index: 1;
  max-width: 900px;
  text-align: center;
}
.services-editorial-copy .section-label {
  color: var(--red);
}
.services-editorial-copy h1 {
  margin: 0 0 28px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(66px, 9vw, 128px);
  line-height: .84;
  font-weight: 400;
  letter-spacing: -.055em;
}
.services-editorial-copy h1 em {
  color: var(--red);
  font-weight: 400;
}
.services-editorial-copy > p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(16px, 1.65vw, 20px);
  line-height: 1.65;
}
.services-editorial-focal {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 28px;
  width: min(680px, calc(100% - 48px));
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  color: rgba(17,17,18,.42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.services-editorial-focal i {
  height: 1px;
  background: rgba(17,17,18,.15);
}

.service-switcher {
  position: sticky;
  z-index: 72;
  top: var(--header-height);
  color: var(--ink);
  background: rgba(246,242,239,.91);
  border-top: 1px solid rgba(17,17,18,.1);
  border-bottom: 1px solid rgba(17,17,18,.1);
  backdrop-filter: blur(20px);
}
.service-switcher-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
}
.service-tabs {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
  overflow-x: auto;
  scrollbar-width: none;
}
.service-tabs::-webkit-scrollbar { display: none; }
.service-tabs a {
  position: relative;
  flex: 0 0 auto;
  padding: 28px 0 25px;
  color: rgba(17,17,18,.42);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .015em;
  transition: color .22s ease, transform .22s ease;
}
.service-tabs a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  transform: translateX(-50%);
  background: var(--red);
  transition: width .28s var(--ease);
}
.service-tabs a:hover,
.service-tabs a:focus-visible,
.service-tabs a.is-active {
  color: var(--ink);
}
.service-tabs a.is-active {
  transform: translateY(-1px);
}
.service-tabs a.is-active::after { width: 100%; }
.chapter-arrow {
  min-width: 102px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(17,17,18,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.54);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.chapter-arrow small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.chapter-arrow > span { font-size: 20px; line-height: 1; }
.chapter-arrow:hover,
.chapter-arrow:focus-visible {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-1px);
}
.chapter-arrow:focus-visible {
  outline: 3px solid rgba(181,31,42,.2);
  outline-offset: 3px;
}
.service-count {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: rgba(17,17,18,.35);
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}
.service-count strong {
  color: var(--red);
  font-size: 18px;
}

.services-slider--editorial {
  background: var(--paper-light);
}
.services-slider--editorial .services-slider-viewport {
  overflow: hidden;
  transition: height .72s var(--ease);
}
.services-slider--editorial .services-slider-track {
  display: flex;
  align-items: flex-start;
  transition: transform .72s var(--ease);
  will-change: transform;
}
.services-slider--editorial .service-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  visibility: visible !important;
  pointer-events: none;
}
.services-slider--editorial .service-slide[aria-hidden="false"] {
  pointer-events: auto;
}
.service-chapter {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 8vw, 118px) 0 clamp(92px, 10vw, 148px);
}
.service-chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .7;
  pointer-events: none;
}
.service-chapter--paper {
  color: var(--ink);
  background: #e8e2de;
}
.service-chapter--paper::before {
  background: radial-gradient(circle at 92% 6%, rgba(181,31,42,.16), transparent 30%);
}
.service-chapter--light {
  color: var(--ink);
  background: #f6f2ef;
}
.service-chapter--light::before {
  background: linear-gradient(145deg, rgba(181,31,42,.08), transparent 30%);
}
.service-chapter--dark {
  color: var(--white);
  background: #111112;
}
.service-chapter--dark::before {
  background:
    radial-gradient(circle at 86% 4%, rgba(181,31,42,.34), transparent 34%),
    linear-gradient(150deg, transparent, rgba(181,31,42,.12));
}
.service-chapter--red {
  color: var(--white);
  background: var(--red);
}
.service-chapter--red::before {
  background:
    radial-gradient(circle at 84% 12%, rgba(255,255,255,.15), transparent 28%),
    linear-gradient(160deg, rgba(0,0,0,.11), transparent 40%);
}
.chapter-layout {
  position: relative;
  z-index: 1;
}
.chapter-heading {
  display: grid;
  grid-template-columns: 90px minmax(0, 1.3fr) minmax(280px, .72fr);
  align-items: end;
  gap: clamp(28px, 5vw, 76px);
  padding-bottom: clamp(42px, 5vw, 66px);
  border-bottom: 1px solid rgba(17,17,18,.15);
  transition: opacity .45s ease .12s, transform .55s var(--ease) .08s;
}
.service-chapter--dark .chapter-heading,
.service-chapter--red .chapter-heading {
  border-color: rgba(255,255,255,.18);
}
.service-slide[aria-hidden="true"] .chapter-heading {
  opacity: 0;
  transform: translateX(22px);
}
.chapter-number {
  align-self: start;
  display: grid;
  gap: 2px;
}
.chapter-number span {
  font-family: "Instrument Serif", Georgia, serif;
  color: var(--red);
  font-size: 44px;
  line-height: 1;
}
.chapter-number small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-chapter--dark .chapter-number span,
.service-chapter--red .chapter-number span { color: var(--white); }
.service-chapter--dark .chapter-number small,
.service-chapter--red .chapter-number small { color: rgba(255,255,255,.55); }
.chapter-title .section-label { margin-bottom: 14px; }
.chapter-title h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: .9;
  font-weight: 400;
  letter-spacing: -.045em;
}
.chapter-title h2 em {
  color: var(--red);
  font-weight: 400;
}
.service-chapter--dark .chapter-title h2 em,
.service-chapter--red .chapter-title h2 em { color: var(--white); opacity: .68; }
.chapter-intro {
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.65;
}
.service-chapter--dark .chapter-intro,
.service-chapter--red .chapter-intro { color: rgba(255,255,255,.68); }

.offers-grid {
  display: grid;
  gap: 16px;
  align-items: stretch;
  margin-top: clamp(30px, 4vw, 52px);
}
.offers-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin-inline: auto;
}
.offers-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.offers-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.offer-card {
  --poster-position: center;
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: 168px 1fr;
  overflow: hidden;
  border: 1px solid rgba(17,17,18,.11);
  border-radius: 18px;
  background: #151416;
  box-shadow: 0 18px 52px rgba(16,10,12,.12);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(16,10,12,.2);
}
.offer-card::before {
  content: "";
  position: absolute;
  inset: -12px -12px auto;
  height: 205px;
  background-image: var(--poster-image);
  background-position: var(--poster-position);
  background-size: cover;
  filter: blur(4px) saturate(.9) contrast(1.06);
  transform: scale(1.05);
  z-index: 0;
}
.offer-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 170px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.66)),
    linear-gradient(130deg, rgba(181,31,42,.22), transparent 56%);
  z-index: 1;
  pointer-events: none;
}
.offer-card--plain::before {
  background-image:
    radial-gradient(circle at 78% 24%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, #b51f2a, #641018 70%, #111112);
  filter: none;
}
.offer-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 24px 24px;
  color: var(--white);
}
.offer-kicker {
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.offer-visual h3 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 3.1vw, 50px);
  line-height: .88;
  font-weight: 400;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.offers-grid--4 .offer-visual h3 {
  font-size: clamp(29px, 2.35vw, 40px);
}
.offer-panel {
  position: relative;
  z-index: 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: var(--ink);
  background: rgba(255,253,250,.95);
  backdrop-filter: blur(18px);
}
.offer-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17,17,18,.12);
}
.offer-price strong {
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.offers-grid--4 .offer-price strong { font-size: clamp(22px, 1.75vw, 29px); }
.offer-price > span {
  max-width: 110px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.offer-panel > p {
  min-height: 68px;
  margin: 18px 0;
  color: #5f5854;
  font-size: 14px;
  line-height: 1.55;
}
.offer-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
  margin: 0 0 16px;
}
.offer-facts > div {
  min-width: 0;
  padding: 11px 12px;
  border-radius: 10px;
  background: rgba(17,17,18,.045);
}
.offer-facts dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.offer-facts dd {
  margin: 0;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}
.offer-list {
  display: grid;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.offer-list li {
  position: relative;
  padding: 8px 0 8px 15px;
  border-bottom: 1px solid rgba(17,17,18,.085);
  font-size: 11px;
  line-height: 1.45;
}
.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}
.offer-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(17,17,18,.12);
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
  letter-spacing: .02em;
}
.offer-cta span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-size: 14px;
  transition: transform .2s ease;
}
.offer-cta:hover span { transform: rotate(45deg); }

/* Poster positions tuned for readability */
.poster-card--ready-player-one { --poster-position: center 27%; }
.poster-card--the-founder { --poster-position: center 22%; }
.poster-card--reality { --poster-position: center 30%; }
.poster-card--la-proposition { --poster-position: center 30%; }
.poster-card--epouse-moi-mon-pote { --poster-position: center 26%; }
.poster-card--love-actually { --poster-position: center 30%; }
.poster-card--mamma-mia { --poster-position: center 27%; }
.poster-card--babysitting { --poster-position: center 29%; }
.poster-card--gatsby { --poster-position: center 22%; }
.poster-card--projet-x { --poster-position: center 26%; }
.poster-card--le-parrain { --poster-position: center 22%; }
.poster-card--le-parrain-ii { --poster-position: center 24%; }
.poster-card--a-star-is-born { --poster-position: center 26%; }
.poster-card--99-francs { --poster-position: center 23%; }
.poster-card--odyssee { --poster-position: center 24%; }
.poster-card--babylon { --poster-position: center 22%; }

.services-v10 .services-contact {
  background: #eee8e3;
}

@media (max-width: 1120px) {
  .chapter-heading {
    grid-template-columns: 72px minmax(0,1fr);
  }
  .chapter-intro {
    grid-column: 2;
    max-width: 620px;
  }
  .offers-grid--4 {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .offers-grid--4 .offer-visual h3 { font-size: clamp(34px, 5vw, 48px); }
  .offers-grid--4 .offer-price strong { font-size: clamp(25px, 3vw, 34px); }
}

@media (max-width: 900px) {
  .services-editorial-hero {
    min-height: 610px;
    padding-top: calc(var(--header-height) + 70px);
  }
  .service-switcher-inner {
    grid-template-columns: 44px minmax(0,1fr) 44px;
    min-height: 72px;
    gap: 8px;
  }
  .chapter-arrow {
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
  }
  .chapter-arrow small,
  .service-count { display: none; }
  .service-tabs {
    justify-content: flex-start;
    gap: 28px;
    padding-inline: 8px;
  }
  .service-tabs a { padding-block: 24px 21px; }
  .chapter-heading {
    grid-template-columns: 58px minmax(0,1fr);
    gap: 24px;
  }
  .chapter-intro { grid-column: 2; }
  .offers-grid--2,
  .offers-grid--3,
  .offers-grid--4 {
    max-width: none;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(290px, 78vw);
    grid-template-columns: none;
    gap: 14px;
    margin-inline: calc(var(--gutter) * -1);
    padding: 2px var(--gutter) 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .offers-grid::-webkit-scrollbar { display: none; }
  .offer-card { scroll-snap-align: start; }
}

@media (max-width: 640px) {
  .services-editorial-hero {
    min-height: 540px;
    padding: calc(var(--header-height) + 48px) 0 88px;
  }
  .services-editorial-copy h1 {
    font-size: clamp(58px, 18vw, 82px);
  }
  .services-editorial-copy > p:last-child { font-size: 15px; }
  .services-editorial-focal {
    width: calc(100% - 32px);
    gap: 7px;
    font-size: 8px;
  }
  .service-tabs { gap: 22px; }
  .service-tabs a { font-size: 10px; }
  .service-chapter { padding-block: 62px 92px; }
  .chapter-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 34px;
  }
  .chapter-number {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  .chapter-number span { font-size: 34px; }
  .chapter-intro { grid-column: 1; font-size: 15px; }
  .chapter-title h2 { font-size: clamp(45px, 13vw, 62px); }
  .offers-grid--2,
  .offers-grid--3,
  .offers-grid--4 {
    grid-auto-columns: minmax(278px, 88vw);
  }
  .offer-card { grid-template-rows: 154px 1fr; }
  .offer-card::before { height: 188px; }
  .offer-card::after { height: 156px; }
  .offer-visual { padding: 20px; }
  .offer-visual h3,
  .offers-grid--4 .offer-visual h3 { font-size: 37px; }
  .offer-panel { padding: 21px; }
  .offer-panel > p { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .services-slider--editorial .services-slider-viewport,
  .services-slider--editorial .services-slider-track,
  .chapter-heading,
  .offer-card { transition: none; }
}

/* --- V11 : prestations immédiates et normalisées --- */
.services-v11 {
  background: #f6f2ef;
}
.services-v11 main {
  min-height: 100vh;
  padding-top: var(--header-height);
  background: #f6f2ef;
}
.services-v11 .site-header {
  background: rgba(246,242,239,.94);
}
.services-v11 .service-switcher {
  top: var(--header-height);
  background: rgba(246,242,239,.96);
  border-top: 0;
}
.services-v11 .service-switcher-inner {
  width: min(calc(100% - clamp(48px, 8vw, 144px)), 1500px);
  min-height: 78px;
}
.services-v11 .services-slider--editorial,
.services-v11 .service-chapter,
.services-v11 .service-chapter--paper,
.services-v11 .service-chapter--light,
.services-v11 .service-chapter--dark,
.services-v11 .service-chapter--red {
  color: var(--ink);
  background: #f6f2ef;
}
.services-v11 .service-chapter::before {
  display: none;
}
.services-v11 .service-chapter {
  min-height: calc(100vh - var(--header-height) - 78px);
  padding: clamp(46px, 5vw, 72px) 0 clamp(72px, 7vw, 104px);
}
.services-v11 .chapter-layout {
  width: min(calc(100% - clamp(48px, 8vw, 144px)), 1500px);
  max-width: none;
}
.services-v11 .offers-grid {
  width: 100%;
  margin-top: 0;
  gap: clamp(12px, 1.15vw, 18px);
}
.services-v11 .offers-grid--2 {
  max-width: 940px;
  margin-inline: auto;
}
.services-v11 .offers-grid--3 {
  max-width: 1120px;
  margin-inline: auto;
}
.services-v11 .offers-grid--4 {
  max-width: 1500px;
  margin-inline: auto;
}
.services-v11 .offer-card {
  min-height: 584px;
  height: 100%;
  grid-template-rows: 164px minmax(0, 1fr);
  border-color: rgba(17,17,18,.2);
  border-radius: 18px;
  background: #171618;
  box-shadow: 0 20px 58px rgba(25,16,18,.12);
}
.services-v11 .offer-card::before {
  height: 198px;
}
.services-v11 .offer-card::after {
  height: 166px;
}
.services-v11 .offer-visual {
  min-height: 164px;
  padding: 20px 22px 22px;
}
.services-v11 .offer-visual h3,
.services-v11 .offers-grid--4 .offer-visual h3 {
  min-height: 2em;
  display: flex;
  align-items: flex-end;
  font-size: clamp(31px, 2.35vw, 42px);
  line-height: .88;
}
.services-v11 .offer-panel {
  display: flex;
  min-height: 420px;
  padding: 24px 22px 20px;
  background: #fffdfa;
}
.services-v11 .offer-price {
  min-height: 54px;
  align-items: center;
}
.services-v11 .offer-price strong,
.services-v11 .offers-grid--4 .offer-price strong {
  font-size: clamp(25px, 1.9vw, 33px);
}
.services-v11 .offer-panel > p {
  min-height: 72px;
  margin: 18px 0 16px;
}
.services-v11 .offer-facts {
  min-height: 60px;
  margin-bottom: 14px;
}
.services-v11 .offer-list {
  min-height: 108px;
  margin-bottom: 18px;
}
.services-v11 .offer-cta {
  min-height: 50px;
}
.services-v11 .services-contact {
  background: #ece6e1;
}

@media (min-width: 1400px) {
  .services-v11 .offers-grid--4 .offer-panel {
    padding-inline: 24px;
  }
  .services-v11 .offers-grid--4 .offer-visual h3 {
    font-size: clamp(31px, 2vw, 39px);
  }
}

@media (max-width: 1120px) {
  .services-v11 .offers-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 940px;
  }
}

@media (max-width: 900px) {
  .services-v11 .service-switcher-inner {
    width: calc(100% - 24px);
  }
  .services-v11 .chapter-layout {
    width: min(calc(100% - 32px), 1500px);
  }
  .services-v11 .service-chapter {
    padding-top: 34px;
  }
  .services-v11 .offers-grid--2,
  .services-v11 .offers-grid--3,
  .services-v11 .offers-grid--4 {
    width: auto;
    max-width: none;
    margin-inline: -16px;
    padding-inline: 16px;
  }
  .services-v11 .offer-card {
    min-height: 568px;
  }
}

@media (max-width: 640px) {
  .services-v11 .service-switcher-inner {
    min-height: 68px;
  }
  .services-v11 .service-chapter {
    min-height: calc(100vh - var(--header-height) - 68px);
    padding: 26px 0 70px;
  }
  .services-v11 .offer-card {
    grid-template-rows: 154px minmax(0, 1fr);
  }
  .services-v11 .offer-panel {
    min-height: 406px;
  }
  .services-v11 .offer-panel > p {
    min-height: 0;
  }
}

/* --- V12 : fond fixe, formules en lignes horizontales --- */
.services-v12 {
  height: 100svh;
  overflow: hidden;
  background: #f4f0ed;
}
.services-v12 main {
  height: 100svh;
  min-height: 0;
  padding-top: var(--header-height);
  background: #f4f0ed;
}
.services-v12 .site-header {
  background: rgba(244,240,237,.96);
}
.services-v12 .service-switcher {
  top: var(--header-height);
  background: rgba(244,240,237,.96);
  border-top: 0;
}
.services-v12 .service-switcher-inner {
  width: min(calc(100% - clamp(40px, 5vw, 88px)), 1640px);
  min-height: 76px;
}
.services-v12 .services-slider--editorial {
  height: calc(100svh - var(--header-height) - 76px);
  background: #f4f0ed;
}
.services-v12 .services-slider-viewport {
  height: 100% !important;
  overflow: hidden;
  background: #f4f0ed;
  transition: none;
}
.services-v12 .services-slider-track {
  height: 100%;
  align-items: stretch;
}
.services-v12 .service-slide,
.services-v12 .service-chapter,
.services-v12 .service-chapter--paper,
.services-v12 .service-chapter--light,
.services-v12 .service-chapter--dark,
.services-v12 .service-chapter--red {
  height: 100%;
  min-height: 0;
  color: var(--ink);
  background: transparent;
}
.services-v12 .service-chapter::before { display: none; }
.services-v12 .service-chapter {
  overflow: hidden;
  padding: 14px 0 18px;
}
.services-v12 .chapter-layout {
  width: min(calc(100% - clamp(40px, 5vw, 88px)), 1640px);
  max-width: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.services-v12 .offers-grid,
.services-v12 .offers-grid--2,
.services-v12 .offers-grid--3,
.services-v12 .offers-grid--4 {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-self: center;
}
.services-v12 .offers-grid--2 {
  height: min(430px, calc(100% - 18px));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.services-v12 .offers-grid--3 {
  height: min(600px, calc(100% - 18px));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.services-v12 .offers-grid--4 {
  height: min(710px, calc(100% - 18px));
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.services-v12 .offer-card {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: clamp(190px, 18vw, 280px) minmax(0, 1fr);
  grid-template-rows: 1fr;
  overflow: hidden;
  border: 1px solid rgba(17,17,18,.16);
  border-radius: 15px;
  background: #fffdfa;
  box-shadow: 0 10px 30px rgba(24,16,18,.07);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.services-v12 .offer-card:hover {
  transform: translateX(4px);
  border-color: rgba(181,31,42,.46);
  box-shadow: 0 16px 42px rgba(24,16,18,.12);
}
.services-v12 .offer-card::before {
  inset: -8px auto -8px -8px;
  width: calc(clamp(190px, 18vw, 280px) + 16px);
  height: auto;
  background-position: var(--poster-position);
  filter: blur(3px) saturate(.84) contrast(1.04);
  transform: scale(1.04);
}
.services-v12 .offer-card::after {
  inset: 0 auto 0 0;
  width: clamp(190px, 18vw, 280px);
  height: auto;
  background:
    linear-gradient(90deg, rgba(0,0,0,.24), rgba(0,0,0,.08)),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72));
}
.services-v12 .offer-visual {
  min-height: 0;
  height: 100%;
  padding: 16px 18px;
  justify-content: space-between;
}
.services-v12 .offer-kicker {
  padding: 5px 8px;
  font-size: 7px;
}
.services-v12 .offer-visual h3,
.services-v12 .offers-grid--4 .offer-visual h3 {
  min-height: 0;
  display: block;
  font-size: clamp(27px, 2.15vw, 39px);
  line-height: .9;
}
.services-v12 .offer-panel {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns:
    minmax(145px, .72fr)
    minmax(190px, 1.12fr)
    minmax(210px, .9fr)
    minmax(220px, 1.05fr)
    minmax(135px, .58fr);
  align-items: center;
  gap: clamp(12px, 1.4vw, 24px);
  padding: 14px clamp(16px, 1.7vw, 28px);
  background: #fffdfa;
}
.services-v12 .offer-price {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  padding: 0 clamp(14px, 1.4vw, 24px) 0 0;
  border: 0;
  border-right: 1px solid rgba(17,17,18,.1);
}
.services-v12 .offer-price strong,
.services-v12 .offers-grid--4 .offer-price strong {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(23px, 1.75vw, 31px);
  line-height: .94;
}
.services-v12 .offer-price strong small {
  margin-bottom: 5px;
  color: var(--red);
  font-size: 8px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.services-v12 .offer-price > span {
  max-width: none;
  font-size: 8px;
  text-align: left;
}
.services-v12 .offer-panel > p {
  min-height: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: clamp(12px, 1.2vw, 22px);
  border-right: 1px solid rgba(17,17,18,.1);
  color: #625a56;
  font-size: clamp(11px, .82vw, 13px);
  line-height: 1.5;
}
.services-v12 .offer-facts {
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 7px;
}
.services-v12 .offer-facts > div {
  padding: 9px 10px;
  border-radius: 9px;
  background: #f1eeeb;
}
.services-v12 .offer-facts dt { font-size: 7px; }
.services-v12 .offer-facts dd { font-size: 10px; }
.services-v12 .offer-list {
  min-height: 0;
  margin: 0;
  display: grid;
  align-content: center;
}
.services-v12 .offer-list li {
  padding: 5px 0 5px 13px;
  font-size: clamp(9px, .68vw, 11px);
  line-height: 1.35;
}
.services-v12 .offer-list li::before {
  top: 10px;
  width: 4px;
  height: 4px;
}
.services-v12 .offer-cta {
  min-height: 46px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  line-height: 1.3;
}
.services-v12 .offer-cta span {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}
.services-v12 .services-contact,
.services-v12 .site-footer {
  display: none;
}

@media (max-width: 1280px) {
  .services-v12 .offer-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .services-v12 .offer-card::before {
    width: 206px;
  }
  .services-v12 .offer-card::after {
    width: 190px;
  }
  .services-v12 .offer-panel {
    grid-template-columns: 135px minmax(170px,1fr) 190px minmax(190px,1fr) 112px;
    gap: 12px;
  }
}

@media (max-width: 1050px) {
  .services-v12 {
    height: auto;
    min-height: 100svh;
    overflow-y: auto;
  }
  .services-v12 main {
    height: auto;
    min-height: 100svh;
  }
  .services-v12 .services-slider--editorial,
  .services-v12 .services-slider-viewport {
    height: auto !important;
    min-height: calc(100svh - var(--header-height) - 76px);
  }
  .services-v12 .service-slide,
  .services-v12 .service-chapter {
    height: auto;
    min-height: calc(100svh - var(--header-height) - 76px);
  }
  .services-v12 .chapter-layout {
    height: auto;
    min-height: inherit;
    padding-block: 18px 42px;
  }
  .services-v12 .offers-grid--2,
  .services-v12 .offers-grid--3,
  .services-v12 .offers-grid--4 {
    height: auto;
    grid-template-rows: none;
  }
  .services-v12 .offer-card {
    min-height: 188px;
    height: auto;
    grid-template-columns: 170px minmax(0,1fr);
  }
  .services-v12 .offer-card::before { width: 186px; }
  .services-v12 .offer-card::after { width: 170px; }
  .services-v12 .offer-panel {
    grid-template-columns: 130px minmax(180px,1fr) minmax(180px,.9fr);
    grid-template-areas:
      "price copy facts"
      "list list cta";
    row-gap: 10px;
  }
  .services-v12 .offer-price { grid-area: price; }
  .services-v12 .offer-panel > p { grid-area: copy; }
  .services-v12 .offer-facts { grid-area: facts; }
  .services-v12 .offer-list { grid-area: list; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .services-v12 .offer-cta { grid-area: cta; }
}

@media (max-width: 760px) {
  .services-v12 .service-switcher-inner {
    width: calc(100% - 20px);
    min-height: 68px;
    grid-template-columns: auto minmax(0,1fr) auto;
  }
  .services-v12 .service-count { display: none; }
  .services-v12 .chapter-arrow {
    min-width: 42px;
    width: 42px;
    padding: 0;
  }
  .services-v12 .chapter-arrow small { display: none; }
  .services-v12 .services-slider--editorial,
  .services-v12 .services-slider-viewport {
    min-height: calc(100svh - var(--header-height) - 68px);
  }
  .services-v12 .service-slide,
  .services-v12 .service-chapter {
    min-height: calc(100svh - var(--header-height) - 68px);
  }
  .services-v12 .chapter-layout {
    width: calc(100% - 24px);
    padding-block: 14px 34px;
  }
  .services-v12 .offer-card {
    min-height: 0;
    grid-template-columns: 118px minmax(0,1fr);
  }
  .services-v12 .offer-card::before { width: 134px; }
  .services-v12 .offer-card::after { width: 118px; }
  .services-v12 .offer-visual { padding: 12px; }
  .services-v12 .offer-visual h3,
  .services-v12 .offers-grid--4 .offer-visual h3 { font-size: 25px; }
  .services-v12 .offer-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "price cta"
      "copy copy"
      "facts facts"
      "list list";
    gap: 10px;
    padding: 14px;
  }
  .services-v12 .offer-price {
    height: auto;
    padding: 0;
    border-right: 0;
  }
  .services-v12 .offer-price strong,
  .services-v12 .offers-grid--4 .offer-price strong { font-size: 22px; }
  .services-v12 .offer-panel > p {
    height: auto;
    padding: 0;
    border-right: 0;
    font-size: 11px;
  }
  .services-v12 .offer-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .services-v12 .offer-list { grid-template-columns: 1fr; }
  .services-v12 .offer-list li:nth-child(n+3) { display: none; }
  .services-v12 .offer-cta {
    width: 34px;
    justify-self: end;
    font-size: 0;
  }
}
@media (min-width: 1281px) {
  .services-v12 .offer-panel {
    grid-template-columns:
      minmax(145px, .72fr)
      minmax(190px, 1.08fr)
      minmax(210px, .9fr)
      minmax(210px, 1fr)
      minmax(165px, .68fr);
  }
}

/* --- V13 : mascotte, navigation latérale et formulaire de contact --- */
.brand--lockup {
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
}
.brand--lockup img {
  width: 92px;
  height: auto;
  flex: 0 0 auto;
}
.brand-duck {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  overflow: visible;
  color: inherit;
}
.brand-duck .duck-fill,
.contact-duck .duck-fill {
  fill: currentColor;
}
.brand-duck .duck-detail {
  stroke: #141214;
}
.site-header:not(.site-header--hero) .brand-duck,
.site-header.is-solid .brand-duck {
  color: var(--red);
}
.site-header:not(.site-header--hero) .brand-duck .duck-detail,
.site-header.is-solid .brand-duck .duck-detail {
  stroke: var(--paper-light);
}

/* Les catégories restent dans le sous-header ; les commandes sont dans la scène. */
.services-v13 .service-switcher-inner {
  grid-template-columns: minmax(0, 1fr) auto;
}
.services-v13 .services-slider--editorial {
  position: relative;
}
.services-v13 .chapter-layout {
  width: min(calc(100% - clamp(142px, 11vw, 198px)), 1640px);
}
.services-v13 .chapter-arrow--side {
  position: absolute;
  z-index: 14;
  top: 50%;
  width: 58px;
  min-width: 58px;
  height: 58px;
  padding: 0;
  gap: 0;
  color: var(--ink);
  background: rgba(255,253,250,.86);
  border-color: rgba(17,17,18,.16);
  box-shadow: 0 14px 34px rgba(24,16,18,.1);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
}
.services-v13 .chapter-arrow--side small { display: none; }
.services-v13 .chapter-arrow--side > span { font-size: 25px; }
.services-v13 .chapter-arrow--side.chapter-arrow--prev { left: clamp(12px, 2vw, 34px); }
.services-v13 .chapter-arrow--side.chapter-arrow--next { right: clamp(12px, 2vw, 34px); }
.services-v13 .chapter-arrow--side:hover,
.services-v13 .chapter-arrow--side:focus-visible {
  transform: translateY(-50%) scale(1.045);
}

/* Contact de la page d’accueil */
.contact {
  padding-top: clamp(92px, 10vw, 148px);
  padding-bottom: clamp(94px, 10vw, 148px);
}
.contact-shell {
  width: min(calc(100% - var(--gutter) * 2), 1220px);
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(54px, 8vw, 118px);
}
.contact-intro {
  position: sticky;
  top: calc(var(--header-height) + 42px);
  text-align: left;
}
.contact-duck {
  width: 92px;
  height: 92px;
  margin: 0 0 34px;
  color: var(--red);
}
.contact-duck .duck-detail { stroke: var(--paper-light); }
.contact-intro h2 {
  margin: 0 0 22px;
  font-size: clamp(52px, 5.4vw, 82px);
  line-height: .9;
  letter-spacing: -.045em;
}
.contact-intro > p:not(.section-label) {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}
.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
.contact-direct span {
  padding: 9px 12px;
  border: 1px solid rgba(17,17,18,.12);
  border-radius: 999px;
  color: rgba(17,17,18,.64);
  background: rgba(255,255,255,.38);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}
.contact-form {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(17,17,18,.14);
  border-radius: 22px;
  background: rgba(255,253,250,.86);
  box-shadow: 0 28px 70px rgba(24,16,18,.09);
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 18px;
}
.form-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.form-field--full { grid-column: 1 / -1; }
.form-field label {
  color: rgba(17,17,18,.72);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.form-field label span {
  color: rgba(17,17,18,.38);
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(17,17,18,.2);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.55;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(17,17,18,.34); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 1px 0 var(--red);
}
.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 25px 0 0;
  color: rgba(17,17,18,.58);
  font-size: 11px;
  line-height: 1.5;
}
.form-consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--red);
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.contact-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}
.contact-form-footer .button {
  min-width: 190px;
  border: 0;
  cursor: pointer;
}
.contact-form-footer .button:disabled {
  cursor: wait;
  opacity: .62;
}
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.form-status.is-success { color: #287b50; }
.form-status.is-error { color: var(--red); }

@media (max-width: 900px) {
  .brand--lockup img { width: 82px; }
  .brand-duck { width: 30px; height: 30px; }
  .contact-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .contact-intro { position: static; text-align: center; }
  .contact-duck { margin-inline: auto; }
  .contact-intro > p:not(.section-label) { margin-inline: auto; }
  .contact-direct { justify-content: center; }
}

@media (max-width: 760px) {
  .services-v13 .service-switcher-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .services-v13 .chapter-layout {
    width: calc(100% - 72px);
  }
  .services-v13 .chapter-arrow--side {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .services-v13 .chapter-arrow--side.chapter-arrow--prev { left: 7px; }
  .services-v13 .chapter-arrow--side.chapter-arrow--next { right: 7px; }
  .services-v13 .chapter-arrow--side > span { font-size: 20px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .contact-form-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-form-footer .button { width: 100%; }
  .form-status { text-align: center; }
}

@media (max-width: 520px) {
  .brand--lockup { gap: 6px; }
  .brand--lockup img { width: 74px; }
  .brand-duck { width: 27px; height: 27px; }
  .contact-form { padding: 24px 20px; border-radius: 17px; }
}

/* --- V14 : logo renard, flèches pointues et contact vivant --- */
.brand--lockup {
  gap: 8px;
}
.brand--lockup .brand-fox {
  width: 34px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand--lockup .brand-wordmark {
  width: 82px;
  height: auto;
  flex: 0 0 auto;
}

/* Navigation latérale : pointes seules, sans barre. */
.services-v13 .chapter-arrow--side {
  width: 58px;
  min-width: 58px;
  height: 52px;
  padding: 0;
  color: var(--red);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}
.services-v13 .chapter-arrow--side > span {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.services-v13 .chapter-arrow--side > span::before {
  content: none;
}
.services-v13 .chapter-arrow--side > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 3px solid currentColor;
  transform-origin: center;
}
.services-v13 .chapter-arrow--side.chapter-arrow--prev > span::after {
  border-left: 3px solid currentColor;
  transform: translate(-40%, -50%) rotate(-45deg);
}
.services-v13 .chapter-arrow--side.chapter-arrow--next > span::after {
  border-right: 3px solid currentColor;
  transform: translate(-60%, -50%) rotate(45deg);
}
.services-v13 .chapter-arrow--side:hover,
.services-v13 .chapter-arrow--side:focus-visible {
  color: var(--red-dark);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.services-v13 .chapter-arrow--side.chapter-arrow--prev:hover,
.services-v13 .chapter-arrow--side.chapter-arrow--prev:focus-visible {
  transform: translate(-6px, -50%);
}
.services-v13 .chapter-arrow--side.chapter-arrow--next:hover,
.services-v13 .chapter-arrow--side.chapter-arrow--next:focus-visible {
  transform: translate(6px, -50%);
}
.services-v13 .chapter-arrow--side:focus-visible {
  outline: 2px solid rgba(181,31,42,.32);
  outline-offset: 5px;
}

/* Contact : une scène distincte, plus vivante mais toujours lisible. */
.contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.13), transparent 25%),
    radial-gradient(circle at 84% 82%, rgba(17,17,18,.22), transparent 30%),
    linear-gradient(135deg, #9d1822 0%, var(--red) 48%, #6f1018 100%) !important;
}
.contact::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(62vw, 860px);
  aspect-ratio: 1;
  left: -20vw;
  top: -31vw;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(255,255,255,.025),
    0 0 0 170px rgba(255,255,255,.02),
    0 0 0 270px rgba(255,255,255,.015);
  animation: contactLens 16s ease-in-out infinite alternate;
}
.contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,.075) 46.2% 46.7%, transparent 47% 100%),
    radial-gradient(circle, rgba(255,255,255,.22) 0 1px, transparent 1.5px);
  background-size: 100% 100%, 34px 34px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 82%, transparent);
  pointer-events: none;
}
.contact-shell {
  width: min(calc(100% - var(--gutter) * 2), 1180px);
  display: block;
}
.contact-intro {
  position: relative;
  top: auto;
  max-width: 790px;
  margin: 0 auto clamp(42px, 6vw, 72px);
  text-align: center;
}
.contact-mascot-stage {
  position: relative;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: var(--paper-light);
  box-shadow: 0 24px 55px rgba(35,7,10,.26);
  animation: foxFloat 5.4s ease-in-out infinite;
}
.contact-fox {
  position: relative;
  z-index: 2;
  width: 84px;
  height: 89px;
  object-fit: contain;
}
.contact-orbit {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  animation: orbitPulse 4.8s ease-out infinite;
}
.contact-orbit--two {
  inset: -28px;
  opacity: .5;
  animation-delay: 1.45s;
}
.contact-intro .section-label { color: rgba(255,255,255,.7); }
.contact-intro h2 {
  max-width: none;
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(58px, 6.5vw, 98px);
  line-height: .88;
  text-wrap: balance;
}
.contact-intro > p:not(.section-label) {
  max-width: 690px;
  margin-inline: auto;
  color: rgba(255,255,255,.75);
  font-size: 17px;
}
.contact-direct {
  justify-content: center;
  margin-top: 28px;
}
.contact-direct span {
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
  backdrop-filter: blur(8px);
}
.contact-form {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
  overflow: hidden;
  padding: clamp(30px, 4.5vw, 56px);
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 28px;
  color: var(--ink);
  background: rgba(255,253,250,.96);
  box-shadow: 0 38px 95px rgba(38,6,10,.28);
}
.contact-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--red-dark), #f0c552, var(--red), #f0c552, var(--red-dark));
  background-size: 240% 100%;
  animation: contactSweep 7s linear infinite;
}
.contact-form::after {
  content: "REC  •  ABINTO  •  135 MM";
  position: absolute;
  top: 18px;
  right: 26px;
  color: rgba(181,31,42,.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}
.contact-form-grid { margin-top: 14px; }
.contact-form-footer .button {
  min-width: 220px;
  background: var(--red);
  border-color: var(--red);
}
.contact-form-footer .button:hover {
  background: var(--ink);
  border-color: var(--ink);
}

.services-contact-fox {
  width: 92px !important;
  height: auto;
  margin: 0 auto 24px;
}

@keyframes foxFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-9px) rotate(1.5deg); }
}
@keyframes orbitPulse {
  0% { transform: scale(.86); opacity: 0; }
  28% { opacity: .75; }
  100% { transform: scale(1.18); opacity: 0; }
}
@keyframes contactLens {
  from { transform: translate3d(0,0,0) scale(.95); }
  to { transform: translate3d(4vw,3vw,0) scale(1.04); }
}
@keyframes contactSweep {
  to { background-position: 240% 0; }
}

@media (max-width: 900px) {
  .brand--lockup .brand-fox { width: 31px; height: 33px; }
  .brand--lockup .brand-wordmark { width: 76px; }
  .contact-intro { text-align: center; }
  .contact-mascot-stage { width: 112px; height: 112px; }
  .contact-fox { width: 74px; height: 78px; }
}

@media (max-width: 760px) {
  .services-v13 .chapter-arrow--side {
    width: 42px;
    min-width: 42px;
    height: 46px;
  }
  .services-v13 .chapter-arrow--side > span {
    width: 18px;
    height: 18px;
  }
  .services-v13 .chapter-arrow--side > span::after { width: 12px; height: 12px; }
  .contact-form::after { display: none; }
}

@media (max-width: 520px) {
  .brand--lockup { gap: 5px; }
  .brand--lockup .brand-fox { width: 28px; height: 30px; }
  .brand--lockup .brand-wordmark { width: 68px; }
  .contact-intro h2 { font-size: 54px; }
  .contact-mascot-stage { width: 100px; height: 100px; }
  .contact-fox { width: 66px; height: 70px; }
  .contact-form { border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact::before,
  .contact-mascot-stage,
  .contact-orbit,
  .contact-form::before { animation: none !important; }
}

/* --- V15 : alignement du lockup, contact compact et progression de page --- */
.site-header::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--red);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  will-change: transform;
  pointer-events: none;
}

/* Les dimensions compensent les marges transparentes différentes des deux PNG.
   La hauteur rouge réellement visible est ainsi quasi identique. */
.brand--lockup {
  gap: 8px;
  align-items: center;
}
.brand--lockup .brand-fox {
  width: 48px;
  height: 54px;
  object-fit: contain;
}
.brand--lockup .brand-wordmark {
  width: 82px;
  height: auto;
}

/* Contact : une scène complète, mais contenue dans un écran sur ordinateur. */
.contact-form::after { content: none !important; display: none !important; }

@media (min-width: 901px) {
  .contact {
    min-height: calc(100svh - var(--header-height));
    display: grid;
    align-items: center;
    padding: clamp(24px, 3.6vh, 42px) 0 !important;
  }
  .contact-shell {
    width: min(calc(100% - var(--gutter) * 2), 1280px);
    grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.28fr);
    align-items: center;
    gap: clamp(38px, 5vw, 72px);
  }
  .contact-intro {
    position: static;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  .contact-mascot-stage {
    width: 94px;
    height: 94px;
    margin: 0 auto 18px;
  }
  .contact-fox {
    width: 62px;
    height: 68px;
  }
  .contact-orbit { inset: -9px; }
  .contact-orbit--two { inset: -20px; }
  .contact-intro .section-label { margin-bottom: 9px; }
  .contact-intro h2 {
    margin: 0 0 14px;
    font-size: clamp(54px, 5.1vw, 78px);
    line-height: .9;
  }
  .contact-intro > p:not(.section-label) {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.58;
  }
  .contact-direct {
    justify-content: center;
    margin-top: 17px;
  }
  .contact-direct span {
    padding: 7px 10px;
    font-size: 9px;
  }
  .contact-form {
    max-width: none;
    margin: 0;
    padding: 24px 30px 26px;
    border-radius: 24px;
  }
  .contact-form-grid {
    margin-top: 0;
    gap: 13px 18px;
  }
  .form-field { gap: 4px; }
  .form-field label { font-size: 8px; }
  .form-field input,
  .form-field select,
  .form-field textarea {
    min-height: 39px;
    padding: 7px 0;
    font-size: 12px;
  }
  .form-field textarea {
    min-height: 72px;
    max-height: 92px;
    line-height: 1.4;
  }
  .form-consent {
    margin-top: 14px;
    font-size: 9px;
  }
  .contact-form-footer {
    margin-top: 14px;
  }
  .contact-form-footer .button {
    min-width: 188px;
    min-height: 42px;
    font-size: 11px;
  }
  .form-status { font-size: 10px; }
}

@media (max-width: 900px) {
  .brand--lockup .brand-fox {
    width: 44px;
    height: 49px;
  }
  .brand--lockup .brand-wordmark { width: 76px; }
  .contact {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .contact-intro { margin-bottom: 36px; }
}

@media (max-width: 520px) {
  .brand--lockup {
    gap: 6px;
  }
  .brand--lockup .brand-fox {
    width: 39px;
    height: 44px;
  }
  .brand--lockup .brand-wordmark { width: 68px; }
  .contact {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .contact-mascot-stage {
    width: 88px;
    height: 88px;
    margin-bottom: 18px;
  }
  .contact-fox {
    width: 58px;
    height: 63px;
  }
  .contact-intro h2 { font-size: 48px; }
}

/* --- V16 : contact card éditorial simplifié --- */
.contact {
  background: linear-gradient(180deg, #f4efea 0%, #efe8e2 100%);
}
.contact::before { content: none !important; }
.contact-shell {
  width: min(calc(100% - var(--gutter) * 2), 1220px);
  display: block;
}
.contact-intro--compact {
  max-width: 660px;
  margin: 0 auto 28px;
  text-align: center;
}
.contact-mascot-stage--solo {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 45px rgba(26, 15, 17, .10);
  animation: foxFloat 5.4s ease-in-out infinite;
}
.contact-mascot-stage--solo .contact-fox {
  width: 64px;
  height: 68px;
}
.contact-intro--compact .section-label {
  color: rgba(181,31,42,.78);
}
.contact-intro--compact h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: .94;
}
.contact-intro--compact > p:not(.section-label) {
  max-width: 560px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
}
.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(420px, 1.08fr);
  min-height: min(68svh, 690px);
  background: rgba(255,253,250,.96);
  border: 1px solid rgba(17,17,18,.09);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(30, 10, 13, .12);
}
.contact-card-badge {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 28px rgba(30,10,13,.12);
}
.contact-card-badge img {
  width: 28px;
  height: 30px;
  object-fit: contain;
}
.contact-visual {
  position: relative;
  min-height: 100%;
  background: #ece7e2;
}
.contact-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(17,17,18,.06));
  pointer-events: none;
}
.contact-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.contact-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.5vw, 42px);
}
.contact-panel-head {
  margin-bottom: 18px;
}
.contact-panel-head h3 {
  margin: 0 0 8px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(34px, 3vw, 48px);
  line-height: .98;
  letter-spacing: -.03em;
}
.contact-panel-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.contact-form--editorial {
  position: static;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.contact-form--editorial::before,
.contact-form--editorial::after {
  content: none !important;
  display: none !important;
}
.contact-form-grid--compact {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}
.contact-form-grid--compact .form-field--full {
  grid-column: 1 / -1;
}
.contact-form--editorial .form-field {
  gap: 7px;
}
.contact-form--editorial .form-field label {
  color: rgba(23,20,22,.66);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-form--editorial .form-field label span {
  font-size: .9em;
  opacity: .8;
}
.contact-form--editorial .form-field input,
.contact-form--editorial .form-field select,
.contact-form--editorial .form-field textarea {
  min-height: 48px;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid rgba(17,17,18,.14);
  border-radius: 0;
  background: transparent;
  font-size: 14px;
}
.contact-form--editorial .form-field textarea {
  min-height: 116px;
  resize: vertical;
}
.contact-form--editorial .form-field input:focus,
.contact-form--editorial .form-field select:focus,
.contact-form--editorial .form-field textarea:focus {
  border-color: var(--red);
  box-shadow: none;
}
.form-consent--compact {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
}
.contact-form-footer--editorial {
  margin-top: 18px;
  align-items: center;
}
.contact-form-footer--editorial .button {
  min-width: 190px;
  min-height: 46px;
  background: #fff;
  color: var(--ink);
  border-color: rgba(17,17,18,.2);
}
.contact-form-footer--editorial .button:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

@media (min-width: 901px) {
  .contact {
    min-height: calc(100svh - var(--header-height));
    display: grid;
    align-items: center;
    padding: 34px 0 38px !important;
  }
}

@media (max-width: 980px) {
  .contact-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .contact-visual {
    min-height: 320px;
    max-height: 360px;
  }
  .contact-form-panel {
    padding: 26px 22px 24px;
  }
}

@media (max-width: 760px) {
  .contact {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .contact-intro--compact {
    margin-bottom: 20px;
  }
  .contact-mascot-stage--solo {
    width: 84px;
    height: 84px;
  }
  .contact-mascot-stage--solo .contact-fox {
    width: 56px;
    height: 60px;
  }
  .contact-card {
    border-radius: 20px;
  }
  .contact-form-grid--compact {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* --- V18 : contact pleine page, fond clair et carte papier rectangulaire --- */
.contact {
  background: #f7f3ef !important;
}
.contact-shell {
  width: min(calc(100% - var(--gutter) * 2), 1320px);
}
.contact-card--full {
  grid-template-columns: minmax(430px, .9fr) minmax(520px, 1.1fr);
  min-height: calc(100svh - var(--header-height) - 88px);
  background: #fffdfa;
  border: 1px solid rgba(17,17,18,.08);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(25,14,16,.12);
}
.contact-card--full .contact-card-badge {
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  background: #fff;
}
.contact-visual--cinema {
  background: #efebe7;
}
.contact-visual--cinema img {
  object-position: center center;
}
.contact-form-panel--paper {
  padding: clamp(34px, 4vw, 54px);
  background: #fffdfa;
}
.contact-panel-head--paper .section-label {
  margin-bottom: 10px;
  color: rgba(181,31,42,.76);
}
.contact-panel-head--paper h3 {
  color: #111112;
  font-size: clamp(38px, 3.2vw, 54px);
  margin-bottom: 10px;
}
.contact-panel-head--paper p {
  max-width: 430px;
  color: var(--muted);
}
.contact-form--editorial .form-field input,
.contact-form--editorial .form-field select,
.contact-form--editorial .form-field textarea {
  background: transparent;
}
.contact-form-footer--editorial {
  justify-content: flex-start;
}
.contact-form-footer--editorial .button {
  min-width: 200px;
  background: #fff;
}
@media (min-width: 901px) {
  .contact {
    min-height: calc(100svh - var(--header-height));
    display: grid;
    align-items: center;
    padding: 38px 0 !important;
  }
}
@media (max-width: 1100px) {
  .contact-card--full {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .contact-visual--cinema {
    min-height: 320px;
    max-height: 380px;
  }
}
@media (max-width: 760px) {
  .contact {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .contact-card--full {
    border-radius: 6px;
  }
  .contact-form-panel--paper {
    padding: 24px 20px 22px;
  }
  .contact-panel-head--paper h3 {
    font-size: 38px;
  }
}

/* --- Correctif mobile : formules empilées verticalement --- */
@media (max-width: 760px) {
  .services-v12,
  .services-v12 body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .services-v12 main {
    height: auto;
    min-height: 100svh;
  }

  .services-v12 .services-slider--editorial,
  .services-v12 .services-slider-viewport {
    height: auto !important;
    min-height: calc(100svh - var(--header-height) - 68px);
    overflow-x: hidden;
    overflow-y: visible;
  }

  .services-v12 .services-slider-track {
    height: auto;
    align-items: flex-start;
  }

  .services-v12 .service-slide,
  .services-v12 .service-chapter {
    height: auto;
    min-height: calc(100svh - var(--header-height) - 68px);
    overflow: visible;
    padding: 14px 0 42px;
  }

  .services-v12 .chapter-layout,
  .services-v13 .chapter-layout {
    width: calc(100% - 28px);
    height: auto;
    min-height: 0;
    display: block;
    padding: 0 0 36px;
  }

  .services-v12 .offers-grid,
  .services-v12 .offers-grid--2,
  .services-v12 .offers-grid--3,
  .services-v12 .offers-grid--4 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin: 0;
  }

  .services-v12 .offer-card {
    width: 100%;
    min-height: 0;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 190px auto;
    overflow: hidden;
    border-radius: 18px;
  }

  .services-v12 .offer-card:hover {
    transform: none;
  }

  .services-v12 .offer-card::before {
    inset: -8px -8px auto -8px;
    width: auto;
    height: 206px;
    background-position: var(--poster-position);
    transform: scale(1.04);
  }

  .services-v12 .offer-card::after {
    inset: 0 0 auto 0;
    width: auto;
    height: 190px;
    background:
      linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,.04)),
      linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72));
  }

  .services-v12 .offer-visual {
    min-height: 190px;
    height: 190px;
    padding: 16px 18px;
  }

  .services-v12 .offer-visual h3,
  .services-v12 .offers-grid--4 .offer-visual h3 {
    max-width: 92%;
    font-size: clamp(34px, 10vw, 48px);
    line-height: .88;
  }

  .services-v12 .offer-panel {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "price"
      "copy"
      "facts"
      "list"
      "cta";
    gap: 16px;
    padding: 20px 18px 18px;
  }

  .services-v12 .offer-price {
    grid-area: price;
    height: auto;
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(17,17,18,.1);
  }

  .services-v12 .offer-price strong,
  .services-v12 .offers-grid--4 .offer-price strong {
    font-size: 31px;
  }

  .services-v12 .offer-price > span {
    margin-top: 3px;
    font-size: 9px;
  }

  .services-v12 .offer-panel > p {
    grid-area: copy;
    height: auto;
    padding: 0;
    border-right: 0;
    color: #625a56;
    font-size: 14px;
    line-height: 1.55;
  }

  .services-v12 .offer-facts {
    grid-area: facts;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 9px;
  }

  .services-v12 .offer-facts > div {
    padding: 12px;
    border-radius: 10px;
  }

  .services-v12 .offer-facts dt {
    font-size: 8px;
  }

  .services-v12 .offer-facts dd {
    font-size: 12px;
  }

  .services-v12 .offer-list {
    grid-area: list;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .services-v12 .offer-list li,
  .services-v12 .offer-list li:nth-child(n+3) {
    display: block;
    padding: 9px 0 9px 14px;
    font-size: 12px;
    line-height: 1.4;
  }

  .services-v12 .offer-list li::before {
    top: 15px;
  }

  .services-v12 .offer-cta {
    grid-area: cta;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    justify-self: stretch;
    padding-top: 14px;
    border-top: 1px solid rgba(17,17,18,.1);
    font-size: 12px;
  }

  .services-v12 .offer-cta span {
    width: 34px;
    height: 34px;
  }
}

/* --- Mobile fix 2 : flèches toujours centrées à gauche et à droite de l'écran --- */
.services-v13 .chapter-arrow--side {
  position: fixed;
  top: 50dvh;
  z-index: 40;
  transform: translateY(-50%);
}
.services-v13 .chapter-arrow--side.chapter-arrow--prev {
  left: max(8px, env(safe-area-inset-left));
}
.services-v13 .chapter-arrow--side.chapter-arrow--next {
  right: max(8px, env(safe-area-inset-right));
}
.services-v13 .chapter-arrow--side:hover,
.services-v13 .chapter-arrow--side:focus-visible {
  transform: translateY(-50%);
}
.services-v13 .chapter-arrow--side.chapter-arrow--prev:hover,
.services-v13 .chapter-arrow--side.chapter-arrow--prev:focus-visible {
  transform: translate(-6px, -50%);
}
.services-v13 .chapter-arrow--side.chapter-arrow--next:hover,
.services-v13 .chapter-arrow--side.chapter-arrow--next:focus-visible {
  transform: translate(6px, -50%);
}

@media (max-width: 760px) {
  .services-v13 .chapter-arrow--side {
    top: 50dvh;
  }
  .services-v13 .chapter-arrow--side.chapter-arrow--prev {
    left: max(4px, env(safe-area-inset-left));
  }
  .services-v13 .chapter-arrow--side.chapter-arrow--next {
    right: max(4px, env(safe-area-inset-right));
  }
}
