/* Polices hébergées sur le site (copie de Google Fonts, licence OFL) */
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts/archivo-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 500; font-display: swap; src: url(/fonts/archivo-500-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 800; font-display: swap; src: url(/fonts/archivo-800-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300; font-display: swap; src: url(/fonts/cormorant-300-italic-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ==========================================================================
   Belle Tronche — système de design "Papier, images d'abord" (I v2)
   ========================================================================== */

:root {
  --paper: #f4f1ec;
  --paper-2: #ebe7e0;
  --ink: #141414;
  --ink-80: rgba(20, 20, 20, 0.8);
  --body: #3a3733;
  --muted: #6e6a64;
  --line: #141414;
  --line-soft: rgba(20, 20, 20, 0.14);
  --on-dark: #f4f1ec;
  --on-dark-70: rgba(244, 241, 236, 0.72);
  --on-dark-55: rgba(244, 241, 236, 0.55);

  --font-sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;

  /* Largeur max du CONTENU : au-delà de 1600 px, la marge (--gutter) grandit pour garder le texte centré.
     Les photos pleine largeur (hors .wrap) restent bord à bord. --edge = débord des photos qui dépassent
     légèrement la colonne de texte. */
  --max: 1600px;
  --edge: clamp(24px, 5vw, 72px);
  --gutter: max(var(--edge), calc((var(--vw, 100vw) - var(--max)) / 2 + 72px));
  --section: clamp(96px, 11vw, 160px);
  --gap: clamp(16px, 2vw, 24px);

  --display: clamp(64px, 11.4vw, 164px);
  --h2: clamp(52px, 8.3vw, 120px);
  --h3: clamp(40px, 4.4vw, 64px);
  --num: 13px;
}

@media (prefers-color-scheme: dark) { :root { color-scheme: light; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--muted); }
h1, h2, h3, p { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ------------------------------------------------------------ typographie */
.display { font-weight: 800; font-size: var(--display); line-height: 0.88; letter-spacing: -0.045em; }
.h2 { font-weight: 800; font-size: var(--h2); line-height: 0.9; letter-spacing: -0.045em; }
.h3 { font-weight: 800; font-size: var(--h3); line-height: 1; letter-spacing: -0.035em; }
.serif-italic { font-family: var(--font-serif); font-style: italic; font-weight: 300; letter-spacing: -0.01em; }
.num { font-size: var(--num); font-weight: 500; letter-spacing: 0.1em; color: var(--muted); }
.eyebrow { font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); line-height: 1.7; }
.label { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.lede { font-size: 16px; line-height: 1.7; color: var(--body); max-width: 40ch; text-wrap: pretty; }
.on-dark { color: var(--on-dark); }
.on-dark .num { color: var(--on-dark-70); }
.on-dark .eyebrow { color: var(--on-dark-70); }
.on-dark .lede { color: var(--on-dark-70); }

/* ------------------------------------------------------------ boutons */
.btn { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; line-height: 1; min-height: 44px; }
.btn-outline { border: 1px solid currentColor; padding: 0 20px; }
.btn-solid { background: var(--ink); color: var(--paper); padding: 0 30px; }
.btn-solid:hover { background: var(--body); color: var(--paper); }
.btn-paper { background: var(--paper); color: var(--ink); padding: 0 30px; }
.btn-paper:hover { background: #fff; color: var(--ink); }
.link { width: fit-content; max-width: 100%; display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 2px solid currentColor; padding: 12px 0 6px; line-height: 1; }
.link:hover { color: var(--muted); }

/* ------------------------------------------------------------ layout */
.wrap { padding-left: var(--gutter); padding-right: var(--gutter); }
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); }
.section { padding-top: var(--section); }
.rule { border-top: 2px solid var(--line); }

/* ------------------------------------------------------------ header */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; padding-bottom: 22px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand img { width: 52px; height: 52px; }
.brand-name { font-weight: 800; letter-spacing: -0.02em; font-size: 17px; }
.nav { display: flex; gap: 30px; }
.nav a { font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 26px; height: 2px; background: currentColor; position: relative; transition: transform .25s; content: ""; }
.nav-toggle span::before { position: absolute; top: -8px; }
.nav-toggle span::after { position: absolute; top: 8px; }
.site-header.dark { color: var(--on-dark); }
.site-header.dark .nav a { color: var(--on-dark-70); }
.site-header.dark .nav a:hover { color: var(--on-dark); }

/* menu flottant au défilement */
.site-header.is-stuck { position: fixed; background: var(--paper); color: var(--ink); box-shadow: 0 1px 0 var(--line-soft); animation: bt-drop .35s cubic-bezier(.2,.7,.2,1); }
.site-header.is-stuck .bar { padding-top: 12px; padding-bottom: 12px; }
.site-header.is-stuck .brand img { width: 42px; height: 42px; }
.site-header.dark.is-stuck .nav a { color: var(--muted); }
.site-header.dark.is-stuck .nav a:hover, .site-header.dark.is-stuck .nav a[aria-current="page"] { color: var(--ink); }
.site-header.dark.is-stuck .btn-outline, .site-header.dark.is-stuck .nav-toggle { color: var(--ink); border-color: currentColor; }
/* animation sur « top » (pas transform) : un transform casserait le menu mobile plein écran */
@keyframes bt-drop { from { top: -96px; } to { top: 0; } }
@media (prefers-reduced-motion: reduce) { .site-header.is-stuck { animation: none; } }

/* 8 entrées de menu : passage au menu hamburger sous 1200 px */
@media (max-width: 1200px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  body.nav-open { overflow: hidden; }
  body.nav-open .nav { display: flex; flex-direction: column; gap: 0; position: fixed; inset: 0; background: var(--paper); color: var(--ink); padding: 120px var(--gutter) 40px; z-index: 15; overflow-y: auto; }
  body.nav-open .nav a { font-size: 34px; font-weight: 800; letter-spacing: -0.03em; text-transform: none; color: var(--ink); padding: 14px 0; border-top: 1px solid var(--line-soft); }
  body.nav-open .nav a.nav-cta { margin-top: 24px; border: 1px solid var(--ink); text-align: center; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 18px; }
  body.nav-open .site-header { color: var(--ink); }
  body.nav-open .nav-toggle span { background: transparent; }
  body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
  body.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }
  .nav-cta { display: block; }
}
@media (max-width: 900px) {
  .brand img { width: 44px; height: 44px; }
  .brand-name { display: none; }
}
.nav-cta { display: none; }

/* ------------------------------------------------------------ hero (01) */
.hero { padding-top: 130px; }
.hero .grid { align-items: end; padding-right: 0; }
.hero-copy { grid-column: 1 / span 5; display: flex; flex-direction: column; gap: 28px; padding: 0 40px 72px 0; }
.hero-media { grid-column: 6 / span 7; position: relative; margin-right: calc(-1 * var(--edge)); }
.hero-media img { width: 100%; height: clamp(520px, 60vw, 860px); object-fit: cover; object-position: center 45%; }
.caption-on { position: absolute; left: 28px; bottom: 24px; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(244, 241, 236, 0.85); }
@media (max-width: 900px) {
  .hero { padding-top: 110px; }
  .hero .grid { display: flex; flex-direction: column; gap: 26px; }
  .hero-copy { padding: 0 0 4px; gap: 20px; }
  .hero-media { margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); }
  .hero-media img { height: min(72vh, 620px); object-position: 60% center; }
  .hero-after { padding-top: 26px; display: flex; flex-direction: column; gap: 18px; }
}
@media (min-width: 901px) { .hero-after { display: none; } }

/* ------------------------------------------------------------ pleine largeur (02, 05) */
.bleed { position: relative; margin-top: 8px; }
.bleed img { width: 100%; height: clamp(560px, 100svh, 960px); object-fit: cover; object-position: center 30%; }
.bleed .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,20,0) 42%, rgba(20,20,20,0.7) 100%); pointer-events: none; }
.bleed .over { position: absolute; left: var(--gutter); right: var(--gutter); bottom: clamp(28px, 4vw, 56px); display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; color: var(--on-dark); }
.bleed .over .stack { display: flex; flex-direction: column; gap: 12px; }
.bleed .tag { font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid rgba(244,241,236,0.7); padding: 6px 10px; }
.bleed .link { color: var(--on-dark); }
@media (max-width: 900px) {
  .bleed img { height: min(84svh, 680px); object-position: 55% center; }
  .bleed .over { flex-direction: column; align-items: flex-start; }
}

