.about-page {
  background: var(--paper-bright);
}

.about-page .site-nav .is-active {
  color: var(--signal);
}

.about-story {
  height: 5000px;
  background: var(--ink);
  position: relative;
}

.about-story__stage {
  height: calc(100svh - 84px);
  min-height: 620px;
  background: var(--ink);
  color: var(--on-primary);
  overflow: hidden;
  position: sticky;
  top: 84px;
  isolation: isolate;
}

.about-story__canvas,
.about-story__shade {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.about-story__canvas {
  z-index: -3;
}

.about-story__shade {
  background:
    linear-gradient(to bottom, rgba(7, 20, 41, 0.33), transparent 30%, rgba(7, 20, 41, 0.32)),
    radial-gradient(circle at center, transparent 22%, rgba(7, 20, 41, 0.24) 100%);
  z-index: -2;
}

.about-story__opening,
.about-story__beats,
.about-story__close,
.about-story__hint {
  position: absolute;
  z-index: 2;
}

.about-story__opening {
  width: min(calc(100% - 72px), 1325px);
  top: clamp(54px, 10vh, 110px);
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  will-change: opacity, transform;
}

.about-story h1 {
  margin: 0;
  color: var(--on-primary);
  font-size: clamp(78px, 9.2vw, 142px);
  font-weight: 400;
  line-height: 0.9;
  white-space: nowrap;
}

.about-story h1 strong {
  color: var(--signal);
  font-family: var(--name-font);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.about-story h1 em {
  color: var(--on-primary);
  font-family: var(--display);
  font-size: 0.66em;
  font-style: normal;
  font-weight: 400;
}

.about-story__beats {
  width: min(820px, calc(100% - 48px));
  min-height: 180px;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}

.about-story__beat {
  width: 100%;
  margin: 0;
  color: var(--on-primary);
  font-family: var(--body);
  font-size: clamp(30px, 3.2vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
  opacity: 0;
  position: absolute;
  inset: 0;
  transform: translateY(22px);
  will-change: opacity, transform;
}

.about-story__close {
  width: min(640px, calc(100% - 48px));
  right: 5%;
  bottom: 8%;
  text-align: right;
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
}

.about-story__close p {
  margin: 0;
  color: var(--on-primary);
  font-family: var(--name-font);
  font-size: clamp(40px, 5vw, 74px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.about-story__close p + p {
  margin-top: 12px;
  color: var(--signal);
  font-family: var(--display);
  font-size: clamp(24px, 2.7vw, 40px);
  text-transform: none;
}

.about-story__hint {
  width: 220px;
  left: 50%;
  bottom: 5%;
  display: grid;
  justify-items: center;
  gap: 12px;
  transform: translateX(-50%);
  will-change: opacity;
}

.about-story__hint span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-story__hint i {
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: about-hint 1.6s ease-in-out infinite;
}

@keyframes about-hint {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(7px) rotate(45deg); }
}

.about-journey {
  padding: 150px 0 170px;
  background: var(--paper-deep);
  color: var(--ink);
}

.about-journey__inner {
  width: min(calc(100% - 72px), 1344px);
  margin-inline: auto;
}

.about-journey .eyebrow {
  color: var(--cobalt);
}

.about-journey h2 {
  margin: 14px 0 92px;
  color: var(--ink);
  font-size: clamp(64px, 8vw, 118px);
  font-weight: 400;
  line-height: 0.92;
}

.about-journey h2 strong {
  font-family: var(--name-font);
  font-weight: 700;
}

.about-journey h2 em {
  color: var(--signal);
  font-family: var(--display);
  font-size: 0.72em;
  font-style: normal;
  font-weight: 400;
}

.about-journey__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.journey-card {
  min-width: 0;
  padding: 0 38px 40px;
  border-left: 1px solid rgba(7, 20, 41, 0.38);
}

.journey-card:nth-child(even) {
  padding-top: 86px;
}

.journey-card__step {
  min-height: 96px;
  margin: 0 0 24px;
  color: var(--signal);
  font-family: var(--display);
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.journey-card figure {
  width: min(100%, 250px);
  aspect-ratio: 5 / 5.6;
  margin: 0 0 28px;
  background: var(--ink);
  overflow: hidden;
}

.journey-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.journey-card--one img { object-position: 52% 62%; }
.journey-card--two img { object-position: 22% center; }
.journey-card--three img { object-position: 78% center; }
.journey-card--four img { object-position: 52% 54%; }

.journey-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--name-font);
  font-size: 25px;
  line-height: 1.08;
  text-transform: uppercase;
}

.journey-card > p:last-child {
  margin: 0;
  color: var(--on-secondary-muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-next {
  padding: 120px max(36px, calc((100vw - 1250px) / 2));
  background: var(--paper-bright);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 80px;
}

.about-next h2 {
  max-width: 780px;
  margin: 16px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.about-next > div:last-child p {
  margin: 0 0 28px;
  color: var(--ink-soft);
}

.about-next .button {
  background: var(--ink);
  color: var(--on-primary);
}

@media (max-width: 980px) {
  .about-journey__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 72px;
  }

  .journey-card:nth-child(even) {
    padding-top: 54px;
  }
}

@media (max-width: 760px) {
  .about-story {
    height: 4300px;
  }

  .about-story__stage {
    height: calc(100svh - 66px);
    min-height: 560px;
    top: 66px;
  }

  .about-story__opening {
    width: calc(100% - 32px);
    top: 60px;
    text-align: center;
  }

  .about-story h1 {
    font-size: clamp(47px, 15vw, 68px);
    line-height: 0.9;
    white-space: normal;
  }

  .about-story h1 em {
    display: block;
    margin-top: 8px;
    font-size: 0.72em;
  }

  .about-story__beats {
    width: calc(100% - 42px);
    top: 20%;
  }

  .about-story__beat {
    font-size: 29px;
    line-height: 1.08;
  }

  .about-story__close {
    width: calc(100% - 32px);
    right: 16px;
    bottom: 10%;
  }

  .about-story__close p {
    font-size: 38px;
  }

  .about-story__close p + p {
    font-size: 21px;
  }

  .about-journey {
    padding: 104px 0 120px;
  }

  .about-journey__inner {
    width: calc(100% - 32px);
  }

  .about-journey h2 {
    margin-bottom: 64px;
    font-size: 56px;
  }

  .about-journey h2 em {
    display: block;
    margin-top: 5px;
  }

  .about-journey__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .journey-card,
  .journey-card:nth-child(even) {
    padding: 0 0 0 20px;
  }

  .journey-card__step {
    min-height: 0;
    margin-bottom: 18px;
    font-size: 32px;
  }

  .journey-card figure {
    width: 100%;
    aspect-ratio: 4 / 3.8;
  }

  .about-next {
    padding: 88px 20px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-next h2 {
    font-size: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-story__hint i {
    animation: none;
  }
}
