/* ================================================================
   Annual Report 2025
   ================================================================ */

body { margin: 0; }

/* ── Diagram images (PDF-extracted) ── */
.ar-diagram { width: 100%; display: block; height: auto; }
.ar-diagram--venn { max-width: 700px; }

/* ── Subnav ── */
.ar-subnav {
  position: sticky; top: 0; z-index: 200;
  background: #ffffff;
  border-bottom: 1px solid #e0e5ed;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  padding: 0 2rem;
}
.ar-subnav-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center;
  height: 50px; gap: 0;
  overflow-x: auto; scrollbar-width: none;
}
.ar-subnav-inner::-webkit-scrollbar { display: none; }
.ar-subnav-logo { display: flex; align-items: center; flex-shrink: 0; padding-right: 1rem; }
.ar-subnav-logo img { height: 22px; display: block; }
.ar-subnav-divider { width: 1px; height: 20px; background: #d0d5e0; flex-shrink: 0; margin-right: 0.5rem; }
.ar-subnav-link {
  padding: 0 0.85rem; font-size: 0.77rem; font-weight: 500;
  color: #6e6e6e; text-decoration: none; white-space: nowrap;
  border-bottom: 3px solid transparent; height: 100%;
  display: flex; align-items: center;
  transition: color 0.2s, border-color 0.2s;
}
.ar-subnav-link:hover, .ar-subnav-link.active { color: #142162; border-bottom-color: #2c85d7; }
.ar-subnav-links { display: contents; }
.ar-subnav-hamburger { display: none; }
.ar-ham-close { display: none; }
@media (max-width: 768px) {
  .ar-subnav { padding: 0 1rem; }
  .ar-subnav-inner { overflow: visible; }
  .ar-subnav-divider { display: none; }
  .ar-subnav-hamburger {
    display: flex; align-items: center; justify-content: center;
    margin-left: auto; flex-shrink: 0;
    background: none; border: none; cursor: pointer;
    padding: 0.4rem; color: #142162;
  }
  .ar-subnav-links {
    display: none;
    position: absolute; top: 50px; left: 0; right: 0;
    background: #ffffff;
    border-top: 1px solid #e0e5ed;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    flex-direction: column;
    padding: 0.5rem 0;
    z-index: 100;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .ar-subnav.open .ar-subnav-links { display: flex; }
  .ar-subnav.open .ar-ham-icon { display: none; }
  .ar-subnav.open .ar-ham-close { display: block; }
  .ar-subnav-links .ar-subnav-link {
    height: auto; padding: 0.85rem 1.5rem;
    border-bottom: none; border-left: 3px solid transparent;
    font-size: 0.85rem;
  }
  .ar-subnav-links .ar-subnav-link:hover,
  .ar-subnav-links .ar-subnav-link.active {
    border-left-color: #2c85d7; border-bottom-color: transparent;
    background: #eaf7ff; color: #142162;
  }
}

/* ── Scroll offset ── */
.ar-scroll-target { scroll-margin-top: 56px; }

/* ── Photo placeholder ── */
.ar-photo { width: 100%; display: block; object-fit: cover; }
.ar-photo-placeholder {
  background: #c2cdd8;
  display: flex; align-items: center; justify-content: center;
  color: #8a96a4; font-size: 0.72rem; font-weight: 400;
  text-align: center; padding: 1rem; line-height: 1.4;
  width: 100%;
}

/* ── Cover ── */
.ar-cover { background: #ffffff; padding: 3rem 3rem 0; max-width: 1000px; margin: 0 auto; }
.ar-cover-logo { height: 64px; display: block; margin-bottom: 3rem; }
.ar-cover-title { font-size: clamp(2.8rem, 7vw, 4.5rem); font-weight: 300; color: #142162; line-height: 1.05; margin-bottom: 0; }
.ar-cover-year { color: #2c85d7; display: block; }
.ar-cover-grid {
  display: grid;
  grid-template-columns: 5fr 12fr;
  grid-template-rows: repeat(3, 180px);
  margin-top: 2.5rem;
  gap: 0;
}
.ar-cover-cell { overflow: hidden; }
.ar-cover-cell--navy { background: #142162; }
.ar-cover-cell--red { background: #e05050; }
.ar-cover-cell--blue {
  background: #2c85d7; padding: 2rem;
  display: flex; align-items: center;
}
.ar-cover-blue-text { font-size: 1.3rem; font-weight: 300; color: #ffffff; line-height: 1.65; }
.ar-cover-blue-text strong { font-weight: 700; }
.ar-cover-photo-wrap { width: 100%; height: 100%; overflow: hidden; }
.ar-cover-photo-wrap .ar-photo-placeholder { height: 100%; }

/* ── Table of Contents ── */
.ar-toc { background: #ffffff; padding: 3rem; border-bottom: 1px solid #e0e5ed; }
.ar-toc .ar-inner { max-width: 1000px; }
.ar-toc-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #6e6e6e; margin-bottom: 1.25rem; }
.ar-toc-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ar-toc-item {
  display: flex; gap: 0.85rem; align-items: flex-start;
  padding: 0.9rem 1rem; border: 1px solid #e8ebf2;
  text-decoration: none; color: inherit;
  transition: background 0.15s;
  margin: -1px 0 0 -1px;
}
.ar-toc-item:hover { background: #eaf7ff; z-index: 1; position: relative; }
.ar-toc-num { font-size: 0.68rem; font-weight: 700; color: #2c85d7; min-width: 1.4rem; padding-top: 0.15rem; flex-shrink: 0; }
.ar-toc-title { font-size: 0.88rem; font-weight: 500; color: #142162; line-height: 1.35; }

/* ── Our Impact program cards ── */
.ar-impact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; margin-top: 2rem; }
.ar-impact-card {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.85rem 1rem; border: 1px solid rgba(255,255,255,0.18);
  border-radius: 6px; text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.ar-impact-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.35); }
.ar-impact-card-title { font-size: 0.82rem; font-weight: 500; color: #ffffff; line-height: 1.3; }
.ar-impact-card-arrow { color: #7ec8f0; font-size: 0.9rem; flex-shrink: 0; margin-left: 0.5rem; }

/* ── Letter ── */
.ar-letter { background: #eaf7ff; padding: 4rem 3rem; }
.ar-letter .ar-inner { max-width: 1000px; margin: 0 auto; }
.ar-letter-h1 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 300; color: #142162; margin-bottom: 2.5rem; }
.ar-letter-grid { display: grid; grid-template-columns: 1fr 220px; gap: 4rem; align-items: start; }
.ar-letter-body p { font-weight: 300; color: #1b1b1b; line-height: 1.85; margin-bottom: 1.25rem; }
.ar-letter-body p strong { font-weight: 600; }
.ar-letter-body a { color: #2c85d7; text-decoration: none; }
.ar-signature { display: inline-block; font-size: 0.95rem; font-weight: 700; padding: 0.55rem 1.5rem; border-radius: 4px; margin-top: 0.5rem; }
.ar-signatories { display: flex; flex-direction: column; gap: 1.5rem; }
.ar-signatory-photo-wrap { width: 100%; aspect-ratio: 1 / 1.1; overflow: hidden; border-radius: 4px; }
.ar-signatory-photo-wrap .ar-photo-placeholder { height: 100%; }
.ar-signatory-sig-wrap { margin-top: 0.6rem; }
.ar-signatory-sig { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.ar-signatory-name { font-size: 0.88rem; font-weight: 700; color: #1b1b1b; margin-top: 0.2rem; }
.ar-signatory-role { font-size: 0.78rem; font-weight: 300; color: #6e6e6e; }

/* ── Section banner headers ── */
.ar-banner { padding: 1.4rem 3rem; }
.ar-banner--dark { background: #142162; }
.ar-banner--blue { background: #2c85d7; }
.ar-banner--gray { background: #e8e8e8; }
.ar-banner--red { background: #c03030; }
.ar-banner h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; color: #ffffff; margin: 0; line-height: 1.25; }
.ar-banner--gray h2 { color: #1b1b1b; }

/* ── Section body ── */
.ar-body { padding: 3.5rem 3rem; }
.ar-body--white { background: #ffffff; }
.ar-body--light { background: #eaf7ff; }
.ar-body--dark { background: #142162; }
.ar-body--sky { background: #cfe9f8; }
.ar-inner { max-width: 1000px; margin: 0 auto; }
.ar-body p {  font-weight: 300; color: #1b1b1b; line-height: 1.85; margin-bottom: 1.1rem; }
.ar-body--dark p { color: rgba(200,231,252,0.9); }
.ar-body a { color: #2c85d7; text-decoration: none; }
.ar-body a:hover { text-decoration: underline; }
.ar-body--dark a { color: #7ec8f0; }
.ar-director .ar-director-name a { color: inherit; }
.ar-director .ar-director-name--light a { color: inherit; }

/* ── Approach ── */
.ar-tools-strip {
  background: #f4f6fa; border-radius: 14px; padding: 1.75rem 2rem;
  margin-top: 2.5rem; overflow-x: auto;
}
.ar-tools-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #6e6e6e; margin-bottom: 1.25rem; }
.ar-tools-items { display: flex; align-items: flex-end; gap: 0; }
.ar-tool { flex: 1; min-width: 90px; text-align: center; padding: 0 0.5rem; position: relative; }
.ar-tool::after { content: '→'; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); color: #b0b8c8; font-size: 1rem; }
.ar-tool:last-child::after { display: none; }
.ar-tool-icon {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.6rem; font-size: 1.3rem;
}
.ar-tool-icon--navy { background: #142162; }
.ar-tool-icon--blue { background: #2c85d7; }
.ar-tool-icon--red { background: #e05050; }
.ar-tool-name { font-size: 0.75rem; font-weight: 400; color: #4a4a4a; line-height: 1.3; }

/* ── Gaps ── */
.ar-gaps-chart { margin: 2rem 0; }
.ar-gaps-chart-cap { font-size: 0.75rem; font-weight: 300; color: #6e6e6e; line-height: 1.6; margin-top: 0.75rem; font-style: italic; }
.ar-focal-label { font-size: 0.72rem; font-weight: 700; color: #2c85d7; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.ar-focal-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.ar-focal-list li { font-size: 0.83rem; font-weight: 300; color: #1b1b1b; padding: 0.2rem 0; line-height: 1.4; }
.ar-focal-list li.focal-highlight { font-weight: 700; color: #142162; }
.ar-gap-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2.5rem 0; }
.ar-gap-card { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; align-items: start; }
.ar-gap-temp { border-radius: 6px; padding: 0.85rem 0.75rem; text-align: center; }
.ar-gap-temp--red { background: #974542; }
.ar-gap-temp--gradient { background: linear-gradient(135deg, #f0d0c3 0%, #fef8f4 100%); }
.ar-gap-temp--gradient .ar-gap-big { color: #142162; border-bottom-color: rgba(20,33,98,0.25); }
.ar-gap-temp--gradient .ar-gap-sub { color: rgba(20,33,98,0.75); }
.ar-gap-temp--dark-red { background: #d05f5a; }
.ar-gap-temp--blue { background: #6aabce; }
.ar-gap-big {
  font-size: 1.4rem; font-weight: 700; color: #ffffff;
  line-height: 1.1; display: block; white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 0.4rem; margin-bottom: 0.3rem;
}
.ar-gap-sub { font-size: 0.78rem; font-weight: 400; color: rgba(255,255,255,0.85); line-height: 1.4; display: block; }
.ar-body .ar-gap-title { font-weight: 700; color: #1b1b1b; margin-bottom: 0.2rem; line-height: 1.2; }
.ar-body .ar-gap-desc { font-size: 0.85rem; font-weight: 300; color: #4a4a4a; line-height: 1.5; margin-bottom: 0; }
.ar-gaps-callout { background: #2c85d7; padding: 1.25rem 1.75rem; border-radius: 8px; margin-top: 1rem; }
.ar-gaps-callout p { font-weight: 300; color: #ffffff; line-height: 1.65; margin: 0; }
.ar-gaps-callout strong { font-weight: 700; }

/* ── Team ── */
.ar-team-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; align-items: start; }
.ar-team-h2 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 300; color: #1b1b1b; }
.ar-team-intro-text p { font-weight: 300; color: #1b1b1b; line-height: 1.75; margin-bottom: 0.75rem; }
.ar-team-intro-text p strong { font-weight: 700; }
.ar-team-group { margin-bottom: 2.5rem; }
.ar-team-group-label { font-size: 0.8rem; font-weight: 300; color: #8a8a8a; padding-bottom: 0.6rem; margin-bottom: 1.25rem; border-bottom: 1px solid #e5e5e5; }
.ar-team-grid { display: grid; grid-template-columns: repeat(auto-fit, 106px); justify-content: start; gap: 1.5rem 2rem; }
.ar-team-flat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2rem 1.5rem; align-items: start; }
.ar-team-flat-grid .ar-team-group-label { grid-column: 1 / -1; margin-top: 1.5rem; }
.ar-team-flat-grid .ar-team-group-label:first-child { margin-top: 0; }
.ar-team-pair {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  row-gap: 2rem;
  align-items: start;
  margin-top: 1.5rem;
}
.ar-team-pair-group--4 { grid-column: span 4; display: grid; grid-template-columns: subgrid; row-gap: 2rem; align-items: start; }
.ar-team-pair-group--3 { grid-column: span 3; display: grid; grid-template-columns: subgrid; row-gap: 2rem; align-items: start; }
.ar-team-pair-group--2 { grid-column: span 2; display: grid; grid-template-columns: subgrid; row-gap: 2rem; align-items: start; }
.ar-team-pair-group .ar-team-group-label { grid-column: 1 / -1; margin-top: 0; }
.ar-team-member { display: flex; flex-direction: column; align-items: center; text-align: center; }
a.ar-team-member { color: inherit; text-decoration: none; }
.ar-team-photo {
  width: 88px; height: 88px; border-radius: 50%;
  background: #c0ccd8; margin-bottom: 0.6rem; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 500; color: #5a6a7e;
  flex-shrink: 0;
}
.ar-body .ar-team-name { font-size: 0.8rem; font-weight: 700; color: #1b1b1b; line-height: 1.3; margin-block-start: 0; margin-block-end: 0; }
.ar-body .ar-team-role { font-size: 0.72rem; font-weight: 300; color: #6e6e6e; line-height: 1.35; margin-top: 0.2rem; margin-bottom: 0; }
.ar-team-badge {
  font-size: 0.65rem; font-weight: 700; color: #142162;
  background: #d4e600; padding: 0.12rem 0.45rem; border-radius: 100px;
  display: inline-block; margin-bottom: 0.35rem; text-align: center;
  line-height: 1.4;
}

/* ── Supporters ── */
.ar-supporters-intro { font-size: 0.95rem; font-weight: 300; color: #1b1b1b; line-height: 1.8; max-width: 640px; margin-bottom: 3rem; }
.ar-logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 2rem 1.5rem; align-items: center; margin-bottom: 3rem; }
.ar-logo-cell { display: flex; align-items: center; justify-content: center; min-height: 56px; background-color: #ffffff; }
.ar-logo-text { font-size: 0.82rem; font-weight: 600; color: #4a4a4a; text-align: center; line-height: 1.3; }
.ar-logo-text--highlight { background: #d4e600; padding: 0.3rem 0.65rem; border-radius: 4px; color: #142162; }
.ar-names-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.75rem 0.5rem; padding-top: 1rem; border-top: 1px solid #e5e5e5; }
.ar-name { font-size: 0.87rem; font-weight: 400; color: #1b1b1b; line-height: 1.4; margin: 0; text-align: center; }
.ar-anon { text-align: center; margin-top: 2.5rem; font-size: 0.9rem; font-weight: 300; color: #4a4a4a; }
.ar-anon span { background: rgba(44,133,215,0.12); padding: 0.1rem 0.5rem; border-radius: 3px; }

/* ── Impact intro ── */
.ar-impact-h1 { font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 100; color: #ffffff; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.0; margin-bottom: 1rem; }
.ar-impact-sub { font-size: 1.3rem; font-weight: 300; color: rgba(200,231,252,0.8); margin-bottom: 3rem; }
.ar-impact-body p { font-weight: 300; color: rgba(200,231,252,0.9); line-height: 1.85; margin-bottom: 1rem; }

/* ── Program snapshots ── */
.ar-snapshot-hero { position: relative; height: 250px; overflow: hidden; }
.ar-snapshot-hero .ar-photo-placeholder { height: 100%; }
.ar-snapshot-hero-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.5rem 2rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, transparent 100%);
}
.ar-snapshot-hero-label h2 { font-size: 1.55rem; font-weight: 700; color: #2c85d7; margin: 0; line-height: 1.2; }
.ar-snapshot-hero-label h2 span { color: #ffffff; }
.ar-snapshot-hero-label h2 span.red { color: #ff8080; }
#warming .ar-snapshot-hero { background: #142162; }
#warming .ar-snapshot-hero > img { opacity: 1; filter: brightness(0.9); }
#warming .ar-snapshot-hero-label { background: transparent; }
#warming .ar-snapshot-hero-label h2 { color: rgba(200,231,252,0.85); }
#warming .ar-snapshot-hero-label h2 span { color: #ffffff; }
#nitrogen .ar-snapshot-hero-label h2 { color: rgba(200,231,252,0.9); }
#removal .ar-snapshot-hero-label { bottom: auto; top: 0; background: none; }
#removal .ar-snapshot-hero-label h2 { color: rgba(200,231,252,0.9); }
.ar-snapshot-grid { display: grid; grid-template-columns: 1fr 250px; gap: 3rem; align-items: start; }
.ar-snapshot-text p { font-weight: 300; color: #1b1b1b; line-height: 1.8; margin-bottom: 0.9rem; }
.ar-snapshot-text--dark p { color: rgba(200,231,252,0.9); }
.ar-snapshot-text p strong { font-weight: 700; }
.ar-snapshot-text ul { list-style: none; padding: 0; margin: 0.5rem 0 1rem; }
.ar-snapshot-text li { padding: 0.3rem 0 0.3rem 1.1rem; position: relative; font-weight: 300; color: #1b1b1b; line-height: 1.65; }
.ar-snapshot-text--dark li { color: rgba(200,231,252,0.9); }
.ar-snapshot-text li::before { content: "•"; position: absolute; left: 0; color: #2c85d7; font-weight: 700; }
.ar-snapshot-text li strong { font-weight: 700; }
.ar-numbers-box { --num-border: #d0dce8; border-radius: 6px; overflow: hidden; border: 1px solid var(--num-border); }
.ar-numbers-box--dark { --num-border: rgba(255,255,255,0.2); background: #142162; }
.ar-numbers-box--sky { --num-border: rgba(20,33,98,0.2); background: #cfe9f8; }
.ar-numbers-head { padding: 0.55rem 0.65rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.ar-numbers-head--light { background: #eaf7ff; color: #142162; }
.ar-numbers-head--dark { background: rgba(255,255,255,0.1); color: #ffffff; }
.ar-numbers-head--sky { background: #142162; color: #ffffff; }
.ar-numbers-body { padding: 1.1rem 0.65rem; }
.ar-body .ar-num-big { font-size: 2.4rem; font-weight: 700; line-height: 1; margin-bottom: 0.45rem; margin-block-start: 10px; }
.ar-body .ar-num-big--dark { color: #ffffff; }
.ar-body .ar-num-big--navy { color: #142162; }
.ar-num-desc { font-size: 0.8rem; font-weight: 300; line-height: 1.5; margin: 0; }
.ar-body .ar-num-desc--light { color: rgba(200,231,252,0.85); }
.ar-body .ar-num-desc--navy { color: #4a4a4a; }
.ar-num-divider { border: none; border-top: 1px solid var(--num-border, #d0dce8); margin: 1rem 0; }
.ar-num-divider--light { --num-border: rgba(20,33,98,0.2); }
.ar-num-divider--dark { --num-border: rgba(255,255,255,0.2); }
.ar-num-hl { background: #d4e600; padding: 0 0.15rem; }
.ar-director { display: flex; align-items: center; gap: 0.85rem; margin-top: 1.5rem; }
.ar-director-photo { width: 60px; height: 60px; border-radius: 50%; background: #c0ccd8; flex-shrink: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: 600; color: #5a6a7e; }
.ar-director-photo a { display: block; width: 100%; height: 100%; }
.ar-director .ar-director-name { font-size: 0.87rem; font-weight: 700; color: #1b1b1b; margin: 0; }
.ar-director .ar-director-name--light { color: rgba(255,255,255,0.95); }
.ar-director .ar-director-role { font-size: 0.77rem; font-weight: 300; color: #6e6e6e; margin: 0; }
.ar-director .ar-director-role--light { color: rgba(200,231,252,0.8); }

/* ── Highlights strip ── */
.ar-highlights { background: #1b2550; padding: 2rem 3rem; }
.ar-highlights-label {
  display: inline-block; background: #eaf7ff; color: #142162;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.22rem 0.7rem; border-radius: 4px;
  margin-bottom: 1.5rem;
}
.ar-highlights-row { display: flex; }
.ar-hl-cell {
  flex: 1; padding: 0 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.12);
  font-size: 0.9rem; font-weight: 300; color: rgba(200,231,252,0.85);
  line-height: 1.65; text-align: center;
}
.ar-hl-cell:first-child { padding-left: 0; }
.ar-hl-cell:last-child { border-right: none; }
.ar-hl-cell strong { font-weight: 700; color: #ffffff; }
.ar-hl-cell a { color: #7ec8f0; text-decoration: none; }

/* ── Story pages ── */
.ar-story-grid { display: grid; grid-template-columns: 320px 1fr; gap: 3rem; }
.ar-story-text p { font-size: 0.95rem; font-weight: 300; color: #1b1b1b; line-height: 1.85; margin-bottom: 1rem; }
.ar-story-text--dark p { color: rgba(200,231,252,0.9); }
.ar-story-text a { color: #2c85d7; text-decoration: none; }
.ar-story-text--dark a { color: #7ec8f0; }
.ar-story-text a:hover { text-decoration: underline; }
.ar-photo-fig { margin-bottom: 1.75rem; }
.ar-photo-fig:last-child { margin-bottom: 0; }
.ar-photo-box { width: 100%; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; }
.ar-photo-box .ar-photo-placeholder { height: 100%; }
.ar-photo-fig figcaption { font-size: 0.76rem; font-weight: 300; color: #6e6e6e; line-height: 1.5; margin-top: 0.45rem; }
.ar-photo-fig--dark figcaption { color: rgba(200,231,252,0.6); }

/* ── Impact spotlight ── */
.ar-spotlight { background: #eaf7ff; padding: 2rem 3rem; }
.ar-spotlight--padded { padding: 2rem 3rem; }
.ar-spotlight h3 { font-size: 1rem; font-weight: 700; color: #2c85d7; margin-bottom: 0.75rem; }
.ar-spotlight p { font-size: 0.9rem; font-weight: 300; color: #1b1b1b; line-height: 1.75; margin: 0; }
.ar-spotlight strong { font-weight: 700; }
.ar-spotlight a { color: #2c85d7; text-decoration: none; }

/* ── Science & Influence ── */
.ar-sci-hero { position: relative; height: 360px; overflow: hidden; background: #2a3555; }
.ar-sci-hero .ar-photo-placeholder { height: 100%; background: #3a4a70; }
.ar-sci-hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem 2rem; background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%); }
.ar-sci-hero-overlay h2 { font-size: 1.7rem; font-weight: 700; color: #ffffff; margin: 0; }
.ar-sci-hero-overlay h2 span { font-weight: 300; }
.ar-sci-caption { display: block; font-size: 0.7rem; color: #6e6e6e; font-style: italic; text-align: right; padding: 0.5rem 2rem 0; line-height: 1.5; }
.ar-sci-lead { font-size: 0.95rem; font-weight: 300; color: #1b1b1b; line-height: 1.85; margin-bottom: 2rem; }
.ar-sci-lead mark { background: rgba(44,133,215,0.18); padding: 0 0.2rem; border-radius: 2px; }
.ar-sci-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; margin-top: 2rem; }
.ar-sci-item { }
.ar-sci-item .ar-photo-box { margin-bottom: 1.5rem; }
.ar-sci-item .ar-photo-box > img { height: auto; object-fit: initial; }
.ar-sci-item h3 { font-size: 1.05rem; font-weight: 700; color: #1b1b1b; margin-bottom: 0.75rem; }
.ar-sci-item p { font-size: 0.9rem; font-weight: 300; color: #4a4a4a; line-height: 1.75; margin-bottom: 0.75rem; }
.ar-sci-item a { color: #2c85d7; text-decoration: none; }

/* ── Financials ── */
.ar-fin { background: #b8d8f0; padding: 4.5rem 3rem; }
.ar-fin .ar-inner { max-width: 700px; }
.ar-fin h2 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 300; color: #142162; margin-bottom: 1.5rem; }
.ar-fin-total { font-size: 1.05rem; font-weight: 300; color: #142162; margin-bottom: 3rem; }
.ar-fin-total strong { font-weight: 700; }
.ar-fin-row { display: grid; grid-template-columns: 260px 1fr; gap: 3rem; align-items: center; }
.ar-fin-legend { display: flex; flex-direction: column; gap: 1.25rem; }
.ar-fin-legend-item { display: flex; align-items: flex-start; gap: 0.85rem; }
.ar-fin-swatch { width: 26px; height: 26px; border-radius: 4px; flex-shrink: 0; }
.ar-fin-swatch--blue { background: #5aabdc; }
.ar-fin-swatch--navy { background: #142162; }
.ar-fin-swatch--black { background: #cfe9f8; border: 1px solid #a8c8e0; }
.ar-fin-label { font-size: 0.95rem; font-weight: 700; color: #142162; }
.ar-fin-amount { font-size: 0.83rem; font-weight: 300; color: #3a5a7a; }
.ar-fin-note { font-size: 0.78rem; font-weight: 300; color: #3a5a7a; line-height: 1.65; margin-top: 3rem; }

/* ── Back cover ── */
.ar-back { background: #ffffff; padding: 5rem 2rem; text-align: center; border-top: 4px solid transparent; border-image: linear-gradient(90deg, #2c85d7 60%, #e05050 100%) 1; }
.ar-back-logo { height: 100px; margin: 0 auto 1.75rem; display: block; }
.ar-back-tagline { font-size: 1rem; font-weight: 300; color: #4a4a4a; max-width: 480px; margin: 0 auto 0.9rem; line-height: 1.75; }
.ar-back-url { font-size: 0.95rem; color: #2c85d7; text-decoration: none; font-weight: 400; }
.ar-back-url:hover { text-decoration: underline; }
.ar-hl-blue { background: rgba(44,133,215,0.15); padding: 0 0.15rem; }

/* ── Team inner grids ── */
.ar-team-two-col { display: flex; gap: 3rem; flex-wrap: wrap; align-items: flex-start; }
.ar-team-two-col > .ar-team-group { margin-bottom: 0; }
.ar-team-three-col { display: flex; gap: 3rem; flex-wrap: wrap; align-items: flex-start; }
.ar-team-three-col > .ar-team-group { margin-bottom: 0; }
.ar-team-sc-group { display: flex; gap: 2rem; flex-wrap: wrap; align-items: flex-start; }
.ar-team-sc-group > .ar-team-group { margin-bottom: 0; }

/* ── Annual report — real photos ── */
.ar-team-photo img,
.ar-director-photo img,
.ar-signatory-photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ar-snapshot-hero > img,
.ar-photo-box > img,
.ar-cover-photo-wrap > img,
.ar-sci-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.ar-logo-cell img { max-width: 140px; max-height: 52px; width: auto; height: auto; object-fit: contain; display: block; margin: 0 auto; }

/* ── Annual report responsive ── */
@media (max-width: 1050px) and (min-width: 801px) {
  .ar-body { padding: 2.5rem 1rem; }
  .ar-banner { padding: 1.25rem 1rem; }
  .ar-story-grid { grid-template-columns: 280px 1fr; gap: 2rem; }
  .ar-snapshot-grid { gap: 2rem; }
}
@media (max-width: 800px) {
  .ar-letter-grid, .ar-team-intro,
  .ar-snapshot-grid, .ar-story-grid, .ar-sci-two-col,
  .ar-fin-row { grid-template-columns: 1fr; }
  .ar-story-grid > div:first-child { order: 2; }
  .ar-story-grid > .ar-story-text { order: 1; }
  .ar-gap-cards { grid-template-columns: 1fr; }
  .ar-toc-grid { grid-template-columns: repeat(2, 1fr); }
  .ar-impact-cards { grid-template-columns: repeat(2, 1fr); }
  .ar-logo-grid { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); }
  .ar-names-grid { grid-template-columns: repeat(2, 1fr); }
  .ar-highlights-row { flex-direction: column; gap: 1rem; }
  .ar-hl-cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 0.75rem 0; text-align: left; }
  .ar-hl-cell:last-child { border-bottom: none; }
  .ar-cover-grid { grid-template-columns: 1fr; grid-template-rows: 110px 180px 180px auto auto 200px; }
  .ar-body { padding: 2.5rem 1.5rem; }
  .ar-banner { padding: 1.25rem 1.5rem; }
  .ar-letter { padding: 3rem 1.5rem; }
  .ar-highlights { padding: 2rem 1.5rem; }
  .ar-spotlight { padding: 2rem 1.5rem; }
  .ar-fin { padding: 3rem 1.5rem; }
  .ar-team-two-col, .ar-team-three-col { flex-direction: column; gap: 1.5rem; }
  .ar-team-sc-group { flex-direction: column; gap: 1.5rem; }
  .ar-team-flat-grid { grid-template-columns: repeat(4, 1fr); }
  .ar-team-pair-group--4,
  .ar-team-pair-group--3,
  .ar-team-pair-group--2 { grid-column: 1 / -1; }
  .ar-cover { padding: 2rem 1.5rem 0; }
  .ar-signatories { flex-direction: row; align-items: flex-start; }
  .ar-signatories > div { flex: 1; min-width: 0; }
  .ar-numbers-body { display: flex; flex-direction: row; gap: 0; align-items: stretch; }
  .ar-numbers-body .ar-num-stat { flex: 1; min-width: 0; padding: 0 1rem; }
  .ar-numbers-body .ar-num-divider { border-top: none; border-left: 1px solid; width: 0; margin: 0; flex-shrink: 0; align-self: stretch; }
}
@media (max-width: 500px) {
  .ar-team-flat-grid { grid-template-columns: repeat(3, 1fr); }
}
