/* Auxilium Don Silvio Galli ODV — foglio di stile condiviso */
:root {
  --warm-cream: #F6F1E8;
  --cream-deep: #EFE7D8;
  --soft-gold: #C0A062;
  --deep-earth: #33281F;
  --accent: #8B5A3C;
  --text: #3C342C;
  --text-light: #6A5D50;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--text);
  background: var(--warm-cream);
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
strong { font-weight: 600; color: var(--deep-earth); }
/* link inline nel testo (mail, tel, ecc.): tono caldo del tema, mai il blu di default */
a { color: var(--accent); text-decoration-color: rgba(139,90,60,0.4); text-underline-offset: 0.15em; }
a:hover { color: var(--deep-earth); text-decoration-color: rgba(51,40,31,0.6); }
img { max-width: 100%; height: auto; }
picture { display: contents; }   /* wrapper trasparente: i selettori img esistenti restano validi */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(192,160,98,0.10), transparent 60%),
    linear-gradient(180deg, var(--cream-deep) 0%, var(--warm-cream) 100%);
  position: relative;
}
.hero-content { max-width: 680px; animation: rise 1.4s ease both; }
.hero-cross {
  font-size: 2rem; color: var(--soft-gold); margin-bottom: 2rem;
  opacity: 0; animation: fade 2s ease 0.3s both;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.5rem, 12vw, 6.5rem);
  font-weight: 500; color: var(--deep-earth);
  letter-spacing: 0.02em; line-height: 1;
}
.hero-subtitle {
  font-size: 0.95rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--accent); margin-top: 1.5rem; font-weight: 400;
}
.hero-quote {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(1.4rem, 4vw, 2rem); color: var(--text-light);
  margin-top: 3rem; font-weight: 400;
}
.scroll-hint {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-light); opacity: 0.6; animation: bob 2.5s ease-in-out infinite;
}

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 1.6rem 1.9rem;
  padding: 1.1rem 1.5rem; background: rgba(246,241,232,0.92);
  backdrop-filter: blur(8px); transition: box-shadow 0.3s, padding 0.3s;
}
nav.scrolled { box-shadow: 0 2px 20px rgba(51,40,31,0.08); }
nav a {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text); text-decoration: none; font-weight: 400;
  transition: color 0.2s; white-space: nowrap;
}
nav a:hover { color: var(--accent); }
nav a.active { color: var(--accent); }

/* ── SECTIONS ── */
section { padding: 6rem 2rem; }
.section-inner { max-width: 760px; margin: 0 auto; }
.section-label {
  font-size: 0.8rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.8rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: clamp(2.2rem, 6vw, 3.2rem); color: var(--deep-earth);
  line-height: 1.1; margin-bottom: 2.2rem;
}
.section-text { font-size: 1.08rem; margin-bottom: 1.4rem; }
.alt { background: var(--cream-deep); }

/* ════ SFONDO "PROVVIDENZA" — sezione #aiutaci (blocco rimovibile) ════ */
#aiutaci { position: relative; overflow: hidden; }
#aiutaci::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url(../../media/sfondi/provvidenza.jpg);
  background-image: image-set(url("../../media/sfondi/provvidenza.webp") type("image/webp"),
                              url("../../media/sfondi/provvidenza.jpg")  type("image/jpeg"));
  background-position: center 30%; background-size: cover; background-repeat: no-repeat;
  opacity: 0.18;
  -webkit-mask-image: radial-gradient(130% 120% at 50% 32%, #000 0%, rgba(0,0,0,0.55) 44%, transparent 74%);
          mask-image: radial-gradient(130% 120% at 50% 32%, #000 0%, rgba(0,0,0,0.55) 44%, transparent 74%);
}
#aiutaci > .section-inner { position: relative; z-index: 1; }
/* ════ FINE SFONDO "PROVVIDENZA" ════ */

/* ── TIMELINE ── */
.timeline { border-left: 2px solid rgba(192,160,98,0.4); padding-left: 2rem; margin-top: 2.5rem; }
.tl-item { position: relative; padding-bottom: 2rem; }
.tl-item::before {
  content: ''; position: absolute; left: calc(-2rem - 6px); top: 0.4rem;
  width: 10px; height: 10px; border-radius: 50%; background: var(--soft-gold);
}
.tl-year { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--accent); font-weight: 600; }
.tl-text { font-size: 1rem; color: var(--text-light); margin-top: 0.2rem; }

/* ── HELP CARDS ── */
.help-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.help-card {
  background: var(--warm-cream); border: 1px solid rgba(192,160,98,0.3);
  border-radius: 4px; padding: 2rem 1.6rem; transition: transform 0.25s, box-shadow 0.25s;
}
.help-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(51,40,31,0.08); }
.help-card h4 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600;
  color: var(--deep-earth); margin-bottom: 0.8rem;
}
.help-card p { font-size: 0.95rem; color: var(--text-light); line-height: 1.7; }
.badge { display: inline-block; margin-top: 1rem; font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent); border: 1px solid rgba(139,90,60,0.4);
  border-radius: 999px; padding: 0.25rem 0.8rem; }

