:root {
  --orange: #f04416;
  --blue: #082f85;
  --blue-2: #021f63;
  --green: #3f8d2b;
  --yellow: #f7b500;
  --ink: #151823;
  --muted: #5e6575;
  --line: #e7e9ef;
  --soft: #fff7ef;
  --shadow: 0 18px 50px rgba(8, 47, 133, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 106px;
  padding: 18px 4.5vw;
  background: rgba(255,255,255,.96);
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  backdrop-filter: blur(12px);
}
.brand img { width: 258px; height: auto; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 16px;
  font-weight: 700;
}
.main-nav a {
  position: relative;
  padding: 10px 0;
}
.main-nav a.active,
.main-nav a:hover { color: var(--orange); }
.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--orange);
}
.nav-pill {
  padding: 10px 18px !important;
  color: #fff !important;
  background: var(--orange);
  border-radius: 7px;
}
.nav-toggle { display: none; }

.flash {
  max-width: 1120px;
  margin: 18px auto;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 700;
}
.flash-success { color: #0b5f24; background: #e8f8ec; }
.flash-error { color: #8a1220; background: #ffe8ec; }

.hero {
  display: grid;
  grid-template-columns: minmax(520px, .95fr) 1.05fr;
  min-height: 480px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff8ee 0%, #fff 42%, #fff0 64%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 66px 5vw 58px;
}
.kicker,
.section-heading span {
  display: block;
  width: 46px;
  height: 4px;
  margin: 0 0 22px;
  background: var(--green);
}
.hero h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 900;
}
.hero h1 span { color: var(--orange); }
.hero h2 {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--blue);
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1.12;
  font-weight: 850;
}
.hero p {
  max-width: 580px;
  margin: 22px 0 0;
  font-size: 22px;
  color: #2b303a;
}
.home-hero h2 {
  max-width: 520px;
  color: #2b303a;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 500;
}
.hero-icon {
  width: 164px;
  height: 164px;
  object-fit: contain;
  margin-bottom: 12px;
}
.hero-media {
  min-height: 480px;
  position: relative;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  width: 38%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.82) 34%, rgba(255,255,255,0) 100%);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  color: #fff;
  background: var(--orange);
  border: 0;
  border-radius: 7px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.btn::after { content: "→"; margin-left: 14px; }
.btn.outline {
  color: var(--blue);
  background: #fff;
  border: 2px solid var(--blue);
}
.btn.green { background: #16a34a; }

.impact-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 22px 4.5vw;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
}
.impact-bar div {
  min-height: 74px;
  padding: 0 30px;
  border-right: 1px solid rgba(255,255,255,.24);
}
.impact-bar b { display: block; font-size: 30px; line-height: 1.1; }
.impact-bar span { display: block; font-size: 18px; }

.section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px 4.5vw;
}
.section-heading h2 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.1;
}
.section-heading.centered { text-align: center; }
.section-heading.centered span { margin-inline: auto; }
.focus-section { background: #fff; }
.cause-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}
.cause-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(0,0,0,.035);
}
.cause-card img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}
.cause-card strong {
  margin-top: 10px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--accent);
  font-size: 20px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.about-teaser {
  background: linear-gradient(180deg, #fff7ed, #fff);
}
.about-teaser img,
.split > img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.three-columns article,
.feature-card,
.post-card,
.doc-card,
.form-card,
.contact-panel,
.testimonials article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.three-columns article {
  padding: 34px;
}
.round-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
}
.blue { background: var(--blue); }
.orange { background: var(--orange); }
.green { background: var(--green); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feature-card { padding: 30px; }
.feature-card span {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  background: var(--accent, var(--orange));
}
.feature-card h2,
.post-card h2,
.doc-card h2 { color: var(--blue); line-height: 1.15; }
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 36px 4.5vw 52px;
  padding: 32px 44px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  border-radius: 8px;
}
.cta-band h2 { margin: 0; font-size: 38px; }

