:root {
  --bg: #0b0c10;
  --fg: #ece7dc;
  --muted: #9a9488;
  --line: rgba(236, 231, 220, 0.12);
  --copper: #e45c2c;
  --ice: #7ecdc3;
  --card: rgba(236, 231, 220, 0.035);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --px: 4px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: Outfit, system-ui, sans-serif;
}

html {
  scroll-behavior: auto;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 3px;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
}

#field {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  height: var(--px);
  width: 0;
  background: repeating-linear-gradient(
    90deg,
    var(--copper) 0 var(--px),
    #9a3a1c var(--px) calc(var(--px) * 2)
  );
  image-rendering: pixelated;
}

.skip {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 60;
  padding: 8px 12px;
  background: var(--fg);
  color: var(--bg);
}

.skip:focus {
  top: 16px;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  gap: 8px;
  background: #090a0e;
}

.px-loader {
  display: grid;
  grid-template-columns: repeat(16, 8px);
  grid-template-rows: repeat(3, 8px);
  gap: 2px;
  margin-bottom: 18px;
  image-rendering: pixelated;
}

.px-loader i {
  display: block;
  width: 8px;
  height: 8px;
  background: #1a1410;
}

.px-loader i.is-on {
  background: var(--copper);
  box-shadow: 0 0 0 1px #9a3a1c;
}

.loader-name {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 6vw, 3.4rem);
  font-weight: 500;
}

.loader-role,
.meta,
.kicker,
.when,
.chips,
.idx,
.stack,
.job-meta,
.proof-card span,
.tool span,
.nav-cta,
.foot {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4vw;
  background: linear-gradient(180deg, rgba(11, 12, 16, 0.82), transparent);
}

.nav-name {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  padding: 8px 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-cta {
  border: 0;
  padding: 8px 14px;
  color: var(--fg);
  box-shadow:
    var(--px) 0 0 var(--line),
    calc(var(--px) * -1) 0 0 var(--line),
    0 var(--px) 0 var(--line),
    0 calc(var(--px) * -1) 0 var(--line);
}

body.has-journey #field,
body.has-journey .beams {
  display: none;
}

.journey {
  position: relative;
  z-index: 2;
  background: #050406;
}

.journey-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #050406;
}

.journey-pin::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.55'/></svg>");
}

.journey-pin::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 4, 6, 0.78) 0%, rgba(5, 4, 6, 0.38) 36%, transparent 58%),
    linear-gradient(180deg, rgba(5, 4, 6, 0.28) 0%, transparent 18%, transparent 72%, rgba(5, 4, 6, 0.58) 100%);
}

.journey-track {
  height: 820vh;
  pointer-events: none;
}

#world {
  display: block;
  width: 100%;
  height: 100%;
}

.journey-figure {
  position: absolute;
  right: 12vw;
  top: 50%;
  z-index: 2;
  height: min(72vh, 520px);
  width: auto;
  max-width: 38vw;
  transform: translateY(-50%);
  object-fit: contain;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
}

.journey-figure.is-on {
  opacity: 1;
}

.journey-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 1px;
  background: rgba(244, 239, 228, 0.08);
}

.journey-bar span {
  display: block;
  height: 100%;
  width: calc(var(--jp, 0) * 100%);
  background: var(--copper);
}

.acts {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.act {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 44vw 14vh 8vw;
  max-width: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease), visibility 0.75s;
}

.act.is-on {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.act[data-act="origin"] {
  justify-content: center;
  padding-top: 16vh;
  padding-bottom: 10vh;
}

.act-index {
  margin: 0 0 18px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--copper);
}

.act-hero {
  margin: 0 0 22px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.6rem, 8vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.98;
  max-width: 14ch;
}

.act-hero em {
  font-style: italic;
  color: var(--copper);
}

.act-title {
  margin: 0 0 10px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.1rem, 5.4vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 16ch;
}

.act-role {
  margin: 0 0 16px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ice);
}

.act-sub {
  margin: 0 0 28px;
  max-width: 42ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.55;
}

.hud-skip {
  pointer-events: auto;
  display: inline-block;
  width: max-content;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg);
  border-bottom: 1px solid rgba(228, 92, 44, 0.75);
  padding-bottom: 3px;
}

