/* =========================================================================
   LR Refonte - feuille de style principale
   Tokens issus du design handoff. Angles droits, aucune ombre, filets 1px.
   ========================================================================= */

:root {
  /* Couleurs */
  --ink: #0B1220;
  --ink-alt: #161d2c;
  --blue: #0D3B8F;
  --navy: #08214F;
  --red: #D6242C;
  --red-cta: #E32636;
  --bordeaux: #7C1220;
  --red-hover: #b81c24;
  --ivory: #F4F1EA;
  --white: #FFFFFF;

  /* Typos */
  --font-display: "Archivo", system-ui, -apple-system, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  /* Layout */
  --maxw: 1360px;
  --gutter: 40px;
}

/* ---- Reset léger ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-display);
  background: var(--ivory);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
button { font-family: var(--font-display); cursor: pointer; }
::selection { background: #1A57D6; color: #fff; }

.lr-container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 100%;
}

.mono { font-family: var(--font-mono); }
.uppercase { text-transform: uppercase; }

/* =========================================================================
   HEADER
   ========================================================================= */
.lr-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11,18,32,0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.lr-header__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: 76px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.lr-header__logo { height: 44px; width: auto; }
.lr-nav {
  display: flex;
  gap: 30px;
  margin-left: 8px;
  white-space: nowrap;
}
.lr-nav a {
  color: var(--ivory);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.lr-nav a:hover { color: #fff; }
.lr-header__cta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-ghost-light {
  color: var(--ivory);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,0.35);
  transition: background .25s ease;
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.1); }
.btn-red {
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: background .25s ease;
}
.btn-red:hover { background: var(--red-hover); }

/* Burger (mobile) */
.lr-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  margin-left: auto;
}
.lr-burger span { width: 24px; height: 2px; background: var(--ivory); display: block; }

/* Menu plein écran mobile */
.lr-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--ink);
  display: none;
  flex-direction: column;
  padding: 88px var(--gutter) 40px;
  gap: 22px;
}
.lr-mobile-menu.is-open { display: flex; }
.lr-mobile-menu a { color: var(--ivory); font-size: 28px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; }
.lr-mobile-menu__close {
  position: absolute; top: 24px; right: var(--gutter);
  background: none; border: 0; color: var(--ivory); font-size: 32px; line-height: 1;
}

/* =========================================================================
   HERO
   ========================================================================= */
