.content-shell {
  width: min(100%, var(--content-width));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.hero,
.section-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero {
  display: grid;
  min-height: max(43rem, 100svh);
  padding-top: var(--header-height);
  overflow: visible;
}

.hero__image,
.about__background,
.community__background {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.hero__image {
  height: calc(100% + 27rem);
  object-position: 50% top;
  filter: none;
  mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 27rem), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 27rem), transparent 100%);
}

.hero__shade,
.section-frame__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: transparent;
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(17rem, .74fr);
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 1.5rem 5vw;
  padding-top: clamp(2.6rem, 6vh, 4rem);
  padding-bottom: clamp(2rem, 4.5vh, 4rem);
}

.hero__lockup {
  width: min(100%, 27rem);
  height: 9rem;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
  transform: translateY(-4.5rem);
}

.hero__prelude {
  max-width: 34rem;
  margin: clamp(1rem, 2.6vh, 2.2rem) 0 0;
  color: var(--color-ivory);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.35vw, 2.7rem);
  font-style: italic;
  line-height: 1.1;
}

@media (min-width: 50.0625rem) {
  .hero__prelude {
    max-width: none;
    transform: translateX(clamp(-14rem, -14vw, -7rem));
    white-space: nowrap;
  }
}

.hero__intro {
  align-self: end;
  max-width: 35.5rem;
  border-left: 1px solid var(--color-rule);
  background: rgb(8 8 6 / 46%);
  margin-bottom: clamp(1.75rem, 4.5vh, 3.75rem);
  padding: clamp(1.4rem, 2.25vw, 2.25rem);
}

.hero h1,
.about h2,
.community__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
}

.hero h1 {
  max-width: 30rem;
  font-size: clamp(1.45rem, 2.1vw, 2.35rem);
  font-style: italic;
  line-height: 1.14;
}

.hero__intro p,
.about__copy p,
.community__copy p {
  margin: 1rem 0 0;
  color: var(--color-ivory-muted);
  font-size: clamp(.82rem, .93vw, .96rem);
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.55rem;
}

.hero__facts,
.about__facts,
.community__audiences {
  margin: 0;
}

.hero__facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: auto;
  border-top: 1px solid var(--color-rule);
}

.hero__facts div {
  min-height: 4.75rem;
  background: rgb(8 8 6 / 46%);
  padding: 1rem 1.25rem 0 0;
}

.hero__facts div + div {
  border-left: 1px solid var(--color-rule);
  padding-left: 1.25rem;
}

.hero__facts dt,
.about__facts dt,
.community__audiences dt {
  font-size: clamp(.78rem, .95vw, .98rem);
  font-weight: 600;
  line-height: 1.25;
}

.hero__facts dd,
.about__facts dd,
.community__audiences dd {
  margin: .38rem 0 0;
  color: var(--color-ivory-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.section-frame {
  min-height: 57rem;
  padding: clamp(6.8rem, 11vw, 11rem) 0 clamp(3.75rem, 7vw, 7rem);
}

.about__background {
  top: 0;
  bottom: auto;
  height: 27rem;
  object-position: 50% 54%;
  filter: none;
  mask-image: linear-gradient(to bottom, #000 0%, #000 42%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 42%, transparent 100%);
}

.about__content,
.community__content {
  position: relative;
}

.about__content {
  position: static;
}

.eyebrow {
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid var(--color-rule);
  color: var(--color-ivory-muted);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  padding-bottom: .8rem;
  text-transform: uppercase;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(23rem, 1fr) minmax(25rem, 1fr);
  gap: clamp(2rem, 5vw, 7rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 4.5rem);
}

.about__image-wrap {
  padding-top: 0;
}

.about__image {
  width: 100%;
  min-height: 31rem;
  object-fit: cover;
  object-position: 50% 50%;
}

.about__copy {
  max-width: 38rem;
  border-top: 1px solid var(--color-rule);
  padding-top: 1.6rem;
}

.about h2 {
  max-width: 35rem;
  font-size: clamp(2.45rem, 3.65vw, 4.1rem);
  font-style: italic;
  letter-spacing: -.032em;
  line-height: .98;
}

.about__copy .button {
  margin-top: 2rem;
}

.about__facts {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-width));
  margin: 0;
  border-top: 1px solid var(--color-rule);
  background: var(--color-ink);
  transform: translateX(-50%);
}

.about__facts div {
  min-height: 8.5rem;
  transition: background-color var(--ease-standard), transform var(--ease-standard);
  padding: 1.3rem;
}

.about__facts div:hover,
.about__facts div:focus-within {
  background: rgb(244 240 231 / 8%);
  transform: translateY(-.2rem);
}

.about__facts div + div {
  border-left: 1px solid var(--color-rule);
}

.community {
  min-height: 58rem;
}

.community__background {
  object-position: 50% 52%;
  filter: none;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 76%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 76%, transparent 100%);
}