.act-scroll {
  position: absolute;
  left: 50%;
  bottom: 5.5vh;
  margin: 0;
  transform: translateX(-50%);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  animation: act-bob 1.8s ease-in-out infinite;
}

@keyframes act-bob {
  0%,
  100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(7px); }
}

.act-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.act-tags li {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ice);
}

.act-stats {
  display: flex;
  gap: clamp(1.6rem, 5vw, 4rem);
  margin: 0 0 22px;
}

.act-stats p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.act-stats b {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.act-stats span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.journey-dots {
  position: absolute;
  right: clamp(1rem, 3vw, 2.6rem);
  top: 50%;
  z-index: 4;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.05rem;
  transform: translateY(-50%);
}

.journey-dots button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  padding: 0;
  cursor: pointer;
}

.journey-dots button i {
  width: 8px;
  height: 8px;
  border-radius: 0;
  border: 1px solid var(--muted);
  background: transparent;
  transition: transform 0.4s var(--ease), background 0.4s, border-color 0.4s, box-shadow 0.4s;
}

.journey-dots button em {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), color 0.4s;
}

.journey-dots button.is-on i {
  background: var(--copper);
  border-color: var(--copper);
  box-shadow: 0 0 10px rgba(228, 92, 44, 0.55);
  transform: scale(1.35);
}

.journey-dots button.is-on em {
  opacity: 1;
  transform: none;
  color: var(--fg);
}

.journey-fallback {
  display: none;
  padding: 22vh 8vw 12vh;
  max-width: 40rem;
}

.journey-fallback h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 0 0 12px;
}

.journey-fallback ol {
  color: var(--muted);
  line-height: 1.8;
}

.journey.is-static {
  min-height: 100vh;
}

.journey.is-static .journey-pin,
.journey.is-static .journey-track,
.journey.is-static .journey-dots,
.journey.is-static .journey-figure {
  display: none;
}

.journey.is-static .journey-fallback {
  display: block;
}

main {
  position: relative;
  z-index: 3;
  background: var(--bg);
}

main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    repeating-linear-gradient(0deg, rgba(236, 231, 220, 0.7) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(236, 231, 220, 0.45) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22vh 6vw 8vh;
  overflow: hidden;
}

#pixels {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.px-hud {
  position: absolute;
  top: 18vh;
  right: 6vw;
  z-index: 2;
  display: grid;
  gap: 8px;
  justify-items: end;
  pointer-events: none;
}

.px-tag {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ice);
  padding: 6px 8px;
  background: rgba(11, 12, 16, 0.72);
  box-shadow:
    var(--px) 0 0 var(--ice),
    calc(var(--px) * -1) 0 0 var(--ice),
    0 var(--px) 0 var(--ice),
    0 calc(var(--px) * -1) 0 var(--ice);
}

