
:root {
  --navy: #0b2d5c;
  --navy-2: #133f78;
  --navy-3: #071b38;
  --gold: #c7a55b;
  --gold-2: #e6cf9b;
  --ivory: #f7f4ed;
  --paper: #fffdfa;
  --ink: #172033;
  --muted: #667085;
  --line: #e7e2d8;
  --red: #e31b23;
  --red-dark: #b30d14;
  --green: #26734d;
  --shadow-sm: 0 10px 25px rgba(11,45,92,.08);
  --shadow-md: 0 20px 55px rgba(11,45,92,.14);
  --radius: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: var(--navy-2); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--red-dark); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold-2); color: var(--navy-3); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 16px; color: #fff; background: var(--navy); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--red); font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0 0 .65em; color: var(--navy-3); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.65rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.35rem, 2.1vw, 1.75rem); }
p { margin: 0 0 1.1em; }
.lead { color: #39465c; font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.6; }
.small { font-size: .89rem; }
.muted { color: var(--muted); }
.text-red { color: var(--red); }
.text-gold { color: var(--gold); }
.section { padding: clamp(72px, 9vw, 126px) 0; }
.section-sm { padding: clamp(48px, 6vw, 80px) 0; }
.section-ivory { background: var(--ivory); }
.section-navy { color: #fff; background: radial-gradient(circle at 10% 20%, rgba(199,165,91,.20), transparent 35%), linear-gradient(145deg,var(--navy-3),var(--navy)); }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy .lead, .section-navy .muted { color: #d7dfed; }
.section-red { color: #fff; background: linear-gradient(145deg, var(--red-dark), var(--red)); }
.section-red h2, .section-red h3, .section-red a { color: #fff; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(30px, 5vw, 72px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.stack { display: grid; gap: 20px; }
.rule { height: 1px; background: var(--line); border: 0; margin: 34px 0; }

/* Header */
.topline { color: #fff; background: var(--navy-3); font-size: .82rem; }
.topline .container { display: flex; justify-content: space-between; gap: 24px; align-items: center; min-height: 38px; }
.topline a { color: #fff; text-decoration: none; }
.topline-message { opacity: .9; }
.topline-links { display: flex; gap: 18px; }
.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(11,45,92,.08); background: rgba(255,253,250,.94); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav-wrap { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--navy); text-decoration: none; min-width: 240px; }
.brand img { width: 55px; height: 55px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.brand-copy strong { margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; letter-spacing: .015em; }
.main-nav { display: flex; align-items: center; gap: clamp(15px,2vw,28px); }
.main-nav a { position: relative; padding: 28px 0 25px; color: #24334c; font-size: .92rem; font-weight: 700; text-decoration: none; }
.main-nav a::after { position: absolute; left: 0; right: 0; bottom: 17px; height: 2px; content: ""; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav a[aria-current="page"] { color: var(--navy); }
.nav-cta { padding: 12px 18px!important; color: #fff!important; background: var(--red); border-radius: 999px; box-shadow: 0 8px 18px rgba(227,27,35,.22); }
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--red-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 12px; color: var(--navy); background: var(--ivory); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s; }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: min(800px, calc(100vh - 122px)); color: #fff; background: var(--navy-3); }
.hero::after { position: absolute; inset: auto 0 0; z-index: -1; height: 150px; content: ""; background: linear-gradient(to top, rgba(7,27,56,.55), transparent); }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,27,56,.96) 0%, rgba(7,27,56,.80) 42%, rgba(7,27,56,.28) 78%, rgba(7,27,56,.15) 100%); }
.hero .container { display: grid; align-items: center; min-height: inherit; padding-block: 80px; }
.hero-content { max-width: 780px; }
.hero h1 { max-width: 760px; color: #fff; }
.hero h1 em { color: var(--gold-2); font-style: normal; }
.hero .lead { max-width: 680px; color: #e6edf7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 34px; font-size: .91rem; color: #d9e1ee; }
.hero-note::before { content: ""; width: 46px; height: 1px; background: var(--gold); }
.page-hero { position: relative; overflow: hidden; padding: clamp(80px,10vw,140px) 0; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(199,165,91,.23), transparent 32%), linear-gradient(135deg,var(--navy-3),var(--navy)); }
.page-hero h1 { color: #fff; font-size: clamp(2.75rem,5vw,5rem); }
.page-hero .lead { max-width: 760px; color: #dce5f2; }
.page-hero .kicker { color: var(--gold-2); }
.page-hero-media { position: absolute; inset: 0 0 0 55%; opacity: .22; mask-image: linear-gradient(to left,#000,transparent); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 26px; padding: 0; list-style: none; font-size: .83rem; }
.breadcrumbs a { color: #dce5f2; }
.breadcrumbs li:not(:last-child)::after { margin-left: 7px; content: "/"; opacity: .55; }
.breadcrumbs span { color: #fff; }

/* Buttons */
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s, color .18s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--red); box-shadow: 0 12px 25px rgba(227,27,35,.25); }
.btn-primary:hover { color: #fff; background: var(--red-dark); }
.btn-gold { color: var(--navy-3); background: var(--gold-2); box-shadow: 0 12px 25px rgba(199,165,91,.22); }
.btn-gold:hover { color: var(--navy-3); background: #f0dba8; }
.btn-outline { color: var(--navy); border-color: rgba(11,45,92,.35); background: transparent; }
.btn-outline:hover { color: #fff; background: var(--navy); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.btn-ghost:hover { color: var(--navy-3); background: #fff; }
.link-arrow { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; text-decoration: none; }
.link-arrow::after { content: "→"; transition: transform .2s; }
.link-arrow:hover::after { transform: translateX(4px); }

/* Cards / stats */
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.card h3 { margin-bottom: 12px; }
.card-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 22px; color: #fff; background: var(--navy); border-radius: 15px; font-size: 1.25rem; font-weight: 900; }
.program-card { position: relative; overflow: hidden; min-height: 300px; transition: transform .2s, box-shadow .2s; }
.program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.program-card::after { position: absolute; right: -22px; bottom: -34px; width: 110px; height: 110px; content: ""; border: 18px solid rgba(199,165,91,.13); border-radius: 50%; }
.program-number { color: var(--gold); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.stat { min-height: 170px; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem,4vw,4rem); line-height: 1; }
.stat span { display: block; margin-top: 12px; color: #dce5f2; font-size: .93rem; }
.metric-card { padding: 30px; border-left: 4px solid var(--red); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--ivory); }
.metric-card strong { display: block; color: var(--navy); font-family: Georgia,serif; font-size: 2.5rem; line-height: 1; }
.metric-card span { display: block; margin-top: 10px; color: var(--muted); }

/* Media blocks */
.image-frame { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.image-frame:hover img { transform: scale(1.025); }
.image-frame::after { position: absolute; inset: 0; pointer-events: none; content: ""; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; }
.image-caption { margin-top: 12px; color: var(--muted); font-size: .82rem; }
.logo-project { max-width: 520px; margin: 0 auto; filter: drop-shadow(0 18px 28px rgba(7,27,56,.10)); }
.media-mosaic { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 220px 220px; gap: 16px; }
.media-mosaic .image-frame:first-child { grid-row: 1 / 3; }
.video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.video-card video { width: 100%; aspect-ratio: 16/10; background: #000; object-fit: cover; }
.video-card-body { padding: 20px 24px 24px; }

/* Timeline / process */
.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { position: absolute; top: 0; bottom: 0; left: 95px; width: 2px; content: ""; background: var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 76px 1fr; gap: 38px; padding: 0 0 36px; }
.timeline-year { color: var(--red); font-weight: 900; }
.timeline-dot { position: absolute; top: 5px; left: 88px; width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 2px var(--gold); }
.timeline-copy { padding: 0 0 28px; border-bottom: 1px solid var(--line); }
.timeline-copy h3 { margin-bottom: 7px; font-size: 1.35rem; }
.process { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; counter-reset: steps; }
.process-step { position: relative; padding: 28px 24px 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; counter-increment: steps; }
.process-step::before { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; content: counter(steps); color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; }
.process-step:not(:last-child)::after { position: absolute; top: 48px; right: -15px; z-index: 2; content: "→"; color: var(--gold); font-size: 1.5rem; font-weight: 900; }

/* Quote / callout */
.quote { position: relative; padding: 42px 46px; border-left: 5px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; background: #fff; box-shadow: var(--shadow-sm); }
.quote p { color: var(--navy-3); font-family: Georgia,serif; font-size: clamp(1.35rem,2.6vw,2.15rem); line-height: 1.35; }
.quote cite { color: var(--muted); font-style: normal; font-weight: 700; }
.callout { padding: 34px; border: 1px solid rgba(199,165,91,.45); border-radius: var(--radius); background: linear-gradient(135deg,#fffdf8,#faf2df); }
.notice { padding: 18px 20px; border-left: 4px solid var(--gold); background: #fff8e7; color: #594714; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 96px; gap: 14px; }
.gallery button { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 16px; background: #eee; }
.gallery button:nth-child(1) { grid-column: span 7; grid-row: span 4; }
.gallery button:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.gallery button:nth-child(3) { grid-column: span 5; grid-row: span 2; }
.gallery button:nth-child(4) { grid-column: span 4; grid-row: span 3; }
.gallery button:nth-child(5) { grid-column: span 4; grid-row: span 3; }
.gallery button:nth-child(6) { grid-column: span 4; grid-row: span 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery button:hover img { transform: scale(1.045); }
.gallery button::after { position: absolute; inset: auto 12px 12px auto; display: grid; width: 38px; height: 38px; place-items: center; content: "+"; color: #fff; border-radius: 50%; background: rgba(7,27,56,.76); font-size: 1.2rem; }
.lightbox { position: fixed; inset: 0; z-index: 3000; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(3,13,28,.94); }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1200px,94vw); max-height: 84vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.lightbox-close { position: absolute; top: 20px; right: 24px; width: 48px; height: 48px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; font-size: 1.8rem; }

/* Governance */
.profile-card { display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: start; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.profile-initials { display: grid; width: 100px; height: 100px; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg,var(--navy),var(--navy-2)); font-family: Georgia,serif; font-size: 2.3rem; }
.role { display: block; margin-bottom: 8px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.people-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.person { padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.person strong { display: block; color: var(--navy); font-family: Georgia,serif; font-size: 1.2rem; }
.person span { color: var(--muted); font-size: .9rem; }

/* News */
.news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.news-card-media { position: relative; height: 225px; overflow: hidden; background: var(--ivory); }
.news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card:hover .news-card-media img { transform: scale(1.035); }
.news-card-body { padding: 24px; }
.news-meta { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; color: var(--muted); font-size: .79rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.news-card h3 { font-size: 1.45rem; }
.news-card h3 a { color: var(--navy-3); text-decoration: none; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 300px; gap: 70px; align-items: start; }
.article-body { font-size: 1.08rem; }
.article-body h2 { margin-top: 1.4em; font-size: 2.25rem; }
.article-body h3 { margin-top: 1.4em; }
.article-body ul { padding-left: 1.25em; }
.article-body li { margin-bottom: .55em; }
.article-intro { color: #39465c; font-size: 1.28rem; }
.article-sidebar { position: sticky; top: 120px; }
.source-list { padding: 0; list-style: none; }
.source-list li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .89rem; }
.source-list a { word-break: break-word; }
.tag { display: inline-flex; padding: 5px 10px; color: var(--navy); border: 1px solid var(--gold-2); border-radius: 999px; background: #fffaf0; font-size: .75rem; font-weight: 800; text-decoration: none; }

/* Forms */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.contact-card { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-card:first-child { padding-top: 0; }
.contact-symbol { display: grid; flex: 0 0 44px; height: 44px; place-items: center; color: #fff; border-radius: 13px; background: var(--navy); }
.contact-card strong { display: block; color: var(--navy); }
.form-card { padding: clamp(26px,4vw,46px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-md); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1/-1; }
.field label { color: var(--navy-3); font-size: .88rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #cfd5df; border-radius: 10px; background: #fff; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--navy-2); outline: 3px solid rgba(19,63,120,.12); }
.field textarea { min-height: 160px; resize: vertical; }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .86rem; }
.check input { margin-top: 4px; }
.form-status { margin-bottom: 22px; padding: 14px 16px; border-radius: 10px; }
.form-status.success { color: #174b34; background: #dff4e9; }
.form-status.error { color: #75151a; background: #fde3e5; }
.hp { position: absolute!important; left: -9999px!important; }

/* Documents / tables / FAQ */
.doc-list { display: grid; gap: 14px; }
.doc-item { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.doc-item strong { display: block; color: var(--navy); }
.doc-item span { color: var(--muted); font-size: .85rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--navy); background: var(--ivory); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
tr:last-child td { border-bottom: 0; }
.faq { display: grid; gap: 12px; }
.faq details { padding: 18px 22px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.faq summary { color: var(--navy); font-weight: 850; cursor: pointer; }
.faq details p { margin: 14px 0 0; }

/* CTA / footer */
.cta-band { position: relative; overflow: hidden; padding: clamp(58px,8vw,100px) 0; color: #fff; background: linear-gradient(135deg,var(--red-dark),var(--red)); }
.cta-band::after { position: absolute; top: -100px; right: -60px; width: 330px; height: 330px; content: ""; border: 55px solid rgba(255,255,255,.1); border-radius: 50%; }
.cta-band .container { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.cta-band h2 { max-width: 760px; color: #fff; margin-bottom: 0; }
.site-footer { color: #cfd9e8; background: var(--navy-3); }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 44px; padding: 70px 0 50px; }
.footer-brand { display: flex; gap: 16px; align-items: center; margin-bottom: 22px; }
.footer-brand img { width: 64px; height: 64px; object-fit: contain; padding: 5px; border-radius: 14px; background: #fff; }
.footer-brand strong { display: block; color: #fff; font-family: Georgia,serif; font-size: 1.25rem; }
.footer-brand span { color: var(--gold-2); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer h3 { margin-bottom: 18px; color: #fff; font-family: inherit; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.footer-links a { color: #cfd9e8; text-decoration: none; font-size: .92rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.12); color: #9fb0c8; font-size: .78rem; }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-bottom a { color: #cfd9e8; }

/* Utility / reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.divider-heart { display: flex; align-items: center; gap: 12px; color: var(--red); margin: 28px 0; }
.divider-heart::before, .divider-heart::after { flex: 1; height: 1px; content: ""; background: var(--line); }
.no-margin { margin: 0!important; }
.center { text-align: center; }
.max-700 { max-width: 700px; }
.mx-auto { margin-inline: auto; }

@media (max-width: 1060px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .86rem; }
  .brand { min-width: auto; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .grid-4, .process { grid-template-columns: repeat(2,1fr); }
  .process-step::after { display: none; }
  .news-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .topline-links { display: none; }
  .topline .container { justify-content: center; text-align: center; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy span { font-size: .62rem; }
  .brand-copy strong { font-size: 1rem; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 110px 16px auto; display: none; max-height: calc(100vh - 130px); overflow: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-md); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 12px; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .main-nav a:last-child { border-bottom: 0; }
  .nav-cta { margin-top: 10px; }
  .grid-2, .contact-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .hero { min-height: 720px; }
  .hero-media::after { background: linear-gradient(90deg,rgba(7,27,56,.96),rgba(7,27,56,.72)); }
  .page-hero-media { left: 35%; }
  .media-mosaic { grid-template-rows: 180px 180px; }
  .gallery { grid-auto-rows: 80px; }
  .gallery button:nth-child(n) { grid-column: span 6; grid-row: span 3; }
  .gallery button:first-child { grid-column: span 12; grid-row: span 4; }
  .cta-band .container { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  :root { --container: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .section { padding: 68px 0; }
  .hero { min-height: 680px; }
  .hero .container { padding-block: 62px; align-items: end; }
  .hero-media img { object-position: 60% center; }
  .hero-media::after { background: linear-gradient(0deg,rgba(7,27,56,.98) 0%,rgba(7,27,56,.76) 70%,rgba(7,27,56,.46)); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .grid-3, .grid-4, .news-grid, .people-grid, .video-grid, .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14)!important; }
  .stat:last-child { border-bottom: 0!important; }
  .process { grid-template-columns: 1fr; }
  .timeline::before { left: 68px; }
  .timeline-item { grid-template-columns: 52px 1fr; gap: 30px; }
  .timeline-dot { left: 61px; }
  .profile-card { grid-template-columns: 1fr; }
  .profile-initials { width: 82px; height: 82px; }
  .media-mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(3,220px); }
  .media-mosaic .image-frame:first-child { grid-row: auto; }
  .gallery { display: grid; grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery button:nth-child(n) { grid-column: auto; grid-row: auto; }
  .doc-item { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .article-body { font-size: 1rem; }
  .quote { padding: 30px 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   Ottimizzazioni 1.1.0 — accessibilità, robustezza, stampa
   ============================================================ */
html { scroll-padding-top: 130px; }
:target { scroll-margin-top: 130px; }
@media (max-width: 860px) { html { scroll-padding-top: 110px; } :target { scroll-margin-top: 110px; } }

@media (scripting: none) { .reveal { opacity: 1; transform: none; } }
.no-js .reveal { opacity: 1; transform: none; }

img[width][height] { height: auto; }
.image-frame img, .gallery img, .news-card-media img { background: var(--ivory); }

.article-body a, .narrow a, .source-list a { text-decoration: underline; }
.source-list a:focus-visible, .footer-links a:focus-visible, .topline a:focus-visible { outline-offset: 2px; }

@media (max-width: 860px) { .main-nav a { min-height: 44px; display: flex; align-items: center; } }

.lightbox:not(.open) { display: none; }

.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.note-sources { margin-top: 18px; font-size: .85rem; color: var(--muted); }
.section-navy .note-sources { color: #b9c7dc; }

.faq { display: grid; gap: 14px; margin-top: 38px; }
.faq details { padding: 20px 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy-3); font-size: 1.05rem; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--red); font-size: 1.5rem; line-height: 1; flex: none; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 14px 0 0; color: #39465c; }

@media print {
  .topline, .site-header, .cta-band, .site-footer, .lightbox, .skip-link, .menu-toggle, video { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  body { font-size: 11pt; color: #000; background: #fff; }
  .section, .page-hero { padding: 14pt 0; color: #000; background: none !important; }
  .page-hero h1, .section-navy h2, .section-navy h3 { color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; word-break: break-all; }
  .hero { min-height: auto; }
}