/* ── NEWS / APPUNTAMENTI ── */
.event-card {
  display: flex; gap: 2.5rem; align-items: flex-start; margin-top: 2.5rem; flex-wrap: wrap;
  background: var(--warm-cream); border: 1px solid rgba(192,160,98,0.3);
  border-radius: 4px; padding: 2rem;
}
.event-poster { flex: 0 0 300px; max-width: 300px; display: block; }
.event-poster img {
  width: 100%; height: auto; display: block; border-radius: 3px;
  box-shadow: 0 12px 32px rgba(51,40,31,0.14); transition: transform 0.25s;
}
.event-poster:hover img { transform: scale(1.02); }
.event-body { flex: 1; min-width: 280px; }
.event-tag { display: inline-block; font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.7rem; }
.event-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600;
  color: var(--deep-earth); line-height: 1.1; margin-bottom: 0.4rem; }
.event-when { font-size: 0.95rem; color: var(--text-light); margin-bottom: 1.4rem; }
.program { list-style: none; margin-top: 0.5rem; }
.program li { padding: 1.15rem 0; border-top: 1px solid rgba(192,160,98,0.3); font-size: 0.98rem; line-height: 1.65; }
.program li:first-child { border-top: none; padding-top: 0; }
.program .day { display: block; font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.2rem; color: var(--accent); margin: 0 0 0.2rem; padding: 0; background: none; border: 0; border-radius: 0; }
.event-link { display: inline-block; margin-top: 1.5rem; font-size: 0.85rem; letter-spacing: 0.04em;
  color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(139,90,60,0.4); padding-bottom: 2px; }
.event-link:hover { color: var(--deep-earth); }

/* ── COLLEGAMENTI / REALTÀ AMICHE ── */
/* ════ LOGHI PARTNER nei chip (blocco rimovibile) ════ */
.card-logo { display: inline-flex; align-items: center; justify-content: center;
  height: 54px; min-width: 54px; padding: 7px 13px; margin-bottom: 1.1rem;
  background: #fff; border: 1px solid rgba(192,160,98,0.22); border-radius: 12px;
  box-shadow: 0 3px 10px rgba(51,40,31,0.07); }
.card-logo img { max-height: 34px; max-width: 150px; width: auto; height: auto; display: block; }
.card-logo svg { width: 30px; height: 30px; display: block; }
.card-logo--full { padding: 0; background: none; border: none; overflow: hidden;
  height: 54px; box-shadow: 0 3px 10px rgba(51,40,31,0.14); }
.card-logo--full img { max-height: 54px; height: 54px; max-width: none; border-radius: 10px; }
/* ════ FINE LOGHI PARTNER ════ */
/* ════ BLOCCO SOCIAL — pannello (blocco rimovibile) ════ */
.social-panel { margin-top: 2.5rem; padding: 1.8rem 2rem 2rem; background: var(--cream-deep);
  border: 1px solid rgba(192,160,98,0.3); border-radius: 10px; }
.social-panel .social-intro { margin: 0.3rem 0 0; }
.social-panel .help-grid { margin-top: 1.4rem; }
.social-panel .link-card { background: var(--warm-cream); }
/* ════ FINE BLOCCO SOCIAL ════ */
.link-card { display: block; text-decoration: none; background: var(--cream-deep);
  border: 1px solid rgba(192,160,98,0.35); border-radius: 4px; padding: 1.8rem 1.6rem;
  transition: transform 0.25s, box-shadow 0.25s; }
.link-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(51,40,31,0.10); }
.link-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600;
  color: var(--deep-earth); margin-bottom: 0.55rem; }
.link-card p { font-size: 0.93rem; color: var(--text-light); line-height: 1.65; }
.link-card .url { display: inline-block; margin-top: 0.9rem; font-size: 0.78rem;
  letter-spacing: 0.04em; color: var(--accent); transition: color 0.2s, letter-spacing 0.2s; }
/* schede di approfondimento: piu' invitanti, senza gridare */
.link-card { position: relative; overflow: hidden; }
.link-card h4 { transition: color 0.2s; }
.link-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: var(--soft-gold); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.link-card:hover::before { transform: scaleX(1); }
.link-card:hover h4 { color: var(--accent); }
.link-card:hover .url { color: var(--deep-earth); letter-spacing: 0.07em; }
.help-grid.approfondimenti { grid-template-columns: repeat(2, 1fr); clear: both; }
@media (max-width: 520px) { .help-grid.approfondimenti { grid-template-columns: 1fr; } }
/* ritratto di Don Galli — bordi sfumati LEGGERMENTE (fascia corta ~8%), volto pieno */
.portrait-galli { float: right; width: clamp(190px, 32%, 280px); margin: 0.2rem 0 1rem 2rem; }
.portrait-galli img { width: 100%; height: auto; display: block;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%), linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%), linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
  mask-composite: intersect; }
@media (max-width: 600px) { .portrait-galli { float: none; width: 100%; max-width: 230px; margin: 0 auto 1rem; } }
/* ritratto in testa alle pagine su Don Galli — bordi sfumati leggermente */
.page-head .portrait-head { width: clamp(118px, 20vw, 156px); margin: 0 auto 1.3rem; }
.page-head .portrait-head img { width: 100%; height: auto; display: block;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%), linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%), linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
  mask-composite: intersect; }
