:root {
  /* dompe.de build: six platform links */
  --bg: #090909;
  --bg-soft: #141414;
  --panel: #1d1d1b;
  --text: #f5f2ea;
  --muted: #bdb6a6;
  --line: rgba(245, 242, 234, 0.14);
  --acid: #d5ff3f;
  --fruit: #ff5c27;
  --blue: #37d2ff;
  --max: 1180px;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.5;
}

body::before {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 7px 7px, 11px 11px;
  content: "";
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  position: fixed;
  z-index: 100;
}

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

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

.site-header {
  align-items: center;
  background: rgba(9, 9, 9, 0.82);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 28px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  transition: background 180ms ease, height 180ms ease;
}

.site-header.scrolled {
  background: rgba(9, 9, 9, 0.94);
  height: 64px;
}

.brand {
  align-items: center;
  display: inline-flex;
  height: 38px;
  width: 112px;
}

.brand img {
  filter: invert(1);
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}

.site-nav,
.header-actions,
.language-switch {
  align-items: center;
  display: flex;
}

.site-nav {
  gap: 28px;
}

.site-nav a,
.mobile-nav a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a:hover,
.mobile-nav a:hover,
.site-nav a.active,
.mobile-nav a.active {
  color: var(--text);
}

.header-actions {
  gap: 16px;
}

.header-booking,
.mobile-booking {
  align-items: center;
  background: var(--acid);
  border-radius: 999px;
  color: #080808;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  text-transform: uppercase;
}

.language-switch {
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.language-switch button {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  padding: 8px 11px;
}

.language-switch button.active {
  background: var(--acid);
  color: #080808;
}

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 40px;
  padding: 0;
  width: 40px;
}

.menu-toggle span {
  background: var(--text);
  display: block;
  height: 2px;
  margin: 6px auto;
  width: 24px;
}

.mobile-nav {
  background: rgba(9, 9, 9, 0.96);
  border-bottom: 1px solid var(--line);
  display: none;
  left: 0;
  padding: 92px 28px 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
}

.mobile-nav.open {
  display: grid;
  gap: 18px;
}

.mobile-booking {
  margin-top: 4px;
  width: max-content;
}

.hero {
  background: #090909;
  border-bottom: 1px solid var(--line);
  min-height: 78vh;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.7) 0%, rgba(9, 9, 9, 0.2) 44%, rgba(9, 9, 9, 0.58) 100%),
    linear-gradient(180deg, rgba(9, 9, 9, 0.42) 0%, rgba(9, 9, 9, 0.08) 42%, #090909 100%),
    url("assets/images/dompe-hero-current.jpg") center 30% / cover no-repeat;
  content: "";
  filter: saturate(0.98) contrast(1.08) brightness(1.22);
  inset: 0;
  opacity: 0.74;
  position: absolute;
  transform: scale(1.03);
  z-index: 0;
  -webkit-mask-image: radial-gradient(ellipse at 60% 34%, #000 0%, #000 58%, rgba(0, 0, 0, 0.7) 76%, transparent 100%);
  mask-image: radial-gradient(ellipse at 60% 34%, #000 0%, #000 58%, rgba(0, 0, 0, 0.7) 76%, transparent 100%);
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 94%),
    radial-gradient(circle at 50% 35%, rgba(213, 255, 63, 0.08), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-content {
  max-width: 860px;
  padding: 180px 28px 150px;
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--acid);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: var(--font-display);
  font-size: clamp(5rem, 17vw, 12rem);
  line-height: 0.8;
  margin-bottom: 24px;
}

.hero-logo-wrap {
  margin-bottom: 28px;
}

.hero-logo {
  filter: invert(1) drop-shadow(0 10px 34px rgba(0, 0, 0, 0.5));
  width: min(74vw, 760px);
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.95;
  margin-bottom: 0;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-bottom: 14px;
}

.hero-copy {
  color: var(--text);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  max-width: 680px;
}

.hero-actions,
.label-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible,
.platform-strip a:hover,
.platform-strip a:focus-visible,
.listen-links a:hover,
.listen-links a:focus-visible,
.contact-links a:hover,
.contact-links a:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--acid);
  color: #090909;
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
}

.button.secondary:hover {
  border-color: rgba(245, 242, 234, 0.42);
}

.hero-panel {
  bottom: 38px;
  display: grid;
  gap: 10px;
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  width: min(330px, calc(100% - 56px));
  z-index: 3;
}

