:root {
  --ink: #12212c;
  --muted: #556773;
  --blue: #005b82;
  --blue-deep: #07364b;
  --blue-light: #e9f3f7;
  --teal: #138a86;
  --rust: #c55533;
  --sand: #f3efe7;
  --paper: #fbfcfc;
  --line: #d8e0e4;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(7, 54, 75, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--blue-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--blue-deep); color: #d6e8ef; font-size: .78rem; letter-spacing: .03em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; gap: 22px; }
.utility-links a { text-decoration: none; }
.utility-links a:hover { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,224,228,.9); backdrop-filter: blur(16px); }
.nav-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 260px; max-width: 52vw; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { font-size: .92rem; font-weight: 650; text-decoration: none; color: #29414f; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: 660px; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--blue-deep); }
.hero-image { position: absolute; inset: 0; background: url("assets/women-awareness.jpg") center 42% / cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,35,49,.94) 0%, rgba(4,35,49,.75) 48%, rgba(4,35,49,.18) 78%), linear-gradient(0deg, rgba(3,27,39,.42), transparent 55%); }
.hero-content { position: relative; color: var(--white); padding-block: 95px 86px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--rust); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #f4b89f; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(3rem, 6.5vw, 6.2rem); line-height: .99; letter-spacing: -.055em; font-weight: 730; text-wrap: balance; }
.hero-copy { max-width: 680px; margin: 28px 0 0; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.55; color: #e1edf2; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid transparent; font-weight: 750; text-decoration: none; }
.button-primary { background: var(--white); color: var(--blue-deep); }
.button-primary:hover { background: #eaf4f8; }
.text-link { color: var(--white); font-weight: 700; text-decoration: none; }
.text-link span, .arrow-link span { margin-left: 7px; }

.evidence-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 150px; padding: 30px 26px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.stat:first-child { border-left: 1px solid var(--line); }
.stat strong { color: var(--blue); font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.stat span { max-width: 170px; margin-top: 9px; color: var(--muted); font-size: .9rem; line-height: 1.35; }

.section { padding-block: 112px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 120px); }
.section h2, .contact h2 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 4.3rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 690; text-wrap: balance; }
.intro-grid .prose { padding-top: 35px; }
.prose p { margin: 0 0 20px; color: var(--muted); font-size: 1.08rem; }
.arrow-link { display: inline-flex; margin-top: 10px; color: var(--blue); font-weight: 750; text-decoration: none; }

.work { background: #eef5f7; }
.section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 1.02rem; }
.section-heading.compact { grid-template-columns: 1fr; max-width: 850px; }
.programme-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #b9cbd3; border-left: 1px solid #b9cbd3; }
.programme { min-height: 330px; padding: 34px 32px; display: flex; flex-direction: column; border-right: 1px solid #b9cbd3; border-bottom: 1px solid #b9cbd3; background: rgba(255,255,255,.42); }
.programme-featured { background: var(--blue); color: var(--white); }
.programme-number { margin-bottom: auto; color: var(--rust); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.programme-featured .programme-number { color: #ffc4ab; }
.programme h3 { margin: 50px 0 12px; font-size: 1.45rem; line-height: 1.2; }
.programme p { margin: 0; color: var(--muted); font-size: .95rem; }
.programme-featured p { color: #d9e9ef; }

.impact { background: var(--blue-deep); color: var(--white); }
.impact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.section-kicker.light { color: #8cd3cf; }
.impact-copy p:last-child { max-width: 480px; margin-top: 24px; color: #c8dce4; }
.impact-metrics { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); }
.metric { min-height: 230px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.metric strong { font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.05em; color: #a8e0dd; }
.metric span { max-width: 230px; margin-top: 14px; color: #d6e5eb; line-height: 1.4; }

.stories { background: var(--white); }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(3, 210px); gap: 18px; }
.story { position: relative; margin: 0; min-height: 210px; overflow: hidden; background: var(--blue-deep); }
.story-large { grid-row: 1 / 4; }
.story img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story:hover img { transform: scale(1.025); }
.story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,30,42,.88), transparent 58%); pointer-events: none; }
.story figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; color: var(--white); font-size: 1.05rem; font-weight: 650; line-height: 1.35; }
.story figcaption span { display: block; margin-bottom: 5px; color: #abdcd9; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.story figcaption small { display: block; max-width: 510px; margin-top: 7px; color: #dce8ec; font-size: .78rem; font-weight: 450; line-height: 1.35; }

.resource-hero { padding-block: 86px; background: var(--sand); border-bottom: 1px solid #d4ccbd; }
.resource-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.resource-hero h1 { max-width: 740px; margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: 1; letter-spacing: -.055em; text-wrap: balance; }
.resource-hero p:last-child { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; }
.resource-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px; box-shadow: var(--shadow); }
.resource-library { background: var(--paper); }
.library-note { max-width: 650px; color: var(--muted); }
.publication-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.publication-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.publication-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.publication-card-body { padding: 26px 26px 28px; }
.publication-category { margin: 0 0 13px; color: var(--rust) !important; font-size: .7rem !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.publication-card h2 { margin: 0; font-size: 1.45rem; line-height: 1.2; letter-spacing: -.02em; }
.publication-card-body > p:not(.publication-category) { min-height: 76px; margin: 14px 0 20px; color: var(--muted); font-size: .92rem; }
.record-status { display: inline-flex; padding: 7px 10px; background: var(--blue-light); color: var(--blue-deep); font-size: .72rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.resource-note { padding-block: 88px; background: var(--blue-deep); color: var(--white); }
.resource-note-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; }
.resource-note h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.resource-note-inner > p { margin: 0; color: #c8dce4; font-size: 1.02rem; }

.geography { background: var(--sand); }
.geography-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.lead { margin-top: 25px; max-width: 500px; color: var(--muted); font-size: 1.08rem; }
.reach-note { margin-top: 48px; display: flex; align-items: center; gap: 18px; }
.reach-note strong { color: var(--rust); font-size: 3.5rem; line-height: 1; letter-spacing: -.05em; }
.reach-note span { max-width: 160px; color: var(--muted); line-height: 1.3; }
.state-list { border-top: 1px solid #bfb8aa; }
.state-list article { padding: 34px 0; display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 20px; border-bottom: 1px solid #bfb8aa; }
.state-list article > p { margin: 0; color: var(--rust); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.state-list h3 { margin: 0; font-size: 1.45rem; }
.state-list ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; list-style: none; color: var(--muted); }

.approach { background: var(--paper); }
.approach-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 2px solid var(--ink); }
.approach-list li { padding: 28px 24px 10px 0; border-right: 1px solid var(--line); }
.approach-list li + li { padding-left: 24px; }
.approach-list li:last-child { border-right: 0; }
.approach-list > li > span { color: var(--rust); font-size: .74rem; font-weight: 800; }
.approach-list h3 { margin: 50px 0 12px; font-size: 1.3rem; }
.approach-list p { margin: 0; color: var(--muted); font-size: .93rem; }

.governance { background: var(--blue-light); }
.governance-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.governance-layout > div > p:last-child { max-width: 530px; margin-top: 24px; color: var(--muted); }
.registration-list { margin: 0; border-top: 1px solid #9ebbc6; }
.registration-list div { padding: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-bottom: 1px solid #9ebbc6; }
.registration-list dt { color: var(--muted); }
.registration-list dd { margin: 0; font-weight: 750; }

.collaboration { background: var(--white); }
.collaboration-inner { max-width: 930px; margin-left: max(20px, calc((100vw - var(--max)) / 2)); }
.collaboration-inner p:last-child { max-width: 820px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; }

.contact { padding-block: 95px; background: var(--blue); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: start; }
.contact-layout > div > p:last-child { max-width: 580px; color: #d6e8ee; }
.contact address { padding-left: 34px; display: flex; flex-direction: column; gap: 8px; border-left: 1px solid rgba(255,255,255,.35); font-style: normal; color: #dcecf1; }
.contact address strong { margin-bottom: 5px; color: var(--white); font-size: 1.08rem; }
.contact address a { margin-top: 8px; color: var(--white); font-weight: 700; text-decoration: none; }

.site-footer { padding: 64px 0 24px; background: #081e29; color: #abc0ca; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; }
.footer-brand img { width: 235px; padding: 7px; background: var(--white); }
.footer-brand p { max-width: 280px; }
.footer-label { margin: 0 0 16px; color: var(--white); font-weight: 750; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin-bottom: 9px; color: #c0d1d8; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .84rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #c8d8df; text-decoration: none; }

:focus-visible { outline: 3px solid #ffb28f; outline-offset: 4px; }

@media (max-width: 900px) {
  .utility-links { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 118px; left: 0; right: 0; padding: 24px 20px 30px; display: none; flex-direction: column; align-items: flex-start; gap: 16px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .hero { min-height: 600px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .split, .impact-layout, .geography-layout, .governance-layout, .contact-layout, .resource-hero-grid, .resource-note-inner { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .programme-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-list { grid-template-columns: repeat(2, 1fr); }
  .approach-list li:nth-child(2) { border-right: 0; }
  .approach-list li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .publication-grid { grid-template-columns: repeat(2, 1fr); }
  .contact address { padding-left: 0; padding-top: 28px; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .utility-inner { min-height: 30px; font-size: .7rem; }
  .nav-shell { min-height: 72px; }
  .brand { width: 215px; }
  .primary-nav { top: 102px; }
  .hero { min-height: 650px; }
  .hero-image { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,35,49,.94), rgba(4,35,49,.63)), linear-gradient(0deg, rgba(3,27,39,.68), transparent 60%); }
  .hero-content { padding-block: 76px 58px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .hero-copy { font-size: 1rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 128px; padding: 22px 14px; }
  .stat strong { font-size: 2.4rem; }
  .stat span { font-size: .78rem; }
  .section { padding-block: 78px; }
  .section h2, .contact h2 { font-size: clamp(2.15rem, 10vw, 3.3rem); }
  .intro-grid .prose { padding-top: 0; }
  .programme-grid { grid-template-columns: 1fr; }
  .programme { min-height: 270px; }
  .impact-metrics { grid-template-columns: 1fr; }
  .metric { min-height: 175px; }
  .story-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .story-large { grid-row: auto; }
  .story { min-height: 300px; }
  .story-large { min-height: 420px; }
  .state-list article { grid-template-columns: 1fr; }
  .state-list ul { grid-template-columns: 1fr 1fr; }
  .approach-list { grid-template-columns: 1fr; }
  .approach-list li, .approach-list li + li { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .approach-list li:nth-child(n+3) { border-top: 0; }
  .approach-list h3 { margin-top: 24px; }
  .registration-list div { grid-template-columns: 1fr; gap: 5px; }
  .resource-hero { padding-block: 66px; }
  .resource-hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .publication-grid { grid-template-columns: 1fr; }
  .publication-card-body > p:not(.publication-category) { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 26px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; }
}

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