.about-journey-page {
  --about-ink: #07090a;
  --about-ink-blue: #0c1216;
  --about-snow: #eef3f3;
  --about-steel: #94a2a6;
  --about-paper: #eceae4;
  --about-text-dark: #111619;
  --about-red: #d43b35;
  --about-line: rgba(232, 240, 241, 0.16);
  margin: 0;
  background: var(--about-ink);
  color: var(--about-snow);
  overflow-x: clip;
}

.about-journey-page .site-header {
  z-index: 100;
}

.about-journey-page .about-journey-main {
  position: relative;
  overflow: clip;
  background: var(--about-ink);
}

.about-journey-page .type-h1 {
  margin: 0;
  font-size: var(--type-h1);
  line-height: var(--line-h1);
  font-weight: 900;
  letter-spacing: 0;
}

.about-journey-page .type-h2 {
  margin: 0;
  font-size: var(--type-h2);
  line-height: var(--line-h2);
  font-weight: 800;
  letter-spacing: 0;
}

.about-journey-page .type-h3 {
  margin: 0;
  font-size: var(--type-h3);
  line-height: var(--line-h3);
  font-weight: 700;
  letter-spacing: 0;
}

.about-journey-page .type-lead {
  margin: 0;
  font-size: var(--type-lead);
  line-height: var(--line-lead);
  letter-spacing: 0;
}

.about-journey-page .type-body {
  margin: 0;
  font-size: var(--type-body);
  line-height: var(--line-body);
  letter-spacing: 0;
}

.about-journey-page .type-note,
.about-journey-page .about-eyebrow {
  margin: 0;
  font-family: var(--font-tech);
  font-size: var(--type-note);
  line-height: var(--line-note);
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

.about-journey-page.is-journey-archive .about-journey-heading {
  top: max(88px, 11vh);
  width: min(520px, 42vw);
}

.about-journey-page.is-journey-archive .about-journey-copy-stack {
  gap: 0;
  margin-top: 10px;
}

.about-journey-page.is-journey-archive .about-journey-summary {
  display: none;
}

.about-journey-page .about-journey-scene {
  position: relative;
  min-height: 680vh;
  background: var(--about-ink);
}

.about-journey-page .about-mountain-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow: clip;
}

.about-journey-page .about-mountain-stage {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #080b0d 0%, #0b1115 56%, #040607 100%);
}

.about-journey-page .about-mountain-stage::after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(120px, 22vh, 220px);
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.42) 38%, #000 88%, #000 100%);
}

.about-journey-page .about-aurora-sky {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  opacity: 0.78;
  pointer-events: none;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.about-journey-page .about-aurora-band {
  position: absolute;
  top: -18vh;
  width: clamp(150px, 14vw, 270px);
  height: 76vh;
  border-radius: 46% 58% 42% 54% / 18% 22% 78% 82%;
  background:
    linear-gradient(90deg, transparent 8%, rgba(90, 226, 201, 0.12) 34%, rgba(118, 245, 211, 0.55) 48%, rgba(135, 216, 230, 0.13) 61%, transparent 82%);
  filter: blur(17px) drop-shadow(0 0 26px rgba(92, 226, 204, 0.22));
  opacity: 0.46;
  transform: skewX(-12deg) rotate(6deg);
  transform-origin: top center;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 54%, rgba(0, 0, 0, 0.42) 72%, transparent 96%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 54%, rgba(0, 0, 0, 0.42) 72%, transparent 96%);
}

.about-journey-page .about-aurora-band-a {
  left: 18%;
}

.about-journey-page .about-aurora-band-b {
  left: 51%;
  height: 66vh;
  background: linear-gradient(90deg, transparent 12%, rgba(72, 201, 189, 0.1) 36%, rgba(94, 224, 216, 0.42) 50%, rgba(108, 199, 227, 0.11) 64%, transparent 82%);
  opacity: 0.38;
  transform: skewX(10deg) rotate(-5deg);
}

.about-journey-page .about-aurora-band-c {
  left: 78%;
  height: 72vh;
  opacity: 0.3;
  transform: skewX(-5deg) rotate(10deg);
}

.about-journey-page .about-journey-heading {
  position: absolute;
  z-index: 12;
  top: max(86px, 10.5vh);
  left: clamp(28px, 6.8vw, 108px);
  width: min(480px, 42vw);
}

.about-journey-page .about-journey-heading .about-eyebrow {
  margin-bottom: 12px;
}

.about-journey-page .about-journey-heading .type-h1 {
  font-size: var(--type-h2);
  line-height: var(--line-h2);
  white-space: nowrap;
}

.about-journey-page .about-title-rule {
  display: block;
  width: 84px;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--about-red), rgba(212, 59, 53, 0));
  transform-origin: left center;
}

.about-journey-page .about-journey-copy-stack {
  display: grid;
  width: min(480px, 100%);
  gap: 12px;
  margin-top: 20px;
}

.about-journey-page .about-journey-subtitle {
  position: static;
  width: auto;
  max-width: 18ch;
  font-weight: 600;
  color: rgba(238, 243, 243, 0.86);
}

.about-journey-page .about-journey-summary {
  position: static;
  width: auto;
  max-width: 42ch;
  color: rgba(241, 244, 242, 0.72);
}

.about-journey-page .about-current-milestone {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.about-journey-page .about-mountain-world {
  position: absolute;
  z-index: 2;
  inset: 0;
  transform-origin: 64% 68%;
  will-change: transform;
}

.about-journey-page .about-mountain-visual {
  position: absolute;
  bottom: clamp(-126px, -12vh, -84px);
  left: -22.2vw;
  width: clamp(2100px, 220vw, 4400px);
  height: auto;
  aspect-ratio: 6 / 1;
  overflow: visible;
}

.about-journey-page .about-mountain-visual img,
.about-journey-page .about-mountain-visual svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: none;
}

.about-journey-page .about-mountain-visual img {
  z-index: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3.5%, #000 96.5%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 3.5%, #000 96.5%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0.94;
}

.about-journey-page .about-mountain-visual svg {
  z-index: 3;
  overflow: visible;
}

.about-journey-page .about-journey-ribbon {
  fill: none;
  visibility: hidden;
}

.about-journey-page .about-journey-ribbon-canvas {
  position: absolute;
  z-index: 7;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  mix-blend-mode: screen;
}

.about-journey-page .about-milestones {
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
}

.about-journey-page .about-mobile-year-rail {
  display: none;
}

.about-journey-page .about-milestone {
  --milestone-lift: clamp(104px, 13vh, 132px);
  position: absolute;
  left: var(--point-x);
  top: var(--point-y);
  width: min(220px, 14vw);
  opacity: 0;
  transform: none;
  transition: opacity 420ms ease;
}

