@charset "utf-8";
:root{
    --font-body: 'Inter', Arial, sans-serif;
    --font-title: 'Manrope', Arial, sans-serif;
    --ink:#17251d;
    --green:#20352a;
    --green-2:#315947;
    --green-3:#4f765f;
    --cream:#f7f1e8;
    --cream-2:#fbf8f2;
    --sand:#efe8de;
    --card:#ffffff;
    --line:#ebe2d7;
    --blue:#168ac7;
    --sky:#dff6fb;
    --pink:#ef6c72;
    --brown:#8a5636;
    --muted:#68736d;
    --shadow:0 22px 55px rgba(32,53,42,.12);
    --soft-shadow:0 12px 28px rgba(32,53,42,.09);
    --radius:22px;
    --radius-sm:12px;
    --shell:1180px;
    --wide:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family: var(--font-body);
    color:var(--ink);
    background:var(--cream-2);
    -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}

.site-shell{
    width:min(var(--shell), calc(100% - 64px));
    margin-inline:auto;
}
.site-wide{
    width:min(var(--wide), calc(100% - 64px));
    margin-inline:auto;
}
.site-page{
    width:100%;
    margin:0 auto;
    background:var(--cream-2);
    min-height:100vh;
    overflow:hidden;
}

/* HEADER */
.site-header{
    background:var(--green);
    color:#fff;
    position:sticky;
    top:0;
    z-index:20;
    box-shadow:0 8px 20px rgba(0,0,0,.10);
}
.header-shell{
    height:58px;
    display:flex;
    align-items:center;
    gap:34px;
}
.brand{
    margin-right:auto;
    font-weight:850;
    font-size:18px;
    letter-spacing:-.04em;
    white-space:nowrap;
}

.brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
}

.brand-logo img {
    display: block;
    height: 80px;
    width: auto;
    max-width: 280px;
}

