/* SNP CSS Overrides — modificabile senza rebuild Astro */

/* ── Corpo articolo ── */
.snp-article-prose p {
  line-height: 1.82;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  letter-spacing: .012em;
  margin: 0 0 26px;
  -webkit-font-smoothing: antialiased;
}

/* ── H2 H3 H4 nel corpo ── */
.snp-article-prose h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e1810;
  margin: 48px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6ddcc;
  letter-spacing: -.01em;
}
.snp-article-prose h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #2a2218;
  margin: 36px 0 12px;
  letter-spacing: -.005em;
}
.snp-article-prose h4 {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9a7327;
  margin: 28px 0 8px;
}

/* ── Hero image caption ── */
.snp-article-hero-caption {
  position: absolute;
  bottom: 10px;
  right: 14px;
  z-index: 2;
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: rgba(255,255,255,.75);
  font-family: var(--font-sans);
  font-size: 11.5px;
  line-height: 1.4;
  padding: 4px 10px 4px 12px;
  border-radius: 4px;
  max-width: 55%;
  text-align: right;
  pointer-events: none;
  letter-spacing: .01em;
}
