
/* Livre d'or intro + hero */
.livredor-intro{
  margin: .25rem 0 1rem;
  color: var(--ink-2, #555);
}
:root[data-style="pro"] .livredor-intro .intro-fun{ display:none; }
:root[data-style="fun"] .livredor-intro .intro-pro{ display:none; }

img.livredor-hero{
  display:block;
  max-width: min(640px, 90%);
  width: 100%;
  margin: 0.5rem auto 1rem;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  object-fit: cover;
  max-height: 380px;
}

/* Captions under photos with mode toggle */
.legend-mode .legend-fun{ display:none; }
:root[data-style="fun"] .legend-mode .legend-pro{ display:none; }
:root[data-style="fun"] .legend-mode .legend-fun{ display:inline; }
.photo-block{ margin:.5rem auto 1rem; max-width:min(900px,92%); }
.photo-block figcaption{ margin-top:.35rem; font-size:.9rem; opacity:.85; text-align:center; }
