:root {
  --navy: #073B67;
  --navy-deep: #032B4D;
  --blue: #59A8DA;
  --blue-soft: #DCEFFA;
  --gold: #F5B83A;
  --cream: #FBF7F0;
  --cream-deep: #F3EDE3;
  --white: #FFFFFF;
  --ink: #173047;
  --muted: #526A7E;
  --line: #C9DCE9;
  --shadow: 0 18px 50px rgba(7, 59, 103, .10);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shell: 1180px;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  background: var(--navy-deep);
  color: var(--white);
  padding: .85rem 1rem;
  border-radius: 12px;
}
.skip-link:focus { top: 1rem; }

.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;
}

:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 4px;
  border-radius: 8px;
}

.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin: 0 auto;
}
.narrow { max-width: 850px; }
.section-pad { padding: 104px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 240, .96);
  border-bottom: 1px solid rgba(7, 59, 103, .11);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand img {
  width: 220px;
  height: 82px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}
.primary-nav { display: flex; align-items: center; gap: 1.5rem; }
.primary-nav a {
  text-decoration: none;
  font-weight: 750;
  font-size: .95rem;
}
.primary-nav a:hover { text-decoration: underline; text-underline-offset: .3em; }
.nav-cta {
  color: var(--white) !important;
  background: var(--navy);
  padding: .75rem 1rem;
  border-radius: 999px;
}
.menu-button { display: none; }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(89,168,218,.24), transparent 30%),
    linear-gradient(180deg, #fffaf4 0%, var(--cream) 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 6rem;
  align-items: center;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.08; color: var(--navy-deep); margin-top: 0; }
h1 {
  font-size: clamp(3.3rem, 7vw, 6.6rem);
  letter-spacing: -.055em;
  margin-bottom: 1.7rem;
}
h1 span { color: var(--navy); display: block; }
h2 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  letter-spacing: -.04em;
  margin-bottom: 1.4rem;
}
h3 { font-size: 1.45rem; letter-spacing: -.02em; }
.hero-lede {
  font-size: clamp(1.16rem, 2vw, 1.35rem);
  max-width: 710px;
  color: #36536B;
  margin: 0 0 2rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .9rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  border: 2px solid transparent;
}
.button-primary { background: var(--navy); color: var(--white); }
.button-primary:hover { background: var(--navy-deep); }
.button-secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.button-secondary:hover { background: var(--white); }
.button-light { background: var(--white); color: var(--navy-deep); }

.hero-art { display: flex; justify-content: center; }
.sun-card {
  width: min(460px, 100%);
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 42% 42% 26% 26%;
  background: linear-gradient(180deg, #83C3EA 0%, #59A8DA 58%, #E6F4FC 58%, #E6F4FC 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 2px solid rgba(7,59,103,.08);
}
.sun {
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold);
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 12px rgba(255,255,255,.9);
}
.horizon {
  position: absolute;
  left: -8%;
  right: -8%;
  top: 47%;
  height: 46%;
  background: var(--cream);
  border-radius: 50% 50% 0 0 / 17% 17% 0 0;
  border-top: 8px solid var(--white);
}
.path {
  position: absolute;
  z-index: 2;
  left: 45%;
  top: 47%;
  width: 84px;
  height: 56%;
  background: var(--white);
  transform: rotate(8deg);
  clip-path: polygon(38% 0, 66% 0, 44% 28%, 74% 43%, 38% 100%, 0 100%, 48% 45%, 18% 31%);
}
.box-line {
  position: absolute;
  z-index: 3;
  bottom: 13%;
  width: 45%;
  height: 28%;
  border: 16px solid var(--navy-deep);
  border-top: 0;
  background: transparent;
}
.box-left { left: 7%; transform: skewY(28deg); }
.box-right { right: 7%; transform: skewY(-28deg); }

