/* === Stili condivisi sito Rotary Castel Maggiore (home + pagine interne) === */
:root {
  --blu: #143a7c; --blu-prof: #0d2a5e; --blu-notte: #06173a;
  --oro: #e6a92b; --oro-chiaro: #f3cd78;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Open Sans", -apple-system, "Segoe UI", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--sans); color: #fff; overflow: hidden; }
a { color: inherit; text-decoration: none; }
h1,h2,h3 { font-family: var(--serif); font-weight: 700; line-height: 1.05; }

.scena { position: fixed; inset: 0; overflow: hidden; }
.sfondo {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(40,92,175,.5), transparent 60%),
    linear-gradient(160deg, #16407f 0%, var(--blu-prof) 52%, var(--blu-notte) 100%);
}
.sfondo .ruota { position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); width: min(70vh, 86vw); opacity: .07; pointer-events: none; }
.telaio { position: absolute; inset: clamp(.7rem,1.6vw,1.3rem); z-index: 40; border: 1.5px solid rgba(230,169,43,.5); border-radius: 22px; box-shadow: inset 0 0 0 5px rgba(230,169,43,.09); pointer-events: none; }

.hd, .ft { position: absolute; left: 0; right: 0; z-index: 30; padding: 0 clamp(1.6rem,4vw,3rem); }
.hd { top: clamp(.7rem,1.6vw,1.3rem); height: 62px; display: flex; align-items: center; justify-content: space-between; }
.ft { bottom: clamp(.7rem,1.6vw,1.3rem); height: 44px; display: flex; align-items: center; justify-content: flex-start; font-size: .72rem; color: #9fb3d6; }
.ft .lista-link a { color: #9fb3d6; } .ft .lista-link a:hover { color: var(--oro-chiaro); }
.ft .ft-off { color: #5d6e8c; opacity: .7; cursor: default; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 42px; width: auto; }
.menu { display: flex; gap: 1.4rem; font-size: .8rem; font-weight: 500; color: #cdd9ee; }
.menu a:hover, .menu a.on { color: var(--oro-chiaro); }
.ft .motto { position: absolute; left: 50%; transform: translateX(-50%); letter-spacing: .22em; text-transform: uppercase; color: var(--oro); }
.burger { display: none; background: none; border: 0; color: var(--oro); font-size: 1.6rem; cursor: pointer; padding: .3rem .4rem; -webkit-tap-highlight-color: rgba(230,169,43,.25); touch-action: manipulation; }
.mob { display: none; position: fixed; z-index: 60; top: clamp(.7rem,1.6vw,1.3rem); left: clamp(.7rem,1.6vw,1.3rem); right: clamp(.7rem,1.6vw,1.3rem); max-height: calc(100vh - 2.6rem); overflow-y: auto; background: rgba(6,18,42,.97); border: 1px solid rgba(230,169,43,.4); border-radius: 18px; padding: 4rem 1rem 1rem; flex-direction: column; gap: .2rem; }
.mob.open { display: flex; }
.mob a { padding: .8rem 1rem; color: #cdd9ee; border-bottom: 1px solid rgba(255,255,255,.07); }
.mob .x { position: absolute; top: 1rem; right: 1.2rem; font-size: 1.6rem; color: var(--oro); }

.finestra {
  position: absolute; left: 0; right: 0;
  top: clamp(4.4rem,7vw,5.2rem); bottom: clamp(3.4rem,6vw,4rem);
  z-index: 20; overflow-y: auto; overflow-x: hidden;
  scroll-snap-type: y proximity; scrollbar-width: none;
}
.finestra::-webkit-scrollbar { display: none; }
.pag { max-width: 980px; margin: 0 auto; padding: 0 clamp(1.6rem,5vw,3.5rem); }
.vista { min-height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 2.5rem 0; scroll-snap-align: center; }
.vista:not(:first-child) { margin-top: 30vh; }
.vista:last-child { margin-bottom: 14vh; }

/* prima vista = la home */
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem,4vw,3.2rem); align-items: center; }
.occhiello { font-family: var(--serif); font-size: 1rem; letter-spacing: .3em; text-transform: uppercase; color: var(--oro); margin-bottom: .4rem; }
.titolone { font-family: var(--serif); font-weight: 700; font-size: clamp(2.4rem,5.6vw,4.4rem); line-height: .96; }
.dedica { font-family: var(--serif); font-style: italic; font-size: clamp(1.05rem,2.4vw,1.6rem); color: var(--oro-chiaro); margin-top: .3rem; }
.rule { display: flex; align-items: center; gap: 10px; margin: 1.2rem 0; color: var(--oro); max-width: 300px; }
.rule::before, .rule::after { content: ""; height: 1px; background: rgba(230,169,43,.5); flex: 1; }
.rule span { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; }
.claim { font-size: 1.05rem; color: #dfe8f6; max-width: 40ch; line-height: 1.55; margin-bottom: .8rem; }
.comuni { font-size: .88rem; color: #aebfdc; margin-bottom: 1.6rem; line-height: 1.5; }
.comuni b { color: var(--oro-chiaro); font-weight: 600; }
.btns { display: flex; flex-wrap: wrap; gap: .7rem; }
.btn-oro { background: linear-gradient(180deg, var(--oro-chiaro), var(--oro)); color: #3a2606; font-weight: 700; font-size: .9rem; padding: .75rem 1.5rem; border-radius: 40px; box-shadow: 0 8px 22px rgba(230,169,43,.3); }
.btn-ghost { color: #dfe8f6; font-weight: 600; font-size: .9rem; padding: .75rem 1.4rem; border-radius: 40px; border: 1px solid rgba(230,169,43,.5); }

.evento { background: rgba(6,18,42,.66); backdrop-filter: blur(3px); border: 1px solid rgba(230,169,43,.45); border-radius: 22px; padding: 1.4rem 1.5rem; box-shadow: 0 18px 50px rgba(0,0,0,.4); }
.evento .tag { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blu-notte); background: var(--oro-chiaro); padding: .22rem .75rem; border-radius: 30px; margin-bottom: .9rem; }
.evento .riga { display: flex; align-items: center; gap: 13px; margin-bottom: .9rem; }
.evento .data-box { flex-shrink: 0; width: 66px; text-align: center; border: 1px solid rgba(230,169,43,.5); border-radius: 13px; padding: .45rem .2rem; }
.evento .data-box .d { font-family: var(--serif); font-size: 1.85rem; font-weight: 700; line-height: 1; color: var(--oro-chiaro); }
.evento .data-box .m { font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: #cdd9ee; margin-top: 3px; }
.evento h2 { font-size: 1.75rem; }
.evento .quando { font-size: .82rem; color: #aebfdc; margin-top: 2px; }
.evento .sede { font-size: .88rem; color: #dfe8f6; line-height: 1.45; padding: .8rem 0; border-top: 1px dashed rgba(230,169,43,.3); border-bottom: 1px dashed rgba(230,169,43,.3); margin-bottom: .8rem; }
.evento .sede b { color: #fff; }
.evento .ospiti { font-size: .76rem; color: #aebfdc; line-height: 1.55; }
.evento .ospiti b { display: block; color: var(--oro-chiaro); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .2rem; }

.cantieri { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 1rem; }
.cant { background: rgba(6,18,42,.55); border: 1px solid rgba(230,169,43,.3); border-radius: 18px; padding: 1.1rem 1.2rem; }
.cant h3 { font-family: var(--sans); font-weight: 600; font-size: 1.02rem; margin-bottom: .7rem; }
.cant .stato { font-size: .9rem; color: #cdd9ee; line-height:1.5; } .cant .stato b { color: var(--oro-chiaro); }

.ruota-scroll { position: absolute; right: clamp(.8rem,1.8vw,1.6rem); bottom: clamp(.8rem,1.8vw,1.6rem); z-index: 38; width: 44px; height: 44px; padding: 0; border: 0; background: none; cursor: pointer; }
.ruota-scroll img { width: 100%; height: 100%; opacity: .55; transition: opacity .25s; will-change: transform; }
.ruota-scroll:hover img { opacity: .9; }

/* ===== contenuti pagine interne ===== */
.contenuto { max-width: 760px; margin: 0 auto; padding: .5rem 0 4vh; }
.contenuto.wide { max-width: 980px; }
.pag-hero { padding: 1.5rem 0 1rem; }
.pag-hero .titolone { font-size: clamp(2.4rem,6vw,4rem); }
.pag-hero .occhiello { margin-bottom: .3rem; }
.contenuto h2 { font-size: clamp(1.55rem,3.4vw,2.1rem); color: #fff; margin: 2rem 0 .6rem; }
.contenuto h3, .sottotitolo { font-family: var(--serif); color: var(--oro-chiaro); }
.sottotitolo { font-style: italic; font-size: 1.2rem; margin: -.3rem 0 1rem; }
.contenuto p { font-size: 1.05rem; line-height: 1.72; color: #dfe8f6; margin: .7rem 0; }
.contenuto strong { color: #fff; font-weight: 600; }
.contenuto a { color: var(--oro-chiaro); border-bottom: 1px solid rgba(243,205,120,.4); }
.contenuto ul { margin: .6rem 0 .6rem 1.2rem; } .contenuto li { margin: .25rem 0; line-height: 1.6; color:#dfe8f6; }
.contenuto hr { border: 0; border-top: 1px solid rgba(230,169,43,.25); margin: 1.6rem 0; max-width: 8rem; }
.prov { color: #8aa0c6; font-style: italic; font-size: .95em; }

.cariche { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: .8rem; margin: 1rem 0; }
.carica { background: rgba(6,18,42,.5); border: 1px solid rgba(230,169,43,.35); border-radius: 14px; padding: .9rem 1.1rem; }
.carica .ruolo { display: block; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--oro); }
.carica .nome { font-family: var(--serif); font-size: 1.25rem; color: #fff; }
ul.fondatori { columns: 2; gap: 2rem; list-style: none; margin: 1rem 0 0; }
ul.fondatori li { padding: .18rem 0; }

.temi { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 1rem; margin: 1.2rem 0; }
.tema { background: rgba(6,18,42,.5); border: 1px solid rgba(230,169,43,.3); border-radius: 16px; padding: 1.2rem; }
.tema h3 { font-family: var(--sans); font-weight: 600; font-size: 1.05rem; color: #fff; margin-bottom: .4rem; }
.tema p { font-size: .95rem; color: #aebfdc; margin: 0; }
.cta { background: linear-gradient(180deg, rgba(230,169,43,.14), rgba(230,169,43,.06)); border: 1px solid rgba(230,169,43,.4); border-radius: 18px; padding: 1.5rem; margin: 2rem 0; }
.cta h3 { color: var(--oro-chiaro); font-size: 1.4rem; }

.evento-big { background: rgba(6,18,42,.6); border: 1px solid rgba(230,169,43,.45); border-radius: 20px; padding: 1.6rem; margin: 1rem 0 1.5rem; }
.evento-big .tag { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blu-notte); background: var(--oro-chiaro); padding: .25rem .8rem; border-radius: 30px; margin-bottom: .8rem; }
.evento-big h2 { margin: .2rem 0; color: #fff; } .evento-big .quando { color: var(--oro-chiaro); font-weight: 600; }
.evento-big .sede { margin: .8rem 0; padding: .8rem 0; border-top: 1px dashed rgba(230,169,43,.3); border-bottom: 1px dashed rgba(230,169,43,.3); color:#dfe8f6; }
.evento-big .ospiti { font-size: .95rem; color: #aebfdc; margin-top: .8rem; }

/* pizzardi */
.cap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem,4vw,2.6rem); align-items: center; padding: 2.2rem 0; border-top: 1px solid rgba(230,169,43,.18); }
.cap:first-child { border-top: 0; }
.cap.even .cap-txt { order: 2; }
.cap figure { margin: 0; }
.cap img { width: 100%; height: auto; display: block; }
.cap-txt h2 { font-size: clamp(1.4rem,3vw,1.9rem); color: #fff; margin-bottom: .5rem; }
.cap-txt p { margin: .55rem 0; color: #dfe8f6; line-height: 1.7; }

/* form */
.form { margin: 1.2rem 0; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form label { display: block; margin: .6rem 0; font-size: .82rem; color: #aebfdc; }
.form input, .form textarea { width: 100%; margin-top: .25rem; padding: .6rem .7rem; border-radius: 10px; border: 1px solid rgba(230,169,43,.35); background: rgba(6,18,42,.55); color: #fff; font-family: var(--sans); font-size: 1rem; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--oro); }
.form .check { display: flex; gap: .5rem; align-items: flex-start; font-size: .82rem; }
.form .check input { width: auto; margin-top: .3rem; }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.form button { margin-top: 1rem; background: linear-gradient(180deg, var(--oro-chiaro), var(--oro)); color: #3a2606; font-weight: 700; font-size: .95rem; padding: .8rem 1.8rem; border: 0; border-radius: 40px; cursor: pointer; }
.form-note { margin-top: .7rem; font-size: .82rem; }

/* news */
.news-art h2 { font-size: clamp(1.6rem,3.6vw,2.2rem); color: #fff; margin-bottom: .3rem; }
.news-meta { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--oro); margin: 0 0 1.1rem; }
.news-art figure { margin: 1.3rem 0; }
.news-art img { width: 100%; height: auto; border-radius: 16px; box-shadow: 0 18px 50px rgba(0,0,0,.45); display: block; }
.news-art .chiusura { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem,2.6vw,1.7rem); color: var(--oro-chiaro); text-align: center; margin: 1.6rem 0 .6rem; }
.news-tags { margin-top: 1.4rem; font-size: .78rem; line-height: 1.8; color: #7e93b8; }
.vai-social { display: flex; align-items: center; justify-content: space-between; gap: .9rem; margin: 0 0 1.6rem; padding: .65rem .9rem; background: rgba(6,18,42,.45); border: 1px solid rgba(230,169,43,.28); border-radius: 12px; flex-wrap: wrap; }
.vai-social .testo-vs { font-family: var(--serif); font-style: italic; font-size: .95rem; color: var(--oro-chiaro); flex: 1; min-width: 200px; }
.vai-social .btns-vs { display: flex; gap: .5rem; flex-wrap: wrap; }
.chip-social { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .8rem .35rem .65rem; border-radius: 30px; font-size: .82rem; font-weight: 600; color: #fff !important; border-bottom: 0 !important; transition: transform .2s; }
.chip-social svg { width: 16px; height: 16px; fill: #fff; }
.chip-social:hover { transform: translateY(-1px); }
.chip-social.fb { background: #1877F2; }
.chip-social.ig { background: linear-gradient(90deg, #f09433, #dc2743, #bc1888); }
@media (max-width:520px){ .vai-social .testo-vs { font-size: .88rem; } }

/* home — schermata "due card" (territorio + pizzardi) */
.due-card { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin: 1.4rem auto 0; width: 100%; max-width: 900px; }
.card-home { display: block; position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4/5; background: rgba(6,18,42,.6); border: 1px solid rgba(230,169,43,.4); transition: transform .25s, border-color .25s, box-shadow .25s; }
.card-home:hover { transform: translateY(-4px); border-color: var(--oro); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.card-home img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; transition: opacity .25s; }
.card-home:hover img { opacity: .8; }
.card-home::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(6,18,42,.1) 0%, rgba(6,18,42,.55) 55%, rgba(6,18,42,.92) 100%); }
.card-home .testo { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 1.4rem 1.4rem 1.6rem; }
.card-home .occhiello-c { font-family: var(--serif); font-size: .78rem; letter-spacing: .24em; text-transform: uppercase; color: var(--oro); margin-bottom: .35rem; }
.card-home h3 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.5rem, 2.6vw, 2rem); color: #fff; line-height: 1.05; }
.card-home .freccia { display: inline-block; margin-top: .6rem; font-size: .85rem; color: var(--oro-chiaro); }
.scintilla.compatto .q { font-size: clamp(1.2rem,2.7vw,1.8rem); max-width: 32ch; margin-bottom: .8rem; }
@media (max-width:720px){ .due-card { grid-template-columns: 1fr; gap: 1rem; max-width: 380px; } .card-home { aspect-ratio: 16/10; } }

/* home — schermata social (card brand, landscape) */
.card-social { display: flex; flex-direction: row; align-items: center; gap: 1.3rem; padding: 1.3rem 1.5rem; border-radius: 18px; overflow: hidden; position: relative; transition: transform .25s, box-shadow .25s; border: 1px solid rgba(255,255,255,.18); min-height: 130px; }
.card-social.fb { background: linear-gradient(135deg, #1877F2 0%, #0d3b8a 100%); }
.card-social.ig { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.card-social:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.45); }
.card-social .icona-social { width: 56px; height: auto; flex-shrink: 0; fill: rgba(255,255,255,.95); }
.card-social .info-s { color: #fff; flex: 1; min-width: 0; }
.card-social .occhiello-s { font-family: var(--serif); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: .25rem; }
.card-social h3 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: #fff; line-height: 1.15; }
.card-social .freccia-s { display: inline-block; margin-top: .35rem; font-size: .85rem; color: rgba(255,255,255,.95); font-weight: 600; }
/* in mobile le due card si impilano grazie a .due-card { grid-template-columns: 1fr } */

/* home — schermata contatti */
.contatti { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.6rem; align-items: stretch; width: 100%; max-width: 900px; margin: 1.2rem auto 0; }
.contatti .blocco { background: rgba(6,18,42,.58); border: 1px solid rgba(230,169,43,.4); border-radius: 18px; padding: 1.5rem 1.6rem; }
.contatti h3 { font-family: var(--serif); font-size: 1.4rem; color: #fff; margin-bottom: .6rem; }
.contatti .riga-c { display: flex; gap: .7rem; align-items: flex-start; margin: .55rem 0; font-size: .98rem; color: #dfe8f6; line-height: 1.5; }
.contatti .riga-c .icona { color: var(--oro); font-size: 1.1rem; min-width: 1.4rem; }
.contatti .riga-c a { color: var(--oro-chiaro); border-bottom: 1px solid rgba(243,205,120,.4); }
.contatti .btns { margin-top: 1rem; }
@media (max-width:720px){ .contatti { grid-template-columns: 1fr; gap: 1rem; max-width: 460px; } }

/* mappa dei 5 comuni */
.mappa-comuni { margin: 0 auto 2rem; max-width: 720px; text-align: center; }
.mappa-comuni img { width: 100%; height: auto; display: block; border-radius: 14px; }
.mappa-comuni figcaption { margin-top: .6rem; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--oro); }

/* profili direttivo/soci */
.profili { display: flex; flex-direction: column; gap: 1.6rem; margin: 1rem 0 .5rem; }
.profilo { display: grid; grid-template-columns: 88px 1fr; gap: 1.2rem; align-items: start;
  background: rgba(6,18,42,.45); border: 1px solid rgba(230,169,43,.25); border-radius: 16px; padding: 1.2rem 1.3rem; }
.profilo .avatar { width: 88px; height: 88px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.7rem; font-weight: 700; color: var(--blu-notte);
  background: linear-gradient(180deg, var(--oro-chiaro), var(--oro)); box-shadow: 0 6px 18px rgba(230,169,43,.3); overflow: hidden; }
.profilo .avatar img { width: 100%; height: 100%; object-fit: cover; }
.profilo .nome { font-family: var(--serif); font-size: 1.4rem; color: #fff; line-height: 1.1; }
.profilo .ruolo2 { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--oro); margin: .2rem 0 .6rem; }
.profilo .bio p { font-size: .97rem; line-height: 1.65; margin: .4rem 0; color: #dfe8f6; }
@media (max-width: 880px) { .profilo { grid-template-columns: 1fr; gap: .8rem; } .profilo .avatar { width: 72px; height: 72px; font-size: 1.4rem; } }

/* schedine persone */
.persone { margin: 1.1rem 0 .4rem; }
.riga-presidente { display: flex; justify-content: center; margin-bottom: 1.1rem; }
.persone-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 1rem; }
.persone-grid.tre { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 1rem; }
.persone-grid.sette { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .6rem; }
.persone-grid.sette .persona .info { padding: .5rem .55rem .65rem; }
.persone-grid.sette .persona .nome { font-size: .85rem; line-height: 1.05; }
.persone-grid.sette .persona .ruolo2 { font-size: .54rem; letter-spacing: .08em; margin-top: .2rem; }
@media (max-width: 920px) { .persone-grid.sette { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 720px) { .persone-grid.tre, .persone-grid.sette { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 460px) { .persone-grid.tre, .persone-grid.sette { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.persona { display: block; background: rgba(6,18,42,.5); border: 1px solid rgba(230,169,43,.28); border-radius: 16px; overflow: hidden; transition: transform .2s, border-color .2s, box-shadow .2s; }
.persona:hover { border-color: var(--oro); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.4); }
.persona .ritratto { aspect-ratio: 1/1; background: #0d2a5e; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.persona .ritratto img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.persona .ph { font-family: var(--serif); font-weight: 700; font-size: 2.4rem; color: rgba(230,169,43,.5); }
.persona .info { padding: .7rem .85rem .9rem; }
.persona .nome { font-family: var(--serif); font-size: 1.15rem; color: #fff; line-height: 1.05; display: block; }
.persona .ruolo2 { font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--oro); margin-top: .25rem; display: block; }
.riga-presidente .persona { width: 210px; }

/* dettaglio persona */
.persona-full .testa { display: grid; grid-template-columns: 220px 1fr; gap: 1.6rem; align-items: start; margin: .4rem 0 1rem; }
.persona-full .ritratto { aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; background: #0d2a5e; display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 50px rgba(0,0,0,.45); }
.persona-full .ritratto img { width: 100%; height: 100%; object-fit: cover; }
.persona-full .ph { font-family: var(--serif); font-weight: 700; font-size: 4rem; color: rgba(230,169,43,.5); }
.persona-full .bio p { font-size: 1.02rem; line-height: 1.7; margin: .5rem 0; color: #dfe8f6; }
.indietro { display: inline-block; margin-top: 1.6rem; color: var(--oro-chiaro) !important; border: 0 !important; font-size: .9rem; }
@media (max-width: 880px) { .persona-full .testa { grid-template-columns: 1fr; } .persona-full .ritratto { max-width: 240px; } }

@media (max-width: 880px) {
  .menu { display: none; } .burger { display: block; }
  .ft { flex-direction: column; align-items: flex-start; justify-content: center; gap: .12rem; padding-right: 3.8rem; height: auto; bottom: 1.4rem; }
  .ft .motto { position: static; transform: none; font-size: .66rem; }
  .ft .lista-link { order: -1; font-size: .66rem; }
  .vista { padding: .7rem 0; } .vista:first-child { justify-content: flex-start; }
  .intro { grid-template-columns: 1fr; gap: 1rem; }
  .titolone { font-size: clamp(2.2rem,9vw,3rem); }
  .rule { margin: .9rem 0; } .claim { font-size: .98rem; margin-bottom: .7rem; } .comuni { font-size: .8rem; margin-bottom: 1.1rem; }
  .cap { grid-template-columns: 1fr; } .cap.even .cap-txt { order: 0; }
  .form .row { grid-template-columns: 1fr; } ul.fondatori { columns: 1; }
}
