.community-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: calc(var(--header-h) + 3rem) var(--page-x) 3rem;
  overflow: hidden;
  color: var(--ivory);
  background: var(--black);
}
.community-hero__collage { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 1rem; opacity: .42; }
.community-hero__collage img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.community-hero__collage img:nth-child(2) { margin-top: 12vh; height: calc(100% - 24vh); }
.community-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,5,.3), rgba(5,5,5,.72)); }
.community-hero__content { position: relative; z-index: 1; max-width: 88rem; text-align: center; }
.community-hero h1 { font-size: clamp(7rem, 18vw, 20rem); }
.community-hero__content p { margin: 2rem auto 0; }
.community-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: end; }
.community-intro__aside { max-width: 22rem; justify-self: end; }
.community-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(.75rem, 1.5vw, 1.5rem); padding-top: 0; }
.community-mosaic figure:nth-child(1) { grid-column: 1 / span 7; height: 47rem; }
.community-mosaic figure:nth-child(2) { grid-column: 8 / -1; height: 31rem; margin-top: 8rem; }
.community-mosaic figure:nth-child(3) { grid-column: 2 / span 4; height: 34rem; margin-top: 2rem; }
.community-mosaic figure:nth-child(4) { grid-column: 6 / span 7; height: 43rem; margin-top: -4rem; }
.community-quote { min-height: 72vh; display: grid; place-items: center; text-align: center; }
.community-quote blockquote { max-width: 84rem; margin: 0; font: 400 clamp(5.4rem, 11vw, 12rem)/.86 var(--display); text-transform: uppercase; }
.community-quote .script { color: var(--red); font-size: 1.25em; }
.community-principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(5,5,5,.22); }
.community-principle { min-height: 25rem; padding: 2rem; border-left: 1px solid rgba(5,5,5,.22); }
.community-principle:first-child { border-left: 0; }
.community-principle span { color: var(--red); font: 500 .75rem var(--mono); }
.community-principle h2 { margin-top: 6rem; }
.community-final { min-height: 80vh; display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: end; }
.community-final__image { height: 35rem; }

@media (max-width: 900px) {
  .community-hero { min-height: 82svh; }
  .community-hero h1 { font-size: 22vw; }
  .community-hero__collage { grid-template-columns: 1fr 1fr; }
  .community-hero__collage img:last-child { display: none; }
  .community-intro, .community-final { grid-template-columns: 1fr; }
  .community-intro__aside { justify-self: start; }
  .community-mosaic { grid-template-columns: 1fr 1fr; }
  .community-mosaic figure:nth-child(n) { grid-column: auto; height: 25rem; margin: 0; }
  .community-mosaic figure:nth-child(1), .community-mosaic figure:nth-child(4) { grid-column: 1 / -1; height: 34rem; }
  .community-principles { grid-template-columns: 1fr; }
  .community-principle { min-height: auto; border-left: 0; border-top: 1px solid rgba(5,5,5,.22); }
  .community-principle h2 { margin-top: 3rem; }
}