.sdgs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
  padding: 76px 4.5vw 52px;
  background:
    linear-gradient(90deg, #fff7ed 0%, #fff 58%),
    #fff;
  border-top: 1px solid var(--line);
}
.sdgs-copy h1 {
  max-width: 980px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(48px, 6vw, 88px);
  line-height: .98;
  font-weight: 900;
}
.sdgs-copy p {
  max-width: 780px;
  margin: 24px 0 0;
  color: #2b303a;
  font-size: 22px;
}
.sdgs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.sdgs-feature {
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(240,68,22,.35), transparent 36%),
    linear-gradient(135deg, var(--blue), var(--blue-2));
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.sdgs-feature strong {
  display: block;
  color: var(--orange);
  font-size: 88px;
  line-height: .9;
}
.sdgs-feature span {
  display: block;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 900;
}
.sdgs-feature p {
  margin-bottom: 0;
  color: rgba(255,255,255,.82);
}
.sdg-hub {
  padding-top: 34px;
}
.sdg-icon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 14px;
}
.sdg-icon-card {
  min-height: 150px;
  padding: 14px;
  color: #fff;
  background: var(--sdg-color);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
}
.sdg-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.sdg-card-top b {
  font-size: 34px;
  line-height: 1;
}
.sdg-card-top span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  font-size: 28px;
  line-height: 1;
}
.sdg-icon-card h3 {
  margin: 14px 0 5px;
  font-size: 12px;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}
