:root {
  color-scheme: dark;
  --bg: #050505;
  --surface: #0b0b0b;
  --text: #f4f3ef;
  --muted: rgba(244, 243, 239, 0.64);
  --quiet: rgba(244, 243, 239, 0.42);
  --line: rgba(244, 243, 239, 0.16);
  --accent: #d8ff3e;
  --page-pad: clamp(20px, 4.5vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--text);
  color: #080808;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.label-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px var(--page-pad);
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0));
  pointer-events: none;
}

.label-header > * {
  pointer-events: auto;
}

.label-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.label-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 38px);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--quiet);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.language-button {
  appearance: none;
  padding: 8px 2px;
  border: 0;
  background: transparent;
  opacity: 0.52;
  cursor: pointer;
}

.language-button:hover,
.language-button:focus-visible,
.language-button.is-active {
  opacity: 1;
}

.header-back {
  padding: 8px 0 8px 10px;
  color: var(--text);
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.header-back::after {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
  content: "";
  vertical-align: middle;
  transform-origin: right;
  transition: transform 240ms ease;
}

.header-back:hover::after,
.header-back:focus-visible::after {
  transform: scaleX(1.4);
}

body.lang-en .lang-fr,
body.lang-en .lang-es {
  display: none !important;
}

body.lang-fr .lang-en,
body.lang-fr .lang-es {
  display: none !important;
}

body.lang-fr .lang-fr {
  display: block !important;
}

body.lang-fr span.lang-fr,
body.lang-fr small.lang-fr {
  display: inline !important;
}

body.lang-es .lang-en,
body.lang-es .lang-fr {
  display: none !important;
}

body.lang-es .lang-es {
  display: block !important;
}

body.lang-es span.lang-es,
body.lang-es small.lang-es {
  display: inline !important;
}

.parallax-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.parallax-media {
  position: absolute;
  inset: -12%;
  z-index: -3;
  overflow: hidden;
  will-change: transform;
}

.parallax-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.image-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.image-veil-hero {
  background:
    linear-gradient(to bottom, rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.06) 42%, rgba(5, 5, 5, 0.86)),
    radial-gradient(circle at 50% 56%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54) 80%);
}

.image-veil-left {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.66) 38%, rgba(5, 5, 5, 0.08) 72%),
    linear-gradient(to bottom, rgba(5, 5, 5, 0.14), rgba(5, 5, 5, 0.7));
}

.image-veil-right {
  background:
    linear-gradient(270deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.7) 40%, rgba(5, 5, 5, 0.06) 74%),
    linear-gradient(to bottom, rgba(5, 5, 5, 0.14), rgba(5, 5, 5, 0.72));
}

.label-hero {
  display: grid;
  place-items: center;
  text-align: center;
}

.label-hero .parallax-media img {
  object-position: center 58%;
}

.hero-copy {
  width: min(1040px, calc(100% - (var(--page-pad) * 2)));
  padding-top: 88px;
}

