:root {
  color-scheme: dark;
  --bg: #090908;
  --panel: #11100e;
  --panel-2: #181612;
  --text: #f0eee7;
  --muted: #aaa49a;
  --line: #39342b;
  --action: #e86f23;
  --cool: #9db8ae;
  font-family:
    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;
  background: var(--bg);
  color: var(--text);
}

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

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(240, 238, 231, 0.12);
  background: rgba(9, 9, 8, 0.88);
  backdrop-filter: blur(18px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  background: #0d0c0b;
  color: var(--cool);
  font-size: 0.78rem;
  font-weight: 900;
}

.nav {
  gap: 16px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.nav a:hover,
.nav a:focus-visible,
.text-action:hover,
.text-action:focus-visible {
  color: var(--text);
}

.parallax-hero,
.band-panel {
  position: relative;
  isolation: isolate;
  background-image: url("/assets/saga-signal.webp");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.parallax-hero::before,
.band-panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(9, 9, 8, 0.78);
  content: "";
}

.parallax-hero {
  display: grid;
  min-height: 100svh;
  padding: 118px 20px 58px;
}

.hero-content {
  align-self: end;
  max-width: 760px;
}

.machine-line,
.band-code,
.footer {
  color: var(--cool);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

.machine-line,
.band-code {
  margin: 0 0 16px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 24px;
  font-size: 4.1rem;
  line-height: 0.86;
}

h2 {
  margin-bottom: 0;
  font-size: 2.7rem;
  line-height: 0.94;
}

h3 {
  margin-bottom: 18px;
  font-size: 2rem;
  line-height: 1;
}

.hero-copy {
  max-width: 650px;
  color: #ddd8ce;
  font-size: 1.2rem;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.text-action {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  font-size: 0.86rem;
  font-weight: 900;
}

.primary-action {
  padding: 0 18px;
  background: var(--action);
  color: #160905;
  box-shadow: 0 0 34px rgba(232, 111, 35, 0.28);
}

.primary-action:hover,
.primary-action:focus-visible {
  background: #ff8132;
}

.text-action {
  color: var(--muted);
}

.intro-panel,
.bands-shell {
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.intro-panel {
  padding: 78px 20px;
}

.section-grid,
.section-heading,
.band-card {
  max-width: 1180px;
  margin: 0 auto;
}

.section-grid {
  display: grid;
  gap: 34px;
}

.copy-stack {
  display: grid;
  gap: 22px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.copy-stack p {
  margin-bottom: 0;
}

.bands-shell {
  padding-bottom: 40px;
}

.section-heading {
  padding: 76px 20px 36px;
}

.band-panel {
  display: grid;
  min-height: 72svh;
  padding: 54px 20px;
  border-top: 1px solid rgba(240, 238, 231, 0.12);
}

.band-panel:nth-of-type(2n) {
  background-position: right center;
}

.band-card {
  align-self: center;
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(18, 17, 15, 0.9);
  padding: 24px;
}

.band-card h3 {
  max-width: 14ch;
}

.band-card p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 20px;
  border-top: 1px solid var(--line);
  background: #070706;
  color: var(--muted);
}

@media (min-width: 761px) {
  .topbar {
    padding-right: 56px;
    padding-left: 56px;
  }

  .nav {
    gap: 28px;
  }

  .parallax-hero {
    padding-right: 72px;
    padding-left: 72px;
  }

  h1 {
    font-size: 7.7rem;
  }

  h2 {
    font-size: 5.7rem;
  }

  h3 {
    font-size: 4.2rem;
  }

  .hero-copy {
    font-size: 1.46rem;
  }

  .intro-panel {
    padding: 118px 72px;
  }

  .section-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
    gap: 88px;
  }

  .section-heading {
    padding: 112px 72px 54px;
  }

  .band-panel {
    min-height: 78svh;
    padding: 84px 72px;
  }

  .band-card {
    padding: 38px;
  }

  .band-card p:last-child {
    font-size: 1.24rem;
  }

  .footer {
    padding-right: 72px;
    padding-left: 72px;
  }
}

@media (max-width: 760px) {
  .parallax-hero,
  .band-panel {
    background-attachment: scroll;
  }

  .topbar {
    min-height: 72px;
  }

  .brand span:last-child {
    max-width: 12ch;
  }

  .parallax-hero {
    min-height: 92svh;
  }

  .band-panel {
    min-height: auto;
  }
}
