:root {
  --green: #00a957;
  --green-dark: #008c49;
  --yellow: #ffd21e;
  --blue: #1e2775;
  --ink: #2f3340;
  --muted: #8b8f9b;
  --soft: #f4f4f4;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(30, 39, 117, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(47, 51, 64, 0.08);
}

.header-inner {
  width: min(1360px, calc(100% - 56px));
  min-height: 108px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 36px;
}

.logo {
  width: 124px;
  min-width: 124px;
  height: 78px;
  display: grid;
  place-items: center;
  transform: rotate(-4deg);
  background: var(--yellow);
  border-radius: 2px;
  box-shadow: 0 5px 0 rgba(30, 39, 117, 0.12);
  font-family: "Nunito", Arial, sans-serif;
  text-align: center;
  color: var(--green);
  text-transform: uppercase;
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: 0;
}

.logo-main {
  display: block;
  font-size: 27px;
  text-shadow: 2px 2px 0 var(--blue);
}

.logo-strip {
  display: block;
  width: 94px;
  margin-top: 4px;
  padding: 3px 4px;
  background: #86288d;
  color: var(--white);
  font-size: 9px;
  line-height: 1;
  text-shadow: none;
}

.site-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: #9a9ca5;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-footer nav a:hover {
  color: var(--blue);
}

.donate-pill,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--blue);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.donate-pill {
  min-height: 48px;
  padding: 0 25px;
}

.btn:hover,
.donate-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(30, 39, 117, 0.14);
}

.btn-alt {
  background: var(--white);
}