.sdg-icon-card p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 800;
}
.sdg-action-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 18px;
  color: #0076bc;
  border: 2px solid #00a6d6;
  border-radius: 8px;
  background: #fff;
}
.sdg-action-card strong {
  font-size: 19px;
  line-height: 1.15;
}
.sdg-action-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.sdg-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 36px;
  align-items: stretch;
}
.sdg-story {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.sdg-story span,
.sdg-priority-band span {
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
}
.sdg-story h2,
.sdg-priority-band h2 {
  margin: 10px 0 14px;
  color: var(--blue);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.1;
}
.sdg-story p {
  max-width: 850px;
  color: #2b303a;
  font-size: 19px;
}
.sdg-stat-stack {
  display: grid;
  gap: 14px;
}
.sdg-stat-stack article {
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  border-radius: 8px;
}
.sdg-stat-stack strong {
  display: block;
  color: var(--orange);
  font-size: 48px;
  line-height: 1;
}
.sdg-stat-stack span {
  color: rgba(255,255,255,.82);
  font-weight: 800;
}
.sdg-priority-band {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 28px;
  margin-bottom: 34px;
  border-top: 1px solid var(--line);
}
.sdg-priority-grid {
  display: grid;
  gap: 12px;
}
.sdg-priority-grid a {
  padding: 18px 20px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0,0,0,.035);
}
.stats-panel,
.blue-panel,
.join-panel {
  padding: 34px;
  border-radius: 8px;
}
.stats-panel,
.blue-panel {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
}
.stats-panel strong {
  display: block;
  font-size: 72px;
  line-height: 1;
  color: var(--orange);
}
.join-panel { background: #edf8ec; }

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 28px;
}
.filter-row button,
.filter-row a,
.filter-row input {
  min-height: 42px;
  padding: 10px 28px;
  border: 2px solid var(--blue);
  border-radius: 7px;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
}
.filter-row button:first-child,
.filter-row a.active {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}
.filter-row a {
  display: inline-flex;
  align-items: center;
}
.filter-row input { margin-left: auto; min-width: 310px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.gallery-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.gallery-grid figcaption { padding: 12px 14px; font-weight: 600; }
.gallery-grid figcaption strong,
.gallery-grid figcaption span,
.gallery-grid figcaption small {
  display: block;
}
.gallery-grid figcaption strong {
  color: var(--blue);
  font-size: 17px;
}
.gallery-grid figcaption span {
  margin-top: 4px;
  color: #2b303a;
}
.gallery-grid figcaption small {
  margin-top: 8px;
  color: var(--orange);
  font-weight: 900;
}
.empty-state {
  grid-column: 1 / -1;
  padding: 30px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.doc-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.doc-grid { grid-template-columns: repeat(5, 1fr); }
.doc-card,
.post-card { padding: 18px; }
.doc-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #f6f8fb;
  border-radius: 6px;
}
.post-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
}
.post-card span,
.doc-card span {
  display: inline-block;
  margin-top: 14px;
  color: var(--orange);
  font-weight: 900;
}
.doc-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-weight: 700;
}
.policy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  padding: 64px 4.5vw 44px;
  background:
    linear-gradient(90deg, #fff7ed 0%, #fff 58%),
    #fff;
  border-top: 1px solid var(--line);
}
.policy-hero .back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--blue);
  font-weight: 900;
}
.policy-hero .policy-label {
  display: inline-block;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
}
.policy-hero h1 {
  max-width: 980px;
  margin: 8px 0 16px;
  color: var(--blue);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
}
.policy-hero p {
  max-width: 780px;
  color: #2b303a;
  font-size: 21px;
}
.policy-hero aside {
  align-self: end;
  padding: 26px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  border-radius: 8px;
}
.policy-hero aside strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
}
.policy-hero aside small {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.74);
  font-weight: 800;
}
.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.policy-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 30px;
  align-items: start;
}
.policy-document-frame {
  min-height: 720px;
  padding: 26px;
  overflow: auto;
  background: #eef1f6;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.policy-document-frame img {
  width: min(100%, 960px);
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 20px 45px rgba(0,0,0,.16);
}
.policy-side-panel {
  position: sticky;
  top: 126px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.policy-side-panel h2 {
  margin-top: 0;
  color: var(--blue);
}
.policy-side-panel dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.policy-side-panel dd {
  margin: 3px 0 18px;
  color: var(--ink);
  font-weight: 800;
}
.policy-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}
.policy-nav a {
  color: var(--orange);
  font-weight: 900;
}
.mini-doc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.mini-doc-grid a {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0,0,0,.04);
}
.mini-doc-grid img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  background: #f6f8fb;
  border-radius: 6px;
}
.mini-doc-grid strong,
.mini-doc-grid span {
  display: block;
}
.mini-doc-grid strong {
  margin-top: 12px;
  color: var(--blue);
  line-height: 1.15;
}
.mini-doc-grid span {
  margin-top: 6px;
  color: var(--orange);
  font-weight: 900;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  font-size: 20px;
}
.comments article {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.form-card { padding: 32px; }
.form-card h2 { margin-top: 0; color: var(--blue); }
label {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  font-weight: 700;
}
input, textarea, select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cfd4df;
  border-radius: 6px;
  font: inherit;
}
textarea { min-height: 128px; resize: vertical; }
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 16px 0;
}
.checkbox-grid label {
  align-items: center;
  text-align: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.checkbox-grid img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: auto;
}
.amount-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.amount-row label {
  min-height: 62px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--blue);
  border-radius: 7px;
  color: var(--blue);
  font-size: 22px;
}
.steps p { padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-panel { padding: 28px; font-size: 20px; }
.map-card {
  display: grid;
  place-items: center;
  min-height: 280px;
  margin-top: 24px;
  border-radius: 8px;
  background: linear-gradient(45deg, #eef1f6 25%, #fff 25% 50%, #eef1f6 50% 75%, #fff 75%);
  background-size: 38px 38px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 900;
}
.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.testimonials article {
  padding: 32px;
  font-size: 30px;
  font-weight: 850;
}
.testimonials .quote-large { grid-column: 1 / -1; font-size: 42px; }
.testimonials span {
  display: block;
  margin-top: 22px;
  color: var(--blue);
  font-size: 18px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 8%, rgba(240, 68, 22, .22), transparent 30%),
    linear-gradient(135deg, #062876 0%, #021f63 55%, #011744 100%);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 75%);
}
.footer-cta,
.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}
.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 4.5vw;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.footer-cta span {
  color: #ffb199;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.footer-cta h2 {
  max-width: 760px;
  margin: 8px 0 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}
.footer-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 7px;
  font-weight: 900;
}
.footer-btn.primary {
  color: #fff;
  background: var(--orange);
}
.footer-btn.secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.08);
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.65fr) repeat(3, minmax(150px, .75fr)) minmax(240px, 1fr);
  gap: 34px;
  padding: 48px 4.5vw 42px;
}
.footer-brand {
  max-width: 560px;
}
.footer-brand img {
  width: 236px;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
}
.footer-brand p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}
.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.footer-socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  font-weight: 900;
  text-transform: uppercase;
}
.footer-links h3,
.footer-contact h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
}
.footer-links h3::after,
.footer-contact h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  background: var(--orange);
}
.footer-links a,
.footer-contact a {
  display: block;
  width: fit-content;
  margin: 10px 0;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}