.px-city {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  z-index: 1;
  pointer-events: none;
  image-rendering: pixelated;
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 240px 72px;
  background-image:
    linear-gradient(#0b0c10 0 0),
    repeating-linear-gradient(
      90deg,
      transparent 0 8px,
      rgba(228, 92, 44, 0.35) 8px 12px,
      transparent 12px 28px,
      rgba(126, 205, 195, 0.28) 28px 32px,
      transparent 32px 48px
    );
  opacity: 0.55;
  mix-blend-mode: screen;
}

.hero .meta,
.hero .identity,
.hero .role,
.hero .display,
.hero .lede,
.hero .actions {
  position: relative;
  z-index: 2;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
}

.dot {
  width: var(--px);
  height: var(--px);
  border-radius: 0;
  background: var(--copper);
}

.identity {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 500;
}

.role {
  margin: 6px 0 0;
  color: var(--ice);
  font-size: 0.95rem;
}

.display,
.close-title {
  margin: 22px 0 0;
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-size: clamp(3rem, 8.4vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.display .line,
.close-title .line {
  display: block;
  overflow: hidden;
}

.display .line span,
.close-title .line span {
  display: block;
}

.italic span {
  font-style: italic;
  color: var(--copper);
}

.lede {
  max-width: 38rem;
  margin: 28px 0 0;
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 22px;
  background: var(--fg);
  color: var(--bg);
  font-weight: 600;
  border-radius: 0;
  box-shadow:
    var(--px) 0 0 var(--fg),
    calc(var(--px) * -1) 0 0 var(--fg),
    0 var(--px) 0 var(--fg),
    0 calc(var(--px) * -1) 0 var(--fg);
  transition: transform 0.35s var(--ease), background 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translate(-2px, -2px);
  box-shadow:
    6px 0 0 var(--copper),
    -2px 0 0 var(--fg),
    0 6px 0 var(--copper),
    0 -2px 0 var(--fg);
}

.btn-ghost {
  background: transparent;
  color: var(--fg);
  border: 0;
  box-shadow:
    var(--px) 0 0 var(--line),
    calc(var(--px) * -1) 0 0 var(--line),
    0 var(--px) 0 var(--line),
    0 calc(var(--px) * -1) 0 var(--line);
}

.btn-ghost:hover {
  box-shadow:
    var(--px) 0 0 var(--copper),
    calc(var(--px) * -1) 0 0 var(--copper),
    0 var(--px) 0 var(--copper),
    0 calc(var(--px) * -1) 0 var(--copper);
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding: 16px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ticker-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: ticker 36s linear infinite;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.2rem, 2.6vw, 1.85rem);
  color: rgba(236, 231, 220, 0.38);
}

.ticker-track span:nth-child(odd) {
  color: var(--copper);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.stat {
  padding: 36px 4vw 40px;
  background: var(--bg);
}

.stat-num {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--ice);
}

.stat-label {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 16rem;
}

.block,
.close,
.foot {
  width: min(1120px, 90vw);
  margin: 0 auto;
}

.block {
  padding: 120px 0 24px;
}

.block-head {
  margin-bottom: 40px;
}

.kicker {
  margin: 0 0 12px;
  color: var(--copper);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.kicker::after {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s var(--ease);
}

.block.is-in .kicker::after,
.close.is-in .kicker::after {
  transform: scaleX(1);
}

h2 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.timeline {
  display: grid;
  gap: 14px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(var(--copper), rgba(126, 205, 195, 0.25));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.2s var(--ease);
}

.timeline.is-on::before {
  transform: scaleY(1);
}

.job {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--card);
}

.job-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 6px;
  color: var(--copper);
}

.job h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.org {
  margin: 6px 0 0;
  color: var(--ice);
}

.when {
  margin: 8px 0 0;
}

.job ul {
  margin: 16px 0 0;
  padding-left: 1.1em;
  color: var(--muted);
  line-height: 1.65;
}

.job li + li {
  margin-top: 0.45em;
}

.chips {
  margin: 18px 0 0;
  color: var(--fg);
}

.scene {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  perspective: 1400px;
}

.card,
.proof-card {
  position: relative;
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--card);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.45s var(--ease);
}

.card.featured::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  pointer-events: none;
  background: conic-gradient(from var(--a, 0deg), transparent 60%, var(--copper), var(--ice), transparent 82%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: orbit 10s linear infinite;
  opacity: 0.7;
}

.ice::before {
  --beam: var(--ice);
}

@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes orbit {
  to {
    --a: 360deg;
  }
}

.card h3,
.proof-card h3 {
  margin: 8px 0 10px;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.card p,
.proof-card p {
  color: var(--muted);
  line-height: 1.6;
}

.icons {
  display: flex;
  gap: 10px;
  margin: 4px 0 8px;
}

.icons img,
.tool img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  pointer-events: none;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.icon-aws {
  filter: invert(48%) sepia(86%) saturate(1800%) hue-rotate(353deg) brightness(1.05);
}

.proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.proof-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.proof-card em {
  margin-top: auto;
  font-style: normal;
  color: var(--copper);
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.1), transparent 65%);
  transform: translateX(-130%);
}

.proof-card:hover::after {
  animation: sweep 0.8s var(--ease) forwards;
}

@keyframes sweep {
  to {
    transform: translateX(130%);
  }
}

.tools {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 104px;
  padding: 16px 8px 12px;
  border: 1px solid var(--line);
  background: var(--card);
  transition: border-color 0.3s ease, transform 0.35s var(--ease);
}

.tool img {
  width: 30px;
  height: 30px;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.tool:hover {
  border-color: rgba(228, 92, 44, 0.5);
  transform: translateY(-3px);
}

.close {
  padding: 140px 0 72px;
}

.close-title {
  margin-top: 8px;
}

.foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0 48px;
  border-top: 1px solid var(--line);
}

