.about-page {
  color: white;
  overflow: hidden;
}
.about-page__hero {
  background: rgb(4, 8, 20);
  display: flex;
  align-items: center;
  isolation: isolate;
  min-height: min(860px, 100svh);
  overflow: hidden;
  position: relative;
}
.about-page__hero-image, .about-page__hero-overlay {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.about-page__hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.about-page__hero-overlay {
  background: linear-gradient(90deg, rgba(3, 9, 19, 0.96) 0%, rgba(3, 9, 19, 0.82) 42%, rgba(3, 9, 19, 0.24) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 48%);
  z-index: -1;
}
.about-page__hero-content {
  margin: 0 auto;
  max-width: 1100px;
  padding: clamp(13rem, 26vw, 19rem) 24px clamp(8rem, 15vw, 12rem);
  width: 100%;
}
.about-page__hero-content > p:not(.about-page__eyebrow):not(.about-page__tagline) {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.65;
  max-width: 620px;
}
.about-page__eyebrow {
  color: #d3414d;
  font-family: "elemental_endregular", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.about-page__tagline {
  color: white;
  font-family: "elemental_endregular";
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: 0.04em;
  margin: 0 0 24px;
  max-width: none;
  text-transform: uppercase;
}
.about-page__cta {
  margin-top: 20px;
  text-align: left;
}
.about-page__intro, .about-page__feature, .about-page__gear {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 24px;
  padding-right: 24px;
}
.about-page__intro {
  padding-bottom: clamp(4rem, 9vw, 8rem);
  padding-top: clamp(5rem, 12vw, 10rem);
  text-align: center;
}
.about-page__intro .about-page__eyebrow,
.about-page__intro h2,
.about-page__intro p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about-page__intro p:last-child {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 690px;
}
.about-page__feature {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: 1fr;
  padding-bottom: clamp(4rem, 10vw, 8rem);
  padding-top: clamp(4rem, 10vw, 8rem);
}
@media all and (min-width: 1024px) {
.about-page__feature {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.about-page__feature--reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}
.about-page__feature--reverse .about-page__feature-copy {
    grid-column: 2;
    grid-row: 1;
}
.about-page__feature--reverse .about-page__feature-media {
    grid-column: 1;
    grid-row: 1;
}
}
.about-page__feature-copy h2 {
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  line-height: 0.98;
  margin-bottom: 28px;
}
.about-page__feature-copy p:last-child {
  font-size: 1.08rem;
  line-height: 1.7;
}
.about-page__feature-media {
  background: linear-gradient(145deg, rgb(12, 44, 61), rgb(4, 8, 20));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.about-page__feature-media::after {
  border: 1px solid rgba(117, 226, 226, 0.28);
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}
.about-page__feature-media img {
  display: block;
  height: auto;
  min-height: 280px;
  object-fit: cover;
  width: 100%;
}
.about-page__feature-media--framed img {
  aspect-ratio: 1.35;
  object-position: left center;
}
.about-page__feature-media--wide img {
  aspect-ratio: 1.4;
}
.about-page__gear {
  background: linear-gradient(135deg, rgba(16, 68, 84, 0.62), rgba(9, 17, 36, 0.95) 55%, rgba(0, 0, 0, 0.92)), url("/assets/we-might-die-swarm-teaser-v2-DBv2kOBW.webp") center/cover;
  border: 1px solid rgba(117, 226, 226, 0.24);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  margin-bottom: clamp(6rem, 14vw, 12rem);
  margin-top: clamp(1rem, 3vw, 3rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  padding-top: clamp(2.5rem, 6vw, 4.5rem);
}
@media all and (min-width: 1024px) {
.about-page__gear {
    grid-template-columns: 1fr 1fr;
}
}
.about-page__gear h2 {
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  line-height: 0.98;
  margin: 0;
}
.about-page__gear-copy p {
  font-size: 1.08rem;
  line-height: 1.7;
}
@media all and (max-width: 1024px) {
.about-page__hero-overlay {
    background: linear-gradient(90deg, rgba(3, 9, 19, 0.92), rgba(3, 9, 19, 0.4)), linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, transparent 48%);
}
}