/* nota fiscale sotto i riquadri donazioni */
.fiscal-note { margin-top: 2.2rem; padding: 1.4rem 1.6rem; background: var(--warm-cream); border: 1px solid rgba(192,160,98,0.4); border-radius: 4px; }
.fiscal-note h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--deep-earth); margin-bottom: 0.6rem; }
.fiscal-note p { font-size: 0.9rem; color: var(--text-light); line-height: 1.7; margin-bottom: 0.6rem; }
.fiscal-note p:last-child { margin-bottom: 0; }
.fiscal-note ul { margin: 0.2rem 0 0.7rem 1.2rem; }
.fiscal-note li { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; margin-bottom: 0.35rem; }
.fiscal-note strong { color: var(--accent); }

/* ════ LETTERA DI PRESENTAZIONE (riquadro download) ════ */
.doc-download {
  display: flex; align-items: center; gap: 1.3rem;
  margin-top: 1.4rem; padding: 1.25rem 1.6rem;
  background: var(--cream-deep);
  border: 1px solid rgba(192,160,98,0.45); border-left: 4px solid var(--soft-gold);
  border-radius: 4px; text-decoration: none; color: var(--text);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.doc-download:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(51,40,31,0.10); border-color: rgba(192,160,98,0.75); }
.doc-download__icon { flex: none; display: flex; color: var(--accent); }
.doc-download__text { flex: 1 1 auto; min-width: 0; }
.doc-download__title { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--deep-earth); line-height: 1.2; }
.doc-download__desc { display: block; font-size: 0.9rem; color: var(--text-light); line-height: 1.6; margin-top: 0.15rem; }
.doc-download__cta { flex: none; align-self: center; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; background: var(--accent); border-radius: 999px; padding: 0.55rem 1.2rem; white-space: nowrap; transition: background 0.25s; }
.doc-download:hover .doc-download__cta { background: var(--deep-earth); }
@media (max-width: 560px) {
  .doc-download { flex-direction: column; align-items: flex-start; gap: 0.9rem; }
  .doc-download__cta { align-self: stretch; text-align: center; }
}
/* ════ FINE LETTERA DI PRESENTAZIONE ════ */

/* ════ CONSIGLIO DIRETTIVO / TRASPARENZA (blocco rimovibile) ════ */
.council-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 1rem; margin-top: 2.2rem; }
.council-card { background: var(--warm-cream); border: 1px solid rgba(192,160,98,0.3); border-radius: 4px;
  padding: 1.1rem 1.3rem; display: flex; flex-direction: column; gap: 0.2rem; transition: transform 0.25s, box-shadow 0.25s; }
.council-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(51,40,31,0.08); }
.council-role { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.council-name { font-family: 'Cormorant Garamond', serif; font-size: 1.42rem; font-weight: 600; color: var(--deep-earth); line-height: 1.2; }
.council-card--lead { border-left: 4px solid var(--soft-gold); background: var(--cream-deep); }
.council-card--lead .council-name { font-size: 1.68rem; }
.trasparenza-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 2rem; align-items: start; }
.trasparenza-grid .fiscal-note { margin-top: 0; }
@media (max-width: 700px) { .trasparenza-grid { grid-template-columns: 1fr; } }
/* ════ FINE CONSIGLIO DIRETTIVO / TRASPARENZA ════ */

/* ── FOTO DI SEZIONE ── */
.section-photo { margin: 0 0 2.5rem; }
.section-photo img { width: 100%; height: auto; display: block; border-radius: 4px; box-shadow: 0 14px 36px rgba(51,40,31,0.14); }
.section-photo figcaption { margin-top: 0.7rem; font-size: 0.82rem; color: var(--text-light); font-style: italic; text-align: center; }

/* ── GALLERIA / SEZIONE ESTERO ── */
.section-inner.wide { max-width: 1040px; }

/* ════ EVIDENZA DISTRIBUZIONE PACCHI — sezione #auxilium (blocco rimovibile) ════ */
.pacchi-orari { background: var(--cream-deep); border: 1px solid rgba(192,160,98,0.4);
  border-left: 4px solid var(--soft-gold); border-radius: 6px; padding: 1rem 1.3rem; margin-top: 1.8rem; }
.pacchi-orari .po-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: var(--deep-earth); line-height: 1.2; }
.pacchi-orari .po-when { font-size: 0.95rem; color: var(--accent); margin-top: 0.25rem; }
/* ════ FINE EVIDENZA PACCHI ════ */

/* ════ FIGURA DON GALLI — sezione #auxilium (blocco rimovibile) ════ */
.auxilium-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
.auxilium-text { min-width: 0; }
.auxilium-figura { margin: 0; }
.auxilium-figura img {
  display: block; width: 100%; height: auto; max-width: 360px; margin: 0 auto;
}
@media (min-width: 880px) {
  .section-inner.auxilium-grid { grid-template-columns: 1.55fr 1fr; gap: 3rem; }
  .auxilium-figura img { max-width: none; }
}
/* ════ FINE FIGURA DON GALLI ════ */

