.system-buffer {
  background: var(--wzl-black);
  color: var(--wzl-ansi-green);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 900;
  overflow: hidden;
  padding: 0.55rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.system-buffer span {
  display: block;
  width: min(1180px, calc(100vw - 2rem));
  margin-inline: auto;
}

.weazl-ticker-text {
  color: var(--wzl-ansi-green);
  text-shadow:
    0 0 1px currentColor,
    0 0 3px currentColor;
}

header,
footer,
.section,
.hero {
  width: min(1180px, calc(100vw - 2rem));
  margin-inline: auto;
}

header,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}

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

.brand {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 1000;
  text-transform: uppercase;
}

.brand-mark,
nav a,
.buttonish {
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--ink);
}

.brand-mark {
  background: var(--yellow);
  color: var(--ink);
  display: inline-grid;
  height: 2.5rem;
  place-items: center;
  width: 2.5rem;
}

nav a {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0.55rem 0.75rem;
}

.button {
  align-items: center;
  border: 3px solid var(--ink);
  border-radius: 0;
  box-shadow: 4px 4px 0 var(--ink);
  display: inline-flex;
  font-family: var(--font-mono);
  font-weight: 900;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
}

.button.primary {
  background: var(--magenta);
  color: var(--paper);
}

.button.secondary {
  background: var(--yellow);
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  min-height: auto;
  padding: clamp(2.5rem, 8vw, 6rem) 0 clamp(1rem, 2vw, 1.6rem);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy p:not(.eyebrow),
.section-head p,
.install-copy p {
  color: #000000;
  font-size: clamp(1.15rem, 2.5vw, 1.7rem);
  font-weight: 800;
  line-height: 1.15;
}

.section {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.section-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1rem;
  margin-bottom: 1.4rem;
  align-items: end;
}

footer {
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.install {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
}

.repo-list {
  background: #020303;
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.repo-list a {
  color: var(--phosphor);
  overflow-wrap: anywhere;
}