.about-journey-page .about-milestone:nth-child(even) {
  --milestone-lift: clamp(264px, 32vh, 310px);
}

.about-journey-page .about-milestone-node {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(235, 246, 247, 0.8);
  border-radius: 50%;
  background: var(--about-ink);
  box-shadow: 0 0 0 0 rgba(212, 59, 53, 0);
}

.about-journey-page .about-milestone-stem {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: var(--milestone-lift);
  background: linear-gradient(180deg, rgba(231, 240, 241, 0), rgba(231, 240, 241, 0.5));
  transform: translateY(-4px) scaleY(0);
  transform-origin: bottom;
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.about-journey-page .about-milestone-copy {
  position: absolute;
  right: auto;
  bottom: calc(var(--milestone-lift) + 16px);
  left: 0;
  width: min(210px, 13vw);
  padding: 0;
  border: 0;
  transform: translateX(-50%);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.86);
  transition: opacity 320ms ease, transform 560ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.about-journey-page:not(.is-journey-started) .about-milestone:first-child .about-milestone-copy {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 14px);
}

.about-journey-page .about-milestone-copy time {
  display: block;
  margin-bottom: 8px;
  color: var(--about-snow);
  font-family: var(--font-mono);
  font-size: var(--type-h3);
  line-height: var(--line-h3);
  font-weight: 700;
}

.about-journey-page .about-milestone-copy p {
  margin: 0;
  color: rgba(238, 243, 243, 0.7);
}

.about-journey-page .about-milestone.is-revealed,
.about-journey-page .about-milestone.is-current {
  z-index: 4;
  opacity: 1;
  transform: none;
}

.about-journey-page .about-milestone.is-current .about-milestone-node {
  border-color: var(--about-red);
  background: var(--about-red);
  box-shadow: 0 0 0 5px rgba(212, 59, 53, 0.1), 0 0 16px rgba(212, 59, 53, 0.46);
  opacity: 0;
}

.about-journey-page .about-milestone.is-revealed .about-milestone-stem,
.about-journey-page .about-milestone.is-current .about-milestone-stem {
  transform: translateY(-4px) scaleY(1);
}

.about-journey-page .about-milestone.is-current time {
  color: #ff5a52;
}

.about-journey-page .about-milestone.is-key-milestone .about-milestone-copy time {
  color: #ff655c;
  text-shadow: 0 0 18px rgba(212, 59, 53, 0.24);
}

.about-journey-page .about-milestone.is-key-milestone .about-milestone-node {
  border-color: rgba(255, 118, 107, 0.92);
  background: var(--about-red);
  box-shadow: 0 0 0 4px rgba(212, 59, 53, 0.08), 0 0 14px rgba(212, 59, 53, 0.34);
}

.about-journey-page .about-milestone.is-current .about-milestone-copy {
  right: auto;
  bottom: calc(var(--milestone-lift) + 16px);
  left: 0;
  width: min(210px, 13vw);
  padding: 0;
  border: 0;
  transform: translateX(-50%);
  visibility: visible;
  opacity: 1;
}

.about-journey-page .about-milestone.is-past {
  opacity: 0.76;
  transform: none;
}

.about-journey-page .about-milestone.is-past .about-milestone-stem {
  opacity: 0.42;
}

.about-journey-page .about-milestone.is-offstage:not(.is-current) {
  opacity: 0;
  pointer-events: none;
}

.about-journey-page .about-milestones.is-archive .about-milestone {
  --milestone-lift: var(--archive-lift, clamp(118px, 15vh, 148px));
  z-index: 5;
  width: min(220px, 14vw);
  opacity: 1;
  transform: none;
  transition: none;
}

.about-journey-page .about-milestones.is-archive .about-milestone-copy,
.about-journey-page .about-milestones.is-archive .about-milestone.is-current .about-milestone-copy {
  right: auto;
  top: var(--archive-copy-offset, auto);
  bottom: auto;
  left: 0;
  display: block;
  width: min(210px, 13vw);
  padding: 0;
  border: 0;
  transform: translateX(-50%);
  visibility: visible;
  opacity: 1;
}

.about-journey-page .about-milestones.is-archive .about-milestone-copy time,
.about-journey-page .about-milestones.is-archive .about-milestone-copy p {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.about-journey-page .about-milestones.is-archive .about-milestone.is-offstage {
  opacity: 1;
}

.about-journey-page .about-journey-status {
  position: absolute;
  z-index: 15;
  right: clamp(28px, 6.5vw, 104px);
  bottom: 28px;
  display: grid;
  grid-template-columns: auto minmax(90px, 12vw) auto;
  gap: 14px;
  align-items: center;
  color: rgba(238, 243, 243, 0.48);
  font-family: var(--font-mono);
  font-size: var(--type-note);
}

.about-journey-page .about-journey-status i {
  position: relative;
  display: block;
  height: 1px;
  overflow: hidden;
  background: rgba(238, 243, 243, 0.18);
}

.about-journey-page .about-journey-status i b {
  position: absolute;
  inset: 0;
  background: var(--about-red);
  transform: scaleX(0);
  transform-origin: left;
}

.about-journey-page .about-journey-status strong {
  color: var(--about-snow);
  font-size: var(--type-h3);
}

.about-journey-page .about-engineering-scene {
  position: relative;
  min-height: 300vh;
  overflow: clip;
  background: #000;
}

.about-journey-page .about-engineering-scene::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 84px 84px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 5%, #000 18%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, transparent 5%, #000 18%, #000 100%);
}

.about-journey-page .about-engineering-sticky {
  position: sticky;
  z-index: 1;
  top: 0;
  min-height: 100vh;
  overflow: hidden;
}

