:root {
  color-scheme: dark;
  --ink: #100b16;
  --night: #17102a;
  --night-soft: #241843;
  --cream: #fff6db;
  --paper: #fffaf0;
  --orange: #f47b20;
  --orange-hot: #ff9d24;
  --gold: #ffc928;
  --red: #df2f2f;
  --blue: #1769c2;
  --blue-deep: #073c84;
  --cyan: #48e7ff;
  --green: #7cf68d;
  --muted: #b9aec8;
  --line: rgba(255, 255, 255, 0.13);
  --shadow: 0 26px 70px rgba(7, 3, 18, 0.45);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(75, 39, 127, 0.5), transparent 34rem),
    linear-gradient(180deg, var(--night) 0 41rem, #f4ead3 41rem 100%);
  color: var(--cream);
  font-family: var(--body);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-150%);
  border-radius: 0.45rem;
  background: var(--cream);
  color: var(--ink);
  font-weight: 800;
}

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

.energy-sky {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 48rem;
  overflow: hidden;
  pointer-events: none;
}

.energy-sky::before,
.energy-sky::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.energy-sky::before {
  width: 55rem;
  height: 55rem;
  top: -28rem;
  right: -11rem;
  opacity: 0.55;
  background: repeating-conic-gradient(from 22deg, rgba(255, 255, 255, 0.08) 0 2deg, transparent 2deg 12deg);
  animation: sky-spin 80s linear infinite;
}

.energy-sky::after {
  width: 30rem;
  height: 30rem;
  top: 5rem;
  left: -21rem;
  border: 1px solid rgba(72, 231, 255, 0.18);
  box-shadow: 0 0 7rem rgba(72, 231, 255, 0.2);
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  text-decoration: none;
}

.brand-orb {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 0.62rem);
  place-content: center;
  gap: 0.05rem;
  width: 3.25rem;
  aspect-ratio: 1;
  border: 2px solid #ffb133;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 25%, #fff6a8 0 7%, transparent 8%),
    radial-gradient(circle at 34% 28%, #ffca40, #f17815 58%, #9f270f 100%);
  box-shadow: inset -0.35rem -0.45rem 0.7rem rgba(104, 19, 8, 0.38), 0 0 1.6rem rgba(244, 123, 32, 0.45);
  color: #b7201c;
  font-size: 0.62rem;
  line-height: 1;
  transform: rotate(-8deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 0.82;
  text-transform: uppercase;
}

.brand-copy strong {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}

.brand-copy em {
  margin-top: 0.22rem;
  color: var(--orange-hot);
  font-family: var(--display);
  font-size: 1.55rem;
  font-style: italic;
  letter-spacing: 0.09em;
  text-shadow: 2px 2px 0 #7f1f22;
}

.site-nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.site-nav a {
  position: relative;
  color: #d8cee4;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 50%;
  bottom: -0.55rem;
  left: 50%;
  height: 0.16rem;
  content: "";
  background: var(--orange);
  transition: inset 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.header-connect {
  justify-self: end;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 201, 40, 0.55);
  border-radius: 0.25rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.72fr);
  gap: clamp(3rem, 7vw, 7.5rem);
  align-items: center;
  width: min(1180px, calc(100% - 3rem));
  min-height: 37rem;
  margin: 0 auto;
  padding: 4.3rem 0 5.5rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: var(--orange-hot);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 2rem;
  height: 0.14rem;
  background: currentColor;
}

.hero h1,
.section-heading h2,
.transmission h2 {
  margin: 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.6rem, 8vw, 6.9rem);
  text-shadow: 0.06em 0.06em 0 rgba(0, 0, 0, 0.38);
}

mark {
  padding: 0;
  background: none;
  color: var(--orange-hot);
}