.kicker,
.section-label,
.identity-index {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.label-hero h1 {
  margin: 0;
  font-size: clamp(88px, 19vw, 284px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-statement {
  margin: clamp(36px, 6vw, 76px) auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 44px);
  font-style: italic;
  line-height: 1.12;
}

.scroll-cue {
  display: inline-flex;
  margin-top: clamp(44px, 8vh, 84px);
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.scroll-line {
  display: inline-block;
  width: 54px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 300ms ease;
}

.scroll-cue:hover .scroll-line,
.scroll-cue:focus-visible .scroll-line {
  transform: scaleX(1.35);
}

.section-shell {
  padding: clamp(110px, 16vw, 240px) var(--page-pad);
}

.vision-section,
.dual-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(48px, 0.22fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 96px);
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.section-number {
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.vision-copy,
.dual-heading {
  max-width: 1120px;
}

.vision-copy h2,
.dual-heading h2,
.label-links h2 {
  margin: 0;
  font-size: clamp(42px, 7vw, 112px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 90px);
  margin-top: clamp(52px, 8vw, 112px);
}

.vision-grid p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.7;
}

.identity-section {
  display: flex;
  min-height: 118svh;
  align-items: center;
  padding: clamp(120px, 15vw, 220px) var(--page-pad);
}

.identity-section .parallax-media {
  inset: -16% -8%;
}

.identity-phil .parallax-media img {
  object-position: 58% 50%;
}

.identity-marc .parallax-media img {
  object-position: center 45%;
}

.identity-card {
  width: min(600px, 48vw);
  padding: clamp(26px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 5, 5, 0.6);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.identity-card.align-left {
  margin-right: auto;
}

.identity-card.align-right {
  margin-left: auto;
}

.identity-card h2 {
  margin: 0;
  font-size: clamp(62px, 8.5vw, 138px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.74;
}

.identity-tags {
  margin: clamp(36px, 5vw, 64px) 0 0;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.6;
  text-transform: uppercase;
}

.identity-text {
  max-width: 47ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.72;
}

.identity-works {
  display: flex;
  margin: 38px 0 0;
  padding: 18px 0 0;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.identity-works li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.interlude {
  min-height: 80svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--text);
  color: #080808;
}

.interlude-small {
  margin: 0 0 28px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.interlude-large {
  max-width: 1160px;
  margin: 0;
  font-size: clamp(52px, 9vw, 150px);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.dual-section {
  grid-template-rows: auto auto;
}

.dual-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(24px, 6vw, 90px);
  margin-top: clamp(70px, 10vw, 146px);
}

.dual-panel {
  min-height: 190px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dual-panel-right {
  text-align: right;
}

.dual-name {
  margin: 0 0 52px;
  color: var(--text) !important;
  font-size: clamp(24px, 3vw, 48px) !important;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.dual-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-transform: uppercase;
}

.dual-mark img {
  display: block;
  width: clamp(72px, 10vw, 140px);
  height: auto;
  opacity: 0.7;
}

.catalog-section,
.support-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(48px, 0.22fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 96px);
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.support-section {
  background: var(--surface);
}

.catalog-heading,
.support-heading {
  max-width: 1120px;
}

.catalog-heading h2,
.support-heading h2 {
  margin: 0;
  font-size: clamp(42px, 7vw, 112px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.release-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(68px, 10vw, 146px);
  border: 1px solid var(--line);
  background: var(--line);
}

.release-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: var(--bg);
  color: var(--text);
  text-decoration: none;
}

.release-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
}

.release-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.002);
  transition:
    filter 650ms ease,
    transform 900ms cubic-bezier(0.16, 0.84, 0.22, 1);
}

.release-card:hover .release-image img,
.release-card:focus-visible .release-image img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.055);
}

.release-copy {
  min-height: 190px;
  padding: clamp(22px, 2.5vw, 34px);
}

.release-copy p {
  margin: 0 0 34px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.release-copy h3 {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 42px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.release-copy small {
  display: block;
  margin-top: 14px;
  color: var(--quiet);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.support-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 46px);
  margin-top: clamp(68px, 10vw, 146px);
}

.support-item {
  min-height: 220px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-item > span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.support-item h3 {
  margin: 58px 0 20px;
  font-size: clamp(21px, 2vw, 32px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1;
}

.support-item p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-transform: uppercase;
}

.next-chapter {
  position: relative;
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  place-items: center;
  padding: clamp(120px, 16vw, 240px) var(--page-pad);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 30% 50%, rgba(216, 255, 62, 0.08), transparent 34%),
    linear-gradient(145deg, #0d0d0d, #030303 72%);
  isolation: isolate;
}

.next-watermark {
  position: absolute;
  z-index: -1;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(150px, 32vw, 520px);
  font-weight: 300;
  letter-spacing: -0.1em;
  line-height: 0.7;
  white-space: nowrap;
  transform: translateX(-0.04em);
  user-select: none;
}

.next-inner {
  display: grid;
  align-items: center;
  width: min(1180px, 100%);
  grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(48px, 8vw, 120px);
}

.next-cover {
  position: relative;
  width: min(100%, 520px);
  margin: 0;
  justify-self: center;
}

.next-cover-frame {
  position: relative;
  padding: clamp(7px, 1vw, 12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.025);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.64),
    0 0 90px rgba(216, 255, 62, 0.045);
}

.next-cover-frame::after {
  position: absolute;
  inset: clamp(7px, 1vw, 12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.next-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.next-cover figcaption {
  margin-top: 18px;
  color: var(--quiet);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.next-content {
  text-align: left;
}

.next-artist {
  margin: 0;
  color: var(--accent);
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.next-chapter h2 {
  margin: clamp(22px, 4vw, 48px) 0 0;
  font-size: clamp(66px, 9.2vw, 148px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.76;
  text-transform: uppercase;
}

.next-chapter h2 span {
  display: block;
  color: var(--accent);
  font-size: 0.62em;
  letter-spacing: 0.02em;
}

.next-date {
  margin: clamp(34px, 5vw, 58px) 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.next-copy {
  max-width: 560px;
  margin: 32px 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.7vw, 23px);
  font-style: italic;
  line-height: 1.55;
}

.next-copy em {
  color: var(--text);
}

.label-links {
  padding: clamp(110px, 15vw, 220px) var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(60px, 9vw, 126px);
  border-top: 1px solid var(--line);
}

.link-grid a {
  position: relative;
  display: flex;
  min-height: 230px;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  transition: background 260ms ease, color 260ms ease;
}

.link-grid a:first-child {
  border-left: 1px solid var(--line);
}

.link-grid a::after {
  position: absolute;
  top: 28px;
  right: 28px;
  content: "↗";
  font-size: 18px;
}

.link-grid a:hover,
.link-grid a:focus-visible {
  background: var(--accent);
  color: #080808;
}

.link-grid span {
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.link-grid small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.label-footer {
  display: flex;
  min-height: 108px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px var(--page-pad);
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 900ms ease,
    transform 1100ms cubic-bezier(0.16, 0.84, 0.22, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 900px) {
  .label-brand span,
  .header-back .lang-en,
  .header-back .lang-fr,
  .header-back .lang-es {
    display: none !important;
  }

  .header-back::before {
    content: "←";
    font-size: 18px;
  }

  .header-back::after {
    display: none;
  }

  .vision-section,
  .dual-section,
  .catalog-section,
  .support-section {
    grid-template-columns: 1fr;
  }

  .vision-grid {
    grid-template-columns: 1fr;
  }

  .identity-card {
    width: min(620px, 88vw);
  }

  .identity-phil {
    align-items: flex-end;
  }

  .identity-marc {
    align-items: flex-end;
  }

  .identity-phil .parallax-media img {
    object-position: 63% center;
  }

  .identity-marc .parallax-media img {
    object-position: 48% center;
  }

  .image-veil-left,
  .image-veil-right {
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.18) 40%, rgba(5, 5, 5, 0.95));
  }

  .dual-grid {
    grid-template-columns: 1fr;
  }

  .dual-panel-right {
    text-align: left;
  }

  .dual-mark {
    order: -1;
  }

  .release-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .next-inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .next-cover {
    width: min(100%, 500px);
  }

  .next-content {
    text-align: center;
  }

  .next-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .link-grid a,
  .link-grid a:first-child {
    min-height: 170px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .label-header {
    min-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .label-brand img {
    width: 30px;
    height: 30px;
  }

  .header-actions {
    gap: 12px;
  }

  .label-hero h1 {
    font-size: clamp(72px, 27vw, 130px);
  }

  .hero-statement {
    font-size: clamp(21px, 7vw, 32px);
  }

  .identity-section {
    min-height: 110svh;
    padding-right: 16px;
    padding-left: 16px;
  }

  .identity-card {
    width: 100%;
    padding: 26px 22px 30px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .identity-card h2 {
    font-size: clamp(58px, 20vw, 94px);
  }

  .identity-tags {
    letter-spacing: 0.13em;
  }

  .identity-works {
    flex-direction: column;
  }

  .interlude {
    min-height: 68svh;
  }

  .release-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .release-copy {
    min-height: 160px;
  }

  .support-item {
    min-height: 180px;
  }

  .next-chapter h2 {
    font-size: clamp(62px, 20vw, 108px);
  }

  .label-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .parallax-media {
    transform: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
