.why-page {
  background: var(--color-paper);
}
.why-page .site-logo {
  width: 11.5rem;
}
.why-hero, .why-realities, .ecosystem, .why-belief, .why-cta {
  width: 100%;
  margin: 0 0 0.8rem;
  border-radius: 0;
}
.why-hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  overflow: hidden;
  color: var(--color-white);
  background: #10110e;
}
.why-hero__copy {
  padding: clamp(2.5rem, 5vw, 4.5rem);
}
.why-hero h1 {
  margin-bottom: 1.7rem;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.14;
}
.why-hero h1 span {
  display: block;
  color: var(--color-yellow);
}
.why-hero__copy > p:not(.eyebrow) {
  max-width: 31rem;
  margin-bottom: 0.9rem;
  font-size: 0.95rem;
  line-height: 1.55;
}
.why-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-realities {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  background: var(--color-white);
}
.why-realities__image {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) opacity(0.7);
}
.why-realities__image--left {
  left: 0;
  width: 24%;
  object-position: right;
}
.why-realities__image--right {
  right: 0;
  width: 24%;
  object-position: left;
}
.reality-card {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(14rem, 1fr) 14rem minmax(14rem, 1fr);
  align-items: center;
  width: min(76%, 74rem);
  min-height: 22rem;
  margin: 0 auto;
  padding: 2.25rem 0;
}
.reality-card__column {
  width: min(100%, 17rem);
}
.reality-card__column:first-child {
  justify-self: start;
}
.reality-card__column:last-child {
  justify-self: end;
}
.reality-card__column h2 {
  margin: 0.5rem 0 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.reality-card__icon {
  display: grid;
  place-items: center;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  background: var(--color-ink);
}
.reality-card__icon img {
  width: 2.2rem;
  height: 2.2rem;
}
.reality-card ul {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
}
.reality-card li::before {
  margin-right: 0.6rem;
  color: var(--color-yellow);
  content: "\25CF ";
}
.reality-card__bridge {
  width: 13.5rem;
  height: 13.5rem;
  margin: auto;
}
.reality-card__bridge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ecosystem {
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  background: var(--color-white);
}
.ecosystem__copy {
  padding-right: 1.5rem;
}
.ecosystem h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.8rem);
}
.ecosystem__copy > p:not(.eyebrow) {
  font-size: 0.9rem;
  line-height: 1.6;
}
.ecosystem > img {
  width: 65%;
  justify-self: center;
}
.why-belief {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  overflow: hidden;
  color: var(--color-white);
  background: #10110e;
}
.why-belief__copy {
  padding: clamp(2rem, 4vw, 4rem);
}
.why-belief__quote {
  color: var(--color-yellow);
  font-family: var(--font-heading);
  font-size: 4rem;
  line-height: 0.5;
}
.why-belief h2 {
  margin: 1rem 0 1.3rem;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1.15;
}
.why-belief p {
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
}
.why-belief ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  padding: 1.5rem 0 0;
  list-style: none;
  color: var(--color-yellow);
  font-size: 1rem;
  font-weight: 700;
}
.why-belief > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-cta {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.4rem 2.5rem;
  background: #fff0bf;
}
.why-cta__icon {
  display: grid;
  place-items: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: var(--color-yellow);
}
.why-cta__icon img {
  width: 2.25rem;
  height: 2.25rem;
}
.why-cta h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
}
.button--dark-outline {
  border-color: var(--color-ink);
  color: var(--color-ink);
}
@media (max-width: 900px) {
  .why-hero,   .why-belief,   .ecosystem {
    grid-template-columns: 1fr;
  }
  .why-hero > img {
    max-height: 24rem;
  }
  .why-realities {
    min-height: 20rem;
  }
  .why-realities__image {
    display: none;
  }
  .reality-card {
    grid-template-columns: minmax(10rem, 1fr) 12rem minmax(10rem, 1fr);
    width: 92%;
    min-height: 20rem;
  }
  .reality-card__bridge {
    width: 12rem;
    height: 12rem;
  }
  .why-belief > img {
    max-height: 22rem;
  }
  .ecosystem > img {
    width: min(55%, 28rem);
  }
  .why-cta {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 620px) {
  .why-page .site-header .site-logo {
    width: 10rem;
  }
  .why-hero__copy,   .why-belief__copy,   .ecosystem {
    padding: 2rem 1.35rem;
  }
  .ecosystem > img {
    width: min(85%, 24rem);
    margin: 0 auto;
  }
  .reality-card {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    width: 100%;
    min-height: 0;
    padding: 2rem 1.35rem;
  }
  .reality-card__column,   .reality-card__column:first-child,   .reality-card__column:last-child {
    justify-self: center;
    width: min(100%, 20rem);
  }
  .reality-card__bridge {
    order: 3;
  }
  .why-belief ul {
    grid-template-columns: 1fr 1fr;
  }
  .why-cta {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .why-cta__icon {
    display: none;
  }
}

@media (max-width: 380px) {
  .why-hero h1,
  .why-belief h2 {
    font-size: clamp(2rem, 9vw, 2.4rem);
  }

  .why-belief ul {
    grid-template-columns: 1fr;
  }

  .reality-card__bridge {
    width: 11rem;
    height: 11rem;
  }
}