.footer-links a:hover,
.footer-contact a:hover,
.footer-socials a:hover {
  color: #fff;
  transform: translateX(2px);
}
.footer-contact p {
  margin: 10px 0;
  color: rgba(255,255,255,.78);
}
.footer-contact-card {
  width: 100% !important;
  margin-top: 20px !important;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.footer-contact-card span,
.footer-contact-card b {
  display: block;
}
.footer-contact-card span {
  margin-bottom: 4px;
  color: rgba(255,255,255,.7);
  font-size: 14px;
}
.footer-contact-card b {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4.5vw;
  color: rgba(255,255,255,.72);
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.16);
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1050px) {
  .site-header { min-height: auto; align-items: flex-start; }
  .brand img { width: 190px; }
  .nav-toggle { display: block; margin-top: 10px; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; flex-direction: column; gap: 4px; align-items: stretch; padding: 20px 4.5vw; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero, .split, .article-layout, .policy-hero, .policy-viewer, .sdgs-hero, .sdg-explainer, .sdg-priority-band { grid-template-columns: 1fr; }
  .hero-media { min-height: 300px; order: -1; }
  .impact-bar, .cause-grid, .feature-grid, .three-columns, .doc-grid, .post-grid, .gallery-grid, .sdg-grid, .sdg-icon-grid, .checkbox-grid, .amount-row, .mini-doc-grid { grid-template-columns: 1fr 1fr; }
  .policy-side-panel { position: static; }
  .footer-cta,
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .hero-copy { padding: 42px 6vw; }
  .impact-bar, .cause-grid, .feature-grid, .three-columns, .doc-grid, .post-grid, .gallery-grid, .sdg-grid, .sdg-icon-grid, .checkbox-grid, .amount-row, .testimonials, .footer-main, .mini-doc-grid { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; margin-inline: 0; border-radius: 0; }
  .policy-hero { padding: 42px 6vw 34px; }
  .policy-document-frame { padding: 14px; min-height: auto; }
  .sdgs-hero { padding: 42px 6vw 34px; }
  .footer-cta { margin: 0; padding: 30px 6vw; }
  .footer-main { padding: 36px 6vw; }
  .footer-bottom { padding: 18px 6vw; }
}

/* 2026 public experience */
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 5px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.site-header {
  min-height: 96px;
  padding: 12px clamp(28px, 4.2vw, 82px);
  background: rgba(255,255,255,.98);
  box-shadow: 0 1px 0 #e8eaf0;
}
.brand img { width: 220px; height: auto; }
.main-nav { gap: clamp(15px, 1.5vw, 28px); font-size: 14px; }
.main-nav a { padding: 11px 0; }
.nav-pill {
  min-height: 48px;
  padding: 11px 21px !important;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(240,68,22,.14);
}
.nav-toggle {
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: var(--blue);
  background: #fff;
  border: 1px solid #d7dce5;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
}
.nav-toggle svg { width: 19px; height: 19px; }

.home-showcase {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: #06266d;
}
.home-showcase-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}
.home-showcase::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,34,95,.98) 0%, rgba(3,40,108,.92) 35%, rgba(3,40,108,.58) 50%, rgba(3,40,108,.05) 73%);
}
.home-showcase-copy {
  position: relative;
  z-index: 2;
  max-width: 790px;
  padding: 66px 4.2vw 170px;
}
.home-eyebrow,
.page-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.home-eyebrow { color: #ffb299; }
.home-eyebrow i,
.page-eyebrow i {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}
.home-showcase h1 {
  max-width: 760px;
  margin: 24px 0 18px;
  font-size: clamp(54px, 5.4vw, 88px);
  line-height: .98;
  letter-spacing: 0;
}
.home-showcase h1 span { display: block; color: var(--orange); }
.home-showcase-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(19px, 1.65vw, 27px);
  line-height: 1.45;
}
.home-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.btn.outline.light {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.86);
}
.btn.outline.light:hover { color: var(--blue); background: #fff; }
.showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.showcase-link svg { width: 24px; height: 24px; }
.home-impact {
  position: absolute;
  z-index: 3;
  right: 4.2vw;
  bottom: 0;
  left: 4.2vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 112px;
  background: rgba(3,37,103,.96);
  border: 1px solid rgba(255,255,255,.28);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}
.home-impact > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  border-right: 1px solid rgba(255,255,255,.28);
}
.home-impact > div:last-child { border-right: 0; }
.home-impact svg {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  padding: 9px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 50%;
}
.home-impact b,
.home-impact small { display: block; }
.home-impact b { color: #ff774f; font-size: 18px; }
.home-impact small { margin-top: 2px; color: rgba(255,255,255,.9); font-size: 12px; line-height: 1.35; }

.hero {
  position: relative;
  display: block;
  min-height: 455px;
  overflow: hidden;
  color: #fff;
  background: #06266d;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,31,86,.98) 0%, rgba(4,41,110,.9) 42%, rgba(4,41,110,.27) 70%, rgba(4,41,110,.08) 100%);
}
.hero-media {
  position: absolute;
  inset: 0;
  min-height: 0;
}
.hero-media::before { display: none; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 455px;
  max-width: 830px;
  padding: 54px 4.5vw 58px;
}
.hero h1 {
  max-width: 820px;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.01;
}
.hero h1 span { color: var(--orange); }
.hero h2 {
  max-width: 720px;
  margin-top: 17px;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.25;
}
.hero p {
  max-width: 680px;
  margin-top: 14px;
  color: rgba(255,255,255,.83);
  font-size: 17px;
}
.hero-icon {
  width: 88px;
  height: 88px;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 5px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
}
.hero-actions { margin-top: 22px; }
.hero-actions .btn { min-height: 44px; padding: 10px 19px; font-size: 14px; }

.section { max-width: 1600px; padding: 62px 4.5vw; }
.section-heading small {
  display: block;
  margin-bottom: 9px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.section-heading h2 { color: #202633; font-size: clamp(30px, 2.8vw, 44px); }
.section-heading span { width: 64px; height: 4px; margin-top: 15px; margin-bottom: 28px; background: var(--orange); }
.focus-section { padding-top: 42px; padding-bottom: 46px; }
.cause-grid { gap: 0; }
.cause-card {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  min-height: 116px;
  align-items: center;
  gap: 13px;
  padding: 14px 20px;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}
.cause-card:last-child { border-right: 0; }
.cause-card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 8px;
  left: 20px;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.cause-card:hover::after { transform: scaleX(1); }
.cause-card img { width: 70px; height: 70px; margin: 0; object-fit: contain; }
.cause-card strong { margin: 0; padding: 0; color: #202633; border: 0; font-size: 17px; }
.cause-card small { display: block; margin-top: 4px; color: #6e7584; font-size: 10px; line-height: 1.35; }
.page-home .cause-card { grid-template-columns: 64px 1fr; }
.page-home .cause-card img { width: 60px; height: 60px; }
.page-home .cause-card small { display: none; }

.about-teaser { background: #f6f8fb; }
.about-teaser img,
.split > img { border-radius: 7px; box-shadow: 0 18px 38px rgba(8,47,133,.12); }
.three-columns article,
.feature-card,
.post-card,
.doc-card,
.form-card,
.contact-panel,
.testimonials article {
  border-radius: 7px;
  box-shadow: 0 9px 25px rgba(19,31,53,.045);
}
.feature-card { border-top: 4px solid var(--accent, var(--orange)); }
.feature-card > span { display: none; }
.cta-band {
  margin: 26px 0 0;
  padding: 38px 4.5vw;
  background: var(--blue);
  border-radius: 0;
}
.sdgs-hero,
.policy-hero {
  background: #f6f8fb;
  border-top: 5px solid var(--orange);
}
.sdgs-feature,
.stats-panel,
.blue-panel,
.sdg-stat-stack article,
.policy-hero aside { background: var(--blue); }
.site-footer { background: #032568; }
.site-footer::before { display: none; }
.footer-contact-card { border-radius: 7px; }
.map-card { background: #eef2f8; }
.footer-socials svg { width: 18px; height: 18px; }

@media (max-width: 1160px) {
  .main-nav { gap: 14px; font-size: 13px; }
  .brand img { width: 196px; }
  .cause-card { grid-template-columns: 58px 1fr; padding-inline: 12px; }
  .cause-card img { width: 56px; height: 56px; }
}
@media (max-width: 1050px) {
  .site-header { min-height: 82px; align-items: center; }
  .nav-toggle { display: inline-flex; margin-top: 0; }
  .main-nav { top: 82px; max-height: calc(100vh - 82px); overflow: auto; padding: 18px 4.5vw 24px; border-top: 1px solid var(--line); }
  .main-nav a { padding: 11px 8px; }
  .main-nav a.active::after { right: auto; left: 8px; width: 34px; }
  .nav-pill { margin-top: 6px; text-align: center; }
  .home-showcase { min-height: 720px; }
  .home-showcase-copy { padding-top: 68px; }
  .home-impact { grid-template-columns: 1fr; right: 0; left: 0; border-radius: 0; }
  .home-impact > div { min-height: 78px; padding: 12px 5vw; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .home-impact > div:last-child { border-bottom: 0; }
  .home-impact svg { width: 38px; height: 38px; }
  .home-showcase-copy { padding-bottom: 270px; }
  .hero,
  .hero-copy { min-height: 430px; }
  .hero-media { min-height: 0; order: initial; }
  .cause-grid { grid-template-columns: repeat(3, 1fr); }
  .cause-card:nth-child(3) { border-right: 0; }
  .cause-card { border-bottom: 1px solid var(--line); }
}
@media (max-width: 680px) {
  .site-header { padding-inline: 20px; }
  .brand img { width: 178px; }
  .home-showcase { min-height: 760px; }
  .home-showcase::before { background: rgba(3,37,103,.84); }
  .home-showcase-image { object-position: 62% center; }
  .home-showcase-copy { padding: 48px 22px 270px; }
  .home-showcase h1 { font-size: 48px; }
  .home-actions,
  .hero-actions { align-items: stretch; flex-direction: column; }
  .home-actions .btn,
  .hero-actions .btn { width: 100%; }
  .home-impact b { font-size: 15px; }
  .home-impact small { font-size: 10px; }
  .hero,
  .hero-copy { min-height: 470px; }
  .hero::before { background: rgba(2,31,86,.86); }
  .hero-copy { padding: 46px 22px 48px; }
  .hero h1 { font-size: 42px; }
  .hero h2 { font-size: 21px; }
  .hero-icon { width: 70px; height: 70px; }
  .section { padding: 48px 22px; }
  .focus-section { padding-top: 36px; }
  .cause-grid { grid-template-columns: 1fr; }
  .cause-card { grid-template-columns: 64px 1fr; min-height: 90px; border-right: 0; }
  .cause-card img { width: 58px; height: 58px; }
  .page-home .cause-card small { display: block; }
  .cta-band { padding: 32px 22px; }
}