.hero-lede {
  max-width: 38rem;
  margin: 1.6rem 0 0;
  color: #d2c7dc;
  font-size: clamp(1rem, 1.7vw, 1.14rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.15rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.site-nav a:focus-visible,
.header-connect:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.button b {
  font-size: 1.5rem;
  line-height: 0;
}

.button-primary {
  background: linear-gradient(135deg, var(--orange-hot), #f26419);
  box-shadow: 0 0.8rem 2rem rgba(244, 123, 32, 0.24);
  color: #1e0b08;
}

.button-primary:hover {
  box-shadow: 0 1rem 2.4rem rgba(244, 123, 32, 0.35);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cream);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.connection-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  margin: 1.3rem 0 0;
  color: #9f93ae;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
}

.connection-note strong {
  color: var(--cyan);
}

.connection-note span::before {
  margin-right: 0.65rem;
  color: #5c4f6c;
  content: "//";
}

.scouter {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(72, 231, 255, 0.35);
  border-radius: 1rem 0.35rem 1rem 0.35rem;
  background:
    linear-gradient(135deg, rgba(72, 231, 255, 0.08), transparent 35%),
    rgba(9, 10, 24, 0.78);
  box-shadow: var(--shadow), inset 0 0 3rem rgba(72, 231, 255, 0.04);
  backdrop-filter: blur(14px);
}

.scouter::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: repeating-linear-gradient(180deg, transparent 0 4px, rgba(72, 231, 255, 0.025) 5px 6px);
}

.scouter-topline {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1.05rem;
  border-bottom: 1px solid rgba(72, 231, 255, 0.18);
  color: var(--cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-signal {
  color: var(--gold);
}

.live-signal i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0.8rem currentColor;
  animation: signal-pulse 1.6s ease-in-out infinite;
}

.live-signal.online {
  color: var(--green);
}

.live-signal.offline,
.live-signal.locked {
  color: #ff6f62;
}

.scanner-display {
  position: relative;
  display: grid;
  min-height: 13.5rem;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(72, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 231, 255, 0.06) 1px, transparent 1px);
  background-size: 1.2rem 1.2rem;
}

.scanner-reticle {
  position: absolute;
  width: 10.5rem;
  aspect-ratio: 1;
  border: 1px solid rgba(72, 231, 255, 0.2);
  border-radius: 50%;
}

.reticle-ring {
  position: absolute;
  inset: 1.2rem;
  border: 1px dashed rgba(72, 231, 255, 0.32);
  border-radius: 50%;
  animation: sky-spin 18s linear infinite reverse;
}

.reticle-core {
  position: absolute;
  inset: 50%;
  width: 0.6rem;
  height: 0.6rem;
  transform: translate(-50%, -50%);
  border: 2px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 1rem var(--cyan);
}

.scanner-reticle::before,
.scanner-reticle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: rgba(72, 231, 255, 0.25);
}

.scanner-reticle::before {
  width: 130%;
  height: 1px;
  transform: translate(-50%, -50%);
}

.scanner-reticle::after {
  width: 1px;
  height: 130%;
  transform: translate(-50%, -50%);
}

.scanner-reading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scanner-reading span {
  color: #80efff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scanner-reading strong {
  color: var(--cream);
  font-family: var(--display);
  font-size: 4.2rem;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 0 1.4rem rgba(72, 231, 255, 0.42);
}

.scouter-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border-top: 1px solid rgba(72, 231, 255, 0.15);
}

.scouter-grid div {
  padding: 0.85rem 1rem;
  border-right: 1px solid rgba(72, 231, 255, 0.1);
  border-bottom: 1px solid rgba(72, 231, 255, 0.1);
}

.scouter-grid dt {
  color: #7d7190;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.scouter-grid dd {
  margin: 0.2rem 0 0;
  color: #c9f8ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.83rem;
  font-weight: 700;
}

.scouter-footnote {
  position: relative;
  min-height: 2.7rem;
  margin: 0;
  padding: 0.75rem 1rem;
  color: #746980;
  font-size: 0.66rem;
}

.saga-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 5vw, 4rem);
  padding: 1.6rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #0c0813;
}

