:root {
  --black: #020302;
  --black-raised: #080a08;
  --olive: #26291f;
  --metal: #59605a;
  --cold: #9ab2b2;
  --signal: #bd6028;
  --signal-hot: #df7a35;
  --white: #e8e7df;
  --hero-stage-max: 120rem;
  --hero-stage-inset: max(0px, calc((100vw - var(--hero-stage-max)) / 2));
  --hero-optical-left: calc(var(--hero-stage-inset) + clamp(1.5rem, 3vw, 3.2rem));
  --hero-art-offset: -18vw;
  --scroll-progress: 0;
}

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

html {
  min-width: 20rem;
  overflow-x: clip;
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
p, h1, h2, h3 { margin: 0; }
[hidden] { display: none !important; }

::selection {
  color: var(--black);
  background: var(--signal-hot);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1200;
  top: 1rem;
  left: 1rem;
  padding: 0.7rem 0.9rem;
  color: var(--black);
  background: var(--white);
  font-size: 0.72rem;
  font-weight: 750;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.scroll-signal {
  position: fixed;
  z-index: 40;
  top: 19vh;
  right: clamp(1rem, 1.6vw, 1.5rem);
  width: 1px;
  height: 62vh;
  overflow: hidden;
  pointer-events: none;
  background: rgba(232, 231, 223, 0.032);
  opacity: 0.76;
}

.scroll-signal span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(189, 96, 40, 0.18), rgba(223, 122, 53, 0.3) 62%, rgba(189, 96, 40, 0.16));
  transform: scaleY(var(--scroll-progress));
  transform-origin: center top;
  transition: transform 90ms linear;
}

:focus-visible {
  outline: 1px solid rgba(223, 122, 53, 0.75);
  outline-offset: 5px;
}

.wordmark-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.channel-scene,
.hero,
.transmissions,
.home-footer {
  background: var(--black);
}

.channel-scene {
  position: relative;
  isolation: isolate;
}

.hero {
  position: relative;
  z-index: 2;
  min-height: max(44rem, 88svh);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(106deg, rgba(2, 3, 2, 0.2) 0 43%, transparent 64%),
    radial-gradient(ellipse 68% 52% at 74% 27%, transparent 30%, rgba(2, 3, 2, 0.46) 78%),
    radial-gradient(ellipse 120% 80% at 50% 100%, transparent 42%, rgba(0, 0, 0, 0.58) 100%);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(7rem, 15svh, 10rem);
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(2, 3, 2, 0.48) 36%, rgba(2, 3, 2, 0.92) 70%, var(--black) 88%);
  content: "";
}

.hero__atmosphere {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 43% 52% at 68% 31%, rgba(108, 127, 124, 0.062), transparent 72%),
    radial-gradient(ellipse 38% 42% at 58% 55%, rgba(130, 67, 34, 0.042), transparent 76%);
}

