@charset "utf-8";
/* ------------------------------------------------------------------
   Menuiserie Willy Letombe - Rouen
   Direction : galerie-atelier
   Galerie sombre chaude, la photographie porte la page.
   Accent unique chene (ton materiau), angles vifs, aucune ressource
   distante : polices et images servies depuis /assets.
   ------------------------------------------------------------------ */

/* ---------- Polices locales (OFL, cf. assets/fonts/OFL-*.txt) ------ */
@font-face {
  font-family: "Epilogue";
  src: url("assets/fonts/epilogue-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  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: "Epilogue";
  src: url("assets/fonts/epilogue-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  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: "Manrope";
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Jetons ------------------------------------------------- */
:root {
  --noir: #131110;
  --noir-1: #191614;
  --noir-2: #211d1a;
  --noir-3: #2b2521;
  --bone: #f2eee8;
  --bone-2: #d9d3ca;
  --dim: #a79f95;
  --dim-2: #7e766d;
  --chene: #c9a06a;
  --chene-hi: #ddbb8b;
  --chene-wash: rgba(201, 160, 106, 0.1);
  --chene-line: rgba(201, 160, 106, 0.34);
  --hair: rgba(242, 238, 232, 0.11);
  --hair-2: rgba(242, 238, 232, 0.2);

  /* Systeme de rayon unique : angles vifs (menuiserie de precision) */
  --r: 2px;
  --r-shell: 4px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.32, 0.72, 0, 1);

  --pad-y: clamp(5rem, 9vw, 9rem);
  --gut: clamp(1.25rem, 4vw, 3.25rem);
  --max: 1280px;
  --banner-h: 44px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--noir);
  color: var(--bone);
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: "Epilogue", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.06;
  margin: 0;
  text-wrap: balance;
}

p {
  margin: 0;
}

:focus-visible {
  outline: 2px solid var(--chene);
  outline-offset: 3px;
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gut);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Barre haute : bandeau demo + en-tete ---------------------
   Les deux sont dans un meme conteneur sticky : aucune hauteur n'est
   codee en dur, donc pas de recouvrement si le bandeau passe sur
   deux lignes. */
.topbar {
  position: sticky;
  top: 0;
  z-index: 90;
}

/* ---------- Bandeau de demonstration Meriova ----------------------- */
.preview-banner {
  min-height: var(--banner-h);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  background: var(--chene);
  color: #1b1409;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  text-align: center;
}

.preview-banner-sub {
  font-weight: 500;
  opacity: 0.82;
}

.preview-banner a {
  color: #1b1409;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: 700;
  white-space: nowrap;
}

/* ---------- En-tete ------------------------------------------------ */
.site-header {
  background: rgba(19, 17, 16, 0.88);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--hair);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 72px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-decoration: none;
  margin-right: auto;
  min-width: 0;
}

.brand strong {
  font-family: "Epilogue", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
}

.brand span {
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim-2);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-size: 0.815rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bone-2);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.4s var(--ease);
}

.nav-links a:hover {
  color: var(--chene);
}

.nav-tel {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 1.1rem;
  border: 1px solid var(--chene-line);
  border-radius: var(--r);
  background: var(--chene-wash);
  color: var(--bone);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.45s var(--ease), border-color 0.45s var(--ease),
    transform 0.45s var(--ease);
}

.nav-tel:hover {
  background: var(--chene);
  border-color: var(--chene);
  color: #1b1409;
}

.nav-tel:active {
  transform: scale(0.98);
}

.nav-tel svg {
  width: 15px;
  height: 15px;
  flex: none;
}

/* ---------- Boutons ------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.5rem;
  border-radius: var(--r);
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: background 0.45s var(--ease), color 0.45s var(--ease),
    border-color 0.45s var(--ease), transform 0.45s var(--ease);
}

.btn svg {
  width: 16px;
  height: 16px;
  flex: none;
  transition: transform 0.45s var(--ease);
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--bone);
  color: #17130f;
}

.btn-primary:hover {
  background: var(--chene-hi);
  color: #1b1409;
}

.btn-primary:hover svg {
  transform: translateX(2px);
}

.btn-ghost {
  background: transparent;
  color: var(--bone);
  border-color: var(--hair-2);
}

.btn-ghost:hover {
  border-color: var(--chene);
  color: var(--chene);
}

/* ---------- Titres de section -------------------------------------- */
.eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--chene);
  margin-bottom: 1.15rem;
}