.dream { background: var(--white); }
.statement {
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  line-height: 1.42;
  color: var(--navy-deep);
  font-weight: 720;
}
.narrow > p:not(.eyebrow):not(.statement) { font-size: 1.15rem; color: var(--muted); }
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
.pillar-card {
  min-height: 305px;
  background: var(--cream);
  border: 1px solid #E9DED0;
  border-radius: var(--radius-md);
  padding: 1.6rem;
}
.number { color: var(--blue); font-weight: 900; font-size: .9rem; }
.pillar-card h3 { margin: 3.3rem 0 .85rem; }
.pillar-card p { margin: 0; color: var(--muted); }

.work { background: var(--blue-soft); }
.section-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3.2rem;
}
.section-heading > p { margin: 0 0 .9rem; font-size: 1.12rem; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.work-card {
  background: var(--white);
  border: 1px solid rgba(7,59,103,.1);
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: 0 12px 30px rgba(7,59,103,.05);
}
.icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--navy-deep);
  font-size: 1.55rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.work-card p { color: var(--muted); margin-bottom: 0; }

.research { background: var(--navy-deep); color: var(--white); }
.research h2, .research h3 { color: var(--white); }
.research .eyebrow { color: #A7D9F5; }
.research-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; }
.research-intro { font-size: 1.18rem; color: #D7E7F2; }
.frameworks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.frameworks article {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-md);
  padding: 1.55rem;
  background: rgba(255,255,255,.06);
}
.frameworks p { color: #D7E7F2; }
.tag {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 850;
  color: #FFD06A !important;
}

.quote-band { background: var(--gold); padding: 70px 0; }
.quote-band p {
  margin: 0;
  max-width: 980px;
  font-size: clamp(2rem, 4.2vw, 4.5rem);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -.045em;
  color: var(--navy-deep);
}

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.about-copy { font-size: 1.18rem; color: var(--muted); }
.about-copy p:first-child { margin-top: .35rem; }

.connect { background: var(--white); }
.connect-card {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 3rem;
  align-items: end;
}
.connect-card h2 { color: var(--white); }
.connect-card .eyebrow { color: #B8E1F8; }
.connect-card p { color: #E0EDF5; font-size: 1.1rem; }
.connect-actions { display: flex; flex-direction: column; gap: .8rem; align-items: stretch; }
.connect-actions .button-primary { background: var(--gold); color: var(--navy-deep); }

.site-footer { background: #021E36; color: var(--white); padding: 60px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem; }
.footer-brand img { width: 240px; height: auto; border-radius: 0; margin-bottom: 1rem; }
.footer-brand p, .footer-meta p { color: #BFD3E2; }
.footer-links, .footer-meta { display: flex; flex-direction: column; gap: .7rem; }
.footer-links a, .footer-meta a { color: var(--white); text-underline-offset: .25em; }

@media (max-width: 960px) {
  .section-pad { padding: 78px 0; }
  .hero-grid, .research-grid, .about-grid, .connect-card { grid-template-columns: 1fr; gap: 3rem; }
  .hero-art { order: -1; }
  .hero-art .sun-card { width: min(360px, 88vw); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .frameworks { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(var(--shell), calc(100% - 28px)); }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 180px; height: 68px; }
  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 44px;
    border: 2px solid var(--navy);
    color: var(--navy);
    background: transparent;
    border-radius: 999px;
    font-weight: 800;
  }
  .primary-nav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 82px;
    background: var(--cream);
    border: 1px solid rgba(7,59,103,.13);
    box-shadow: var(--shadow);
    border-radius: 18px;
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: .7rem .4rem; }
  .nav-cta { text-align: center; margin-top: .2rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .pillars, .work-grid, .frameworks, .footer-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 250px; }
  .pillar-card h3 { margin-top: 2.2rem; }
  .footer-grid { gap: 2rem; }
  .connect-actions { align-items: stretch; }
}

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

/* Rebrand direction: bold, movement-led, editorial, and human. */
.hero {
  background: linear-gradient(145deg, #FBF7F0 0 63%, #DCEFFA 63% 100%);
}
.hero-grid { gap: 4.5rem; }
h1 { max-width: 780px; }
h1 span { color: var(--blue); }
.hero-lede { max-width: 760px; font-size: clamp(1.2rem, 2vw, 1.45rem); }
.pillar-card { border-radius: 8px; border-width: 2px; box-shadow: none; }
.pillar-card:nth-child(2), .pillar-card:nth-child(4) { background: var(--blue-soft); border-color: #B7DDF3; }
.work-card, .frameworks article { border-radius: 8px; }
.quote-band { padding: 88px 0; }
.quote-band p { max-width: 1080px; }
.connect-card { border-radius: 10px; }
@media (min-width: 900px) {
  .dream .narrow { margin-left: max(20px, calc((100vw - var(--shell))/2)); margin-right: auto; }
}

/* Modern policy institute direction: rigorous, editorial, approachable. */
:root {
  --cream: #FCFBF8;
  --cream-deep: #F4F1EA;
  --ink: #173047;
  --muted: #526678;
  --line: #D8E0E5;
  --radius-lg: 16px;
  --radius-md: 10px;
  --shadow: 0 12px 34px rgba(7,59,103,.07);
}
body { background: var(--white); }
.site-header { background: rgba(255,255,255,.97); }
.hero { background: var(--white); border-bottom: 1px solid var(--line); }
.hero-grid { grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 5rem; }
h1 { font-size: clamp(3.6rem, 7vw, 6.9rem); max-width: 900px; color: var(--navy-deep); }
.hero-lede { max-width: 780px; color: var(--ink); }
.sun-card { border-radius: 10px; box-shadow: none; border: 1px solid var(--line); }
.button, .nav-cta { border-radius: 6px; }
.dream { background: var(--cream); }
.pillars { border-top: 1px solid var(--line); gap: 0; }
.pillar-card, .pillar-card:nth-child(2), .pillar-card:nth-child(4) { background: transparent; border: 0; border-right: 1px solid var(--line); border-radius: 0; padding: 1.75rem; }
.pillar-card:last-child { border-right: 0; }
.work { background: var(--white); }
.work-grid { gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.work-card { border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; padding: 2.25rem; }
.icon { width: auto; height: auto; display: block; background: none; color: var(--blue); font-size: 1.2rem; margin-bottom: 2.8rem; }
.research { background: var(--navy-deep); }
.frameworks { gap: 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.frameworks article { border: 0; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; background: transparent; padding: 1.8rem; }
.insight-band { background: var(--blue-soft); padding: 82px 0; }
.insight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.insight-grid h2 { font-size: clamp(2.3rem,4vw,3.8rem); margin-bottom: 0; }
.insight-grid > p { margin: 2.1rem 0 0; font-size: 1.15rem; color: var(--ink); }
.about { background: var(--white); border-top: 1px solid var(--line); }
.connect { background: var(--cream); }
.connect-card { border-radius: 8px; box-shadow: none; }
@media (max-width:960px) {
  .insight-grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero-grid { grid-template-columns: 1fr; }
}
@media (max-width:760px) {
  .pillars { gap: 0; }
  .pillar-card, .pillar-card:nth-child(2), .pillar-card:nth-child(4) { border-right: 0; border-bottom: 1px solid var(--line); }
}


/* Accessibility refinements */
:target { scroll-margin-top: 108px; }

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--navy-deep);
}

.skip-link:focus-visible {
  outline-color: var(--white);
  box-shadow: 0 0 0 6px var(--navy-deep);
}

.primary-nav a,
.footer-links a,
.footer-meta a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.number {
  color: #1F6F9F;
}

@media (max-width: 760px) {
  .primary-nav a {
    min-height: 48px;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #334E63;
    --line: #8799A7;
  }
  .work-grid,
  .work-card,
  .pillars,
  .pillar-card,
  .frameworks,
  .frameworks article,
  .sun-card,
  .site-header {
    border-color: currentColor;
  }
}

@media (forced-colors: active) {
  .button,
  .nav-cta,
  .menu-button,
  .work-card,
  .pillar-card,
  .frameworks article,
  .connect-card {
    border: 2px solid ButtonText;
  }
  .button,
  .nav-cta,
  .menu-button {
    forced-color-adjust: auto;
  }
  :focus-visible {
    outline: 3px solid Highlight;
    box-shadow: none;
  }
}

.services { background: var(--cream); }
.services-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(10rem, 14rem); gap: 2rem; align-items: start; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.service-row h3 { margin: 0 0 .45rem; }
.service-row p { margin: 0; }
.service-price { font-weight: 700; color: var(--navy); text-align: right; }
.service-price span { display: block; font-weight: 400; color: var(--muted); }
.service-price a { color: inherit; text-underline-offset: .2em; }
.pricing-note { max-width: 52rem; margin: 1.5rem 0 0; }
@media (max-width: 700px) { .service-row { grid-template-columns: 1fr; gap: .65rem; } .service-price { text-align: left; } }


/* Contact form */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.contact-intro { max-width: 34rem; }
.contact-intro a { color: var(--navy); text-underline-offset: .2em; overflow-wrap: anywhere; }
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 8px;
}
.form-field { margin-bottom: 1.35rem; }
.form-field label {
  display: block;
  margin-bottom: .45rem;
  font-weight: 700;
  color: var(--navy-deep);
}
.field-optional {
  font-size: .86em;
  font-weight: 500;
  color: var(--muted);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid #7F919F;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: .78rem .85rem;
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field select { cursor: pointer; }
.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover { border-color: var(--navy); }
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--navy-deep);
}
.field-help, .form-note {
  margin: .45rem 0 0;
  font-size: .92rem;
  color: var(--muted);
}
.form-submit { border: 0; cursor: pointer; min-height: 48px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .contact-intro { max-width: none; }
}
@media (forced-colors: active) {
  .contact-form, .form-field input, .form-field select, .form-field textarea { border: 2px solid CanvasText; }
}

/* Multi-page refinements */
.card-heading { font-size: 1.45rem; letter-spacing: -.02em; margin: 0 0 .85rem; }
main > section:first-child h1 { max-width: 980px; }
@media (max-width: 820px) { .primary-nav { align-items: stretch; } }

/* Resource Library */
.resource-hero{padding:clamp(4rem,8vw,7rem) 0 2.5rem}.resource-hero .lede{max-width:760px;font-size:1.15rem}.resource-section{padding:2rem 0 5rem}.resource-group{margin-top:3.25rem}.resource-group>h2{border-bottom:2px solid #073B67;padding-bottom:.7rem;margin-bottom:1.25rem}.resource-list{display:grid;gap:1rem}.resource-card{border:1px solid #cbd8e2;border-radius:14px;padding:1.4rem;background:#fff}.resource-card h3{margin:.2rem 0 .45rem;font-size:1.15rem}.resource-meta{font-size:.92rem;color:#43576a;margin:0 0 .65rem}.resource-card p:last-child{margin-bottom:0}.resource-note{background:#f3f8fc;border-left:5px solid #e6a92e;padding:1rem 1.2rem;margin-top:2rem;border-radius:8px}.resource-card a{font-weight:700}

/* Homepage refinements */
@media (min-width: 1100px) {
  .nav-wrap { gap: 1.25rem; }
  .brand img { width: 178px; height: 68px; }
  .primary-nav { gap: .9rem; }
  .primary-nav a { font-size: .86rem; }
  .nav-cta { padding: .68rem .82rem; }
}
.home-hero { padding: 88px 0 96px; }
.home-hero-grid { align-items: center; }
.home-logo-panel {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}
.home-logo-panel img { width: min(100%, 430px); height: auto; }
.home-intro { background: var(--cream); }
.home-intro-grid,
.home-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 5rem;
  align-items: start;
}
.home-intro-copy .statement { margin-top: 0; }
.home-intro-copy > p:not(.statement),
.home-split-copy p { font-size: 1.16rem; color: var(--muted); }
.text-link {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  min-height: 44px;
  color: var(--navy);
  font-weight: 850;
  text-underline-offset: .25em;
}
.home-work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.home-work-grid .work-card { min-height: 300px; }
.tag-label {
  margin: 0 0 3rem;
  color: #1F6F9F;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.section-action { margin: 2rem 0 0; }
.home-resources { background: var(--blue-soft); }
.home-split-copy .button { margin-top: .75rem; }
@media (max-width: 1080px) {
  .home-work-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .home-intro-grid, .home-split { grid-template-columns: 1fr; gap: 1.5rem; }
  .home-logo-panel { min-height: 300px; }
}
@media (max-width: 760px) {
  .home-hero { padding: 56px 0 64px; }
  .home-logo-panel { order: -1; min-height: 0; padding: 1rem; }
  .home-logo-panel img { width: min(100%, 330px); }
  .home-work-grid { grid-template-columns: 1fr; }
  .home-work-grid .work-card { min-height: 0; }
}


/* Accessible dropdown navigation */
.nav-dropdown { position: relative; }
.dropdown-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 0;
  background: transparent;
  color: var(--navy-deep);
  font: inherit;
  font-weight: 750;
  font-size: .95rem;
  cursor: pointer;
  padding: .45rem .2rem;
}
.dropdown-toggle:hover { text-decoration: underline; text-underline-offset: .3em; }
.dropdown-toggle:focus-visible { outline: 3px solid var(--white); box-shadow: 0 0 0 6px var(--navy-deep); border-radius: 6px; }
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 30;
  top: calc(100% + .35rem);
  left: 0;
  min-width: 230px;
  padding: .55rem;
  background: var(--white);
  border: 1px solid rgba(7,59,103,.16);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.nav-dropdown.open > .dropdown-menu { display: grid; }
.dropdown-menu a { width: 100%; padding: .7rem .75rem; border-radius: 8px; }
.dropdown-menu a:hover { background: var(--cream); }
.dropdown-menu a[aria-current="page"] { background: var(--blue-soft); }

@media (max-width: 760px) {
  .nav-dropdown { width: 100%; }
  .dropdown-toggle { width: 100%; min-height: 48px; justify-content: space-between; padding: .7rem .4rem; }
  .dropdown-menu { position: static; min-width: 0; box-shadow: none; border: 0; border-left: 3px solid var(--blue); border-radius: 0; background: transparent; padding: 0 0 0 .75rem; margin: 0 0 .25rem .35rem; }
  .dropdown-menu a { min-height: 48px; padding: .7rem .55rem; }
}

@media (forced-colors: active) {
  .dropdown-menu { border: 1px solid CanvasText; }
}

/* Accessible social icon buttons */
.social-icon-links { display: inline-flex; align-items: center; gap: .55rem; }
.social-icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; min-width: 44px; min-height: 44px; border: 2px solid var(--navy); border-radius: 999px; color: var(--navy); background: transparent; text-decoration: none; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.social-icon-button svg { width: 21px; height: 21px; fill: currentColor; }
.social-icon-button:hover { background: var(--navy); color: #fff; }
.social-icon-button:focus-visible { outline: 3px solid #fff; box-shadow: 0 0 0 5px var(--navy-deep); }
.social-icon-links-card { margin-top: .85rem; }
@media (prefers-reduced-motion: reduce) { .social-icon-button { transition: none; } }
@media (forced-colors: active) { .social-icon-button { border: 2px solid ButtonText; } }

/* Homepage hero after removing the visual: use the full section width without leaving an empty grid column. */
.home-hero {
  padding: clamp(64px, 8vw, 104px) 0;
}
.home-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.home-hero .hero-copy {
  max-width: 920px;
}
.home-hero h1 {
  max-width: 820px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.4rem, 6vw, 5.9rem);
}
.home-hero .hero-lede {
  max-width: 760px;
  margin-bottom: 1.75rem;
}
@media (max-width: 760px) {
  .home-hero {
    padding: 52px 0 60px;
  }
  .home-hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }
}

/* Keep secondary actions visible on dark callout cards. */
.connect-actions .button-secondary {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}
.connect-actions .button-secondary:hover,
.connect-actions .button-secondary:focus-visible {
  background: var(--white);
  color: var(--navy-deep);
}

/* Organizational partnership logos */
.partnership-card { display: flex; flex-direction: column; gap: 1rem; }
.partnership-logo-link { display: inline-flex; align-items: center; width: min(100%, 520px); min-height: 44px; border-radius: 8px; }
.partnership-logo-link:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
.partnership-logo { display: block; width: min(100%, 520px); height: auto; background: #fff; border-radius: 6px; }

/* Larger navigation logo */
.brand img { width: 300px; height: auto; max-width: 100%; }
@media (min-width: 1100px) {
  .brand img { width: 300px; height: auto; }
}
@media (max-width: 760px) {
  .brand img { width: 235px; height: auto; }
}

/* Large navigation logo treatment, matched to the supplied header reference */
.nav-wrap {
  min-height: 190px;
}
.brand {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex: 0 0 auto;
  padding: 10px 0;
}
.brand img {
  width: 270px;
  height: 170px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}
.primary-nav {
  align-self: center;
}
@media (max-width: 1099px) and (min-width: 761px) {
  .nav-wrap { min-height: 150px; }
  .brand img { width: 225px; height: 132px; }
}
@media (max-width: 760px) {
  .nav-wrap { min-height: 112px; }
  .brand { padding: 8px 0; }
  .brand img { width: 180px; height: 96px; max-width: 100%; }
}

/* Larger navigation typography */
@media (min-width: 1100px) {
  .primary-nav a,
  .dropdown-toggle {
    font-size: 1.05rem;
  }
  .primary-nav {
    gap: 1rem;
  }
}
@media (max-width: 1099px) and (min-width: 761px) {
  .primary-nav a,
  .dropdown-toggle {
    font-size: 1rem;
  }
}

/* Keep desktop navigation labels on one line */
@media (min-width: 1100px) {
  .site-header .shell {
    width: min(1450px, calc(100% - 40px));
  }
  .primary-nav {
    flex-wrap: nowrap;
    gap: .8rem;
    white-space: nowrap;
  }
  .primary-nav > a,
  .dropdown-toggle,
  .dropdown-menu a {
    white-space: nowrap;
  }
}

/* Compact footer */
.site-footer { padding: 32px 0; }
.footer-grid { grid-template-columns: .85fr 1.35fr .8fr; gap: 2rem; align-items: start; }
.footer-brand img { width: 180px; margin-bottom: 0; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.5rem; row-gap: .45rem; }
.footer-meta { gap: .5rem; }
@media (max-width: 960px) {
  .site-footer { padding: 28px 0; }
  .footer-grid { gap: 1.5rem; }
  .footer-brand img { width: 165px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .footer-links { grid-template-columns: 1fr; }
}


/* Compact footer layout after removal of footer logo */
.site-footer {
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
}

.site-footer .container,
.site-footer .footer-inner,
.site-footer .footer-content {
  align-items: start;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem 3rem;
  align-items: start;
}

.site-footer nav,
.site-footer .footer-nav,
.site-footer .footer-links {
  margin-top: 0;
}

.site-footer .footer-links {
  gap: .45rem 1.25rem;
}

.site-footer .social-links,
.site-footer .social-icons,
.site-footer .footer-social {
  margin-top: .75rem;
}

.site-footer .footer-bottom,
.site-footer .copyright {
  margin-top: 1.25rem;
  padding-top: 1rem;
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .site-footer .footer-bottom,
  .site-footer .copyright {
    margin-top: 1rem;
  }
}

/* Homepage hero CTA hierarchy */
.home-hero .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  align-items: center;
}

.home-hero .button {
  min-height: 48px;
  padding: .8rem 1.25rem;
  border: 2px solid var(--navy);
  border-radius: 8px;
  font-weight: 700;
}

.home-hero .button:first-child {
  background: var(--navy);
  color: var(--white);
  box-shadow: none;
}

.home-hero .button:first-child:hover,
.home-hero .button:first-child:focus-visible {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  color: var(--white);
}

.home-hero .button-secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.home-hero .button-secondary:hover,
.home-hero .button-secondary:focus-visible {
  background: var(--blue-soft);
  color: var(--navy-deep);
  border-color: var(--navy-deep);
}

.image-description {
  max-width: 42rem;
  margin: .65rem 0 0;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--navy-deep);
}
