.brand {
  min-width: 210px;
  display: flex;
  align-items: center;
}
.logo {
  display: block;
  width: 205px;
  height: 64px;
  object-fit: contain;
}
.hero {
  min-height: 0;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
}
.hero-copy {
  padding-top: 52px;
  padding-bottom: 52px;
}
.hero-copy h1 {
  font-size: clamp(45px, 5vw, 72px);
  margin-top: 18px;
  margin-bottom: 20px;
}
.hero-intro {
  margin-bottom: 0;
}
.hero-actions {
  margin-top: 26px;
}
.hero-photo {
  width: min(78%, 380px);
  height: 400px;
  min-height: 0;
  margin: 30px auto;
  background: transparent;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.hero-photo:after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  background: var(--red);
  z-index: -1;
}
.hero-photo img {
  width: 100%;
  height: 400px;
  min-height: 0;
  object-fit: cover;
  object-position: center 27%;
  display: block;
  box-shadow: 0 18px 42px #0005;
}
.meet-photo {
  min-height: 530px;
  overflow: hidden;
  box-shadow: 22px 22px 0 var(--red);
}
.meet-photo img,
.workers-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.meet-photo img {
  min-height: 530px;
  object-position: center;
}
.issue-grid {
  grid-template-columns: repeat(3, 1fr);
}
.issue-grid article:last-child {
  border-right: 0;
}
.squeeze {
  padding: 95px clamp(24px, 7vw, 110px);
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}
.squeeze h2 {
  color: white;
  margin-bottom: 0;
}
.squeeze ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.squeeze li {
  padding: 22px 0 22px 42px;
  border-top: 1px solid #ffffff38;
  position: relative;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 750;
}
.squeeze li:last-child {
  border-bottom: 1px solid #ffffff38;
}
.squeeze li:before {
  content: "→";
  color: #ff7182;
  position: absolute;
  left: 0;
  font-weight: 900;
}
.union-graphic {
  margin: 0;
  align-self: center;
}
.workers {
  grid-template-columns: 0.72fr 1.28fr;
}
.union-graphic img {
  display: block;
  width: 100%;
  height: auto;
  background: white;
  border: 8px solid white;
  box-shadow: 0 18px 45px #00112455;
}
.union-graphic figcaption {
  margin-top: 18px;
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.endorsement-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #ffffff42;
  list-style: none;
}
.endorsement-list li {
  position: relative;
  padding-left: 18px;
  color: #e7effc;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 750;
}
.endorsement-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff7182;
}
.community-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--navy);
}
.community-gallery img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}
.footer-brand .logo {
  filter: none;
}
.footer-brand {
  justify-content: center;
  margin: 0 auto;
}
footer {
  grid-template-columns: 1fr;
  text-align: center;
}
.footer-links {
  justify-content: center;
}
@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-photo {
    order: 0;
    width: 260px;
    height: 310px;
    margin: 32px auto 8px;
  }
  .hero-photo img {
    height: 310px;
    min-height: 0;
  }
  .hero-copy {
    padding-top: 38px;
    padding-bottom: 55px;
  }
  .squeeze {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .issue-grid {
    grid-template-columns: 1fr;
  }
  .issue-grid article {
    border-right: 0;
    border-bottom: 1px solid #cfd6df;
    margin-right: 0;
  }
  .workers {
    grid-template-columns: 1fr;
  }
  .community-gallery img {
    height: 330px;
  }
}
@media (max-width: 650px) {
  .brand {
    min-width: 0;
  }
  .logo {
    width: 150px;
    height: 52px;
  }
  .hero-photo {
    width: 215px;
    height: 260px;
    margin-top: 26px;
  }
  .hero-photo img {
    height: 260px;
    min-height: 0;
  }
  .hero-copy {
    padding-top: 28px;
    padding-bottom: 48px;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .meet-photo,
  .meet-photo img {
    min-height: 360px;
  }
  .squeeze {
    padding: 75px 24px;
  }
  .community-gallery {
    grid-template-columns: 1fr;
  }
  .community-gallery img {
    height: 270px;
  }
  .union-graphic {
    margin-top: 8px;
  }
  .endorsement-list {
    grid-template-columns: 1fr;
  }
}
