@font-face {
  font-family: Exquisite;
  src: url("exquisite-corpse.ttf") format("truetype");
  font-display: swap;
}
:root {
  --black: #080a06;
  --bone: #e7e0b6;
  --moss: #9ea46a;
  --rust: #d75629;
  --line: rgba(231, 224, 182, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #090b07;
  color: var(--bone);
  font-family: Arial, sans-serif;
  background-image:
    radial-gradient(
      circle at 82% 12%,
      rgba(112, 121, 66, 0.22),
      transparent 30%
    ),
    radial-gradient(circle, rgba(231, 224, 182, 0.05) 0 1px, transparent 1px);
  background-size:
    auto,
    8px 8px;
}
a {
  color: inherit;
}
button {
  font: inherit;
  color: inherit;
}
nav {
  height: 82px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
}
.header-logo {
  width: 190px;
  height: 68px;
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 100%;
  max-height: 62px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  gap: 38px;
}
.nav-links a,
.nav-download {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-decoration: none;
}
.nav-download {
  justify-self: end;
  border: 1px solid var(--line);
  padding: 13px 16px;
}
.nav-download span,
.primary span {
  color: var(--rust);
}
.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(400px, 1.1fr);
  align-items: center;
  padding: 64px 4vw 72px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.kicker {
  font-size: 9px;
  letter-spacing: 0.25em;
  color: var(--moss);
  font-weight: 800;
}
.kicker > span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--rust);
  vertical-align: middle;
  margin-right: 12px;
}
h1,
h2,
h3,
blockquote {
  font-family: Exquisite, Impact, sans-serif;
  font-weight: 400;
}
h1,
h2 {
  font-size: clamp(70px, 8vw, 132px);
  line-height: 0.79;
  letter-spacing: -0.04em;
  margin: 32px 0;
}
h1 em,
.download h2 em {
  color: var(--moss);
  font-style: normal;
}
.lede {
  max-width: 570px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(231, 224, 182, 0.68);
}
.inline-logo {
  display: inline-block;
  width: 112px;
  vertical-align: middle;
  margin: 0 0.2em;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}