.orb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 0;
  background: var(--copper);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.3s ease;
  image-rendering: pixelated;
}

.spot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: min(52vw, 640px);
  height: min(52vw, 640px);
  margin: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(228, 92, 44, 0.16), transparent 68%);
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}

.beams {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.28;
}

.beams path {
  fill: none;
  stroke: var(--copper);
  stroke-width: 0.18;
  stroke-linecap: round;
  stroke-dasharray: 18 42;
  animation: beam 18s linear infinite;
}

.beams path:nth-child(2) {
  stroke: var(--ice);
  animation-duration: 24s;
  animation-direction: reverse;
}

.beams path:nth-child(3) {
  stroke: rgba(236, 231, 220, 0.45);
  animation-duration: 30s;
}

@keyframes beam {
  to {
    stroke-dashoffset: -120;
  }
}

.meteors {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.meteor {
  position: absolute;
  top: -10%;
  width: 1px;
  height: 80px;
  background: linear-gradient(var(--copper), transparent);
  transform: rotate(32deg);
  animation: meteor 5s linear infinite;
  opacity: 0.55;
}

@keyframes meteor {
  0% {
    transform: translateY(-20vh) rotate(32deg);
    opacity: 0;
  }
  12% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(110vh) rotate(32deg);
    opacity: 0;
  }
}

.now {
  width: min(1120px, 90vw);
  margin: 0 auto 28px;
  padding: 14px 18px;
  border: 0;
  background: rgba(228, 92, 44, 0.06);
  box-shadow:
    var(--px) 0 0 var(--line),
    calc(var(--px) * -1) 0 0 var(--line),
    0 var(--px) 0 var(--line),
    0 calc(var(--px) * -1) 0 var(--line);
}

.now p {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.now span {
  color: var(--copper);
  margin-right: 12px;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.45), transparent 70%);
  transform: translateX(-130%);
  animation: sweep 2.8s ease-in-out infinite;
}

.magic {
  --mx: 50%;
  --my: 40%;
}

.magic::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(220px circle at var(--mx) var(--my), rgba(228, 92, 44, 0.2), transparent 58%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.magic:hover::after {
  opacity: 1;
}

.trace {
  position: absolute;
  left: 27px;
  top: 10px;
  width: 3px;
  height: 0;
  border-radius: 2px;
  background: var(--copper);
  box-shadow: 0 0 12px rgba(228, 92, 44, 0.55);
  z-index: 1;
  pointer-events: none;
}

.stat,
.job,
.tool {
  transition: border-color 0.3s ease, transform 0.35s var(--ease), background 0.3s ease;
}

.stat:hover,
.job:hover {
  border-color: rgba(228, 92, 44, 0.4);
  background: rgba(228, 92, 44, 0.04);
}

@media (hover: none), (pointer: coarse) {
  .orb,
  .spot {
    display: none;
  }
}

@media (max-width: 900px) {
  .stats,
  .scene,
  .proof,
  .tools {
    grid-template-columns: 1fr 1fr;
  }

  .job {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 4vw;
    left: 4vw;
    flex-direction: column;
    gap: 0;
    padding: 8px 18px 16px;
    background: rgba(11, 12, 16, 0.96);
    border: 1px solid var(--line);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 0;
  }

  .journey-pin::after {
    background: linear-gradient(
      180deg,
      rgba(5, 4, 6, 0.12) 0%,
      transparent 28%,
      rgba(5, 4, 6, 0.55) 58%,
      rgba(5, 4, 6, 0.92) 100%
    );
  }

  .act {
    padding: 0 6vw 10vh;
    max-width: none;
  }

  .act[data-act="origin"] {
    justify-content: flex-end;
    padding-bottom: 12vh;
  }

  .act-hero {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
    max-width: 12ch;
  }

  .act-scroll {
    display: none;
  }

  .journey-figure {
    right: 50%;
    top: 8vh;
    transform: translateX(50%);
    height: 46vh;
    max-width: 78vw;
  }

  .px-hud {
    top: auto;
    bottom: 22vh;
    right: 6vw;
  }

  .px-loader {
    grid-template-columns: repeat(12, 7px);
  }

  .journey-dots {
    display: none;
  }

  .journey-track {
    height: 560vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .px-hud,
  .px-city,
  .px-loader {
    animation: none !important;
  }

  .journey-track {
    height: 0;
  }
}
