.journey-page {
  --journey-navy: #06111e;
  --journey-navy-soft: #0b1a2a;
  --journey-paper: #f3efe5;
  --journey-bright: #fbfaf6;
  --journey-blue: #258dff;
  --journey-cold: #8dcaff;
  color: var(--ink);
  background: var(--journey-paper);
}

.journey-page .site-header {
  color: var(--white);
}

.journey-page .site-header.is-scrolled,
.journey-page .site-header.nav-open {
  color: var(--ink);
}

.reading-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--journey-blue);
  transform: scaleX(0);
  transform-origin: left center;
}

.journey-page [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 780ms ease, transform 900ms var(--ease);
}

.journey-page [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.no-js .journey-page [data-reveal] {
  opacity: 1;
  transform: none;
}

.journey-hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 26%, rgba(37, 141, 255, 0.15), transparent 28%),
    linear-gradient(135deg, #040b13 0%, var(--journey-navy) 52%, #0b1725 100%);
}

.journey-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36%;
  background: linear-gradient(0deg, rgba(1, 7, 13, 0.7), transparent);
  content: "";
  pointer-events: none;
}

.journey-hero-grid,
.enterprise-grid {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.journey-orbit {
  position: absolute;
  border: 1px solid rgba(141, 202, 255, 0.15);
  border-radius: 50%;
}

.journey-orbit--one {
  top: 16%;
  right: -12vw;
  width: 46vw;
  aspect-ratio: 1;
}

.journey-orbit--two {
  top: 31%;
  right: -4vw;
  width: 28vw;
  aspect-ratio: 1;
}

.journey-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: max(760px, 100svh);
  flex-direction: column;
  padding-top: calc(var(--header-height) + clamp(48px, 7vw, 104px));
  padding-bottom: clamp(34px, 4vw, 62px);
}

.journey-back {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 180ms ease;
}

.journey-back:hover {
  color: var(--white);
}

.journey-hero-copy {
  max-width: 1120px;
  margin-block: auto;
  padding-block: clamp(60px, 9vw, 132px);
}

.journey-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  color: var(--journey-cold);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.journey-kicker i,
.journey-hero-footer i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}

.journey-kicker--ink {
  color: #52718e;
}

.journey-hero h1 {
  max-width: 13ch;
  margin-bottom: clamp(30px, 3vw, 48px);
  font-family: var(--serif);
  font-size: clamp(4.5rem, 8vw, 9rem);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.journey-dek {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.7;
}

.journey-hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.journey-hero-footer p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-hero-footer a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: none;
}

.journey-section {
  padding-block: clamp(128px, 13vw, 220px);
  background: var(--journey-paper);
}

.arrival {
  background: var(--journey-bright);
}

.journey-editorial-grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 130px);
}

.journey-margin-note {
  padding-top: 8px;
  color: #7890a6;
}

.journey-margin-note p {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 3.6vw, 4rem);
  line-height: 1;
}

