/* Consistent, accessible type and spacing scale */
:root {
  --red: #b52a1d;
}

body {
  font-size: 1rem;
  line-height: 1.65;
}

p,
li,
blockquote {
  text-wrap: pretty;
}

.brand small,
.site-header nav a,
.hero-topline,
.eyebrow,
.kicker,
.manifesto-label,
.card-no,
.date-block span,
.agenda li span,
.osep-quote cite,
figcaption,
footer p {
  font-size: .9375rem;
  line-height: 1.5;
}

.brand small,
.hero-topline,
.osep-quote cite,
footer p {
  color: #d6e0e9;
}

.advocates span {
  font-size: 1rem;
  line-height: 1.55;
}

.lead,
.statement-copy p,
.section-heading > div > p:last-child,
.trip-intro p:last-child,
.act p {
  font-size: 1.125rem;
  line-height: 1.65;
}

.act .light,
.power-attribution {
  color: var(--cream);
}

.hero-stage {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}

.hero-photo {
  height: clamp(290px, 38vw, 475px);
  margin-bottom: 2rem;
}

.statement,
.voices {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.work,
.trip,
.act {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.section-heading {
  margin-bottom: 2.25rem;
}

.work article {
  min-height: 225px;
  padding: 1.75rem;
}

.work h3 {
  margin-top: 1.75rem;
}

.trip-details {
  margin-top: 2.75rem;
}

.mission-photo,
.cane-illustration {
  margin-top: 1rem;
}

.braille-photo {
  height: 250px;
}

.osep-quote {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

footer {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (max-width: 850px) {
  .hero-manifesto {
    min-height: 290px;
  }
}

@media (max-width: 540px) {
  .site-header {
    min-height: 70px;
  }

  .hero-stage {
    padding-top: 2.75rem;
    padding-bottom: 2.5rem;
  }

  .hero-photo {
    height: 330px;
    margin-bottom: 1.5rem;
  }

  .statement,
  .voices,
  .work,
  .trip,
  .act {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .work article {
    min-height: 0;
  }

  .trip-details {
    margin-top: 2rem;
  }
}

@media (forced-colors: active) {
  .brand-mark,
  .nav-cta,
  .button,
  .hero-manifesto,
  .work article,
  .date-block,
  .statement-copy,
  .voices blockquote {
    border: 2px solid CanvasText;
  }
}