.section {
  padding-block: var(--pad-y);
}

.section-title {
  font-size: clamp(2rem, 4.4vw, 3.15rem);
}

.lede {
  color: var(--bone-2);
  font-size: clamp(1.02rem, 1.5vw, 1.155rem);
  line-height: 1.72;
  max-width: 62ch;
}

.muted {
  color: var(--dim);
}

/* ---------- Reveal au scroll --------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

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

/* ---------- Hero (split asymetrique) ------------------------------- */
.hero {
  padding-top: clamp(2.5rem, 4.5vw, 4rem);
  padding-bottom: clamp(2.75rem, 4.5vw, 4rem);
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: var(--hair);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

/* Titre calé sur la colonne : 2 lignes exactement de 1024px à 1440px */
.hero h1 {
  font-size: clamp(2.05rem, 3.85vw, 3.25rem);
  font-weight: 600;
}

/* Bloc : la seconde ligne est toujours "à vos mesures".
   line-height et réserve basse pour dégager le descendant du "y". */
.hero h1 em {
  display: block;
  font-style: italic;
  font-weight: 500;
  color: var(--chene);
  line-height: 1.14;
  padding-bottom: 0.08em;
}

.hero-sub {
  margin-top: 1.5rem;
  color: var(--bone-2);
  font-size: clamp(1.02rem, 1.5vw, 1.135rem);
  line-height: 1.7;
  max-width: 46ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.15rem;
}

/* Cadre imbrique : coque exterieure + coeur (rayons concentriques) */
.frame {
  padding: 8px;
  background: var(--noir-1);
  border: 1px solid var(--hair);
  border-radius: var(--r-shell);
}

.frame > img {
  border-radius: var(--r);
  width: 100%;
  object-fit: cover;
}

.hero-media .frame > img {
  aspect-ratio: 4 / 3;
}

.hero-caption {
  margin-top: 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: var(--dim-2);
}

/* ---------- Bande manifeste ---------------------------------------- */
.statement {
  padding-block: clamp(4rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--hair);
}

.statement p {
  font-family: "Epilogue", sans-serif;
  font-size: clamp(1.4rem, 2.9vw, 2.15rem);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.02em;
  max-width: 24ch;
  text-wrap: balance;
}

.statement-meta {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2.25rem;
  font-size: 0.815rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--dim-2);
}

/* ---------- Savoir-faire (etapes asymetriques) --------------------- */
.steps {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.steps-head {
  position: sticky;
  top: 170px;
}

.step {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  padding-block: clamp(1.75rem, 3vw, 2.4rem);
  border-top: 1px solid var(--hair);
  align-items: start;
}

.step:first-child {
  border-top: 0;
  padding-top: 0;
}

.step-thumb {
  border-radius: var(--r);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  filter: saturate(0.86);
  transition: filter 0.6s var(--ease);
}

.step:hover .step-thumb {
  filter: saturate(1);
}

.step h3 {
  font-size: 1.28rem;
  font-weight: 600;
}

.step p {
  margin-top: 0.6rem;
  color: var(--dim);
  font-size: 0.965rem;
  line-height: 1.68;
  max-width: 52ch;
}

/* ---------- Galerie des realisations ------------------------------- */
.gallery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(0.75rem, 1.4vw, 1.15rem);
}

.tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--noir-2);
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease-soft);
}

.tile:hover img {
  transform: scale(1.035);
}

.tile figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.75rem 1.05rem 0.95rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--bone);
  background: linear-gradient(to top, rgba(12, 10, 9, 0.9), transparent);
}