.btn.small {
  min-height: 46px;
  padding: 0 26px;
  margin-top: 18px;
  font-size: 12px;
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 760px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero-compact {
  min-height: 560px;
}

.hero-veil {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
}

.hero-panel {
  width: min(960px, 86vw);
  min-height: 290px;
  padding: 54px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(47, 51, 64, 0.72);
  color: var(--white);
}

.hero-panel span {
  color: var(--yellow);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Supermercado One", "Nunito", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  margin-top: 10px;
  font-size: clamp(42px, 6.2vw, 82px);
  line-height: 0.98;
}

.hero-panel p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.green-title {
  padding: 28px 24px 34px;
  background: var(--green);
  color: var(--white);
  text-align: center;
}

.green-title h2 {
  color: var(--white);
  font-size: clamp(42px, 5.4vw, 62px);
  line-height: 1;
  text-transform: uppercase;
}

.green-title p {
  max-width: 980px;
  margin: 16px auto 0;
  color: var(--blue);
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 900;
  line-height: 1.25;
}

.photo-statement {
  min-height: 700px;
  display: grid;
  place-items: center;
  padding: 80px 24px;
  background-image: linear-gradient(rgba(30, 39, 117, 0.12), rgba(30, 39, 117, 0.12)), var(--statement-image);
  background-size: cover;
  background-position: center;
  color: var(--white);
  text-align: center;
}

.photo-statement h2 {
  max-width: 980px;
  margin-bottom: 42px;
  color: var(--white);
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 900;
  line-height: 0.96;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.photo-statement h2 span {
  color: var(--yellow);
  font-family: "Meddon", cursive;
  font-size: 1.18em;
  font-weight: 400;
  text-transform: lowercase;
}

.section {
  padding: 86px 0;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 58px;
  align-items: start;
}

.section h2 {
  color: var(--green);
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1;
}

.section p,
.lead {
  font-size: 18px;
}

.lead {
  max-width: 800px;
  margin: 14px 0 34px;
  color: var(--blue);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 900;
}

.checklist {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 18px 20px 18px 48px;
  background: #f2f2f2;
  border-left: 7px solid var(--yellow);
  color: var(--blue);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 900;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.programs {
  background: #f7f7f7;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.program-card {
  min-height: 100%;
  background: var(--white);
  box-shadow: var(--shadow);
}

.program-card a {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.program-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.program-card span {
  margin: 24px 26px 0;
  color: var(--green);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.program-card h3 {
  margin: 8px 26px 10px;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.program-card p {
  margin: 0 26px 28px;
  color: #656a75;
  font-size: 15px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.gallery-grid img:first-child {
  height: 780px;
  grid-row: span 2;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.source-links a {
  padding: 13px 18px;
  background: var(--yellow);
  color: var(--blue);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--green);
}

.contact-card {
  min-height: 640px;
  padding: 92px 11vw 92px max(8vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}

.contact-card .logo {
  margin-bottom: -12px;
  z-index: 1;
}

.contact-card dl {
  width: min(480px, 100%);
  margin: 0;
  padding: 74px 52px 52px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.contact-card dt {
  margin-top: 20px;
  color: #8b8f9b;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card dt:first-child {
  margin-top: 0;
}

.contact-card dd {
  margin: 6px 0 0;
  color: var(--blue);
  font-size: 14px;
}

.contact-form {
  min-height: 640px;
  padding: 92px max(8vw, 48px) 92px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.contact-form h2 {
  color: var(--white);
  font-size: clamp(44px, 5.5vw, 64px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.24);
  color: var(--white);
  font: 700 15px "Open Sans", Arial, sans-serif;
  outline: 0;
}

.contact-form input {
  min-height: 60px;
  padding: 0 32px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
  padding: 25px 32px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.78);
}

.form-status {
  min-height: 28px;
  margin: 0;
  color: var(--white);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 900;
}

.faq {
  background: #f7f7f7;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

details {
  background: var(--white);
  box-shadow: var(--shadow);
}

summary {
  padding: 22px 26px;
  color: var(--blue);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 26px 26px;
}

.site-footer {
  padding: 84px 24px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  text-align: center;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  color: #9a9ca5;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 380px;
  margin: 0;
  color: #9a9ca5;
  font-size: 14px;
}

.liveinternet-counter {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 5;
  opacity: 0.34;
}

.liveinternet-counter:hover,
.liveinternet-counter:focus {
  opacity: 1;
}

.credits .checklist {
  margin: 28px 0 44px;
}

@media (max-width: 980px) {
  .header-inner {
    width: min(100% - 32px, 760px);
    min-height: 92px;
    gap: 18px;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    display: none;
    padding: 22px 24px 28px;
    flex-direction: column;
    align-items: center;
    background: var(--white);
    box-shadow: 0 14px 28px rgba(47, 51, 64, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    margin-left: auto;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #f0f0f0;
    color: var(--blue);
    font-family: "Nunito", Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
  }

  .donate-pill {
    display: none;
  }

  .hero,
  .hero-compact {
    min-height: 620px;
  }

  .hero-panel {
    padding: 42px 28px;
  }

  .two-col,
  .contact-band,
  .program-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img,
  .gallery-grid img:first-child {
    height: 360px;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .header-inner {
    min-height: 86px;
  }

  .logo {
    width: 104px;
    min-width: 104px;
    height: 66px;
  }

  .logo-main {
    font-size: 23px;
  }

  .logo-strip {
    width: 84px;
    font-size: 8px;
  }

  .site-nav {
    top: 86px;
  }

  .hero,
  .hero-compact {
    min-height: 660px;
  }

  .hero-veil {
    padding: 48px 16px;
  }

  .hero-panel {
    width: 100%;
    min-height: 360px;
    padding: 36px 20px;
  }

  .hero-panel p {
    font-size: 16px;
  }

  .hero-actions,
  .form-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn,
  .donate-pill {
    width: 100%;
  }

  .green-title {
    padding: 28px 18px 32px;
  }

  .photo-statement {
    min-height: 560px;
  }

  .section {
    padding: 64px 0;
  }

  .wrap {
    width: min(100% - 32px, 520px);
  }

  .contact-card,
  .contact-form {
    min-height: auto;
    padding: 64px 24px;
  }

  .contact-card dl {
    padding: 70px 26px 36px;
  }
}