.saga-band div {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.saga-band strong {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.8rem;
  font-style: italic;
}

.saga-band span {
  color: #9d91a9;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.saga-band i {
  color: var(--orange);
  font-size: 0.58rem;
  font-style: normal;
}

.world-section,
.systems-section {
  color: var(--ink);
}

.world-section {
  padding: 7rem max(1.5rem, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(rgba(22, 64, 116, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 64, 116, 0.055) 1px, transparent 1px),
    var(--paper);
  background-size: 2rem 2rem;
}

.section-heading {
  max-width: 49rem;
  margin-bottom: 3.2rem;
}

.section-heading h2 {
  color: #1b1430;
  font-size: clamp(2.7rem, 5.8vw, 5.2rem);
}

.section-heading p:last-child {
  max-width: 39rem;
  margin: 1.3rem 0 0;
  color: #655d70;
}

.radar-card {
  display: grid;
  grid-template-columns: minmax(19rem, 0.9fr) 1.1fr;
  min-height: 30rem;
  overflow: hidden;
  border: 1px solid rgba(23, 105, 194, 0.17);
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: 0 1.2rem 3rem rgba(59, 37, 16, 0.12);
}

.radar {
  position: relative;
  display: grid;
  min-height: 28rem;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle, transparent 0 19%, rgba(103, 255, 139, 0.13) 19.5% 20%, transparent 20.5% 39%, rgba(103, 255, 139, 0.13) 39.5% 40%, transparent 40.5% 59%, rgba(103, 255, 139, 0.13) 59.5% 60%, transparent 60.5%),
    linear-gradient(rgba(103, 255, 139, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 255, 139, 0.1) 1px, transparent 1px),
    radial-gradient(circle at center, #143b31, #071c22 72%);
  background-size: auto, 2rem 2rem, 2rem 2rem, auto;
}

.radar::before,
.radar::after {
  position: absolute;
  content: "";
  background: rgba(124, 246, 141, 0.18);
}

.radar::before {
  width: 1px;
  height: 100%;
}

.radar::after {
  width: 100%;
  height: 1px;
}

.radar-sweep {
  position: absolute;
  width: 90%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(124, 246, 141, 0.25), transparent 20deg 360deg);
  animation: sky-spin 5.5s linear infinite;
}

.ping {
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0.35rem rgba(255, 201, 40, 0.12), 0 0 1.2rem var(--gold);
  animation: ping-pulse 1.8s ease-out infinite;
}

.ping-one {
  top: 30%;
  left: 63%;
}

.ping-two {
  top: 61%;
  left: 37%;
  animation-delay: 0.6s;
}

.ping-three {
  top: 73%;
  left: 72%;
  animation-delay: 1.2s;
}

.radar-label {
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  color: rgba(164, 255, 178, 0.55);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.radar-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.coming-tag {
  width: max-content;
  margin-bottom: 1.25rem;
  padding: 0.38rem 0.55rem;
  border-left: 0.24rem solid var(--orange);
  background: #fff0dc;
  color: #9d4816;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.radar-copy h3 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.radar-copy p {
  color: #6d6472;
}

.radar-copy ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: #403746;
  font-size: 0.86rem;
  font-weight: 700;
}

.radar-copy li::before {
  margin-right: 0.7rem;
  color: var(--orange);
  content: "◆";
  font-size: 0.65rem;
}

.systems-section {
  padding: 7rem max(1.5rem, calc((100vw - 1180px) / 2));
  background: #efe3ca;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-card {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  padding: 2rem;
  border-radius: 0.55rem;
  background: #1d1431;
  box-shadow: 0 1rem 2.4rem rgba(48, 28, 11, 0.12);
  color: var(--cream);
}

.feature-card::before {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0.025), 0 0 0 4rem rgba(255, 255, 255, 0.018);
}

.feature-card.combat {
  background: #164e99;
}

.feature-card.discovery {
  background: #b93a24;
}

.feature-number {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  color: rgba(255, 255, 255, 0.3);
  font-family: var(--display);
  font-size: 1.2rem;
  font-style: italic;
}

