/* ==========================================================================
   Dams Coaching — site vitrine
   Implémentation de « Dams Coaching.dc.html » (Claude Design)
   ========================================================================== */

/* --- Polices auto-hébergées (Anton, Barlow — SIL Open Font License 1.1) ---
   Aucun appel à Google Fonts : rien n'est transmis à un tiers. */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/anton-400-latin-ext.woff2') format('woff2');
  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: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/anton-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: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-400-latin-ext.woff2') format('woff2');
  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: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-600-latin-ext.woff2') format('woff2');
  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: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-600-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: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/barlow-700-latin-ext.woff2') format('woff2');
  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: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/barlow-700-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;
}

/* --- Design tokens ------------------------------------------------------ */
:root {
  /* Surfaces */
  --ink:            #0B0B0C;
  --surface-band:   #111113;
  --surface-card:   #131315;
  --surface-glass:  rgba(19, 19, 21, .9);

  /* Texte */
  --bone:           #F4F2F0;
  --text-strong:    #D7D7DC;
  --text-body:      #C3C3C9;
  --text-muted:     #B9B9C0;
  --text-dim:       #9C9CA3;
  --text-faint:     #8E8E96;

  /* Accent */
  --red:            #D81E24;
  --red-hover:      #F0272E;
  --red-link:       #E8262D;

  /* Traits */
  --line-faint:     rgba(255, 255, 255, .07);
  --line:           rgba(255, 255, 255, .1);
  --line-card:      rgba(255, 255, 255, .09);
  --line-strong:    rgba(255, 255, 255, .12);
  --line-btn:       rgba(255, 255, 255, .22);

  /* Rythme */
  --shell:          1180px;
  --gutter:         clamp(16px, 4vw, 40px);
  --header-h:       96px;

  /* Typo */
  --font-display:   Anton, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --font-body:      Barlow, system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-body);
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
figure { margin: 0; }

a {
  color: var(--bone);
  text-decoration: none;
  transition: color .18s ease;
}
a:hover { color: var(--red-link); }

section[id] { scroll-margin-top: var(--header-h); }

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

/* --- Utilitaires -------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.accent { color: var(--red); }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -140%);
  z-index: 100;
  background: var(--red);
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 2px 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .18s ease;
}
.skip-link:focus { transform: translate(-50%, 0); color: #fff; }

/* Surtitre rouge avec son tiret */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  flex: none;
  width: 26px;
  height: 2px;
  background: var(--red);
}

/* Échelle typographique display (Anton) */
.display {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
}
.display--hero { font-size: clamp(42px, 7.2vw, 90px); line-height: .9;  letter-spacing: .005em; margin: 18px 0 0; }
.display--xl   { font-size: clamp(34px, 5.4vw, 66px); line-height: .94; margin: 16px 0 0; }
.display--lg   { font-size: clamp(30px, 4.6vw, 56px); line-height: .96; margin: 16px 0 0; }
.display--md   { font-size: clamp(24px, 3vw,   34px); margin: 18px 0 8px; }
.display--sm   { font-size: clamp(24px, 2.6vw, 31px); margin: 14px 0 12px; }
.display--xs   { font-size: 20px; margin: 14px 0 10px; }

/* --- Boutons ------------------------------------------------------------ */
.btn {
  display: inline-block;
  padding: 17px 28px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-hover); color: #fff; }

.btn--ghost { border: 1px solid var(--line-btn); }
.btn--ghost:hover { border-color: var(--red); color: #fff; }

.btn--compact { padding: 12px 18px; font-size: 12.5px; letter-spacing: .12em; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* --- En-tête ------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(11, 11, 12, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  padding-block: 10px;
}

.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand__mark { width: 52px; height: 52px; }
.brand__name {
  font-family: var(--font-display);
  font-size: 19px;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1;
}
.brand__name-accent { color: var(--red); }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 24px);
  flex-wrap: wrap;
  margin-left: auto;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-nav a { color: var(--text-muted); }
.site-nav a:hover { color: var(--red-link); }
.site-nav .btn--primary { color: #fff; }

/* Bouton menu — masqué au-dessus du point de rupture */
.nav-toggle {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line-btn);
  border-radius: 2px;
  background: none;
  color: var(--bone);
  cursor: pointer;
  transition: border-color .18s ease;
}
.nav-toggle:hover { border-color: var(--red); }

.nav-toggle__bars,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle__bars { margin: 0 auto; position: relative; }
.nav-toggle__bars::before,
.nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after  { top: 6px; }

.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after  { transform: translateY(-6px) rotate(-45deg); }

/* --- Hero --------------------------------------------------------------- */
.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(44px, 7vw, 96px) clamp(36px, 5vw, 72px);
}

