
:root {
  --navy: #082b67;
  --navy-deep: #031a3c;
  --blue: #087b9b;
  --teal: #049f9d;
  --teal-bright: #18b9b6;
  --ink: #1e3f77;
  --muted: #5b6880;
  --paper: #ffffff;
  --soft: #f7f9fc;
  --line: #d6dfe9;
  --shadow: 0 16px 40px rgba(13,42,81,.12);
  --content: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.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; left: 1rem; top: -4rem; z-index: 1000; background: #fff; color: var(--navy); padding: .75rem 1rem; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.header-shell, .utility-shell, .footer-shell, .content-wrap { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; }
.site-header { background: #fff; position: relative; z-index: 20; }
.header-shell { min-height: 164px; display: flex; align-items: center; justify-content: flex-end; position: relative; }
.brand { position: absolute; left: -14px; top: 8px; width: 226px; z-index: 6; }
.brand img { width: 100%; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 7px 13px rgba(4,35,79,.08)); }
.primary-nav { display: flex; gap: clamp(24px, 3.7vw, 58px); align-items: center; padding-left: 210px; }
.primary-nav a { position: relative; font-size: clamp(1rem, 1.35vw, 1.18rem); font-weight: 700; white-space: nowrap; padding: 10px 0 12px; color: var(--navy); }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--teal); transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.utility-bar { background: linear-gradient(90deg, #eef3f7 0%, #f8fbfd 100%); border-top: 1px solid #edf1f5; border-bottom: 1px solid #d8e0e9; }
.utility-shell { min-height: 82px; display: flex; align-items: center; justify-content: flex-end; gap: 40px; padding-left: 210px; }
.search { width: min(360px, 34vw); height: 46px; background: #fff; border: 1px solid #ccd5df; border-radius: 999px; display: flex; align-items: center; overflow: hidden; box-shadow: inset 0 1px 2px rgba(20,40,70,.04); }
.search input { border: 0; outline: 0; width: 100%; padding: 0 18px; color: var(--ink); background: transparent; }
.search button { width: 48px; height: 100%; border: 0; background: transparent; color: var(--navy); display: grid; place-items: center; cursor: pointer; }
.search svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.utility-actions { display: flex; gap: 14px; }
.cta { min-width: 132px; height: 46px; padding: 0 18px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; font-weight: 700; box-shadow: 0 7px 16px rgba(4,35,79,.14); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.cta:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(4,35,79,.2); filter: brightness(1.05); }
.cta-navy { background: linear-gradient(135deg, #052c69, #003771); }
.cta-blue { background: linear-gradient(135deg, #006b88, #087f9c); }
.cta-teal { background: linear-gradient(135deg, #047e7f, #0aa29e); }
.menu-toggle { display: none; }

.hero-section {
  position: relative;
  width: 100%;
  background: #051c48;
  overflow: hidden;
}
.hero-section img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.hero-copy {
  width: min(42%, 680px);
  padding-left: clamp(54px, 4.8vw, 82px);
  padding-right: 20px;
  color: #fff;
}
.hero-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 8vw, 7.2rem);
  font-weight: 600;
  line-height: .92;
}
.hero-rule {
  width: 72px;
  height: 4px;
  background: var(--teal-bright);
  margin: 18px 0 26px;
  border-radius: 999px;
}
.hero-subheading {
  margin: 0 0 22px;
  font-size: clamp(1.85rem, 2.9vw, 3rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -.015em;
}
.hero-body {
  margin: 0;
  max-width: 620px;
  color: rgba(255,255,255,.96);
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.8;
}

.research-content {
  padding: 48px 0 108px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}
.intro-section {
  text-align: center;
  max-width: 970px;
  margin: 0 auto 34px;
}
.mini-rule {
  width: 52px;
  height: 4px;
  background: var(--teal-bright);
  border-radius: 999px;
}
.centered { margin: 0 auto 14px; }
.intro-section h2,
.section-title {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.06;
}
.intro-section h2 { font-size: clamp(2.8rem, 4.1vw, 4rem); margin-bottom: 10px; }
.intro-section p {
  margin: 0 auto;
  max-width: 930px;
  color: #4d5e7d;
  font-size: 1.08rem;
  line-height: 1.8;
}
.priorities-section { margin-top: 18px; }
.section-title {
  font-size: clamp(2.3rem, 3.5vw, 3.2rem);
  text-align: center;
}
.priority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.priority-card {
  background: #fff;
  border: 1px solid #dde4ec;
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 28px 24px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 296px;
}
.icon-circle {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #042f7d;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(3,32,89,.16);
  margin-bottom: 18px;
}
.icon-circle svg,
.focus-icon svg,
.community-icon svg,
.footer-icons svg,
.search svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-circle svg { width: 48px; height: 48px; color: #e9fbff; }
.priority-card h4,
.focus-card h4,
.community-copy h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.12;
}
.priority-card h4 { font-size: 1.95rem; }
.card-rule {
  width: 44px;
  height: 3px;
  background: var(--teal-bright);
  border-radius: 999px;
  margin: 12px auto 14px;
}
.priority-card p {
  margin: 0;
  color: #4c5d7a;
  font-size: 1rem;
  line-height: 1.72;
}
.mini-cta,
.community-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #052c69, #003f8e);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 9px 18px rgba(4,35,79,.16);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.mini-cta:hover,
.community-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(4,35,79,.2); filter: brightness(1.05); }
.priority-card .mini-cta {
  margin-top: auto;
  padding-top: 0;
}
.priority-card p + .mini-cta {
  margin-top: 28px;
}


.focus-section { margin-top: 48px; }
.focus-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.focus-card {
  background:
    linear-gradient(180deg, rgba(14,77,156,.14), rgba(11,53,114,.14)),
    radial-gradient(circle at 20% 18%, rgba(30,192,255,.10), transparent 25%),
    linear-gradient(135deg, #001a48 0%, #012865 55%, #00183d 100%);
  color: #fff;
  border-radius: 16px;
  padding: 22px 18px 20px;
  text-align: center;
  border: 2px solid rgba(35,181,224,.22);
  box-shadow: 0 10px 26px rgba(4,35,79,.18);
}
.focus-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
}
.focus-icon svg { width: 44px; height: 44px; color: #19d5e5; }
.focus-card h4 { color: #fff; font-size: 1.75rem; margin-bottom: 10px; }
.focus-card p { margin: 0; color: rgba(255,255,255,.92); font-size: .97rem; line-height: 1.58; }


.archive-section {
  margin-top: 32px;
  background:
    radial-gradient(circle at 0% 100%, rgba(73,154,223,.13), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(73,154,223,.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dde4ec;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 26px;
}
.archive-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  color: #2c65b2;
}
.archive-icon svg {
  width: 60px;
  height: 60px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.archive-copy h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 600;
  line-height: 1.08;
}
.archive-copy p {
  margin: 0;
  color: #4c5d7a;
  font-size: 1rem;
  line-height: 1.75;
}
.archive-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #052c69, #003f8e);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 9px 18px rgba(4,35,79,.16);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.archive-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(4,35,79,.2);
  filter: brightness(1.05);
}

.community-section {
  margin-top: 32px;
  background:
    radial-gradient(circle at 0% 100%, rgba(73,154,223,.13), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(73,154,223,.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dde4ec;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 26px;
}
.community-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  color: #2c65b2;
}
.community-icon svg { width: 60px; height: 60px; }
.community-copy h3 { font-size: 2.35rem; margin-bottom: 8px; }
.community-copy p { margin: 0; color: #4c5d7a; font-size: 1rem; line-height: 1.75; }
.community-cta { min-width: 168px; }

.site-footer {
  border-top: 4px solid var(--teal);
  color: #fff;
  background:
    linear-gradient(rgba(2,18,43,.88), rgba(2,18,43,.94)),
    radial-gradient(circle at 20% 30%, rgba(31,85,162,.35), transparent 34%),
    radial-gradient(circle at 72% 56%, rgba(36,103,180,.30), transparent 26%),
    radial-gradient(circle at 45% 76%, rgba(72,155,216,.16), transparent 22%),
    linear-gradient(135deg, #001633 0%, #032553 42%, #001b46 100%);
}
.footer-shell { padding: 18px 0 24px; text-align: center; }
.footer-icons { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 10px; }
.footer-icons > span { width: 1px; height: 48px; background: rgba(255,255,255,.62); }
.footer-icons a { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; transition: transform .2s ease, background .2s ease; color: #fff; }
.footer-icons a:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); }
.footer-icons svg { width: 32px; height: 32px; }
.footer-url { display: inline-block; color: var(--teal-bright); font-size: 1.25rem; margin: 2px 0 8px; }
.site-footer p { margin: 3px 0; font-size: .88rem; color: rgba(255,255,255,.94); }

@media (max-width: 1300px) {
  .hero-copy { width: 46%; }
}
@media (max-width: 1100px) {
  .header-shell { min-height: 142px; }
  .brand { width: 202px; top: 8px; left: -8px; }
  .primary-nav { gap: 24px; padding-left: 175px; }
  .primary-nav a { font-size: .98rem; }
  .utility-shell { padding-left: 175px; gap: 24px; }
  .cta { min-width: 118px; }
  .priority-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .focus-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .archive-section, .community-section { grid-template-columns: 90px 1fr; }
  .archive-cta, .community-cta { justify-self: start; grid-column: 2; }
}
@media (max-width: 900px) {
  .header-shell { min-height: 110px; justify-content: space-between; }
  .brand { position: relative; left: 0; top: 0; width: 112px; margin: 8px 0; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; border: 0; background: none; padding: 12px; }
  .menu-toggle span:not(.sr-only) { width: 28px; height: 2px; background: var(--navy); }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 16px 20px 22px; background: #fff; box-shadow: 0 14px 24px rgba(10,30,60,.13); flex-direction: column; gap: 4px; align-items: stretch; display: none; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 8px; }
  .utility-shell { padding-left: 0; flex-wrap: wrap; gap: 12px; padding-top: 14px; padding-bottom: 14px; }
  .search { width: 100%; order: 2; }
  .utility-actions { width: 100%; justify-content: flex-end; }
  .hero-overlay { position: static; }
  .hero-copy {
    width: 100%;
    padding: 34px 24px 38px;
    background: linear-gradient(180deg, #03183c 0%, #062a63 100%);
  }
  .priority-grid, .focus-grid { grid-template-columns: 1fr; }
  .archive-section, .community-section { grid-template-columns: 1fr; text-align: center; }
  .archive-icon, .community-icon { margin: 0 auto; }
  .archive-cta, .community-cta { justify-self: center; grid-column: auto; }
}
@media (max-width: 600px) {
  .header-shell, .utility-shell, .footer-shell, .content-wrap { width: min(100% - 24px, var(--content)); }
  .utility-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .cta { min-width: 0; padding: 0 8px; font-size: .86rem; }
  .research-content { padding-bottom: 84px; }
  .hero-copy h1 { font-size: 3.4rem; }
  .hero-subheading { font-size: 1.65rem; }
  .footer-icons { gap: 8px; flex-wrap: wrap; }
  .footer-icons > span { display: none; }
  .footer-icons a { width: 40px; height: 40px; }
  .site-footer p { font-size: .76rem; }
}
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(20,185,181,.65); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .archive-section { grid-template-columns: 1fr; text-align: center; }
  .archive-cta { justify-self: center; }
}

/* Uniform research priority card actions */
.priority-card { height: 100%; }
.priority-card .mini-cta { margin-top: auto; }


/* Align all Research Priority CTAs on one horizontal plane */
.priority-grid {
  align-items: stretch;
}
.priority-card {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
}
.priority-card .icon-circle,
.priority-card h4,
.priority-card .card-rule,
.priority-card p,
.priority-card .mini-cta {
  justify-self: center;
}
.priority-card .mini-cta {
  margin-top: 28px;
  align-self: end;
  min-width: 148px;
}