/* Rythme : grandes et petites cellules, 8 photos = 8 cellules */
.t-a {
  grid-column: span 4;
  aspect-ratio: 4 / 3;
}
.t-b {
  grid-column: span 2;
  aspect-ratio: 3 / 4;
}
.t-c {
  grid-column: span 2;
  aspect-ratio: 3 / 4;
}
.t-d {
  grid-column: span 2;
  aspect-ratio: 3 / 4;
}
.t-e {
  grid-column: span 2;
  aspect-ratio: 3 / 4;
}
.t-f {
  grid-column: span 3;
  aspect-ratio: 16 / 11;
}
.t-g {
  grid-column: span 3;
  aspect-ratio: 16 / 11;
}
.t-h {
  grid-column: span 6;
  aspect-ratio: 21 / 8;
}

.gallery-note {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  color: var(--dim-2);
  max-width: 78ch;
}

/* ---------- Pour qui (2 blocs) ------------------------------------- */
.audience {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.6vw, 2.25rem);
}

.aud-card {
  border: 1px solid var(--hair);
  border-radius: var(--r-shell);
  background: var(--noir-1);
  padding: 8px;
  display: flex;
  flex-direction: column;
}

.aud-card img {
  border-radius: var(--r);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.aud-body {
  padding: 1.6rem 1.15rem 1.35rem;
}

.aud-body h3 {
  font-size: 1.45rem;
}

.aud-body p {
  margin-top: 0.7rem;
  color: var(--dim);
  font-size: 0.965rem;
  line-height: 1.68;
}

/* ---------- Ce que nous fabriquons (grille typographique) ---------- */
.craft {
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  background: var(--noir-1);
}

.craft-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(2rem, 3.5vw, 3rem);
  border-top: 1px solid var(--hair);
  border-left: 1px solid var(--hair);
}

.craft-grid li {
  list-style: none;
  padding: clamp(1.35rem, 2.4vw, 1.9rem) clamp(1rem, 2vw, 1.5rem);
  border-right: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  font-family: "Epilogue", sans-serif;
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  font-weight: 500;
  letter-spacing: -0.012em;
  transition: background 0.5s var(--ease), color 0.5s var(--ease);
}

.craft-grid li:hover {
  background: var(--chene-wash);
  color: var(--chene-hi);
}

.craft-list {
  margin: 0;
  padding: 0;
}

/* ---------- Bande atelier ------------------------------------------ */
.atelier {
  position: relative;
  min-height: clamp(26rem, 46vw, 34rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.atelier-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.5);
}

.atelier::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 13, 12, 0.95) 8%,
    rgba(15, 13, 12, 0.55) 55%,
    rgba(15, 13, 12, 0.35)
  );
}

.atelier .wrap {
  position: relative;
  z-index: 1;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.atelier h2 {
  font-size: clamp(1.85rem, 3.8vw, 2.8rem);
  max-width: 20ch;
}

.atelier p {
  margin-top: 1.15rem;
  color: var(--bone-2);
  max-width: 58ch;
  line-height: 1.72;
}

.atelier-facts {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dim);
}

/* ---------- Contact ------------------------------------------------ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.contact-call {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.15rem 1.6rem;
  background: var(--bone);
  color: #17130f;
  border-radius: var(--r);
  text-decoration: none;
  font-family: "Epilogue", sans-serif;
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: background 0.45s var(--ease), transform 0.45s var(--ease);
}

.contact-call:hover {
  background: var(--chene-hi);
}

.contact-call:active {
  transform: scale(0.985);
}

.contact-call svg {
  width: 22px;
  height: 22px;
  flex: none;
}

.contact-meta {
  margin-top: 2.25rem;
  display: grid;
  gap: 1.35rem;
}

.contact-meta dt {
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dim-2);
  margin-bottom: 0.35rem;
}

.contact-meta dd {
  margin: 0;
  font-size: 1.02rem;
  color: var(--bone);
  line-height: 1.6;
}

/* Formulaire de demonstration, entierement desactive */
.demo-form {
  border: 1px solid var(--hair);
  border-radius: var(--r-shell);
  background: var(--noir-1);
  padding: clamp(1.4rem, 2.6vw, 2rem);
}

.demo-form-flag {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.75rem 0.9rem;
  border: 1px dashed var(--chene-line);
  border-radius: var(--r);
  background: var(--chene-wash);
  color: var(--chene-hi);
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.field {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.05rem;
}

.field label {
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--bone-2);
  font-weight: 600;
}

