﻿:root {
  --ink: #15171e;
  --slate: #242a35;
  --paper: #f5f6f8;
  --lime: #ddec42;
  --cyan: #00e5ff;
  --orange: #ff713e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #59616d;
  font:
    14px/1.8 Montserrat,
    Arial,
    sans-serif;
}
.container {
  width: min(1110px, calc(100% - 48px));
  margin: auto;
}
.header {
  height: 80px;
  padding: 0 max(24px, calc((100vw - 1160px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: white;
  position: relative;
  z-index: 2;
}
.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: white;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 1.8px;
  font-size: 18px;
  position: relative;
}
.logo span {
  color: var(--lime);
}
.logo small {
  position: absolute;
  left: 1px;
  top: 26px;
  white-space: nowrap;
  color: #a9afba;
  font-size: 7px;
  letter-spacing: 1.35px;
}
.header nav {
  display: flex;
  gap: 30px;
}
.header nav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.3px;
}
.header nav a:hover {
  color: var(--lime);
}
.menu {
  display: none;
  background: none;
  border: 0;
}
.hero {
  height: 630px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    circle at 70% 45%,
    #3d4857,
    #1c2029 47%,
    #111318 80%
  );
  color: white;
  text-align: center;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #111319cc, #11131905 70%);
}
.hero-content {
  z-index: 1;
  position: relative;
}
.hero-content p,
.overline {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 700;
  color: var(--lime);
  margin: 0 0 15px;
}
.hero h1 {
  font:
    500 clamp(54px, 8vw, 100px)/0.9 Oswald,
    sans-serif;
  letter-spacing: 1.5px;
  margin: 0 0 30px;
}
.hero h1 strong {
  color: var(--lime);
  font-weight: 600;
}
.button {
  display: inline-block;
  border: 1px solid var(--lime);
  padding: 11px 21px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 10px;
  font-weight: 700;
  transition: 0.2s;
}
.button:hover {
  background: var(--lime);
  color: var(--ink);
}
.soundwave {
  position: absolute;
  width: 1050px;
  height: 1050px;
  border: 1px solid #ddec422e;
  border-radius: 50%;
  right: -410px;
  top: -210px;
}
.wave-two {
  width: 720px;
  height: 720px;
  right: -260px;
  top: -50px;
  border-color: #ffffff18;
}
.quote {
  background: var(--lime);
  padding: 43px 24px;
  text-align: center;
  color: var(--ink);
}
.quote p {
  font:
    400 27px/1.2 Oswald,
    sans-serif;
  margin: 0 0 7px;
}
.quote span {
  font-size: 11px;
  letter-spacing: 1px;
}
.section {
  padding: 103px 0;
}
h2 {
  color: var(--ink);
  font:
    500 45px/1.12 Oswald,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  max-width: 530px;
}
.line {
  display: block;
  width: 52px;
  height: 3px;
  background: var(--lime);
  margin: 27px 0;
}
.lead {
  max-width: 750px;
  margin: 0 0 17px;
}
.lead a {
  color: #17202a;
  font-weight: 700;
}
.tracks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 53px;
}
.track {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: center;
  border: 1px solid #e5e7eb;
  padding: 12px;
  background: white;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.track:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 25px #1d25301c;
}
.art {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px;
  color: white;
  background: linear-gradient(135deg, #ff713e, #e5314e);
}
.art span {
  font:
    500 19px Oswald,
    sans-serif;
  opacity: 0.8;
}
.art b {
  font:
    600 29px/0.88 Oswald,
    sans-serif;
  letter-spacing: 0.5px;
}
.track-yellow .art {
  background: linear-gradient(135deg, #ffd141, #f49131);
}
.track-blue .art {
  background: linear-gradient(135deg, #3bbfe4, #3963ba);
}
.track-purple .art {
  background: linear-gradient(135deg, #9147cc, #34135e);
}
.track-pink .art {
  background: linear-gradient(135deg, #ff6b9c, #e5314e);
}
.track-green .art {
  background: linear-gradient(135deg, #a5b900, #4e6c00);
}
.track-grey .art {
  background: linear-gradient(135deg, #6b7280, #111318);
}
.track h3 {
  font:
    500 23px/1.05 Oswald,
    sans-serif;
  color: var(--ink);
  margin: 0 0 8px;
}
.track p {
  font-size: 9px;
  letter-spacing: 1.1px;
  margin: 0 0 20px;
  color: #89909a;
}
.track a {
  text-decoration: none;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.track em {
  color: #a5b900;
  font-style: normal;
  font-size: 18px;
  margin-left: 4px;
}
.about {
  background: var(--paper);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.about-copy p {
  margin: 0 0 17px;
}
footer {
  background: var(--ink);
  padding: 63px 0 19px;
  color: #aab1bb;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
}
.footer-grid p {
  font-size: 11px;
  margin-top: 25px;
}
.footer-grid h4 {
  margin: 0 0 13px;
  color: var(--lime);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.footer-grid div > a:not(.logo) {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 11px;
  margin: 5px 0;
}
.copyright {
  border-top: 1px solid #ffffff18;
  text-align: center;
  margin: 48px 0 0;
  padding-top: 17px;
  font-size: 9px;
  letter-spacing: 1px;
}
.menu i {
  display: block;
  width: 23px;
  height: 2px;
  background: white;
  margin: 4px;
}
@media (max-width: 750px) {
  .header {
    height: 70px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--ink);
    padding: 10px 24px;
  }
  .header nav.open {
    display: grid;
  }
  .header nav a {
    padding: 8px 0;
  }
  .menu {
    display: block;
  }
  .hero {
    height: 540px;
  }
  .section {
    padding: 72px 0;
  }
  .tracks,
  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-grid {
    gap: 34px;
  }
  .track {
    grid-template-columns: 125px 1fr;
  }
  .art {
    height: 125px;
  }
  .art b {
    font-size: 24px;
  }
  h2 {
    font-size: 37px;
  }
}