/* ------------------------------------------------------------ Nu / Raw (03) */
.raw { padding-top: var(--section); }
.raw .grid { align-items: start; padding-right: 0; }
.raw-copy { grid-column: 1 / span 7; display: flex; flex-direction: column; gap: 40px; padding-right: 60px; }
.raw-intro { max-width: 58ch; font-size: 17px; }
.raw-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; padding-top: 20px; max-width: 700px; }
.raw-cols > div { display: flex; flex-direction: column; gap: 14px; }
.raw-cols p { font-size: 15px; line-height: 1.7; color: var(--body); }
.raw-media { grid-column: 8 / span 5; position: relative; margin-top: -40px; margin-right: calc(-1 * var(--edge)); }
.raw-media img { width: 100%; height: clamp(460px, 54vw, 780px); object-fit: cover; }
.raw-media .raw-stamp { position: absolute; z-index: 2; left: -90px; top: -70px; width: 190px; height: 190px; object-fit: contain; transform: rotate(-10deg); }
.raw-media .card { position: absolute; left: -72px; bottom: 60px; background: var(--paper); padding: 22px 26px; font-size: 12px; line-height: 1.6; }
.raw-media .card b { font-weight: 800; display: block; }
.raw-media .card span { color: var(--muted); }
@media (max-width: 900px) {
  .raw .grid { display: flex; flex-direction: column; gap: 28px; }
  .raw-copy { padding-right: 0; gap: 22px; }
  .raw-cols { gap: 20px; }
  .raw-media { margin: 0 calc(-1 * var(--gutter)) 0 40px; }
  .raw-media img { height: min(64vh, 520px); }
  .raw-media .card { left: -40px; bottom: 24px; }
  .raw-media .raw-stamp { left: -34px; top: -44px; width: 112px; height: 112px; }
}