/* ════ SFONDO LPU — sezione #pubblica-utilita (blocco rimovibile) ════ */
#pubblica-utilita { position: relative; overflow: hidden; }
#pubblica-utilita::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url(../../media/sfondi/lpu.jpg);
  background-image: image-set(url("../../media/sfondi/lpu.webp") type("image/webp"),
                              url("../../media/sfondi/lpu.jpg")  type("image/jpeg"));
  background-position: center 38%; background-size: cover; background-repeat: no-repeat;
  opacity: 0.16;
  -webkit-mask-image: radial-gradient(135% 120% at 50% 40%, #000 0%, rgba(0,0,0,0.5) 46%, transparent 76%);
          mask-image: radial-gradient(135% 120% at 50% 40%, #000 0%, rgba(0,0,0,0.5) 46%, transparent 76%);
}
#pubblica-utilita > .section-inner { position: relative; z-index: 1; }
/* ════ FINE SFONDO LPU ════ */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.gallery figure { margin: 0; }
.gallery a { display: block; overflow: hidden; border-radius: 4px; box-shadow: 0 10px 26px rgba(51,40,31,0.10); }
.gallery img { width: 100%; height: 230px; object-fit: cover; display: block; transition: transform 0.5s ease; }
.gallery a:hover img { transform: scale(1.05); }
.dest-list { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.dest-list li { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(139,90,60,0.35); border-radius: 999px; padding: 0.35rem 0.95rem; }

/* ── FOOTER ── */
footer { background: var(--deep-earth); color: var(--warm-cream); padding: 4.5rem 2rem 2rem; }
.footer-inner { max-width: 760px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.footer-col h4 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 500;
  color: var(--soft-gold); margin-bottom: 1.2rem;
}
.footer-col p, .footer-col a { font-size: 0.92rem; color: rgba(246,241,232,0.72); line-height: 1.9; text-decoration: none; }
.footer-col a:hover { color: var(--warm-cream); }
.footer-col strong { color: var(--warm-cream); font-weight: 600; }

/* ════ RIQUADRO INTENZIONI DI PREGHIERA (crema, rimovibile) ════ */
.prayer-intent { background: var(--cream-deep); border: 1px solid rgba(192,160,98,0.4);
  border-left: 4px solid var(--soft-gold); border-radius: 6px; padding: 1.3rem 1.6rem 1.4rem; margin: 2rem 0; }
.prayer-intent h3 { margin-top: 0; }
.prayer-intent p:last-child { margin-bottom: 0; }
/* ════ FINE RIQUADRO INTENZIONI ════ */
.footer-bottom {
  max-width: 760px; margin: 3rem auto 0; padding-top: 1.5rem;
  border-top: 1px solid rgba(192,160,98,0.18); text-align: center;
  font-size: 0.78rem; color: rgba(246,241,232,0.4); letter-spacing: 0.03em; line-height: 1.8;
}

/* ════ SOTTOPAGINE / CONTENUTI DEVOZIONALI ════ */
.page-head { background: linear-gradient(180deg, var(--cream-deep), var(--warm-cream)); padding: 6.5rem 2rem 3.5rem; text-align: center; }
.page-head .hero-cross { font-size: 1.6rem; color: var(--soft-gold); margin-bottom: 1rem; animation: none; opacity: 1; }
.page-title { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(2.6rem, 7vw, 4rem); color: var(--deep-earth); line-height: 1.05; }
.page-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.1rem, 3vw, 1.45rem); color: var(--text-light); margin-top: 0.7rem; }

/* ── HERO GALLERIA: due ritratti del Servo di Dio sfumati ai lati del titolo ── */
.page-head.gal-head { display: flex; align-items: center; justify-content: center; gap: clamp(0.6rem, 4vw, 3.2rem); flex-wrap: nowrap; }
.gal-head .gal-head-center { flex: 0 1 auto; }
.gal-head-photo { flex: 0 0 auto; width: clamp(128px, 17vw, 230px); display: block; line-height: 0; }
.gal-head-photo img { width: 100%; height: auto; display: block;
  /* sfumatura CORTA su tutti i lati: il soggetto resta pieno, solo i bordi si fondono nel cream */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%), linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%), linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
  mask-composite: intersect; }
@media (max-width: 880px) { .gal-head-photo { display: none; } }

.backlink { display: inline-block; margin-bottom: 1.6rem; font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); text-decoration: none; }
.backlink:hover { color: var(--deep-earth); }

.lead { font-size: 1.12rem; color: var(--text-light); margin-bottom: 2.4rem; }

.prose h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.7rem; color: var(--deep-earth); margin: 2.6rem 0 1rem; }
.prose p { font-size: 1.08rem; margin-bottom: 1.4rem; }

.quote-block { margin: 2.6rem 0; padding-left: 1.8rem; border-left: 3px solid var(--soft-gold); }
.quote-kicker { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.25rem; color: var(--accent); margin-bottom: 0.7rem; }
.quote-block blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.3rem, 3.2vw, 1.7rem); line-height: 1.5; color: var(--deep-earth); }
.quote-block figcaption { margin-top: 1rem; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); }

.prayer-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.7rem; color: var(--deep-earth); text-align: center; margin: 2.8rem 0 0.4rem; }
.prayer { margin: 1.6rem auto 2.4rem; max-width: 640px; text-align: center; font-family: 'Cormorant Garamond', serif; font-size: clamp(1.15rem, 2.6vw, 1.4rem); line-height: 1.75; color: var(--deep-earth); }
.prayer p { margin-bottom: 1rem; }

/* ════ SFONDO COLOMBA SPIRITO SANTO — inno «Vieni, o Spirito creatore» (blocco rimovibile) ════ */
.hymn-spirito { position: relative; }
.hymn-spirito::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  left: 50%; top: 48%; transform: translate(-50%, -50%);
  width: min(620px, 94%); aspect-ratio: 1300 / 876;
  background-image: url(../../media/sfondi/colomba.png);
  background-image: image-set(url("../../media/sfondi/colomba.webp") type("image/webp"),
                              url("../../media/sfondi/colomba.png")  type("image/png"));
  background-position: center; background-size: contain; background-repeat: no-repeat;
  opacity: 0.18;
}
.hymn-spirito > * { position: relative; z-index: 1; }
/* ════ FINE SFONDO COLOMBA SPIRITO SANTO ════ */