.lr-hero {
  position: relative;
  background: var(--ink);
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.lr-hero__photo {
  position: absolute;
  inset: 0;
  background-position: 0% 20%;
  background-size: 115% auto;
  background-repeat: no-repeat;
}
.lr-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,18,32,0.97) 0%, rgba(11,18,32,0.82) 42%, rgba(11,18,32,0.25) 100%);
}
.lr-hero__inner {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 120px var(--gutter) 72px;
  width: 100%;
}
.lr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(244,241,234,0.3);
  padding: 8px 14px;
  margin-bottom: 28px;
}
.lr-eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.lr-eyebrow__txt {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--ivory);
  text-transform: uppercase;
}
.lr-hero__title {
  max-width: 900px;
  color: var(--ivory);
  font-size: clamp(44px, 7vw, 104px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-wrap: balance;
}
.lr-hero__sub {
  margin-top: 28px;
  max-width: 520px;
  color: rgba(244,241,234,0.72);
  font-size: 19px;
  line-height: 1.5;
}
.lr-hero__cta { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }
.btn-red-lg {
  background: var(--red);
  color: #fff;
  padding: 19px 34px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background .25s ease;
}
.btn-red-lg:hover { background: var(--red-hover); }
.btn-ghost-lg {
  border: 1px solid rgba(244,241,234,0.45);
  color: var(--ivory);
  padding: 19px 34px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background .25s ease;
}
.btn-ghost-lg:hover { background: rgba(244,241,234,0.1); }

/* =========================================================================
   TICKER LIVE
   ========================================================================= */
.lr-ticker {
  background: var(--red);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.lr-ticker__track {
  display: inline-flex;
  gap: 48px;
  padding: 13px 0;
  animation: lrticker 38s linear infinite;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lr-ticker:hover .lr-ticker__track { animation-play-state: paused; }
@keyframes lrticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .lr-ticker__track { animation: none; }
}

/* =========================================================================
   CHIFFRES CLÉS
   ========================================================================= */
.lr-stats { background: var(--blue); color: var(--ivory); }
.lr-stats__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 64px var(--gutter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.lr-stat { padding: 8px 32px; }
.lr-stat:first-child { padding-left: 0; padding-right: 32px; }
.lr-stat:not(:first-child) { border-left: 1px solid rgba(244,241,234,0.28); }
.lr-stat:last-child { padding-right: 0; padding-left: 32px; }
.lr-stat__num {
  font-size: 62px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}
.lr-stat__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 10px;
}

/* =========================================================================
   SECTIONS génériques
   ========================================================================= */
.lr-section { padding: 96px 0; }
.lr-section--ink { background: var(--ink); color: var(--ivory); }
.lr-section--ivory { background: var(--ivory); color: var(--ink); }
.lr-section--blue { background: var(--blue); color: var(--ivory); }
.lr-section--quote { padding: 100px 0; border-bottom: 1px solid rgba(11,18,32,0.1); }

.lr-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
  flex-wrap: nowrap;
  margin-bottom: 44px;
}
.lr-eyebrow-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.lr-eyebrow-label--red { color: var(--red); }
.lr-eyebrow-label--blue { color: var(--blue); }
.lr-h2 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 0.95;
  white-space: nowrap;
}
.lr-link-underline {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.lr-link-underline--sm { font-size: 13px; font-weight: 800; }

/* ---- LR Studio ---- */
.lr-studio__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 24px;
}
.lr-studio__main {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(244,241,234,0.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background-position: center 30%, center 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.lr-badge {
  align-self: flex-start;
  background: var(--red);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  padding: 6px 10px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.lr-studio__main h3 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}
.lr-studio__main p {
  margin-top: 12px;
  color: rgba(244,241,234,0.65);
  font-size: 16px;
  max-width: 460px;
}
.lr-studio__card {
  border: 1px solid rgba(244,241,234,0.16);
  display: flex;
  flex-direction: column;
}
.lr-studio__card-img { height: 180px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.lr-studio__card-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.lr-badge-txt { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--red); text-transform: uppercase; }
.lr-studio__card h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; text-transform: uppercase; line-height: 1.05; }
.lr-studio__card p { color: rgba(244,241,234,0.6); font-size: 14px; line-height: 1.5; }

/* ---- Citation président ---- */
.lr-quote__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
}
.lr-quote__photo {
  position: relative;
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lr-quote__text {
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.lr-quote__author { display: flex; align-items: center; gap: 16px; margin-top: 36px; }
.lr-quote__rule { width: 44px; height: 1px; background: var(--ink); }
.lr-quote__name { font-size: 15px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.lr-quote__role { font-size: 13px; color: rgba(11,18,32,0.6); }
.btn-ghost-dark {
  display: inline-block;
  margin-top: 36px;
  border: 1px solid var(--ink);
  padding: 16px 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  transition: background .25s ease, color .25s ease;
}
.btn-ghost-dark:hover { background: var(--ink); color: var(--ivory); }

/* ---- Actualités ---- */
.lr-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.lr-chip {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 9px 14px;
  text-transform: uppercase;
  border: 1px solid rgba(11,18,32,0.25);
  background: none;
  color: inherit;
}
.lr-chip.is-active { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.lr-news__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.lr-news__card { display: flex; flex-direction: column; gap: 16px; }
.lr-news__img { aspect-ratio: 3/2; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; }
.lr-news__meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; color: rgba(11,18,32,0.55); text-transform: uppercase; }
.lr-news__card h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.15; text-wrap: pretty; }
.lr-news__card p { color: rgba(11,18,32,0.65); font-size: 15px; line-height: 1.55; }
.lr-link-end {
  display: inline-block;
  margin-top: 44px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

/* ---- Agenda ---- */
.lr-agenda__list { display: flex; flex-direction: column; }
.lr-agenda__row {
  display: grid;
  grid-template-columns: 150px 1fr 260px 150px;
  gap: 24px;
  align-items: center;
  padding: 26px 8px;
  border-top: 1px solid rgba(244,241,234,0.18);
  color: var(--ivory);
  transition: background .25s ease;
}
.lr-agenda__row:last-child { border-bottom: 1px solid rgba(244,241,234,0.18); }
.lr-agenda__row:hover { background: rgba(244,241,234,0.06); }
.lr-agenda__date { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em; color: var(--red); }
.lr-agenda__title { font-size: 26px; font-weight: 700; letter-spacing: -0.015em; }
.lr-agenda__place { font-size: 14px; color: rgba(244,241,234,0.6); }
.lr-agenda__btn {
  justify-self: end;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(244,241,234,0.4);
  padding: 10px 16px;
}

/* ---- Fédération ---- */
.lr-fede__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.lr-fede__title { font-size: clamp(38px, 5vw, 60px); font-weight: 800; letter-spacing: -0.03em; text-transform: uppercase; line-height: 0.95; }
.lr-fede__text { margin-top: 24px; max-width: 460px; font-size: 18px; line-height: 1.55; opacity: 0.78; }
.lr-fede__form { display: flex; gap: 0; margin-top: 36px; max-width: 460px; }
.lr-fede__input {
  flex: 1;
  padding: 18px 20px;
  border: 1px solid rgba(244,241,234,0.4);
  background: transparent;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: 15px;
  outline: none;
}
.lr-fede__input::placeholder { color: rgba(244,241,234,0.6); }
.lr-fede__submit {
  background: var(--ivory);
  color: var(--blue);
  border: none;
  padding: 18px 26px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lr-fede__error { margin-top: 10px; font-family: var(--font-mono); font-size: 12px; color: #ffd7d7; min-height: 16px; }
.lr-fede__map {
  aspect-ratio: 1/1.05;
  border: 1px dashed rgba(244,241,234,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.lr-fede__map span { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; opacity: 0.6; }

/* ---- Boutique ---- */
.lr-shop__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.lr-shop__card { border: 1px solid rgba(11,18,32,0.12); background: #fff; }
.lr-shop__img { aspect-ratio: 1/1; background-size: cover; background-position: center; background-repeat: no-repeat; }
.lr-shop__foot { padding: 18px; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.lr-shop__name { font-size: 15px; font-weight: 700; }
.lr-shop__price { font-family: var(--font-mono); font-size: 13px; white-space: nowrap; }

/* ---- Double CTA final ---- */
.lr-dualcta { display: grid; grid-template-columns: 1fr 1fr; }
.lr-dualcta__block {
  padding: 110px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  transition: background 0.25s ease;
}
.lr-dualcta__block--adhere { background: var(--blue); color: var(--ivory); }
.lr-dualcta__block--adhere:hover { background: var(--navy); }
.lr-dualcta__block--don { background: var(--red-cta); color: #fff; }
.lr-dualcta__block--don:hover { background: var(--bordeaux); }
.lr-dualcta__eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.75; }
.lr-dualcta__title { margin-top: 32px; font-size: clamp(40px, 5.5vw, 64px); font-weight: 800; letter-spacing: -0.035em; text-transform: uppercase; line-height: 0.92; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.lr-footer { background: var(--ink); color: var(--ivory); padding: 72px 0 40px; }
.lr-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(244,241,234,0.18);
}
.lr-footer__logo { height: 54px; width: auto; margin-bottom: 22px; }
.lr-footer__intro { color: rgba(244,241,234,0.6); font-size: 14px; line-height: 1.6; max-width: 320px; margin-bottom: 20px; }
.lr-footer__news { display: flex; max-width: 340px; }
.lr-footer__news input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(244,241,234,0.35);
  background: transparent;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: 14px;
  outline: none;
}
.lr-footer__news input::placeholder { color: rgba(244,241,234,0.6); }
.lr-footer__news button {
  background: var(--ivory);
  color: var(--ink);
  border: none;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lr-footer__col { display: flex; flex-direction: column; gap: 12px; }
.lr-footer__col-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.55; margin-bottom: 6px; }
.lr-footer__col a { font-size: 14px; color: var(--ivory); }
.lr-footer__col a:hover { text-decoration: underline; }
.lr-footer__legal {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(244,241,234,0.5);
  gap: 20px;
  flex-wrap: wrap;
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1024px) {
  .lr-studio__grid { grid-template-columns: 1fr 1fr; }
  .lr-studio__main { grid-column: 1 / -1; }
  .lr-news__grid { grid-template-columns: 1fr 1fr; }
  .lr-shop__grid { grid-template-columns: 1fr 1fr; }
  .lr-stats__grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .lr-stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .lr-stat:nth-child(odd) { padding-left: 0; }
}

@media (max-width: 900px) {
  .lr-agenda__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 4px;
  }
  .lr-agenda__btn { justify-self: start; margin-top: 8px; }
  .lr-quote__grid { grid-template-columns: 1fr; gap: 40px; }
  .lr-fede__grid { grid-template-columns: 1fr; gap: 40px; }
  .lr-dualcta { grid-template-columns: 1fr; }
  .lr-dualcta__block { padding: 72px 40px; min-height: 260px; }
}

@media (max-width: 768px) {
  :root { --gutter: 20px; }
  .lr-nav, .lr-header__cta { display: none; }
  .lr-burger { display: flex; }
  .lr-hero { min-height: 560px; }
  .lr-hero__inner { padding: 90px var(--gutter) 40px; }
  .lr-hero__veil { background: linear-gradient(0deg, rgba(11,18,32,0.94) 25%, rgba(11,18,32,0.15) 75%); }
  .lr-section { padding: 64px 0; }
  .lr-section--quote { padding: 64px 0; }
  .lr-section__head { flex-wrap: wrap; gap: 20px; margin-bottom: 28px; }
  .lr-h2 { white-space: normal; }
  .lr-studio__grid { grid-template-columns: 1fr; }
  .lr-news__grid { grid-template-columns: 1fr; }
  .lr-shop__grid { grid-template-columns: 1fr 1fr; }
  .lr-footer__grid { grid-template-columns: 1fr 1fr; }
  .lr-footer__col:first-child { grid-column: 1 / -1; }
  .lr-chips { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
  .lr-hero__cta .btn-red-lg, .lr-hero__cta .btn-ghost-lg { flex: 1; text-align: center; }
}

@media (max-width: 480px) {
  .lr-stats__grid { grid-template-columns: 1fr 1fr; }
  .lr-shop__grid { grid-template-columns: 1fr; }
  .lr-footer__grid { grid-template-columns: 1fr; }
  .lr-footer__legal { flex-direction: column; }
}

/* =========================================================================
   AJOUTS v1.1 - menus WP, logos, carte, événements
   ========================================================================= */

/* ---- Logos (fix étirement) ---- */
.lr-logo,
.lr-header__brand img,
.custom-logo,
.lr-header .custom-logo-link img { display: block; width: auto; max-width: 100%; height: 44px; object-fit: contain; }
.lr-header__brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.lr-footer__logo,
.lr-footer .custom-logo-link img { height: 48px; width: auto; max-width: 180px; object-fit: contain; object-position: left center; margin-bottom: 22px; }

/* ---- Menu principal (markup wp_nav_menu) ---- */
.lr-nav__list {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.lr-nav__list li { margin: 0; }
.lr-nav__list a {
  color: var(--ivory);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.lr-nav__list a:hover,
.lr-nav__list .current-menu-item > a { color: #fff; }

/* ---- Menu mobile ---- */
.lr-mobile-menu__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.lr-mobile-menu__list a { color: var(--ivory); font-size: 28px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; }
.lr-mobile-menu__cta { display: flex; gap: 12px; margin-top: 24px; }
.lr-mobile-menu__cta a {
  flex: 1; text-align: center; padding: 16px; font-size: 13px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid rgba(244,241,234,0.35);
}

/* ---- Footer : listes de liens ---- */
.lr-footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.lr-footer__list a { font-size: 14px; color: var(--ivory); }
.lr-footer__list a:hover { text-decoration: underline; }
.lr-footer__legal a { color: rgba(244,241,234,0.75); }
.lr-footer__legal a:hover { color: #fff; }

/* ---- Carte interactive ---- */
.lr-map { position: relative; }
.lr-map-svg { width: 100%; height: auto; display: block; }
.lr-dep {
  fill: rgba(244,241,234,0.10);
  stroke: rgba(244,241,234,0.45);
  stroke-width: 0.6;
  cursor: pointer;
  transition: fill .15s ease;
  outline: none;
}
.lr-dep:hover,
.lr-dep:focus { fill: var(--red); stroke: var(--ivory); }
.lr-map__tooltip {
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 12px));
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .12s ease;
  z-index: 5;
}
.lr-map__tooltip.is-visible { opacity: 1; }

/* ---- Pages événement ---- */
.lr-agenda-page { min-height: 60vh; }
.lr-agenda-page__nav { margin-top: 40px; }
.lr-agenda-page__nav a, .lr-agenda-page__nav .page-numbers { color: var(--ivory); font-family: var(--font-mono); font-size: 13px; padding: 6px 10px; border: 1px solid rgba(244,241,234,0.3); margin-right: 6px; display: inline-block; }
.lr-agenda-page__nav .current { background: var(--red); border-color: var(--red); }
.lr-event-single__meta { display: flex; gap: 20px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 24px; }
.lr-event-single__date { color: var(--red); font-weight: 500; }
.lr-event-single__place { color: rgba(11,18,32,0.6); }
.lr-event-single__img img { width: 100%; height: auto; display: block; }

@media (max-width: 900px) {
  .lr-map { max-width: 420px; margin: 0 auto; }
}