.about-journey-page .about-engineering-stage {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.about-journey-page .about-engineering-stage::before {
  content: "CTTAE / ENGINEERING";
  position: absolute;
  right: -1%;
  bottom: 1%;
  color: rgba(236, 242, 241, 0.035);
  font-family: var(--font-tech);
  font-size: calc(var(--type-display) * 2.2);
  font-weight: 700;
  white-space: nowrap;
}

.about-journey-page .about-section-heading {
  position: absolute;
  z-index: 6;
  top: max(104px, 12vh);
  left: clamp(28px, 6.8vw, 108px);
  width: min(680px, 54vw);
}

body.about-journey-page.about-page .about-section-heading {
  display: block;
  margin: 0;
  color: var(--about-snow);
}

body.about-journey-page.about-page .about-section-heading .type-h2 {
  display: block;
  width: auto;
  max-width: none;
  color: inherit;
}

body.about-journey-page.about-page .about-section-heading .type-lead {
  display: block;
  width: auto;
  max-width: 48ch;
}

.about-journey-page .about-section-heading .type-h2 {
  margin-top: 10px;
}

.about-journey-page .about-section-heading .type-lead {
  max-width: 48ch;
  margin-top: 18px;
  color: rgba(238, 243, 243, 0.62);
}

.about-journey-page .about-engineering-lineup {
  position: absolute;
  z-index: 3;
  top: clamp(318px, 42vh, 410px);
  right: clamp(28px, 5.4vw, 88px);
  bottom: max(74px, 8vh);
  left: clamp(28px, 5.4vw, 88px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2.1vw, 42px);
  align-items: stretch;
}

.about-journey-page .about-engineering-lineup::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238, 243, 243, 0.22) 8%, rgba(238, 243, 243, 0.22) 92%, transparent);
}

.about-journey-page .about-engineering-department {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(128px, auto) minmax(150px, 1fr);
  min-width: 0;
  opacity: 0.12;
  transform: translateY(26px);
  transition:
    opacity 600ms ease,
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-journey-page .about-engineering-department header {
  position: relative;
  padding-top: 17px;
  border-top: 1px solid rgba(238, 243, 243, 0.13);
  transition: border-color 500ms ease;
}

.about-journey-page .about-engineering-department header::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--about-red);
  transition: width 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-journey-page .about-engineering-department .type-note {
  color: rgba(238, 243, 243, 0.42);
  font-family: var(--font-mono);
}

.about-journey-page .about-engineering-department .type-h3 {
  margin-top: 11px;
  color: rgba(238, 243, 243, 0.92);
}

.about-journey-page .about-engineering-department .type-body {
  max-width: 24ch;
  margin-top: 10px;
  color: rgba(238, 243, 243, 0.5);
}

.about-journey-page .about-engineering-department figure {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 0;
  height: clamp(148px, 23vh, 226px);
  margin: 0;
  padding: 0 0 21px;
}

.about-journey-page .about-engineering-department img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.2;
  transform: translateY(20px) scale(0.92);
  transition:
    opacity 720ms ease,
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-journey-page .about-engineering-department.is-revealed {
  opacity: 0.72;
  transform: none;
}

.about-journey-page .about-engineering-department.is-revealed header::before {
  width: 38px;
}

.about-journey-page .about-engineering-department.is-revealed img {
  opacity: 0.72;
  transform: none;
}

.about-journey-page .about-engineering-department.is-complete {
  opacity: 0.62;
}

.about-journey-page .about-engineering-department.is-current {
  opacity: 1;
}

.about-journey-page .about-engineering-department.is-current header {
  border-color: rgba(238, 243, 243, 0.28);
}

.about-journey-page .about-engineering-department.is-current .type-note {
  color: var(--about-red);
}

.about-journey-page .about-engineering-department.is-current img {
  opacity: 1;
  transform: translateY(-2px) scale(1.025);
}

.about-journey-page .about-engineering-progress {
  position: absolute;
  z-index: 6;
  top: max(118px, 14vh);
  right: clamp(28px, 5.4vw, 88px);
  display: grid;
  grid-template-columns: auto minmax(80px, 150px) auto;
  gap: 14px;
  align-items: center;
  color: rgba(238, 243, 243, 0.38);
  font-family: var(--font-mono);
  font-size: var(--type-note);
}

.about-journey-page .about-engineering-progress i {
  position: relative;
  display: block;
  height: 1px;
  overflow: hidden;
  background: rgba(238, 243, 243, 0.15);
}

.about-journey-page .about-engineering-progress i b {
  position: absolute;
  inset: 0;
  background: var(--about-red);
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform 540ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-journey-page .about-engineering-progress strong {
  color: rgba(238, 243, 243, 0.76);
  font-size: var(--type-note);
  font-weight: 600;
}

.about-journey-page .about-team-scene {
  position: relative;
  min-height: 180vh;
  overflow: clip;
  background: #000;
}

.about-journey-page .about-team-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow: hidden;
}

.about-journey-page .about-team-intro {
  position: absolute;
  z-index: 6;
  top: max(104px, 12vh);
  left: clamp(28px, 6.8vw, 108px);
  width: min(560px, 46vw);
}

.about-journey-page .about-team-intro .type-h2 {
  margin-top: 10px;
}

.about-journey-page .about-team-intro .type-lead {
  max-width: 34ch;
  margin-top: 18px;
  color: rgba(238, 243, 243, 0.62);
}

.about-journey-page .about-team-wall {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: max(38px, 5vh);
  left: 0;
  display: grid;
  gap: clamp(14px, 2vh, 22px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.about-journey-page .about-team-rail {
  display: flex;
  width: max-content;
  animation-play-state: paused;
  will-change: auto;
}

.about-journey-page .about-team-rail-group {
  display: flex;
  flex: none;
  gap: clamp(12px, 1.4vw, 22px);
  padding-right: clamp(12px, 1.4vw, 22px);
}

.about-journey-page .about-team-photo {
  position: relative;
  flex: 0 0 auto;
  width: clamp(240px, 20vw, 300px);
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(238, 243, 243, 0.08);
  background: #0e1112;
}

.about-journey-page .about-team-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(3, 5, 6, 0.35);
}

.about-journey-page .about-team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
}

.about-journey-page.is-team-wall-active .about-team-rail {
  animation-play-state: running;
  will-change: transform;
}

@keyframes aboutTeamRailForward {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes aboutTeamRailReverse {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.about-journey-page .about-team-rail--forward {
  animation: aboutTeamRailForward 32s linear infinite;
  animation-play-state: paused;
}

.about-journey-page .about-team-rail--reverse {
  animation: aboutTeamRailReverse 38s linear infinite;
  animation-play-state: paused;
}

.about-journey-page .about-talent-scene {
  position: relative;
  min-height: 120vh;
  overflow: clip;
  background: #050607;
}

.about-journey-page .about-talent-scene::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 54%, rgba(34, 59, 89, 0.2), transparent 34%),
    linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, 0.98) 34%, rgba(5, 6, 7, 0.12) 68%, #050607 100%);
}

.about-journey-page .about-talent-portrait {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -2vw;
  bottom: 0;
  width: min(68vw, 1100px);
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 93%, transparent 100%);
}

.about-journey-page .about-talent-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 58%, #050607 100%);
}

.about-journey-page .about-talent-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.about-journey-page .about-talent-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: auto 1fr;
  gap: 0 6vw;
  align-items: center;
  width: min(1240px, calc(100% - 10vw));
  min-height: 120vh;
  margin: 0 auto;
  padding: 112px 0 72px;
}