.feature-icon {
  display: grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
  margin: 2rem 0 3.2rem;
  border: 1px solid rgba(255, 201, 40, 0.45);
  border-radius: 50%;
  color: var(--gold);
  font-family: serif;
  font-size: 2rem;
  box-shadow: inset 0 0 1.5rem rgba(255, 201, 40, 0.09), 0 0 1.5rem rgba(255, 201, 40, 0.08);
}

.feature-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.87rem;
}

.feature-line {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  width: 3rem;
  height: 0.22rem;
  background: var(--gold);
}

.transmission {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3rem;
  align-items: center;
  padding: 5.5rem max(1.5rem, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(120deg, rgba(245, 125, 26, 0.96), rgba(218, 48, 39, 0.95)),
    var(--orange);
  color: #1d0b12;
}

.eyebrow.light {
  color: #4c1420;
}

.transmission h2 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
}

.transmission p:last-child {
  max-width: 42rem;
  color: rgba(49, 13, 17, 0.72);
  font-weight: 650;
}

.transmission-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.button-light {
  background: #fff5d7;
  box-shadow: 0 0.9rem 2rem rgba(88, 22, 8, 0.2);
  color: #391016;
}

.transmission-actions span {
  color: rgba(49, 13, 17, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  padding: 2.2rem max(1.5rem, calc((100vw - 1180px) / 2));
  background: #0c0813;
  color: #756a80;
  font-size: 0.68rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #d7cddd;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mini-orb {
  display: grid;
  width: 1.8rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #ffd55d, #e96316 65%, #9d1e18);
  color: #ad211d;
  font-size: 0.62rem;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 1rem;
  bottom: 1rem;
  max-width: min(24rem, calc(100vw - 2rem));
  padding: 0.85rem 1rem;
  transform: translateY(calc(100% + 2rem));
  border: 1px solid rgba(72, 231, 255, 0.35);
  border-radius: 0.35rem;
  background: #111223;
  box-shadow: var(--shadow);
  color: var(--cream);
  font-size: 0.8rem;
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.toast.visible {
  transform: translateY(0);
  opacity: 1;
}

@keyframes sky-spin {
  to { transform: rotate(360deg); }
}

@keyframes signal-pulse {
  50% { opacity: 0.35; transform: scale(0.75); }
}

@keyframes ping-pulse {
  70% { box-shadow: 0 0 0 1rem rgba(255, 201, 40, 0), 0 0 1.2rem var(--gold); }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .hero-copy {
    max-width: 46rem;
  }

  .scouter {
    width: min(100%, 37rem);
  }

  .radar-card,
  .transmission {
    grid-template-columns: 1fr;
  }

  .radar {
    min-height: 23rem;
  }

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

  .feature-card {
    min-height: 19rem;
  }

  .feature-icon {
    margin-bottom: 2rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}

@media (max-width: 620px) {
  body {
    background: linear-gradient(180deg, var(--night) 0 49rem, #f4ead3 49rem 100%);
  }

  .site-header,
  .hero {
    width: min(100% - 2rem, 1180px);
  }

  .brand-copy strong {
    font-size: 0.9rem;
  }

  .brand-copy em {
    font-size: 1.25rem;
  }

  .brand-orb {
    width: 2.75rem;
  }

  .header-connect {
    padding: 0.62rem 0.75rem;
    font-size: 0.65rem;
  }

  .hero {
    gap: 3.2rem;
    padding-bottom: 4rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .connection-note {
    flex-direction: column;
  }

  .connection-note span::before {
    content: "";
  }

  .saga-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    text-align: center;
  }

  .saga-band div {
    flex-direction: column;
    gap: 0;
  }

  .saga-band i {
    display: none;
  }

  .saga-band strong {
    font-size: 1.45rem;
  }

  .saga-band span {
    font-size: 0.52rem;
  }

  .world-section,
  .systems-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-heading h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .radar-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .radar {
    min-height: 19rem;
  }

  .radar-copy {
    padding: 2rem 1.4rem;
  }

  .feature-card {
    padding: 1.5rem;
  }

  .transmission {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
