

@font-face {
    font-family: "Display Sito";
    src: url("../fonts/fraunces-var.woff2") format("woff2");
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Body Sito";
    src: url("../fonts/manrope-var.woff2") format("woff2");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter Sito";
    src: url("../fonts/inter-var.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter Sito";
    src: url("../fonts/inter-var-italic.woff2") format("woff2");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Serif Sito";
    src: url("../fonts/serif-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Serif Sito";
    src: url("../fonts/serif-400i.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Serif Sito";
    src: url("../fonts/serif-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sans Sito";
    src: url("../fonts/sans-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sans Sito";
    src: url("../fonts/sans-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sans Sito";
    src: url("../fonts/sans-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Menu Sito";
    src: url("../fonts/menu-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Menu Sito";
    src: url("../fonts/menu-700-ext.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --paper: #fbfcfd;
    --paper-2: #eef3f8;
    --ink: #1c2b3a;
    --ink-2: #33475a;
    --muted: #5b7185;
    --line: #dde6ee;
    --line-2: #cbd8e3;
    --edge: #6f8598;
    --sage: #4d9fd6;
    --sage-tx: #045a8c;
    --sage-dk: #0077b6;
    --sage-lt: #e6f2fa;
    --sand: #93a9bb;
    --sand-tx: #3f5b70;
    --sand-lt: #eef4f8;
    --clay: #c67b6e;
    --clay-tx: #953f31;
    --clay-lt: #fdeeec;
    --focus: #0d6ba8;
    --gold: #c99a3f;
    --gold-dk: #a67a24;
    --gold-lt: #f7ecd3;
    --blu: #0077b6;
    --blu-dk: #045a8c;
    --radius: 14px;
    --radius-s: 9px;
    --radius-l: 20px;
    --f-body: "Inter Sito", "Body Sito", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --f-display: "Display Sito", Georgia, "Times New Roman", serif;
    --wrap: 1180px;
    --shadow: 0 1px 2px rgba(15, 35, 55, .05), 0 8px 20px -12px rgba(15, 35, 55, .14), 0 24px 48px -28px rgba(15, 35, 55, .18);
    --shadow-lg: 0 2px 6px rgba(15, 35, 55, .06), 0 18px 40px -16px rgba(15, 35, 55, .22), 0 40px 80px -40px rgba(15, 35, 55, .24);
    --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--f-body);
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: .005em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--sage-dk); text-decoration-thickness: 1px; text-underline-offset: 4px; transition: color .25s var(--ease); }
a:hover { color: var(--ink); }

h1, h2, h3 {
    font-family: var(--f-display);
    font-weight: 560;
    line-height: 1.14;
    letter-spacing: -.018em;
    margin: 0 0 .55em;
    color: var(--ink);
}

h1 { font-size: clamp(2.1rem, 3.9vw, 3.35rem); }
h2 { font-size: clamp(1.55rem, 2.4vw, 2.1rem); }
h3 { font-size: 1.22rem; }

p { margin: 0 0 1.1em; }

:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
    border-radius: 3px;
    box-shadow: 0 0 0 5px rgba(252, 252, 250, .95);
}
:focus:not(:focus-visible) { outline: none; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { background: #fff; }

.sr, .hp {
    position: absolute !important;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.skip {
    position: absolute;
    left: -9999px;
    background: var(--ink);
    color: var(--paper);
    padding: .8rem 1.2rem;
    z-index: 99;
    border-radius: var(--radius-s);
}
.skip:focus { left: 1rem; top: 1rem; color: var(--paper); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 1.75rem; }
.wrap--narrow { max-width: 740px; }
.wrap--wide { max-width: none; padding-left: 2.5rem; padding-right: 2.5rem; }
.center { text-align: center; }

.eyebrow {
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sage-tx);
    margin-bottom: 1.4rem;
}

.btn {
    display: inline-block;
    background: var(--sage-dk);
    color: var(--paper);
    border: 1px solid var(--sage-dk);
    padding: .85rem 1.7rem;
    border-radius: 999px;
    font-weight: 500;
    font-size: .93rem;
    letter-spacing: .02em;
    text-decoration: none;
    cursor: pointer;
    transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn { box-shadow: 0 8px 20px -12px rgba(0, 89, 140, .5); }
.btn:hover { background: transparent; color: var(--sage-dk); border-color: var(--sage-dk); box-shadow: 0 10px 24px -12px rgba(0, 89, 140, .35); }
.btn--ghost { background: transparent; color: var(--ink-2); border-color: var(--edge); }
.btn--ghost:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--light { background: transparent; color: var(--sage-dk); border-color: var(--sage); }
.btn--light:hover { background: var(--sage-dk); color: var(--paper); border-color: var(--sage-dk); }

.head { background: var(--paper) center/cover no-repeat; background-image: var(--head-img); position: relative; z-index: 20; }
.head__bar { border-bottom: 1px solid var(--line); font-size: .78rem; color: var(--muted); }
.head__barin { display: flex; justify-content: flex-end; align-items: center; min-height: 42px; gap: 1rem; }
.head__inst { letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--sage-dk); }
.head__quick { display: flex; gap: 1.6rem; }
.head__quick a { color: var(--muted); text-decoration: none; letter-spacing: .04em; }
.head__quick a:hover { color: var(--ink); }

.head__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 1.1rem; text-decoration: none; color: var(--ink); flex: 0 0 auto; }
.brand__nome { font-family: var(--f-display); font-weight: 600; font-size: 1.15rem; line-height: 1.25; color: var(--ink); }
.brand__logo { display: block; height: 62px; width: auto; max-width: 340px; object-fit: contain; }
.brand--logo .brand__logo { height: 68px; max-width: 420px; }
.brand__mark { color: var(--sage); display: block; }
.brand__txt strong { display: block; font-family: var(--f-display); font-size: 1.5rem; font-weight: 400; line-height: 1.15; letter-spacing: -.01em; }
.brand__txt small { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; margin-top: .15rem; }

.burger { display: none; }

.nav { display: flex; align-items: center; gap: 1.8rem; flex: 1 1 auto; justify-content: flex-end; flex-wrap: wrap; }
.nav ul { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; row-gap: .4rem; }
.nav a {
    position: relative;
    color: var(--ink-2);
    text-decoration: none;
    font-weight: 500;
    font-size: .93rem;
    padding: .3rem 0;
    white-space: nowrap;
}
.nav a::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: var(--sage);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s var(--ease);
}
.nav a:hover, .nav a.is-on { color: var(--ink); }
.nav a:hover::after, .nav a.is-on::after { transform: scaleX(1); }
.nav__cta { color: var(--sage-dk) !important; }

.search { display: flex; align-items: stretch; flex: 0 1 auto; }
.search input {
    border: 1px solid var(--edge);
    border-right: 0;
    border-radius: 999px 0 0 999px;
    padding: .55rem 1rem;
    font: inherit;
    font-size: .87rem;
    width: 210px;
    min-width: 0;
    background: var(--paper-2);
    color: var(--ink);
}
.search input::placeholder { color: var(--muted); }
.search button {
    border: 1px solid var(--edge);
    border-left: 0;
    background: var(--paper-2);
    color: var(--sage-dk);
    border-radius: 0 999px 999px 0;
    padding: .55rem 1.1rem;
    font: inherit;
    font-size: .85rem;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s var(--ease);
}
.search button:hover { color: var(--ink); }
.search--big { max-width: 560px; margin-top: 1.6rem; }
.search--big input { width: 100%; font-size: 1rem; padding: .95rem 1.4rem; }
.search--big button { padding: .95rem 1.6rem; font-size: .95rem; }

.hero { background: linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 78%); }
.hero__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 4.5rem;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    align-items: center;
}
.hero h1 { margin-bottom: 1.2rem; font-size: clamp(2.2rem, 4.1vw, 3.5rem); line-height: 1.14; }
.hero__txt { color: var(--ink-2); font-size: 1.05rem; max-width: 44ch; }
.hero__act { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.2rem; }

.deskcard {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
}
.deskcard p { margin: 0 0 .7rem; font-size: .94rem; color: var(--ink-2); }
.deskcard__h {
    font-size: .7rem !important;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sage-tx) !important;
    margin-bottom: 1.2rem !important;
}
.deskcard__addr { font-family: var(--f-display); font-size: 1.2rem !important; color: var(--ink) !important; line-height: 1.4; }
.deskcard__hours { border-top: 1px solid var(--line); padding-top: .9rem; margin-top: 1rem !important; }
.deskcard__tel a { color: var(--sage-dk); font-size: 1.1rem; text-decoration: none; letter-spacing: .02em; }
.deskcard__tel a:hover { color: var(--ink); }
.deskcard__note { border-top: 1px solid var(--line); padding-top: .9rem; margin-top: 1rem !important; font-size: .84rem !important; color: var(--muted); line-height: 1.6; }

.sec { padding: 5rem 0; }
.sec--dopo-testata { padding-top: 1.2rem; }
.sec--tall { padding: 8rem 0; }
.sec--dark { background: var(--sage-lt); }

.sec__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 3rem;
}
.sec__head h2 { margin: 0; }
.lnk {
    font-size: .84rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid var(--line-2);
    padding-bottom: .2rem;
    color: var(--ink-2);
    transition: border-color .3s var(--ease), color .3s var(--ease);
}
.lnk:hover { border-color: var(--sage); color: var(--ink); }
.lnk--light { color: var(--sage-dk); border-color: var(--sage); }

.areas { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.areas--full { grid-template-columns: repeat(2, 1fr); }
.area a {
    display: block;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem 1.8rem 1.8rem;
    height: 100%;
    text-decoration: none;
    color: var(--ink);
    transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.area a:hover { border-color: var(--sage); transform: translateY(-3px); box-shadow: var(--shadow); }
.area__n {
    display: block;
    font-family: var(--f-display);
    font-size: .95rem;
    color: var(--sand-tx);
    letter-spacing: .12em;
    margin-bottom: 1rem;
}
.area h2, .area h3 { font-size: 1.32rem; margin: 0 0 .6rem; }
.area p { color: var(--ink-2); font-size: .93rem; line-height: 1.65; margin-bottom: 1.2rem; }
.area__t {
    display: block;
    font-size: .74rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
    border-top: 1px solid var(--line);
    padding-top: .9rem;
}

.tag {
    display: inline-block;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .3rem .7rem;
    border-radius: 999px;
    border: 1px solid transparent;
}
.tag--aperto { background: var(--sage-lt); color: var(--sage-dk); border-color: #d3e0d7; }
.tag--chiuso, .tag--archiviato { background: var(--clay-lt); color: var(--clay-tx); border-color: #dcc7c1; }
.tag--prossimo { background: var(--sand-lt); color: var(--sand-tx); border-color: #ddd0b4; }

.notices { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.notices a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.8rem;
    text-decoration: none;
    color: var(--ink);
    transition: border-color .35s var(--ease), transform .35s var(--ease);
}
.notices a:hover { border-color: var(--sage); transform: translateY(-3px); color: var(--ink); }
.notices h3 { margin: 1.1rem 0 .5rem; font-size: 1.18rem; }
.notices p { color: var(--ink-2); font-size: .92rem; flex: 1 1 auto; }
.notices__dl {
    display: block;
    border-top: 1px solid var(--line);
    padding-top: .9rem;
    font-size: .84rem;
    color: var(--muted);
}
.notices__dl em { display: block; color: var(--sand-tx); font-style: normal; font-weight: 600; letter-spacing: .04em; margin-top: .15rem; }

.posts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }

.posts--list { grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.post a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-decoration: none;
    color: var(--ink);
    overflow: hidden;
    transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.post a:hover, .post a:focus-visible {
    border-color: var(--gold);
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}
.post__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    margin: 0;
    transition: transform .6s var(--ease);
}
.post a:hover .post__img, .post a:focus-visible .post__img { transform: scale(1.045); }
.post__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 1.2rem 1.35rem 1.4rem; }
.post__meta { display: block; font-size: .76rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; margin-bottom: .5rem; }
.post__area { color: var(--sage-tx); }
.post__area::before { content: "—"; margin: 0 .4rem; color: var(--line-2); }
.post__t {
    display: block;
    font-family: var(--f-display);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5rem;
    text-wrap: balance;
    overflow-wrap: break-word;
    transition: color .3s var(--ease);
}
.post a:hover .post__t { color: var(--sage-dk); }
.post__d { display: block; color: var(--ink-2); font-size: .9rem; line-height: 1.55; }

.strip { background: var(--paper-2); border-top: 1px solid var(--line); }
.strip__in { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 4rem 1.75rem; }
.strip h2 { margin-bottom: .5rem; }
.strip p { margin: 0; color: var(--ink-2); max-width: 58ch; }

.phead { position: relative; background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); padding: 2.3rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.phead::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold) 0%, var(--gold-lt) 55%, transparent 100%); }
.phead--soloimg::before { content: none; }
.phead h1 { margin-bottom: .7rem; max-width: 26ch; font-size: 1.7rem; font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.22; }
.testata + h1 { margin-top: 0; }
.phead__sub { color: var(--ink-2); font-size: 1.05rem; margin: 0; }
.phead__meta { font-size: .85rem; color: var(--muted); margin-bottom: .9rem; letter-spacing: .04em; }
.phead__meta a { color: var(--sage-dk); }

.crumb-wrap { margin-bottom: 1.1rem; }
.crumb {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .8rem;
    letter-spacing: .02em;
    color: var(--muted);
    display: flex;
    gap: .55rem;
    flex-wrap: wrap;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.crumb li { display: flex; gap: .6rem; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--ink); }
.crumb li span[aria-hidden] { color: var(--edge); }
.crumb a:hover { color: var(--ink); }
.crumb [aria-current] { color: var(--ink-2); font-weight: 600; }
.phead__in .crumb li span[aria-hidden] { color: var(--gold); font-weight: 600; }
.phead__in .crumb [aria-current] { color: var(--ink); border-bottom: 2px solid var(--gold-lt); padding-bottom: 1px; }

.filters { display: flex; gap: .6rem; margin-top: 2rem; flex-wrap: wrap; }
.filters a {
    padding: .6rem 1.4rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--edge);
    border-radius: 999px;
    text-decoration: none;
    font-size: .86rem;
    font-weight: 500;
    color: var(--ink-2);
    transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.filters a:hover { border-color: var(--sage); color: var(--ink); }
.filters a.is-on { background: var(--sage-dk); border-color: var(--sage-dk); color: var(--paper); }

.cols { display: grid; grid-template-columns: 1.85fr 1fr; gap: 4.5rem; align-items: start; }
.cols--rev { grid-template-columns: 1.6fr 1fr; }

.avvisi { list-style: none; margin: 0 0 1.8rem; padding: 0; display: flex; flex-direction: column; gap: .9rem; }
.comune-evidenziato {
    background: #fff2b8;
    color: var(--ink);
    padding: .05em .2em;
    border-radius: 3px;
    font-weight: 700;
}
.comune-messaggio {
    display: inline-block;
    margin: .5rem 0 1rem;
    padding: .6rem 1rem;
    background: #eef8ee;
    border: 1px solid #bfe3bf;
    border-radius: var(--radius-s);
    color: #245a24;
    font-size: .92rem;
}

.avvisi__voce {
    background: #fff8e8;
    border: 1px solid #f0dba3;
    border-left: 4px solid #c99a2e;
    border-radius: var(--radius-s);
    padding: 1.1rem 1.3rem;
}
.avvisi__t { margin: 0 0 .35rem; font-weight: 700; color: var(--ink); }
.avvisi__d { margin: 0 0 .5rem; color: var(--ink-2); font-size: .95rem; line-height: 1.6; }
.avvisi__d:last-child { margin-bottom: 0; }
.avvisi__link { font-size: .88rem; font-weight: 600; color: #8a6412; text-decoration: none; }
.avvisi__link:hover { text-decoration: underline; }

.prose {
    font-size: 1.06rem;
    color: var(--ink-2);
    line-height: 1.78;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: clamp(1.6rem, 3vw, 2.8rem);
}
.prose > :first-child { margin-top: 0; }
.prose h2 { margin-top: 2.4rem; color: var(--ink); }
.prose h3 { margin-top: 2rem; font-size: 1.28rem; color: var(--ink); }
.prose ul, .prose ol { padding-left: 1.2rem; }
.prose li { margin-bottom: .5rem; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose__img { width: 100%; border-radius: var(--radius); margin-bottom: 2rem; }
.prose__cta { margin-top: 2.6rem; }
.prose__intro { margin-bottom: 1.8rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
.prose blockquote {
    border-left: 1px solid var(--sand);
    margin: 2rem 0;
    padding: .3rem 0 .3rem 1.6rem;
    font-family: var(--f-display);
    font-size: 1.2rem;
    color: var(--ink);
}

.side { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 2rem; }
.side__box { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; background: var(--paper); }
.side__box h2 {
    font-family: var(--f-body);
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--sage-tx);
    margin-bottom: 1.1rem;
}
.side__box p { font-size: .92rem; margin-bottom: .5rem; color: var(--ink-2); }
.side__box--fill { background: var(--sage-lt); border-color: #dbe5dd; }
.side__box--fill h2 { color: var(--sage-dk); }
.side__box--fill a { color: var(--sage-dk); }
.side__box--news, .side__box--docs {
    background: linear-gradient(135deg, #eef6fc, #dceefa);
    border-color: #c9e2f4;
}
.side__box--news h2, .side__box--docs h2 { color: var(--sage-dk); }
.side__list { list-style: none; margin: 0; padding: 0; }
.side__list li { padding: .85rem 0; border-top: 1px solid var(--line); font-size: .93rem; display: flex; flex-direction: column; gap: .25rem; }
.side__list li:first-child { border-top: 0; padding-top: 0; }
.side__list li.side__sottotitolo {
    font-size: .74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--muted);
    padding-bottom: .35rem;
}
.side__list li.side__sottotitolo:not(:first-child) { margin-top: .3rem; }
.side__list a { font-weight: 500; text-decoration: none; color: var(--ink); line-height: 1.45; }
.side__list a:hover { color: var(--sage-dk); }
.side__date { font-size: .78rem; color: var(--muted); letter-spacing: .05em; }
.side__map iframe { width: 100%; height: 260px; border: 0; border-radius: var(--radius); display: block; filter: saturate(.75); }

.dates { margin: 0; }
.dates dt { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); font-weight: 600; }
.dates dd { margin: .15rem 0 1rem; font-family: var(--f-display); font-size: 1.15rem; color: var(--ink); }
.dates__left { border-top: 1px solid #dbe5dd; padding-top: 1rem; color: var(--sage-dk) !important; font-weight: 600; font-size: .9rem !important; }

.ntable { list-style: none; margin: 0; padding: 0; }
.ntable__row {
    display: grid;
    grid-template-columns: 150px 1fr 190px;
    gap: 2rem;
    padding: 2.2rem 0;
    border-bottom: 1px solid var(--line);
    align-items: start;
}
.ntable__row:first-child { border-top: 1px solid var(--line); }
.ntable__state { display: flex; flex-direction: column; gap: .6rem; align-items: flex-start; }
.ntable__kind { font-size: .76rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.ntable__main h2 { font-size: 1.35rem; margin-bottom: .5rem; }
.ntable__main h2 a { text-decoration: none; color: var(--ink); transition: color .25s var(--ease); }
.ntable__main h2 a:hover { color: var(--sage-dk); }
.ntable__main p { color: var(--ink-2); font-size: .95rem; margin: 0; }
.ntable__dates { font-size: .85rem; color: var(--muted); display: flex; flex-direction: column; gap: .3rem; text-align: right; }
.ntable__dates strong { color: var(--ink); font-weight: 400; font-family: var(--f-display); font-size: 1.02rem; }

.docgroup { margin: 2.4rem 0 3.5rem; }
.docgroup h2 { font-size: 1.4rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); margin-top: 0; margin-bottom: 0; }

.files { list-style: none; margin: 0; padding: 0; }
.files li { border-bottom: 1px solid var(--line); }
.files a {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding: 1.15rem .6rem;
    text-decoration: none;
    color: var(--ink);
    border-radius: var(--radius-s);
    transition: background .3s var(--ease), padding-left .3s var(--ease);
}
.files a:hover { background: var(--paper-2); padding-left: 1.1rem; }
.files__ext {
    flex: 0 0 auto;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .12em;
    background: var(--sand-lt);
    color: var(--sand-tx);
    padding: .4rem .55rem;
    border-radius: 3px;
    min-width: 54px;
    text-align: center;
}
.files__t { flex: 1 1 auto; font-weight: 500; }
.files__t em { display: block; font-style: normal; font-weight: 400; font-size: .8rem; color: var(--muted); letter-spacing: .04em; margin-top: .1rem; }
.files__s { flex: 0 0 auto; font-size: .82rem; color: var(--muted); }

.form { display: flex; flex-direction: column; gap: 1.4rem; max-width: 480px; }
.form--wide { max-width: none; }
.form .field { display: block; }
.form label { display: block; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.form .check label { text-transform: none; letter-spacing: normal; font-size: .9rem; font-weight: 400; color: var(--ink-2); line-height: 1.6; }
.form .field > .a11y-note { display: block; margin-top: .4rem; text-transform: none; letter-spacing: normal; font-weight: 400; }
.form label .a11y-note { text-transform: none; letter-spacing: normal; font-weight: 400; }
.form label small { font-weight: 400; text-transform: none; letter-spacing: 0; }
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=password], .form input[type=date], .form input[type=number], .form input[type=file], .form select, .form textarea {
    display: block;
    width: 100%;
    margin-top: .5rem;
    padding: .85rem 1rem;
    border: 1px solid var(--edge);
    border-radius: var(--radius-s);
    font-family: var(--f-body);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    background: var(--paper);
    color: var(--ink);
    transition: border-color .3s var(--ease);
}
.form textarea { resize: vertical; line-height: 1.6; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--sage); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
.form .check {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    font-weight: 400;
    font-size: .9rem;
    text-transform: none;
    letter-spacing: normal;
    color: var(--ink-2);
    line-height: 1.6;
}
.form .check input { margin-top: .35rem; accent-color: var(--sage-dk); width: 20px; height: 20px; flex: 0 0 auto; }
.form__note { font-size: .84rem; color: var(--muted); margin: 0; }
.form button { align-self: flex-start; }

.alert { padding: 1rem 1.2rem; border-radius: var(--radius-s); margin-bottom: 1.4rem; font-size: .93rem; border: 1px solid; }
.alert--ok { background: var(--sage-lt); color: var(--sage-dk); border-color: #d3e0d7; }
.alert--err { background: var(--clay-lt); color: var(--clay-tx); border-color: #dcc7c1; }
.alert p:last-child { margin: 0; }

.pager { display: flex; gap: .5rem; margin-top: 3.5rem; }
.pager a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem .8rem;
    border: 1px solid var(--edge);
    border-radius: 999px;
    text-decoration: none;
    font-size: .9rem;
    color: var(--ink-2);
    transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.pager a:hover { border-color: var(--sage); color: var(--ink); }
.pager a.is-on { background: var(--sage-dk); border-color: var(--sage-dk); color: var(--paper); }

.empty { color: var(--muted); padding: 2.5rem 0; font-size: 1.02rem; }
.updated { font-size: .8rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1.2rem; margin-top: 3.5rem; letter-spacing: .06em; }

.results { list-style: none; margin: 2rem 0 0; padding: 0; }
.results li { padding: 1.8rem 0; border-top: 1px solid var(--line); }
.results__t { font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; color: var(--sand-tx); }
.results h2 { font-size: 1.3rem; margin: .5rem 0 .4rem; }
.results h2 a { text-decoration: none; }
.results p { color: var(--ink-2); font-size: .95rem; margin: 0; }
.results__n { color: var(--muted); font-size: .85rem; letter-spacing: .06em; }

.foot {
    --foot-bg: #0f1c2a;
    --foot-bg-2: #0a141e;
    --foot-tx: #c4d1db;
    --foot-tx-soft: #7f95a6;
    --foot-hd: #fff;
    --foot-line: rgba(255, 255, 255, .1);
    --foot-accent: #d9b273;
    position: relative;
    background: radial-gradient(circle at 15% 0%, rgba(77, 159, 214, .12), transparent 45%), var(--foot-bg);
    color: var(--foot-tx);
    font-size: .9rem;
    margin-top: 5rem;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.foot::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sage-dk) 0%, var(--foot-accent) 55%, transparent 100%);
}
.foot a { color: var(--foot-tx); text-decoration: none; transition: color .18s var(--ease, ease); }
.foot a:hover { color: var(--foot-hd); }

.foot__top {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1.5fr;
    gap: 2.6rem 3rem;
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.foot__brand { max-width: 24rem; }
.foot__logo {
    display: block;
    width: auto;
    height: 92px;
    max-width: 340px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 1.3rem;
}
.foot__name {
    font-family: var(--f-display);
    font-size: 1.7rem;
    font-weight: 550;
    line-height: 1.15;
    color: var(--foot-hd);
    margin: 0 0 .8rem;
    letter-spacing: -.015em;
}
.foot__claim { color: var(--foot-tx-soft); line-height: 1.65; margin: 0 0 1.4rem; }
.foot__social { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; margin: 0; padding: 0; }
.foot__social a {
    display: grid;
    place-items: center;
    width: 42px; height: 42px;
    border: 1px solid var(--foot-line);
    border-radius: 50%;
    color: var(--foot-tx);
    background: rgba(255, 255, 255, .02);
}
.foot__social a:hover {
    color: var(--foot-bg);
    border-color: var(--foot-accent);
    background: var(--foot-accent);
    transform: translateY(-2px);
    transition: transform .18s var(--ease, ease), background .18s, border-color .18s, color .18s;
}
.foot__social svg { width: 20px; height: 20px; }

.foot__nav { display: contents; }
.foot__navcol { min-width: 0; }
.foot__group { min-width: 0; }
.foot__h {
    position: relative;
    font-weight: 600;
    color: var(--foot-tx-soft);
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin: 0 0 1.1rem;
    padding-bottom: .55rem;
}
.foot__h::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 26px; height: 2px;
    background: var(--foot-accent);
    border-radius: 2px;
    opacity: .85;
}
.foot__h a { color: var(--foot-hd); }
.foot__h a:hover { color: var(--foot-accent); }
.foot__links { list-style: none; margin: 0; padding: 0; }
.foot__links li { margin: 0 0 .5rem; }
.foot__links a { position: relative; }
.foot__links a::before {
    content: "";
    position: absolute;
    left: -.9rem; top: 50%;
    width: 0; height: 1px;
    background: var(--foot-accent);
    transform: translateY(-50%);
    transition: width .18s var(--ease, ease);
}
.foot__links a:hover::before { width: .5rem; }

.foot__group { position: relative; }
.foot__subh {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin: 1.1rem 0 .45rem;
    font-size: .72rem;
    font-weight: 600;
    color: var(--foot-hd);
    text-transform: uppercase;
    letter-spacing: .06em;
}
.foot__group:first-child .foot__subh { margin-top: 0; }
.foot__subh-giu { font-size: .65rem; color: var(--foot-accent); transition: transform .15s var(--ease, ease); }
.foot__subnav { list-style: none; margin: 0 0 .2rem; padding: 0; }
.foot__subnav li { margin: 0 0 .38rem; line-height: 1.3; }
.foot__subnav a { font-weight: 600; }

@media (hover: hover) and (pointer: fine) {
    .foot__subnav { display: none; }
    .foot__group:hover > .foot__subnav,
    .foot__group:focus-within > .foot__subnav { display: block; }
    .foot__group:hover > .foot__subh .foot__subh-giu,
    .foot__group:focus-within > .foot__subh .foot__subh-giu { transform: rotate(180deg); }
    .foot__subh { cursor: pointer; }
}

.foot__contact { min-width: 0; }
.foot__coord { list-style: none; margin: 0 0 1.4rem; padding: 0; }
.foot__coord li { display: flex; align-items: flex-start; gap: .7rem; margin: 0 0 .85rem; line-height: 1.5; }
.foot__ico { flex: 0 0 auto; color: var(--foot-accent); margin-top: .05rem; }
.foot__coord address { font-style: normal; }
.foot__soon { color: var(--foot-tx-soft); margin: 0 0 1.4rem; }
.foot__ctalink {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
    color: var(--foot-hd);
    padding: .1rem 0;
    border-bottom: 1px solid var(--foot-line);
}
.foot__ctalink svg { transition: transform .18s var(--ease, ease); }
.foot__ctalink:hover { border-bottom-color: var(--foot-accent); }
.foot__ctalink:hover svg { transform: translateX(4px); }

.foot__base { background: var(--foot-bg-2); border-top: 1px solid var(--foot-line); }
.foot__basein {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .9rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .8rem;
    color: var(--foot-tx-soft);
}
.foot__legal { margin: 0; letter-spacing: .01em; }
.foot__end { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 1.6rem; }
.foot__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.3rem; list-style: none; margin: 0; padding: 0; }
.foot__meta a { color: var(--foot-tx-soft); }
.foot__a11y { display: flex; align-items: center; justify-content: center; gap: .55rem; flex-wrap: wrap; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--foot-line); font-size: .82rem; color: var(--foot-tx-soft); text-align: center; }
.foot__a11y a { color: var(--foot-tx-soft); text-decoration: underline; text-underline-offset: 2px; }
.foot__a11y a:hover, .foot__a11y a:focus-visible { color: var(--foot-accent); }
.foot__a11y-ico { display: inline-flex; flex: 0 0 auto; color: var(--foot-accent); }
.foot__meta a:hover { color: var(--foot-hd); }
.foot__meta-sep { padding-left: 1.3rem; margin-left: .3rem; border-left: 1px solid var(--foot-line); }
.foot__su {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--foot-tx-soft);
    padding: .35rem .8rem;
    border: 1px solid var(--foot-line);
    border-radius: 999px;
    white-space: nowrap;
    transition: color .18s var(--ease, ease), border-color .18s, background .18s;
}
.foot__su:hover { color: var(--foot-bg); background: var(--foot-accent); border-color: var(--foot-accent); }
.foot__su svg { transition: transform .18s var(--ease, ease); }
.foot__su:hover svg { transform: translateY(-2px); }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (max-width: 620px) { .foot__meta-sep { padding-left: 0; margin-left: 0; border-left: 0; } }

.install-body { background: var(--paper-2); }
.install {
    max-width: 540px;
    margin: 5rem auto;
    background: var(--paper);
    padding: 3rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.install__lead { color: var(--ink-2); margin-bottom: 2rem; }
.install code { background: var(--paper-2); padding: .1rem .35rem; border-radius: 3px; font-size: .9em; }

@media (max-width: 1040px) {
    .hero__grid { grid-template-columns: 1fr; gap: 3rem; padding-top: 4rem; padding-bottom: 4rem; }
    .areas, .notices, .posts, .posts--list { grid-template-columns: repeat(2, 1fr); }
    .cols, .cols--rev { grid-template-columns: 1fr; gap: 3.5rem; }
    .side { position: static; }
    .foot__top { grid-template-columns: 1fr 1fr; gap: 2.4rem 3rem; }
    .foot__brand { grid-column: 1 / -1; max-width: none; }
    .foot__contact { grid-column: 1 / -1; }
    .ntable__row { grid-template-columns: 130px 1fr; gap: 1.5rem; }
    .ntable__dates { grid-column: 2; text-align: left; }
}

@media (max-width: 1180px) {
    .head__main { flex-wrap: wrap; row-gap: 1.2rem; }
    .nav { width: 100%; justify-content: space-between; }
    .brand__logo { height: 54px; }
}

@media (max-width: 880px) {
    .burger {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        background: none;
        border: 0;
        cursor: pointer;
        padding: .4rem;
        color: var(--ink);
    }
    .burger span { display: block; width: 22px; height: 1px; background: currentColor; }
    .burger em { font-style: normal; font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 600; margin-top: 3px; color: var(--muted); }
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: .5rem 1.75rem 1.75rem;
    }
    .nav.is-open { display: flex; }
    .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
    .nav li { border-bottom: 1px solid var(--line); }
    .nav a { display: block; padding: 1rem 0; }
    .nav a::after { display: none; }
    .head__main { flex-wrap: nowrap; row-gap: 0; }
    .nav { width: auto; }
    .search { margin-top: 1.4rem; }
    .search input { width: 100%; }
    .head__quick a:first-child { display: none; }
}

@media (max-width: 640px) {
    body { font-size: 16px; }
    .wrap { padding: 0 1.25rem; }
    .wrap--wide { padding-left: 1.25rem; padding-right: 1.25rem; }
    .brand__logo { height: 44px; max-width: 210px; }
    .brand--logo .brand__logo { height: 48px; }
    .areas, .areas--full, .notices, .posts, .posts--list, .form__row { grid-template-columns: 1fr; }
    .strip__in { flex-direction: column; align-items: flex-start; gap: 1.8rem; padding: 3rem 1.25rem; }
    .foot__top { grid-template-columns: 1fr; gap: 0; padding-top: 2.6rem; }
    .foot__brand, .foot__nav { display: none; }
    .foot__contact { grid-column: 1 / -1; }
    .foot__h {
        font-size: 1rem;
        color: var(--foot-hd);
        letter-spacing: .06em;
        font-weight: 700;
        margin-bottom: 1.3rem;
    }
    .foot__h::after { width: 34px; height: 3px; }
    .foot__basein { align-items: center; text-align: center; }
    .sec { padding: 3.5rem 0; }
    .install { margin: 2rem auto; padding: 2rem; }

    
    .head { background-image: linear-gradient(rgba(251, 252, 253, .78), rgba(251, 252, 253, .78)), var(--head-img); }

    
    .cerca { padding: .18rem .18rem .18rem .7rem; flex-basis: 100%; max-width: none; }
    .cerca input { padding: .5rem .5rem; font-size: .87rem; min-height: 36px; }
    .cerca__icona svg { width: 16px; height: 16px; }
    .cerca button { padding: 0 .9rem; min-height: 36px; font-size: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; animation: none !important; }
}

@media print {
    .head, .foot, .side, .filters, .crumb, .strip, .abar, .draftbar, .condividi, .wachat, .contavisite { display: none; }
    body { font-size: 12pt; background: #fff; }
}

.pdf-intestazione, .pdf-piede { display: none; }
@media print {
    .pdf-intestazione {
        display: block;
        font-size: 9pt;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #666;
        border-bottom: 1px solid #ccc;
        padding-bottom: .6rem;
        margin-bottom: 1.6rem;
    }
    .pdf-intestazione span { text-transform: none; letter-spacing: normal; }
    .pdf-piede {
        display: block;
        margin-top: 2rem;
        padding-top: .6rem;
        border-top: 1px solid #ccc;
        font-size: 8.5pt;
        color: #888;
    }
    main { max-width: 46rem; margin: 0 auto; }
    .phead__meta, h1 { color: #000; }
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
}

.skips { background: var(--ink); }
.skips ul { display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0; }
.skips a {
    display: inline-block;
    color: var(--paper);
    padding: .7rem 0;
    font-size: .88rem;
    font-weight: 500;
}
.skips li:not(:focus-within) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.nav a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.nav a[aria-current="page"]::after { transform: scaleX(1); height: 2px; }
.filters a[aria-current="true"] { background: var(--sage-dk); border-color: var(--sage-dk); color: var(--paper); }
.pager a[aria-current="page"] { background: var(--sage-dk); border-color: var(--sage-dk); color: var(--paper); font-weight: 600; }

.prose a { text-decoration: underline; }
.errsum { border: 1px solid #dcc7c1; background: var(--clay-lt); border-left: 4px solid var(--clay-tx); border-radius: var(--radius-s); padding: 1.2rem 1.4rem; margin-bottom: 1.8rem; }
.errsum h2 { font-family: var(--f-body); font-size: 1rem; font-weight: 600; color: var(--clay-tx); margin: 0 0 .6rem; }
.errsum ul { margin: 0; padding-left: 1.1rem; color: var(--clay-tx); font-size: .93rem; }
.errsum li { margin-bottom: .3rem; }
.errsum a { color: var(--clay-tx); }
.field--err input, .field--err textarea, .field--err select { border-color: var(--clay-tx); border-width: 2px; }
.field__err { display: block; color: var(--clay-tx); font-size: .84rem; font-weight: 600; text-transform: none; letter-spacing: normal; margin-top: .4rem; }
.req { color: var(--clay-tx); }

.a11y-note { font-size: .85rem; color: var(--muted); }

@media (prefers-contrast: more) {
    :root {
        --ink: #1e2624;
        --ink-2: #2c3532;
        --muted: #45504c;
        --line: #9aa39c;
        --line-2: #7f8a82;
        --edge: #46514b;
        --sage-tx: #1f3a2b;
        --sand-tx: #4f3d13;
        --clay-tx: #6b342a;
        --sage-dk: #33503f;
    }
    .area a, .notices a, .side__box, .tab, .deskcard { border-width: 2px; }
    .post__img { filter: none; }
}

@media (forced-colors: active) {
    .btn, .filters a, .pager a, .tag, .files__ext { border: 1px solid ButtonText; }
    .nav a[aria-current="page"]::after { background: LinkText; }
    :focus-visible { outline: 3px solid Highlight; }
}

.abar { background: var(--ink); color: #e7ece9; font-size: .85rem; position: relative; z-index: 30; }
.abar__in { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; min-height: 46px; padding-top: .4rem; padding-bottom: .4rem; }
.abar a { color: #e7ece9; text-decoration: none; border-bottom: 1px solid transparent; padding: .2rem 0; }
.abar a:hover { color: #fff; border-bottom-color: #b9c9c1; }
.abar__home { font-weight: 600; }
.abar__edit { background: #56705f; border-radius: 999px; padding: .35rem 1rem !important; font-weight: 600; }
.abar__edit:hover { background: #66826f; border-bottom-color: transparent !important; }
.abar__sep { flex: 0 0 1px; align-self: stretch; background: rgba(255, 255, 255, .2); margin: .4rem 0; }
.abar__group { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }
.abar__lab { color: #a9b8b1; }
.abar__right { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-wrap: wrap; }
.abar__me { color: #a9b8b1; }
.abar__out { color: #f0c9c0 !important; }
.abar em { font-style: normal; background: #953f31; color: #fff; border-radius: 999px; padding: .05rem .5rem; font-size: .78rem; font-weight: 700; }
.abar :focus-visible { outline: 3px solid #fdeeec; outline-offset: 2px; box-shadow: none; background: transparent; }

.draftbar {
    background: var(--sand-lt);
    border-bottom: 1px solid #ddd0b4;
    color: var(--sand-tx);
    margin: 0;
    padding: .9rem 1.75rem;
    font-size: .92rem;
    text-align: center;
}
.draftbar a { color: var(--sand-tx); }

@media (max-width: 880px) {
    .abar__right { margin-left: 0; width: 100%; }
}

@media print {
    .abar, .draftbar { display: none; }
}

.hero { background: linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 70%); padding-bottom: 0; }
.hero__grid { padding-top: 5rem; padding-bottom: 3.5rem; align-items: start; }
.hero h1 { font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.018em; margin-bottom: 1.4rem; }
.hero__em { color: var(--sage-dk); font-style: italic; }
.hero__txt { font-size: 1.08rem; max-width: 46ch; }
.hero__act { margin-top: 2.2rem; margin-bottom: 0; }

.hero__facts {
    list-style: none;
    margin: 0;
    padding: 2rem 0 2.6rem;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem 2rem;
}
.hero__facts li { display: flex; align-items: baseline; gap: .6rem; }
.hero__facts strong { font-family: var(--f-display); font-size: 2.1rem; font-weight: 400; line-height: 1; color: var(--sage-dk); }
.hero__facts span { font-size: .84rem; color: var(--muted); line-height: 1.35; }

.deskcard address { font-style: normal; }
.deskcard__addr { display: block; font-family: var(--f-display); font-size: 1.2rem; color: var(--ink); line-height: 1.4; margin-bottom: .7rem; }

.sec--idx { padding-top: 4rem; }
.idx { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); counter-reset: none; }
.idx li { border-bottom: 1px solid var(--line); }
.idx a {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr) 15rem 2rem;
    align-items: baseline;
    gap: 1.5rem;
    padding: 1.7rem .5rem 1.7rem .25rem;
    text-decoration: none;
    color: var(--ink);
    transition: background .35s var(--ease), padding-left .35s var(--ease);
}
.idx a:hover, .idx a:focus-visible { background: var(--paper-2); padding-left: 1rem; }
.idx__n { font-family: var(--f-display); font-size: .95rem; color: var(--sand-tx); letter-spacing: .12em; }
.idx__t { display: block; font-family: var(--f-display); font-size: 1.5rem; line-height: 1.2; letter-spacing: -.01em; margin-bottom: .35rem; }
.idx__d { display: block; color: var(--ink-2); font-size: .95rem; line-height: 1.6; }
.idx__for { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .09em; line-height: 1.5; }
.idx__go { font-size: 1.2rem; color: var(--sage-dk); text-align: right; transition: transform .35s var(--ease), color .35s var(--ease); }
.idx a:hover .idx__go { color: var(--sage-dk); transform: translateX(4px); }

.sec--band { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.dl { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.dl a {
    display: block;
    height: 100%;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.7rem;
    text-decoration: none;
    color: var(--ink);
    transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.dl a:hover { border-color: var(--sage); transform: translateY(-3px); box-shadow: var(--shadow); }
.dl__count { display: flex; align-items: baseline; gap: .5rem; padding-bottom: 1rem; margin-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.dl__count strong { font-family: var(--f-display); font-size: 2.6rem; font-weight: 400; line-height: .9; color: var(--sand-tx); }
.dl__count .dl__word { font-size: 1.6rem; }
.dl__count span { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.dl__t { display: block; font-family: var(--f-display); font-size: 1.25rem; line-height: 1.25; margin: .8rem 0 .5rem; }
.dl__d { display: block; color: var(--ink-2); font-size: .92rem; }
.dl__date { display: block; margin-top: 1rem; font-size: .84rem; color: var(--muted); }

.quick { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.quick__card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.quick__card h3 { font-size: 1.25rem; margin-bottom: .6rem; }
.quick__card h3 a { text-decoration: none; }
.quick__card h3 a:hover { text-decoration: underline; }
.quick__card p { color: var(--ink-2); font-size: .92rem; margin-bottom: .8rem; }
.quick__list { list-style: none; margin: 1rem 0 0; padding: 1rem 0 0; border-top: 1px solid var(--line); }
.quick__list li { margin-bottom: .6rem; font-size: .9rem; line-height: 1.5; }
.quick__list a { text-decoration: none; font-weight: 500; }
.quick__list a:hover { text-decoration: underline; }
.quick__size { color: var(--muted); font-weight: 400; font-size: .82rem; }
.quick__tel a { font-family: var(--f-display); font-size: 1.25rem; text-decoration: none; }

@media (max-width: 1040px) {
    .idx a { grid-template-columns: 3.5rem minmax(0, 1fr) 2rem; gap: 1rem; }
    .idx__for { grid-column: 2; padding-top: .2rem; }
    .idx__go { grid-row: 1; grid-column: 3; }
    .dl, .quick { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .hero__grid { padding-top: 3rem; }
    .hero__facts { grid-template-columns: 1fr; gap: 1rem; padding-bottom: 2rem; }
    .idx a { grid-template-columns: 2.6rem minmax(0, 1fr); }
    .idx__go { display: none; }
    .idx__for { grid-column: 2; }
    .dl, .quick { grid-template-columns: 1fr; }
    .dl__count strong { font-size: 2.2rem; }
}

.tecnico { max-width: 620px; margin: 3rem auto 0; padding: 1.4rem 1.6rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); text-align: left; }
.tecnico h2 { font-family: var(--f-body); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--sage-tx); margin-bottom: .3rem; }
.tecnico > p { font-size: .84rem; color: var(--muted); margin-bottom: 1rem; }
.tecnico dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: .5rem 1.2rem; }
.tecnico dt { font-size: .84rem; color: var(--muted); }
.tecnico dd { margin: 0; font-size: .86rem; word-break: break-all; }
.tecnico code { background: var(--paper); padding: .1rem .4rem; border-radius: 3px; border: 1px solid var(--line); }

.slider { position: relative; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.slider__viewport { position: relative; }

.slide { position: relative; display: block; }
.slide[hidden] { display: none; }

.slide__in {
    position: relative;
    z-index: 2;
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
    display: flex;
    justify-content: flex-start;
}
.slide__text {
    position: relative;
    max-width: 34ch;
    margin: 0;
    text-align: left;
    font-family: var(--f-display);
    font-weight: 600;
    font-style: italic;
    font-size: 2.4rem;
    font-size: clamp(1.85rem, 4vw, 2.9rem);
    line-height: 1.24;
    letter-spacing: -.005em;
    color: var(--ink);
    padding: 0 2.4rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .65), 0 3px 6px rgba(0, 0, 0, .5);
}
.slide__text::before,
.slide__text::after {
    color: var(--sage);
    font-family: var(--f-display);
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -.35em;
    opacity: .55;
}
.slide__text::before { content: "\201C"; margin-right: .12em; }
.slide__text::after { content: "\201D"; margin-left: .06em; }

.slider:not(.slider--js) .slide + .slide { border-top: 1px solid var(--line); }
.slider:not(.slider--js) .slide[hidden] { display: block; }

.slider__bar {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 3;
}
.slider__bar .wrap {
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0;
}
.slider__barin { display: flex; align-items: center; gap: .55rem; }

.slider__nav,
.slider__play {
    background: rgba(255, 255, 255, .94);
    border: 0;
    color: #01509f;
    border-radius: 999px;
    font: inherit;
    font-size: 1rem;
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .45);
    transition: background .3s var(--ease), transform .3s var(--ease);
}
.slider__nav:hover, .slider__play:hover { background: #fff; transform: translateY(-1px); }
.slider__nav:focus-visible, .slider__play:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

.slider__play [data-slider-play-label] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.slider__play::before { content: "❚❚"; font-size: .72rem; letter-spacing: .08em; }
.slider__play[aria-pressed="true"]::before { content: "▶"; font-size: .95rem; }

@media (max-width: 880px) {
    .slide__in { padding-top: 2.6rem; padding-bottom: 2.6rem; }
    .slide__text { padding: 0 1rem; }
    .slider__bar { right: .7rem; bottom: .7rem; }
    .slider__barin { gap: .45rem; }
    .slider__nav, .slider__play { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
    .slide { transition: none; }
}

@media print {
    .slider__bar { display: none; }
    .slider .slide[hidden] { display: block; }
}

.head { position: relative; z-index: 40; }
[id] { scroll-margin-top: 1.5rem; }

.sec__head { position: relative; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.sec__head h2 { position: relative; padding-left: 1.3rem; }
.sec__head h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: .55rem;
    height: 1px;
    background: var(--sand);
}
.sec--band .sec__head { border-color: var(--line-2); }

.btn {
    letter-spacing: .03em;
    box-shadow: 0 1px 1px rgba(56, 66, 63, .04);
}
.btn--lg { padding: 1rem 2.1rem; font-size: 1rem; }
.btn:active { transform: translateY(1px); }

.hero__grid { padding-top: 4.5rem; }
.hero h1 { text-wrap: balance; }
.hero__facts { border-bottom: 1px solid var(--line); margin-bottom: 0; }
.hero__facts strong { font-variant-numeric: lining-nums tabular-nums; }

.area a, .notices a, .dl a, .quick__card, .side__box, .deskcard {
    box-shadow: 0 1px 1px rgba(56, 66, 63, .025);
}
.area a:hover, .notices a:hover, .dl a:hover { box-shadow: 0 1px 1px rgba(56, 66, 63, .04), 0 18px 40px -28px rgba(56, 66, 63, .5); }

.dl__count strong, .apanel__nums strong, .card__n, .idx__n { font-variant-numeric: lining-nums tabular-nums; }

.prose > p, .prose > ul, .prose > ol { max-width: 68ch; }

@media (max-width: 880px) {
    .head { position: static; }
    [id] { scroll-margin-top: 1rem; }
}

.testata {
    margin: 0 0 2rem;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--paper-3, #eef0ec);
    box-shadow: 0 1px 1px rgba(56, 66, 63, .03), 0 18px 40px -30px rgba(56, 66, 63, .45);
}
.testata__img {
    display: block;
    width: 100%;
    height: clamp(160px, 26vw, 300px);
    object-fit: cover;
    filter: saturate(.94);
}

@media (max-width: 640px) {
    .testata { margin-bottom: 1.4rem; border-radius: var(--radius-s); }
    .testata__img { height: clamp(130px, 40vw, 190px); }
}

@media print {
    .testata { display: none; }
}

body {
    font-size: 17px;
    line-height: 1.68;
    letter-spacing: -.003em;
    font-feature-settings: "cv05" 1, "cv08" 1, "ss03" 1;
}

h1, h2, h3, .idx__t, .dl__t, .brand__txt strong, .foot__name, .card__n, .apanel__nums strong, .hero__facts strong, .dl__count strong {
    font-weight: 560;
    letter-spacing: -.021em;
    font-feature-settings: "onum" 0;
}
h1 { line-height: 1.08; }
h2 { line-height: 1.14; }
h3 { line-height: 1.22; letter-spacing: -.014em; }

h1, h2, .idx__t, .news__lead h3 { text-wrap: balance; }
p, .idx__d, .dl__d, .phead__sub { text-wrap: pretty; }

.eyebrow, .foot__h, .side__box h2, .deskcard__h, .results__t,
.crumb, .news__meta, .post time, .post__area, .idx__for, .ntable__kind, .dates dt {
    font-weight: 600;
    letter-spacing: .15em;
}
.eyebrow { letter-spacing: .2em; }

.tag, .pill { font-weight: 600; letter-spacing: .1em; font-size: .69rem; }
.btn { font-weight: 500; letter-spacing: .01em; }
.lnk { font-weight: 600; letter-spacing: .1em; }

.prose { font-size: 1.05rem; line-height: 1.75; }
.prose h2 { font-size: 1.65rem; }
.prose h3 { font-size: 1.22rem; font-weight: 600; }
.hero__txt, .phead__sub, .slide__text { letter-spacing: -.005em; }

.hero__em { font-style: italic; font-weight: 400; }

.slider__bar { border-top: 1px solid var(--line); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6); }
.head__bar { letter-spacing: .02em; }
.deskcard { border-radius: 12px; }
.area a, .notices a, .dl a, .quick__card, .side__box { border-radius: 12px; }
.testata { border-radius: 12px; }
.foot__name { letter-spacing: -.02em; }

.head__main { align-items: center; gap: 2rem; padding-top: 1.4rem; padding-bottom: 1.4rem; }

.cerca {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 460px;
    max-width: 520px;
    margin: 0 0 0 auto;
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 0;
    padding: .3rem .3rem .3rem 1rem;
    transition: border-color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.cerca:focus-within {
    border-color: var(--sage-dk);
    background: var(--paper);
    box-shadow: 0 0 0 4px rgba(0, 119, 182, .12);
}
.cerca__icona { display: flex; color: var(--muted); flex: 0 0 auto; }
.cerca:focus-within .cerca__icona { color: var(--sage-dk); }
.cerca input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: .95rem;
    color: var(--ink);
    padding: .7rem .8rem;
    min-height: 44px;
}
.cerca input::placeholder { color: var(--muted); }
.cerca input:focus { outline: none; }
.cerca button {
    flex: 0 0 auto;
    border: 1px solid var(--sage-dk);
    background: var(--sage-dk);
    color: var(--paper);
    border-radius: 0;
    padding: 0 1.5rem;
    min-height: 44px;
    font: inherit;
    font-size: .88rem;
    font-weight: 500;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background .3s var(--ease), color .3s var(--ease);
}
.cerca button:hover { background: var(--ink); border-color: var(--ink); }

@media (max-width: 1180px) {
    .head__main { flex-wrap: nowrap; }
    .cerca { flex: 1 1 320px; max-width: 420px; }
}

@media (max-width: 980px) {
    .cerca { flex: 1 1 240px; max-width: 320px; }
    .cerca button { padding: 0 1rem; }
}

@media (max-width: 880px) {
    .head__main { flex-wrap: wrap; row-gap: 1rem; }
    .burger { order: 2; margin-left: auto; }
    .cerca { order: 4; flex: 1 1 100%; max-width: none; margin: 0; }
}

@media (max-width: 480px) {
    .cerca { padding-left: .8rem; }
    .cerca button { padding: 0 .9rem; font-size: .82rem; }
    .cerca input { font-size: .9rem; padding: .55rem .6rem; }
}

.sec--boxes { padding-top: 4.5rem; }
.boxes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
}
.box { display: flex; }
.box a {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0;
    text-decoration: none;
    color: var(--ink);
    position: relative;
    overflow: hidden;
    transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.box a { box-shadow: var(--shadow); }
.box a:hover, .box a:focus-visible {
    border-color: var(--gold);
    transform: translateY(-7px);
    box-shadow: 0 4px 10px rgba(15, 35, 55, .08), 0 30px 54px -20px rgba(15, 35, 55, .32);
}

.box__body { display: block; flex: 1 1 auto; padding: 1.5rem 1.7rem .4rem; }
.box__riga { display: flex; align-items: center; gap: .9rem; margin-bottom: .7rem; }
.box__icona {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--paper-2);
}
.box__icona img { width: 32px; height: 32px; object-fit: contain; }
.box__t {
    display: block;
    font-family: var(--f-display);
    font-size: 1.32rem;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.25;
    transition: color .3s var(--ease);
}
.box a:hover .box__t { color: var(--sage-dk); }
.box__d { display: block; color: var(--ink-2); font-size: .95rem; line-height: 1.62; }

.box__pie {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.2rem;
    margin: 1.2rem 1.7rem 1.7rem;
    padding-top: 1.05rem;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .87rem;
    line-height: 1.55;
}
.box__pie-txt { flex: 1 1 auto; }

.box__go {
    position: static;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--line);
    border-radius: 50%;
    color: var(--sage-dk);
    font-size: 1.05rem;
    background: #fff;
    transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.box a:hover .box__go, .box a:focus-visible .box__go { background: var(--sage-dk); border-color: var(--sage-dk); color: #fff; transform: translateX(3px); }

.boxes--compatte .box__body { padding: 1.15rem 1.15rem .3rem; }
.boxes--compatte .box__riga { gap: .65rem; margin-bottom: .5rem; }
.boxes--compatte .box__icona { width: 46px; height: 46px; }
.boxes--compatte .box__icona img { width: 26px; height: 26px; }
.boxes--compatte .box__t { font-size: 1.08rem; }
.boxes--compatte .box__d { font-size: .87rem; line-height: 1.5; }
.boxes--compatte .box__pie { margin: .8rem 1.15rem 1.15rem; padding-top: .75rem; font-size: .8rem; }
.boxes--compatte .box__go { width: 32px; height: 32px; font-size: .9rem; }

@media (max-width: 1040px) {
    .boxes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .boxes { grid-template-columns: 1fr; gap: 1.1rem; }
    .box a { padding: 0; }
    .box__t { font-size: 1.28rem; }
}

.ascolta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.6rem;
}
.ascolta[hidden] { display: none; }

.ascolta__via {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    min-height: 46px;
    padding: 0 1.4rem 0 .4rem;
    border-radius: 999px;
    border: 1px solid var(--sage-dk);
    background: var(--paper);
    color: var(--sage-dk);
    font: inherit;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 3px 10px -4px rgba(0, 0, 0, .18);
    transition: border-color .25s var(--ease), color .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease), transform .15s var(--ease);
}
.ascolta__via .ascolta__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e3ede6;
    background: color-mix(in srgb, var(--sage-dk) 14%, transparent);
    color: var(--sage-dk);
    transition: background .25s var(--ease), color .25s var(--ease);
}
.ascolta__via:hover { background: var(--sage-dk); color: var(--paper); box-shadow: 0 6px 16px -5px rgba(0, 0, 0, .3); transform: translateY(-1px); }
.ascolta__via:hover .ascolta__ico { background: rgba(255, 255, 255, .22); color: var(--paper); }
.ascolta__via:active { transform: translateY(0); }

.ascolta__cmds {
    display: inline-flex;
    align-items: center;
    background: var(--paper-2);
    border: 1px solid var(--edge);
    border-radius: 999px;
    padding: .3rem;
    gap: .15rem;
}
.ascolta__cmds[hidden] { display: none; }
.ascolta__cmd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    height: 38px;
    padding: 0 .85rem;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: var(--ink-2);
    font: inherit;
    font-size: .85rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s var(--ease), color .2s var(--ease);
}
.ascolta__cmd:hover { background: var(--paper); color: var(--ink); box-shadow: 0 1px 4px rgba(0, 0, 0, .1); }
.ascolta__cmd[hidden] { display: none; }
.ascolta__ico { display: flex; }
.ascolta__stato { font-size: .85rem; color: var(--muted); padding-left: .3rem; }

@media print { .ascolta { display: none; } }

:root {
    --menu-bg: #0077b6;
    --menu-tx: #ffffff;
    --menu-tx-focus: #00587f;
    --f-menu: "Menu Sito", var(--f-body);
}

@media (prefers-contrast: more) {
    :root { --menu-bg: #006a99; }
}

.btn,
.cerca button,
.slider__play {
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 600;
}
.btn--lg { letter-spacing: .06em; }

:root {
    --top-bg: #01509f;
    --top-tx: #ffffff;
    --top-tx-focus: #01509f;
}

.head__bar {
    background: var(--top-bg);
    color: var(--top-tx);
    border-bottom: 0;
}
.head__inst { color: var(--top-tx); }
.head__quick a { color: var(--top-tx); }

.head__quick a:hover { color: var(--top-tx); text-decoration: underline; }

.head__bar a:focus-visible {
    background: #fff;
    color: var(--top-tx-focus);
    outline-color: var(--top-tx-focus);
}

.head__end { display: flex; align-items: center; gap: 1.6rem; }

.head__social {
    display: flex;
    align-items: center;
    gap: .1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.head__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--top-tx);
    text-decoration: none;
}
.head__social a:hover { background: rgba(255, 255, 255, .2); }
.head__social svg { width: 17px; height: 17px; display: block; }

@media (pointer: coarse) {
    .head__social a { width: 44px; height: 44px; }
    .head__barin { min-height: 48px; }
}

@media (max-width: 880px) {

    .head__social a:first-child { display: inline-flex; }
    .head__end { gap: 1rem; }
}

@media (max-width: 480px) {
    .head__social svg { width: 16px; height: 16px; }
    .head__social { gap: 0; }
}

@media (forced-colors: active) {
    .head__bar { border-bottom: 1px solid CanvasText; }
}

.hint--attenzione {
    border-left: 3px solid #953f31;
    background: #f8f1ef;
    padding: .6rem .8rem;
    border-radius: 4px;
    color: #6d3a30;
}

@media (min-width: 881px) {
    [id] { scroll-margin-top: 12rem; }
}

.dl__who {
    display: block;
    font-size: .82rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .2rem;
}
.dl__more {
    display: block;
    margin-top: .7rem;
    font-weight: 600;
    font-size: .9rem;
    color: var(--sage-dk);
}

:root {
    --logo-h: 127px;
    --logo-h-compatta: 100px;
}

.brand__logo { height: var(--logo-h); max-width: 600px; }
.brand--logo .brand__logo { height: calc(var(--logo-h) + 6px); max-width: 600px; }

.head--compatta .brand__logo { height: var(--logo-h-compatta); }
.head--compatta .brand--logo .brand__logo { height: calc(var(--logo-h-compatta) + 4px); }

@media (max-width: 1180px) {
    .brand__logo { height: calc(var(--logo-h) - 8px); }
}

@media (max-width: 880px) {
    .brand__logo { height: calc(var(--logo-h) - 18px); max-width: min(320px, 55vw); }
    .brand--logo .brand__logo { height: calc(var(--logo-h) - 14px); max-width: min(320px, 55vw); }
}

:root {
    --menu-bg-dk: #005f92;
}

.mnum {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: 1.6rem 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mnum li {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding-left: 1.1rem;
    border-left: 3px solid var(--menu-bg);
}
.mnum strong {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2.2rem, 4.4vw, 3.1rem);
    line-height: 1;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
}
.mnum span { color: var(--muted); font-size: .93rem; line-height: 1.35; }
.mnum__nota { margin: 1.8rem 0 0; color: var(--muted); font-size: .93rem; }

.albero { margin-top: 2.4rem; }

.albero__radice { display: flex; justify-content: center; margin: 0 0 2.6rem; position: relative; }
.albero__radice a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: var(--menu-bg);
    color: var(--menu-tx);
    border-radius: 10px;
    padding: 1rem 2.4rem;
    box-shadow: 0 14px 26px -18px rgba(0, 40, 66, .55);
}
.albero__radice a:hover { background: var(--menu-bg-dk); }
.albero__radice-t {
    display: block;
    font-family: var(--f-menu);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 1rem;
}
.albero__radice-d { display: block; font-size: .84rem; opacity: .92; margin-top: .15rem; }

.albero__radice::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 1.3rem;
    background: var(--line-2, #d8d7cf);
}

.albero__rami {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    list-style: none;
    margin: 0;
    padding: 1.3rem 0 0;
    position: relative;
}

.albero__rami::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 2px;
    background: var(--line-2, #d8d7cf);
}

.ramo {
    position: relative;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 1.3rem 1.4rem 1.1rem;
}

.albero__rami > .ramo:nth-child(-n+4)::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 2.2rem;
    width: 2px;
    height: 1.3rem;
    background: var(--line-2, #d8d7cf);
}
.ramo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--menu-bg);
    border-radius: 10px 10px 0 0;
}

.ramo__testa { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.ramo__t {
    margin: 0;
    font-family: var(--f-display);
    font-size: 1.22rem;
    line-height: 1.2;
}
.ramo__t a { color: var(--ink); text-decoration: none; }
.ramo__t a:hover { text-decoration: underline; }
.ramo__n {
    margin: 0;
    font-size: .76rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
}
.ramo__d { margin: .5rem 0 .9rem; font-size: .92rem; color: var(--muted); line-height: 1.5; }

.ramo__voci { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.ramo__voci li { border-bottom: 1px solid var(--line); }
.ramo__voci li:last-child { border-bottom: 0; }
.ramo__voci a {
    display: block;
    padding: .5rem 0 .5rem 1rem;
    font-size: .93rem;
    color: var(--ink-2);
    text-decoration: none;
    position: relative;
}
.ramo__voci a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.05em;
    width: .5rem;
    height: 1px;
    background: var(--sand, #c9c7bd);
}
.ramo__voci a:hover { color: var(--ink); background: var(--paper-2); }
.ramo__altre a { font-weight: 600; color: var(--sage-dk); }

.msez { margin-bottom: 3rem; }
.msez:last-child { margin-bottom: 0; }
.msez__t { font-family: var(--f-display); font-weight: 400; font-size: 1.5rem; margin: 0 0 .3rem; }
.msez__t a { color: var(--ink); text-decoration: none; }
.msez__t a:hover { text-decoration: underline; }
.msez__d { margin: 0 0 1.2rem; color: var(--muted); font-size: .95rem; }
.msez__voci { list-style: none; margin: 0; padding: 0; }
.msez__voci li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .4rem 1rem;
    padding: .7rem 0;
    border-bottom: 1px solid var(--line);
}
.msez__voci li:first-child { border-top: 1px solid var(--line); }
.msez__voci > li > a { font-weight: 600; color: var(--ink); text-decoration: none; }
.msez__voci > li > a:hover { text-decoration: underline; }
.msez__meta { display: flex; flex-wrap: wrap; gap: .3rem .9rem; font-size: .84rem; color: var(--muted); }
.msez__url { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; }
.msez__nota {
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .05rem .6rem;
}

.mnota {
    background: var(--paper-2);
    border-left: 3px solid var(--menu-bg);
    border-radius: 0 8px 8px 0;
    padding: 1.4rem 1.6rem;
}
.mnota h2 { font-family: var(--f-display); font-weight: 400; font-size: 1.3rem; margin: 0 0 .6rem; }
.mnota p { margin: 0 0 .7rem; font-size: .95rem; }
.mnota p:last-child { margin-bottom: 0; }

@media (max-width: 1180px) {
    .albero__rami { grid-template-columns: repeat(3, 1fr); }
    .albero__rami > .ramo:nth-child(-n+4)::before { display: none; }
    .albero__rami > .ramo:nth-child(-n+3)::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 2.2rem;
        width: 2px;
        height: 1.3rem;
        background: var(--line-2, #d8d7cf);
    }
}

@media (max-width: 980px) {
    .albero__rami { grid-template-columns: repeat(2, 1fr); }
    .albero__rami > .ramo:nth-child(-n+3)::before { display: none; }
    .albero__rami > .ramo:nth-child(-n+2)::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 2.2rem;
        width: 2px;
        height: 1.3rem;
        background: var(--line-2, #d8d7cf);
    }
}

@media (max-width: 880px) {

    .albero__rami { grid-template-columns: 1fr; padding-top: 0; }
    .albero__rami::before,
    .albero__radice::after,
    .albero__rami > .ramo::before { display: none; }
    .albero__radice { margin-bottom: 1.6rem; }
}

@media (forced-colors: active) {
    .ramo { border: 1px solid CanvasText; }
    .ramo::after, .albero__rami::before, .albero__radice::after, .ramo::before { background: CanvasText; }
}

@media print {
    .albero__rami { display: block; }
    .ramo { break-inside: avoid; margin-bottom: 1rem; }
}

.side__list--nav li,
.side__list--docs li,
.side__list--news li { padding: 0; border-top: 0; }
.side__list--nav li + li,
.side__list--docs li + li,
.side__list--news li + li { margin-top: .7rem; }
.side__list--nav a,
.side__list--nav .side__qui,
.side__list--docs a,
.side__list--news a {
    display: block;
    padding: .8rem 1.1rem;
    border-radius: var(--radius-s, 10px);
    border: 1px solid var(--edge);
    background: var(--paper);
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    color: var(--ink);
    transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.side__list--nav a:hover,
.side__list--docs a:hover,
.side__list--news a:hover {
    background: var(--sage-dk);
    border-color: var(--sage-dk);
    color: var(--paper);
    text-decoration: none;
}
.side__list--docs a:hover small,
.side__list--news a:hover small { color: var(--paper); opacity: .85; }
.side__list--nav .side__qui {
    font-weight: 700;
    background: var(--sage-lt);
    border-color: var(--sage);
    color: var(--sage-dk);
}

@media (max-width: 1040px) {
    .side { position: static; }
}

.mnum--vivo strong { color: var(--menu-bg-dk, #007eb5); }
.mnum--vivo { border-left-color: var(--menu-bg-dk, #007eb5); }

.pcol {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 190px;
    margin: 2rem 0 0;
    padding: 0 0 1.4rem;
    list-style: none;
    border-bottom: 1px solid var(--line);
    position: relative;
}
.pcol li { flex: 1 1 0; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; position: relative; }
.pcol__b {
    display: block;
    background: var(--menu-bg);
    border-radius: 3px 3px 0 0;
    min-height: 2px;
    transition: background .2s var(--ease);
}
.pcol li:hover .pcol__b { background: var(--menu-bg-dk, #007eb5); }
.pcol__e {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: .68rem;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
}

.prank { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.prank li {
    display: grid;
    grid-template-columns: 2.6rem 1fr auto;
    gap: .4rem 1.2rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}
.prank li:first-child { border-top: 1px solid var(--line); }
.prank__n {
    font-family: var(--f-display);
    font-size: 1.35rem;
    color: var(--sand-tx, #b9b6aa);
    font-variant-numeric: tabular-nums;
}
.prank__c { min-width: 0; }
.prank__c a { font-weight: 600; color: var(--ink); text-decoration: none; }
.prank__c a:hover { text-decoration: underline; }
.prank__u {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .78rem;
    color: var(--muted);
    margin: .1rem 0 .45rem;
    overflow-wrap: anywhere;
}
.prank__barra { display: block; height: 5px; background: var(--paper-2); border-radius: 3px; overflow: hidden; }
.prank__barra i { display: block; height: 100%; background: var(--menu-bg); border-radius: 3px; }
.prank__v { text-align: right; white-space: nowrap; }
.prank__v strong { display: block; font-family: var(--f-display); font-size: 1.3rem; font-variant-numeric: tabular-nums; }
.prank__v small { color: var(--muted); font-size: .78rem; }

@media (max-width: 640px) {
    .prank li { grid-template-columns: 2rem 1fr; }
    .prank__v { grid-column: 2; text-align: left; display: flex; align-items: baseline; gap: .4rem; }
    .prank__v strong { display: inline; font-size: 1.1rem; }
    .pcol { height: 140px; }
}

.slide {
    background: linear-gradient(118deg, #01477e 0%, #01509f 55%, #0463b8 100%);
}
.slide::before {

    content: "";
    position: absolute;
    right: -6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 26rem;
    height: 26rem;
    border: 2.2rem solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    box-shadow: 0 0 0 5rem rgba(255, 255, 255, .03);
    pointer-events: none;
}
.slide .slide__text { color: #fff; }
.slide .slide__text::before,
.slide .slide__text::after { color: var(--gold); opacity: .95; font-style: normal; }
.slide .slide__in {
    min-height: 15rem;
    align-items: center;
}

@media (max-width: 880px) {
    .slide::before { width: 16rem; height: 16rem; right: -8rem; border-width: 1.4rem; }
    .slide .slide__in { min-height: 11rem; }
}

@media (prefers-reduced-motion: no-preference) {
    .slide:not([hidden]) .slide__text { animation: slide-entra .5s var(--ease) both; }
    @keyframes slide-entra {
        from { opacity: 0; transform: translateY(.6rem); }
        to { opacity: 1; transform: none; }
    }
}

@media (forced-colors: active) {
    .slide { border: 1px solid CanvasText; }
}

.slide--img { background: #0d1622; min-height: 30rem; }
.slide--img .slide__in { min-height: 30rem; }
.slide--img::before { content: none; }
.slide--img::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(90% 70% at 50% 48%, rgba(8, 14, 24, .34) 0%, rgba(8, 14, 24, .12) 55%, rgba(8, 14, 24, 0) 100%),
        linear-gradient(180deg, rgba(8, 14, 24, .28) 0%, rgba(8, 14, 24, .06) 26%, rgba(8, 14, 24, .18) 58%, rgba(8, 14, 24, .74) 100%),
        radial-gradient(120% 90% at 50% 120%, rgba(1, 40, 90, .55) 0%, rgba(8, 14, 24, 0) 60%);
    pointer-events: none;
}
.slide__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; display: block; transform: scale(1.02); }
.slide--img .slide__text {
    color: #fff;
    max-width: 24ch;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .45), 0 1px 3px rgba(0, 0, 0, .35);
}
.slide--img .slide__text::after {
    content: "";
    display: block;
    width: 3.4rem;
    height: 2px;
    margin: 1.1rem 0 0;
    background: var(--gold);
    border-radius: 2px;
}

.cols > *,
.cols--rev > *,
.hero__grid > * {
    min-width: 0;
}
.prose,
.phead__sub,
.slide__text,
.dl__d,
.side__box {
    overflow-wrap: anywhere;
}

.ascolta-qui {
    background: var(--sage-lt);
    box-shadow: 0 0 0 6px var(--sage-lt);
    border-radius: 2px;
    transition: background .3s var(--ease), box-shadow .3s var(--ease);
}

@media (forced-colors: active) {
    .ascolta-qui { outline: 2px solid CanvasText; outline-offset: 4px; }
}

.mod-on [data-mod] {
    outline: 2px dashed #b98a1f;
    outline-offset: 4px;
    border-radius: 2px;
    min-height: 1.2em;
    cursor: text;
}
.mod-on [data-mod]:focus { outline-style: solid; }
.mod-on .phead__sub[data-mod]:empty::before {
    content: "Sottotitolo (facoltativo): scrivi qui";
    color: var(--muted);
}
.modbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .8rem 1.75rem;
    background: #262d2b;
    color: #fff;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, .25);
}
.modbar__lab { font-weight: 600; }
.modbar__esito { flex: 1 1 auto; }
.modbar__esito--errore { color: #ffb9ac; font-weight: 600; }
.modbar__btn {
    font: inherit;
    font-weight: 700;
    padding: .5rem 1.2rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.modbar__btn--salva { background: #0077b6; border-color: #0077b6; }
.modbar__btn:hover { border-color: #fff; }
.mod-on { padding-bottom: 4.5rem; }

.imgpick__now { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.imgpick__nowimg { width: 96px; height: 64px; object-fit: cover; border-radius: 6px; border: 1px solid var(--line, #ddd); }
.imgpick__nowlab { color: var(--ink-2, #555); font-size: .9rem; }
.imgpick__nowlab--empty { font-style: italic; }
.imgpick__up { display: block; margin-bottom: .8rem; }
.imgpick__or { margin: .6rem 0 .5rem; color: var(--ink-2, #555); font-size: .88rem; }
.imgpick__grid {
    display: grid;

    grid-template-columns: repeat(auto-fill, 96px);
    justify-content: start;
    gap: .5rem;
    max-height: 300px;
    overflow-y: auto;
    padding: .5rem;
    border: 1px solid var(--line, #e2e2dc);
    border-radius: 8px;
    background: #fafaf8;
}
.imgpick__cell { position: relative; display: block; cursor: pointer; margin: 0; }
.imgpick__cell input { position: absolute; opacity: 0; width: 0; height: 0; }
.imgpick__cell img {
    width: 96px; height: 72px; object-fit: cover;
    border-radius: 6px; border: 2px solid transparent; display: block;
}
.imgpick__cell input:checked ~ img { border-color: #0077b6; box-shadow: 0 0 0 2px #0077b6; }
.imgpick__cell input:focus-visible ~ img { outline: 3px solid var(--focus, #0d6ba8); outline-offset: 2px; }
.imgpick__cell--none {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: .2rem; width: 96px; height: 72px; border-radius: 6px;
    border: 2px dashed var(--line-2, #ccc); color: var(--ink-2, #666); font-size: .74rem;
}
.imgpick__cell--none input:checked ~ .imgpick__x,
.imgpick__cell--none input:checked ~ .imgpick__celllab { color: #0077b6; font-weight: 600; }
.imgpick__cell--none input:checked ~ * { }
.imgpick__cell--none:has(input:checked) { border-color: #0077b6; box-shadow: 0 0 0 1px #0077b6; }
.imgpick__x { font-size: 1.3rem; line-height: 1; }
.imgpick__alt { display: block; margin-top: .9rem; }

.phead--soloimg {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    background: none !important;
    border: 0 !important;
    font-size: 0;
}

.phead--soloimg + .sec { padding-top: 1.2rem; }
.phead--soloimg .phead__solo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: top;
}
.phead--foto .phead__solo { height: clamp(300px, 44vh, 500px); object-fit: cover; object-position: center; }

.phead__audio { padding-top: 1.2rem; }

.menubtn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin: 0;
    padding: .55rem 1.15rem;
    background: var(--menu-bg);
    color: var(--menu-tx);
    border: 2px solid var(--menu-tx);
    border-radius: 0;
    font-family: var(--f-menu);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s var(--ease), color .2s var(--ease);
}
.menubtn:hover { background: var(--menu-tx); color: var(--menu-bg); }
.menubtn:hover .menubtn__bars span { background: var(--menu-bg); }
.menubtn:focus-visible { outline: 3px solid var(--menu-tx); outline-offset: 2px; }
.menubtn__bars {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 20px;
    height: 14px;
}
.menubtn__bars span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--menu-tx);
    transition: transform .25s var(--ease), opacity .2s var(--ease), background .2s var(--ease);
}

.menubtn.is-open .menubtn__bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menubtn.is-open .menubtn__bars span:nth-child(2) { opacity: 0; }
.menubtn.is-open .menubtn__bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.menubtn__lab { line-height: 1; }

.head .menubtn {
    position: static;
}

@media (prefers-reduced-motion: reduce) {
    .menubtn__bars span { transition: none; }
}

.hint--attuale {
    background: var(--paper-2);
    border-left: 3px solid var(--sage-dk);
    padding: .5rem .8rem;
    border-radius: 0 4px 4px 0;
    margin-top: .4rem;
}
.hint--attuale strong { color: var(--ink); word-break: break-all; }

.prose--full { max-width: 74ch; margin-left: auto; margin-right: auto; }
.prose--full .prose__img { width: 100%; }

main > :first-child:not(.phead) { padding-top: 0 !important; margin-top: 0 !important; }
main > .phead:first-child { margin-top: 0 !important; }
main > :last-child { padding-bottom: 0 !important; margin-bottom: 0 !important; }

main > :last-child .prose > :last-child { margin-bottom: 0; }

.phead--soloimg { position: relative; }
.phead__sopra {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 1rem;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}
.phead__sopra .crumb-wrap {
    position: absolute;
    top: 1rem;
    max-width: calc(100% - 2.5rem);
}
.phead__sopra .crumb-wrap {
    display: inline-block;
    margin: 0;
    padding: .45rem .95rem;
    background: rgba(22, 28, 26, .55);
    border-radius: 999px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.phead__sopra .crumb a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.phead__sopra .crumb a:hover { color: #fff; opacity: .85; }
.phead__sopra .crumb li span[aria-current] { color: #fff; }
.phead__sopra .crumb li span[aria-hidden] { color: rgba(255, 255, 255, .65); }

.phead__titolone {
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 3rem;
    font-size: clamp(2.1rem, 4.8vw, 3.4rem);
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .65), 0 1px 3px rgba(0, 0, 0, .8);
}
.phead__sintesi {
    margin: .55rem 0 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 46ch;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .7), 0 1px 2px rgba(0, 0, 0, .85);
}

.galcards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
    grid-auto-rows: 130px;
    gap: .9rem;
}
.galcard { grid-row: span 2; }
.galcard--grande { grid-row: span 3; grid-column: span 2; }
.galcard__link {
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    background: var(--paper-2);
    transition: transform .18s var(--ease);
}
.galcard__link:hover,
.galcard__link:focus-visible { transform: scale(1.015); }
.galcard__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galcard__img--vuota { background: linear-gradient(130deg, #01509f, #009fe3); }
.galcard__cap {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 1.4rem .9rem .7rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, .72));
    color: #fff;
}
.galcard__data { display: block; font-size: .75rem; opacity: .85; margin-bottom: .15rem; }
.galcard__titolo { display: block; font-weight: 700; font-size: .95rem; line-height: 1.3; }
.galcard--grande .galcard__titolo { font-size: 1.15rem; }

@media (max-width: 640px) {
    .galcards { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
    .galcard--grande { grid-column: span 2; grid-row: span 2; }
}

.galevento__testo { margin-bottom: 1.6rem; }
.galfoto {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(180px, 100%), 1fr));
    gap: .9rem;
}
.galfoto__link { display: block; border-radius: 8px; overflow: hidden; }
.galfoto__img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    background: var(--paper-2);
    transition: transform .2s var(--ease);
}
.galfoto__link:hover .galfoto__img,
.galfoto__link:focus-visible .galfoto__img { transform: scale(1.04); }
.galevento__indietro { margin-top: 2rem; }

.galadm { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.galadm__riga {
    display: grid;
    grid-template-columns: 96px 1fr 110px auto;
    gap: .9rem;
    align-items: end;
    padding: .6rem;
    background: var(--paper-2);
    border-radius: 8px;
}
.galadm__mini { width: 96px; height: 72px; object-fit: cover; border-radius: 6px; display: block; }
.galadm__campo input { width: 100%; }
.galadm__del { align-self: center; }
@media (max-width: 700px) {
    .galadm__riga { grid-template-columns: 96px 1fr; }
}

.lightbox {
    border: 0;
    padding: 0;
    background: transparent;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.lightbox::backdrop { background: rgba(8, 12, 15, .9); }
.lightbox__fig {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    pointer-events: none;
}
.lightbox__img {
    max-width: min(92vw, 1500px);
    max-height: 82vh;
    width: auto;
    height: auto;
    display: block;
    pointer-events: auto;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .6);
}
.lightbox__cap {
    color: #fff;
    text-align: center;
    max-width: 80ch;
    padding: 0 1rem;
    pointer-events: auto;
}
.lightbox__titolo { display: block; font-weight: 700; font-size: 1.05rem; }
.lightbox__didascalia { display: block; margin-top: .25rem; font-size: .92rem; opacity: .85; }
.lightbox__btn {
    position: fixed;
    z-index: 2;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox__btn:hover,
.lightbox__btn:focus-visible { background: rgba(255, 255, 255, .3); }
.lightbox__btn--chiudi { top: 1rem; right: 1rem; font-size: 2rem; }
.lightbox__btn--prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__btn--next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__conta {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: .9rem;
}
@media (max-width: 700px) {
    .lightbox__btn { width: 44px; height: 44px; }
    .lightbox__img { max-width: 96vw; max-height: 76vh; }
}

html, body { overflow-x: clip; }
@supports not (overflow-x: clip) {
    html, body { overflow-x: hidden; }
}

svg, video, iframe, embed, object { max-width: 100%; }

.prose iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.prose table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

@media (max-width: 640px) {

    .phead__sopra { font-size: .85rem; }
    .phead__sopra .crumb-wrap { padding: .3rem .75rem; left: 50%; transform: translateX(-50%); max-width: calc(100% - 1.5rem); text-align: center; }
    .phead__titolone { font-size: 1.45rem; }
    .phead__sintesi { font-size: .85rem; max-width: 92%; }
    .phead--foto .phead__solo { height: clamp(200px, 40vh, 300px); }
    .phead--foto .phead__solo.phead__solo--dx { object-position: right center; }

    
    .phead--foto .phead__sopra {
        position: static;
        display: block;
        background: var(--paper-2);
        border-bottom: 1px solid var(--line);
        padding: 1.1rem 1.25rem 1.3rem;
        text-align: left;
    }
    .phead--foto .phead__sopra .crumb-wrap {
        position: static;
        left: auto;
        transform: none;
        display: block;
        max-width: none;
        margin: 0 0 .55rem;
        padding: 0;
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        text-align: left;
    }
    .phead--foto .phead__sopra .crumb { justify-content: flex-start; }
    .phead--foto .phead__sopra .crumb a { color: var(--muted); text-decoration: none; }
    .phead--foto .phead__sopra .crumb li span[aria-current] { color: var(--ink-2); }
    .phead--foto .phead__sopra .crumb li span[aria-hidden] { color: var(--gold); }
    .phead--foto .phead__sopra .phead__meta { color: var(--muted); text-shadow: none; }
    .phead--foto .phead__sopra .phead__meta a { color: var(--sage-dk); }
    .phead--foto .phead__titolone { color: var(--ink); text-shadow: none; margin-top: .35rem; }
    .phead--foto .phead__sintesi { color: var(--ink-2); }

    .slide--img,
    .slide--img .slide__in { min-height: 13rem; }
    .slide__text { font-size: 1.2rem; max-width: 24ch; padding: 0 1.2rem; }

    .lightbox__img { max-width: 96vw; max-height: 72vh; }
}

@media (max-width: 420px) {

    .phead__sintesi { display: none; }
    .phead__titolone { font-size: 1.3rem; }
    .phead--foto .phead__solo { height: 210px; }
    .phead--foto .phead__sintesi { display: block; font-size: .85rem; }
    .slide__text { font-size: 1.08rem; }
}

.navbar {
    background: #0077b6;
}
.navbar__lista {
    list-style: none;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.navbar__voce { position: relative; display: flex; }
.navbar__link {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .85rem .72rem;
    color: #fff;
    text-decoration: none;
    font-family: var(--f-menu);
    font-weight: 700;
    font-size: .76rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar__lista { justify-content: center; }
.navbar__link:hover,
.navbar__voce:focus-within > .navbar__link,
.navbar__link[aria-current="page"] { background: #005f92; }
.navbar__giu { font-size: .7em; translate: 0 1px; }

.navbar__link--cta { background: #01509f; }
.navbar__link--cta:hover { background: #013f7d; }
.navbar__link--gruppo { cursor: pointer; }

.navbar__tendina {
    list-style: none;
    margin: 0;
    padding: .55rem 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 60;
    min-width: 250px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid #0077b6;
    box-shadow: 0 18px 40px -18px rgba(10, 30, 50, .45);
    display: none;
}
.navbar__voce--sub:hover > .navbar__tendina,
.navbar__voce--sub:focus-within > .navbar__tendina { display: block; }
.navbar__tendina a {
    display: block;
    padding: .55rem 1.15rem;
    color: var(--ink);
    text-decoration: none;
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.35;
}
.navbar__tendina a:hover,
.navbar__tendina a:focus-visible { background: #eef6fb; color: #01509f; }

.navbtn { display: none; }

.ticker {
    display: flex;
    align-items: center;
    gap: .9rem;
    background: #003a5c;
    color: #fff;
    padding: .55rem clamp(1rem, 4vw, 2.2rem);
    font-size: .88rem;
    position: relative;
}
.ticker__eti {
    flex: 0 0 auto;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .72rem;
    color: #bcd8ee;
    padding-right: .9rem;
    border-right: 1px solid rgba(255, 255, 255, .25);
}
.ticker__lista {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    height: 1.4em;
    overflow: hidden;
}
.ticker__lista li {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ticker__lista li.is-attiva {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.ticker__lista a { color: #fff; text-decoration: none; font-weight: 500; }
.ticker__lista a:hover, .ticker__lista a:focus-visible { text-decoration: underline; }
.ticker__prev, .ticker__next {
    flex: 0 0 auto;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticker__prev:hover, .ticker__next:hover { background: rgba(255, 255, 255, .15); }
@media (max-width: 640px) {
    .ticker__eti { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .ticker__lista li { transition: none; }
}

@media (max-width: 1080px) {
    .navbtn {
        display: inline-flex;
        align-items: center;
        gap: .6rem;
        border: 1px solid var(--line);
        background: #0077b6;
        color: #fff;
        font-family: var(--f-menu);
        font-weight: 700;
        font-size: .82rem;
        letter-spacing: .06em;
        text-transform: uppercase;
        padding: .6rem .95rem;
        border-radius: 6px;
        cursor: pointer;
    }
    .navbtn__bars { display: inline-flex; flex-direction: column; gap: 4px; }
    .navbtn__bars span { width: 18px; height: 2px; background: #fff; display: block; }

    .navbar { display: none; }
    .navbar.is-open { display: block; }
    .navbar__lista { flex-direction: column; align-items: stretch; padding: .4rem 0; }
    .navbar__voce { flex-direction: column; }
    .navbar__link { white-space: normal; }

    .navbar__tendina {
        display: block;
        position: static;
        min-width: 0;
        column-count: 1;
        border: 0;
        border-left: 3px solid rgba(255, 255, 255, .5);
        margin: 0 0 .4rem 1.05rem;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
    .navbar__tendina a { color: #eaf6fd; font-size: .9rem; padding: .45rem 1rem; }
    .navbar__tendina a:hover, .navbar__tendina a:focus-visible { background: #005f92; color: #fff; }
    .navbar__giu { display: none; }
}

.phead__sopra .phead__meta {
    margin: .2rem 0 0;
    color: #fff;
    font-size: .95rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .7);
}
.phead__sopra .phead__meta a { color: #fff; }
.phead__sopra .search { margin-top: 1.1rem; }

.abar__in { position: relative; }
.abar__centro {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.abar__salto {
    display: inline-block;
    padding: .34rem 1.15rem;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .45);
    line-height: 1.4;
}
.abar__salto:first-child { border-radius: 999px 0 0 999px; }
.abar__salto:last-child { border-radius: 0 999px 999px 0; border-left: 0; }
.abar__salto.is-qui { background: rgba(255, 255, 255, .24); }
.abar__salto:hover, .abar__salto:focus-visible { background: rgba(255, 255, 255, .34); }
@media (max-width: 900px) { .abar__centro { display: none; } }

.prose--wide > p,
.prose--wide > ul,
.prose--wide > ol,
.prose--wide > blockquote { max-width: none; }

.pagenav {
    margin-top: 3rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line);
}
.pagenav__t {
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0 0 .9rem;
}
.pagenav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem .8rem;
}
.pagenav__list a,
.pagenav__qui {
    display: inline-block;
    padding: .5rem 1rem;
    border: 1px solid var(--line);
    text-decoration: none;
    font-size: .95rem;
    line-height: 1.3;
}
.pagenav__list a { color: var(--ink); transition: border-color .25s var(--ease), color .25s var(--ease); }
.pagenav__list a:hover, .pagenav__list a:focus-visible { border-color: var(--sage); color: var(--sage-dk); }
.pagenav__qui { background: var(--paper-2); color: var(--muted); font-weight: 600; }

.condividi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 2.4rem 0 0;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line);
}
.condividi__lab {
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-right: .3rem;
}
.condividi__b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink-2);
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: transform .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease), background .18s var(--ease);
}
.condividi__b:hover, .condividi__b:focus-visible {
    transform: translateY(-2px);
    border-color: var(--sage);
    color: var(--sage-dk);
}
.condividi__b--fb:hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.condividi__b--wa:hover { background: #25d366; border-color: #25d366; color: #fff; }
.condividi__b--pdf:hover { background: var(--sage-dk); border-color: var(--sage-dk); color: #fff; }
.condividi__ok {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--ink);
    color: #fff;
    font-size: .72rem;
    padding: .2rem .5rem;
    border-radius: 4px;
    white-space: nowrap;
}

.sec--news { padding-top: 0; }
.area-news__t { font-size: 1.5rem; margin: 0 0 1.4rem; }
.area-news__vuoto { color: var(--muted); font-style: italic; margin: 0; }
.posts--4 { grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
@media (max-width: 1040px) { .posts--4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 780px) { .posts--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .posts--4 { grid-template-columns: 1fr; } }

.contavisite {
    position: fixed;
    right: 5.6rem;
    bottom: 1.5rem;
    z-index: 150;
    margin: 0;
    padding: 0;
    font-size: .68rem;
    color: var(--muted);
    opacity: .7;
    pointer-events: none;
    user-select: none;
}
@media (max-width: 520px) {
    .contavisite { right: .9rem; bottom: 4.4rem; font-size: .62rem; }
}

.wachat { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 200; }
.wachat__apri {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: #25d366;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: .8rem 1.2rem;
    font-family: var(--f-body);
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 26px -8px rgba(0, 0, 0, .45);
    transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.wachat__apri:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .5); }
.wachat.is-open .wachat__apri { display: none; }

.wachat__pan {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(340px, calc(100vw - 2rem));
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px -18px rgba(0, 0, 0, .5);
    border: 1px solid var(--line);
}
.wachat__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #075e54;
    color: #fff;
    padding: .8rem 1rem;
}
.wachat__tit { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .98rem; }
.wachat__x { background: transparent; border: 0; color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; padding: 0 .2rem; }
.wachat__corpo { padding: 1.1rem; background: #ece5dd; }
.wachat__msg { background: #fff; border-radius: 0 12px 12px 12px; padding: .7rem .9rem; margin: 0 0 1rem; font-size: .95rem; box-shadow: 0 1px 2px rgba(0, 0, 0, .08); }
.wachat__campo { display: block; font-size: .82rem; color: var(--ink-2); margin-bottom: .7rem; }
.wachat__campo input { display: block; width: 100%; margin-top: .25rem; padding: .55rem .7rem; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.wachat__err { color: #b23b2e; font-size: .82rem; margin: 0 0 .7rem; }
.wachat__avanti, .wachat__vai {
    display: block;
    width: 100%;
    text-align: center;
    background: #25d366;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: .7rem;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.wachat__avanti:hover, .wachat__vai:hover { background: #1fb959; }
.wachat__scelte { display: flex; flex-direction: column; gap: .5rem; margin-bottom: .8rem; }
.wachat__scelta {
    text-align: left;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: .6rem .8rem;
    font: inherit;
    font-size: .92rem;
    cursor: pointer;
    transition: border-color .18s var(--ease), background .18s var(--ease);
}
.wachat__scelta:hover { border-color: #25d366; background: #f2fbf5; }
.wachat__indietro { background: transparent; border: 0; color: var(--muted); font: inherit; font-size: .85rem; cursor: pointer; padding: 0; }
.wachat__indietro:hover { color: var(--ink); }

@media (max-width: 520px) {
    .wachat__apri-lab { display: none; }
    .wachat__apri { padding: .9rem; }
}

.sec__head h2, .area-news__t, .sec > .wrap > h2 { position: relative; }
.sec > .wrap > h2::after, .area-news__t::after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 3px;
    margin-top: .7rem;
    background: linear-gradient(90deg, var(--gold), var(--gold-lt));
    border-radius: 3px;
}
h1, h2, h3 { letter-spacing: -.018em; }
.prose h2 { margin-top: 2.2rem; }
.box__t { letter-spacing: -.005em; }
.slide--img .slide__in { padding-bottom: 4rem; }


.phead__in--lato { display: grid; grid-template-columns: 1fr minmax(240px, 340px); gap: clamp(1.6rem, 3vw, 2.8rem); align-items: center; }
.phead__testo { min-width: 0; }
.phead__testo > :last-child { margin-bottom: 0; }
.phead__lato { margin: 0; }
.phead__latoimg { display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 880px) {
    .phead__in--lato { grid-template-columns: 1fr; gap: 1.4rem; }
    .phead__lato { max-width: 460px; }
}


@media (max-width: 720px) {
    .prose { overflow-wrap: break-word; word-break: break-word; }
    .prose img { max-width: 100% !important; height: auto; }
    
    .prose [style*="grid-template-columns"],
    .prose [class*="grid"],
    .prose [class*="cols"],
    .prose [class*="row"] { grid-template-columns: 1fr !important; }
    
    .prose [style*="column-count"],
    .prose [style*="columns:"] { column-count: 1 !important; columns: 1 !important; }
    
    .prose [style*="display:flex"],
    .prose [style*="display: flex"],
    .prose [class*="flex"] { flex-direction: column !important; flex-wrap: wrap !important; align-items: stretch !important; }
    
    .prose [style*="width"],
    .prose [width] { max-width: 100% !important; }
    .prose [style*="min-width"] { min-width: 0 !important; }
    
    .prose table { font-size: .92rem; }
    
    .prose [style*="float"],
    .prose [align] { float: none !important; }
}


.phead--area .phead__in--latosx { display: grid; grid-template-columns: minmax(190px, 260px) 1fr; gap: clamp(1.5rem, 3vw, 2.6rem); align-items: center; }
.phead--area .phead__lato { margin: 0; }
@media (max-width: 640px) {
    .phead--area .phead__in--latosx { grid-template-columns: 1fr; }
    .phead--area .phead__lato { display: none; }
}


.ascolta--file { display: flex; align-items: center; gap: .9rem; padding: .9rem 1.1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-2); margin: 1.3rem 0; }
.ascolta--file .ascolta__ico { flex: 0 0 auto; color: var(--gold, #c99a3f); }
.ascolta--file .ascolta__box { flex: 1 1 auto; min-width: 0; }
.ascolta--file .ascolta__tit { margin: 0 0 .4rem; font-weight: 600; font-size: .92rem; color: var(--ink); }
.ascolta--file .ascolta__audio { width: 100%; height: 40px; }



.side__box--cerca p { margin-bottom: 1rem; }
.side__box--cerca .cercacomune { display: block; }
.side__box--cerca input[type=text] {
    display: block;
    width: 100%;
    margin: 0 0 .9rem;
    padding: .75rem .9rem;
    border: 1px solid var(--edge);
    border-radius: var(--radius-s);
    font-family: var(--f-body);
    font-size: .95rem;
    background: var(--paper);
    color: var(--ink);
    transition: border-color .3s var(--ease);
}
.side__box--cerca input[type=text]:focus { border-color: var(--sage); }
.side__box--cerca input[aria-invalid="true"] { border-color: var(--clay-tx); }
.side__box--cerca .btn { display: block; width: 100%; text-align: center; }
.side__box--cerca .cercacomune__msg { margin: .8rem 0 0; font-size: .85rem; color: var(--muted); }


.side__list--docs a { display: block; }
.side__list--docs small,
.side__list--news small { display: block; color: var(--muted); font-size: .8rem; letter-spacing: .03em; margin-top: .15rem; }


.galleria-articolo { margin: 2rem 0 2.4rem; }
.galleria-articolo h2 { margin: 0 0 1.1rem; font-size: 1.28rem; }
