@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow+Condensed:wght@400;500;600&family=Space+Mono&display=swap');

:root { color-scheme: dark; --paper: #f4f4f2; --muted: #a7a7a5; --line: #ffffff24; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: #070707; color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: #fff; }
a:focus-visible { outline: 2px solid #fff; outline-offset: 6px; }

header { height: 92px; display: grid; grid-template-columns: 230px 1fr 230px; align-items: center; padding: 0 4%; border-bottom: 1px solid var(--line); background: #050505; position: relative; z-index: 4; }
.brand { display: block; width: 192px; line-height: 0; }
.brand img { display: block; width: 100%; height: auto; filter: invert(1); }
nav { display: flex; justify-content: center; gap: clamp(24px, 3.3vw, 54px); }
nav a, .listen, .mono, .eyebrow, footer, .section-head > a { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .075em; }
nav a { font-size: 17px; }
.listen { justify-self: end; font-size: 16px; border-bottom: 1px solid #777; padding-bottom: 5px; }

.hero { height: 570px; position: relative; overflow: hidden; padding: 0 4%; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, #000 0%, #000f 18%, #0009 31%, transparent 55%), url('assets/club.png'); background-position: center, right top; background-repeat: no-repeat; background-size: auto, 80% auto; filter: hue-rotate(292deg) saturate(.55); }
.eyebrow { position: absolute; right: 4%; top: 26px; text-align: right; font-family: 'Space Mono', monospace; font-size: 12px; line-height: 1.55; letter-spacing: .1em; color: #c9c9c7; }
.hero-copy { position: relative; z-index: 1; padding-top: 65px; }
.hero-copy .mono { margin: 0 0 18px; font-family: 'Space Mono', monospace; font-size: 17px; letter-spacing: .12em; }
.hero h1 { margin: 0 0 67px; font-family: 'Archivo Black', Arial Black, sans-serif; font-size: clamp(57px, 5.6vw, 84px); line-height: .84; letter-spacing: -.065em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--paper); }
.button { width: 250px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #aaaeb4; padding: 13px 23px; background: #0004; font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 500; text-transform: uppercase; letter-spacing: .045em; white-space: nowrap; }
.button span { font-family: Arial, sans-serif; font-size: 25px; line-height: 1; }
.button:hover { background: #fff; color: #050505; border-color: #fff; }

.section { padding: 56px 4%; border-top: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.mono { margin: 0; font-size: 16px; }
h2 { margin: 8px 0 0; font-family: 'Archivo Black', Arial Black, sans-serif; font-size: clamp(31px, 3.1vw, 48px); line-height: 1; letter-spacing: -.045em; }
.section-head > a { font-size: 15px; }

.record-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.release-card { min-height: 154px; display: grid; grid-template-columns: 124px 1fr 45px; gap: 20px; align-items: center; border: 1px solid var(--line); padding: 9px; background: #090909; transition: border-color .2s ease, background .2s ease; }
.release-card:hover { border-color: #ffffff70; background: #101010; }
.release-card > img { width: 124px; height: 124px; object-fit: cover; display: block; filter: saturate(.82); }
.release-info { min-width: 0; }
.release-year { display: block; margin-bottom: 9px; color: #777; font-family: 'Space Mono', monospace; font-size: 11px; }
.release-info h3 { margin: 0 0 5px; font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.release-info p { margin: 0 0 6px; color: #d2d2d0; font-family: 'Barlow Condensed', sans-serif; font-size: 18px; text-transform: uppercase; letter-spacing: .03em; }
.release-info small { color: #858583; font-size: 12px; }
.play { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #ddd; border-radius: 50%; font-size: 11px; padding-left: 2px; }

.artist-names { max-width: 1260px; margin-top: 30px; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 3.1vw, 48px); line-height: 1.45; text-transform: uppercase; letter-spacing: -.01em; }
.artist-names i { color: #555; font-style: normal; font-weight: 300; }
.about { display: grid; grid-template-columns: .75fr 1.15fr 1fr; gap: 45px; align-items: start; }
.about h2 { margin: 0; }
.about > p:not(.mono) { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.about > a { grid-column: 3; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .06em; }

footer { display: flex; align-items: center; gap: 30px; padding: 38px 4%; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
footer .brand { margin-right: auto; }
footer span { margin-right: 30px; }

@media (min-width: 1500px) { .hero { height: 650px; } .hero-copy { padding-top: 78px; } }
@media (max-width: 900px) { header { grid-template-columns: 180px 1fr; } .listen { display: none; } nav { justify-content: end; gap: 25px; } .record-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) {
  header { height: 76px; grid-template-columns: 150px 1fr; padding: 0 5%; }
  .brand { width: 145px; }
  nav { gap: 17px; } nav a { font-size: 13px; } nav a:nth-child(3) { display: none; }
  .hero { height: 570px; padding: 0 5%; }
  .hero-image { background-image: linear-gradient(90deg, #000e, #0007 67%, #0003), url('assets/club.png'); background-position: center, 60% center; background-size: auto, cover; }
  .eyebrow { top: 20px; right: 5%; font-size: 9px; }
  .hero-copy { padding-top: 112px; } .hero-copy .mono { font-size: 13px; }
  .hero h1 { font-size: clamp(43px, 12vw, 67px); line-height: .91; margin-bottom: 56px; }
  .section { padding: 43px 5%; } .section-head { align-items: start; flex-direction: column; gap: 18px; }
  .release-card { grid-template-columns: 100px 1fr 38px; gap: 14px; min-height: 120px; }
  .release-card > img { width: 100px; height: 100px; } .release-info h3, .release-info p { font-size: 16px; }
  .play { width: 34px; height: 34px; }
  .about { display: block; } .about h2 { margin: 22px 0; } .about > a { display: inline-block; margin-top: 25px; }
  footer { flex-wrap: wrap; gap: 22px; font-size: 12px; } footer .brand { margin-right: 30%; } footer span { width: 100%; margin: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
