body {
  font-family: Georgia, serif;
  background-color: #151816;
  color: #f0f0f0;
  margin: 0;
  line-height: 1.8;
}

/* ——— Navigation (toutes les pages) ——— */

nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.2rem 0.1rem;
  padding: 0.95rem min(1.5rem, 3vw) 1rem;
  text-align: center;
  background: linear-gradient(180deg, #343532 0%, #2a2926 45%, #232422 100%);
  border-bottom: 1px solid rgba(167, 224, 122, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 6px 20px rgba(0, 0, 0, 0.28);
}

nav::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(167, 224, 122, 0.15) 15%,
    rgba(167, 224, 122, 0.5) 50%,
    rgba(167, 224, 122, 0.15) 85%,
    transparent 100%
  );
  pointer-events: none;
}

nav a {
  display: inline-block;
  margin: 0;
  padding: 0.45rem 0.65rem;
  font-size: clamp(0.82rem, 0.85vw + 0.55rem, 1.18rem);
  letter-spacing: 0.07em;
  text-decoration: none;
  color: #b5d483;
  border-radius: 5px;
  transition: color 0.17s ease, background 0.17s ease, box-shadow 0.17s ease;
}

nav a:hover {
  color: #eaf6d8;
  background: rgba(167, 224, 122, 0.1);
  box-shadow: 0 0 0 1px rgba(167, 224, 122, 0.12);
}

nav a:focus-visible {
  color: #f4fbe8;
  outline: 2px solid rgba(167, 224, 122, 0.55);
  outline-offset: 2px;
}

/* ——— En-tête page (sauf héros accueil / présentation déjà stylés) ——— */

header:not(.home-hero):not(.pres-hero):not(.leg-hero):not(.inner-hero) {
  text-align: center;
  padding: 2rem min(2rem, 4vw) 2.25rem;
  background: linear-gradient(168deg, #2f2e2a 0%, #262522 38%, #1f201e 100%);
  border-bottom: 1px solid rgba(228, 236, 204, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 10px 28px rgba(0, 0, 0, 0.22);
}

header:not(.home-hero):not(.pres-hero):not(.leg-hero):not(.inner-hero)::after {
  content: "";
  display: block;
  width: min(140px, 40vw);
  height: 1px;
  margin: 1.5rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(167, 224, 122, 0.35), transparent);
}

header:not(.home-hero):not(.pres-hero):not(.leg-hero):not(.inner-hero):has(.image-banner)::after {
  margin-top: 1.35rem;
}

.banner-title {
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 1.1vw + 0.95rem, 1.72rem);
  font-weight: normal;
  line-height: 1.4;
  color: #f2f5ea;
  text-align: center;
  margin: 0 auto;
  max-width: min(40rem, 92vw);
  letter-spacing: 0.045em;
  white-space: pre-line;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

header:not(.home-hero):not(.pres-hero):not(.leg-hero):not(.inner-hero) .image-banner {
  margin-top: 1.35rem;
  border-radius: 4px;
  border: 1px solid rgba(228, 236, 204, 0.14);
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.18),
    0 14px 36px rgba(0, 0, 0, 0.32);
}

main {
  max-width: 1000px;
  margin: auto;
  padding: 2rem;
}

.mia-style {
  font-family: Georgia, serif;
  font-size: 1.3rem;
  line-height: 2;
  color: #e4eccc;
  text-align: justify;
  margin: 3rem auto;
  white-space: pre-line;
}

/* ——— Ornement + épigraphe (réutilisable sur tout le site) ——— */

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

.verse-ornament {
  width: min(120px, 40vw);
  height: 1px;
  margin: 0 auto 2rem;
  background: linear-gradient(90deg, transparent, #a7e07a, transparent);
  opacity: 0.85;
}

.verse-ornament::after {
  content: "✧";
  display: block;
  margin: -0.65rem auto 0;
  width: fit-content;
  font-size: 0.9rem;
  color: #a7e07a;
  letter-spacing: 0.15em;
  padding: 0 0.5rem;
  line-height: 1;
  background: rgba(20, 22, 18, 0.94);
}

blockquote.verse-epigraph {
  margin: 0 0 2rem;
  padding: 0;
  border: none;
  quotes: "«" "»" "‹" "›";
}

.verse-epigraph p {
  margin: 0 0 1.75rem;
  padding: 0 0 0 1.25rem;
  border-left: 3px solid rgba(167, 224, 122, 0.35);
  font-size: clamp(1.1rem, 2.2vw, 1.42rem);
  line-height: 1.82;
  color: #e4eccc;
  text-align: left;
  font-style: normal;
}

.verse-epigraph p:last-of-type {
  margin-bottom: 0;
  border-left-color: rgba(167, 224, 122, 0.55);
  font-size: clamp(1.15rem, 2.35vw, 1.48rem);
  color: #f0f4e6;
}

blockquote.verse-epigraph--compact {
  margin-bottom: 1.75rem;
}

.verse-epigraph--compact p {
  margin-bottom: 1rem;
  font-size: clamp(0.98rem, 1.65vw, 1.12rem);
  line-height: 1.78;
}

.verse-epigraph--compact p:last-of-type {
  font-size: clamp(1.02rem, 1.85vw, 1.2rem);
}

footer {
  text-align: center;
  padding: 1.5rem;
  background-color: #2f2f2f;
  color: #888;
  margin-top: 2rem;
}