.hero-panel span {
  background: rgba(20, 20, 20, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font-weight: 800;
  padding: 14px 16px;
}

.platform-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.platform-strip a {
  color: var(--muted);
  font-weight: 900;
  padding: 22px 14px;
  text-align: center;
  text-transform: uppercase;
}

.platform-strip a + a {
  border-left: 1px solid var(--line);
}

.platform-strip a:hover,
.platform-strip a:focus-visible {
  background: var(--acid);
  color: #080808;
}

.marquee-band {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-band-acid {
  background: var(--acid);
  color: #090909;
}

.marquee-band-dark {
  background: #050505;
  color: var(--fruit);
}

.marquee-track {
  animation: marquee-left 22s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.marquee-track-reverse {
  animation-direction: reverse;
  animation-duration: 26s;
}

.marquee-track span {
  display: inline-flex;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
  padding: 14px 18px;
  text-transform: uppercase;
}

.marquee-band:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333%, 0, 0);
  }
}

.section,
.label-section,
.contact-section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 104px 28px;
}

.intro-grid,
.bio-section,
.contact-section {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.booker-snapshot {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.booker-snapshot article {
  min-height: 168px;
  padding: 24px max(20px, calc((100vw - var(--max)) / 2 / 4));
}

.booker-snapshot article + article {
  border-left: 1px solid var(--line);
}

.booker-snapshot span {
  color: var(--fruit);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.booker-snapshot strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.02;
}

.intro-copy p,
.label-copy p,
.bio-section p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  margin-bottom: 36px;
  max-width: 820px;
}

.release-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.listen-panel {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 22px;
  padding: 22px;
}

.listen-panel h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  margin: 0;
  max-width: 680px;
}

.listen-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.listen-stack {
  display: grid;
  gap: 12px;
  justify-items: end;
  min-width: min(100%, 360px);
}

.listen-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 900;
  padding: 10px 13px;
  text-transform: uppercase;
}

.listen-links a:hover {
  background: var(--acid);
  color: #080808;
}

.traxx-highlight {
  align-items: center;
  background: #080808;
  border: 1px solid rgba(207, 255, 47, 0.34);
  border-radius: 8px;
  color: var(--text);
  display: grid;
  gap: 12px;
  grid-template-columns: 56px minmax(0, 1fr);
  max-width: 360px;
  padding: 12px;
  transition: border-color 160ms ease, transform 160ms ease;
  width: 100%;
}

.traxx-highlight:hover {
  border-color: var(--acid);
  transform: translateY(-2px);
}

.traxx-highlight img {
  aspect-ratio: 1;
  display: block;
  width: 56px;
}

.traxx-highlight span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.traxx-highlight small,
.traxx-highlight em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.traxx-highlight strong {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.release-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease;
}

.release-card:hover {
  border-color: rgba(213, 255, 63, 0.5);
  transform: translateY(-3px);
}

.release-card img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.release-card div {
  padding: 18px;
}