.main-nav{
    display:flex;
    align-items:center;
    gap:32px;
    height:100%;
}
.nav-link{
    position:relative;
    color:#eef4f0;
    font-size:14px;
    font-weight:700;
    line-height:58px;
    opacity:.88;
}
.nav-link:hover,.nav-link.is-active{opacity:1;color:#fff}
.nav-link.is-active::after{
    content:"";
    position:absolute;
    left:0;right:0;bottom:0;
    height:3px;
    background:#fff;
    border-radius:4px 4px 0 0;
}

.donate-mini{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:36px;
    padding:0 18px;
    border-radius:999px;
    background:linear-gradient(135deg, #f26a3d 0%, #d9412e 100%);
    color:#fff;
    font-size:13px;
    font-weight:850;
    text-decoration:none;
    box-shadow:0 12px 26px rgba(217,65,46,.26), inset 0 -1px 0 rgba(0,0,0,.16);
    white-space:nowrap;
    transition:transform .18s ease, box-shadow .18s ease;
}

.donate-mini:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(217,65,46,.34), inset 0 -1px 0 rgba(0,0,0,.16);
}

.donate-mini::before{
    content:none;
}

.donate-heart{
    width:16px;
    height:16px;
    display:block;
    fill:currentColor;
    flex:0 0 auto;
    transform:translateY(1px);
}

.menu-toggle{
    display:none;
    border:0;
    background:transparent;
    width:36px;
    height:36px;
    padding:0;
    margin-left:auto;
    cursor:pointer;
    flex-direction:column;
    gap:5px;
    justify-content:center;
    align-items:center;
}
.menu-toggle span{width:22px;height:2px;background:#fff;border-radius:999px;transition:.2s}
.mobile-menu{
    display:none;
    background:#17261f;
    border-top:1px solid rgba(255,255,255,.08);
    padding:12px 24px 18px;
}
.mobile-link,.mobile-donate{
    display:block;
    padding:12px 0;
    color:#fff;
    font-size:15px;
    font-weight:750;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.mobile-donate{color:#aee9ff}

/* BASE */
.section-pad{padding:76px 0}
.section-pad-sm{padding:54px 0}
.overline{
    display:inline-flex;
    margin-bottom:14px;
    color:var(--green-3);
    font-size:12px;
    line-height:1;
    letter-spacing:.24em;
    text-transform:uppercase;
    font-weight:900;
}
.overline.red{color:#ef6c72}
.overline.blue{color:#2489c4}
.overline.green{color:#2f745c}
h1,h2,h3,p{margin:0}
h1{
    font-family: var(--font-title);
    font-size:clamp(44px,5vw,72px);
    line-height:1.08;
    letter-spacing:-.04em;
    font-weight:800;
    color:#141c18;
}

h1 .italic,
.italic{
    font-style:italic;
    font-weight:700;
    letter-spacing:-.02em;
}
h2{
    font-family: var(--font-title);
    font-size:clamp(30px,3.1vw,44px);
    line-height:1.16;
    letter-spacing:-.03em;
    font-weight:800;
    color:#141c18;
}

h3,
h4,
.nav a,
.btn,
.section-label{
    font-family: var(--font-title);
}

h3{
    font-size:20px;
    line-height:1.18;
    font-weight:900;
    letter-spacing:-.04em;
}
p{
    font-size:16px;
    line-height:1.78;
    color:var(--muted);
}
.lead{font-size:18px;line-height:1.76;color:#58645d}
.small{font-size:13px}
.muted{color:var(--muted)}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:46px;
    border-radius:10px;
    border:1px solid transparent;
    padding:0 22px;
    font-size:14px;
    font-weight:850;
    cursor:pointer;
    transition:.2s;
}
.btn:hover{transform:translateY(-1px)}
.btn-green{background:var(--green-2);color:white;box-shadow:0 8px 18px rgba(49,89,71,.18)}
.btn-brown{background:var(--brown);color:white;box-shadow:0 8px 18px rgba(138,86,54,.18)}
.btn-light{background:#f7f3ec;color:var(--green);border-color:#e7ded2}
.btn-blue{background:var(--blue);color:#fff}
.btn-white{background:white;color:var(--green)}

/* CARDS / MEDIA */
.photo-card{
    border-radius:var(--radius);
    overflow:hidden;
    background:#e9e0d4;
    box-shadow:var(--shadow);
}
.photo-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* HOME */
.home-hero{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:76px;
    align-items:center;
    padding:86px 0 78px;
}
.hero-copy{padding-left:0}
.hero-copy h1{max-width:560px}
.hero-copy .lead{margin:26px 0 32px;max-width:560px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-media{position:relative;min-height:480px}
.home-hero .photo-card{
    height:480px;
    transform:translateY(2px);
}
.floating-note{
    position:absolute;
    left:-24px;
    bottom:38px;
    background:#ffae79;
    color:#24332a;
    border-radius:8px;
    padding:18px 22px;
    box-shadow:0 16px 34px rgba(0,0,0,.16);
    transform:rotate(-4deg);
}
.floating-note strong{
    display:block;
    font-size:32px;
    letter-spacing:-.08em;
    line-height:1;
}
.floating-note span{
    display:block;
    font-size:12px;
    font-weight:850;
    margin-top:6px;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.pillars-section{
    background:#f2ede5;
    padding:74px 0;
}
.section-title-row{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:32px;
}
.section-title-row p{max-width:430px}
.pillars-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.pillar-card{
    background:#fff;
    border:1px solid rgba(34,53,42,.04);
    border-radius:var(--radius);
    padding:34px 32px;
    min-height:255px;
    box-shadow:var(--soft-shadow);
}
.pillar-card .icon{
    width:62px;
    height:62px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e1f1ea;
    color:#1f5b47;
    font-family:Arial, sans-serif;
    font-size:30px;
    line-height:1;
    font-weight:800;
    margin-bottom:36px;
}

.pillar-card:nth-child(1) .icon{
    font-size:32px;
}

.pillar-card:nth-child(2) .icon{
    font-size:30px;
}

.pillar-card:nth-child(3) .icon{
    font-size:30px;
}


.pillar-card p{font-size:15px;margin-top:12px}
.mini-link{
    display:inline-flex;
    margin-top:22px;
    color:var(--green-2);
    font-size:14px;
    font-weight:850;
}

.territory-section{
    padding:82px 0;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:68px;
    align-items:center;
    background:var(--cream-2);
}

.image-collage{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    align-items:start;
}

.image-collage .photo-card{
    height:300px;
    margin-top:0;
}

.image-collage .photo-card:nth-child(2){
    margin-top:0;
}

.territory-copy h2{max-width:530px}
.territory-copy p{margin:22px 0 28px;max-width:560px}


.stats-line{display:flex;gap:58px}
.stat strong{
    display:block;
    font-size:34px;
    letter-spacing:-.06em;
}
.stat span{
    font-size:12px;
    text-transform:uppercase;
    font-weight:900;
    color:#7d887f;
    letter-spacing:.12em;
}


/* News */
.news-section{
    padding:70px 0 78px;
    background:var(--cream-2);
}

.news-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    margin-bottom:28px;
}

.news-head a{
    font-size:14px;
    color:var(--green-2);
    font-weight:900;
}

.news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    align-items:stretch;
}

.news-card{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:345px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:var(--soft-shadow);
    border:1px solid rgba(34,53,42,.04);
}

.news-card-link{
    display:flex;
    flex-direction:column;
    height:100%;
    color:inherit;
    text-decoration:none;
}

.news-card-link:hover h3{
    color:var(--green-2);
}

.news-card img{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:20 / 17;
    object-fit:cover;
    object-position:center top;
    flex:0 0 auto;
}

.news-body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:22px;
}

.tag{
    display:block;
    color:var(--green-2);
    font-size:11px;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
    margin-bottom:10px;
}

.news-body h3{
    font-size:18px;
    line-height:1.25;
    margin-bottom:10px;
}

.news-body p{
    font-size:14px;
    line-height:1.65;
    margin-top:auto;
}

/* Pagina elenco news */

.news-page {
    padding: 72px 0;
}

.news-page .news-shell {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.news-page .news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 24px;
    margin-bottom: 34px;
}

.news-page .news-eyebrow {
    margin: 0 0 12px;
    color: #0c5b46;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .24em;
}

.news-page .news-title {
    margin: 0;
    color: #050b0a;
    font-size: clamp(42px, 6vw, 66px);
    line-height: .98;
    letter-spacing: -.045em;
}

.news-page .news-intro {
    max-width: 680px;
    margin: 20px 0 0;
    color: #4d635d;
    font-size: 18px;
    line-height: 1.65;
}

.news-page .news-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: #f7f1e6;
    color: #0c5b46;
    border: 1px solid rgba(12, 91, 70, .18);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.news-page .news-back:hover {
    background: #efe2ce;
}

.news-page .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.news-page .news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    background: #fff;
    border: 1px solid rgba(20, 42, 35, .10);
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(26, 36, 30, .08);
    text-decoration: none;
    color: inherit;
    transition: transform .18s ease, box-shadow .18s ease;
}

.news-page .news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(26, 36, 30, .12);
}

.news-page .news-card:hover .news-card-title {
    color: #0c5b46;
}

.news-page .news-card-image {
    width: 100%;
    aspect-ratio: 20 / 17;
    background: #e9e4da;
    overflow: hidden;
}

.news-page .news-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.news-page .news-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.news-page .news-card-type {
    margin: 0 0 12px;
    color: #0c5b46;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.news-page .news-card-title {
    margin: 0;
    color: #050b0a;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -.03em;
    transition: color .18s ease;
}

.news-page .news-card-text {
    margin: 14px 0 0;
    color: #4d635d;
    font-size: 15px;
    line-height: 1.55;
}

.news-page .news-card-meta {
    margin-top: auto;
    padding-top: 18px;
    color: #6b7d77;
    font-size: 13px;
    font-weight: 700;
}

.news-page .news-empty {
    padding: 58px;
    background: #fff;
    border: 1px solid rgba(20, 42, 35, .10);
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 22px 60px rgba(26, 36, 30, .08);
}

.news-page .news-empty h2 {
    margin: 0 0 12px;
    font-size: 28px;
    letter-spacing: -.03em;
}

.news-page .news-empty p {
    margin: 0;
    color: #4d635d;
    font-size: 17px;
    line-height: 1.6;
}


/* Pagina articolo news */

/* Pagina articolo news */

.article-page {
    padding: 78px 0 86px;
}

.article-shell {
    width: min(1040px, calc(100% - 36px));
    margin: 0 auto;
}

.article-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.article-eyebrow {
    margin: 0 0 14px;
    color: #0c5b46;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .24em;
}

.article-title {
    margin: 0;
    color: #050b0a;
    font-size: clamp(38px, 6vw, 64px);
    line-height: .98;
    letter-spacing: -.045em;
}

.article-subtitle {
    margin: 20px 0 0;
    color: #4d635d;
    font-size: 20px;
    line-height: 1.55;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 24px;
    color: #61736e;
    font-size: 14px;
}

.article-cover {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 24px;
    margin: 38px 0 42px;
    background: #eee;
    box-shadow: 0 24px 70px rgba(26, 36, 30, .10);
    aspect-ratio: 20 / 17;
    object-fit: cover;
    object-position: center top;
}

.article-content {
    max-width: 820px;
    margin-top: 34px;
    color: #243c36;
    font-size: 18px;
    line-height: 1.85;
}

.article-content p {
    margin: 0 0 1.1em;
}

.article-content a {
    color: #0c5b46;
    font-weight: 800;
}

.article-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 36px;
}

.article-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
    background: #eee;
}

.article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid rgba(20, 42, 35, .12);
}

.article-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #0c5b46;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.article-btn:hover {
    color: #fff;
}

.article-btn-light {
    background: #f7f1e6;
    color: #0c5b46;
    border: 1px solid rgba(12, 91, 70, .18);
}

.article-btn-light:hover {
    color: #0c5b46;
    background: #efe2ce;
}


/* Articolo news dentro layout documento */

.article-document .document-note {
    margin-bottom: 34px;
}

.document-cover {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 20 / 17;
    object-fit: cover;
    object-position: center top;
    border-radius: 24px;
    margin: 0 0 34px;
    background: #eee;
    box-shadow: 0 22px 60px rgba(26, 36, 30, .10);
}

.article-content {
    margin-top: 0;
    color: #243c36;
    font-size: 18px;
    line-height: 1.8;
}

.article-content p {
    margin: 0 0 1.15em;
}

.article-content a {
    color: var(--green-2);
    font-weight: 800;
}

.latest-news-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.latest-news-item {
    display: block;
    padding: 16px 0;
    color: inherit;
    text-decoration: none;
    border-top: 1px solid rgba(20, 42, 35, .10);
}

.latest-news-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.latest-news-item span {
    display: block;
    margin-bottom: 7px;
    color: var(--green-2);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.latest-news-item strong {
    display: block;
    color: #050b0a;
    font-size: 16px;
    line-height: 1.25;
}

.latest-news-item small {
    display: block;
    margin-top: 7px;
    color: #60756d;
    font-size: 12px;
    font-weight: 700;
}

.latest-news-item:hover strong,
.latest-news-item.is-current strong {
    color: var(--green-2);
}

.article-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.article-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
    background: #eee;
}

.article-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 22px;
    margin-bottom: 18px;
    color: #4d635d;
    font-size: 15px;
    font-weight: 700;
}

.article-hero-meta span {
    position: relative;
}

.article-hero-meta span + span::before {
    content: "·";
    position: absolute;
    left: -12px;
    color: #8a9a94;
}

.article-document {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

@media (max-width: 720px) {
    .article-gallery {
        grid-template-columns: 1fr;
    }
}




.cta-band{
    margin:30px 0;
    background:linear-gradient(110deg,#315947,#6d8873);
    color:white;
    border-radius:24px;
    padding:52px 58px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:42px;
    overflow:hidden;
    position:relative;
}
.cta-band h2{color:white;max-width:560px}
.cta-band p{color:#e5eee9;margin-top:14px;max-width:620px}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}

/* INNER COMMON */
.page-hero{
    display:grid;
    grid-template-columns:1fr .92fr;
    gap:76px;
    align-items:center;
    padding:88px 0 76px;
}
.page-hero h1{max-width:640px}
.page-hero p{margin-top:24px;max-width:620px}
.page-hero .photo-card{height:430px}
.light-block{background:#f2ede5;padding:76px 0}
.white-block{background:#fbf8f2;padding:78px 0}
.block-title{margin-bottom:34px}
.block-title.center{text-align:center}
.block-title p{margin-top:12px;max-width:640px}
.block-title.center p{margin-left:auto;margin-right:auto}



/* Hero pagina articolo - titolo a tutta larghezza */

.page-hero.article-hero {
    display: block;
    padding: 88px 0 76px;
}

.page-hero.article-hero > div {
    width: 100%;
    max-width: none;
}

.page-hero.article-hero h1 {
    width: 100%;
    max-width: none;
}
.page-hero.article-hero .lead {max-width: 760px;}



/* CHI SIAMO */
.values-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.value-card{
    background:#fff;
    border-radius:18px;
    padding:34px 30px;
    min-height:210px;
    box-shadow:var(--soft-shadow);
}
.value-card.highlight{background:#49bdf2;color:#fff}
.value-card.highlight p,.value-card.highlight .icon{color:#fff}
.value-card .icon{font-size:22px;margin-bottom:34px;color:var(--green-2)}
.value-card p{font-size:15px;margin-top:12px;line-height:1.65}
.history-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:72px;
    align-items:start;
}
.timeline{display:flex;flex-direction:column;gap:28px}
.time-row{
    display:grid;
    grid-template-columns:72px 1fr;
    gap:24px;
}
.time-row strong{font-size:15px;color:#97a19a}
.time-row h3{font-size:18px;margin-bottom:6px}
.time-row p{font-size:15px;line-height:1.6}
.team-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:26px;
}
.team-card{text-align:center}
.team-card img{
    height:190px;
    width:100%;
    object-fit:cover;
    border-radius:14px;
    filter:grayscale(1);
    box-shadow:var(--soft-shadow);
}
.team-card strong{display:block;font-size:15px;margin-top:14px}
.team-card span{font-size:12px;color:var(--muted);display:block;margin-top:4px}

.location-card{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    align-items:stretch;
    height:390px;
    background:#eee8de;
    border-radius:22px;
    overflow:hidden;
    box-shadow:var(--soft-shadow);
}

.location-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.location-card > img{
    transform:scale(1) translateY(-146px);
    transform-origin:center center;
}


.location-copy{
    padding:52px;
}

.location-copy h3{
    font-size:26px;
    margin-bottom:22px;
}

.location-copy p{
    font-size:16px;
    margin-bottom:14px;
}


/* COSA FACCIAMO */
.services-list{display:grid;gap:22px}
.service-card{
    background:white;
    border-radius:20px;
    padding:34px;
    display:grid;
    grid-template-columns:64px 1fr;
    gap:26px;
    box-shadow:var(--soft-shadow);
}
.service-card .service-icon{
    width:64px;
    height:64px;
    border-radius:17px;
    background:#eaf7ef;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:27px;
}
.service-card p{margin-top:8px}
.service-card ul{
    margin:18px 0 0;
    padding-left:22px;
    color:var(--muted);
    font-size:15px;
    line-height:1.8;
}

/* DONA */
.donation-hero .photo-card{height:450px}
.impact-receipt{
    position:absolute;
    left:-32px;
    bottom:58px;
    background:#fff;
    border-radius:12px;
    padding:18px 20px;
    box-shadow:0 12px 28px rgba(0,0,0,.16);
    font-size:13px;
}
.impact-receipt strong{display:block;color:var(--green-2);font-size:15px}
.donation-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}
.donation-card{
    background:#fff;
    border-radius:22px;
    padding:44px 32px;
    text-align:center;
    box-shadow:var(--soft-shadow);
    position:relative;
    min-height:295px;
}
.donation-card.featured{
    background:var(--green-2);
    color:#fff;
    transform:translateY(-16px);
}
.donation-card.featured p,.donation-card.featured span{color:#edf5f1}
.donation-card .badge{
    position:absolute;
    right:18px;
    top:14px;
    background:#ff9b6e;
    color:#fff;
    font-size:11px;
    font-weight:900;
    border-radius:999px;
    padding:5px 10px;
}
.donation-card .amount{
    display:block;
    font-size:44px;
    font-weight:950;
    letter-spacing:-.06em;
    margin:22px 0 7px;
}
.donation-card small{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:900;
    color:#8c948e;
}
.donation-card p{font-size:15px;line-height:1.6;margin:18px 0 24px}

.five-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:64px;
    align-items: end !important;
}
.tax-code{
    margin-top:26px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    padding:22px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:var(--soft-shadow);
    font-size:20px;
    font-weight:950;
    letter-spacing:.08em;
}
.info-mini-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
	align-self: end !important;
}
.info-mini{
    background:white;
    border-radius:18px;
    padding:28px;
    box-shadow:var(--soft-shadow);
}
.info-mini h3{font-size:18px;margin-bottom:10px}
.volunteer-band{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:58px;
    align-items:center;
    background:#f2ede5;
    padding:72px 0;
}
.volunteer-band .photo-card{
    height:360px;
    transform:rotate(-3deg);
    box-shadow:var(--shadow);
}
.volunteer-band-outer{background:#f2ede5;padding:0}


/* =========================================================
   DONAZIONE TRAMITE BONIFICO
========================================================= */

.donation-intro {
    max-width: 900px;
    margin-bottom: 38px;
}

.donation-intro h2 {
    margin: 8px 0 18px;
}

.donation-intro p {
    max-width: 850px;
    margin: 0 0 10px;
}

.donation-intro p:last-child {
    margin-bottom: 0;
}

.bank-donation-box {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bank-donation-heading {
    margin-bottom: 24px;
}

.bank-donation-heading h3 {
    max-width: 460px;
    margin: 0 0 18px;
    font-size: 2.65rem;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.bank-donation-heading h3,
.donate-form-panel > h2 {
    font-size: 2.65rem;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.bank-donation-heading p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
}

.bank-details {
    border-top: 1px solid rgba(42, 91, 69, 0.15);
}

.bank-detail-row {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(42, 91, 69, 0.12);
}

.bank-detail-row > span {
    color: #68736e;
    font-size: 0.88rem;
    font-weight: 600;
}

.bank-detail-row strong {
    overflow-wrap: normal;
    word-break: normal;
}

#bank-iban {
    display: block;
    white-space: nowrap;
    font-size: 0.91rem;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.bank-iban-row > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 10px;
}

.copy-iban-button {
    padding: 7px 12px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: var(--green, #2f6b52);
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.copy-iban-button:hover {
    background: var(--green, #2f6b52);
    color: #ffffff;
}

.bank-transfer-reason {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(42, 91, 69, 0.09);
}

.bank-transfer-reason span {
    font-size: 0.88rem;
    font-weight: 600;
}

.bank-transfer-reason strong {
    color: var(--green, #2f6b52);
    text-align: right;
}

.bank-donation-note {
    margin: 16px 0 0;
}

@media (max-width: 600px) {

    .bank-donation-box {
        padding: 20px;
    }

    .bank-detail-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .bank-iban-row > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .bank-transfer-reason {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .bank-transfer-reason strong {
        text-align: left;
    }
}




/* CONTATTI */
.contact-hero .photo-card{height:390px}

.contact-grid{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:42px;
    padding-bottom:86px;
	align-items:start;
}
.contact-panel,.form-panel{
    background:#fff;
    border-radius:22px;
    padding:44px;
    box-shadow:var(--soft-shadow);
}
.contact-item{
    display:grid;
    grid-template-columns:46px 1fr;
    gap:18px;
    margin-bottom:26px;
}
.contact-icon{
    width:46px;
    height:46px;
    border-radius:12px;
    background:#e9f7ed;
    color:var(--green-2);
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 46px;
}

.contact-icon .contact-svg{
    width:22px;
    height:22px;
    display:block;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.contact-item h3{font-size:17px;margin-bottom:6px}
.contact-item p{font-size:15px}
.hours{margin:30px 0}
.hours h3{font-size:17px;margin-bottom:12px}
.hours-row{
    display:flex;
    justify-content:space-between;
    font-size:14px;
    color:var(--muted);
    line-height:1.95;
}
.map-box{
    margin-top:24px;
    height:245px;
    border-radius:18px;
    overflow:hidden;
    background:#f4efe8;
    position:relative;
}
.map-box img{width:100%;height:100%;object-fit:cover;opacity:.58}
.pin{
    position:absolute;
    left:50%;
    top:45%;
    transform:translate(-50%,-50%);
    background:var(--green-2);
    color:white;
    border-radius:999px;
    padding:10px;
    font-size:16px;
}
.field-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.field{margin-bottom:18px}
.field label{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:900;
    color:#6f766f;
    margin-bottom:9px;
}
.field input,.field textarea,.field select{
    width:100%;
    border:0;
    background:#f2eee8;
    border-radius:9px;
    padding:16px 16px;
    font-size:15px;
    color:#2b352e;
    outline:0;
}
.field textarea{height:170px;resize:vertical}
.form-note{font-size:13px;margin:14px 0 0;color:#8b948d}

/* FOOTER */
.site-footer {
    background:#f0e9de;
    border-top:1px solid #e5dbcf;
    padding:48px 0 28px;
}
.footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr .8fr 1fr;
    gap:42px;
}
.site-footer strong{font-size:15px;display:block;margin-bottom:12px}
.site-footer p,.site-footer a{font-size:13px;line-height:1.75;color:#707b73}
.site-footer a:hover {
	color: #2f664f;
	text-decoration: underline;
    text-underline-offset: 4px;}


.newsletter{
    display:flex;
    background:#fff;
    border-radius:9px;
    overflow:hidden;
    border:1px solid #e4dcd1;
}
.newsletter input{min-width:0;flex:1;border:0;background:transparent;padding:13px;font-size:13px}
.newsletter button{border:0;background:var(--green-2);color:#fff;font-size:12px;font-weight:900;padding:0 14px}
.social-dots{display:flex;gap:8px;margin-top:16px}
.social-dots span{width:16px;height:16px;border-radius:50%;background:#d5cabe}
.footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:18px;
    border-top:1px solid #e1d7ca;
    margin-top:34px;
    padding-top:18px;
    color:#7c857f;
    font-size:13px;
}

/* UTIL */
.notice-static{
    position:fixed;
    right:18px;
    bottom:18px;
    background:var(--green);
    color:white;
    padding:14px 18px;
    border-radius:11px;
    box-shadow:0 16px 35px rgba(0,0,0,.18);
    font-size:14px;
    opacity:0;
    transform:translateY(8px);
    pointer-events:none;
    transition:.2s;
    z-index:50;
}
.notice-static.is-visible{opacity:1;transform:translateY(0)}


.health-pillars{
    padding:78px 0;
    background:var(--cream-2);
}

.health-pillars-head{
    text-align:center;
    max-width:760px;
    margin:0 auto 46px;
}

.health-pillars-head h2{
    margin:12px 0 14px;
    font-size:clamp(32px,3vw,46px);
    line-height:1.12;
    letter-spacing:-.035em;
    color:#10221e;
}

.health-pillars-head p{
    max-width:690px;
    margin:0 auto;
    color:#2e4056;
    font-size:18px;
    line-height:1.6;
}

.health-pillars-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.health-card{
    min-height:245px;
    padding:32px;
    border-radius:16px;
    box-shadow:0 10px 24px rgba(16,34,30,.08);
}

.health-card-green{
    background:#eefbf5;
    border:1px solid #bcefd7;
}

.health-card-blue{
    background:#edfafa;
    border:1px solid #b7eeee;
}

.health-card-gold{
    background:#fffaf0;
    border:1px solid #f3d67e;
}

.health-icon{
    width:58px;
    height:58px;
    border-radius:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#487b60;
    box-shadow:0 4px 10px rgba(16,34,30,.12);
    margin-bottom:26px;
}

.health-card-gold .health-icon{
    color:#c7953b;
}

.health-icon svg{
    width:31px;
    height:31px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.health-card h3{
    margin:0 0 14px;
    font-size:20px;
    color:#10221e;
}

.health-card p{
    margin:0;
    color:#2e4056;
    font-size:16px;
    line-height:1.58;
}

#diventa-volontario{
    scroll-margin-top:90px;
}
/* PATCH CONTENUTI ISTITUZIONALI */
.institution-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.institution-card{
    background:#fff;
    border-radius:20px;
    padding:34px 30px;
    box-shadow:var(--soft-shadow);
    border:1px solid rgba(34,53,42,.05);
    min-height:280px;
}
.institution-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:12px;
    background:#e6f4ee;
    color:var(--green-2);
    font-weight:900;
    font-size:13px;
    margin-bottom:26px;
}
.institution-card h3{margin-bottom:12px}
.institution-card p{font-size:15px;line-height:1.68}
.documents-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:42px;
    background:#fff;
    border-radius:24px;
    padding:48px;
    box-shadow:var(--soft-shadow);
}
.documents-card h2{max-width:620px}
.documents-card p{margin-top:14px;max-width:680px}
.document-actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.feature-card{
    background:#fff;
    border-radius:20px;
    padding:34px 30px;
    box-shadow:var(--soft-shadow);
    border:1px solid rgba(34,53,42,.05);
    min-height:300px;
}
.feature-card .service-icon{
    width:62px;
    height:62px;
    border-radius:17px;
    background:#eaf7ef;
    color:var(--green-2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:900;
    margin-bottom:28px;
}
.feature-card h3{margin-bottom:12px}
.feature-card p{font-size:15px;line-height:1.68}

.compact-services{
    grid-template-columns:repeat(2,1fr);
}
.compact-services .service-card{
    grid-template-columns:58px 1fr;
    padding:30px;
}



/* POD */

.pod-section {
    padding-top: 78px;
    padding-bottom: 78px;
}

.pod-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    box-shadow: var(--soft-shadow);
    border: 1px solid rgba(34, 53, 42, .05);
}

.pod-card h2 {
    max-width: 720px;
}

.pod-card p {
    margin-top: 16px;
    max-width: 780px;
}

/* Intestazione progetto e stato */
.pod-heading-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.pod-heading-row .overline {
    margin: 0;
}

/* Etichetta progetto concluso */
.pod-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #2f7d4a;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(47, 125, 74, .28);
}

.pod-status::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}







.fiscal-section{padding-top:70px;padding-bottom:70px}
.fiscal-box{
    background:#fff;
    border-radius:24px;
    padding:46px 52px;
    box-shadow:var(--soft-shadow);
    border:1px solid rgba(34,53,42,.05);
}
.fiscal-box h2{max-width:720px}
.fiscal-box p{max-width:820px;margin-top:16px}
.fiscal-box .small{margin-top:12px}
.contact-icon{
    font-size:15px;
    font-weight:900;
    color:var(--green-2);
}

.document-layout{
    display:grid;
    grid-template-columns:320px minmax(0,1fr);
    gap:42px;
    align-items:start;
}

.document-side{
    position:sticky;
    top:110px;
    background:#fff;
    border:1px solid rgba(20,28,24,.08);
    border-radius:28px;
    padding:28px;
    box-shadow:0 18px 50px rgba(20,28,24,.06);
}

.document-side h2{
    margin:12px 0 14px;
    font-size:clamp(26px,2.4vw,36px);
}

.document-side p{
    color:#5b665f;
    line-height:1.65;
}

.document-card{
    background:#fff;
    border:1px solid rgba(20,28,24,.08);
    border-radius:32px;
    padding:42px;
    box-shadow:0 18px 50px rgba(20,28,24,.06);
}

.document-card > h2{
    margin:0 0 28px;
}

/* Articolo news: elimina card bianca dal contenuto principale */

.document-card.article-document {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.document-note{
    background:#f3efe5;
    border-left:4px solid #8f6b3e;
    border-radius:18px;
    padding:18px 20px;
    margin:0 0 34px;
    color:#3d3328;
    line-height:1.6;
}

.document-section{
    padding:26px 0;
    border-top:1px solid rgba(20,28,24,.1);
}

.document-section h3{
    margin:0 0 12px;
    font-size:22px;
    color:#10221e;
}

.document-section p{
    margin:0 0 14px;
    color:#4c5751;
    font-size:17px;
    line-height:1.72;
}

.document-section p:last-child{
    margin-bottom:0;
}

.document-section ul{
    margin:14px 0 0;
    padding-left:22px;
    color:#4c5751;
    line-height:1.7;
}

.document-section li{
    margin-bottom:8px;
}


.site-footer a.footer-donate-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:12px;
    padding:12px 18px;
    border-radius:10px;
    background:#2f604b;
    color:#ffffff;
    font-weight:700;
    text-decoration:none;
    font-size:14px;
    line-height:1;
}

.site-footer a.footer-donate-link:hover{
    background:#244d3c;
    color:#ffffff;
}


.volunteer-form{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-top:24px;
}

.volunteer-form .field{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.volunteer-form label{
    font-weight:700;
    font-size:13px;
    color:#10221e;
}

.volunteer-form input,
.volunteer-form select,
.volunteer-form textarea{
    width:100%;
    border:1px solid rgba(20,28,24,.12);
    background:#f8f5ef;
    border-radius:14px;
    padding:14px 16px;
    font-family:var(--font-body);
    font-size:15px;
    color:#10221e;
}

.volunteer-form textarea{
    min-height:140px;
    resize:vertical;
}

.volunteer-form input:focus,
.volunteer-form select:focus,
.volunteer-form textarea:focus{
    outline:none;
    border-color:#2f604b;
    box-shadow:0 0 0 3px rgba(47,96,75,.12);
}

.privacy-check {
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#f3efe5;
    border-radius:16px;
    padding:16px;
    color:#4c5751;
    line-height:1.55;
}

.privacy-check a {
    color: #2f664f !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.privacy-check a:hover {
    color: #1f4a39 !important;
    text-decoration-thickness: 2px;
}

.privacy-check input{
    width:auto;
    margin-top:3px;
}

.privacy-check span{
    font-size:14px;
}

.form-alert{
    margin:24px 0;
    padding:16px 18px;
    border-radius:16px;
    font-weight:700;
    line-height:1.5;
}

.form-alert-success{
    background:#e7f5ec;
    color:#24513d;
    border:1px solid #b9dfc7;
}

.form-alert-error{
    background:#fff0ec;
    color:#8a3324;
    border:1px solid #f0c2b8;
}

.hp-field{
    position:absolute;
    left:-9999px;
    width:1px;
    height:1px;
    overflow:hidden;
}

.contact-submit{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:52px;
    margin-top:18px;
    padding:0 24px;
    border:0;
    border-radius:10px;
    cursor:pointer;
    font-family:var(--font-title);
    font-size:15px;
    font-weight:800;
    line-height:1;
    color:#fff;
    background:#2f604b;
    box-shadow:0 12px 24px rgba(47,96,75,.22);
}

.contact-submit:hover{
    background:#244d3c;
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 16px 30px rgba(47,96,75,.28);
}

.map-box {
    position: relative;
    width: 100%;
    height: 245px;
    border-radius: 24px;
    overflow: hidden;
    background: #f3eee8;
}

.contact-map {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.map-open-link {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    color: #2f664f;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease;
}

.map-open-link:hover {
    background: #ffffff;
    color: #234d3b;
}

.donate-paypal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: stretch;
}

.donate-info,
.donate-form-panel {
    background: #ffffff;
    border-radius: 32px;
    padding: 36px;
    box-sizing: border-box;
    height: 100%;
}

.donate-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.donate-info h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.donate-info > p {
    margin-bottom: 22px;
}

.donation-fiscal-mini {
    margin-top: auto;
    padding: 24px;
    background: rgba(42, 91, 69, 0.08);
    border-radius: 18px;
}

.donation-fiscal-mini .overline {
    display: block;
    margin-bottom: 10px;
}

.donation-fiscal-mini h3 {
    margin: 0 0 12px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.donation-fiscal-mini p {
    margin: 0 0 10px;
    line-height: 1.55;
}

.donation-fiscal-mini p:last-child {
    margin-bottom: 0;
}

.donate-form-panel {
    display: flex;
    flex-direction: column;
}

.paypal-note {
    margin: 24px 0;
    padding: 24px;
    border-radius: 22px;
    background: #f5efe8;
}

.paypal-note h3 {
    margin-bottom: 6px;
}

/* LOGHI PAGAMENTO */

.payment-methods {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    width: 100%;
    align-items: center;
}

.payment-logo {
    display: block;
    width: 100%;
    height: 52px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

/* QUOTE */

.quota-box {
    margin-top: 28px;
}

.quota-box ul {
    margin: 16px 0 0;
    padding-left: 20px;
}

.quota-box li {
    margin: 8px 0;
}

/* FORM PAYPAL */

.preset-donation-block {
    margin: 22px 0 28px;
}

.preset-donation-title {
    margin: 0 0 12px;
    color: #3f372f;
    font-size: 14px;
    font-weight: 700;
}

.preset-donation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.preset-donation-card {
    appearance: none;
    border: 1px solid rgba(63, 55, 47, 0.16);
    border-radius: 16px;
    background: #f5f1eb;
    padding: 16px 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
}

.preset-donation-card strong {
    display: block;
    color: #2f664f;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
}

.preset-donation-card span {
    display: block;
    color: #3f372f;
    font-size: 13px;
    font-weight: 700;
}

.preset-donation-card:hover {
    background: #ffffff;
    border-color: rgba(47, 102, 79, 0.35);
    transform: translateY(-2px);
}

.preset-donation-card.active {
    background: #2f664f;
    border-color: #2f664f;
    box-shadow: 0 10px 24px rgba(47, 102, 79, 0.22);
}

.preset-donation-card.active strong,
.preset-donation-card.active span {
    color: #ffffff;
}

.paypal-donation-form input[type="number"]::-webkit-outer-spin-button,
.paypal-donation-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.paypal-donation-form input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.paypal-brand {
    margin-bottom: 28px;
}

.paypal-brand-logo {
    display: block;
    width: 190px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 12px;
	margin-left:0;
}

.paypal-brand p {
    margin-top: 10px;
    color: #6c6258;
}

.paypal-donation-form {
    margin-top: 20px;
}

.donation-amount-row {
    margin-bottom: 18px;
}

.donation-amount-row label,
.paypal-donation-form label {
    display: block;
    margin-bottom: 8px;
    color: #3f372f;
    font-weight: 700;
    font-size: 14px;
}

.amount-input-wrap {
    display: grid;
    grid-template-columns: 1fr 54px;
    border: 1px solid rgba(63, 55, 47, 0.18);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.amount-input-wrap input {
    width: 100%;
    border: 0;
    padding: 14px 16px;
    font: inherit;
    background: transparent;
}

.amount-input-wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(63, 55, 47, 0.18);
    background: #f5f1eb;
    color: #3f372f;
    font-weight: 700;
}

.paypal-donation-form select {
    width: 100%;
    border: 1px solid rgba(63, 55, 47, 0.18);
    border-radius: 12px;
    padding: 14px 16px;
    background: #ffffff;
    color: #3f372f;
    font: inherit;
}

.form-subtitle {
    margin: 28px 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(63, 55, 47, 0.14);
}

.donation-total {
    display: inline-flex;
    align-items: center;
    margin: 20px 0 24px;
    border: 1px solid rgba(63, 55, 47, 0.16);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.donation-total span,
.donation-total strong {
    padding: 13px 16px;
}

.donation-total span {
    background: #f5f1eb;
    color: #3f372f;
}

.donation-total strong {
    color: #2f664f;
    font-size: 18px;
}

.donation-disclaimer {
    margin-top: 16px;
}

.info-search-box {
    background: #ffffff;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 18px 50px rgba(43, 35, 25, 0.08);
    margin-bottom: 34px;
}

.info-search-form label {
    display: block;
    margin-bottom: 12px;
    color: #3f372f;
    font-weight: 800;
}

.info-search-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
}

.info-search-row input {
    width: 100%;
    border: 1px solid rgba(63, 55, 47, 0.16);
    border-radius: 14px;
    padding: 15px 16px;
    background: #f5f1eb;
    color: #3f372f;
    font: inherit;
}

.info-results-header {
    margin-bottom: 24px;
}

.info-results-header h2 {
    margin-bottom: 6px;
}

.info-results-header p {
    color: #6c6258;
}

.info-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.info-article-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 18px 50px rgba(43, 35, 25, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

.info-category {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e6f3ec;
    color: #2f664f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.info-article-card h3 {
    margin-bottom: 12px;
}

.info-article-card p {
    color: #5f685f;
    line-height: 1.65;
}

.info-card-link {
    margin-top: auto;
    color: #2f664f;
    font-weight: 800;
    text-decoration: none;
}

.info-card-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.info-disclaimer {
    margin-top: 34px;
    padding: 24px 28px;
    border-radius: 22px;
    background: #fff8ef;
    color: #3f372f;
}

.info-disclaimer strong {
    display: block;
    margin-bottom: 6px;
}

.info-disclaimer p {
    margin: 0;
    color: #6c6258;
}


.info-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 22px;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

.info-table th,
.info-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(63, 55, 47, 0.12);
    text-align: left;
    vertical-align: top;
}

.info-table th {
    background: #2f664f;
    color: #ffffff;
    font-weight: 800;
}

.info-table tr:last-child td {
    border-bottom: 0;
}

.news-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.news-card-link:hover h3 {
    color: #0c5b46;
}


/* =====================================================
   LOGO HEADER IN EVIDENZA
   ===================================================== */

.site-header {
    position: relative;
    z-index: 1000;
    overflow: visible;
}

.header-shell {
    position: relative;
    overflow: visible;
}

/* Mantiene invariata l'altezza della barra */
.brand-logo {
    position: relative;
    width: 320px;
    height: 58px;
    flex: 0 0 320px;
    overflow: visible;
    z-index: 20;
}

/* Il logo viene ingrandito senza alzare la barra */
.brand-logo img {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 360px;
    height: auto;
    max-width: none;
    max-height: none;
    z-index: 20;
    filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.18));
}

/* Impedisce alle parole del menu di andare a capo */
.main-nav {
    flex-wrap: nowrap;
}

.nav-link {
    white-space: nowrap;
    flex-shrink: 0;
}


/* RESPONSIVE */

/* <= 1000px */
@media (max-width: 1000px) {
    .info-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* <= 980px */
@media (max-width: 980px) {
    .site-shell,
    .site-wide {
        width: min(100%, calc(100% - 42px));
    }

    .header-shell {
        gap: 18px;
    }

    .main-nav {
        gap: 18px;
    }

    .nav-link {
        font-size: 13px;
    }

    .home-hero,
    .page-hero,
    .territory-section,
    .history-grid,
    .five-grid,
    .volunteer-band,
    .contact-grid,
    .institution-grid,
    .feature-grid,
    .compact-services {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .hero-media,
    .home-hero .photo-card,
    .page-hero .photo-card,
    .donation-hero .photo-card,
    .contact-hero .photo-card {
        min-height: unset;
        height: 380px;
    }

    .territory-section {
        padding: 70px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .five-grid {
        align-items: start;
    }

    .info-mini-grid {
        align-self: auto;
    }

    .compact-services .service-card:last-child {
        grid-column: auto;
    }

    .documents-card,
    .pod-card {
        align-items: flex-start;
        flex-direction: column;
    }
	
    .news-page .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
 .donation-fiscal-mini {
        margin-top: 28px;
    }
}






/* =========================================================
   VIDEO NEGLI ARTICOLI
   ========================================================= */

.article-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 320px));
    gap: 20px;
    margin-top: 18px;
}

.article-video-player {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #111;
    border-radius: 16px;
}

.article-video-player iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 600px) {
    .article-video-grid {
        grid-template-columns: 1fr;
    }
}

/* <= 900px */
@media (max-width: 900px) {
    .donate-paypal-grid,
    .health-pillars-grid,
    .document-layout {
        grid-template-columns: 1fr;
    }

    .donate-paypal-grid {
        gap: 28px;
    }

    .donate-info,
    .donate-form-panel {
        padding: 26px;
    }

    .paypal-brand-logo {
        width: 160px;
        height: 60px;
    }

    .health-card {
        min-height: auto;
    }

    .document-side {
        position: relative;
        top: auto;
    }

    .document-card {
        padding: 28px;
        border-radius: 24px;
    }
	
    .article-layout .article-document {
        order: 1;
    }

    .article-layout .document-side {
        order: 2;
    }
}

/* <= 1120px - Solo header e menu */
@media (max-width: 1120px) {

    .main-nav {
        display: none;
    }

    .donate-mini {
        display: none;
    }

    .menu-toggle {
        display: flex;
        margin-left: auto;
    }

    .mobile-menu {
        display: none;
        position: absolute;
        left: 14px;
        right: 14px;
        top: 56px;
        height: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 18px 18px;
        background: #17261f;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 0 0 18px 18px;
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
        z-index: 999;
    }

    .mobile-menu.is-open {
        display: flex;
    }

    .mobile-link,
    .mobile-donate {
        display: block;
        width: 100%;
        line-height: 1.4;
        padding: 13px 0;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mobile-link.is-active {
        color: #f2c94c;
    }

    .mobile-donate {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        align-self: flex-start;
        gap: 8px;
        width: auto;
        margin-top: 0;
        padding: 13px 0;
        background: none;
        border-radius: 0;
        box-shadow: none;
        color: #d9412e;
        font-weight: 900;
        border-bottom: none;
    }

    .mobile-donate:hover {
        color: #f26a3d;
    }

    .mobile-donate .donate-heart {
        width: 15px;
        height: 15px;
        fill: currentColor;
        transform: translateY(1px);
    }
}

/* <= 760px */
@media (max-width: 760px) {
	
	 .article-gallery {
     	grid-template-columns: 1fr;
    }
    .site-shell,
    .site-wide {
        width: min(100%, calc(100% - 28px));
    }

    .header-shell {
        width: calc(100% - 28px);
        height: 56px;
        position: relative;
    }

    .brand {
        font-size: 16px;
    }

	.brand-logo {
		width: 250px;
		height: 56px;
		flex: 0 0 250px;
	}
	
	.brand-logo img {
		width: 250px;
		top: 6px;
	}

    .main-nav {
        display: none;
    }

    .donate-mini {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .mobile-menu {
        display: none;
        position: absolute;
        left: 14px;
        right: 14px;
        top: 56px;
        height: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 18px 18px;
        background: #17261f;
        border-top: 1px solid rgba(255,255,255,.08);
        border-radius: 0 0 18px 18px;
        box-shadow: 0 18px 36px rgba(0,0,0,.18);
        z-index: 999;
    }

    .mobile-menu.is-open {
        display: flex;
    }

    .mobile-link,
    .mobile-donate {
        display: block;
        width: 100%;
        line-height: 1.4;
        padding: 13px 0;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .mobile-link.is-active {
        color: #f2c94c;
    }

	.mobile-donate {
		display:inline-flex;
		align-items:center;
		justify-content:flex-start;
		align-self:flex-start;
		gap:8px;
		width:auto;
		margin-top:0;
		padding:13px 0;
		background:none;
		border-radius:0;
		box-shadow:none;
		color:#d9412e;
		font-weight:900;
		border-bottom:none;
	}
	
	.mobile-donate:hover {
		color:#f26a3d;
	}
	
	.mobile-donate .donate-heart {
		width:15px;
		height:15px;
		fill:currentColor;
		transform:translateY(1px);
	}
	
    .section-pad {
        padding: 46px 0;
    }

    .home-hero {
        padding: 46px 0 54px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 19px;
    }

    p,
    .lead {
        font-size: 16px;
    }

    .hero-media,
    .home-hero .photo-card,
    .page-hero .photo-card,
    .donation-hero .photo-card,
    .contact-hero .photo-card {
        height: 300px;
    }

    .floating-note,
    .impact-receipt {
        left: 14px;
        bottom: 18px;
    }

    .pillars-grid,
    .news-grid,
    .values-grid,
    .donation-grid,
    .team-grid,
    .footer-grid,
    .field-grid,
    .info-mini-grid {
        grid-template-columns: 1fr;
    }

    .section-title-row,
    .news-head,
    .cta-band,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .image-collage {
        padding-left: 0;
    }

    .image-collage .photo-card {
        height: 220px;
    }

    .stats-line {
        gap: 28px;
    }

    .donation-card.featured {
        transform: none;
    }

    .contact-grid {
        padding-bottom: 42px;
    }

    .contact-panel,
    .form-panel {
        padding: 28px;
    }

    .location-card {
        grid-template-columns: 1fr;
    }

    .location-card img {
        height: 250px;
    }

    .footer-bottom {
        font-size: 12px;
    }

    .cta-band {
        padding: 34px 28px;
    }

    .institution-card,
    .feature-card,
    .documents-card,
    .pod-card,
    .fiscal-box {
        padding: 28px;
    }

    .document-actions {
        width: 100%;
    }

    .document-actions .btn {
        width: 100%;
    }
}

/* <= 700px */
@media (max-width: 700px) {
    .volunteer-form .field-grid {
        grid-template-columns: 1fr;
    }
	
    .news-page .news-head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .news-page .news-grid {
        grid-template-columns: 1fr;
    }

    .news-page .news-empty {
        padding: 34px 24px;
    }
}

/* <= 680px */
@media (max-width: 680px) {
    .info-search-row,
    .info-articles-grid {
        grid-template-columns: 1fr;
    }

    .info-search-box,
    .info-article-card {
        padding: 22px;
    }
}

/* <= 640px */
@media (max-width: 640px) {
    .bank-donation-heading h3 {
        font-size: 2rem;
    }
}

/* <= 520px */
@media (max-width: 520px) {
    .paypal-note {
        padding: 20px;
    }

    .payment-methods {
        gap: 8px;
    }

    .payment-logo {
        height: 42px;
        border-radius: 8px;
    }

    .preset-donation-grid {
        grid-template-columns: 1fr;
    }

    .preset-donation-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 14px 16px;
    }

    .preset-donation-card strong {
        margin-bottom: 0;
        font-size: 22px;
    }
}