/* ═══ preface.css | Vocabolario Calitrano ═══ */

/* ════ PAGINE INTERNE (cookie / prefazione) ════ */
.inner-page {
  min-height: 100svh;
  background: var(--carta);
  padding-top: calc(var(--topbar-h) + var(--sat));
}

.inner-page-wrap {
  max-width: 720px; margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
}

/* Bottone torna indietro */
.inner-page-back {
  display: inline-flex; align-items: center; gap: .45rem;
  background: none; border: none; cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-size: .7rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  padding: .3rem 0; margin-bottom: 2rem;
  transition: color .2s;
}
.inner-page-back:hover { color: var(--rosso); }

/* Header pagina */
.inner-page-header { margin-bottom: 2.5rem; }

.inner-page-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: .68rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--oro); margin-bottom: .6rem;
}

.inner-page-title,
h1.inner-page-title, h2.inner-page-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 700; letter-spacing: .03em;
  color: var(--ink2); line-height: 1.05;
  margin-bottom: .4rem;
}

.inner-page-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 300;
  font-size: 1.1rem; color: var(--muted);
  margin-bottom: .8rem;
}

.inner-page-rule {
  height: 2px;
  background: linear-gradient(to right, var(--rosso) 0%, var(--oro) 40%, transparent 100%);
  margin-top: 1rem;
}

/* Prosa */
.inner-page-prose h2 {
  font-family: 'Cinzel', serif;
  font-size: .85rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--rosso-deep);
  margin: 2.2rem 0 .8rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid var(--carta3);
}

.inner-page-prose p,
.inner-page-prose li {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.9; color: var(--ink);
  margin-bottom: 1.2rem; font-weight: 400;
}

.inner-page-prose ul {
  padding-left: 1.4rem; margin-bottom: 1.2rem;
}

.inner-page-prose strong { font-weight: 600; color: var(--ink2); }

.inner-page-prose a {
  color: var(--rosso); text-decoration: underline;
  text-decoration-color: rgba(139,26,26,.35);
  transition: text-decoration-color .2s;
}
.inner-page-prose a:hover { text-decoration-color: var(--rosso); }

.inner-page-date {
  font-size: .85rem !important; color: var(--muted) !important;
  margin-top: 2.5rem !important;
  border-top: 1px solid var(--carta3); padding-top: 1rem;
}

/* Prefazione: drop cap e stili speciali */
.inner-page-prose--pref .drop::first-letter {
  float: left; font-family: 'Cinzel', serif;
  font-size: 4rem; font-weight: 700;
  line-height: .82; margin: .1rem .15rem 0 0;
  color: var(--rosso);
}

.inner-pullquote {
  border-left: 3px solid var(--rosso);
  padding: .5rem 0 .5rem 1.6rem;
  margin: 2rem 0;
  background: linear-gradient(to right, rgba(139,26,26,.04), transparent);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem) !important;
  line-height: 1.65; color: var(--rosso-deep);
}

/* Rose divider nella prefazione */
.inner-rose-sep {
  display: flex; align-items: center; gap: .8rem;
  margin: 2rem 0;
}
.irs-line {
  flex: 1; height: 1px; background: var(--carta3);
}
.inner-rose-sep img {
  width: 28px; height: 28px; object-fit: contain;
  opacity: .5; flex-shrink: 0;
}

/* Firma */
.inner-firma {
  display: flex; align-items: center;
  justify-content: flex-end; gap: .8rem;
  margin-top: 2.5rem; padding-top: 1.4rem;
  border-top: 1px solid var(--carta3);
}
.inner-firma-line { width: 36px; height: 1px; background: var(--oro); }
.inner-firma-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 1rem; color: var(--muted);
}



/* ── Chi siamo: contact box ── */
.chi-contact-box {
  display: flex; gap: 1.1rem; align-items: flex-start;
  padding: 1.4rem 1.6rem;
  background: var(--bianco);
  border: 1px solid var(--carta3);
  border-left: 3px solid var(--oro);
  border-radius: var(--r-sm);
  margin: 1.8rem 0;
}
.chi-contact-icon { color: var(--oro); flex-shrink: 0; padding-top: 2px; }
.chi-contact-label {
  font-family: 'Cinzel', serif; font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink2); margin-bottom: .4rem !important;
}
.chi-contact-text { font-size: .98rem !important; margin-bottom: .4rem !important; }
.chi-contact-link {
  font-family: 'Raleway', sans-serif; font-size: .72rem;
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--rosso); text-decoration: none;
  transition: color .2s;
}
.chi-contact-link:hover { color: var(--rosso-mid); }