.day { margin: 2rem 0; padding: 1.8rem 1.6rem; background: var(--warm-cream); border: 1px solid rgba(192,160,98,0.3); border-radius: 4px; }
.day h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.45rem; color: var(--deep-earth); margin-bottom: 0.9rem; }
.day p { font-size: 1.04rem; margin-bottom: 1rem; }
.day p:last-child { margin-bottom: 0; }
.novena-guide { max-width: 680px; margin: 1rem 0 1.6rem; padding-left: 1.4rem; }
.novena-guide li { font-size: 1.02rem; line-height: 1.7; margin-bottom: 0.6rem; }
.novena-guide li::marker { color: var(--soft-gold); }

.disclaimer { margin-top: 3rem; padding: 1.2rem 1.4rem; background: var(--cream-deep); border: 1px solid rgba(192,160,98,0.3); border-radius: 4px; font-size: 0.88rem; color: var(--text-light); line-height: 1.7; }
.disclaimer strong { color: var(--accent); }
.spotlight { margin: 2.4rem 0 0; padding: 1.6rem 1.8rem; background: var(--cream-deep); border-left: 4px solid var(--soft-gold); border-radius: 4px; box-shadow: 0 10px 26px rgba(51,40,31,0.08); overflow: hidden; }
.spotlight-label { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--soft-gold); font-weight: 600; margin: 0; }
.spotlight h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.55rem; color: var(--deep-earth); line-height: 1.2; margin: 0.3rem 0 0.7rem; }
.spotlight p:not(.spotlight-label) { font-size: 1.04rem; margin-bottom: 0.7rem; }
.spotlight p:last-child { margin-bottom: 0; }
.spotlight p.sp-credit { font-size: 0.82rem; color: var(--text-light); margin-top: 0.8rem; }
/* foto piccole flottate, stile editoriale */
.sp-logo { float: right; width: 118px; margin: 0.2rem 0 0.6rem 1.4rem; }
.sp-logo img { width: 100%; height: auto; display: block; }
.sp-fig { float: left; width: clamp(190px, 36%, 300px); margin: 0.3rem 1.6rem 0.6rem 0; }
.sp-fig a, .sp-fig img { display: block; width: 100%; }
.sp-fig img { height: auto; border-radius: 4px; box-shadow: 0 8px 20px rgba(51,40,31,0.12); }
.sp-fig figcaption { font-size: 0.78rem; color: var(--text-light); font-style: italic; margin-top: 0.4rem; }
@media (max-width: 640px) { .sp-logo, .sp-fig { float: none; width: 100%; max-width: 260px; margin: 0.8rem auto; } }

.press { margin: 0 0 2.8rem; padding-bottom: 2.2rem; border-bottom: 1px solid rgba(192,160,98,0.25); }
.press:last-of-type { border-bottom: none; }
.press h3 { margin-top: 0.3rem; }
.clip { display: block; max-width: 100%; max-height: 460px; width: auto; height: auto; border-radius: 4px; box-shadow: 0 10px 26px rgba(51,40,31,0.10); margin: 0.6rem 0 0.5rem; }
/* due ritagli affiancati che riempiono la riga sotto una foto a piena larghezza */
.clip-row { display: flex; gap: 0.8rem; margin: 0.6rem 0 0.5rem; }
.clip-row a { flex: 1 1 0; min-width: 0; display: block; margin: 0; }
.clip-row .clip { width: 100%; height: clamp(260px, 38vw, 430px); object-fit: cover; max-height: none; margin: 0; }
@media (max-width: 640px) { .clip-row { flex-wrap: wrap; } .clip-row a { flex: 1 1 100%; } .clip-row .clip { height: auto; } }

