@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-400.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-700.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/roboto-slab.woff2") format("woff2");
}

:root {
  --color-primary: #10A3B1;   /* teal — links, buttons, headings, grid borders */
  --color-accent: #B355A0;    /* purple — "Past reports:" label */
  --color-text: #404040;
  --color-footer-bg: #111111;
  --color-footer-bottom-bg: #222222;
  --color-footer-bottom-text: #bbbbbb;
  --font-body: "Lato", sans-serif;
  --font-heading: "Roboto Slab", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  padding-top: 115px;
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--color-text);
  background: #ffffff;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

img { max-width: 100%; display: block; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header */
.site-header {
  background: #ffffff;
  height: 115px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.site-logo img {
  height: 90px;
  width: auto;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  font-size: 17px;
  color: var(--color-primary);
  font-weight: 400;
  text-transform: uppercase;
}

.main-nav a:hover { color: var(--color-primary); }

/* Hero */
.hero {
  padding: 60px 0;
}

.hero__title,
.page-title {
  color: var(--color-primary);
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 30px;
  text-align: center;
}

/* Generic inner page layout: masthead + two-column content */
.page-masthead {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 24px auto 0;
  aspect-ratio: 1064 / 420;
  object-fit: cover;
}

.about-layout {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 50px 15px;
}

.about-layout__text {
  flex: 3 1 500px;
  min-width: 0;
}

.about-layout__text p { line-height: 1.5; margin: 0 0 20px; }

.about-layout__image {
  flex: 1 1 200px;
  max-width: 270px;
  min-width: 0;
}

.contact-page {
  text-align: center;
  padding: 40px 15px 60px;
}

.contact-page p {
  color: #000000;
  font-size: 17px;
  margin: 0 0 20px;
}

.donate-embed {
  max-width: 500px;
  margin: 0 auto;
  min-height: 700px;
  padding-top: 50px;
  text-align: center;
}

/* ---------- Annual Statement pages ---------- */

/* Statement pages use a 1010px content column (1040 - 15px side padding),
   narrower than the 1140px used elsewhere on the site. Scoped to <main> so
   the header and footer keep the site-wide width. */
.stmt-page main .container { max-width: 1040px; }

/* Live body copy is uniformly 17px/25.5px with a 15px bottom margin. */
.stmt-page main p { line-height: 25.5px; margin: 0 0 15px; }

.stmt-hero {
  background: url("../images/stmt-header-banner.png") center/cover no-repeat;
  min-height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}

.stmt-hero__inner {
  width: 100%;
  max-width: 1010px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.stmt-hero__brand {
  display: flex;
  align-items: flex-end;
  gap: 5%;
}

/* live: transparent with a 2px white outline + 18px printer icon, not a solid box.
   Scoped with .stmt-hero so it outranks the later, equally-specific .btn rule. */
.stmt-hero .stmt-hero__print {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 5px 16px;
  line-height: 1.5;
}

.stmt-hero .stmt-hero__print svg { width: 18px; height: 18px; flex-shrink: 0; }

.stmt-hero .stmt-hero__print:hover {
  background: #ffffff;
  color: #81BE41;
  opacity: 1;
}

.stmt-hero__logo { width: 190px; height: auto; }
.stmt-hero__text { display: flex; flex-direction: column; align-items: flex-start; }
.stmt-hero .stmt-hero__year { color: #ffffff; font-size: 140px; line-height: 1; margin: 0; font-weight: 400; text-align: left; white-space: nowrap; }
.stmt-hero .stmt-hero__label { color: #ffffff; font-size: 60px; line-height: 1; margin: 0; font-weight: 400; text-align: left; white-space: nowrap; }

.stmt-vismis {
  display: flex;
  gap: 35px;
  padding: 40px 15px;
  flex-wrap: wrap;
}

.stmt-vismis > div { flex: 1 1 0; min-width: 260px; }


.stmt-vismis-2023 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px 8%;
  padding: 40px 15px;
}

.stmt-vismis-2023__text { flex: 0 0 51%; min-width: 0; }
.stmt-vismis-2023__text h4 { color: #10A3B1; }
.stmt-vismis-2023__text p { margin: 0 0 15px; }
.stmt-vismis-2023__text .stmt-vismis-2023__spacer { height: 20px; }

.stmt-stat-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex: 0 0 39%;
  min-width: 0;
}

/* live: 106px icon + 15px gap + 233px text = 354px of content */
.stmt-stat-card img { flex: 0 0 106px; width: 106px; }
.stmt-stat-card > div { flex: 0 1 233px; min-width: 0; }
.stmt-stat-card h1 { color: #B355A0; font-size: 48px; font-weight: 400; margin: 0; }
.stmt-stat-card p { color: #B355A0; margin: 0 0 15px; }

.stmt-gray-band {
  background: #E9E8E8;
}

.aos-fade-up, .aos-fade-right, .aos-fade-left {
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.aos-fade-up { transform: translateY(24px); }
.aos-fade-right { transform: translateX(-24px); }
.aos-fade-left { transform: translateX(24px); }

.aos-fade-up.aos-visible,
.aos-fade-right.aos-visible,
.aos-fade-left.aos-visible {
  opacity: 1;
  transform: none;
}

.aos-slide-right {
  transform: translateX(-40px);
  transition: transform 0.4s ease;
}

.aos-slide-right.aos-visible {
  transform: none;
}

/* Not an image: live stacks two solid full-width bars with white gaps between
   them -- 5px white | 2px teal | 2px white | 8px orange. */
.stmt-accent-stripe { padding-top: 5px; }
.stmt-accent-stripe__teal   { height: 2px; background: #10A3B1; margin-bottom: 2px; }
.stmt-accent-stripe__orange { height: 8px; background: #F7941D; }

/* live: 35px above the heading, 25px below it (plus the heading's own 15px margin) */
.stmt-band {
  background: #81BE41;
  color: #ffffff;
  padding: 35px 20px 25px;
}

.stmt-photo-pair {
  display: flex;
  gap: 8px;
}

.stmt-photo-pair > div {
  height: 400px;
  background-size: cover;
  min-width: 0;
}

@media (max-width: 767px) {
  .stmt-photo-pair { flex-direction: column; }
  .stmt-photo-pair > div { height: 260px; flex-basis: auto !important; }
}

.stmt-band h1 { color: #ffffff; margin: 0 0 15px; font-size: 48px; font-weight: 400; line-height: 62.4px; }
.stmt-band p { margin: 0; }

.stmt-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 50px 15px;
  flex-wrap: wrap;
}

.stmt-row__image { flex: 0 0 30%; min-width: 0; }
.stmt-row__text { flex: 0 0 calc(70% - 30px); min-width: 0; }
.stmt-row__text p { line-height: 1.5; margin: 0 0 15px; }

/* Section subheadings. Live renders these in Roboto Slab with 1px tracking
   and a 22px line-height -- not the body Lato face. */
.stmt-row__title,
.stmt-vismis__heading,
.stmt-vismis-2023__text h4 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0 0 12px;
}

.stmt-row__title { color: #B355A0; }

/* live: Board Members 333px | right col 576px, gap 10%.
   Right col stacks a two-up About Us / Donate Today row above Contact Us. */
.stmt-footer-info {
  display: flex;
  align-items: flex-start;
  gap: 5px 10%;
  padding: 50px 15px;
  flex-wrap: wrap;
}

.stmt-footer-info__board { flex: 0 0 33%; min-width: 0; }

.stmt-footer-info__right {
  flex: 0 0 57%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.stmt-footer-info__links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.stmt-footer-info__links > div { flex: 1 1 calc(50% - 5px); min-width: 0; }

/* the footer email link is purple on live, not the site-wide teal */
.stmt-footer-info a[href^="mailto:"] { color: var(--color-accent); }

/* footer buttons are solid teal, unlike the white hero button */
.stmt-footer-info .btn {
  background: var(--color-primary);
  color: #ffffff;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .stmt-hero__inner { flex-direction: column; align-items: center; }
  .stmt-hero__brand { flex-direction: column; align-items: center; }
  .stmt-footer-info__board,
  .stmt-footer-info__right { flex-basis: 100%; }
  .stmt-footer-info__links > div { flex-basis: 100%; }
  .stmt-row { flex-direction: column; }
  .stmt-row__image, .stmt-row__text { flex-basis: 100% !important; }
}

.campaign-row {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  padding: 40px 15px;
}

.partner-logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 65px;
  /* collapses with the heading's 12px bottom margin -> 32px gap, matching live */
  margin-top: 32px;
}

.partner-logos-row img {
  width: 120px;
  height: auto;
}

.campaign-row__image {
  flex: 0 0 30%;
  min-width: 0;
}

.campaign-row__text {
  flex: 0 0 calc(70% - 34px);
  min-width: 0;
}

.campaign-row__text p { line-height: 1.5; margin: 0 0 20px; }

.campaign-row__title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .campaign-row { flex-direction: column; }
  .campaign-row__image, .campaign-row__text { flex-basis: auto; width: 100%; }
}

.community-subheading {
  color: var(--color-text);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.hero__banner {
  background-image: url("../images/hero-banner.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 1800 / 578;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 25px 40px;
  text-align: center;
}

.hero__row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.hero__logo-mark {
  width: clamp(100px, 14vw, 170px);
  height: auto;
}

.hero__year {
  color: #ffffff;
  font-size: 110px;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  text-align: left;
}

.hero__statement-label {
  color: #ffffff;
  font-size: 45px;
  margin: 0;
  font-weight: 400;
  text-align: left;
}

.btn {
  display: inline-block;
  background: #ffffff;
  color: var(--color-primary);
  padding: 7px 18px;
  font-size: 18px;
  border: none;
}

.btn:hover { opacity: 0.85; }

/* Intro text */
.intro {
  padding: 40px 0;
  max-width: 900px;
  margin: 0 auto;
}

.intro p { line-height: 1.7; }

/* Past reports grid */
.past-reports-label {
  text-align: center;
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

.report-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0 60px;
}

.report-grid__item {
  position: relative;
  width: 258px;
  height: 257px;
  border: 5px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.report-grid__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(49, 49, 49);
  opacity: 0.6;
}

.report-grid__item h2 {
  position: relative;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}

.report-grid__item:hover {
  background: var(--color-accent) !important;
}

.report-grid__item:hover::before {
  opacity: 0;
}

.report-grid__item a.overlay {
  position: absolute;
  inset: 0;
}

/* Footer */
.site-footer {
  background: var(--color-primary);
  color: #ffffff;
  padding: 50px 0;
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.site-footer .container > * {
  flex: 1 1 180px;
  min-width: 0;
}

.site-footer .footer-seal {
  flex: 0 0 auto;
  width: 140px;
  margin-right: 160px;
}

.site-footer a { color: #fff; }

.site-footer .footer-seal img { width: 88px; }

.site-footer .footer-photo img {
  width: 110px;
  height: 109px;
  object-fit: cover;
}

.footer-bottom {
  background: var(--color-footer-bottom-bg);
  color: var(--color-footer-bottom-text);
  font-size: 14px;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; }
  .main-nav.open { display: block; width: 100%; }
  .main-nav.open ul { flex-direction: column; gap: 14px; padding: 20px 0; }
  .hero__year { font-size: 70px; }
  .hero__statement-label { font-size: 32px; }
  .report-grid__item h2 { font-size: 30px; }
  .about-layout { flex-direction: column; }
  .about-layout__image { max-width: 100%; }
}
/* Gemini managed: gemini-image-logo-mark-white-30acecd1 */
.gemini-image-logo-mark-white-30acecd1 {
  position: relative;
  left: -35px;
}
/* End Gemini managed: gemini-image-logo-mark-white-30acecd1 */
/* Gemini managed: gemini-group-candid-seal-platinum-2024-e7013761 */
.gemini-group-candid-seal-platinum-2024-e7013761 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
}
.gemini-group-candid-seal-platinum-2024-e7013761 > * { flex: 0 0 auto !important; }
.gemini-group-candid-seal-platinum-2024-e7013761 img { max-width: 100% !important; height: auto !important; object-fit: contain !important; }
@media (max-width: 767px) {
  .gemini-group-candid-seal-platinum-2024-e7013761 {
    flex-direction: column !important;
  }
}
/* End Gemini managed: gemini-group-candid-seal-platinum-2024-e7013761 */
/* Gemini managed: gemini-group-candid-seal-platinum-2024-f902d46b */
.gemini-group-candid-seal-platinum-2024-f902d46b {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  min-width: 222px !important;
  max-width: 100% !important;
}
.gemini-group-candid-seal-platinum-2024-f902d46b > * { flex: 0 0 auto !important; }
.gemini-group-candid-seal-platinum-2024-f902d46b img { max-width: 100% !important; height: auto !important; object-fit: contain !important; }
/* End Gemini managed: gemini-group-candid-seal-platinum-2024-f902d46b */
/* Gemini managed: gemini-group-candid-seal-platinum-2024-e0eaa42e */
.gemini-group-candid-seal-platinum-2024-e0eaa42e {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  min-width: 222px !important;
  max-width: 100% !important;
}
.gemini-group-candid-seal-platinum-2024-e0eaa42e > * { flex: 0 0 auto !important; }
.gemini-group-candid-seal-platinum-2024-e0eaa42e img { max-width: 100% !important; height: auto !important; object-fit: contain !important; }
/* End Gemini managed: gemini-group-candid-seal-platinum-2024-e0eaa42e */
/* Gemini managed: gemini-group-candid-seal-platinum-2024-1697c19e */
.gemini-group-candid-seal-platinum-2024-1697c19e {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  min-width: 222px !important;
  max-width: 100% !important;
}
.gemini-group-candid-seal-platinum-2024-1697c19e > * { flex: 0 0 auto !important; }
.gemini-group-candid-seal-platinum-2024-1697c19e img { max-width: 100% !important; height: auto !important; object-fit: contain !important; }
/* End Gemini managed: gemini-group-candid-seal-platinum-2024-1697c19e */
/* Gemini managed: gemini-group-candid-seal-platinum-2024-b51e7f6e */
.gemini-group-candid-seal-platinum-2024-b51e7f6e {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  min-width: 222px !important;
  max-width: 100% !important;
}
.gemini-group-candid-seal-platinum-2024-b51e7f6e > * { flex: 0 0 auto !important; }
.gemini-group-candid-seal-platinum-2024-b51e7f6e img { max-width: 100% !important; height: auto !important; object-fit: contain !important; }
/* End Gemini managed: gemini-group-candid-seal-platinum-2024-b51e7f6e */
/* Gemini managed: gemini-group-candid-seal-platinum-2024-4e217a86 */
.gemini-group-candid-seal-platinum-2024-4e217a86 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  min-width: 222px !important;
  max-width: 100% !important;
}
.gemini-group-candid-seal-platinum-2024-4e217a86 > * { flex: 0 0 auto !important; }
.gemini-group-candid-seal-platinum-2024-4e217a86 img { max-width: 100% !important; height: auto !important; object-fit: contain !important; }
/* End Gemini managed: gemini-group-candid-seal-platinum-2024-4e217a86 */
/* Gemini managed: gemini-group-candid-seal-platinum-2024-c435b390 */
.gemini-group-candid-seal-platinum-2024-c435b390 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  min-width: 222px !important;
  max-width: 100% !important;
}
.gemini-group-candid-seal-platinum-2024-c435b390 > * { flex: 0 0 auto !important; }
.gemini-group-candid-seal-platinum-2024-c435b390 img { max-width: 100% !important; height: auto !important; object-fit: contain !important; }
/* End Gemini managed: gemini-group-candid-seal-platinum-2024-c435b390 */
/* Gemini managed: gemini-item-p-710abfc0 */
.gemini-item-p-710abfc0 {
  font-size: 17px;
  font-weight: 400;
  color: #B355A0;
  text-align: left;
}
/* End Gemini managed: gemini-item-p-710abfc0 */
