@font-face {
  font-family: "Chrome Display";
  src: url("/assets/display.68b623f0e45b.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;

  --background: #09090f;
  --silver: #dce1eb;
  --muted: #9997ab;
  --cyan: #9efce8;
  --magenta: #c273ad;
}

* {
  box-sizing: border-box;

}

html {
  min-width: 280px;

}

body {
  margin: 0;
  min-height: 100svh;
  background: var(--background);
  color: var(--silver);
  font-family: Arial, Helvetica, sans-serif;
  isolation: isolate;
  display: flex;
  flex-direction: column;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.1;
  background: repeating-linear-gradient(transparent 0 3px, #000 3px 4px);
}

.atmosphere {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 49%, #32213766, transparent 48%), radial-gradient(ellipse at 53% 98%, #133c3a55, transparent 46%);
}

.orbital {
  position: absolute;
  width: min(84vw, 1000px);
  aspect-ratio: 1;
  top: 48%;
  left: 50%;
  border: 1px solid #ae87ad17;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbital-two {
  width: min(66vw, 780px);
  border-color: #ae87ad0c;
}

.orbital-one::before,
.orbital-one::after {
  content: "+";
  position: absolute;
  color: #b295b780;
  font: 18px monospace;
  top: 50%;
  transform: translateY(-50%);
}

.orbital-one::before {
  left: -6px;

}

.orbital-one::after {
  right: -6px;
}

.horizon {
  position: absolute;
  inset: 65% -50% -45%;
  background-image: linear-gradient(#79ccbd12 1px, transparent 1px), linear-gradient(90deg, #79ccbd12 1px, transparent 1px);
  background-size: 85px 65px;
  transform: perspective(380px) rotateX(58deg);
  mask-image: linear-gradient(transparent, #000 60%);
}

.masthead,
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: clamp(24px, 4vw, 64px);
  font: 10px/1.5 "Courier New", monospace;
  letter-spacing: 0.12em;
}

.masthead {
  min-height: 102px;
  border-bottom: 1px solid #ffffff0e;
}

.monogram {
  font-family: "Chrome Display", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.monogram-dot {
  color: var(--cyan);

}

.masthead-label {
  text-transform: uppercase;
  color: var(--muted);
  margin-left: 24px;
  margin-right: auto;
  font-size: 9px;
}

.edition {
  color: var(--muted);

}

main {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 58px 24px 68px;
}

.hero {
  width: 100%;
  text-align: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 35px;
  font: 10px/1.5 "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--cyan);
}

.signal-dot {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  background: var(--cyan);
  box-shadow: 0 0 12px #9efce899;
}

h1 {
  position: relative;
  margin: 0;
  font-family: "Chrome Display", "Arial Black", Arial, sans-serif;
  font-size: clamp(66px, 12.2vw, 184px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  filter: drop-shadow(0 10px 30px #0007);
  transform: skewX(-3deg);
}

.word {
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.06em;
  color: var(--silver);
  isolation: isolate;
  filter: drop-shadow(-2px 0 0 #ff4eaa80) drop-shadow(2px 0 0 #72ffe680);
}

.word::before,
.word::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.word::before {
  color: #72ffe6;
  clip-path: polygon(0 22%, 100% 16%, 100% 35%, 0 41%);
  transform: translateX(0.055em);
}

.word::after {
  color: #ff50ad;
  clip-path: polygon(0 65%, 100% 58%, 100% 75%, 0 82%);
  transform: translateX(-0.045em);
}

@supports (background-clip: text) {
  .word {
    color: transparent;
    background: linear-gradient(178deg, #fff 2%, #d3d8e6 25%, #8f8b9d 47%, #3c394b 50%, #c3c8d6 53%, #f2f5fa 69%, #77768d 98%);
    background-clip: text;
  }
}

.word-fall {
  font-size: 1.16em;
  letter-spacing: 0.1em;
  padding-left: 0.16em;
  margin-top: 0.035em;
}

.signal-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 33px auto 24px;
  width: min(240px, 55vw);
}

.signal-line span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9efce84d);

}

.signal-line span:last-child {
  transform: rotate(180deg);
}

.signal-line i {
  width: 4px;
  height: 4px;
  background: var(--cyan);
  transform: rotate(45deg);
}

.subtitle {
  color: #aaa6b7;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0;
}

.status {
  margin: 28px 0 0;
  color: #c4b3c9;
  font: 9px/1.5 "Courier New", monospace;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.status-cursor {
  color: var(--cyan);
  margin-left: 3px;
  animation: signal-breathe 4s ease-in-out infinite;
}

.footer {
  min-height: 78px;
  border-top: 1px solid #ffffff12;
  color: var(--muted);
  font-size: 9px;
}

.footer-plus {
  color: var(--cyan);
  margin-left: 12px;

}

.footer-center {
  display: block;
  width: clamp(78px, 8vw, 114px);
  opacity: 0.55;
}

.footer-center img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes signal-breathe {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

@media (width >= 1600px) {
  main {
    padding-block: 80px;
  }
}

@media (width <= 600px) {
  .masthead {
    min-height: 78px;
  }

  .masthead-label {
    font-size: 8px;
    letter-spacing: 0.07em;
    margin-left: 16px;
  }

  .edition {
    display: none;
  }

  main {
    padding: 56px 16px 64px;
  }

  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.13em;
    gap: 8px;
    margin-bottom: 30px;
  }

  h1 {
    font-size: clamp(30px, 11.5vw, 70px);
  }

  .word {
    filter: drop-shadow(-1px 0 0 #ff4eaa80) drop-shadow(1px 0 0 #72ffe680);
  }

  .subtitle {
    font-size: 13px;
  }

  .orbital-one {
    width: 130vw;
  }

  .orbital-two {
    width: 100vw;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-block: 20px;
    min-height: 70px;
    font-size: 8px;
    letter-spacing: 0.05em;
  }

  .footer-center {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    width: min(100px, 30vw);
  }

  .footer > :last-child {
    justify-self: end;
  }
}

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