:root {
  --blue: #0755a4;
  --blue-deep: #06376e;
  --cyan: #08a7df;
  --pink: #ed008c;
  --pink-deep: #bd006e;
  --ink: #13233a;
  --muted: #58677b;
  --line: #dbe5ef;
  --sky: #eff8fd;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(4, 55, 111, 0.13);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: 12px;
  transform: translateY(-180%);
  background: var(--blue-deep);
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7,85,164,.1);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--blue-deep); line-height: 1.05; }
.brand img { width: 74px; height: 56px; object-fit: contain; }
.brand span { font-size: .78rem; letter-spacing: .01em; }
.brand strong { font-family: Georgia, serif; font-size: 1rem; color: var(--pink-deep); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .92rem; color: #31435a; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--pink-deep); }
.site-nav .nav-cta { color: var(--white); background: var(--blue); padding: 10px 18px; border-radius: 999px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--white); background: var(--blue-deep); }
.menu-toggle { display: none; border: 0; background: none; width: 46px; height: 46px; border-radius: 50%; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--blue-deep); margin: 5px auto; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; padding: 78px 0 102px; background: linear-gradient(135deg, #fff 0%, #f8fcff 60%, #eaf8fe 100%); }
.hero::before { content: ""; position: absolute; width: 410px; height: 410px; border: 1px solid rgba(237,0,140,.12); border-radius: 50%; left: -260px; top: 50px; }
.hero::after { content: ""; position: absolute; width: 190px; height: 190px; background: rgba(8,167,223,.1); border-radius: 50%; right: 5%; top: 34px; filter: blur(2px); }
.hero-curve { position: absolute; left: 46%; bottom: -300px; width: 720px; height: 720px; border: 3px solid rgba(237,0,140,.23); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .78rem; line-height: 1.2; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero .eyebrow span { width: 28px; height: 2px; background: var(--pink); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; color: var(--blue-deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.09; }
h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(3.2rem, 5.5vw, 5.15rem); letter-spacing: -.05em; }
h1 em { color: var(--pink); font-weight: inherit; }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4vw, 4rem); letter-spacing: -.04em; }
h3 { font-size: 1.65rem; letter-spacing: -.02em; }
.hero-lead { max-width: 610px; margin: 0 0 34px; color: #40536b; font-size: 1.15rem; line-height: 1.7; }
.hero-actions, .help-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 23px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, .contact-list a:focus-visible, .floating-contact:focus-visible { outline: 3px solid rgba(237,0,140,.35); outline-offset: 4px; }
.button.primary { color: white; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); box-shadow: 0 12px 30px rgba(189,0,110,.22); }
.button.primary:hover { background: linear-gradient(135deg, #ff0b9b, var(--pink-deep)); }
.button.secondary { color: var(--blue-deep); border-color: rgba(7,85,164,.25); background: rgba(255,255,255,.7); }
.button.ghost { color: white; border-color: rgba(255,255,255,.45); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--blue-deep); font-size: .88rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-points li { display: flex; align-items: center; gap: 9px; }
.hero-points li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(8,167,223,.12); }
.hero-visual { position: relative; padding: 34px 0 54px; }
.hero-photo-frame { position: relative; overflow: hidden; border: 12px solid white; border-radius: 46% 54% 44% 56% / 56% 41% 59% 44%; box-shadow: var(--shadow); aspect-ratio: 1.05 / 1; }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,55,111,.16)); }
.hero-note { position: absolute; right: -8px; bottom: 18px; width: min(330px, 72%); padding: 18px 20px; color: white; background: var(--blue-deep); border-left: 5px solid var(--pink); box-shadow: 0 16px 36px rgba(4,55,111,.2); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { font-family: Georgia, serif; font-size: 1.15rem; }
.hero-note span { margin-top: 3px; color: #d9ecfb; font-size: .88rem; line-height: 1.45; }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.intro-copy p { margin: 0 0 22px; color: var(--muted); font-size: 1.08rem; }
.intro-copy strong { color: var(--blue-deep); }
.support-band { padding: 36px 0; color: white; background: var(--blue-deep); }
.support-band-grid { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 30px; align-items: center; }
.support-band p { margin: 0; color: #b9dbf5; font-weight: 700; }
.support-band blockquote { margin: 0; color: white; font: italic clamp(1.7rem, 3vw, 2.6rem)/1.2 Georgia, serif; }
.support-band a { color: white; font-weight: 850; text-decoration: none; white-space: nowrap; }
.support-band a span, .text-link span { color: var(--pink); margin-left: 7px; }

.services { background: var(--sky); }
.section-heading { display: flex; justify-content: space-between; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 360px; padding: 30px 26px; overflow: hidden; border: 1px solid rgba(7,85,164,.11); border-radius: var(--radius); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 52px rgba(4,55,111,.12); }
.service-card.featured { background: var(--blue); }
.service-card.featured h3, .service-card.featured p, .service-card.featured .service-number { color: white; }
.service-card.featured .service-icon { color: white; background: var(--pink); }
.service-number { color: #8aa0b6; font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.service-icon { display: grid; width: 58px; height: 58px; place-items: center; margin: 50px 0 25px; color: var(--pink); border-radius: 18px; background: #fff0f8; font-size: 2rem; font-family: Arial, sans-serif; }
.service-card h3 { margin-bottom: 15px; font-size: 1.45rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.62; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.story-image { position: relative; margin: 0; }
.story-image::before { content: ""; position: absolute; width: 72%; height: 62%; left: -24px; bottom: -24px; border-radius: 28px; background: linear-gradient(140deg, var(--pink), var(--cyan)); z-index: -1; }
.story-image img { width: 100%; max-height: 650px; object-fit: cover; object-position: center 25%; border-radius: 28px; box-shadow: var(--shadow); }
.story-image figcaption { position: absolute; left: 24px; right: -50px; bottom: 24px; padding: 16px 20px; color: white; background: rgba(6,55,110,.93); border-radius: 12px; font-size: .9rem; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.check-list { display: grid; gap: 13px; margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; font-weight: 650; color: #344962; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .05em; display: grid; width: 22px; height: 22px; place-items: center; color: white; border-radius: 50%; background: var(--cyan); font-size: .75rem; }
.text-link { display: inline-block; color: var(--blue-deep); font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.initiatives { color: white; background: #082c57; }
.section-heading.light h2, .section-heading.light .eyebrow { color: white; }
.section-heading.light > p { color: #bdd4e8; }
.initiative-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.initiative-card { overflow: hidden; color: var(--ink); border-radius: var(--radius); background: white; }
.initiative-image { height: 330px; overflow: hidden; background: #e9eff5; }
.initiative-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.initiative-card:hover .initiative-image img { transform: scale(1.03); }
.initiative-content { padding: 26px 26px 30px; }
.initiative-content > span { color: var(--pink-deep); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.initiative-content h3 { margin: 8px 0 12px; }
.initiative-content p { margin: 0; color: var(--muted); font-size: .95rem; }
.project-feature { display: grid; grid-template-columns: 1.05fr .95fr; margin-top: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: #0d3c72; }
.project-feature > div { padding: 48px; }
.project-feature h3 { margin-bottom: 16px; color: white; font-size: 2.3rem; }
.project-feature p:not(.eyebrow) { color: #c9def0; }
.project-feature .text-link { color: white; }
.project-feature img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }

.help { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--pink-deep), var(--pink) 55%, #f62ba4); }
.help::before { content: "♡"; position: absolute; right: -40px; top: -180px; color: rgba(255,255,255,.1); font: 520px/1 Arial, sans-serif; }
.help-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.help .eyebrow, .help h2 { color: white; }
.help-copy > p:not(.eyebrow) { color: #fff0f8; font-size: 1.06rem; }
.donation-card { padding: 34px; color: var(--ink); border-radius: var(--radius); background: white; box-shadow: 0 26px 60px rgba(83,0,49,.22); }
.donation-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.donation-top > span:first-child { color: var(--blue); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; font-size: .76rem; }
.heart-mark { color: var(--pink); font-size: 2.1rem; line-height: 1; }
.donation-card > p { margin: 0 0 3px; color: var(--muted); }
.donation-card > strong { color: var(--blue-deep); font-family: Georgia, serif; font-size: 1.4rem; }
.iban-row { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 28px; padding: 18px; border-radius: 14px; background: var(--sky); }
.iban-row small, .iban-row code { display: block; }
.iban-row small { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.iban-row code { margin-top: 3px; color: var(--blue-deep); font: 800 .88rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.copy-button { min-width: 72px; min-height: 42px; padding: 8px 12px; color: white; border: 0; border-radius: 10px; background: var(--blue); font-weight: 800; cursor: pointer; }
.copy-button:hover { background: var(--blue-deep); }
.donation-card .donation-note { margin-top: 18px; font-size: .9rem; }
.copy-status { min-height: 1.4em; color: var(--blue) !important; font-size: .85rem; font-weight: 800; }

.contact { background: #f7fbfe; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.contact-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-list { border-top: 1px solid var(--line); }
.contact-list a { display: grid; grid-template-columns: 110px 1fr auto; gap: 20px; align-items: center; min-height: 82px; padding: 12px 4px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.contact-list a:hover { padding-left: 10px; color: var(--pink-deep); }
.contact-list span { color: var(--muted); font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { font-size: 1.05rem; overflow-wrap: anywhere; }
.contact-list i { color: var(--pink); font-size: 1.3rem; font-style: normal; }

.site-footer { padding: 64px 0 22px; color: #d8e9f8; background: #041f3e; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .9fr; gap: 70px; }
.footer-brand img { width: 190px; height: 115px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 360px; color: #a9c6df; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 11px; }
.footer-links a, .footer-contact a { color: #c8ddef; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-contact p { margin: 0 0 8px; color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #83a5c1; font-size: .8rem; }
.footer-bottom p { margin: 0; }

.floating-contact { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 3px solid white; border-radius: 50%; background: #20b95a; box-shadow: 0 12px 30px rgba(0,0,0,.2); transition: transform .2s ease; }
.floating-contact:hover { transform: translateY(-3px) scale(1.03); }
.floating-contact svg { width: 31px; height: 31px; fill: white; }

/* Blog */
.latest-news { background: #f7fbfe; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-grid > .news-empty, .news-grid > .news-loading { grid-column: 1 / -1; }
.news-loading { margin: 0; color: var(--muted); }
.news-card { overflow: hidden; border: 1px solid rgba(7,85,164,.12); border-radius: var(--radius); background: white; box-shadow: 0 14px 40px rgba(4,55,111,.08); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 22px 52px rgba(4,55,111,.13); }
.news-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.news-card-image { display: grid; height: 220px; place-items: center; overflow: hidden; background: #e8f5fc; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.news-card:hover .news-card-image img { transform: scale(1.03); }
.news-card-fallback { color: rgba(237,0,140,.72); background: linear-gradient(135deg, #e8f7fd, #fff0f8); font: 5rem/1 Arial, sans-serif; }
.news-card-content { padding: 26px; }
.news-meta { display: flex; gap: 8px; align-items: center; margin: 0 0 12px; color: var(--blue); font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.news-meta i { color: var(--pink); font-style: normal; }
.news-card h3 { margin-bottom: 13px; font-size: 1.55rem; }
.news-excerpt { margin: 0; color: var(--muted); font-size: .94rem; }
.news-read { display: inline-block; margin-top: 20px; color: var(--pink-deep); font-size: .86rem; font-weight: 850; }
.news-empty { padding: 48px 30px; border: 1px dashed #b9cede; border-radius: var(--radius); text-align: center; background: white; }
.news-empty > span { color: var(--pink); font: 3rem/1 Arial, sans-serif; }
.news-empty h3 { margin: 12px 0 8px; }
.news-empty p { margin: 0; color: var(--muted); }
.blog-hero { padding: 82px 0 76px; color: white; background: linear-gradient(135deg, var(--blue-deep), var(--blue)); }
.blog-hero .eyebrow, .blog-hero h1 { color: white; }
.blog-hero h1 { margin-bottom: 16px; font-size: clamp(3rem, 6vw, 5rem); }
.blog-hero p:last-child { max-width: 650px; margin: 0; color: #d6eaf9; font-size: 1.08rem; }
.blog-archive { min-height: 48vh; background: #f7fbfe; }
.compact-footer { padding-top: 8px; }
.compact-footer .footer-bottom a { color: #c8ddef; }
.article-main { min-height: 70vh; padding-top: 54px; padding-bottom: 100px; }
.article-back { display: inline-block; margin-bottom: 40px; color: var(--blue); font-weight: 800; text-decoration: none; }
.article-page { max-width: 860px; margin: 0 auto; }
.article-heading h1 { max-width: none; margin-bottom: 22px; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.article-excerpt { color: var(--muted); font-size: 1.22rem; line-height: 1.7; }
.article-image { width: 100%; max-height: 560px; margin: 42px 0; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-content { max-width: 740px; margin: 42px auto 0; color: #344962; font-family: Georgia, serif; font-size: 1.16rem; line-height: 1.9; }
.article-content p { margin: 0 0 1.5em; }
.article-status { padding: 80px 20px; color: var(--muted); text-align: center; }

/* Galleria */
.gallery-preview { background: linear-gradient(180deg, #ffffff, #f3faff); }
.section-heading-action { max-width: 440px; }
.section-heading-action > p { margin: 0 0 16px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-loading, .gallery-empty { grid-column: 1 / -1; margin: 0; padding: 40px; color: var(--muted); border: 1px dashed #b9cede; border-radius: var(--radius); background: white; text-align: center; }
.gallery-card { position: relative; min-width: 0; padding: 0; overflow: hidden; color: white; border: 0; border-radius: 22px; background: var(--blue-deep); box-shadow: 0 16px 38px rgba(4,55,111,.12); cursor: zoom-in; text-align: left; }
.gallery-card-image { display: block; height: 330px; overflow: hidden; background: #dcecf5; }
.gallery-grid-preview .gallery-card:nth-child(1) { grid-column: span 2; }
.gallery-grid-preview .gallery-card:nth-child(1) .gallery-card-image { height: 390px; }
.gallery-grid-preview .gallery-card:nth-child(4) { grid-row: span 2; }
.gallery-grid-preview .gallery-card:nth-child(4) .gallery-card-image { height: 680px; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .38s ease; }
.gallery-card::after { content: ''; position: absolute; inset: 35% 0 0; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(3,28,57,.9)); }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.035); }
.gallery-card:focus-visible { outline: 4px solid rgba(237,0,140,.4); outline-offset: 4px; }
.gallery-card-copy { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; display: grid; gap: 5px; padding: 24px; }
.gallery-card-copy strong { font: 700 1.3rem/1.18 Georgia, serif; }
.gallery-card-collection { color: #cceefd; font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gallery-hero { padding: 88px 0 82px; color: white; background: radial-gradient(circle at 84% 12%, rgba(8,167,223,.35), transparent 32%), linear-gradient(135deg, #041f3e, var(--blue)); }
.gallery-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.gallery-hero .eyebrow, .gallery-hero h1 { color: white; }
.gallery-hero h1 { max-width: 760px; margin-bottom: 0; }
.gallery-hero h1 em { color: #ff79c8; }
.gallery-hero-grid > p { margin: 0 0 10px; color: #d6eaf9; font-size: 1.08rem; }
.gallery-archive { min-height: 54vh; background: #f5fafd; }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.gallery-toolbar > p { margin: 0; color: var(--blue-deep); font: 700 1.55rem/1.2 Georgia, serif; }
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.gallery-filter { min-height: 42px; padding: 8px 15px; color: var(--blue-deep); border: 1px solid rgba(7,85,164,.2); border-radius: 999px; background: white; font: 800 .78rem/1.2 inherit; cursor: pointer; }
.gallery-filter:hover, .gallery-filter:focus-visible { border-color: var(--pink); }
.gallery-filter.is-active { color: white; border-color: var(--blue); background: var(--blue); }
.gallery-grid-full .gallery-card:nth-child(7n + 1) { grid-column: span 2; }
.gallery-status { margin-top: 20px; text-align: right; }
.gallery-lightbox { width: min(1100px, calc(100% - 34px)); max-height: calc(100vh - 34px); padding: 0; overflow: visible; color: white; border: 0; border-radius: 26px; background: #061b33; box-shadow: 0 34px 100px rgba(0,0,0,.55); }
.gallery-lightbox::backdrop { background: rgba(1,15,29,.86); backdrop-filter: blur(8px); }
.gallery-lightbox-frame { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); max-height: calc(100vh - 34px); overflow: hidden; border-radius: 26px; }
.gallery-lightbox-frame > img { width: 100%; height: 100%; min-height: 560px; max-height: calc(100vh - 34px); object-fit: contain; background: #020b14; }
.gallery-lightbox-copy { display: flex; flex-direction: column; justify-content: end; padding: 44px 36px; background: linear-gradient(150deg, #06376e, #041f3e); }
.gallery-lightbox-copy h2 { margin: 8px 0 15px; color: white; font-size: clamp(2rem, 4vw, 3.25rem); }
.gallery-lightbox-copy > p:last-child { margin: 0; color: #c8ddef; }
.gallery-lightbox-meta { margin: 0; color: #73d5f4; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gallery-lightbox-close, .gallery-lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(3,22,42,.78); cursor: pointer; }
.gallery-lightbox-close { top: 14px; right: 14px; width: 46px; height: 46px; font: 300 2rem/1 Arial, sans-serif; }
.gallery-lightbox-nav { top: 50%; width: 50px; height: 50px; transform: translateY(-50%); font: 300 2.5rem/1 Arial, sans-serif; }
.gallery-lightbox-nav.previous { left: 14px; }
.gallery-lightbox-nav.next { right: 14px; }
.gallery-lightbox button:hover, .gallery-lightbox button:focus-visible { background: var(--pink-deep); outline: none; }

/* Area amministrativa */
.admin-page { min-height: 100vh; background: #f2f8fc; }
.admin-header { border-bottom: 1px solid var(--line); background: white; }
.admin-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.admin-back { color: var(--blue); font-size: .9rem; font-weight: 800; text-decoration: none; }
.admin-main { padding-top: 58px; padding-bottom: 90px; }
.auth-panel { max-width: 680px; margin: 0 auto; padding: 48px; border: 1px solid rgba(7,85,164,.12); border-radius: 28px; background: white; box-shadow: var(--shadow); text-align: center; }
.auth-panel h1 { max-width: none; margin-bottom: 18px; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.auth-panel > p:not(.eyebrow, .form-status) { max-width: 540px; margin: 0 auto 26px; color: var(--muted); font-size: 1.04rem; }
.auth-mark { display: grid; width: 78px; height: 78px; place-items: center; margin: 0 auto 25px; color: white; border-radius: 26px; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); font: 2.8rem/1 Arial, sans-serif; box-shadow: 0 14px 32px rgba(189,0,110,.2); }
.auth-mark.denied { background: var(--blue-deep); }
.auth-mark.auth-shield { background: linear-gradient(135deg, var(--cyan), var(--blue)); }
.login-form { display: grid; max-width: 430px; gap: 8px; margin: 26px auto 0; text-align: left; }
.login-form label, #post-form label { margin-top: 9px; color: #30455d; font-size: .9rem; font-weight: 850; }
.login-form label small, #post-form label small { color: var(--muted); font-weight: 600; }
.login-form input, #post-form input, #post-form textarea, #post-form select { width: 100%; min-height: 52px; padding: 12px 15px; color: var(--ink); border: 1px solid #cbd9e6; border-radius: 12px; background: #fcfeff; font: inherit; }
#post-form textarea { resize: vertical; line-height: 1.55; }
.login-form input:focus, #post-form input:focus, #post-form textarea:focus, #post-form select:focus { border-color: var(--cyan); outline: 0; box-shadow: 0 0 0 4px rgba(8,167,223,.12); }
.login-form .button { width: 100%; margin-top: 18px; cursor: pointer; }
.button:disabled, .text-button:disabled { cursor: wait; opacity: .58; transform: none; }
.login-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.password-guidance { margin: 10px 0 0 !important; color: var(--muted); font-size: .86rem !important; line-height: 1.55; text-align: left; }
.password-rules { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 14px 0 0; padding: 15px 18px; color: var(--muted); border-radius: 12px; background: var(--sky); font-size: .8rem; list-style: none; text-align: left; }
.password-rules li::before { content: '○'; margin-right: 7px; color: #7890a6; }
.password-rules li.is-valid { color: #126032; font-weight: 750; }
.password-rules li.is-valid::before { content: '✓'; color: #15914e; }
.password-actions { display: flex; gap: 10px; margin-top: 12px; }
.password-actions .button { margin-top: 0; }
.form-status { min-height: 1.5em; margin: 14px 0 0; color: var(--blue); font-size: .86rem; font-weight: 750; }
.mfa-enrollment { max-width: 430px; margin: 26px auto 0; }
.mfa-qr-wrap { display: grid; min-height: 246px; place-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.mfa-qr-wrap p { margin: 0; color: var(--muted); }
.mfa-qr { width: 220px; height: 220px; }
.mfa-manual { margin-top: 14px; padding: 14px; border-radius: 12px; background: var(--sky); text-align: left; }
.mfa-manual span { display: block; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mfa-manual code { display: block; margin: 7px 0; color: var(--blue-deep); font-size: .88rem; overflow-wrap: anywhere; user-select: all; }
.mfa-form { margin-top: 18px; }
.mfa-form .button + .button { margin-top: 4px; }
.otp-input { text-align: center; font: 800 1.7rem/1 ui-monospace, SFMono-Regular, Menlo, monospace !important; letter-spacing: .28em; }
.admin-dashboard { width: 100%; }
.dashboard-top { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 34px; }
.dashboard-top h1 { margin-bottom: 8px; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.admin-identity { margin: 0; color: var(--muted); }
.dashboard-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.dashboard-actions .button { min-height: 44px; padding: 9px 16px; font-size: .83rem; cursor: pointer; }
.dashboard-status { margin: -22px 0 18px; text-align: right; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 24px; align-items: start; }
.editor-panel, .posts-panel { padding: 30px; border: 1px solid rgba(7,85,164,.12); border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(4,55,111,.07); }
.panel-title { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.panel-title span { color: var(--pink-deep); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.panel-title h2 { margin: 5px 0 0; font-size: 2rem; }
.text-button { padding: 6px 0; color: var(--blue); border: 0; background: none; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
#post-form { display: grid; gap: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row > div { display: grid; gap: 8px; }
.form-submit-row { display: flex; align-items: center; gap: 16px; margin-top: 10px; }
.form-submit-row .button { cursor: pointer; }
.admin-post-list { display: grid; gap: 12px; }
.admin-post-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; }
.admin-post-item h3 { margin: 5px 0 0; font-size: 1.1rem; }
.admin-post-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0; color: var(--muted); font-size: .72rem; }
.status-badge { padding: 3px 8px; border-radius: 999px; font-weight: 850; }
.status-badge.published { color: #126032; background: #e2f7e9; }
.status-badge.draft { color: #745510; background: #fff4d6; }
.admin-post-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.admin-post-actions a, .admin-post-actions button { padding: 5px 0; color: var(--blue); border: 0; background: none; font-size: .78rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.admin-post-actions .danger-action { color: #a82036; }
.admin-empty { margin: 0; padding: 28px 10px; color: var(--muted); text-align: center; }

@media (max-width: 1000px) {
  .section { padding: 84px 0; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 310px; }
  .story-grid { gap: 60px; }
  .project-feature > div { padding: 36px; }
  .help-grid, .contact-grid { gap: 56px; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .dashboard-top { align-items: start; }
}

@media (max-width: 790px) {
  :root { --shell: min(100% - 30px, 650px); --radius: 20px; }
  .section { padding: 72px 0; }
  .nav-wrap { height: 72px; }
  .brand img { width: 62px; height: 48px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; left: 15px; right: 15px; top: 72px; display: none; padding: 15px; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: white; box-shadow: 0 18px 35px rgba(4,55,111,.12); }
  .site-nav.is-open { display: grid; gap: 2px; }
  .site-nav a { padding: 12px 10px; }
  .site-nav .nav-cta { margin-top: 7px; text-align: center; }
  .hero { padding: 54px 0 78px; }
  .hero-grid, .intro-grid, .story-grid, .help-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(3.05rem, 14vw, 4.35rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  .hero-visual { padding-top: 0; }
  .hero-photo-frame { aspect-ratio: 1.15 / 1; }
  .hero-note { right: 0; bottom: 10px; }
  .intro-grid { gap: 16px; }
  .support-band-grid { grid-template-columns: 1fr; gap: 12px; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p { margin-top: 20px; }
  .story-grid { gap: 66px; }
  .story-image { width: calc(100% - 24px); }
  .story-image figcaption { right: -24px; }
  .initiative-grid { grid-template-columns: 1fr; }
  .initiative-card { display: grid; grid-template-columns: 160px 1fr; }
  .initiative-image { height: auto; min-height: 290px; }
  .project-feature { grid-template-columns: 1fr; }
  .project-feature img { min-height: 300px; }
  .help-grid { gap: 48px; }
  .contact-grid { gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid-preview .gallery-card:nth-child(1), .gallery-grid-full .gallery-card:nth-child(7n + 1) { grid-column: span 2; }
  .gallery-grid-preview .gallery-card:nth-child(4) { grid-row: auto; }
  .gallery-grid-preview .gallery-card:nth-child(4) .gallery-card-image { height: 330px; }
  .gallery-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .gallery-toolbar { display: block; }
  .gallery-filters { justify-content: flex-start; margin-top: 20px; }
  .gallery-lightbox-frame { grid-template-columns: 1fr; overflow: auto; }
  .gallery-lightbox-frame > img { min-height: 0; height: min(62vh, 620px); }
  .gallery-lightbox-copy { padding: 28px 28px 34px; }
  .dashboard-top { display: block; }
  .dashboard-actions { justify-content: flex-start; margin-top: 22px; }
  .dashboard-status { margin: 8px 0 18px; text-align: left; }
}

@media (max-width: 540px) {
  .section { padding: 62px 0; }
  .brand span { display: none; }
  .hero { padding-top: 42px; }
  .hero-actions, .help-actions { display: grid; }
  .hero-actions .button, .help-actions .button { width: 100%; }
  .hero-points { gap: 9px 18px; font-size: .76rem; }
  .hero-note { width: 82%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-icon { margin-top: 35px; }
  .initiative-card { display: block; }
  .initiative-image { height: 330px; }
  .project-feature > div { padding: 30px 24px; }
  .project-feature h3 { font-size: 2rem; }
  .donation-card { padding: 26px 20px; }
  .iban-row { display: grid; }
  .iban-row code { font-size: .76rem; word-break: break-all; }
  .copy-button { width: 100%; }
  .contact-list a { grid-template-columns: 82px 1fr auto; gap: 10px; }
  .contact-list strong { font-size: .9rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 6px; }
  .floating-contact { right: 15px; bottom: 15px; width: 54px; height: 54px; }
  .news-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid-preview .gallery-card:nth-child(1), .gallery-grid-full .gallery-card:nth-child(7n + 1) { grid-column: auto; }
  .gallery-card-image, .gallery-grid-preview .gallery-card:nth-child(1) .gallery-card-image { height: 310px; }
  .gallery-lightbox { width: calc(100% - 18px); max-height: calc(100vh - 18px); }
  .gallery-lightbox-frame { max-height: calc(100vh - 18px); }
  .gallery-lightbox-frame > img { height: 55vh; }
  .gallery-lightbox-nav { top: 28%; width: 44px; height: 44px; }
  .blog-nav { display: flex; position: static; padding: 0; border: 0; box-shadow: none; }
  .blog-nav a:not(.nav-cta) { display: none; }
  .auth-panel { padding: 36px 20px; }
  .password-rules { grid-template-columns: 1fr; }
  .password-actions { display: grid; }
  .form-row { grid-template-columns: 1fr; }
  .dashboard-actions { display: grid; }
  .admin-post-item { display: grid; }
  .admin-post-actions { justify-content: flex-start; }
  .editor-panel, .posts-panel { padding: 22px 18px; }
}

.admin-gallery { margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(7,85,164,.14); }
.admin-gallery-heading { margin-bottom: 18px; }
.gallery-admin-grid { grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); }
.gallery-options-row { align-items: end; }
.publish-check { display: flex; align-items: center; gap: 10px; min-height: 46px; margin: 0; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; font-size: .88rem; font-weight: 750; }
.publish-check input { width: 19px; height: 19px; margin: 0; }
.admin-item-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.admin-item-actions .danger { color: #a82036; }
.admin-gallery-list { display: grid; gap: 12px; }
.admin-gallery-item { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 15px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 15px; }
.admin-gallery-item > img { width: 112px; height: 92px; border-radius: 11px; object-fit: cover; background: #e9f1f7; }
.admin-gallery-item h3 { margin: 5px 0 0; font-size: 1.05rem; }

@media (max-width: 1000px) {
  .gallery-admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .admin-gallery-item { grid-template-columns: 82px minmax(0, 1fr); }
  .admin-gallery-item > img { width: 82px; height: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