.wordmark {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.wordmark__image {
  position: absolute;
  top: clamp(2.6rem, 5.2svh, 4.8rem);
  left: var(--hero-optical-left);
  display: block;
  width: min(73.5vw, 76rem);
  height: auto;
  filter: drop-shadow(0.15rem 0.58rem 1.35rem rgba(0, 0, 0, 0.52));
  transform: translate(-3.913%, -23.619%);
}

.runner {
  position: absolute;
  z-index: 3;
  top: -0.5svh;
  right: calc(var(--hero-stage-inset) + var(--hero-art-offset));
  width: min(92vw, 94rem);
  aspect-ratio: 1672 / 941;
  pointer-events: none;
  --eye-x: 0px;
  --eye-y: 0px;
  transform: translate3d(0, 0, 0);
  transform-origin: 68% 70%;
  -webkit-mask-image: linear-gradient(to bottom, #000 0 75%, rgba(0, 0, 0, 0.98) 80%, rgba(0, 0, 0, 0.82) 85%, rgba(0, 0, 0, 0.44) 90%, rgba(0, 0, 0, 0.12) 94%, transparent 98%);
  mask-image: linear-gradient(to bottom, #000 0 75%, rgba(0, 0, 0, 0.98) 80%, rgba(0, 0, 0, 0.82) 85%, rgba(0, 0, 0, 0.44) 90%, rgba(0, 0, 0, 0.12) 94%, transparent 98%);
}

.runner::before {
  position: absolute;
  z-index: 0;
  top: 68%;
  left: 58.5%;
  width: 13%;
  height: 18%;
  border-radius: 50%;
  background: rgba(168, 73, 27, 0.12);
  box-shadow: 0 0 3.7rem 1.1rem rgba(175, 79, 31, 0.08);
  content: "";
  opacity: 0.46;
  filter: blur(1.1rem);
  transform: scale(0.82);
  transition: opacity 220ms ease, transform 360ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

.runner__cold-edge {
  position: absolute;
  z-index: 0;
  top: 8%;
  left: 75%;
  width: 8%;
  height: 59%;
  border-radius: 50%;
  background: linear-gradient(102deg, transparent 15%, rgba(134, 166, 166, 0.13) 48%, transparent 72%);
  opacity: 0.46;
  filter: blur(1.25rem);
  transform: rotate(-7deg);
}

.runner__picture {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#runner-silhouette);
  clip-path: url(#runner-silhouette);
}

.runner__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.84) contrast(1.12) saturate(0.78);
}

.runner__visor {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}

.runner__interference {
  position: absolute;
  z-index: 1;
  left: 53.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(163, 186, 184, 0.38), transparent);
  opacity: 0;
  transform: scaleX(0.08);
  transform-origin: left;
}

.runner__interference--one { top: 41.4%; width: 18%; }
.runner__interference--two { top: 46.8%; left: 59%; width: 9%; }
.runner.is-receiving .runner__interference--one { animation: visor-fragment 410ms steps(2, end) both; }
.runner.is-receiving .runner__interference--two { animation: visor-fragment 330ms 70ms steps(2, end) both reverse; }

.runner__eye {
  position: absolute;
  z-index: 2;
  top: 34.86%;
  width: 3.8%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(1, 2, 1, 0.98);
  box-shadow: 0 0 0.7rem 0.52rem rgba(1, 2, 1, 0.94), inset 0 0 0.8rem rgba(1, 2, 1, 0.98);
}

.runner__eye--left { left: 57.19%; }
.runner__eye--right { left: 66.76%; }

.runner__eye i {
  position: absolute;
  top: 28%;
  left: 28%;
  width: 44%;
  height: 44%;
  border-radius: 48% 52% 50% 48%;
  background: var(--white);
  box-shadow: 0 0 0.5rem rgba(232, 231, 223, 0.09);
  transform: translate3d(var(--eye-x), var(--eye-y), 0) scaleY(1);
  transform-origin: center;
  transition: opacity 160ms ease, transform 90ms ease-out;
}

.runner__mouth {
  position: absolute;
  z-index: 2;
  top: 49.7%;
  left: 62.42%;
  width: 3.5%;
  height: 3.1%;
  border-radius: 50%;
  background: rgba(1, 2, 1, 0.96);
  box-shadow: 0 0 0.6rem 0.34rem rgba(1, 2, 1, 0.92), inset 0 0 0.5rem rgba(1, 2, 1, 0.98);
}

.runner__mouth::after {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 43%;
  height: 0.12rem;
  border-bottom: 1px solid rgba(232, 231, 223, 0.76);
  border-radius: 0 0 80% 80%;
  content: "";
  transform: translate(-50%, -50%) scaleY(0.12);
  transform-origin: center top;
  transition: width 300ms cubic-bezier(0.16, 0.72, 0.2, 1), height 420ms cubic-bezier(0.16, 0.72, 0.2, 1), transform 420ms cubic-bezier(0.16, 0.72, 0.2, 1), border-color 220ms ease;
}

.runner.is-blinking .runner__eye i {
  transform: translate3d(var(--eye-x), var(--eye-y), 0) scaleY(0.08);
}

.runner.is-blinking .runner__eye--right i { transition-delay: 42ms; }
.runner.is-receiving::before {
  opacity: 0.9;
  transform: scale(1.04);
}

.hero__content {
  position: absolute;
  z-index: 7;
  top: clamp(15.2rem, 29.5svh, 18.6rem);
  left: var(--hero-optical-left);
  width: min(49rem, 58vw);
  transition: opacity 620ms 80ms cubic-bezier(0.22, 0.75, 0.2, 1), transform 620ms 80ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

.has-js:not(.is-loaded) .hero__content { opacity: 0.72; transform: translate3d(0, 0.4rem, 0); }

.hero__copy {
  width: min(40rem, 100%);
}

.hero__premise {
  display: flex;
  flex-direction: column;
  color: rgba(239, 238, 231, 0.92);
  font-family: "Bahnschrift SemiCondensed", Bahnschrift, "Segoe UI Variable Display", sans-serif;
  font-size: clamp(2.05rem, 2.55vw, 2.95rem);
  font-weight: 620;
  letter-spacing: -0.026em;
  line-height: 0.96;
  text-shadow: 0 0.65rem 1.4rem rgba(0, 0, 0, 0.84);
}

.hero__supporting-copy {
  margin-top: 1.05rem;
}

.hero__whisper {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  color: rgba(232, 231, 223, 0.9);
  font-family: Bahnschrift, "Segoe UI Variable Text", sans-serif;
  font-size: clamp(1.22rem, 1.38vw, 1.52rem);
  font-weight: 480;
  letter-spacing: -0.03em;
  line-height: 1.06;
  text-shadow: 0 0.65rem 1.4rem rgba(0, 0, 0, 0.84);
}

.hero__whisper span:last-child { color: rgba(218, 220, 213, 0.84); }

.hero__genre {
  margin-top: 0.72rem;
  color: rgba(232, 231, 223, 0.58);
  font-family: "Segoe UI Variable Text", "Segoe UI", sans-serif;
  font-size: clamp(0.74rem, 0.71vw, 0.84rem);
  font-weight: 650;
  letter-spacing: 0.105em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero__controls {
  margin-top: clamp(1.7rem, 3svh, 2.3rem);
  width: min(100%, 47rem);
}

.hero__primary-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(0, 0.87fr);
  gap: clamp(0.7rem, 1.1vw, 1rem);
}

.hero-cta {
  display: grid;
  min-width: 0;
  min-height: clamp(6.1rem, 11.5svh, 7rem);
  padding: clamp(0.85rem, 1.5vw, 1.05rem) clamp(1.05rem, 1.8vw, 1.45rem) 0.9rem;
  border: 1px solid rgba(232, 231, 223, 0.42);
  border-radius: 0.55rem;
  align-content: center;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 0.85rem;
  background: rgba(8, 10, 8, 0.92);
  cursor: default;
  user-select: none;
  text-align: left;
}

.hero-cta--steam {
  border-color: #e5e1d5;
  background: #e5e1d5;
}

.hero-cta[href] { cursor: pointer; }

.hero-cta[href]:hover,
.hero-cta[href]:focus-visible {
  border-color: rgba(232, 231, 223, 0.72);
}

.hero-cta__action {
  align-self: end;
  color: rgba(239, 238, 231, 0.68);
  font-family: "Segoe UI Variable Text", "Segoe UI", sans-serif;
  font-size: clamp(0.78rem, 0.76vw, 0.86rem);
  font-weight: 600;
  grid-column: 1;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-cta__platform {
  align-self: start;
  color: rgba(245, 244, 237, 0.96);
  font-family: "Bahnschrift SemiCondensed", Bahnschrift, "Segoe UI Variable Display", sans-serif;
  font-size: clamp(1.65rem, 2.1vw, 2.2rem);
  font-weight: 720;
  grid-column: 1;
  letter-spacing: 0.055em;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero-cta__state {
  align-self: end;
  padding-bottom: 0.12rem;
  color: rgba(232, 231, 223, 0.62);
  font-size: clamp(0.7rem, 0.68vw, 0.78rem);
  font-weight: 650;
  grid-column: 2;
  grid-row: 1 / span 2;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-cta--steam .hero-cta__state { color: rgba(11, 12, 10, 0.6); }

.hero-cta__steam-lockup {
  display: block;
  min-width: 0;
  align-self: center;
  grid-column: 1;
  grid-row: 1 / span 2;
}

.hero-cta__steam-image {
  display: block;
  width: min(10rem, 100%);
  height: auto;
}

.hero-cta--discord {
  border-color: rgba(229, 225, 213, 0.68);
  background: rgba(7, 8, 7, 0.94);
}

.hero-cta--discord .hero-cta__platform {
  font-size: clamp(1.45rem, 1.75vw, 1.9rem);
  letter-spacing: 0.045em;
}

.hero-socials {
  display: flex;
  min-height: 2.4rem;
  margin-top: 0.9rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.38rem clamp(0.55rem, 0.9vw, 0.82rem);
  color: rgba(232, 231, 223, 0.52);
  font-size: clamp(0.68rem, 0.67vw, 0.76rem);
  letter-spacing: 0.035em;
}

.hero-socials__handle {
  color: rgba(232, 231, 223, 0.68);
  font-weight: 600;
  white-space: nowrap;
}

.hero-socials__item {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.55rem, 0.9vw, 0.82rem);
  white-space: nowrap;
}

.hero-socials__separator { color: rgba(232, 231, 223, 0.26); }

.hero-socials a {
  color: rgba(232, 231, 223, 0.52);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.32em;
  transition: color 150ms ease, text-decoration-color 150ms ease;
  white-space: nowrap;
}

.hero-socials a:hover,
.hero-socials a:focus-visible {
  color: rgba(239, 238, 231, 0.86);
  text-decoration-color: rgba(223, 122, 53, 0.7);
}

.transmissions {
  position: relative;
  z-index: 3;
  padding: clamp(4rem, 7svh, 5.5rem) clamp(2.5rem, 6vw, 7.2rem) clamp(4rem, 7svh, 5.5rem) var(--hero-optical-left);
  color: var(--white);
  isolation: isolate;
  background: var(--black);
}

.transmissions__header,
.transmissions__list,
.transmissions__toggle {
  width: min(100%, 56rem);
}

.transmissions__header {
  margin-bottom: clamp(1.8rem, 3vw, 2.8rem);
}

.has-js .transmissions__header,
.has-js .transmissions__list,
.has-js .transmissions__toggle {
  opacity: 0.62;
  transition: opacity 620ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

.has-js .transmissions.is-visible .transmissions__header,
.has-js .transmissions.is-visible .transmissions__list,
.has-js .transmissions.is-visible .transmissions__toggle {
  opacity: 1;
}

.transmission-entry__date {
  color: rgba(232, 231, 223, 0.4);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.transmissions__header h2 {
  color: rgba(239, 238, 231, 0.9);
  font-family: "Bahnschrift SemiCondensed", Bahnschrift, "Segoe UI Variable Display", sans-serif;
  font-size: clamp(1.75rem, 2.6vw, 2.7rem);
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 1;
}

.transmissions__list {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(232, 231, 223, 0.13), rgba(232, 231, 223, 0.055) 72%, transparent) 1;
}

.transmission-entry {
  display: grid;
  padding: clamp(1.35rem, 2.5vw, 2rem) 0;
  border-bottom: 1px solid rgba(232, 231, 223, 0.1);
  grid-template-columns: minmax(9rem, 0.28fr) minmax(0, 1fr);
  gap: 0.45rem clamp(1.5rem, 4vw, 4rem);
}

.has-js .transmission-entry {
  opacity: 0.76;
  transform: translate3d(0, 0.12rem, 0);
  transition: opacity 420ms calc(var(--entry-index, 0) * 45ms) ease, transform 420ms calc(var(--entry-index, 0) * 45ms) ease;
}

.has-js .transmissions.is-visible .transmission-entry {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.transmissions__overflow {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 460ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms ease;
}

.transmissions__overflow-inner {
  overflow: hidden;
}

.transmissions__list.is-expanded .transmissions__overflow {
  max-height: var(--overflow-height, 0px);
  opacity: 1;
}

.transmission-entry__date {
  grid-row: 1 / span 2;
  padding-top: 0.22rem;
  line-height: 1.45;
}

.transmission-entry__title {
  display: block;
  overflow: visible;
  color: rgba(239, 238, 231, 0.86);
  font-family: "Bahnschrift SemiCondensed", Bahnschrift, "Segoe UI Variable Display", sans-serif;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 540;
  letter-spacing: -0.035em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.transmission-entry__excerpt {
  display: block;
  max-width: 44rem;
  overflow: visible;
  color: rgba(232, 231, 223, 0.56);
  font-size: clamp(0.85rem, 0.9vw, 0.96rem);
  font-weight: 390;
  letter-spacing: -0.005em;
  line-height: 1.48;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: pre-line;
  -webkit-line-clamp: unset;
}

.transmissions__empty {
  position: relative;
  padding: 2rem 0 2.65rem;
  border-bottom: 0;
  color: rgba(232, 231, 223, 0.46);
  font-size: 0.88rem;
  letter-spacing: 0.012em;
  line-height: 1.5;
}

.transmissions__empty::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(100%, 34rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 231, 223, 0.1) 0 11%, transparent 11% 14%, rgba(232, 231, 223, 0.042) 14% 62%, transparent);
  content: "";
  opacity: 0.72;
}

.transmissions__toggle {
  position: relative;
  display: flex;
  min-height: 2.75rem;
  margin-top: 1.15rem;
  padding: 0 1.6rem 0 0;
  border: 0;
  align-items: center;
  color: rgba(232, 231, 223, 0.6);
  background: transparent;
  cursor: pointer;
  font-size: 0.73rem;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.transmissions__toggle::before {
  width: 2.5rem;
  height: 1px;
  margin-right: 0.8rem;
  background: var(--signal);
  content: "";
  opacity: 0.72;
}

.transmissions__toggle::after {
  width: 0.62rem;
  height: 0.62rem;
  margin-left: 0.65rem;
  background:
    linear-gradient(var(--signal-hot), var(--signal-hot)) center / 100% 1px no-repeat,
    linear-gradient(var(--signal-hot), var(--signal-hot)) center / 1px 100% no-repeat;
  content: "";
}

.transmissions__toggle[aria-expanded="true"]::after {
  background: linear-gradient(var(--signal-hot), var(--signal-hot)) center / 100% 1px no-repeat;
}
.transmissions__toggle:hover,
.transmissions__toggle:focus-visible { color: rgba(244, 243, 237, 0.9); }

.home-footer {
  position: relative;
  display: flex;
  min-height: 6.35rem;
  align-items: center;
  justify-content: flex-end;
  padding: 1.35rem clamp(2.5rem, 3vw, 3.5rem) 1.55rem var(--hero-optical-left);
  background:
    radial-gradient(ellipse 42% 180% at 96% -18%, rgba(189, 96, 40, 0.03), transparent 72%),
    linear-gradient(90deg, transparent 58%, rgba(154, 178, 178, 0.01) 82%, rgba(189, 96, 40, 0.014)),
    var(--black);
}

.home-footer::before {
  position: absolute;
  top: 0;
  right: clamp(2.5rem, 3vw, 3.5rem);
  left: var(--hero-optical-left);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(232, 231, 223, 0.04), transparent 54%, rgba(189, 96, 40, 0.11) 88%, transparent);
  content: "";
  opacity: 0.62;
}

.home-footer__lockup {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.42rem;
  font-family: "Segoe UI Variable Text", "Segoe UI", sans-serif;
  text-transform: uppercase;
}

.home-footer__studio {
  color: rgba(232, 231, 223, 0.68);
  font-family: Bahnschrift, "Segoe UI Variable Text", sans-serif;
  font-size: clamp(0.76rem, 0.7vw, 0.86rem);
  font-weight: 540;
  letter-spacing: 0.055em;
}

.home-footer__identity {
  color: rgba(232, 231, 223, 0.38);
  font-size: clamp(0.61rem, 0.59vw, 0.69rem);
  font-weight: 450;
  letter-spacing: 0.01em;
  text-transform: none;
}

.home-footer__meta {
  display: flex;
  gap: 1.05rem;
  color: rgba(232, 231, 223, 0.32);
  font-size: clamp(0.61rem, 0.59vw, 0.69rem);
  font-weight: 450;
  letter-spacing: 0.045em;
}

.home-footer a { color: rgba(232, 231, 223, 0.46); transition: color 170ms ease; }
.home-footer a:hover,
.home-footer a:focus-visible { color: rgba(232, 231, 223, 0.8); }

.home-page[data-devlog="off"] .hero { min-height: 100svh; }
.home-page[data-devlog="off"] .transmissions { display: none; }

@keyframes visor-fragment {
  0% { opacity: 0; transform: scaleX(0.08); }
  24% { opacity: 0.44; transform: scaleX(0.72); }
  48% { opacity: 0.12; transform: translateX(0.8rem) scaleX(0.35); }
  72% { opacity: 0.35; transform: translateX(-0.25rem) scaleX(0.94); }
  100% { opacity: 0; transform: scaleX(0.1); }
}

@media (min-width: 1800px) {
  :root { --hero-art-offset: clamp(-6rem, -4vw, -4.5rem); }
}

@media (max-width: 1180px) {
  :root { --hero-art-offset: -29vw; }
  .wordmark__image { width: min(74vw, 54rem); }
  .runner { width: min(112vw, 76rem); }
  .hero__content { top: clamp(15rem, 30.5svh, 18.2rem); width: 62vw; }
}

@media (max-width: 820px) {
  :root { --hero-art-offset: -46vw; }
  .hero { min-height: max(50rem, 100svh); }
  .wordmark__image { top: 2.2rem; width: calc(100% - 2.5rem); }
  .runner { top: 4.1rem; width: 168vw; max-width: 46rem; }
  .runner__image { filter: brightness(0.64) contrast(1.2) saturate(0.7); }
  .hero__content {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: 100%;
    min-height: inherit;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24rem var(--hero-optical-left) 2.5rem;
  }
  .hero::after {
    height: clamp(5rem, 11svh, 6rem);
  }
  .hero__copy { width: 100%; }
  .hero__premise { font-size: clamp(1.95rem, 7.4vw, 2.5rem); }
  .hero__whisper { font-size: clamp(1.18rem, 3.6vw, 1.35rem); }
  .hero__controls { width: 100%; }
  .transmissions {
    padding: 4rem 1.5rem 3.5rem;
  }
  .transmissions__empty { padding: 1.8rem 0 2.35rem; }
  .transmissions__empty::after { width: min(100%, 20rem); opacity: 0.48; }
  .transmission-entry { grid-template-columns: 1fr; gap: 0.45rem; }
  .transmission-entry__date { grid-row: auto; padding-top: 0; }
  .home-footer { align-items: flex-end; padding-right: 1.5rem; padding-left: 1.5rem; }
  .home-footer::before { right: 1.5rem; left: 1.5rem; opacity: 0.36; }
  .scroll-signal { display: none; }
}

@media (min-width: 560px) and (max-width: 820px) {
  :root { --hero-art-offset: -22vw; }
  .wordmark__image { width: 72vw; }
  .runner { width: 100vw; max-width: none; }
  .hero__content { padding-top: 30rem; }
}

@media (min-width: 821px) and (max-height: 720px) {
  :root { --hero-art-offset: -14vw; }
  .hero { min-height: 42rem; }
  .wordmark__image { top: 2rem; }
  .runner { top: -1rem; width: min(84vw, 74rem); }
  .hero__content { top: 13.8rem; }
}

@media (max-width: 560px) {
  .hero { min-height: max(50rem, 100svh); }
  .hero__content { padding-top: 22.4rem; padding-bottom: 3.75rem; }
  .hero__primary-controls { grid-template-columns: 1fr; gap: 0.65rem; }

  .hero-cta {
    min-height: 5.25rem;
    padding-right: 1.15rem;
    padding-left: 1.15rem;
  }

  .hero-cta__platform { font-size: clamp(1.75rem, 8vw, 2rem); }
  .hero-cta--discord .hero-cta__platform { font-size: clamp(1.55rem, 7vw, 1.8rem); }

  .hero-socials { gap: 0.4rem 0.55rem; }
  .hero-socials__handle { font-size: 0.67rem; }

  .home-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .home-footer__lockup { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .runner__interference { display: none; }
  .scroll-signal span { transition: none; }
  .has-js:not(.is-loaded) .hero__content,
  .has-js .transmissions__header,
  .has-js .transmissions__list,
  .has-js .transmissions__toggle,
  .has-js .transmission-entry {
    opacity: 1;
    transform: none;
  }
}
