:root {
  --black: #050505;
  --white: #f4f3ee;
  --lime: #d9ff3f;
  --line: #343434
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .075;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}

.site-header {
  height: 76px;
  padding: 0 3.5vw;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand {
  color: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px
}

.brand-name {
  font: 18px/1 'Archivo Black', sans-serif;
  letter-spacing: -1.1px
}

.brand-bars {
  width: 31px;
  height: 18px;
  background: repeating-linear-gradient(90deg, var(--white) 0 2px, transparent 2px 4px, var(--white) 4px 5px, transparent 5px 7px, var(--white) 7px 11px, transparent 11px 13px, var(--white) 13px 14px, transparent 14px 17px, var(--white) 17px 20px, transparent 20px 22px, var(--white) 22px 23px, transparent 23px 27px, var(--white) 27px 31px)
}

.header-note,
.hero-meta,
.section-label,
.signal-header,
.reference,
footer {
  font: 11px 'DM Mono', monospace;
  letter-spacing: .08em
}

.hero {
  min-height: calc(100vh - 76px);
  position: relative;
  padding: 28px 3.5vw 38px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: auto 1fr auto;
  border-bottom: 1px solid var(--line)
}

.hero-meta {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  color: #a0a09c
}

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

.eyebrow {
  font: 600 12px 'DM Mono', monospace;
  letter-spacing: .09em;
  margin: 0 0 16px;
  color: var(--lime)
}

h1,
h2 {
  font-family: 'Archivo Black', Impact, sans-serif;
  letter-spacing: -.07em;
  margin: 0;
  text-transform: uppercase
}

h1 {
  font-size: clamp(60px, 10.8vw, 172px);
  line-height: .78
}

.dot,
.signal h2 span {
  color: var(--lime)
}

.intro {
  max-width: 300px;
  font-size: 15px;
  line-height: 1.5;
  margin: 34px 0 0
}

.hero-art {
  align-self: center;
  justify-self: end;
  width: min(37vw, 495px);
  padding: 22px 0 18px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  text-align: right
}

.barcode {
  height: 260px;
  margin-bottom: 15px;
  background: repeating-linear-gradient(90deg, var(--white) 0 4px, transparent 4px 8px, var(--white) 8px 10px, transparent 10px 15px, var(--white) 15px 22px, transparent 22px 26px, var(--white) 26px 29px, transparent 29px 33px, var(--white) 33px 36px, transparent 36px 43px)
}

.hero-art p {
  font: 13px 'DM Mono', monospace;
  letter-spacing: .11em;
  margin: 0
}

.hero-art strong {
  font-weight: 500;
  color: var(--lime)
}

.hero-art small {
  display: block;
  font: 10px 'DM Mono', monospace;
  margin-top: 12px;
  color: #aaa
}

.scroll {
  grid-column: 1/-1;
  align-self: end;
  color: var(--white);
  font: 11px 'DM Mono', monospace;
  text-decoration: none;
  letter-spacing: .08em
}

.scroll span {
  font-size: 18px;
  margin-left: 8px
}

.manifesto {
  padding: 145px 10vw 140px;
  position: relative;
  border-bottom: 1px solid var(--line)
}

.section-label {
  color: var(--lime);
  margin: 0 0 58px
}

.manifesto h2 {
  font-size: clamp(48px, 8.5vw, 130px);
  line-height: .82
}

.manifesto h2 em {
  font-style: normal;
  -webkit-text-stroke: 1px var(--white);
  color: transparent
}

.manifesto-copy {
  margin: 65px 0 0 auto;
  max-width: 390px;
  font-size: 17px;
  line-height: 1.55
}

.manifesto-copy p+p {
  color: #aaa
}

.signal {
  margin: 0;
  background: var(--white);
  color: var(--black);
  padding: 20px 3.5vw 24px;
  min-height: 630px;
  display: flex;
  flex-direction: column
}

.signal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #222;
  padding-bottom: 15px
}

.status i {
  width: 8px;
  height: 8px;
  background: #22b14c;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px
}

.signal-body {
  margin: auto 0;
  position: relative
}

.signal-body>p {
  font: 12px 'DM Mono', monospace;
  margin: 0 0 16px
}

.signal h2 {
  font-size: clamp(54px, 10vw, 160px);
  line-height: .77
}

.update {
  font: 13px/1.65 'DM Mono', monospace;
  letter-spacing: .05em;
  background: var(--black);
  color: var(--white);
  padding: 18px;
  max-width: 290px;
  margin: 42px 0 0 auto
}

.update b {
  color: var(--lime);
  font-weight: 500
}

.reference {
  margin: 0
}

.newsletter {
  padding: 120px 10vw 130px;
  border-bottom: 1px solid var(--line)
}

.newsletter h2 {
  font-size: clamp(54px, 9.3vw, 140px);
  line-height: .79
}

.newsletter-copy {
  max-width: 390px;
  font-size: 16px;
  line-height: 1.55;
  margin: 52px 0 26px
}

.signup {
  display: flex;
  max-width: 620px;
  border-bottom: 2px solid var(--white)
}

.signup input {
  background: none;
  border: 0;
  outline: 0;
  color: var(--white);
  padding: 18px 0;
  width: 100%;
  font: 13px 'DM Mono', monospace;
  letter-spacing: .06em
}

.signup input::placeholder {
  color: #82827c
}

.signup button {
  background: none;
  border: 0;
  color: var(--lime);
  font: 600 12px 'DM Mono', monospace;
  letter-spacing: .05em;
  cursor: pointer;
  white-space: nowrap
}

.signup button span {
  font-size: 20px;
  margin-left: 8px
}

.form-note {
  color: #898983;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 16px
}

.form-note code {
  color: #b7b7af
}

footer {
  min-height: 110px;
  padding: 30px 3.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a0a09c
}

footer .brand {
  color: var(--white)
}

footer .brand-bars {
  background: repeating-linear-gradient(90deg, var(--white) 0 2px, transparent 2px 4px, var(--white) 4px 5px, transparent 5px 7px, var(--white) 7px 11px, transparent 11px 13px, var(--white) 13px 14px, transparent 14px 17px, var(--white) 17px 20px, transparent 20px 22px, var(--white) 22px 23px, transparent 23px 27px, var(--white) 27px 31px)
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0)
}

@media(max-width:700px) {
  .site-header {
    height: 65px
  }

  .header-note {
    font-size: 9px
  }

  .hero {
    min-height: 720px;
    padding: 20px 5vw 28px;
    display: flex;
    flex-direction: column
  }

  .hero-meta {
    font-size: 9px
  }

  .hero-copy {
    margin-top: auto
  }

  .hero-art {
    width: 100%;
    margin: 50px 0 30px
  }

  .barcode {
    height: 125px
  }

  .scroll {
    margin-top: auto
  }

  .manifesto,
  .newsletter {
    padding: 85px 7vw
  }

  .manifesto h2 {
    font-size: 14vw
  }

  .signal {
    min-height: 540px;
    padding: 17px 5vw
  }

  .signal-header {
    font-size: 8px
  }

  .signal h2 {
    font-size: 15.7vw
  }

  .newsletter h2 {
    font-size: 15vw
  }

  .signup {
    display: block;
    border: 0
  }

  .signup input {
    border-bottom: 2px solid var(--white);
    display: block
  }

  .signup button {
    padding: 18px 0
  }

  footer {
    padding: 24px 5vw;
    gap: 13px;
    align-items: flex-start;
    flex-direction: column;
    font-size: 9px
  }

  footer p {
    margin: 0
  }
}

.credit a {
  color: #d9ff3f;
}