/* foto delle notizie: incorniciate dal testo (stile articolo) + riga "Fonte" */
.press::after { content: ""; display: block; clear: both; }   /* contiene il float */
.news-fig { float: right; width: clamp(210px, 40%, 340px); margin: 0.3rem 0 1rem 1.8rem; }
.press:nth-of-type(even) .news-fig { float: left; margin: 0.3rem 1.8rem 1rem 0; }
.news-photo { display: block; width: 100%; height: auto; border-radius: 4px; box-shadow: 0 10px 26px rgba(51,40,31,0.10); }
.news-fig figcaption { font-size: 0.82rem; color: var(--text-light); font-style: italic; line-height: 1.55; margin-top: 0.5rem; }
.source { clear: both; display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.4rem; }
.source .src-pre { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-light); }
.source .event-link { margin-top: 0; }
.press > .event-link { clear: both; }
.source-link { display: inline-flex; align-items: center; line-height: 0; }
.source-logo { height: 30px; width: auto; box-sizing: border-box; display: block;
  background: #fff; padding: 4px 8px; border-radius: 3px; border: 1px solid rgba(192,160,98,0.3); }
.source-logo.gdb { height: 26px; }
@media (max-width: 640px) {
  .news-fig, .press:nth-of-type(even) .news-fig { float: none; width: 100%; margin: 0.8rem 0 0.4rem; }
}

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

@media (max-width: 600px) {
  nav { gap: 1rem 1.1rem; }
  nav a { font-size: 0.68rem; letter-spacing: 0.08em; }
  section { padding: 4rem 1.5rem; }
  .page-head { padding: 5rem 1.5rem 3rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .event-card { padding: 1.4rem; gap: 1.5rem; }
  .event-poster { flex: 0 0 100%; max-width: 100%; }
  .event-title { font-size: 1.7rem; }
}

/* ── L'AUXILIUM NEL MONDO: dispacci ── */
/* Sezione #estero — "Narrativa con ancore": un filo unico Ghedi -> mondo.
   Ogni localita (Ucraina/Libano/Kosovo/Bosnia) e un capitolo con occhiello
   oro, titolo serif e foto PICCOLA flottante alternata sx/dx, contornata dal
   testo. Il Social Market di Sarajevo e l'ancora "In evidenza" annidata nel
   capitolo Bosnia (riusa le classi .spotlight/.sp-logo/.sp-fig/.sp-credit).
   La vecchia .gallery e stata RIMOSSA dall'HTML. Classi esplicite .left/.right
   reggono l'eventuale riordino delle tappe meglio di :nth-of-type. */

/* Foto-hub d'apertura (Ghedi): centrata, larghezza misurata. */
.tappa-hub { margin: 2.4rem auto 0.4rem; max-width: 640px; }
.tappa-hub a, .tappa-hub img { display: block; width: 100%; }
.tappa-hub img { height: auto; border-radius: 4px; box-shadow: 0 10px 26px rgba(51,40,31,0.10); }
.tappa-hub figcaption { font-size: 0.82rem; color: var(--text-light); font-style: italic; text-align: center; margin-top: 0.6rem; }

/* Capitolo/tappa: occhiello + titolo serif + prosa con foto flottata.
   border-top anche sulla prima tappa: divisore d'apertura coerente dopo l'intro Ghedi. */
.tappa { margin: 2.8rem 0 0; padding-top: 2.2rem; border-top: 1px solid rgba(192,160,98,0.30); }
.tappa::after { content: ""; display: block; clear: both; }   /* contiene il float */
.tappa-label { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--soft-gold); font-weight: 600; margin: 0; }
.tappa-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(1.55rem, 3.4vw, 1.95rem); color: var(--deep-earth); line-height: 1.15; margin: 0.25rem 0 0.9rem; }
.tappa p { font-size: 1.06rem; color: var(--text); line-height: 1.75; margin-bottom: 0.8rem; }

/* Foto piccola flottata, alternata per ritmo da rivista (classi esplicite). */
.tappa-fig { width: clamp(200px, 38%, 320px); margin: 0.3rem 0 1rem; }
.tappa.right .tappa-fig { float: right; margin-left: 1.8rem; }
.tappa.left  .tappa-fig { float: left;  margin-right: 1.8rem; }
.tappa-fig a, .tappa-fig img { display: block; width: 100%; }
.tappa-fig img { height: auto; border-radius: 4px; box-shadow: 0 8px 20px rgba(51,40,31,0.12); transition: transform 0.5s ease; }
.tappa-fig a:hover img { transform: scale(1.03); }
.tappa-fig figcaption { font-size: 0.78rem; color: var(--text-light); font-style: italic; margin-top: 0.4rem; }

/* Il link "Leggi sulla rassegna stampa" torna sempre sotto al float. */
.tappa .event-link { clear: both; margin-top: 0.6rem; }

/* Ancora "In evidenza" (Social Market) nel capitolo Bosnia: mantiene lo sfondo
   cream-deep di .spotlight (piu scuro) per risaltare sulla sezione warm-cream;
   il link Bosnia resta DOPO questo riquadro. */
.tappa-spotlight { clear: both; margin: 1.8rem 0 0.4rem; }

/* Coda (Tanzania): tono piu quieto, staccato dal capitolo Bosnia. */
.tappa-coda { margin-top: 2.6rem; padding-top: 2rem; border-top: 1px solid rgba(192,160,98,0.30); color: var(--text-light); font-style: italic; }

/* Responsive: su mobile i float collassano a piena larghezza, centrati. */
@media (max-width: 640px) {
  .tappa-fig,
  .tappa.left .tappa-fig,
  .tappa.right .tappa-fig { float: none; width: 100%; max-width: 320px; margin: 0.9rem auto 1.1rem; }
  .tappa-hub { margin-top: 2rem; }
}

/* ── GALLERIA ── griglia album + lightbox (vanilla, vedi assets/js/gallery.js) */
.gallery-root { margin-top: 1.4rem; }
.gallery-state { color: var(--text-light); font-style: italic; padding: 2rem 0; text-align: center; }
.gal-album { margin: 2.6rem 0 0; }
.gal-album-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(1.5rem, 3.2vw, 1.9rem); color: var(--deep-earth); margin: 0 0 0.2rem; }
.gal-album-desc { color: var(--text-light); margin: 0 0 1.2rem; }
.gal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.7rem; }
.gal-cell { position: relative; padding: 0; border: 0; background: var(--cream-deep); border-radius: 4px; overflow: hidden; cursor: pointer; aspect-ratio: 1 / 1; box-shadow: 0 6px 16px rgba(51,40,31,0.10); }
.gal-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.gal-cell:hover img, .gal-cell:focus-visible img { transform: scale(1.06); }
.gal-cell-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem 0.6rem 0.5rem; font-size: 0.74rem; line-height: 1.3; color: #fff; text-align: left;
  background: linear-gradient(to top, rgba(20,16,12,0.82), rgba(20,16,12,0)); opacity: 0; transform: translateY(8px); transition: opacity 0.25s ease, transform 0.25s ease; pointer-events: none; }