.release-card p {
  color: var(--fruit);
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.release-card a {
  color: var(--acid);
  font-weight: 900;
}

.label-section {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 54px;
  grid-template-columns: 0.9fr 1.1fr;
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
}

.label-visual {
  align-items: center;
  background: #050505;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 26px;
}

.label-visual img {
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: contain;
  width: 100%;
}

.label-visual img {
  animation: logo-drift 28s linear infinite;
  will-change: transform;
}

.label-visual img:nth-child(2) {
  animation-direction: reverse;
  animation-duration: 34s;
}

@keyframes logo-drift {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.bio-section img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.press-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.press-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 150px;
  padding: 18px;
  transition: border-color 160ms ease, transform 160ms ease;
}

a.press-item:hover {
  border-color: rgba(55, 210, 255, 0.48);
  transform: translateY(-3px);
}

.press-item span {
  color: var(--blue);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 32px;
}

.press-item strong {
  display: block;
  font-size: 1.05rem;
}

.press-item.muted {
  color: var(--muted);
}

.contact-section {
  align-items: start;
  background: var(--acid);
  color: #070707;
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
}

.contact-section .section-kicker {
  color: #070707;
}

.contact-links {
  display: grid;
  gap: 14px;
}

.contact-links a {
  background: rgba(7, 7, 7, 0.08);
  border-radius: 8px;
  color: #070707;
  display: grid;
  font-weight: 800;
  padding: 18px;
}

.contact-links span {
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.legal-section {
  color: var(--muted);
}

.legal-section .section-heading {
  margin-bottom: 24px;
}

.legal-section h2 {
  color: var(--text);
}

.legal-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.legal-grid h3 {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1rem;
  margin: 0 0 14px;
}

.legal-grid p {
  line-height: 1.65;
  margin: 0 0 14px;
}

.legal-grid p:last-child {
  margin-bottom: 0;
}

.legal-grid a {
  color: var(--acid);
  font-weight: 800;
}

.site-footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 28px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .header-booking {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: 88vh;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 9, 9, 0.5) 0%, rgba(9, 9, 9, 0.16) 38%, #090909 100%),
      url("assets/images/dompe-hero-current.jpg") center top / cover no-repeat;
    opacity: 0.62;
    -webkit-mask-image: radial-gradient(ellipse at 50% 28%, #000 0%, #000 52%, rgba(0, 0, 0, 0.66) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse at 50% 28%, #000 0%, #000 52%, rgba(0, 0, 0, 0.66) 72%, transparent 100%);
  }

  .hero-content {
    padding-bottom: 240px;
    padding-top: 140px;
  }

  .hero-panel {
    left: 28px;
    right: 28px;
  }

  .platform-strip,
  .booker-snapshot,
  .release-grid,
  .press-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booker-snapshot article:nth-child(2n + 1) {
    border-left: 0;
  }

  .booker-snapshot article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .listen-panel {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .listen-links {
    justify-content: flex-start;
  }

  .intro-grid,
  .bio-section,
  .label-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .label-visual {
    margin: 0 auto;
    max-width: 680px;
  }

  .bio-section img {
    max-height: 680px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0 18px;
  }

  .language-switch button {
    padding: 7px 9px;
  }

  .hero-content,
  .section,
  .label-section,
  .contact-section,
  .legal-section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section,
  .label-section,
  .contact-section {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  .legal-section {
    padding-bottom: 62px;
    padding-top: 62px;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 9, 9, 0.54) 0%, rgba(9, 9, 9, 0.22) 36%, #090909 100%),
      url("assets/images/dompe-hero-mobile.jpg") center 12% / cover no-repeat;
    opacity: 0.54;
    transform: scale(1.06);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 54%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 54%, transparent 100%);
  }

  .hero-content {
    padding-bottom: 32px;
    padding-top: 128px;
  }

  .hero-logo-wrap {
    margin-bottom: 20px;
  }

  .hero-logo {
    width: min(82vw, 330px);
  }

  .hero-copy {
    font-size: 1.1rem;
    line-height: 1.42;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    bottom: auto;
    left: 18px;
    margin-bottom: 22px;
    position: relative;
    right: 18px;
    width: calc(100% - 36px);
  }

  .hero-panel span {
    padding: 12px 14px;
  }

  .platform-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 18px;
    scrollbar-width: none;
  }

  .marquee-track span {
    padding: 11px 14px;
  }

  .platform-strip::-webkit-scrollbar {
    display: none;
  }

  .platform-strip a {
    border: 1px solid var(--line);
    border-radius: 999px;
    flex: 0 0 auto;
    font-size: 0.75rem;
    padding: 10px 13px;
  }

  .platform-strip a + a {
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line);
  }

  .release-grid,
  .booker-snapshot,
  .press-grid {
    grid-template-columns: 1fr;
  }

  .booker-snapshot article {
    border-left: 0;
    min-height: auto;
    padding: 22px 18px;
  }

  .booker-snapshot article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .listen-panel {
    padding: 18px;
  }

  .listen-links {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .listen-stack {
    justify-items: stretch;
    width: 100%;
  }

  .traxx-highlight {
    max-width: none;
  }

  .listen-links a {
    text-align: center;
  }

  .release-grid {
    gap: 12px;
  }

  .release-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .release-card img {
    height: 100%;
    min-height: 104px;
  }

  .release-card div {
    align-content: center;
    display: grid;
    padding: 14px;
  }

  .release-card h3 {
    margin-bottom: 8px;
  }

  .press-grid {
    gap: 12px;
  }

  .press-item {
    min-height: auto;
    padding: 16px;
  }

  .press-item span {
    margin-bottom: 18px;
  }

  .label-visual {
    gap: 14px;
    padding: 16px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

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

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

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

  .marquee-track {
    animation: none;
    transform: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
