:root {
  --navy-950: #031f31;
  --navy-900: #052f47;
  --navy-800: #073f5c;
  --blue-700: #066d8f;
  --cyan-500: #19bfd3;
  --cyan-100: #dff7fa;
  --orange-500: #f28a32;
  --ink: #17232d;
  --muted: #5a6873;
  --line: #d9e4e9;
  --surface: #f3f8fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(3, 47, 71, .14);
  --radius: 22px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffbd5d; outline-offset: 3px; }
.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: 9999; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; color: var(--navy-900); background: #fff; font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.site-header { position: sticky; z-index: 1000; top: 0; height: 78px; color: #fff; background: rgba(3, 31, 49, .96); border-bottom: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 40px), 1280px); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px 13px 4px 13px; color: var(--cyan-500); background: rgba(255,255,255,.08); }
.brand-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand > span:last-child { display: grid; line-height: 1.18; }
.brand strong { font-size: 15px; letter-spacing: .01em; }
.brand small { margin-top: 3px; color: #afc9d3; font-size: 11px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 750; }
.site-nav a { padding-block: 26px; text-decoration: none; border-bottom: 2px solid transparent; }
.site-nav a:hover { color: #fff; border-bottom-color: var(--cyan-500); }
.site-nav .nav-main-site { padding: 10px 14px; border: 1px solid rgba(255,255,255,.4); border-radius: 9px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; border-radius: 9px; color: #fff; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

.archive-context { color: #18313e; background: #e8f7f9; border-bottom: 1px solid #b9e4e9; }
.archive-context .shell { display: flex; align-items: center; gap: 16px 24px; min-height: 58px; padding-block: 10px; font-size: 14px; line-height: 1.4; }
.archive-context strong { color: var(--navy-900); white-space: nowrap; }
.archive-context span { flex: 1; }
.archive-context a { color: var(--blue-700); font-weight: 800; white-space: nowrap; }

.hero { position: relative; overflow: hidden; min-height: 670px; color: #fff; background: radial-gradient(circle at 72% 22%, rgba(25,191,211,.23), transparent 31%), linear-gradient(128deg, var(--navy-950), var(--navy-800) 62%, #075c74); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent 5%, #000 75%); }
.hero-pattern { position: absolute; right: -220px; bottom: -270px; width: 730px; height: 730px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-pattern::before, .hero-pattern::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.hero-pattern::before { inset: 95px; }
.hero-pattern::after { inset: 195px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 75px; align-items: center; min-height: 670px; padding-block: 78px; }
.eyebrow { margin: 0 0 14px; color: #82e6f0; font-size: 13px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue-700); }
.hero h1 { margin: 0 0 26px; font-size: clamp(54px, 7vw, 88px); line-height: .95; letter-spacing: -.06em; }
.hero h1 span { color: #75e1eb; }
.hero-lead { max-width: 690px; margin: 0 0 30px; color: #d2e7ed; font-size: clamp(18px, 2vw, 22px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border: 2px solid transparent; border-radius: 10px; text-decoration: none; font-size: 15px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.2); }
.button-primary { color: #fff; background: var(--orange-500); }
.button-ghost, .button-light { color: #fff; border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.05); }
.hero-card { justify-self: end; width: min(100%, 425px); padding: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.08); box-shadow: 0 32px 78px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.hero-emblem { display: grid; place-items: center; width: 120px; height: 120px; margin-bottom: 26px; border-radius: 28px; color: #73e0eb; background: rgba(255,255,255,.08); }
.hero-emblem svg { width: 105px; height: 105px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-card > p { margin: 0 0 28px; color: #cbe4ea; font-size: 20px; }
.hero-card > p strong { color: #fff; }
.hero-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.hero-card li { display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: #e0eef2; font-size: 14px; }
.hero-card li span { color: #7ee5ef; font-size: 11px; font-weight: 850; letter-spacing: .12em; }

.section { padding-block: 96px; }
.section-tint { background: var(--surface); }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.section h2, .contact-section h2 { margin: 0; color: var(--navy-950); font-size: clamp(38px, 5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.prose p { margin: 0 0 18px; }
.lead-prose { color: var(--muted); font-size: 19px; }
.goals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; }
.goal-card { position: relative; overflow: hidden; min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(3,47,71,.06); }
.goal-card::after { content: ""; position: absolute; top: -35px; right: -35px; width: 100px; height: 100px; border-radius: 50%; background: var(--cyan-100); }
.goal-number { color: var(--blue-700); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.goal-card h3 { margin: 40px 0 10px; color: var(--navy-900); font-size: 22px; }
.goal-card p { margin: 0; color: var(--muted); font-size: 15px; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 18px; }
.publication-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.publication-card { display: grid; grid-template-columns: 175px 1fr; gap: 27px; align-items: center; min-height: 285px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 45px rgba(3,47,71,.08); }
.cover-link { overflow: hidden; border-radius: 10px; box-shadow: 0 13px 32px rgba(3,47,71,.18); }
.cover-link img { width: 100%; aspect-ratio: 226 / 300; object-fit: cover; transition: transform .25s ease; }
.cover-link:hover img { transform: scale(1.025); }
.publication-card .meta { margin: 0 0 8px; color: var(--blue-700); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.publication-card h3 { margin: 0 0 22px; color: var(--navy-900); font-size: 26px; line-height: 1.14; }
.text-link { color: var(--blue-700); font-size: 14px; font-weight: 850; text-underline-offset: 4px; }

.archive-list { border-top: 1px solid var(--line); }
.archive-item { border-bottom: 1px solid var(--line); }
.archive-item > summary { display: grid; grid-template-columns: 125px 1fr 34px; gap: 25px; align-items: center; padding: 25px 4px; cursor: pointer; list-style: none; }
.archive-item > summary::-webkit-details-marker { display: none; }
.archive-date { color: var(--muted); font-size: 13px; font-weight: 750; }
.archive-title { color: var(--navy-900); font-size: clamp(19px, 2vw, 25px); font-weight: 800; }
.archive-plus { position: relative; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.archive-plus::before, .archive-plus::after { content: ""; position: absolute; top: 13px; left: 7px; width: 13px; height: 2px; background: var(--blue-700); }
.archive-plus::after { transform: rotate(90deg); transition: transform .2s ease; }
.archive-item[open] .archive-plus::after { transform: rotate(0); }
.archive-content { max-width: 910px; padding: 0 4px 34px 150px; color: var(--muted); }
.archive-content a { color: var(--blue-700); font-weight: 750; }
.archive-banner { width: 300px; margin-top: 20px; border-radius: 8px; }
.gallery-disclosure { margin-top: 23px; padding: 18px; border-radius: 13px; background: var(--surface); }
.gallery-disclosure > summary { cursor: pointer; color: var(--navy-900); font-weight: 850; }
.photo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; margin-top: 17px; }
.photo-grid a { overflow: hidden; aspect-ratio: 1; border-radius: 8px; background: #dce8ec; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.photo-grid a:hover img { transform: scale(1.07); }

.contact-section { padding-block: 82px; color: #fff; background: linear-gradient(135deg, #075a75, var(--navy-800)); }
.contact-section h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.contact-grid > div > p:not(.eyebrow) { max-width: 680px; color: #cce5eb; font-size: 18px; }
.contact-grid address { display: grid; gap: 10px; padding: 30px; border-left: 1px solid rgba(255,255,255,.25); font-style: normal; }
.contact-grid address span { color: #cce5eb; }
.contact-grid address a { color: #fff; font-weight: 750; }
.site-footer { padding-block: 28px; color: #a9c0c9; background: var(--navy-950); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-inner a, .footer-inner button { color: #fff; }
.footer-inner button { padding: 0; border: 0; background: transparent; text-decoration: underline; cursor: pointer; }

body.consent-open { overflow: hidden; }
#fl-consent { position: fixed; z-index: 2147483646; inset: 0; display: none; align-items: flex-end; justify-content: center; padding: 18px; background: rgba(0,0,0,.62); }
#fl-consent.open { display: flex; }
#fl-consent-box { position: relative; width: min(720px, 100%); max-height: min(90vh, 820px); overflow: auto; padding: 26px; border-radius: 16px; color: #1f2937; background: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.35); }
#fl-consent h2 { margin: 0 40px 10px 0; color: var(--navy-800); font-size: 27px; line-height: 1.15; letter-spacing: -.025em; }
#fl-consent p { margin: 0 0 18px; font-size: 15px; line-height: 1.55; }
#fl-consent a { color: var(--navy-800); text-decoration: underline; text-underline-offset: 3px; }
#fl-consent-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; color: var(--navy-800); background: var(--surface); font-size: 23px; cursor: pointer; }
.fl-consent-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.fl-consent-row strong, .fl-consent-row span { display: block; }
.fl-consent-row strong { color: var(--navy-900); }
.fl-consent-row span { margin-top: 3px; color: var(--muted); font-size: 13px; }
.fl-consent-row input { width: 22px; height: 22px; accent-color: var(--blue-700); }
.fl-consent-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.fl-consent-actions button { flex: 1 1 160px; min-height: 46px; padding: 9px 12px; border: 2px solid var(--navy-800); border-radius: 8px; color: var(--navy-800); background: #fff; font-weight: 800; cursor: pointer; }
.fl-consent-actions .fl-primary { color: #fff; background: var(--navy-800); }
#fl-consent-manage { position: fixed; z-index: 2147483645; left: 12px; bottom: 12px; padding: 9px 13px; border: 0; border-radius: 22px; color: #fff; background: var(--navy-800); box-shadow: 0 3px 14px rgba(0,0,0,.26); font-size: 12px; font-weight: 750; cursor: pointer; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 40px; }
  .goals-grid { grid-template-columns: 1fr 1fr; }
  .publication-card { grid-template-columns: 125px 1fr; }
  .photo-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 790px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 70px; }
  .header-inner { width: min(calc(100% - 28px), 1280px); }
  .archive-context .shell { display: grid; gap: 5px; padding-block: 13px; }
  .archive-context strong, .archive-context a { white-space: normal; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; align-items: stretch; padding: 12px 20px 22px; color: #fff; background: var(--navy-950); box-shadow: 0 18px 30px rgba(0,0,0,.2); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 12px 2px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .site-nav .nav-main-site { margin-top: 8px; text-align: center; }
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 70px; }
  .hero-card { justify-self: start; width: 100%; }
  .section { padding-block: 72px; }
  .two-column, .section-heading, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .publication-grid { grid-template-columns: 1fr; }
  .archive-content { padding-left: 0; }
  .contact-grid address { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand small { display: none; }
  .hero-grid { gap: 30px; padding-block: 55px; }
  .hero h1 { font-size: clamp(47px, 15vw, 64px); }
  .hero-card { padding: 25px; border-radius: 20px; }
  .hero-emblem { width: 92px; height: 92px; }
  .hero-emblem svg { width: 82px; height: 82px; }
  .goals-grid { grid-template-columns: 1fr; }
  .publication-card { grid-template-columns: 92px 1fr; gap: 17px; min-height: 0; padding: 18px; }
  .publication-card h3 { margin-bottom: 12px; font-size: 19px; }
  .archive-item > summary { grid-template-columns: 1fr 30px; gap: 12px; }
  .archive-date { grid-column: 1; }
  .archive-title { grid-column: 1; }
  .archive-plus { grid-column: 2; grid-row: 1 / 3; }
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  #fl-consent { align-items: flex-end; padding: 12px; }
  #fl-consent-box { max-height: calc(100dvh - 24px); padding: 20px 18px 16px; border-radius: 15px; }
  #fl-consent h2 { margin-right: 34px; font-size: 25px; }
  .fl-consent-actions { display: grid; }
  .fl-consent-actions button { width: 100%; }
  #fl-consent-accept { order: -1; }
}

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

@media print {
  .site-header, .button-row, .site-footer, #fl-consent, #fl-consent-manage { display: none !important; }
  .hero { min-height: auto; color: #000; background: #fff; }
  .hero-grid { min-height: auto; padding-block: 30px; }
  .hero h1, .hero h1 span { color: #000; }
  .hero-card { color: #000; background: #fff; box-shadow: none; }
  .section { padding-block: 35px; }
}