.about-journey-page .about-talent-content {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  max-width: 340px;
}

.about-journey-page .about-talent-content .type-h2 {
  margin-top: 10px;
}

.about-journey-page .about-talent-content > .type-lead {
  margin-top: 18px;
  color: rgba(238, 243, 243, 0.78);
}

.about-journey-page .about-talent-content > .type-body {
  margin-top: 16px;
  color: rgba(238, 243, 243, 0.56);
}

.about-journey-page .about-talent-learning {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(238, 243, 243, 0.16);
}

.about-journey-page .about-talent-learning > span {
  color: var(--about-red);
  font-family: var(--font-mono);
}

.about-journey-page .about-talent-learning p {
  margin-top: 6px;
  color: rgba(238, 243, 243, 0.52);
}

.about-journey-page .about-talent-learning .type-h3 {
  color: var(--about-snow);
}

.about-journey-page .about-talent-cards {
  position: absolute;
  top: clamp(170px, 22vh, 220px);
  left: clamp(300px, 26vw, 360px);
  display: grid;
  gap: 22px;
  width: min(360px, 100%);
}

.about-journey-page .about-talent-card {
  position: relative;
  width: clamp(240px, 24vw, 300px);
  aspect-ratio: 970 / 780;
  overflow: hidden;
  border: 1px solid rgba(238, 243, 243, 0.12);
  border-radius: 20px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), border-color 500ms ease;
}

.about-journey-page .about-talent-card:nth-child(2) {
  margin-left: clamp(18px, 4vw, 58px);
}

.about-journey-page .about-talent-card:hover {
  border-color: rgba(238, 243, 243, 0.3);
  transform: translate3d(0, -6px, 0);
}

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

.about-journey-page .about-talent-card-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 28% 13px 17px;
}

.about-journey-page .about-talent-card-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -10px 0 0;
  pointer-events: none;
}

.about-journey-page .about-talent-card--light .about-talent-card-copy {
  color: #080a0c;
}

.about-journey-page .about-talent-card--light .about-talent-card-copy::before {
  background: linear-gradient(90deg, rgba(249, 247, 232, 0.98) 0%, rgba(249, 247, 232, 0.86) 64%, transparent 100%);
}

.about-journey-page .about-talent-card--dark .about-talent-card-copy {
  color: var(--about-snow);
}

.about-journey-page .about-talent-card--dark .about-talent-card-copy::before {
  background: linear-gradient(90deg, rgba(7, 9, 11, 0.96) 0%, rgba(7, 9, 11, 0.78) 64%, transparent 100%);
}

.about-journey-page .about-talent-card-copy > span {
  display: none;
  margin-bottom: 0;
  font-family: var(--font-mono);
  opacity: 0.58;
}

.about-journey-page .about-talent-card-copy .type-h3 {
  font-size: var(--type-body);
}

.about-journey-page .about-talent-card-copy p {
  max-width: 20ch;
  margin-top: 2px;
  font-size: var(--type-note);
  line-height: 1.45;
  opacity: 0.72;
}

.about-journey-page .about-promise-scene {
  --promise-x: 50%;
  --promise-y: 42%;
  position: relative;
  min-height: 138vh;
  overflow: clip;
  background: #020405;
  color: var(--about-snow);
  isolation: isolate;
}

.about-journey-page .about-promise-aura {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.about-journey-page .about-promise-aura__glow,
.about-journey-page .about-promise-aura__grid {
  position: absolute;
  inset: 0;
}

.about-journey-page .about-promise-aura__glow {
  opacity: 0.38;
  background:
    radial-gradient(circle 30vw at var(--promise-x) var(--promise-y), rgba(174, 22, 32, 0.08), rgba(8, 13, 17, 0.035) 42%, transparent 72%),
    linear-gradient(180deg, rgba(5, 9, 12, 0.12), #020405 88%);
}

.about-journey-page .about-promise-aura__grid {
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(circle 48vw at var(--promise-x) var(--promise-y), #000, transparent 72%);
  mask-image: radial-gradient(circle 48vw at var(--promise-x) var(--promise-y), #000, transparent 72%);
}

.about-journey-page .about-promise-wordmark {
  position: absolute;
  top: -42px;
  left: 50%;
  z-index: 0;
  width: min(66vw, 960px);
  margin: 0;
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.about-journey-page .about-promise-wordmark img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  filter: brightness(0.92) contrast(1.45);
  opacity: 0.24;
}

.about-journey-page .about-promise-layout {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 10vw));
  margin: 0 auto;
  padding: clamp(112px, 15vh, 168px) 0 88px;
}

.about-journey-page .about-promise-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: clamp(110px, 13vw, 170px);
  padding-bottom: clamp(42px, 6vh, 64px);
}

.about-journey-page .about-promise-heading > :not(.about-promise-wordmark) {
  position: relative;
  z-index: 1;
}

body.about-journey-page.about-page .about-promise-scene .type-h2 {
  color: var(--about-snow);
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.48);
}

.about-journey-page .about-promise-heading .about-eyebrow {
  color: rgba(238, 243, 243, 0.48);
}

.about-journey-page .about-promise-heading .type-h2 {
  width: max-content;
  max-width: none;
  margin-top: 14px;
  white-space: nowrap;
  text-wrap: nowrap;
}

.about-journey-page .about-promise-summary {
  max-width: 68ch;
  margin: 22px auto 0;
  color: rgba(238, 243, 243, 0.66);
  font-size: var(--type-body);
  line-height: var(--line-body);
}