.community__shade {
  background: transparent;
}

.community__title {
  position: absolute;
  top: -1rem;
  right: -2.75rem;
  left: 42%;
  max-width: none;
  margin: 0;
  color: rgb(244 240 231 / 23%);
  font-size: clamp(5.25rem, 8.2vw, 8.9rem);
  font-style: italic;
  letter-spacing: -.05em;
  line-height: .88;
}

.community__grid {
  display: grid;
  grid-template-columns: 45% 37%;
  justify-content: space-between;
  gap: 0;
  align-items: start;
  margin-top: clamp(8rem, 10vw, 10rem);
}

.community__copy {
  max-width: 31rem;
}

.community .eyebrow {
  position: relative;
  z-index: 1;
  transform: translateY(-2.5rem);
}

.community__copy p:first-child {
  margin-top: 0;
}

.community__copy .button {
  margin-top: 1.8rem;
}

.community__topics {
  color: var(--color-ivory) !important;
  font-size: .72rem !important;
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.8 !important;
  text-transform: uppercase;
}

.community__topics span {
  color: var(--color-ivory);
  padding-inline: .15rem;
}

.community__audiences {
  border: 0;
  background: transparent;
}

.community__audiences div {
  position: relative;
  min-height: 6.9rem;
  padding: 0 0 1.45rem;
}

.community__audiences div + div {
  padding-top: 1.55rem;
}

.community__audiences div::after {
  position: absolute;
  top: .82rem;
  right: auto;
  left: 64%;
  border-top: 1px solid var(--color-rule);
  content: "";
  width: 100vw;
}

.community__audiences div + div::after {
  top: 2.37rem;
}

.community__audiences dt {
  max-width: 64%;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.1;
}

.community__audiences dd {
  max-width: 66%;
  color: var(--color-ivory);
  font-size: clamp(.82rem, .96vw, 1rem);
  line-height: 1.5;
}

@media (max-width: 67.5rem) {
  .hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, .55fr);
    gap: 1.5rem 2rem;
  }

  .hero__lockup {
    width: min(100%, 24rem);
  }

  .about__grid,
  .community__grid {
    gap: 3rem;
  }
}

@media (max-width: 50rem) {
  .hero {
    min-height: 51rem;
  }

  .hero__content,
  .about__grid,
  .community__grid {
    grid-template-columns: 1fr;
  }

  .hero__content {
    display: flex;
    flex-direction: column;
    padding-top: 7rem;
  }

  .hero__lockup {
    width: min(100%, 22rem);
    height: 7.25rem;
    transform: translateY(-2.5rem);
  }

  .hero__prelude {
    align-self: flex-end;
    margin: 0;
  }

  .hero__intro {
    margin-top: auto;
    background: rgb(8 8 6 / 72%);
  }

  .hero__facts {
    width: 100%;
  }

  .hero__facts div {
    background: rgb(8 8 6 / 68%);
  }

  .about__image-wrap {
    padding-top: 0;
  }

  .about__image {
    min-height: 25rem;
  }

  .about__facts {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    width: auto;
    margin-top: 3rem;
    transform: none;
  }

  .about__facts div:nth-child(3) {
    border-top: 1px solid var(--color-rule);
  }

  .about__facts div:nth-child(3) {
    border-left: 0;
  }

  .community__grid {
    margin-top: 5rem;
  }

  .community__title {
    position: static;
    max-width: 32rem;
    margin-top: 2rem;
    color: var(--color-ivory);
    font-size: clamp(4rem, 11vw, 6rem);
    line-height: .85;
  }

  .community .eyebrow {
    transform: none;
  }

  .community__audiences div::after {
    left: 65%;
    right: 0;
    width: auto;
  }

  .community__audiences dt,
  .community__audiences dd {
    max-width: 64%;
  }
}

@media (max-width: 30rem) {
  .hero {
    min-height: 54rem;
  }

  .hero__content {
    padding-top: 5.75rem;
  }

  .hero__lockup {
    height: 5.5rem;
    transform: translateY(-1.75rem);
  }

  .hero__prelude {
    max-width: 14rem;
    font-size: 1.3rem;
  }

  .hero__intro {
    padding: 1.2rem;
  }

  .hero__facts,
  .about__facts {
    grid-template-columns: 1fr;
  }

  .hero__facts div,
  .hero__facts div + div,
  .about__facts div,
  .about__facts div + div {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--color-rule);
    padding: .8rem 0;
  }

  .hero__facts div:first-child,
  .about__facts div:first-child {
    border-top: 0;
  }

  .about__facts div {
    padding-inline: 0;
  }

  .section-frame {
    min-height: 0;
  }

  .about h2 {
    font-size: 3rem;
  }

  .community {
    min-height: 55rem;
  }

  .community__title {
    font-size: 5rem;
  }

  .community__grid {
    margin-top: 4rem;
  }
}
