:root {
  --navy-950: #071f2d;
  --navy-900: #0b334d;
  --navy-800: #12445d;
  --teal-700: #0f7078;
  --teal-600: #15919a;
  --teal-500: #3eaab0;
  --teal-100: #dff1f2;
  --teal-50: #f0f8f8;
  --gold-600: #b77e1c;
  --gold-500: #d6a23d;
  --gold-100: #f6e9c8;
  --ink: #1b2b34;
  --muted: #5b6f79;
  --line: #d6e2e6;
  --surface: #ffffff;
  --surface-alt: #f5f8f9;
  --shadow-sm: 0 8px 24px rgba(7, 31, 45, .08);
  --shadow-md: 0 18px 48px rgba(7, 31, 45, .12);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.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: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  background: #fff;
  color: var(--navy-900);
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 920px; }

.utility-bar {
  color: #d8ecef;
  background: var(--navy-950);
  font-size: .82rem;
}
.utility-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.utility-inner p { margin: 0; }
.utility-inner a { color: #fff; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.utility-link { white-space: nowrap; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(214,226,230,.85);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(7,31,45,.08); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 250px; }
.brand img { flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { color: var(--navy-900); font-size: 1.28rem; letter-spacing: -.025em; }
.brand-copy small { color: var(--muted); margin-top: 4px; font-size: .72rem; letter-spacing: .025em; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a {
  position: relative;
  color: #29434f;
  font-size: .93rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 3px;
  border-radius: 3px;
  background: var(--teal-600);
  transition: right .2s ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after { right: 0; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background:
    radial-gradient(circle at 8% 88%, rgba(214,162,61,.16), transparent 22rem),
    radial-gradient(circle at 93% 13%, rgba(62,170,176,.18), transparent 27rem),
    linear-gradient(135deg, #f7fbfb 0%, #edf6f7 56%, #f9fcfc 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(21,145,154,.12);
  border-radius: 50%;
  pointer-events: none;
}
.hero::before { width: 460px; height: 460px; right: -230px; top: -190px; }
.hero::after { width: 260px; height: 260px; left: -110px; bottom: -140px; }
.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr);
  align-items: center;
  gap: 52px;
  padding-block: 76px 68px;
}
.hero-copy { position: relative; z-index: 1; }
.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--teal-700);
  font-size: .79rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.6rem, 5vw, 4.85rem);
  line-height: .99;
  letter-spacing: -.055em;
}
.hero-title {
  max-width: 710px;
  margin: 24px 0 0;
  color: var(--navy-800);
  font-size: clamp(1.08rem, 1.6vw, 1.33rem);
  line-height: 1.48;
  font-weight: 700;
}
.hero-summary {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}
.hero-actions,
.team-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 9px;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(21,145,154,.3); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--teal-700); box-shadow: 0 10px 22px rgba(15,112,120,.18); }
.button-primary:hover { background: #0b6269; box-shadow: 0 13px 27px rgba(15,112,120,.23); }
.button-secondary { color: var(--navy-900); background: rgba(255,255,255,.72); border-color: #b7cdd3; }
.button-secondary:hover { background: #fff; border-color: var(--teal-600); }
.button-light { color: var(--navy-950); background: #fff; border-color: #fff; box-shadow: var(--shadow-sm); }
.button-light:hover { background: var(--gold-100); border-color: var(--gold-100); }
.hero-note { margin: 17px 0 0; color: #6a7d85; font-size: .83rem; font-weight: 650; }
.hero-visual { position: relative; z-index: 1; }
.hero-visual img { width: 100%; filter: drop-shadow(0 25px 35px rgba(7,31,45,.09)); }

.section { padding-block: 96px; }
.section-alt { background: var(--surface-alt); border-block: 1px solid var(--line); }
.section-intro { padding-bottom: 104px; }
.section h2,
.cta-section h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2rem, 3.7vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -.04em;
}
.lead { margin: 25px 0 0; color: #405862; font-size: clamp(1.16rem, 2vw, 1.45rem); line-height: 1.62; }
.lead-small { color: #405862; font-size: 1.18rem; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1.02rem; }

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 55px;
}
.challenge-card {
  position: relative;
  min-height: 255px;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--teal-600);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.challenge-card:nth-child(2) { border-top-color: var(--gold-500); }
.challenge-card:nth-child(3) { border-top-color: #667fa2; }
.card-number { position: absolute; right: 20px; top: 9px; color: #e7eff1; font-size: 4.2rem; font-weight: 900; line-height: 1; }
.challenge-card h3 { position: relative; margin: 10px 0 14px; color: var(--navy-900); font-size: 1.25rem; line-height: 1.27; }
.challenge-card p { position: relative; margin: 0; color: var(--muted); }

.framework-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.framework-card {
  padding: 27px 25px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 5px 18px rgba(7,31,45,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.framework-card:hover { transform: translateY(-5px); border-color: #a8cbd0; box-shadow: var(--shadow-md); }
.framework-card-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;
  padding-inline: 34px;
  background: linear-gradient(105deg, #fff 0%, #f2f9f9 100%);
}
.framework-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 15px;
}
.framework-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.step { margin: 19px 0 6px; color: var(--gold-600); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.framework-card-wide .step { margin-top: 0; }
.framework-card h3 { margin: 0 0 12px; color: var(--navy-900); font-size: 1.15rem; line-height: 1.28; }
.framework-card p:last-child { margin: 0; color: var(--muted); font-size: .94rem; }

.evidence-band { color: #fff; background: var(--navy-900); }
.evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.evidence-item { min-height: 155px; padding: 31px 27px; border-left: 1px solid rgba(255,255,255,.15); }
.evidence-item:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.evidence-item strong { display: block; color: #fff; font-size: 1.55rem; letter-spacing: -.025em; }
.evidence-item span { display: block; margin-top: 7px; color: #c9dce1; font-size: .91rem; line-height: 1.45; }

.research-stack { display: grid; gap: 28px; }
.research-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  min-height: 390px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.research-feature-reverse .feature-image { order: 2; }
.feature-image { display: flex; align-items: center; justify-content: center; min-height: 360px; padding: 30px; background: #edf4f5; border-right: 1px solid var(--line); }
.research-feature-reverse .feature-image { border-right: 0; border-left: 1px solid var(--line); }
.feature-image img { width: 100%; max-height: 330px; object-fit: contain; border-radius: 8px; }
.feature-copy { align-self: center; padding: 48px; }
.feature-label { margin: 0 0 12px; color: var(--teal-700); font-size: .78rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.feature-copy h3 { margin: 0; color: var(--navy-900); font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1.16; letter-spacing: -.025em; }
.feature-copy > p:not(.feature-label) { margin: 20px 0 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: var(--teal-700); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.status-chip { display: inline-flex; margin-top: 23px; padding: 7px 11px; color: #785413; background: var(--gold-100); border-radius: 999px; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }

.publication-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.publication-card {
  position: relative;
  display: block;
  min-height: 265px;
  padding: 30px;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(7,31,45,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.publication-card::after { position: absolute; content: ""; width: 115px; height: 115px; right: -45px; bottom: -50px; border-radius: 50%; background: var(--teal-100); transition: transform .25s ease; }
.publication-card:nth-child(2)::after { background: #e8edf5; }
.publication-card:nth-child(3)::after { background: var(--gold-100); }
.publication-card:hover { transform: translateY(-5px); border-color: #a8cbd0; box-shadow: var(--shadow-md); }
.publication-card:hover::after { transform: scale(1.2); }
.pub-year { color: var(--gold-600); font-size: .76rem; font-weight: 850; letter-spacing: .085em; text-transform: uppercase; }
.publication-card h3 { margin: 16px 0 12px; color: var(--navy-900); font-size: 1.3rem; line-height: 1.25; }
.publication-card p { max-width: 520px; margin: 0; color: var(--muted); }
.publication-card .text-link { position: relative; z-index: 1; }

.team-section { background: linear-gradient(180deg, #fff, #f6fafb); }
.team-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr); align-items: center; gap: 80px; }
.team-copy > p:not(.section-kicker) { max-width: 720px; color: var(--muted); }
.project-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.project-mark { width: 78px; height: 78px; display: grid; place-items: center; margin-bottom: 18px; background: var(--teal-50); border-radius: 21px; }
.project-card h3 { margin: 0 0 20px; color: var(--navy-900); font-size: 1.65rem; }
.project-card dl { margin: 0; }
.project-card dl > div { padding: 15px 0; border-top: 1px solid var(--line); }
.project-card dt { color: var(--teal-700); font-size: .73rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.project-card dd { margin: 5px 0 0; color: #445b65; }
.project-card dd a { color: var(--teal-700); font-weight: 800; }

.cta-section { padding-block: 72px; color: #fff; background: linear-gradient(120deg, var(--navy-900), #0d6470); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-section h2 { color: #fff; max-width: 780px; }
.cta-section p:not(.section-kicker) { margin: 16px 0 0; color: #d2e6e9; }
.section-kicker-light { color: #9edfe2; }

.site-footer { padding: 56px 0 25px; color: #c6d8dd; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start; }
.footer-brand { display: inline-block; color: #fff; font-size: 1.6rem; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.footer-brand span { color: #7fd0d4; }
.footer-grid p { max-width: 620px; margin: 12px 0 0; font-size: .9rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #e4f0f2; font-size: .9rem; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: #95afb7; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 17px; }
  .site-nav a { font-size: .86rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .framework-grid { grid-template-columns: repeat(2, 1fr); }
  .evidence-grid { grid-template-columns: repeat(2, 1fr); }
  .evidence-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.15); }
  .evidence-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .research-feature { grid-template-columns: 1fr; }
  .research-feature-reverse .feature-image { order: 0; }
  .feature-image,
  .research-feature-reverse .feature-image { border: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  .utility-inner { min-height: 40px; }
  .utility-inner p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .utility-link { display: none; }
  .brand { min-width: auto; }
  .brand-copy small { display: none; }
  .nav-toggle {
    width: 44px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    color: var(--navy-900);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    cursor: pointer;
  }
  .nav-toggle span:not(.sr-only) { width: 22px; height: 2px; display: block; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 20px;
    right: 20px;
    display: grid;
    gap: 0;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav a { padding: 12px 13px; border-radius: 9px; }
  .site-nav a:hover { background: var(--teal-50); }
  .site-nav a::after { display: none; }

  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 65px 55px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 720px; margin-inline: auto; }
  .section { padding-block: 78px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .challenge-grid { grid-template-columns: 1fr; }
  .challenge-card { min-height: auto; }
  .team-grid { grid-template-columns: 1fr; gap: 45px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-bar { font-size: .76rem; }
  .brand-copy strong { font-size: 1.12rem; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 3.65rem); }
  .hero-title { font-size: 1.05rem; }
  .hero-actions, .team-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { margin-top: 5px; }
  .section h2, .cta-section h2 { font-size: 2.15rem; }
  .section { padding-block: 68px; }
  .framework-grid { grid-template-columns: 1fr; }
  .framework-card-wide { grid-column: auto; grid-template-columns: 1fr; gap: 15px; padding: 27px 25px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-item { min-height: auto; border-right: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); }
  .evidence-item:first-child { border-top: 0; }
  .feature-image { min-height: 240px; padding: 18px; }
  .feature-copy { padding: 30px 24px 34px; }
  .publication-grid { grid-template-columns: 1fr; }
  .publication-card { min-height: 235px; padding: 25px; }
  .project-card { padding: 27px 23px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Concise content layout: projects, reports, resources, and news */
.project-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.project-feature-copy { padding: 48px; }
.project-feature-copy > .status-chip { margin-top: 0; }
.project-feature-copy h3 {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--navy-900);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.14;
  letter-spacing: -.035em;
}
.project-summary { margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.project-aims {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.project-aims > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 17px;
  background: var(--teal-50);
  border: 1px solid #d2e7e9;
  border-radius: var(--radius-sm);
}
.project-aims span {
  color: var(--gold-600);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.project-aims p { margin: 0; color: #405862; font-size: .92rem; line-height: 1.5; }
.project-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
}
.project-meta > div { padding: 19px 18px 0 0; }
.project-meta dt {
  color: var(--teal-700);
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.project-meta dd { margin: 5px 0 0; color: #445b65; font-size: .9rem; }
.project-feature-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 30px;
  background: #edf4f5;
  border-left: 1px solid var(--line);
}
.project-feature-image img { width: 100%; max-height: 440px; object-fit: contain; border-radius: 9px; }

.report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.report-card { min-height: 290px; }
.report-card:nth-child(3)::after { background: var(--gold-100); }
.status-chip-small { margin-top: 22px; }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.resource-card {
  min-height: 285px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 5px 18px rgba(7,31,45,.04);
}
.resource-label {
  margin: 0;
  color: var(--gold-600);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.resource-card h3 { margin: 16px 0 12px; color: var(--navy-900); font-size: 1.3rem; line-height: 1.25; }
.resource-card > p:not(.resource-label) { margin: 0; color: var(--muted); }
.resource-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.resource-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--teal-700);
  background: var(--teal-50);
  border: 1px solid #cfe3e6;
  border-radius: 8px;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}
.resource-links a:hover { background: #fff; border-color: var(--teal-600); }

.news-section { border-top: 1px solid var(--line); }
.news-list { border-top: 1px solid var(--line); }
.news-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 35px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.news-item time { color: var(--teal-700); font-size: .88rem; font-weight: 850; letter-spacing: .08em; }
.news-item h3 { margin: 0; color: var(--navy-900); font-size: 1.3rem; }
.news-item p { max-width: 820px; margin: 8px 0 0; color: var(--muted); }

@media (max-width: 1080px) {
  .project-feature { grid-template-columns: 1fr; }
  .project-feature-image { min-height: 340px; border-left: 0; border-top: 1px solid var(--line); }
  .report-grid,
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .project-feature-copy { padding: 32px 25px; }
  .project-aims,
  .project-meta,
  .report-grid,
  .resource-grid { grid-template-columns: 1fr; }
  .project-meta > div { padding-right: 0; }
  .project-feature-image { min-height: 260px; padding: 18px; }
  .news-item { grid-template-columns: 1fr; gap: 8px; }
}