/* ------------------------------------------------------------ mosaïque (04) */
.work { padding-top: var(--section); display: flex; flex-direction: column; gap: 40px; }
.work-head { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; }
.work-head .h3 { display: flex; align-items: baseline; gap: 40px; }
.mosaic { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic .a { grid-column: span 4; aspect-ratio: 3 / 2; }
.mosaic .b { grid-column: span 2; aspect-ratio: 3 / 4; }
.mosaic .c { grid-column: span 2; aspect-ratio: 1 / 1; }
@media (max-width: 900px) {
  .work-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .work-head .h3 { gap: 20px; }
  .mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .mosaic .a { grid-column: span 2; }
  .mosaic .b { grid-column: span 1; aspect-ratio: 4 / 5; }
  .mosaic .c { grid-column: span 1; aspect-ratio: 4 / 5; }
  .mosaic .c:last-child { grid-column: span 2; aspect-ratio: 3 / 2; }
}

/* ------------------------------------------------------------ chiffres + pas sûr (06) */
.facts { padding-top: var(--section); }
.facts .grid { align-items: start; }
.facts-copy { grid-column: 1 / span 4; display: flex; flex-direction: column; gap: 26px; }
.facts-copy .serif-italic { font-size: clamp(52px, 5vw, 72px); line-height: 1; }
.facts-list { grid-column: 6 / span 7; display: flex; flex-direction: column; }
.facts-list > div { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 30px 0; border-top: 2px solid var(--line); }
.facts-list > div:last-child { border-bottom: 2px solid var(--line); }
.facts-list b { font-weight: 800; font-size: clamp(30px, 3vw, 44px); letter-spacing: -0.035em; line-height: 1; }
.facts-list span { font-size: 13px; color: var(--muted); text-align: right; }
@media (max-width: 900px) {
  .facts .grid { display: flex; flex-direction: column; gap: 32px; }
  .facts-list > div { padding: 18px 0; flex-direction: column; align-items: flex-start; gap: 6px; }
  .facts-list b { font-size: 34px; white-space: nowrap; }
  .facts-list span { text-align: left; }
}

/* ------------------------------------------------------------ CTA noir (07) + footer */
.cta { margin-top: var(--section); background: var(--ink); color: var(--on-dark); padding: clamp(72px, 9vw, 130px) 0; }
.cta .grid { align-items: end; }
.cta-title { grid-column: 1 / span 7; display: flex; flex-direction: column; gap: 26px; }
.cta-title .h2 { font-size: clamp(64px, 9.7vw, 140px); }
.cta-body { grid-column: 8 / span 5; display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.cta-body p { color: var(--on-dark-70); }
.cta-body .contact { font-size: 12px; letter-spacing: 0.1em; color: var(--on-dark-55); }
@media (max-width: 900px) { .cta .grid { display: flex; flex-direction: column; align-items: stretch; gap: 24px; } .cta-body { align-items: stretch; } .cta-body .btn { justify-content: center; } }

.site-footer { background: var(--ink); color: var(--on-dark-55); border-top: 1px solid rgba(244,241,236,0.12); }
.site-footer .row { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 28px; padding-bottom: 28px; font-size: 12px; letter-spacing: 0.1em; }
.site-footer .row img { width: 40px; height: 40px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer a { color: var(--on-dark-70); }
.site-footer a:hover { color: var(--on-dark); }
.footer-legal { display: inline-flex; align-items: center; gap: 12px; }
.pride { flex: 0 0 auto; width: 24px; height: 16px; border-radius: 1px; }
@media (max-width: 900px) { .site-footer .row { flex-direction: column; align-items: flex-start; } }

/* ------------------------------------------------------------ page galerie */
.gal-head { padding-top: 150px; display: flex; flex-direction: column; gap: 28px; }
.gal-head .top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.gal-tabs { display: flex; gap: 28px; }
.gal-switch { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); }
.gal-switch a { display: flex; flex-direction: column; gap: 10px; padding: 26px 28px; border: 2px solid var(--ink); color: var(--ink); transition: background-color .2s ease; }
.gal-switch a:hover { background: var(--paper-2); color: var(--ink); }
.gal-switch a[aria-current="page"] { background: var(--ink); color: var(--paper); }
.gs-title { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; font-weight: 800; font-size: clamp(28px, 3vw, 44px); letter-spacing: -0.035em; line-height: 1; }
.gal-switch a:not([aria-current="page"]) .gs-title::after { content: "→"; font-weight: 400; font-size: .7em; }
.gs-sub { font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.gal-switch a[aria-current="page"] .gs-sub { color: var(--on-dark-70); }
.gal-tabs a { font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding-bottom: 8px; border-bottom: 2px solid transparent; color: var(--muted); }
.gal-tabs a[aria-current="page"] { color: var(--ink); border-color: var(--ink); }
.gal-intro { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); padding-bottom: 40px; }
.gal-intro > .lede { grid-column: 6 / span 7; max-width: 62ch; }
.gal { display: flex; flex-direction: column; gap: 6px; }
.gal-row { display: flex; gap: 6px; align-items: stretch; }
.gal-row > a { flex-basis: 0; min-width: 0; position: relative; display: block; overflow: hidden; background: var(--paper-2); }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gal a:hover img { transform: scale(1.02); }
@media (max-width: 760px) {
  .gal-head { padding-top: 110px; gap: 20px; }
  .gal-head .top { flex-direction: column; align-items: flex-start; }
  .gal-switch { gap: 8px; }
  .gal-switch a { padding: 16px 14px; gap: 6px; }
  .gs-title { font-size: 22px; }
  .gal-switch a:not([aria-current="page"]) .gs-title::after { content: none; }
  .gs-sub { font-size: 10px; letter-spacing: 0.08em; }
  .gal-intro { display: block; padding-bottom: 24px; }
  .gal { gap: 4px; }
  .gal-row { flex-direction: column; gap: 4px; }
  .gal-row > a { flex: 0 0 auto !important; width: 100%; }
}
.gal-foot { padding-top: var(--section); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: end; }
/* dernière section d'une page sans bloc noir : de l'air avant le pied de page */
main > .gal-foot:last-child, main > .article:last-child { padding-bottom: var(--section); }
.gal-foot .left { grid-column: 1 / span 6; display: flex; flex-direction: column; gap: 22px; }
.gal-foot .right { grid-column: 8 / span 5; display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
@media (max-width: 900px) { .gal-foot { display: flex; flex-direction: column; align-items: flex-start; } }

/* ------------------------------------------------------------ lightbox */
.lightbox { position: fixed; inset: 0; z-index: 50; background: rgba(20,20,20,0.96); color: var(--on-dark); display: none; align-items: center; justify-content: center; padding: 0; }
.lightbox[open] { display: flex; }
.lightbox img { max-width: calc(100vw - 32px); max-height: calc(100svh - 120px); width: auto; height: auto; object-fit: contain; }
.lightbox .lb-close, .lightbox .lb-prev, .lightbox .lb-next { position: absolute; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; color: var(--on-dark); }
.lightbox .lb-close { top: 12px; right: 12px; }
.lightbox .lb-prev { left: 8px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 8px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-cap { position: absolute; left: 24px; right: 24px; bottom: 20px; display: flex; justify-content: space-between; font-size: 12px; letter-spacing: 0.1em; color: var(--on-dark-70); }
.lightbox svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.5; }

/* ------------------------------------------------------------ apparition */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
  .reveal.in { opacity: 1; transform: none; }
}

/* ------------------------------------------------------------ hero pleine page (Alternance) */
.hero-bleed { position: relative; height: clamp(640px, 100svh, 980px); overflow: hidden; background: var(--ink); }
.hero-bleed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-bleed .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,20,0.4) 0%, rgba(20,20,20,0) 28%, rgba(20,20,20,0) 55%, rgba(20,20,20,0.55) 100%); pointer-events: none; }
.hero-bleed .over { position: absolute; left: 0; right: 0; bottom: clamp(32px, 5vw, 64px); display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; color: var(--on-dark); }
.hero-bleed .stack { display: flex; flex-direction: column; gap: 22px; }
.hero-bleed .num { color: var(--on-dark-70); }
.hero-bleed .eyebrow { color: rgba(244,241,236,0.85); }
.hero-bleed .link { color: var(--on-dark); }
.site-header.dark .btn-outline { color: var(--on-dark); border-color: rgba(244,241,236,0.8); }
.site-header.dark .nav-toggle { color: var(--on-dark); }
@media (max-width: 900px) {
  .hero-bleed { height: min(100svh, 820px); }
  .hero-bleed img { object-position: 62% center; }
  .hero-bleed .over { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hero-bleed .stack { gap: 16px; }
  .hero-bleed .eyebrow { max-width: 30ch; }
}

/* ------------------------------------------------------------ Nu / Raw (Alternance) */
.raw2 { padding: var(--section) var(--gutter); }
.raw2 .grid { align-items: start; }
.raw2-title { grid-column: 1 / span 6; display: flex; flex-direction: column; gap: 30px; }
.raw2-col { grid-column: span 3; display: flex; flex-direction: column; gap: 14px; padding-top: 50px; }
.raw2-col p { font-size: 15px; line-height: 1.7; color: var(--body); }
@media (max-width: 900px) {
  .raw2 .grid { display: flex; flex-direction: column; gap: 24px; }
  .raw2-col { padding-top: 0; }
}

/* ------------------------------------------------------------ Soft / Hard demi-pages */
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.duo-item { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); color: var(--on-dark); }
.duo-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.duo-item:hover img { transform: scale(1.03); }
.duo-item:hover { color: var(--on-dark); }
.duo-item .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,20,0) 55%, rgba(20,20,20,0.6) 100%); pointer-events: none; }
.duo-item .over { position: absolute; left: clamp(20px, 3vw, 40px); right: clamp(20px, 3vw, 40px); bottom: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 10px; }
.duo-item .eyebrow { color: rgba(244,241,236,0.85); }
.duo-item .tag { font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid rgba(244,241,236,0.7); padding: 6px 10px; }
@media (max-width: 900px) {
  .duo { grid-template-columns: 1fr; gap: 4px; }
  .duo-item { aspect-ratio: 3 / 2; }
}