.gal-cell:hover .gal-cell-cap, .gal-cell:focus-visible .gal-cell-cap { opacity: 1; transform: none; }

/* lightbox */
body.lb-open { overflow: hidden; }
.lb { position: fixed; inset: 0; z-index: 1000; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: rgba(18,14,10,0.94); padding: 2.5rem 1rem 1rem; }
.lb[hidden] { display: none; }
.lb-btn { position: absolute; z-index: 2; border: 0; cursor: pointer; color: var(--warm-cream); background: rgba(255,255,255,0.10);
  border-radius: 50%; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background 0.2s ease, color 0.2s ease; }
.lb-btn:hover { background: var(--soft-gold); color: var(--deep-earth); }
.lb-close { top: 1rem; right: 1.1rem; width: 44px; height: 44px; font-size: 1.8rem; }
.lb-nav { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 2rem; }
.lb-prev { left: 1rem; }
.lb-next { right: 1rem; }
.lb-stage { margin: 0; display: flex; flex-direction: column; align-items: center; max-width: 1100px; width: 100%; }
.lb-imgwrap { display: flex; align-items: center; justify-content: center; width: 100%; }
.lb-img { max-width: 92vw; max-height: min(64vh, calc(100vh - 280px)); width: auto; height: auto; border-radius: 4px; box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  opacity: 0; transition: opacity 0.3s ease; }
.lb-img.is-ready { opacity: 1; }
.lb-cap { margin: 0.9rem auto 0; max-width: 760px; text-align: center; color: var(--warm-cream);
  font-family: 'Cormorant Garamond', serif; font-size: clamp(1.05rem, 2.4vw, 1.3rem); line-height: 1.5; }
.lb-meta { margin-top: 0.5rem; display: flex; gap: 0.8rem; align-items: center; justify-content: center; flex-wrap: wrap;
  font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(246,241,232,0.6); }
.lb-meta .lb-album { color: var(--soft-gold); }
.lb-related { width: 100%; max-width: 1100px; margin-top: 1rem; }
.lb-related[hidden] { display: none; }
.lb-related-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(246,241,232,0.55); margin: 0 0 0.45rem; text-align: center; }
.lb-related-strip { display: flex; gap: 0.5rem; overflow-x: auto; padding-bottom: 0.3rem; justify-content: center; }
.lb-rel-cell { flex: 0 0 auto; width: 74px; height: 56px; padding: 0; border: 2px solid transparent; border-radius: 3px; overflow: hidden; cursor: pointer; background: none; opacity: 0.7; transition: opacity 0.2s ease, border-color 0.2s ease; }
.lb-rel-cell img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lb-rel-cell:hover, .lb-rel-cell:focus-visible { opacity: 1; border-color: var(--soft-gold); }
@media (max-width: 640px) {
  .lb { padding: 1rem 0.5rem; }
  .lb-nav { width: 42px; height: 42px; font-size: 1.6rem; }
  .lb-img { max-height: min(62vh, calc(100vh - 220px)); }
  .lb-related-strip { justify-content: flex-start; }
}

/* ════════ SEZIONE MARIA AUSILIATRICE — fondo home (blocco rimovibile) ════════ */
.maria-fondo { position: relative; min-height: 74vh; display: flex; align-items: center; overflow: hidden; background: #0c1234; }
.maria-fondo .maria-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 78% 34%; display: block; }
.maria-fondo .maria-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,42,0.95) 0%, rgba(8,12,42,0.78) 28%, rgba(8,12,42,0.20) 48%, transparent 60%); }
.maria-fondo .maria-inner { position: relative; z-index: 2; max-width: 560px; padding: 0 clamp(1.6rem, 6vw, 5.5rem); }
.maria-fondo .maria-kicker { font-family: 'Source Sans 3', sans-serif; text-transform: uppercase; letter-spacing: 0.24em; font-size: 0.8rem; font-weight: 600; color: var(--soft-gold); margin: 0; }
.maria-fondo .maria-title { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: 1.08; font-size: clamp(2.4rem, 5vw, 3.8rem); color: #fff; margin: 0.7rem 0 1.2rem; text-shadow: 0 2px 30px rgba(0,0,0,0.5); }
.maria-fondo .maria-text { font-family: 'Source Sans 3', sans-serif; font-weight: 300; font-size: 1.12rem; line-height: 1.75; color: rgba(246,241,232,0.92); }
.maria-fondo .maria-rule { width: 56px; height: 2px; background: var(--soft-gold); margin: 1.6rem 0 0; }
@media (max-width: 640px) {
  .maria-fondo { min-height: 92vh; align-items: flex-end; }
  .maria-fondo .maria-bg { object-position: 60% 22%; }
  .maria-fondo .maria-scrim { background: linear-gradient(180deg, rgba(8,12,42,0.12) 0%, rgba(8,12,42,0) 26%, rgba(8,12,42,0.55) 58%, rgba(8,12,42,0.9) 100%); }
  .maria-fondo .maria-inner { max-width: none; padding: 0 1.5rem 3rem; }
  .maria-fondo .maria-rule { margin: 1.4rem 0 0; }
}
/* ════════ FINE SEZIONE MARIA AUSILIATRICE ════════ */

/* ════════ SFONDO HERO — MARIA AUSILIATRICE / velo L1 (blocco rimovibile) ════════ */
.hero--maria { position: relative; overflow: hidden; }
.hero--maria .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; z-index: 0; }
.hero--maria .hero-ov { position: absolute; inset: 0; z-index: 1; background:
   radial-gradient(ellipse 72% 58% at 50% 47%, rgba(246,241,232,0.52), transparent 72%),
   linear-gradient(180deg, rgba(239,231,216,0.56), rgba(246,241,232,0.78)); }