.field-label {
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--bone-2);
  font-weight: 600;
}

/* Faux champs : simples blocs de texte, jamais des <input> */
.field-box {
  display: block;
  font-family: inherit;
  font-size: 0.94rem;
  color: var(--dim-2);
  background: var(--noir-2);
  border: 1px solid var(--hair-2);
  border-radius: var(--r);
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.field-box-tall {
  min-height: 6.2rem;
}

.field-submit {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.95rem 1.5rem;
  border: 1px solid var(--hair-2);
  border-radius: var(--r);
  background: var(--noir-3);
  color: var(--dim);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.demo-form-help {
  margin-top: 0.9rem;
  font-size: 0.8125rem;
  color: var(--dim-2);
  text-align: center;
}

/* ---------- Pied de page ------------------------------------------- */
.site-footer {
  border-top: 1px solid var(--hair);
  padding-block: clamp(2.75rem, 5vw, 4rem);
  background: var(--noir-1);
}

.foot-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem 3rem;
  justify-content: space-between;
  align-items: flex-start;
}

.foot-id strong {
  font-family: "Epilogue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: block;
}

.foot-id p {
  margin-top: 0.55rem;
  color: var(--dim-2);
  font-size: 0.875rem;
  line-height: 1.6;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.foot-links a {
  color: var(--bone-2);
  text-decoration: none;
  transition: color 0.4s var(--ease);
}

.foot-links a:hover {
  color: var(--chene);
}

.foot-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hair);
  font-size: 0.8125rem;
  color: var(--dim-2);
  line-height: 1.65;
}

/* ---------- Pages secondaires -------------------------------------- */
.page-head {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--hair);
}

.page-head h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.15rem);
}

.prose {
  max-width: 68ch;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.prose h2 {
  font-size: 1.32rem;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p,
.prose li {
  color: var(--bone-2);
  font-size: 0.9625rem;
  line-height: 1.75;
}

.prose p + p {
  margin-top: 0.9rem;
}

.prose ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
}

.prose li + li {
  margin-top: 0.45rem;
}

.prose a {
  color: var(--chene);
  text-underline-offset: 3px;
}

/* Avant / apres */
.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: start;
}

.ba-col h2 {
  font-size: 1.22rem;
  margin-bottom: 0.35rem;
}

.ba-tag {
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dim-2);
  margin-bottom: 1rem;
  display: block;
}

.ba-shot {
  border: 1px solid var(--hair);
  border-radius: var(--r-shell);
  padding: 8px;
  background: var(--noir-1);
  max-height: 620px;
  overflow: hidden;
}

.ba-shot img {
  border-radius: var(--r);
  width: 100%;
}

.gains {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--hair);
}

.gain h3 {
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}

.gain p {
  color: var(--dim);
  font-size: 0.9375rem;
  line-height: 1.68;
}

/* ---------- Responsive --------------------------------------------- */
@media (max-width: 1000px) {
  .hero-grid,
  .steps,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .steps-head {
    position: static;
  }

  .craft-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-links {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --banner-h: 62px;
  }

  .audience,
  .ba-grid,
  .gains {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .t-a,
  .t-h {
    grid-column: span 2;
    aspect-ratio: 4 / 3;
  }

  .t-b,
  .t-c,
  .t-d,
  .t-e {
    grid-column: span 1;
    aspect-ratio: 3 / 4;
  }

  .t-f,
  .t-g {
    grid-column: span 2;
    aspect-ratio: 16 / 10;
  }

  .step {
    grid-template-columns: 84px 1fr;
  }

  .nav {
    height: 64px;
    gap: 0.75rem;
  }

  .brand span {
    display: none;
  }

  /* 375 px : le nom doit ceder la place au bouton d'appel, jamais le
     chevaucher. Le bouton garde sa largeur, le nom se reduit. */
  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand strong {
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nav-tel {
    flex: 0 0 auto;
    padding: 0.55rem 0.8rem;
    font-size: 0.82rem;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .ba-shot {
    max-height: 460px;
  }
}

@media (max-width: 420px) {
  .craft-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Accessibilite : mouvement reduit ----------------------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

@media print {
  .preview-banner,
  .site-header {
    position: static;
  }
}