/* ==========================================================================
   Pages intérieures
   ========================================================================== */
.stack-24 { display: flex; flex-direction: column; gap: 24px; }
.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.lede.small, .small { font-size: 14px; }
.fineprint { font-size: 13px; color: var(--muted); padding-top: 28px; max-width: 70ch; }
.fineprint a, .lede a, .prose a { border-bottom: 1px solid currentColor; }
.natural { margin: 0; }
.natural img { width: 100%; height: auto; }
.natural figcaption { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); padding-top: 12px; }
.prose { font-size: 17px; line-height: 1.75; color: var(--body); }
.prose > * + * { margin-top: 1em; }
.prose ul { padding-left: 1.1em; margin: 0; }
.prose li + li { margin-top: .4em; }
.prose.two-col { columns: 2; column-gap: 48px; }
.prose.two-col p { break-inside: avoid; margin: 0 0 1em; }
.offer-incl ul, .vs-lists ul { list-style: none; padding: 0; margin: 0; }
.offer-incl li, .vs-lists li { position: relative; padding-left: 22px; font-size: 15px; line-height: 1.6; color: var(--body); }
.offer-incl li + li, .vs-lists li + li { margin-top: 8px; }
.offer-incl li::before, .vs-lists li::before { content: "\2014"; position: absolute; left: 0; color: var(--muted); }

