/* Paris T'aime V2 — layout global. Ne contrôle aucun composant spécifique. */

.pt-body,
.pt-main,
.pt-site,
.pt-page,
.pt-layout {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.pt-main { min-height: 70vh; }

.pt-text-page {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 80px 24px;
}

.pt-text-page h1,
.pt-text-page h2 {
  font-family: var(--pt-serif);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.pt-text-page p {
  color: var(--pt-muted);
  line-height: 1.8;
  font-size: 1.05rem;
}

.pt-site-footer {
  border-top: 1px solid var(--pt-line);
  padding: 42px 24px;
  text-align: center;
  background: #030406;
}

.pt-site-footer__line {
  font-family: var(--pt-serif);
  font-size: 1.2rem;
}

.pt-site-footer__nav {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--pt-muted);
  font-size: .88rem;
}
