/* ========================================================================
   IS PHOTO — Pages légales (mentions légales · confidentialité)
   Direction artistique sobre éditoriale luxe
   ======================================================================== */

.page-legal {
  background: #050505;
  color: var(--blanc);
  min-height: 100vh;
}

.legal-main {
  padding: 102px 0 0;
}

/* Hero sobre éditorial */
.legal-hero {
  max-width: 880px;
  margin: 0 auto;
  padding: 5rem var(--space-md) 3rem;
  text-align: center;
  border-bottom: 0.5px solid rgba(255,255,255,0.08);
}

.legal-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.8rem;
}

.legal-breadcrumb a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.4s var(--ease-out);
}

.legal-breadcrumb a:hover { color: var(--rouge); }

.legal-breadcrumb-sep {
  color: rgba(204,20,20,0.7);
}

.legal-eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--rouge);
  margin-bottom: 1.2rem;
}

.legal-h1 {
  font-family: 'Italiana', 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 1;
  color: var(--blanc);
  margin: 0 auto 1.6rem;
  letter-spacing: 0.02em;
}

.legal-h1 em {
  color: var(--rouge);
  font-style: italic;
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.legal-lead {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.04rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  max-width: 60ch;
  margin: 0 auto;
}

/* Contenu éditorial */
.legal-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 4rem var(--space-md) 6rem;
}

.legal-section {
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
  border-bottom: 0.5px solid rgba(255,255,255,0.06);
}

.legal-section:last-of-type {
  border-bottom: none;
}

.legal-section h2 {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  line-height: 1.2;
  color: var(--blanc);
  margin: 0 0 1.4rem;
  letter-spacing: 0.005em;
}

.legal-section h2::before {
  content: '— ';
  color: var(--rouge);
  font-style: normal;
}

.legal-section p {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  margin: 0 0 1.1rem;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section strong {
  color: var(--blanc);
  font-weight: 400;
}

.legal-section a {
  color: var(--rouge);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(204,20,20,0.4);
  transition: border-color 0.4s var(--ease-out), color 0.4s var(--ease-out);
}

.legal-section a:hover {
  color: rgba(204,20,20,0.85);
  border-color: var(--rouge);
}

/* Bloc adresse / coordonnées */
.legal-block {
  background: rgba(15,15,15,0.6);
  border-left: 0.5px solid rgba(204,20,20,0.4);
  padding: 1.4rem 1.6rem;
  margin: 1.4rem 0 !important;
  font-family: var(--font-serif);
  font-style: italic;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
}

/* Listes */
.legal-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
}

.legal-list li {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  padding: 0.5rem 0 0.5rem 1.4rem;
  position: relative;
}

.legal-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--rouge);
  font-size: 1.4rem;
  line-height: 1;
  top: 0.5rem;
}

/* Mention de mise à jour */
.legal-update {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 4rem;
}

@media (max-width: 700px) {
  .legal-hero { padding: 3.5rem var(--space-sm) 2.5rem; }
  .legal-content { padding: 3rem var(--space-sm) 4rem; }
  .legal-section { margin-bottom: 2.5rem; padding-bottom: 2rem; }
}