/* ------------------------------------------------------------ en-tête de page */
.page-head { padding-top: 150px; padding-bottom: clamp(56px, 7vw, 96px); }
.page-head .grid { align-items: end; }
.ph-title { grid-column: 1 / span 6; display: flex; flex-direction: column; gap: 22px; }
.ph-intro { grid-column: 8 / span 5; display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.ph-intro .lede { max-width: 52ch; }
.ph-intro .lede p + p { margin-top: 1em; }
@media (max-width: 900px) {
  .page-head { padding-top: 110px; }
  .page-head .grid { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; }
}

/* ------------------------------------------------------------ étapes */
.steps { padding-top: var(--section); }
.steps-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); border-top: 2px solid var(--line); }
.step { display: flex; flex-direction: column; gap: 12px; padding-top: 30px; padding-right: 24px; }
.step p { font-size: 15px; line-height: 1.7; color: var(--body); }
@media (max-width: 900px) { .steps-row { grid-template-columns: 1fr; gap: 0; } .step { padding-bottom: 20px; } }

/* ------------------------------------------------------------ forfaits */
.offers { padding-top: var(--section); }
.offers-head { display: flex; flex-direction: column; gap: 22px; padding-bottom: 48px; }
.offer { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: start; padding: 44px 0; border-top: 2px solid var(--line); scroll-margin-top: 96px; }
.offer-custom { border-bottom: 2px solid var(--line); }
.offer-name { grid-column: 1 / span 4; display: flex; flex-direction: column; gap: 12px; }
.offer-price { font-weight: 800; font-size: clamp(30px, 3vw, 44px); letter-spacing: -0.035em; line-height: 1; }
.offer-body { grid-column: 5 / span 5; display: flex; flex-direction: column; gap: 20px; }
.offer-body .lede { max-width: 56ch; }
.offer-cta { grid-column: 10 / span 3; display: flex; justify-content: flex-end; }
.offer.is-pop { background: var(--paper-2); margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); padding-left: var(--gutter); padding-right: var(--gutter); }
.pop { align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; background: var(--ink); color: var(--paper); padding: 6px 10px; }
.offer-custom .offer-name .h3 { font-family: var(--font-serif); font-style: italic; font-weight: 300; letter-spacing: -0.01em; }
@media (max-width: 900px) {
  .offer { display: flex; flex-direction: column; gap: 20px; padding: 32px 0; }
  .offer-cta { justify-content: flex-start; }
}

/* ------------------------------------------------------------ comparatif */
.compare { padding-top: clamp(56px, 7vw, 96px); }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 14px; }
.compare th, .compare td { padding: 14px 12px; border-bottom: 1px solid var(--line-soft); text-align: center; vertical-align: middle; }
.compare thead th { font-weight: 800; font-size: 15px; border-bottom: 2px solid var(--line); }
.compare tbody th { text-align: left; font-weight: 400; color: var(--body); max-width: 320px; }
.compare td b { font-weight: 800; font-size: 16px; }
.compare .yes { color: var(--ink); font-size: 10px; }
.compare .no { color: rgba(20, 20, 20, 0.28); }

/* ------------------------------------------------------------ lieux */
.places { padding-top: var(--section); }
.places-head { display: flex; flex-direction: column; gap: 22px; padding-bottom: 40px; }
.places-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.place { display: flex; flex-direction: column; gap: 14px; }
.place p { font-size: 15px; line-height: 1.7; color: var(--body); }
@media (max-width: 900px) { .places-row { grid-template-columns: 1fr; gap: 44px; } }