.primary {
  background: var(--bone);
  color: #111308;
  text-decoration: none;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  padding: 18px 22px;
}
.actions button {
  border: 0;
  background: transparent;
  font-size: 9px;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.actions button i {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}
.actions button i:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  border-left: 7px solid var(--bone);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.active .actions button i {
  border-color: var(--rust);
  box-shadow: 0 0 15px rgba(215, 86, 41, 0.5);
}
.trust {
  display: flex;
  gap: 28px;
  margin-top: 52px;
  font-size: 8px;
  letter-spacing: 0.13em;
  opacity: 0.45;
}
.plugin-stage {
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.plugin {
  width: min(36vw, 430px);
  display: block;
  transform: rotate(1deg);
  transition: 0.35s;
}
.active .plugin {
  transform: rotate(0.4deg) translateY(-6px);
}
.shadow {
  position: absolute;
  width: 66%;
  height: 10%;
  bottom: 5%;
  background: #000;
  filter: blur(30px);
}
.formats {
  position: absolute;
  right: 0;
  top: 14%;
  font: 8px monospace;
  letter-spacing: 0.15em;
  color: var(--moss);
  transform: rotate(90deg);
}
.index {
  position: absolute;
  right: 4vw;
  bottom: 24px;
  font: 9px monospace;
  opacity: 0.4;
}
.sound,
.controls,
.download {
  padding: 120px 7vw;
  border-bottom: 1px solid var(--line);
}
.sound h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(231, 224, 182, 0.45);
}
.sound-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12vw;
  align-items: end;
}
.sound-grid > p {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(231, 224, 182, 0.62);
}
.wave {
  height: 150px;
  background: repeating-linear-gradient(
    90deg,
    var(--moss) 0 5px,
    transparent 5px 10px
  );
  clip-path: polygon(
    0 45%,
    4% 20%,
    8% 70%,
    12% 10%,
    16% 80%,
    20% 28%,
    24% 63%,
    28% 5%,
    32% 84%,
    36% 38%,
    40% 75%,
    44% 20%,
    48% 92%,
    52% 12%,
    56% 68%,
    60% 30%,
    64% 80%,
    68% 8%,
    72% 75%,
    76% 35%,
    80% 65%,
    84% 15%,
    88% 78%,
    92% 30%,
    96% 60%,
    100% 45%,
    100% 100%,
    0 100%
  );
  opacity: 0.75;
}
.controls {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
}
.control-list {
  border-top: 1px solid var(--line);
}
.control-list article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 128px;
  border-bottom: 1px solid var(--line);
}
.control-list h3 {
  font-size: 30px;
  padding-left: 10px;
}
.control-list p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(231, 224, 182, 0.56);
}
.quote {
  padding: 105px 7vw;
  text-align: center;
  background: var(--moss);
  color: #111309;
}
.quote blockquote {
  margin: 0;
  font-size: 64px;
  line-height: 0.92;
}
.quote blockquote em {
  font-style: normal;
  color: var(--bone);
}
.quote p {
  font-size: 8px;
  letter-spacing: 0.18em;
  margin-top: 28px;
}
.download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}
.card-logo {
  display: block;
  width: 155px;
}
.download-card > strong {
  display: block;
  font:
    46px Impact,
    sans-serif;
  margin: 20px 0;
}
.download-card > span,
.download-card > small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.15em;
}
.download-card > span {
  color: var(--moss);
}
.download-grid {
  display: grid;
  gap: 9px;
  margin: 30px 0 20px;
}
.download-grid a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 110px 1fr 20px;
  align-items: center;
  text-align: left;
  padding: 16px 18px;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
}
.download-grid a:hover {
  background: var(--bone);
  color: #111308;
}
.download-grid b {
  font-size: 17px;
}
.download-grid i {
  justify-self: end;
  color: var(--rust);
}
footer {
  padding: 2em 0;
}
footer p,
footer > span {
  font-size: 8px;
  letter-spacing: 0.16em;
  opacity: 0.45;
  text-align: center;
  display: block;
}
.support {
  padding: 120px 7vw;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
  background: radial-gradient(
    circle at 72% 48%,
    rgba(158, 164, 106, 0.14),
    transparent 34%
  );
}
.support-logo {
  display: inline-block;
  width: min(280px, 28vw);
  vertical-align: middle;
}
.support-card {
  padding: 38px;
}
.support-card > p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(231, 224, 182, 0.65);
  margin: 0 0 28px;
}
.support-links {
  display: grid;
  gap: 9px;
}
.support-links a {
  display: grid;
  grid-template-columns: 150px 1fr 20px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: 0.18s;
}
.support-links a:hover {
  background: var(--bone);
  color: #111308;
}
.support-links b {
  font-size: 15px;
  letter-spacing: 0.08em;
}
.support-links small {
  font: 7px monospace;
  letter-spacing: 0.12em;
  opacity: 0.55;
}
.support-links i {
  justify-self: end;
  color: var(--rust);
  font-style: normal;
}
.support-card > small {
  display: block;
  margin-top: 22px;
  font-size: 7px;
  letter-spacing: 0.15em;
  opacity: 0.4;
}
@media (max-width: 900px) {
  nav {
    grid-template-columns: 1fr auto;
  }
  .nav-links {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .plugin-stage {
    height: 650px;
  }
  .plugin {
    width: min(58vw, 430px);
  }
  .sound-grid,
  .controls,
  .download,
  .support {
    grid-template-columns: 1fr;
  }
  .quote blockquote {
    font-size: 46px;
  }
}
@media (max-width: 520px) {
  nav {
    padding: 0 18px;
  }
  .header-logo {
    width: 142px;
  }
  .nav-download {
    font-size: 7px;
    padding: 11px;
  }
  .hero {
    padding: 55px 18px;
  }
  h1 {
    font-size: 67px;
  }
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .trust {
    gap: 12px;
    flex-wrap: wrap;
  }
  .plugin-stage {
    height: 500px;
  }
  .plugin {
    width: min(80vw, 330px);
  }
  .sound,
  .controls,
  .download,
  .support {
    padding: 82px 20px;
  }
  .support-logo {
    width: 190px;
  }
  .control-list article {
    grid-template-columns: 30px 76px 1fr;
    gap: 12px;
  }
  .quote {
    padding: 80px 20px;
  }
  .quote blockquote {
    font-size: 36px;
  }
  .download-card > strong {
    font-size: 72px;
  }
  footer {
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
  }
}
body:before,
body:after {
  content: "";
  position: fixed;
  pointer-events: none;
}
body:before {
  z-index: 9999;
  inset: 0;
  opacity: 0.055;
  background:
    repeating-linear-gradient(
      93deg,
      transparent 0 3px,
      rgba(231, 224, 182, 0.13) 4px,
      transparent 5px 12px
    ),
    repeating-linear-gradient(
      7deg,
      transparent 0 11px,
      rgba(0, 0, 0, 0.38) 12px 13px
    );
}
body:after {
  z-index: 0;
  inset: -12%;
  opacity: 0.48;
  background:
    radial-gradient(
      circle at 18% 24%,
      rgba(72, 104, 47, 0.7) 0 8%,
      transparent 25%
    ),
    radial-gradient(
      circle at 70% 18%,
      rgba(33, 74, 37, 0.72) 0 7%,
      transparent 24%
    ),
    radial-gradient(
      circle at 82% 76%,
      rgba(55, 92, 42, 0.68) 0 9%,
      transparent 27%
    ),
    radial-gradient(
      circle at 34% 82%,
      rgba(25, 65, 34, 0.72) 0 8%,
      transparent 25%
    );
  will-change: transform;
  animation: dark-plasma 5s ease-in-out infinite alternate;
}
body {
  isolation: isolate;
}
body > nav,
body > main,
body > footer {
  position: relative;
  z-index: 1;
}
@keyframes dark-plasma {
  from {
    transform: translate3d(-9%, -5%, 0) scale(1);
  }
  to {
    transform: translate3d(9%, 5%, 0) scale(1.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  body:after {
    animation-duration: 14s;
  }
}