.lead {
  margin: 22px 0 0;
  max-width: 46ch;
  color: var(--text-muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
}
.lead--tight {
  max-width: 44ch;
  color: var(--text-body);
  font-size: 16.5px;
  line-height: 1.65;
  margin-top: 20px;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 34px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  color: var(--text-faint);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.credentials li + li::before {
  content: "·";
  margin-inline-end: 26px;
  color: var(--red);
}

.media { position: relative; }

.hero__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 52% 30%;
  filter: contrast(1.06) saturate(.92);
}
.media--offset img { box-shadow: 18px 18px 0 rgba(216, 30, 36, .92); }

.media__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px 22px;
  background: linear-gradient(to top, rgba(11, 11, 12, .92), rgba(11, 11, 12, 0));
  font-family: var(--font-display);
  font-size: clamp(15px, 1.6vw, 19px);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.media__badge {
  position: absolute;
  right: -1px;
  bottom: -1px;
  padding: 12px 18px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(14px, 1.5vw, 17px);
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* --- Bandeau sombre (piliers / méthode) --------------------------------- */
.band {
  background: var(--surface-band);
  border-top: 1px solid var(--line-faint);
  border-bottom: 1px solid var(--line-faint);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  column-gap: clamp(16px, 3vw, 44px);
}
.pillar {
  padding-block: clamp(28px, 4vw, 44px);
  border-top: 3px solid var(--red);
}
.pillar p {
  margin: 0;
  color: var(--text-dim);
  font-size: 15.5px;
  line-height: 1.55;
}

/* --- Le coach ----------------------------------------------------------- */
.coach {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
  padding-block: clamp(60px, 8vw, 112px);
}

.coach__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 60% 35%;
  filter: grayscale(.25) contrast(1.05);
}

.prose {
  margin: 16px 0 0;
  color: var(--text-body);
  font-size: 16.5px;
  line-height: 1.68;
}
.prose:first-of-type { margin-top: 22px; }

.stats {
  display: grid;
  /* Le design pose 150px : à la largeur réelle de la colonne cela donne 3
     colonnes, et le 4e chiffre laisse une cellule vide bordée. 190px force un
     2×2 propre sur desktop, et retombe sur une colonne en mobile. */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
  gap: 1px;
  margin: 34px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.stat { background: var(--surface-band); padding: 22px 20px; }
.stat__value {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  color: var(--red);
  line-height: 1;
}
.stat__label {
  margin: 8px 0 0;
  color: var(--text-faint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* --- Formules ----------------------------------------------------------- */
.offers { padding-block: clamp(40px, 6vw, 80px) clamp(60px, 8vw, 112px); }
.measure-title { max-width: 20ch; }

.offers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(16px, 2vw, 26px);
  margin-top: clamp(32px, 4vw, 54px);
}

.offer {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  background: var(--surface-card);
  border: 1px solid var(--line-card);
  transition: transform .2s ease, border-color .2s ease;
}
.offer:hover { transform: translateY(-4px); border-color: rgba(216, 30, 36, .55); }

.offer--featured {
  position: relative;
  background: linear-gradient(180deg, #1A1113, #131315);
  border-color: rgba(216, 30, 36, .5);
}
.offer--featured:hover { border-color: rgba(216, 30, 36, .5); }

.offer__flag {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 7px 12px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.offer__index {
  margin: 0;
  color: var(--text-faint);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.offer__desc {
  margin: 0 0 22px;
  color: var(--text-dim);
  font-size: 15.5px;
  line-height: 1.6;
}

.ticks {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ticks li {
  display: flex;
  gap: 11px;
  color: var(--text-strong);
  font-size: 15.5px;
  line-height: 1.5;
}
.ticks li::before {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  background: var(--red);
}

.offer__foot { margin-top: auto; padding-top: 26px; }
.offer__price {
  margin: 0;
  color: var(--text-faint);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
/* Variante « prix affiché » — voir README (prop showPrices du design) */
.offer__price--amount {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: normal;
  color: var(--bone);
}

.link-cta {
  display: inline-block;
  margin-top: 14px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(216, 30, 36, .45);
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.link-cta:hover { color: var(--red-hover); border-bottom-color: var(--red-hover); }

/* --- Méthode ------------------------------------------------------------ */
.method { padding-block: clamp(60px, 8vw, 108px); }

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: clamp(24px, 3vw, 40px);
  margin: clamp(34px, 4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}
.step__num {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 5vw, 66px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(216, 30, 36, .7);
}
@supports not (-webkit-text-stroke: 1px red) {
  .step__num { color: rgba(216, 30, 36, .7); }
}
.step p:not(.step__num) {
  margin: 0;
  color: var(--text-dim);
  font-size: 15.5px;
  line-height: 1.6;
}

/* --- Parcours ----------------------------------------------------------- */
.career {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(32px, 5vw, 64px);
  padding-block: clamp(60px, 8vw, 112px);
}
.career__note {
  margin: 20px 0 0;
  max-width: 38ch;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.65;
}

.timeline { margin: 0; padding: 0; list-style: none; }
.timeline__row {
  display: flex;
  gap: clamp(16px, 3vw, 28px);
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.timeline__row:last-child { border-bottom: 1px solid var(--line); }
.timeline__when {
  flex: none;
  width: 104px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: .04em;
  color: var(--red);
}
.timeline__what {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 19px;
  text-transform: uppercase;
}
.timeline__where {
  margin: 6px 0 0;
  color: var(--text-faint);
  font-size: 15px;
}

/* --- FAQ ---------------------------------------------------------------- */
.faq {
  max-width: 900px;
  padding-block: clamp(20px, 3vw, 40px) clamp(60px, 8vw, 108px);
}
.faq .display--lg {
  font-size: clamp(30px, 4.6vw, 52px);
  margin-bottom: clamp(20px, 3vw, 34px);
}

.qa { border-top: 1px solid var(--line-strong); }
.qa--last { border-bottom: 1px solid var(--line-strong); }

.qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(17px, 2vw, 21px);
  text-transform: uppercase;
  transition: color .18s ease;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--red-link); }

.qa__sign {
  flex: none;
  color: var(--red);
  font-size: 26px;
  line-height: 1;
  transition: transform .2s ease;
}
.qa[open] .qa__sign { transform: rotate(45deg); }

.qa__a {
  margin: 0 0 24px;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.65;
}

/* --- Contact ------------------------------------------------------------ */
.contact {
  position: relative;
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.contact__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  opacity: .3;
  filter: grayscale(.2);
}
.contact__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(11, 11, 12, .96) 0%, rgba(11, 11, 12, .86) 45%, rgba(11, 11, 12, .55) 100%);
}
.contact__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  padding-block: clamp(60px, 8vw, 116px);
}

.card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: clamp(24px, 3vw, 36px);
  background: var(--surface-glass);
  border: 1px solid var(--line);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.card__label {
  margin: 0;
  color: var(--text-faint);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.card__value {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 23px);
  letter-spacing: .02em;
  word-break: break-word;
}
.card__text {
  margin: 8px 0 0;
  color: var(--text-strong);
  font-size: 16px;
  line-height: 1.5;
}
.card__rule { margin: 0; border: 0; height: 1px; background: var(--line); }

/* --- Pied de page ------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 32px;
  padding-block: 36px;
}
.site-footer__mark { width: 46px; height: 46px; }
.site-footer__id { color: var(--text-faint); font-size: 13px; line-height: 1.5; }
.site-footer__id p { margin: 0; }
.site-footer__name {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--bone);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-left: auto;
  color: var(--text-faint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-footer__nav a { color: var(--text-faint); }
.site-footer__nav a:hover { color: var(--red-link); }

/* --- Navigation mobile -------------------------------------------------- */
@media (max-width: 899px) {
  .nav-toggle { display: block; }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 8px var(--gutter) 22px;
    /* Opaque : le panneau recouvre le contenu, un fond translucide rendrait
       le titre du hero lisible au travers des liens. */
    background: var(--ink);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .55);
    display: none;
  }
  .site-nav[data-open="true"] { display: flex; }

  .site-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }
  .site-nav .btn--primary {
    margin-top: 18px;
    padding: 16px 18px;
    border-bottom: 0;
    text-align: center;
  }
}

/* --- Préférences système ------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* --- Impression --------------------------------------------------------- */
@media print {
  .site-header, .nav-toggle, .skip-link, .contact__bg, .contact__scrim { display: none !important; }
  body { background: #fff; color: #000; }
  .qa[open] .qa__a, .qa__a { color: #333; }
}

/* --- Page 404 ----------------------------------------------------------- */
.notfound {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100svh;
  padding-block: clamp(48px, 10vw, 96px);
}
.notfound__mark { width: 72px; height: 72px; margin-bottom: 28px; }

/* --- Pages de contenu (mentions légales) -------------------------------- */
.legal { max-width: 820px; padding-block: clamp(44px, 7vw, 84px) clamp(56px, 8vw, 104px); }
.legal h2 { margin-top: clamp(38px, 5vw, 54px); color: var(--bone); }
.legal p { margin: 14px 0 0; color: var(--text-body); font-size: 16.5px; line-height: 1.68; }
.legal a:not(.link-cta) { color: var(--red); border-bottom: 1px solid rgba(216, 30, 36, .4); }
.legal a:not(.link-cta):hover { color: var(--red-hover); border-bottom-color: var(--red-hover); }
.legal strong { color: var(--bone); font-weight: 600; }
.legal__back { margin-top: clamp(40px, 5vw, 60px); }

.legal__id {
  display: grid;
  grid-template-columns: minmax(140px, max-content) 1fr;
  gap: 1px;
  margin: 20px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.legal__id dt,
.legal__id dd { margin: 0; padding: 13px 18px; background: var(--surface-band); font-size: 15.5px; }
.legal__id dt {
  color: var(--text-faint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-content: center;
}
.legal__id dd { color: var(--text-strong); }

/* Champs qui restent à renseigner par l'éditeur du site */
.todo { color: var(--red); font-style: italic; border-bottom: 1px dotted currentColor; }

@media (max-width: 560px) {
  .legal__id { grid-template-columns: 1fr; }
  .legal__id dt { padding-bottom: 0; background: var(--surface-band); }
}
