:root {
  --bg: #07070b;
  --ink: #f6f0e4;
  --muted: rgba(246, 240, 228, 0.62);
  --gold: #f4c95d;
  --gold-hot: #ffe9a3;
  --line: rgba(244, 201, 93, 0.18);
  --font-display: "Instrument Serif", Georgia, serif;
  --font-ui: "Syne", "Segoe UI", sans-serif;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(244, 201, 93, 0.12), transparent 55%),
    radial-gradient(800px 500px at 110% 20%, rgba(224, 122, 58, 0.14), transparent 50%),
    radial-gradient(700px 480px at -10% 80%, rgba(90, 130, 255, 0.1), transparent 45%),
    var(--bg);
  font-family: var(--font-ui);
  isolation: isolate;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 8;
  opacity: 0.09;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.vignette {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 7;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
}

.grid {
  pointer-events: none;
  position: fixed;
  inset: -20%;
  z-index: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: perspective(700px) rotateX(62deg) translateY(-8%);
  transform-origin: center top;
  mask-image: linear-gradient(to bottom, transparent, black 30%, black 70%, transparent);
  animation: grid-drift 28s linear infinite;
}

.orb {
  pointer-events: none;
  position: fixed;
  z-index: 1;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
}

.orb-a {
  width: 280px;
  height: 280px;
  top: 8%;
  right: 12%;
  background: radial-gradient(circle, var(--gold-hot), transparent 68%);
  animation: float 9s ease-in-out infinite;
}

.orb-b {
  width: 360px;
  height: 360px;
  bottom: 6%;
  left: -4%;
  background: radial-gradient(circle, rgba(224, 122, 58, 0.7), transparent 70%);
  animation: float 12s ease-in-out infinite reverse;
}

.orb-c {
  width: 180px;
  height: 180px;
  top: 42%;
  left: 18%;
  background: radial-gradient(circle, rgba(122, 164, 255, 0.65), transparent 70%);
  animation: float 10s ease-in-out infinite 1.4s;
}

.top {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 40px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mark-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px var(--gold);
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6dffb4;
  box-shadow: 0 0 0 0 rgba(109, 255, 180, 0.7);
  animation: pulse 2s ease-out infinite;
}

.stage {
  position: relative;
  z-index: 4;
  max-width: 920px;
  margin: 7vh auto 0;
  padding: 0 28px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.headline {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(4.2rem, 12vw, 9.2rem);
  line-height: 0.86;
  letter-spacing: -0.03em;
}

.line {
  display: block;
  overflow: hidden;
}

.word {
  display: inline-block;
  animation: rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.italic {
  font-style: italic;
  color: var(--gold-hot);
  text-shadow: 0 0 40px rgba(244, 201, 93, 0.28);
}

.italic .word {
  animation-delay: 0.12s;
}

.lede {
  max-width: 540px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  animation: fade 1.4s ease 0.35s both;
}

.tape {
  position: relative;
  z-index: 5;
  margin-top: 8vh;
  transform: rotate(-3.5deg);
  border-block: 1px solid rgba(0, 0, 0, 0.35);
  background: repeating-linear-gradient(
    115deg,
    #f4c95d 0 18px,
    #111 18px 36px
  );
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.tape-run {
  display: flex;
  gap: 48px;
  padding: 10px 0;
  width: max-content;
  color: #111;
  font-weight: 800;
  letter-spacing: 0.28em;
  font-size: 12px;
  mix-blend-mode: multiply;
  animation: marquee 18s linear infinite;
}

.skyline {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -8px;
  z-index: 2;
  height: min(34vh, 280px);
  opacity: 0.85;
}

.skyline svg {
  width: 100%;
  height: 100%;
}

.beams path {
  stroke-dasharray: 8 10;
  animation: dash 18s linear infinite;
}

.cranes {
  transform: translateY(12px);
  animation: crane 6s ease-in-out infinite;
}

.foot {
  position: fixed;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: rgba(246, 240, 228, 0.4);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sep {
  opacity: 0.5;
}

@keyframes rise {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(109, 255, 180, 0.55);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(109, 255, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(109, 255, 180, 0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(20px, -24px, 0) scale(1.08);
  }
}

@keyframes grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 72px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: -200;
  }
}

@keyframes crane {
  0%,
  100% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  body {
    overflow: auto;
  }

  .top {
    padding: 22px 18px;
  }

  .stage {
    margin-top: 10vh;
  }

  .headline {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .lede {
    font-size: 0.98rem;
  }

  .tape {
    margin-top: 10vh;
  }

  .foot {
    position: relative;
    bottom: auto;
    padding: 48px 16px 24px;
    text-align: center;
    flex-wrap: wrap;
  }
}

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