.about-journey-page .about-promise-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-journey-page .about-promise-tags li {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 16px 8px;
  border: 1px solid rgba(238, 243, 243, 0.28);
  border-radius: 999px;
  background: rgba(4, 8, 10, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 26px rgba(0, 0, 0, 0.16);
  color: rgba(238, 243, 243, 0.68);
  font-family: var(--font-mono);
  font-size: var(--type-button);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-journey-page .about-promise-tags .is-active {
  border-color: rgba(211, 29, 46, 0.86);
  background: rgba(211, 29, 46, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 28px rgba(211, 29, 46, 0.12);
  color: var(--about-red);
  transform: translateY(-2px);
}

.about-journey-page .about-promise-list {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-journey-page .about-promise-item {
  --promise-magnet-x: 0px;
  --promise-magnet-y: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.about-journey-page .about-promise-item::before,
.about-journey-page .about-promise-item::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-journey-page .about-promise-item::before {
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(211, 29, 46, 0.07) 62%, transparent 100%);
  transform: translate3d(-16%, 0, 0);
  transition: opacity 320ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-journey-page .about-promise-item::after {
  display: none;
  top: 50%;
  right: 2%;
  z-index: -1;
  width: 96px;
  height: 96px;
  background: rgba(238, 243, 243, 0.9);
  transform: translate3d(10px, -50%, 0) scale(0.94);
  -webkit-mask: var(--promise-icon) center / contain no-repeat;
  mask: var(--promise-icon) center / contain no-repeat;
  opacity: 0.025;
  transition: opacity 360ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-journey-page .about-promise-item.is-active::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-journey-page .about-promise-item.is-active::after {
  opacity: 0.075;
  transform: translate3d(0, -50%, 0) scale(1);
}

.about-journey-page .about-promise-trigger {
  display: grid;
  grid-template-columns: 48px 30px minmax(180px, 0.62fr) minmax(80px, 0.28fr) minmax(300px, 1.2fr);
  gap: clamp(18px, 2.4vw, 40px);
  align-items: center;
  width: 100%;
  min-height: 84px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 320ms ease;
  position: relative;
  z-index: 1;
}

.about-journey-page .about-promise-trigger:focus-visible {
  outline: 1px solid rgba(211, 29, 46, 0.9);
  outline-offset: 5px;
}

.about-journey-page .about-promise-index {
  color: rgba(238, 243, 243, 0.38);
  font-family: var(--font-mono);
  font-size: var(--type-note);
  letter-spacing: 0.12em;
  transition: color 320ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-journey-page .about-promise-trigger .type-h3 {
  color: rgba(238, 243, 243, 0.56);
  font-size: var(--type-h3);
  line-height: var(--line-h3);
  letter-spacing: 0;
  transform: translate3d(var(--promise-magnet-x), var(--promise-magnet-y), 0);
  transition: color 320ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-journey-page .about-promise-icon {
  width: 26px;
  height: 26px;
  color: rgba(238, 243, 243, 0.46);
  background: currentColor;
  opacity: 0.42;
  -webkit-mask: var(--promise-icon) center / contain no-repeat;
  mask: var(--promise-icon) center / contain no-repeat;
  transition: color 320ms ease, opacity 320ms ease, transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-journey-page [data-promise-icon="customer"], .about-journey-page [data-promise-icon="customer"] .about-promise-icon { --promise-icon: url("./assets/icons/engineering-label/target.svg"); }
.about-journey-page [data-promise-icon="value"], .about-journey-page [data-promise-icon="value"] .about-promise-icon { --promise-icon: url("./assets/icons/engineering-label/ruler.svg"); }
.about-journey-page [data-promise-icon="flex"], .about-journey-page [data-promise-icon="flex"] .about-promise-icon { --promise-icon: url("./assets/icons/engineering-label/route.svg"); }
.about-journey-page [data-promise-icon="result"], .about-journey-page [data-promise-icon="result"] .about-promise-icon { --promise-icon: url("./assets/icons/engineering-label/clipboard-check.svg"); }
.about-journey-page [data-promise-icon="people"], .about-journey-page [data-promise-icon="people"] .about-promise-icon { --promise-icon: url("./assets/icons/engineering-label/package.svg"); }
.about-journey-page [data-promise-icon="quality"], .about-journey-page [data-promise-icon="quality"] .about-promise-icon { --promise-icon: url("./assets/icons/engineering-label/shield-check.svg"); }

.about-journey-page .about-promise-line {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.about-journey-page .about-promise-line i {
  position: absolute;
  inset: 0;
  display: block;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #d31d2e, rgba(211, 29, 46, 0.12));
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-journey-page .about-promise-trigger p {
  max-width: 48ch;
  color: rgba(238, 243, 243, 0.38);
  opacity: 0.68;
  transform: translate3d(0, 8px, 0);
  transition: color 320ms ease, opacity 320ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-journey-page .about-promise-item.is-active .about-promise-line i {
  transform: scaleX(1);
}

.about-journey-page .about-promise-item.is-active .about-promise-index,
.about-journey-page .about-promise-item.is-active .type-h3 {
  color: var(--about-red);
}

.about-journey-page .about-promise-item.is-active .about-promise-icon {
  color: var(--about-red);
  opacity: 1;
  transform: translate3d(4px, 0, 0) scale(1.08);
}

.about-journey-page .about-promise-item.is-active .about-promise-index {
  transform: translateX(8px);
}

.about-journey-page .about-promise-item.is-active .about-promise-trigger p {
  color: rgba(238, 243, 243, 0.84);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-journey-page .about-closing {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  width: min(1120px, 100%);
  margin: 62px auto 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.about-journey-page .about-closing > p {
  max-width: 58ch;
  color: rgba(238, 243, 243, 0.58);
}

.about-journey-page .about-closing-actions {
  display: flex;
  gap: 12px;
}

.about-journey-page .about-closing-actions .cta {
  --promise-magnet-x: 0px;
  --promise-magnet-y: 0px;
  min-height: 48px;
  border-color: var(--about-red);
  background: var(--about-red);
  color: var(--about-snow);
  transform: translate3d(var(--promise-magnet-x), var(--promise-magnet-y), 0);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 240ms ease, border-color 240ms ease;
}

.about-journey-page .about-closing-actions .cta-secondary {
  background: transparent;
  border-color: rgba(238, 243, 243, 0.26);
  color: var(--about-snow);
}

@media (hover: hover) and (pointer: fine) {
  .about-journey-page .about-promise-trigger:hover {
    background: linear-gradient(90deg, rgba(211, 29, 46, 0.045), transparent 72%);
  }

  .about-journey-page .about-closing-actions .cta:hover {
    border-color: #ef3346;
    background: #ef3346;
  }

  .about-journey-page .about-closing-actions .cta-secondary:hover {
    border-color: rgba(238, 243, 243, 0.56);
    background: rgba(238, 243, 243, 0.08);
  }
}

@media (max-width: 980px) {
  .about-journey-page .about-journey-heading {
    width: min(420px, 43vw);
  }

  .about-journey-page .about-current-milestone {
    right: auto;
    width: 1px;
  }

  .about-journey-page .about-milestone {
    width: min(300px, 32vw);
  }

  .about-journey-page .about-milestone-copy {
    width: min(210px, 13vw);
  }

  .about-journey-page .about-engineering-lineup {
    right: 32px;
    left: 32px;
    gap: 18px;
  }

  .about-journey-page .about-engineering-department {
    grid-template-rows: minmax(150px, auto) minmax(130px, 1fr);
  }

  .about-journey-page .about-talent-content {
    max-width: 300px;
  }

  .about-journey-page .about-talent-cards {
    top: 160px;
    left: 300px;
    gap: 16px;
  }

  .about-journey-page .about-talent-card {
    width: clamp(180px, 23vw, 230px);
  }

}

@media (max-height: 760px) and (min-width: 721px) {
  .about-journey-page .about-team-intro {
    width: min(700px, 72vw);
  }

  .about-journey-page .about-team-intro .type-lead {
    max-width: none;
  }

  .about-journey-page .about-team-wall {
    bottom: 16px;
    gap: 12px;
  }

  .about-journey-page .about-team-rail-group {
    gap: 12px;
    padding-right: 12px;
  }

  .about-journey-page .about-team-photo {
    width: clamp(180px, 19vw, 240px);
  }
}

@media (max-height: 600px) and (min-width: 721px) {
  .about-journey-page .about-team-intro {
    top: 88px;
  }

  .about-journey-page .about-team-wall {
    bottom: 10px;
    gap: 10px;
  }

  .about-journey-page .about-team-rail-group {
    gap: 10px;
    padding-right: 10px;
  }

  .about-journey-page .about-team-photo {
    width: clamp(144px, 17vw, 180px);
  }
}

@media (max-width: 720px) {
  .about-journey-page .about-journey-scene {
    min-height: 560vh;
  }

  .about-journey-page .about-journey-heading {
    top: 96px;
    right: 20px;
    left: 20px;
    width: auto;
  }

  .about-journey-page .about-journey-subtitle,
  .about-journey-page .about-journey-summary {
    position: static;
    width: auto;
    max-width: 26ch;
  }

  .about-journey-page .about-journey-copy-stack {
    gap: 12px;
    margin-top: 16px;
  }

  .about-journey-page .about-title-rule {
    width: 64px;
    margin-top: 14px;
  }

  .about-journey-page .about-current-milestone {
    top: 0;
    right: auto;
    left: 0;
    width: 1px;
    max-width: none;
    padding: 0;
  }

  .about-journey-page .about-aurora-sky {
    opacity: 0.56;
  }

  .about-journey-page .about-aurora-band {
    width: 126px;
    filter: blur(22px);
  }

  .about-journey-page .about-journey-subtitle {
    margin-top: 0;
  }

  .about-journey-page .about-journey-summary {
    margin-top: 0;
  }

  .about-journey-page .about-mountain-world {
    transform-origin: 66% 70%;
  }

  .about-journey-page .about-mountain-visual {
    inset: auto;
    bottom: 84px;
    left: -58vw;
    width: 480vw;
    height: auto;
    aspect-ratio: 6 / 1;
  }

  .about-journey-page .about-mountain-visual img {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  }

  .about-journey-page .about-milestones {
    --mobile-cue-step: clamp(132px, 17vh, 148px);
    position: absolute;
    z-index: 11;
    top: 196px;
    right: 20px;
    bottom: auto;
    left: 20px;
    height: clamp(228px, 31vh, 276px);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent);
  }

  .about-journey-page .about-milestone {
    translate: none !important;
  }

  .about-journey-page .about-milestone,
  .about-journey-page .about-milestone.is-past,
  .about-journey-page .about-milestone.is-current,
  .about-journey-page .about-milestones.is-archive .about-milestone {
    position: absolute;
    inset: 50% 0 auto !important;
    width: auto;
    min-height: 0;
    opacity: 0;
    transform: translate3d(0, calc(-50% + var(--mobile-cue-step)), 0);
    transition: transform 560ms cubic-bezier(0.22, 0.72, 0.18, 1), opacity 360ms ease;
  }

  .about-journey-page .about-milestone-node,
  .about-journey-page .about-milestone-stem {
    display: none;
  }

  .about-journey-page .about-milestone-copy,
  .about-journey-page .about-milestone.is-current .about-milestone-copy {
    position: relative;
    inset: auto;
    width: auto;
    padding: 12px 0 14px 14px;
    border: 0;
    border-left: 1px solid rgba(238, 243, 243, 0.2);
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: none;
  }

  .about-journey-page .about-milestone:not(.is-key-milestone) .about-milestone-copy time {
    color: var(--about-snow);
  }

  .about-journey-page .about-milestone.is-key-milestone .about-milestone-copy time {
    color: #ff625a;
  }

  .about-journey-page .about-milestone.is-current,
  .about-journey-page .about-milestones.is-archive .about-milestone.is-current {
    opacity: 1 !important;
    transform: translate3d(0, -50%, 0);
  }

  .about-journey-page .about-milestone.is-previous,
  .about-journey-page .about-milestones.is-archive .about-milestone.is-previous {
    opacity: 0.42 !important;
    transform: translate3d(0, calc(-50% - var(--mobile-cue-step)), 0);
  }

  .about-journey-page .about-milestone.is-next,
  .about-journey-page .about-milestones.is-archive .about-milestone.is-next {
    opacity: 0.34 !important;
    transform: translate3d(0, calc(-50% + var(--mobile-cue-step)), 0);
  }

  .about-journey-page .about-mobile-year-rail {
    --mobile-step-ratio: .07;
    position: absolute;
    z-index: 12;
    right: 20px;
    bottom: 32px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid rgba(238, 243, 243, 0.14);
    color: rgba(238, 243, 243, 0.42);
    font: 600 var(--type-note)/1 var(--font-mono);
  }

  .about-journey-page .about-mobile-year-rail .is-key {
    color: rgba(255, 98, 90, 0.8);
  }

  .about-journey-page .about-mobile-year-rail .is-active:not(.is-key) {
    color: #fff;
  }

  .about-journey-page .about-mobile-year-rail .is-key.is-active {
    color: #ff625a;
  }

  .about-journey-page .about-mobile-year-dot {
    position: absolute;
    top: -4px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--about-red);
    box-shadow: 0 0 0 5px rgba(212, 59, 53, 0.09), 0 0 18px rgba(212, 59, 53, 0.5);
    transform: translate3d(calc((100vw - 40px) * var(--mobile-step-ratio, .07) - 50%), 0, 0);
    transition: transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1);
  }

  .about-journey-page .about-journey-status {
    display: none;
  }

  .about-journey-page .about-engineering-scene {
    min-height: auto;
    overflow: clip;
  }

  .about-journey-page .about-engineering-sticky {
    position: relative;
    min-height: auto;
    overflow: visible;
  }

  .about-journey-page .about-engineering-stage {
    min-height: auto;
    padding: 110px 0 72px;
  }

  .about-journey-page .about-section-heading {
    position: relative;
    top: auto;
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .about-journey-page .about-engineering-lineup {
    position: relative;
    inset: auto;
    display: flex;
    gap: 18px;
    width: auto;
    margin-top: 48px;
    padding: 0 28px 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 28px;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .about-journey-page .about-engineering-lineup.is-auto-cruising {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

  .about-journey-page .about-engineering-lineup::-webkit-scrollbar {
    display: none;
  }

  .about-journey-page .about-engineering-lineup::after {
    right: 28px;
    left: 28px;
  }

  .about-journey-page .about-engineering-department,
  .about-journey-page .about-engineering-department.is-revealed,
  .about-journey-page .about-engineering-department.is-current,
  .about-journey-page .about-engineering-department.is-complete {
    flex: 0 0 calc(100vw - 56px);
    grid-template-rows: minmax(150px, auto) 230px;
    min-height: 414px;
    opacity: 1;
    transform: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .about-journey-page .about-engineering-department header {
    padding-right: 12px;
  }

  .about-journey-page .about-engineering-department .type-body {
    max-width: 30ch;
  }

  .about-journey-page .about-engineering-department figure {
    height: 230px;
  }

  .about-journey-page .about-engineering-department img,
  .about-journey-page .about-engineering-department.is-revealed img,
  .about-journey-page .about-engineering-department.is-current img {
    opacity: 0.94;
    transform: none;
  }

  .about-journey-page .about-engineering-progress {
    position: relative;
    inset: auto;
    grid-template-columns: auto minmax(60px, 1fr) auto;
    width: calc(100% - 40px);
    margin: 6px 20px 0;
  }

  .about-journey-page .about-engineering-progress i b {
    transform: scaleX(1);
  }

  .about-journey-page .about-team-scene {
    min-height: auto;
    padding: 0;
  }

  .about-journey-page .about-team-sticky {
    position: relative;
    min-height: auto;
    padding: 110px 0 82px;
    overflow: hidden;
  }

  .about-journey-page .about-team-intro {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 20px;
  }

  .about-journey-page .about-team-intro .type-lead {
    max-width: 31ch;
  }

  .about-journey-page .about-team-wall {
    position: relative;
    inset: auto;
    display: grid;
    gap: 14px;
    margin-top: 42px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .about-journey-page .about-team-rail-group {
    gap: 12px;
    padding-right: 12px;
  }

  .about-journey-page .about-team-photo {
    width: clamp(210px, 68vw, 250px);
  }

  .about-journey-page .about-talent-scene {
    min-height: auto;
  }

  .about-journey-page .about-talent-scene::before {
    z-index: 1;
    background: linear-gradient(180deg, #050607 0%, rgba(5, 6, 7, 0.54) 38%, #050607 100%);
  }

  .about-journey-page .about-talent-portrait {
    top: 160px;
    right: -30%;
    bottom: auto;
    width: 140%;
    height: 72%;
    opacity: 0.72;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
  }

  .about-journey-page .about-talent-layout {
    display: block;
    width: auto;
    min-height: auto;
    padding: 110px 20px 96px;
  }

  .about-journey-page .about-talent-content {
    max-width: none;
  }

  .about-journey-page .about-talent-learning {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .about-journey-page .about-talent-cards {
    position: relative;
    top: auto;
    left: auto;
    gap: 20px;
    width: 100%;
    margin-top: 48px;
  }

  .about-journey-page .about-talent-card {
    width: min(100%, 320px);
  }

  .about-journey-page .about-talent-card:nth-child(2) {
    margin-left: auto;
  }

  .about-journey-page .about-talent-card-copy {
    padding: 12px 28% 13px 16px;
  }

  .about-journey-page .about-promise-scene {
    min-height: auto;
  }

  .about-journey-page .about-promise-layout {
    width: auto;
    padding: 88px 18px 56px;
  }

  .about-journey-page .about-promise-heading {
    display: flex;
    padding-top: 92px;
    padding-bottom: 24px;
  }

  .about-journey-page .about-promise-heading .type-h2 {
    width: auto;
    max-width: 100%;
    margin-top: 10px;
    white-space: normal;
    text-wrap: balance;
  }

  .about-journey-page .about-promise-summary {
    max-width: 34ch;
    margin-top: 14px;
    font-size: var(--type-body);
    line-height: var(--line-body);
  }

  .about-journey-page .about-promise-tags {
    gap: 6px;
    margin-top: 18px;
  }

  .about-journey-page .about-promise-tags li {
    min-height: 32px;
    padding: 6px 9px 5px;
    font-size: var(--type-note);
    font-weight: 500;
  }

  .about-journey-page .about-promise-trigger {
    grid-template-columns: 34px 24px 1fr;
    gap: 10px 14px;
    min-height: 44px;
    padding: 14px 0;
  }

  .about-journey-page .about-promise-trigger .type-h3 {
    font-size: var(--type-h3);
  }

  .about-journey-page .about-promise-icon {
    width: 22px;
    height: 22px;
  }

  .about-journey-page .about-promise-line {
    grid-column: 1 / -1;
  }

  .about-journey-page .about-promise-trigger p {
    grid-column: 3;
    max-width: 30ch;
    font-size: var(--type-body);
    line-height: var(--line-body);
  }

  .about-journey-page .about-promise-aura__grid {
    opacity: 0.05;
    background-size: 42px 42px;
  }

  .about-journey-page .about-promise-wordmark {
    top: -8px;
    width: min(116vw, 460px);
  }

  .about-journey-page .about-promise-wordmark img {
    opacity: 0.16;
  }

  .about-journey-page .about-promise-item::after {
    right: -4px;
    width: 78px;
    height: 78px;
    opacity: 0.02;
  }

  .about-journey-page .about-promise-item.is-active::after {
    opacity: 0.055;
  }

  .about-journey-page .about-closing {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
    padding-top: 26px;
  }

  .about-journey-page .about-closing-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-journey-page .about-closing-actions .cta {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-journey-page .about-promise-aura {
    display: none;
  }

  .about-journey-page .about-promise-trigger,
  .about-journey-page .about-promise-trigger .type-h3,
  .about-journey-page .about-promise-index,
  .about-journey-page .about-promise-line i,
  .about-journey-page .about-promise-icon,
  .about-journey-page .about-promise-trigger p,
  .about-journey-page .about-promise-tags li,
  .about-journey-page .about-promise-item::before,
  .about-journey-page .about-promise-item::after,
  .about-journey-page .about-closing-actions .cta {
    transition: none !important;
  }

  .about-journey-page .about-promise-trigger .type-h3,
  .about-journey-page .about-promise-index,
  .about-journey-page .about-promise-icon,
  .about-journey-page .about-promise-trigger p,
  .about-journey-page .about-promise-tags li,
  .about-journey-page .about-promise-item::before,
  .about-journey-page .about-promise-item::after,
  .about-journey-page .about-closing-actions .cta {
    transform: none !important;
  }

  .about-journey-page .about-promise-trigger p {
    opacity: 1;
    transform: none !important;
  }

  .about-journey-page .about-journey-ribbon,
  .about-journey-page .about-journey-ribbon-canvas {
    display: none;
  }

  .about-journey-page .about-journey-scene,
  .about-journey-page .about-engineering-scene,
  .about-journey-page .about-team-scene,
  .about-journey-page .about-mountain-sticky,
  .about-journey-page .about-engineering-sticky {
    min-height: auto;
    position: relative;
  }

  .about-journey-page .about-mountain-stage {
    min-height: auto;
    overflow: visible;
    padding: 148px 6vw 80px;
  }

  .about-journey-page .about-journey-heading {
    position: relative;
    inset: auto;
    width: min(760px, 88vw);
  }

  .about-journey-page .about-journey-subtitle,
  .about-journey-page .about-journey-summary {
    position: static;
    width: min(620px, 78vw);
    margin-top: 18px;
  }

  .about-journey-page .about-mountain-world {
    position: relative;
    inset: auto;
    height: min(64vh, 620px);
    margin: 14px -6vw 0;
    transform: none !important;
  }

  .about-journey-page .about-milestones {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 28px;
    margin-top: 24px;
    border-top: 1px solid rgba(238, 243, 243, 0.18);
  }

  .about-journey-page .about-milestone,
  .about-journey-page .about-milestone.is-current,
  .about-journey-page .about-milestone.is-past {
    position: relative;
    inset: auto !important;
    width: auto;
    min-height: 190px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(238, 243, 243, 0.14);
    opacity: 1;
    transform: none;
  }

  .about-journey-page .about-milestone-node,
  .about-journey-page .about-milestone-stem {
    display: none;
  }

  .about-journey-page .about-milestone-copy,
  .about-journey-page .about-milestone.is-past .about-milestone-copy {
    position: relative;
    inset: auto;
    width: auto;
    padding: 0 0 0 12px;
    border-left: 1px solid rgba(238, 243, 243, 0.2);
    background: transparent;
  }

  .about-journey-page .about-milestone:nth-child(n + 5) .about-milestone-copy {
    right: auto;
    border-right: 0;
  }

  .about-journey-page .about-milestone.is-past .about-milestone-copy p,
  .about-journey-page .about-milestone.is-past .about-milestone-stem {
    display: block;
  }

  .about-journey-page .about-journey-status {
    display: none;
  }

  .about-journey-page .about-engineering-stage {
    min-height: auto;
    padding: 148px 6vw 80px;
  }

  .about-journey-page .about-section-heading,
  .about-journey-page .about-engineering-lineup,
  .about-journey-page .about-engineering-progress {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }

  .about-journey-page .about-engineering-lineup {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(18px, 2.1vw, 42px);
    margin-top: 60px;
  }

  .about-journey-page .about-engineering-department,
  .about-journey-page .about-engineering-department.is-revealed,
  .about-journey-page .about-engineering-department.is-current,
  .about-journey-page .about-engineering-department.is-complete {
    opacity: 1;
    transform: none;
  }

  .about-journey-page .about-engineering-department img,
  .about-journey-page .about-engineering-department.is-revealed img,
  .about-journey-page .about-engineering-department.is-current img {
    opacity: 0.94;
    transform: none;
  }

  .about-journey-page .about-engineering-progress {
    margin-top: 28px;
  }

  .about-journey-page .about-team-sticky {
    position: relative;
    min-height: auto;
    padding-bottom: 90px;
    overflow: hidden;
  }

  .about-journey-page .about-team-intro {
    position: relative;
    inset: auto;
    padding: 148px 6vw 0;
  }

  .about-journey-page .about-team-wall {
    position: relative;
    inset: auto;
    margin-top: 52px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .about-journey-page .about-team-rail {
    width: 100%;
    animation: none !important;
    transform: none !important;
  }

  .about-journey-page .about-team-rail-group {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 6vw;
  }

  .about-journey-page .about-team-rail-group[aria-hidden="true"] {
    display: none;
  }
}

.about-journey-page.about-motion-static .about-journey-scene,
.about-journey-page.about-motion-static .about-engineering-scene {
  min-height: auto;
}

.about-journey-page.about-motion-static .about-engineering-sticky {
  position: relative;
  min-height: auto;
}

.about-journey-page.about-motion-static .about-engineering-stage {
  min-height: auto;
  padding: 148px 6vw 80px;
}

.about-journey-page.about-motion-static .about-engineering-lineup {
  position: relative;
  inset: auto;
  margin-top: 60px;
}

.about-journey-page.about-motion-static .about-engineering-department,
.about-journey-page.about-motion-static .about-engineering-department img {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) and (max-width: 720px) {
  .about-journey-page .about-mobile-year-rail {
    display: none;
  }

  .about-journey-page .about-mountain-stage,
  .about-journey-page .about-engineering-stage {
    padding: 110px 20px 64px;
  }

  .about-journey-page .about-journey-heading,
  .about-journey-page .about-journey-subtitle,
  .about-journey-page .about-journey-summary {
    width: auto;
  }

  .about-journey-page .about-mountain-world {
    height: 48vh;
    margin: 16px -20px 0;
  }

  .about-journey-page .about-milestones {
    height: auto;
    overflow: visible;
    grid-template-columns: 1fr;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .about-journey-page .about-milestone,
  .about-journey-page .about-milestone.is-current,
  .about-journey-page .about-milestone.is-past,
  .about-journey-page .about-milestone.is-previous,
  .about-journey-page .about-milestone.is-next,
  .about-journey-page .about-milestone.is-offstage,
  .about-journey-page .about-milestones.is-archive .about-milestone {
    position: relative;
    inset: auto !important;
    width: auto;
    min-height: 0;
    padding: 20px 0;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .about-journey-page .about-milestone-copy,
  .about-journey-page .about-milestone.is-current .about-milestone-copy,
  .about-journey-page .about-milestones.is-archive .about-milestone-copy {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .about-journey-page .about-milestone-copy p {
    display: block;
  }

  .about-journey-page .about-engineering-lineup {
    display: flex;
    gap: 18px;
    margin: 48px -20px 0;
    padding: 0 28px 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .about-journey-page .about-engineering-department {
    flex: 0 0 calc(100vw - 56px);
    scroll-snap-align: center;
  }

  .about-journey-page .about-team-intro {
    padding: 110px 20px 0;
  }

  .about-journey-page .about-team-rail-group {
    padding: 0 20px;
  }
}
