/* Harmonic Circle — shared stylesheet
   Only the rules that are identical on every page: design tokens, reset,
   typography, layout helpers, navigation and footer.
   Each page loads this first, then its own <style> which can override anything. */

.site-footer{background:#3D6357;color:rgba(255,255,255,0.75);text-align:center;padding:46px 24px}
.site-footer .fb{font-family:'Fraunces';font-weight:600;color:#fff;font-size:1.15rem;margin-bottom:12px}
.site-footer .fl{font-size:.9rem;margin-bottom:12px;line-height:2}
.site-footer .fl a{color:rgba(255,255,255,0.85);text-decoration:none;margin:0 4px}
.site-footer .fc{font-size:.8rem;color:rgba(255,255,255,0.55)}

/* rimando alle testimonianze complete, in fondo alle strisce di citazioni */
.tmore{text-align:center;margin:22px 0 0}
.tmore a{color:var(--sage);font-weight:700;text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.14);padding-bottom:2px}
.tmore a:hover{border-bottom-color:currentColor}

/* rimando al sito personale di Paolo, dentro i blocchi che lo presentano */
.paolo-link{color:var(--sage);font-weight:700;text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.14);padding-bottom:2px}
.paolo-link:hover{border-bottom-color:currentColor}