/* ------------------------------------------------------------ FAQ */
.faq { padding-top: var(--section); }
.faq .grid { align-items: start; }
.faq-head { grid-column: 1 / span 4; display: flex; flex-direction: column; gap: 22px; position: sticky; top: 40px; }
.faq-list { grid-column: 5 / span 8; }
.faq details { border-top: 2px solid var(--line); }
.faq details:last-child { border-bottom: 2px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-size: 19px; font-weight: 500; line-height: 1.35; min-height: 44px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { position: relative; flex: 0 0 18px; height: 18px; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; left: 0; top: 8px; width: 18px; height: 2px; background: currentColor; transition: transform .25s ease; }
.faq summary i::after { transform: rotate(90deg); }
.faq details[open] summary i::after { transform: rotate(0deg); }
.faq-a { padding: 0 48px 28px 0; font-size: 16px; line-height: 1.75; color: var(--body); max-width: 70ch; }
.faq-a p + p { margin-top: 1em; }
@media (max-width: 900px) {
  .faq .grid { display: flex; flex-direction: column; gap: 24px; }
  .faq-head { position: static; }
  .faq summary { font-size: 17px; }
  .faq-a { padding-right: 0; }
}

/* ------------------------------------------------------------ qui suis-je (B : nom + portrait) */
.bio2 { padding-top: 130px; }
.bio2 .grid { align-items: start; }
.bio2-copy { grid-column: 1 / span 7; display: flex; flex-direction: column; gap: 26px; padding-top: 24px; }
.bio2-accroche { font-size: clamp(28px, 2.8vw, 40px); line-height: 1.15; max-width: 24ch; }
.bio2-media { grid-column: 8 / span 5; margin-right: calc(-1 * var(--edge)); }
.bio2-media img { width: 100%; height: min(calc(100svh - 300px), 780px); min-height: 480px; object-fit: cover; object-position: center 20%; }
.bio2 + .reperes { padding-top: clamp(48px, 5vw, 72px); }
.why { padding-top: var(--section); }
.why .grid { align-items: start; }
.why-title { grid-column: 1 / span 7; display: flex; flex-direction: column; gap: 36px; }
.why-big { font-weight: 800; font-size: var(--h3); line-height: 1.02; letter-spacing: -0.035em; text-wrap: balance; }
.why-chute { font-size: clamp(44px, 5vw, 72px); line-height: 1; }
.why-body { grid-column: 9 / span 4; display: flex; flex-direction: column; gap: 22px; padding-top: 64px; }
.why-body .prose { font-size: 16px; }
.reperes { padding-top: clamp(64px, 7.6vw, 110px); }
.reperes-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.repere { display: flex; flex-direction: column; gap: 10px; padding: 30px 24px 0 0; border-top: 2px solid var(--line); }
.repere b { font-weight: 800; font-size: clamp(28px, 2.6vw, 40px); letter-spacing: -0.035em; line-height: 1; }
.repere p { font-size: 14px; line-height: 1.6; color: var(--muted); }
.story { padding-top: var(--section); }
.story .grid { align-items: center; }
.story-media { grid-column: 1 / span 5; }
.story-copy { grid-column: 7 / span 6; display: flex; flex-direction: column; gap: 26px; }
.pull { margin: 0; font-size: clamp(28px, 2.8vw, 40px); line-height: 1.2; color: var(--ink); }
.bio-rule { width: 72px; height: 2px; background: var(--ink); }
.bio-sub { font-weight: 800; font-size: clamp(32px, 3vw, 44px); line-height: 1.05; letter-spacing: -0.03em; }
.bio-page .bleed { margin-top: var(--section); }
.bio-page .cta { margin-top: 0; }
@media (max-width: 1200px) and (min-width: 901px) {
  .reperes-row { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
}
@media (max-width: 900px) {
  .bio2 { padding-top: 100px; }
  .bio2 .grid { display: flex; flex-direction: column; gap: 32px; }
  .bio2-copy { padding-top: 0; gap: 18px; }
  .bio2-media { margin: 0 calc(-1 * var(--gutter)); }
  .bio2-media img { height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .why .grid, .story .grid { display: flex; flex-direction: column; gap: 22px; align-items: stretch; }
  .why-title { gap: 22px; }
  .why-body { padding-top: 0; }
  .reperes-row { grid-template-columns: 1fr; gap: 0; border-bottom: 2px solid var(--line); }
  .repere { padding: 18px 0; gap: 6px; }
  .repere b { font-size: 34px; }
  .story-media { margin: 0 calc(-1 * var(--gutter)); }
}

/* ------------------------------------------------------------ SFW / NSFW */
.versus { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 4vw, 64px); }
.vs-col { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.vs-col .natural { width: 100%; margin-bottom: 12px; }
.vs-lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding: 12px 0 8px; width: 100%; }
.vs-lists .label { padding-bottom: 12px; }
.both { padding-top: var(--section); }
.both .grid { align-items: start; border-top: 2px solid var(--line); padding-top: 40px; }
.both-title { grid-column: 1 / span 4; display: flex; flex-direction: column; gap: 22px; }
.both-body { grid-column: 5 / span 8; display: flex; flex-direction: column; gap: 22px; }
.both-big { font-weight: 800; font-size: clamp(28px, 3vw, 44px); line-height: 1.1; letter-spacing: -0.03em; }
.both-end { font-size: 32px; line-height: 1.2; }
@media (max-width: 900px) {
  .versus { grid-template-columns: 1fr; gap: 64px; }
  .vs-lists { grid-template-columns: 1fr; }
  .both .grid { display: flex; flex-direction: column; gap: 22px; }
}

/* ------------------------------------------------------------ témoignages (photos en fond, sans lien avec l'auteur) */
.quotes-bands { display: flex; flex-direction: column; gap: 6px; }
/* page qui finit par une photo pleine largeur : le bloc noir suit directement (pas de bande blanche) */
.temo-page .cta, main:has(> :is(.bleed, .quotes-bands, .hero-bleed):last-child) + .cta { margin-top: 6px; }
.qband { position: relative; margin: 0; min-height: clamp(560px, 78svh, 820px); display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--on-dark); }
.qband > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.qband .veil { position: absolute; inset: 0; background: linear-gradient(270deg, rgba(20,20,20,0.1) 15%, rgba(20,20,20,0.82) 100%); }
.qband.right .veil { background: linear-gradient(90deg, rgba(20,20,20,0.1) 15%, rgba(20,20,20,0.82) 100%); }
.qband-in { position: relative; width: 100%; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); padding-top: 72px; padding-bottom: 72px; }
.qband-body { grid-column: 1 / span 6; display: flex; flex-direction: column; gap: 24px; }
.qband.right .qband-body { grid-column: 7 / span 6; }
.qmark { font-size: 120px; line-height: 0.5; height: 44px; }
.qband blockquote { margin: 0; }
.qband blockquote p { font-size: clamp(22px, 2.1vw, 30px); line-height: 1.45; letter-spacing: -0.01em; text-wrap: pretty; }
.qband figcaption { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
@media (max-width: 900px) {
  .qband { align-items: flex-end; min-height: min(92svh, 720px); }
  .qband .veil, .qband.right .veil { background: linear-gradient(180deg, rgba(20,20,20,0.1) 0%, rgba(20,20,20,0.55) 40%, rgba(20,20,20,0.9) 100%); }
  .qband-in { display: block; padding-bottom: 36px; }
  .qband-body { gap: 16px; }
  .qmark { font-size: 80px; height: 30px; }
}

.quotes { display: flex; flex-direction: column; gap: clamp(64px, 8vw, 120px); }
.quote { margin: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.quote-media { grid-column: 1 / span 4; }
.quote-body { grid-column: 6 / span 7; display: flex; flex-direction: column; gap: 22px; }
.quote.no-media .quote-body { grid-column: 3 / span 9; }
.quote.alt .quote-media { grid-column: 9 / span 4; order: 2; }
.quote.alt .quote-body { grid-column: 1 / span 7; order: 1; }
.quote.alt.no-media .quote-body { grid-column: 2 / span 9; }
.quote blockquote { margin: 0; }
.quote blockquote p { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.45; letter-spacing: -0.01em; }
.quote figcaption { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
@media (max-width: 900px) {
  .quote { display: flex; flex-direction: column; gap: 22px; align-items: stretch; }
  .quote.alt .quote-media { order: 0; }
}

/* ------------------------------------------------------------ formulaires */
.request, .collab-form { padding-top: var(--section); }
.pwd { padding-top: 150px; padding-bottom: var(--section); min-height: 70vh; }
.request .grid, .collab-form .grid, .pwd .grid { align-items: start; }
.req-copy { grid-column: 1 / span 5; display: flex; flex-direction: column; gap: 22px; }
.request .form, .pwd .form { grid-column: 7 / span 6; }
.collab-form .embed { grid-column: 6 / span 7; }
.collab-form .form { grid-column: 7 / span 6; }
.resa { padding-top: 150px; padding-bottom: var(--section); }
.resa h1.h2 { font-size: clamp(52px, 6.2vw, 96px); }
.resa-card { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; padding: 28px; border: 2px solid var(--ink); margin-top: 8px; }
.resa-card [data-resa-offre] { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.resa-card [data-resa-offre][hidden] { display: none; }
.resa-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; width: 100%; flex-wrap: wrap; }
.resa-vide { font-size: 15px; color: var(--muted); }
.resa-solo { font-size: 13px; color: var(--muted); padding-top: 8px; }
.choices .choice:has(input:disabled) { opacity: .4; cursor: not-allowed; }
.form-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; width: 100%; }
.field input[type="file"] { font-size: 15px; padding: 14px 0; cursor: pointer; }
.field input[type="file"]::file-selector-button { font: inherit; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; background: var(--ink); color: var(--paper); border: 0; padding: 12px 18px; margin-right: 16px; cursor: pointer; }
.choices .choice input[type="radio"], .choices .choice input[type="radio"]::before { border-radius: 50%; }
.offer-cta { flex-direction: column; align-items: flex-end; gap: 10px; }
.form { display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
.field { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.field > span { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.field small { font-size: 13px; color: var(--muted); }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 17px; color: var(--ink); background-color: transparent;
  border: 0; border-bottom: 2px solid var(--line); border-radius: 0; padding: 12px 0; min-height: 48px;
  -webkit-appearance: none; appearance: none;
}
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 14px) 50%, calc(100% - 8px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 32px; }
.field textarea { resize: vertical; min-height: 140px; line-height: 1.6; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-bottom-color: var(--muted); }
.form .btn { margin-top: 6px; }
.form-error { color: #8a2a22; font-size: 14px; }
.choices { border: 0; margin: 0; padding: 0; min-width: 0; gap: 0; }
.choices legend { padding: 0 0 6px; font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.choice { display: flex; align-items: center; gap: 14px; min-height: 48px; padding: 8px 0; border-bottom: 1px solid var(--line-soft); font-size: 17px; line-height: 1.4; cursor: pointer; }
.choices .choice input { -webkit-appearance: none; appearance: none; flex: 0 0 22px; width: 22px; height: 22px; min-height: 0; margin: 0; padding: 0; border: 2px solid var(--ink); border-radius: 0; background: transparent; display: grid; place-content: center; cursor: pointer; }
.choices .choice input::before { content: ""; width: 10px; height: 10px; background: var(--ink); transform: scale(0); transition: transform .15s ease; }
.choices .choice input:checked::before { transform: scale(1); }
.choices .choice input:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 900px) {
  .request .grid, .collab-form .grid, .pwd .grid { display: flex; flex-direction: column; gap: 40px; }
  .form .btn { width: 100%; justify-content: center; }
  .form-duo { grid-template-columns: 1fr; gap: 26px; }
  .resa { padding-top: 110px; }
  .resa-card { padding: 20px; }
  .offer-cta { align-items: flex-start; }
}

/* ------------------------------------------------------------ contact */
.contact-page { padding-top: 150px; padding-bottom: var(--section); }
.contact-page .grid { align-items: start; }
.contact-copy { grid-column: 1 / span 6; display: flex; flex-direction: column; gap: 24px; }
.contact-copy .form { padding-top: 16px; }
.contact-side { grid-column: 8 / span 5; display: flex; flex-direction: column; gap: 36px; }
.coords { margin: 0; display: grid; gap: 10px; }
.coords dt { padding-top: 18px; border-top: 1px solid var(--line-soft); }
.coords dt:first-child { padding-top: 0; border-top: 0; }
.coords dd { margin: 0; font-size: 16px; line-height: 1.7; color: var(--body); }
@media (max-width: 900px) { .contact-page { padding-top: 110px; } .contact-page .grid { display: flex; flex-direction: column; gap: 56px; } }

/* ------------------------------------------------------------ intégrations */
.embed iframe { display: block; width: 100%; border: 0; }
.booking { padding-bottom: var(--section); }
.embed.calendar { background: #fff; border: 1px solid var(--line-soft); }
.embed.calendar iframe { height: 1100px; }

/* ------------------------------------------------------------ merci / 404 */
.thanks { padding-top: 150px; padding-bottom: var(--section); min-height: 70vh; }
.thanks .grid { align-items: center; }
.thanks-copy { grid-column: 1 / span 6; display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.thanks-media { grid-column: 8 / span 4; }
@media (max-width: 900px) { .thanks { padding-top: 110px; } .thanks .grid { display: flex; flex-direction: column; gap: 40px; } }

/* ------------------------------------------------------------ blog */
.posts { display: flex; flex-direction: column; }
.post-row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; padding: 48px 0; border-top: 2px solid var(--line); }
.post-row:last-child { border-bottom: 2px solid var(--line); }
.post-media { grid-column: 1 / span 5; }
.post-copy { grid-column: 7 / span 6; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.post-copy .h3 a:hover { color: var(--muted); }
@media (max-width: 900px) { .post-row { display: flex; flex-direction: column; gap: 22px; align-items: stretch; } }

.article { padding-top: 150px; max-width: calc(760px + 2 * var(--gutter)); margin: 0 auto; }
.article-head { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; padding-bottom: 40px; }
.article-head .h2 { font-size: clamp(40px, 5.4vw, 72px); }
.article-hero { margin: 0 0 56px; }
.article-body h2 { font-weight: 800; font-size: clamp(26px, 2.6vw, 34px); line-height: 1.15; letter-spacing: -0.025em; color: var(--ink); margin-top: 2em; }
.article-body h3 { font-weight: 800; font-size: 20px; line-height: 1.3; color: var(--ink); margin-top: 1.6em; }
.article-body blockquote { margin: 2.2em 0; padding: 28px 0 28px 32px; border-left: 3px solid var(--ink); font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(24px, 2.4vw, 30px); line-height: 1.35; color: var(--ink); }
.article-body blockquote p { margin: 0; }
.article-body blockquote cite { display: block; margin-top: 14px; font-family: var(--font-sans); font-style: normal; font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 900px) { .article-body blockquote { padding: 18px 0 18px 20px; margin: 1.8em 0; } }
.article-body strong { color: var(--ink); }
.more { padding-top: var(--section); max-width: calc(760px + 2 * var(--gutter)); margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.more ul { list-style: none; padding: 0; margin: 0; }
.more li { border-top: 1px solid var(--line-soft); }
.more li a { display: block; padding: 18px 0; font-size: 19px; font-weight: 500; }
@media (max-width: 900px) { .article { padding-top: 110px; } .article-hero { margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); } }

/* ------------------------------------------------------------ bandeau statistiques (Loi 25) */
.consent { position: fixed; left: 16px; bottom: 16px; z-index: 55; max-width: 420px; background: var(--ink); color: var(--on-dark); padding: 20px 22px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.consent[hidden] { display: none; }
.consent p { font-size: 14px; line-height: 1.55; color: var(--on-dark-70); }
.consent-actions { display: flex; align-items: center; gap: 22px; }
.consent .link { color: var(--on-dark-70); }
@media (max-width: 900px) { .consent { left: 8px; right: 8px; bottom: 8px; max-width: none; } }
body.nav-open .consent { display: none; }

/* ------------------------------------------------------------ gate 18+ */
.gate { position: fixed; inset: 0; z-index: 60; background: var(--ink); color: var(--on-dark); display: flex; align-items: center; justify-content: center; padding: 24px; }
.gate-box { max-width: 560px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.gate-box img { width: 72px; height: 72px; }
.gate .eyebrow { color: var(--on-dark-70); }
.gate .lede { color: var(--on-dark-70); max-width: 46ch; }
.gate-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 10px; }
.gate .link { color: var(--on-dark-70); }
body.gated { overflow: hidden; }
body.gated.ok { overflow: auto; }
body.ok .gate { display: none; }

/* images Hard pas encore révélées : on cache le texte alternatif */
img[data-src] { visibility: hidden; }