.journey-margin-note span {
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.journey-reading-column {
  max-width: 980px;
}

.journey-reading-column h2,
.evolution-heading h2,
.enterprise-copy h2,
.journey-closing h2 {
  margin-bottom: clamp(44px, 5vw, 72px);
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6.5vw, 7.4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.journey-prose {
  max-width: 690px;
  color: #3e5266;
  font-size: clamp(1.06rem, 1.4vw, 1.3rem);
  line-height: 1.82;
}

.journey-prose p {
  margin-bottom: 1.45em;
}

.journey-prose p:last-child {
  margin-bottom: 0;
}

.journey-prose--lead {
  font-size: clamp(1.12rem, 1.55vw, 1.4rem);
}

.arrival-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-block: clamp(68px, 8vw, 110px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.arrival-details span {
  padding: 24px clamp(12px, 2vw, 28px);
  color: #57718a;
  border-left: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.arrival-details span:first-child {
  border-left: 0;
}

.arrival-memory {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.arrival-memory em {
  color: #315f87;
  font-weight: 400;
}

.threshold {
  padding-top: clamp(130px, 15vw, 240px);
  overflow: hidden;
  color: var(--white);
  background: #03080e;
}

.threshold-intro {
  padding-bottom: clamp(90px, 10vw, 150px);
}

.threshold h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8.6vw, 9.6rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.server-room-frame {
  position: relative;
  display: grid;
  width: min(100% - 8vw, 1700px);
  height: clamp(420px, 54vw, 780px);
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1.6fr) minmax(0, 0.7fr);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(141, 202, 255, 0.15);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.58);
}

.server-door {
  position: relative;
  z-index: 3;
  background:
    linear-gradient(90deg, transparent 97%, rgba(255, 255, 255, 0.11)),
    linear-gradient(145deg, #10151a, #05080b 72%);
}

.server-door--right {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.11), transparent 3%),
    linear-gradient(215deg, #10151a, #05080b 72%);
}

.server-room {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.5vw, 38px);
  padding: clamp(48px, 6vw, 100px) clamp(26px, 4vw, 70px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(141, 202, 255, 0.22), transparent 34%),
    linear-gradient(145deg, #10283c, #071421 70%);
}

.cold-light {
  position: absolute;
  top: -20%;
  left: 50%;
  width: 74%;
  height: 62%;
  background: radial-gradient(ellipse, rgba(182, 224, 255, 0.42), transparent 68%);
  filter: blur(18px);
  transform: translateX(-50%);
}

.server-rack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(10px, 2.5%, 20px) 6%;
  background: #04090f;
  border: 1px solid rgba(141, 202, 255, 0.22);
  box-shadow: 
    inset 0 0 34px rgba(0, 0, 0, 0.85),
    inset 0 0 20px rgba(37, 141, 255, 0.05),
    0 18px 45px rgba(0, 0, 0, 0.34);
  transform: perspective(700px) rotateX(1deg);
}

.server-rack--two {
  transform: translateY(-3%) perspective(700px) rotateX(1deg);
}

.server-rack i {
  position: relative;
  display: block;
  height: clamp(14px, 2.2vw, 26px);
  background: 
    /* Static green Power indicator at 6% */
    radial-gradient(circle at 6% 50%, rgba(95, 223, 157, 0.8) 1.5px, transparent 2px),
    linear-gradient(180deg, #0a1726 0%, #050a0f 100%);
  border: 1px solid rgba(141, 202, 255, 0.15);
  border-radius: 2px;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 2px 4px rgba(0, 0, 0, 0.4);
}

/* 1. Network Switch / Router Unit (3rd and 6th server in rack) */
.server-rack i:nth-child(3n) {
  background: 
    /* Row of tiny active status lights on the right */
    radial-gradient(circle at 40% 50%, rgba(95, 223, 157, 0.85) 1.2px, transparent 1.6px),
    radial-gradient(circle at 46% 50%, rgba(95, 223, 157, 0.85) 1.2px, transparent 1.6px),
    radial-gradient(circle at 52% 50%, rgba(255, 180, 50, 0.85) 1.2px, transparent 1.6px),
    radial-gradient(circle at 58% 50%, rgba(95, 223, 157, 0.85) 1.2px, transparent 1.6px),
    radial-gradient(circle at 64% 50%, rgba(255, 180, 50, 0.85) 1.2px, transparent 1.6px),
    radial-gradient(circle at 70% 50%, rgba(95, 223, 157, 0.85) 1.2px, transparent 1.6px),
    radial-gradient(circle at 76% 50%, rgba(95, 223, 157, 0.85) 1.2px, transparent 1.6px),
    radial-gradient(circle at 82% 50%, rgba(255, 180, 50, 0.85) 1.2px, transparent 1.6px),
    /* Power LED */
    radial-gradient(circle at 6% 50%, rgba(95, 223, 157, 0.8) 1.5px, transparent 2px),
    linear-gradient(180deg, #0c1827 0%, #060b11 100%);
}

/* 2. Storage Expansion Unit with multiple bay slots (2nd, 5th, 8th server in rack) */
.server-rack i:nth-child(3n+1) {
  background: 
    /* Vertical slot dividers for bays */
    repeating-linear-gradient(90deg, transparent 0 25%, rgba(141, 202, 255, 0.08) 25.5% 26.5%, transparent 27% 100%),
    /* Disk Status LEDs */
    radial-gradient(circle at 25% 50%, rgba(95, 223, 157, 0.8) 1.5px, transparent 2px),
    radial-gradient(circle at 50% 50%, rgba(95, 223, 157, 0.8) 1.5px, transparent 2px),
    radial-gradient(circle at 75% 50%, rgba(255, 180, 50, 0.8) 1.5px, transparent 2px),
    /* Power LED */
    radial-gradient(circle at 6% 50%, rgba(95, 223, 157, 0.8) 1.5px, transparent 2px),
    linear-gradient(180deg, #09131d 0%, #04080c 100%);
}

.server-rack i::before,
.server-rack i::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

/* Active disk/compute LED (Blue) */
.server-rack i::before {
  left: 14%;
  width: clamp(3px, 0.4vw, 4.5px);
  height: clamp(3px, 0.4vw, 4.5px);
  background: var(--journey-blue);
  box-shadow: 0 0 8px rgba(37, 141, 255, 1);
  animation: blink-blue 1.8s infinite steps(1);
}

/* Network activity LED (Amber/Orange) */
.server-rack i::after {
  left: 22%;
  width: clamp(3px, 0.4vw, 4.5px);
  height: clamp(3px, 0.4vw, 4.5px);
  background: #ffb432;
  box-shadow: 0 0 8px rgba(255, 180, 50, 0.9);
  animation: blink-amber 2.2s infinite steps(1);
}

/* Offset delays so the server lights don't blink in sync */
.server-rack i:nth-child(1)::before { animation-delay: 0.1s; }
.server-rack i:nth-child(1)::after  { animation-delay: 0.7s; }
.server-rack i:nth-child(2)::before { animation-delay: 0.5s; animation-duration: 1.2s; }
.server-rack i:nth-child(2)::after  { animation-delay: 1.3s; animation-duration: 2.5s; }
.server-rack i:nth-child(3)::before { animation-delay: 0.9s; animation-duration: 2.2s; }
.server-rack i:nth-child(3)::after  { animation-delay: 0.2s; animation-duration: 1.7s; }
.server-rack i:nth-child(4)::before { animation-delay: 1.4s; }
.server-rack i:nth-child(4)::after  { animation-delay: 2.0s; }
.server-rack i:nth-child(5)::before { animation-delay: 0.3s; animation-duration: 1.5s; }
.server-rack i:nth-child(5)::after  { animation-delay: 0.8s; animation-duration: 2.0s; }
.server-rack i:nth-child(6)::before { animation-delay: 1.1s; animation-duration: 2.6s; }
.server-rack i:nth-child(6)::after  { animation-delay: 1.6s; animation-duration: 1.3s; }
.server-rack i:nth-child(7)::before { animation-delay: 0.7s; }
.server-rack i:nth-child(7)::after  { animation-delay: 0.4s; }
.server-rack i:nth-child(8)::before { animation-delay: 1.6s; animation-duration: 1.4s; }
.server-rack i:nth-child(8)::after  { animation-delay: 1.0s; animation-duration: 2.8s; }

/* SVG Patch Cables & Glowing Pulses */
.server-cables {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}

.server-cables path.base-cable {
  fill: none;
  stroke-width: 1.5;
  opacity: 0.55;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

.server-cables path.pulse-cable {
  fill: none;
  stroke-width: 1.5;
  stroke-dasharray: 4 24;
  opacity: 0.95;
}

/* Cable Colors */
.cable-blue {
  stroke: #258dff;
  filter: drop-shadow(0 0 2px rgba(37, 141, 255, 0.4));
}
.cable-green {
  stroke: #5fdf9d;
  filter: drop-shadow(0 0 2px rgba(95, 223, 157, 0.4));
}
.cable-amber {
  stroke: #ffb432;
  filter: drop-shadow(0 0 2px rgba(255, 180, 50, 0.4));
}
.cable-red {
  stroke: #ff4d4d;
  filter: drop-shadow(0 0 2px rgba(255, 77, 77, 0.4));
}
.cable-cyan {
  stroke: #8dcaff;
  filter: drop-shadow(0 0 2px rgba(141, 202, 255, 0.4));
}
.cable-grey {
  stroke: #859bb0;
  filter: drop-shadow(0 0 2px rgba(133, 155, 176, 0.3));
}

/* Active flowing data pulse animations */
.pulse--1 { animation: flow-1 3.5s linear infinite; }
.pulse--2 { animation: flow-2 4.5s linear infinite; }
.pulse--3 { animation: flow-3 4.0s linear infinite; }
.pulse--4 { animation: flow-4 3.0s linear infinite; }
.pulse--5 { animation: flow-5 5.5s linear infinite; }
.pulse--6 { animation: flow-6 4.8s linear infinite; }
.pulse--7 { animation: flow-7 5.2s linear infinite; }

@keyframes flow-1 { to { stroke-dashoffset: -80; } }
@keyframes flow-2 { to { stroke-dashoffset: -80; } }
@keyframes flow-3 { to { stroke-dashoffset: 80; } }
@keyframes flow-4 { to { stroke-dashoffset: -80; } }
@keyframes flow-5 { to { stroke-dashoffset: 80; } }
@keyframes flow-6 { to { stroke-dashoffset: -80; } }
@keyframes flow-7 { to { stroke-dashoffset: 80; } }

/* LED Blinking Keyframes */
@keyframes blink-blue {
  0%, 45%, 85%, 100% { opacity: 1; filter: drop-shadow(0 0 2px rgba(37, 141, 255, 0.8)); }
  20%, 65% { opacity: 0.15; filter: none; }
}

@keyframes blink-amber {
  0%, 55%, 100% { opacity: 1; filter: drop-shadow(0 0 2px rgba(255, 180, 50, 0.8)); }
  30%, 75% { opacity: 0.15; filter: none; }
}

.temperature-beat {
  padding-block: clamp(130px, 18vw, 280px);
  text-align: center;
}

.temperature-beat p {
  margin: 0;
  color: #b8dcf7;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 7.5vw, 8.5rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.observation {
  background: var(--journey-paper);
}

.observation h2 {
  max-width: 13ch;
}

.detail-callout {
  display: grid;
  max-width: 760px;
  grid-template-columns: 62px 1fr;
  gap: clamp(24px, 4vw, 50px);
  align-items: start;
  margin-top: clamp(70px, 8vw, 118px);
  padding: clamp(30px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid var(--line);
}

.detail-callout span {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.75em;
  background: #5f7f9c;
}

.detail-callout p {
  margin: 0;
  color: #50677c;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.5vw, 2.6rem);
  line-height: 1.35;
}

.realization {
  position: relative;
  display: grid;
  min-height: max(680px, 90svh);
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 50%, rgba(37, 141, 255, 0.16), transparent 38%),
    var(--journey-navy);
}

.realization-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, transparent 49.9%, rgba(141, 202, 255, 0.1) 50%, transparent 50.1%);
}

.realization-lines::before,
.realization-lines::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(141, 202, 255, 0.12);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.realization-lines::before {
  width: min(76vw, 1120px);
  aspect-ratio: 1;
}

.realization-lines::after {
  width: min(48vw, 720px);
  aspect-ratio: 1;
}

.realization-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(130px, 16vw, 240px);
  text-align: center;
}

.realization .journey-kicker {
  justify-content: center;
}

.realization blockquote {
  margin: 0;
}

.realization blockquote p {
  max-width: 12ch;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 9vw, 10rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.realization blockquote em {
  color: var(--journey-cold);
  font-weight: 400;
}

.realization-after {
  max-width: 650px;
  margin: clamp(54px, 6vw, 88px) auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.7;
}

.evolution {
  background: var(--journey-bright);
}

.evolution-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.72fr);
  column-gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.evolution-heading .journey-kicker {
  grid-column: 1 / -1;
}

.evolution-heading h2 {
  max-width: 11ch;
  margin: 0;
}

.evolution-heading > p:last-child {
  margin: 0 0 0.4em;
  color: #536a7f;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.75;
}

.journey-arc {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(100px, 11vw, 170px);
  border-top: 1px solid var(--line);
}

.journey-arc article {
  position: relative;
  padding: clamp(46px, 5vw, 74px) clamp(26px, 3.2vw, 52px) 0;
  border-left: 1px solid var(--line);
}

.journey-arc article:first-child {
  padding-left: 0;
  border-left: 0;
}

.journey-arc article:last-child {
  padding-right: 0;
}

.journey-arc article > span {
  position: absolute;
  top: -13px;
  left: clamp(26px, 3.2vw, 52px);
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--journey-blue);
  background: var(--journey-bright);
  border: 1px solid #8faac1;
  border-radius: 50%;
  font-size: 0.56rem;
  font-weight: 800;
}

.journey-arc article:first-child > span {
  left: 0;
}

.arc-label {
  margin-bottom: 16px;
  color: #607c94;
  font-size: 0.63rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-arc h3 {
  max-width: 13ch;
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.journey-arc article > p:last-child {
  max-width: 34ch;
  margin: 0;
  color: #5b6e80;
  font-size: 0.92rem;
  line-height: 1.7;
}

.enterprise-impact {
  position: relative;
  overflow: hidden;
  padding-block: clamp(140px, 15vw, 240px);
  color: var(--white);
  background: var(--journey-navy-soft);
}

.enterprise-grid {
  opacity: 0.09;
  mask-image: none;
}

.enterprise-impact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.25fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: center;
}

.enterprise-number > span {
  font-family: var(--serif);
  font-size: clamp(9rem, 18vw, 20rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.08em;
}

.enterprise-number sup {
  color: var(--journey-blue);
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 400;
}

.enterprise-number p {
  margin: 38px 0 0;
  color: var(--journey-cold);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.enterprise-copy h2 {
  max-width: 11ch;
  margin-bottom: 48px;
}

.journey-prose--dark {
  color: rgba(255, 255, 255, 0.62);
}

.impact-quote {
  position: relative;
  z-index: 1;
  margin-top: clamp(120px, 14vw, 220px);
  padding-top: clamp(52px, 6vw, 86px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.impact-quote p {
  max-width: 18ch;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.3vw, 6rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-align: center;
  text-wrap: balance;
}

.journey-closing {
  padding-block: clamp(150px, 17vw, 270px);
  background: var(--journey-bright);
}

.journey-closing-inner {
  max-width: 1240px;
}

.journey-closing h2 {
  max-width: 14ch;
}

.closing-rule {
  width: 100%;
  height: 1px;
  margin-block: clamp(68px, 8vw, 120px);
  background: var(--line);
}

.closing-reflection {
  max-width: 700px;
  margin: 0;
  color: #4f667a;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.82;
}

.journey-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: clamp(58px, 7vw, 92px);
}

.journey-primary-link,
.journey-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 780;
  text-decoration: none;
}

.journey-primary-link {
  padding: 15px 20px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 100px;
  transition: color 200ms ease, background 200ms ease;
}

.journey-primary-link:hover {
  color: var(--ink);
  background: transparent;
}

.journey-secondary-link {
  border-bottom: 1px solid currentColor;
}

.journey-footer {
  color: rgba(255, 255, 255, 0.52);
  background: #030a12;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.journey-footer .page-shell {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.journey-footer p {
  margin: 0;
  font-size: 0.7rem;
}

.journey-footer a {
  color: inherit;
  font-size: 0.7rem;
  text-decoration: none;
}

@media (max-width: 900px) {
  .journey-editorial-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .journey-margin-note {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 0;
  }

  .journey-margin-note p {
    margin: 0;
    font-size: 2rem;
  }

  .journey-margin-note span {
    writing-mode: horizontal-tb;
  }

  .evolution-heading {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .journey-arc {
    grid-template-columns: 1fr;
    margin-top: 90px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .journey-arc article,
  .journey-arc article:first-child {
    padding: 4px 0 72px 54px;
    border-left: 0;
  }

  .journey-arc article:last-child {
    padding-bottom: 0;
  }

  .journey-arc article > span,
  .journey-arc article:first-child > span {
    top: 0;
    left: -13px;
  }

  .enterprise-impact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .journey-hero {
    min-height: max(720px, 100svh);
  }

  .journey-hero-inner {
    min-height: max(720px, 100svh);
    padding-top: calc(var(--header-height) + 30px);
    padding-bottom: 28px;
  }

  .journey-hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.15rem);
  }

  .journey-hero-copy {
    padding-block: 56px;
  }

  .journey-dek {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .journey-hero-footer p {
    display: none;
  }

  .journey-hero-footer {
    justify-content: flex-end;
  }

  .journey-section {
    padding-block: 112px;
  }

  .journey-reading-column h2,
  .evolution-heading h2,
  .enterprise-copy h2,
  .journey-closing h2 {
    font-size: clamp(3rem, 13.5vw, 4.25rem);
  }

  .arrival-details {
    grid-template-columns: 1fr;
    margin-block: 62px;
  }

  .arrival-details span {
    border-top: 1px solid var(--line);
    border-left: 0;
    text-align: left;
  }

  .arrival-details span:first-child {
    border-top: 0;
  }

  .threshold {
    padding-top: 112px;
  }

  .threshold h2 {
    font-size: clamp(3.4rem, 15vw, 4.8rem);
  }

  .server-room-frame {
    width: calc(100% - 40px);
    height: 430px;
    grid-template-columns: 0.35fr 2.3fr 0.35fr;
  }

  .server-room {
    gap: 10px;
    padding: 48px 14px;
  }

  .temperature-beat {
    padding-block: 120px;
  }

  .temperature-beat p {
    font-size: clamp(3.2rem, 15vw, 4.6rem);
  }

  .detail-callout {
    grid-template-columns: 1fr;
  }

  .detail-callout span {
    width: 56px;
  }

  .realization {
    min-height: 720px;
  }

  .realization blockquote p {
    font-size: clamp(4rem, 18vw, 5.7rem);
  }

  .realization-lines::before {
    width: 150vw;
  }

  .realization-lines::after {
    width: 92vw;
  }

  .enterprise-impact {
    padding-block: 120px;
  }

  .enterprise-number > span {
    font-size: clamp(9rem, 44vw, 12rem);
  }

  .impact-quote {
    margin-top: 110px;
    padding-top: 54px;
  }

  .journey-closing {
    padding-block: 120px;
  }

  .journey-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .journey-footer .page-shell {
    min-height: 130px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .server-rack i::before,
  .server-rack i::after,
  .server-cables .pulse-cable {
    animation: none;
  }

  .server-cables .pulse-cable {
    opacity: 0;
  }
}
