/* ═══════════════════════════════════════════════
   Passaggi notati da pochi (#K2)
   Curial register — same family as registro /
   biblioteca / primi-a-deporre.
   ═══════════════════════════════════════════════ */

.passaggi-page {
  background: #2a1f12;
  color: rgba(225, 218, 200, 0.85);
  font-family: 'EB Garamond', Georgia, serif;
  min-height: 100vh;
}

.passaggi-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
}

.passaggi-hero {
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(180, 140, 60, 0.25);
  margin-bottom: 2.5rem;
}

.passaggi-stamp {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #d4a64c 0%, #6a4a14 90%);
  box-shadow: 0 0 0 2px rgba(180, 140, 60, 0.35),
              0 4px 18px rgba(0, 0, 0, 0.45);
}

.passaggi-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.625rem, 3.6vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f0e4cc;
  margin: 0 0 0.75rem;
}

.passaggi-subtitle {
  font-style: italic;
  color: rgba(225, 218, 200, 0.82);
  max-width: 540px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.passaggi-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.passaggi-entry {
  display: grid;
  grid-template-columns: 2.5rem 1fr auto;
  gap: 0.5rem 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(180, 140, 60, 0.15);
  align-items: baseline;
}

.passaggi-entry:first-child {
  border-top: 1px solid rgba(180, 140, 60, 0.15);
}

.passaggi-entry-pos {
  font-family: 'Cinzel', serif;
  font-size: 1.0625rem;
  color: rgba(220, 190, 130, 0.92);
  letter-spacing: 0.06em;
}

.passaggi-entry-slug {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 1rem;
  color: rgba(240, 228, 204, 0.95);
}

.passaggi-entry-label {
  font-family: 'EB Garamond', serif;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: rgba(240, 228, 204, 0.95);
}

.passaggi-entry-id {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: rgba(225, 218, 200, 0.6);
}

.passaggi-entry-count {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: rgba(225, 218, 200, 0.82);
  font-size: 1rem;
  white-space: nowrap;
}

.passaggi-entry.is-empty {
  grid-template-columns: 2.5rem 1fr;
  color: rgba(225, 218, 200, 0.25);
  font-style: italic;
}

.passaggi-empty,
.passaggi-error {
  padding: 2rem 1rem;
  text-align: center;
  font-style: italic;
  font-size: 1rem;
  color: rgba(225, 218, 200, 0.75);
}

.passaggi-footer-note {
  margin-top: 2rem;
  text-align: center;
  font-size: 1rem;
  color: rgba(220, 190, 130, 0.92);
}

.passaggi-legend {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(180, 140, 60, 0.2);
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  color: rgba(225, 218, 200, 0.85);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