.hero--maria .hero-content { position: relative; z-index: 2; }
.hero--maria .scroll-hint { z-index: 2; color: var(--deep-earth); opacity: 0.92; text-shadow: 0 0 12px rgba(246,241,232,0.98), 0 0 4px rgba(246,241,232,0.95), 0 1px 2px rgba(246,241,232,0.9); }
/* ════════ FINE SFONDO HERO ════════ */

/* ════ PUBBLICAZIONI / LIBRI — pagina pubblicazioni.html (blocco rimovibile) ════ */
.book-list { margin-top: 2.6rem; display: flex; flex-direction: column; gap: 1.8rem; }
.book-card {
  display: flex; gap: 2rem; align-items: flex-start;
  background: var(--warm-cream); border: 1px solid rgba(192,160,98,0.3);
  border-radius: 4px; padding: 1.8rem 2rem;
}
.book-cover { flex: 0 0 150px; width: 150px; margin: 0; }
.book-cover img { width: 100%; height: auto; display: block; border-radius: 3px; box-shadow: 0 10px 26px rgba(51,40,31,0.18); }
.book-cover.is-placeholder {
  aspect-ratio: 324 / 432; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.7rem;
  background: var(--cream-deep); border: 1px dashed rgba(192,160,98,0.6); border-radius: 3px; color: var(--text-light); text-align: center;
}
.book-cover.is-placeholder .ph-cross { font-size: 1.7rem; color: var(--soft-gold); line-height: 1; }
.book-cover.is-placeholder .ph-note { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; line-height: 1.5; }
.book-body { flex: 1; min-width: 0; }
.book-tag { display: inline-block; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.5rem; }
.book-title { font-family: 'Cormorant Garamond', serif; font-size: 1.85rem; font-weight: 600; color: var(--deep-earth); line-height: 1.12; margin-bottom: 0.15rem; }
.book-subtitle { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.18rem; color: var(--text-light); margin-bottom: 0.7rem; }
.book-meta { font-size: 0.88rem; color: var(--text-light); margin-bottom: 0.9rem; line-height: 1.55; }
.book-desc { font-size: 1rem; line-height: 1.7; margin-bottom: 0.3rem; }
.book-avail { display: inline-block; margin-top: 0.7rem; font-size: 0.82rem; letter-spacing: 0.06em; font-style: italic; color: var(--accent); }
.book-avail::before { content: "\2767"; font-style: normal; margin-right: 0.45rem; color: var(--soft-gold); }
@media (max-width: 640px) {
  .book-card { flex-direction: column; align-items: center; text-align: center; padding: 1.6rem; gap: 1.3rem; }
  .book-cover { flex-basis: auto; width: 158px; }
  .book-body { width: 100%; }
}
/* ════ FINE PUBBLICAZIONI ════ */

/* ════ PAGINE-DOCUMENTO / INTRODUZIONI ai libri (blocco rimovibile) ════ */
.doc-byline { font-style: italic; color: var(--text-light); font-size: 1rem; margin: 0 0 2rem; }
.doc-byline strong { font-style: normal; color: var(--deep-earth); font-weight: 600; }
.doc-sign { font-style: italic; color: var(--text-light); font-size: 1rem; margin: 1.8rem 0 2.6rem; }
.doc-sign strong { font-style: normal; color: var(--deep-earth); font-weight: 600; }
.prose ul.doc-themes { margin: 0 0 1.4rem 1.3rem; padding: 0; }
.prose ul.doc-themes li { font-size: 1.08rem; line-height: 1.7; margin-bottom: 0.9rem; }
.prose ul.doc-themes li::marker { color: var(--soft-gold); }
/* ════ FINE PAGINE-DOCUMENTO ════ */

/* ════ FOOTER — medaglione logo Auxilium + assetto colonne (blocco rimovibile) ════ */
.footer-brand { text-align: center; margin: 0 auto 2.8rem; }
.footer-brand a { display: inline-block; line-height: 0; border-radius: 50%; box-shadow: 0 10px 26px rgba(0,0,0,0.35); transition: transform 0.25s; }
.footer-brand a:hover { transform: translateY(-2px); }
.footer-brand img { width: 104px; height: 104px; border-radius: 50%; display: block; }
.footer-inner .footer-col:first-child { padding-left: 4.5rem; }
.footer-inner .footer-col:last-child { padding-left: 6.75rem; }
@media (max-width: 640px) {
  .footer-inner .footer-col:first-child,
  .footer-inner .footer-col:last-child { padding-left: 0; }
}
/* ════ FINE FOOTER medaglione ════ */
