:root {
  --ink: #080807;
  --ink-soft: #11100f;
  --bone: #e7dbca;
  --bone-bright: #fff8ea;
  --muted: #9f9486;
  --ember: #e77a36;
  --ember-bright: #ffad6a;
  --line: rgba(231, 219, 202, .17);
  --display: "Syne", "Arial Black", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #713318 var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--bone);
  background: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}

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

::selection {
  color: var(--ink);
  background: var(--ember-bright);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--ember-bright);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 15px;
  color: var(--ink);
  background: var(--bone-bright);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  width: min(var(--max), calc(100% - 72px));
  min-height: 98px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.site-header p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.lockup {
  display: block;
}

.lockup img {
  width: 220px;
  height: auto;
}

.label-hero {
  position: relative;
  min-height: 100svh;
  padding: 160px max(36px, calc((100vw - var(--max)) / 2)) 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  align-items: center;
  gap: clamp(40px, 6vw, 110px);
  isolation: isolate;
  overflow: hidden;
}

.label-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 76% 47%, rgba(175, 69, 22, .25), transparent 15%),
    radial-gradient(circle at 76% 47%, rgba(86, 38, 18, .18), transparent 34%),
    var(--ink);
}

.label-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .25;
  background-image:
    linear-gradient(rgba(231, 219, 202, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 219, 202, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, transparent 94%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 770px;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 27px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.kicker span {
  color: var(--ember-bright);
}

.kicker::after {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--line);
}

.hero-copy h1 {
  max-width: 8.5ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 7.4vw, 112px);
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: .88;
}

.hero-copy h1 strong {
  display: block;
  color: var(--ember);
  font-weight: inherit;
}

.hero-intro {
  max-width: 580px;
  margin: 35px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
}

.hero-symbol {
  position: relative;
  width: min(38vw, 510px);
  justify-self: center;
}

.hero-symbol img {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 25px 60px rgba(0, 0, 0, .7));
  animation: symbol-in .8s cubic-bezier(.2, .7, .2, 1) both;
}

.pulse {
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  background: rgba(231, 104, 45, .34);
  filter: blur(46px);
  animation: pulse 4.5s ease-in-out infinite;
}

.catalogue-note {
  position: absolute;
  right: max(36px, calc((100vw - var(--max)) / 2));
  bottom: 35px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 17px;
  text-transform: uppercase;
}

.catalogue-note span,
.catalogue-note small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .2em;
}

.catalogue-note strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: rgba(231, 219, 202, .2);
  font-family: var(--display);
  font-size: 55px;
  font-weight: 600;
  letter-spacing: -.08em;
  line-height: .85;
}

@keyframes symbol-in {
  from { opacity: 0; transform: scale(.9); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes pulse {
  0%, 100% { opacity: .45; transform: scale(.88); }
  50% { opacity: .85; transform: scale(1.15); }
}

.artist {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(520px, .85fr);
  background: var(--ink-soft);
}

.artist-visual {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.artist-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 54%, rgba(17, 16, 15, .92) 100%),
    linear-gradient(0deg, rgba(8, 8, 7, .72), transparent 42%);
}

.artist-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  filter: grayscale(.26) saturate(.75) contrast(1.08);
}

.artist-visual > p {
  position: absolute;
  z-index: 2;
  left: 42px;
  bottom: 35px;
  margin: 0;
  color: var(--bone);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.artist-visual > p span {
  margin-right: 15px;
  color: var(--ember-bright);
}

.artist-content {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 650px;
  padding: 90px clamp(40px, 6vw, 110px) 90px clamp(38px, 5vw, 86px);
}

.artist-content h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(66px, 7.7vw, 118px);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .77;
  text-transform: uppercase;
}

.artist-lead {
  max-width: 560px;
  margin: 34px 0 0;
  color: rgba(231, 219, 202, .75);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}

.release {
  margin: 38px 0 0;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 21px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.release img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.release figcaption {
  display: grid;
  gap: 4px;
}

.release small {
  color: var(--ember-bright);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.release strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
}

.release span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .08em;
}

.artist-link {
  min-height: 56px;
  margin-top: 30px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #180d08;
  background: var(--ember);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.artist-link span {
  font-size: 19px;
}

.artist-link:hover {
  background: var(--ember-bright);
  transform: translateY(-2px);
}

.site-footer {
  width: min(var(--max), calc(100% - 72px));
  min-height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: block;
}

.footer-brand img {
  width: 190px;
  height: auto;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .artist {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  }

  .artist-content {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media (max-width: 780px) {
  .site-header {
    width: calc(100% - 40px);
    min-height: 82px;
  }

  .site-header p {
    display: none;
  }

  .lockup img {
    width: 180px;
  }

  .label-hero {
    min-height: 780px;
    padding: 126px 22px 78px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(52px, 15vw, 78px);
  }

  .hero-intro {
    max-width: 90%;
  }

  .hero-symbol {
    position: absolute;
    right: -18%;
    bottom: 30px;
    width: min(86vw, 470px);
    opacity: .3;
  }

  .catalogue-note {
    right: 22px;
    bottom: 26px;
  }

  .artist {
    display: block;
  }

  .artist-visual {
    min-height: 67svh;
  }

  .artist-visual::after {
    background: linear-gradient(0deg, var(--ink-soft), transparent 38%);
  }

  .artist-visual > p {
    left: 22px;
    bottom: 23px;
  }

  .artist-content {
    max-width: none;
    padding: 72px 22px 82px;
  }

  .artist-content h2 {
    font-size: clamp(61px, 19vw, 90px);
  }

  .release {
    grid-template-columns: 78px 1fr;
  }

  .release img {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 560px) {
  .site-footer {
    width: calc(100% - 40px);
    min-height: 170px;
    padding: 38px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
  }

  .site-footer p {
    line-height: 1.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
