:root {
  --ink: #f7f4ee;
  --muted: #a8a7b1;
  --night: #090b12;
  --panel: #11141e;
  --line: rgba(255, 255, 255, 0.14);
  --lime: #d7ff45;
  --violet: #9a72ff;
  --coral: #ff6d54;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 12%, rgba(154, 114, 255, .18), transparent 27rem),
    radial-gradient(circle at 8% 55%, rgba(215, 255, 69, .07), transparent 24rem),
    var(--night);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  transform: translateY(-200%);
  padding: .7rem 1rem;
  background: var(--lime);
  color: #090b12;
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1.2rem, 4vw, 4rem);
  background: rgba(9, 11, 18, .75);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .3s ease, background .3s ease;
}
.site-header.scrolled { border-color: var(--line); background: rgba(9, 11, 18, .94); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 2.4rem; aspect-ratio: 1; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-size: .62rem; }
.site-nav { display: flex; align-items: center; gap: clamp(.7rem, 1.5vw, 2rem); font-size: clamp(.62rem, .72vw, .76rem); font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a { color: var(--muted); transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.site-nav .nav-cta { padding: .68rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 1.4rem; height: 1px; margin: .28rem 0; background: currentColor; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: 8rem max(1.4rem, calc((100vw - var(--max)) / 2)) 5rem;
  isolation: isolate;
}
.hero-copy { z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.6rem; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 2rem; height: 1px; background: var(--lime); }
h1, h2 { margin: 0; font-size: clamp(4rem, 9.5vw, 8.4rem); line-height: .83; letter-spacing: -.075em; text-transform: uppercase; }
h1 em, h2 em { display: inline-block; text-transform: none; letter-spacing: -.055em; }
.hero-claim { max-width: 35rem; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.35rem); letter-spacing: .02em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-width: 12rem; padding: .95rem 1.2rem; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: #11130e; }
.button-secondary { border: 1px solid var(--line); }
.button-secondary:hover { background: rgba(255, 255, 255, .06); }

.hero-visual { position: relative; z-index: 1; width: min(100%, 30rem); justify-self: end; }
.visual-frame { position: relative; aspect-ratio: 4 / 5.2; overflow: hidden; border-radius: 45% 45% 1rem 1rem; background: linear-gradient(145deg, #29223d, #10121a 50%, #2a3325); border: 1px solid var(--line); }
.visual-frame::before { content: "JÜRGEN"; position: absolute; top: 45%; left: 50%; color: rgba(255,255,255,.04); font-size: 7rem; font-weight: 900; transform: translate(-50%, -50%) rotate(-90deg); }
.visual-glow { position: absolute; width: 15rem; height: 15rem; top: 12%; left: 50%; transform: translateX(-50%); border-radius: 50%; background: var(--violet); filter: blur(70px); opacity: .65; }
.placeholder-media { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: .6rem; padding: 2rem; text-align: center; }
.placeholder-media .placeholder-icon { font-size: 4rem; color: var(--lime); }
.placeholder-media strong { font-size: 1.35rem; text-transform: uppercase; }
.placeholder-media small { max-width: 13rem; color: var(--muted); }
.now-playing { position: absolute; left: -2.3rem; right: 2.5rem; bottom: 2rem; display: flex; align-items: center; gap: 1rem; padding: .95rem 1.2rem; background: rgba(7, 9, 14, .88); border: 1px solid var(--line); backdrop-filter: blur(12px); }
.now-playing span:last-child { display: flex; flex-direction: column; }
.now-playing small { color: var(--lime); font-size: .55rem; font-weight: 800; letter-spacing: .16em; }
.now-playing strong { font-size: .82rem; }
.equalizer { display: flex; align-items: center; gap: 3px; height: 1.5rem; }
.equalizer i { display: block; width: 3px; height: 35%; background: var(--lime); animation: pulse 1s ease-in-out infinite alternate; }
.equalizer i:nth-child(2) { animation-delay: .2s; }.equalizer i:nth-child(3) { animation-delay: .4s; }.equalizer i:nth-child(4) { animation-delay: .1s; }
@keyframes pulse { to { height: 100%; } }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 28rem; height: 28rem; right: -6rem; top: 10rem; }
.orbit-two { width: 14rem; height: 14rem; right: 20rem; bottom: 2rem; border-color: rgba(215,255,69,.14); }
.scroll-hint { position: absolute; bottom: 2rem; left: max(1.4rem, calc((100vw - var(--max)) / 2)); color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.scroll-hint span { margin-left: .6rem; color: var(--lime); }

.section { position: relative; max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 11vw, 10rem) 1.4rem; border-top: 1px solid var(--line); }
.section-number { position: absolute; top: 2rem; right: 1.4rem; color: rgba(255,255,255,.16); font-size: .75rem; letter-spacing: .18em; }
.section-heading { margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-heading h2 { max-width: 900px; font-size: clamp(3.4rem, 8vw, 7.4rem); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 8vw, 8rem); }
.lead { margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3.5vw, 2.8rem); line-height: 1.2; }
.about-copy { color: var(--muted); }
.about-copy p:first-child { margin-top: 0; }
.placeholder-note { margin-top: 1.8rem; padding: 1rem 1.1rem; border-left: 2px solid var(--violet); background: rgba(154,114,255,.08); color: #cbc8d4; font-size: .86rem; }
.placeholder-note strong { color: var(--ink); }
.placeholder-note.compact { max-width: 32rem; margin-top: 2.5rem; }
.artist-profile { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; margin-top: clamp(4rem, 9vw, 8rem); padding: clamp(1rem, 2.2vw, 1.5rem); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(242,184,75,.06), rgba(143,47,53,.1)); }
.artist-portrait { position: relative; margin: 0; overflow: hidden; background: #211019; }
.artist-portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), inset 0 -5rem 5rem rgba(18,9,17,.35); pointer-events: none; }
.artist-portrait img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.artist-portrait figcaption { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: 1rem; color: #fff0d0; font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.artist-profile-copy { padding: clamp(.5rem, 2vw, 1.5rem) clamp(.5rem, 2vw, 1.5rem) clamp(.5rem, 2vw, 1.5rem) 0; }
.artist-profile-copy .eyebrow { margin-bottom: 1.2rem; }
.artist-profile-copy h3 { margin: 0; color: #fff0d0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.artist-profile-copy h3 em { display: block; }
.profile-role { max-width: 34rem; margin: 1.5rem 0 1rem; color: var(--lime); font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.35; }
.artist-profile-copy > p:last-of-type { max-width: 38rem; color: var(--muted); }
.profile-labels { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.8rem; }
.profile-labels span { padding: .48rem .75rem; border: 1px solid rgba(242,184,75,.35); border-radius: 999px; color: #f4dcae; font-size: .6rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats div { display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line); }
.stats div:last-child { border-right: 0; }
.stats strong { color: var(--lime); font-family: Georgia, serif; font-size: 2.4rem; font-weight: 400; }
.stats span { color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; align-items: start; }
.release-card:nth-child(2) { margin-top: 4rem; }
.release-card:nth-child(3) { margin-top: 8rem; }
.cover { position: relative; display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); text-align: center; }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.release-card:hover .cover img { transform: scale(1.035); }
.cover::before, .cover::after { content: ""; position: absolute; border-radius: 50%; mix-blend-mode: screen; filter: blur(1px); }
.cover-one { background: linear-gradient(135deg, #402574, #11141e 48%, #c55036); }
.cover-one::before { width: 65%; aspect-ratio: 1; background: var(--coral); left: -15%; bottom: -15%; }
.cover-one::after { width: 45%; aspect-ratio: 1; background: var(--violet); right: -5%; top: -8%; }
.cover-two { background: linear-gradient(140deg, #182310, #727f25); }
.cover-two::before { width: 80%; height: 20%; border: 2px solid var(--lime); transform: rotate(-32deg); }
.cover-two::after { width: 45%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); }
.cover-three { background: linear-gradient(145deg, #121927, #393066); }
.cover-three::before { width: 55%; aspect-ratio: 1; background: var(--violet); filter: blur(30px); }
.cover-three::after { width: 72%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.35); }
.cover > span { z-index: 1; padding: .6rem; color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; border: 1px dashed rgba(255,255,255,.4); background: rgba(0,0,0,.18); }
.play-button { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 3.2rem; aspect-ratio: 1; border: 0; border-radius: 50%; background: var(--lime); color: #11130e; cursor: pointer; transition: transform .2s ease; }
.play-button:hover { transform: scale(1.08); }
.release-meta { display: flex; justify-content: space-between; margin: 1.1rem 0 .2rem; color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.release-card h3 { margin: 0; font-size: 1.35rem; }
.release-card p { margin: .55rem 0 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }

.song-archive { max-width: var(--max); }
.library-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; margin-bottom: 2rem; }
.song-search { position: relative; display: block; width: min(100%, 30rem); }
.song-search input { width: 100%; padding: 1rem 3rem 1rem 1.1rem; border: 1px solid var(--line); border-radius: 0; outline: 0; background: rgba(255,255,255,.035); color: var(--ink); font: inherit; }
.song-search input::placeholder { color: #77737a; }
.song-search input:focus { border-color: rgba(242,184,75,.7); box-shadow: 0 0 0 3px rgba(242,184,75,.08); }
.song-search > span { position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); color: var(--lime); font-size: 1.2rem; }
.genre-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.filter-button { padding: .62rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.filter-button:hover, .filter-button:focus-visible, .filter-button.active { border-color: var(--lime); background: var(--lime); color: #1b1010; }
.library-summary { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.library-summary strong { color: var(--ink); }
.song-library-list { border-bottom: 1px solid var(--line); }
.song-row { display: grid; grid-template-columns: 8rem minmax(0, 1fr) auto; align-items: center; gap: 1.3rem; padding: 1rem .4rem; border-top: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.song-row:hover { padding-left: .9rem; padding-right: .9rem; background: rgba(255,255,255,.025); }
.song-row-cover-link { display: block; width: 8rem; overflow: hidden; }
.song-row-cover { display: block; width: 8rem; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--line); background: #1a0b12; }
.song-row-cover-link .song-row-cover { transition: transform .25s ease, filter .25s ease; }
.song-row-cover-link:hover .song-row-cover, .song-row-cover-link:focus-visible .song-row-cover { transform: scale(1.045); filter: brightness(1.12); }
.song-row-details { min-width: 0; }
.song-row-label { color: var(--lime); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.song-row h3 { margin: .08rem 0 .12rem; color: #fff0d0; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.song-row p { max-width: 48rem; margin: 0; overflow: hidden; color: var(--muted); font-size: .78rem; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.youtube-button { display: inline-flex; align-items: center; gap: .65rem; padding: .8rem 1rem; border: 1px solid rgba(255,80,70,.45); border-radius: 999px; color: #fff0e8; font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.youtube-button:hover { transform: translateY(-2px); background: rgba(255,60,50,.12); }
.youtube-button > span { display: grid; place-items: center; width: 1.5rem; height: 1.1rem; border-radius: .3rem; background: #ec3128; color: white; font-size: .55rem; }
.youtube-link-needed { border-style: dashed; }
.library-empty { padding: 2rem; border: 1px solid var(--line); color: var(--muted); text-align: center; }

.video-placeholder { position: relative; aspect-ratio: 16 / 8.2; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at center, #493460, #17131f 48%, #0b0d13); border: 1px solid var(--line); }
.video-placeholder::before { content: "JVM"; position: absolute; color: rgba(255,255,255,.045); font-size: clamp(8rem, 30vw, 25rem); font-weight: 900; letter-spacing: -.12em; }
.video-noise { position: absolute; inset: 0; opacity: .2; background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255,255,255,.04) 3px, rgba(255,255,255,.04) 4px); }
.video-play { z-index: 2; display: grid; place-items: center; width: clamp(5rem, 10vw, 7rem); aspect-ratio: 1; padding-left: .4rem; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(9,11,18,.45); color: var(--lime); font-size: 1.5rem; cursor: pointer; backdrop-filter: blur(8px); transition: transform .2s ease, background .2s ease; }
.video-play:hover { transform: scale(1.06); background: rgba(9,11,18,.75); }
.video-label { position: absolute; left: 1.5rem; bottom: 1.5rem; display: flex; flex-direction: column; }
.video-label strong { text-transform: uppercase; }
.video-label span { color: var(--muted); font-size: .8rem; }
.text-link { display: inline-flex; gap: 1rem; margin-top: 1.5rem; padding-bottom: .3rem; border-bottom: 1px solid var(--lime); font-size: .75rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.connect-intro { max-width: 35rem; color: var(--muted); font-size: 1.1rem; }
.platform-list { margin-top: 3rem; border-top: 1px solid var(--line); }
.platform { display: grid; grid-template-columns: 4rem 1fr auto; align-items: center; gap: 1rem; padding: 1.6rem .5rem; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.platform:hover { padding-left: 1.2rem; padding-right: 1.2rem; background: rgba(255,255,255,.035); }
.platform-index { color: var(--muted); font-size: .65rem; letter-spacing: .12em; }
.platform strong { font-size: clamp(1.4rem, 3vw, 2.5rem); }
.platform-arrow { display: grid; place-items: center; width: 2.8rem; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); }

.contact { max-width: none; overflow: hidden; padding-left: max(1.4rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.4rem, calc((100vw - var(--max)) / 2)); background: #0d1018; text-align: center; }
.contact .eyebrow { justify-content: center; }
.contact h2 { position: relative; z-index: 1; font-size: clamp(3.8rem, 10vw, 9rem); }
.contact > p:not(.eyebrow) { color: var(--muted); }
.contact-email { position: relative; z-index: 1; display: inline-flex; gap: 1.2rem; margin: 2rem 0 .8rem; padding-bottom: .3rem; border-bottom: 1px solid var(--lime); font-size: clamp(1rem, 2.4vw, 1.8rem); }
.contact > small { display: block; color: #777985; }
.contact-glow { position: absolute; width: 35rem; height: 35rem; left: 50%; top: 55%; transform: translate(-50%, -50%); border-radius: 50%; background: var(--violet); opacity: .13; filter: blur(85px); }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: var(--max); margin: 0 auto; padding: 2rem 1.4rem; color: var(--muted); font-size: .7rem; }
.site-footer .brand { color: var(--ink); }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 1.5rem; width: min(90vw, 30rem); padding: .9rem 1.1rem; transform: translate(-50%, 150%); border: 1px solid rgba(215,255,69,.4); background: #151923; color: var(--ink); text-align: center; font-size: .8rem; box-shadow: 0 1rem 4rem rgba(0,0,0,.4); transition: transform .3s ease; }
.toast.visible { transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.2rem 1.2rem; background: rgba(9,11,18,.98); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .9rem .2rem; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: .6rem; border-radius: 999px; text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 8.5rem; }
  .hero-visual { width: min(90%, 27rem); justify-self: center; }
  .scroll-hint { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .artist-profile { grid-template-columns: 1fr; max-width: 38rem; margin-left: auto; margin-right: auto; }
  .artist-profile-copy { padding: 1rem .5rem 1.5rem; }
  .release-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .release-card:nth-child(2), .release-card:nth-child(3) { margin-top: 0; }
  .release-card { max-width: 31rem; }
  .library-toolbar { align-items: stretch; flex-direction: column; }
  .song-search { width: 100%; }
  .genre-filters { justify-content: flex-start; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.65rem, 19vw, 5.7rem); }
  .brand > span:last-child { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .now-playing { left: -1rem; right: 1rem; }
  .stats { grid-template-columns: 1fr; }
  .artist-profile { padding: .75rem; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats div:last-child { border-bottom: 0; }
  .video-placeholder { aspect-ratio: 4 / 3; }
  .video-label { left: 1rem; bottom: 1rem; }
  .platform { grid-template-columns: 2.2rem 1fr auto; }
  .library-summary span { display: none; }
  .song-row { grid-template-columns: 7rem minmax(0, 1fr); gap: 1rem; }
  .song-row-cover-link { width: 7rem; }
  .song-row-cover { width: 7rem; height: auto; }
  .song-row p { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .youtube-button { grid-column: 1 / -1; justify-content: center; }
  .site-footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Mallorca identity refresh */
:root {
  --ink: #fff2d5;
  --muted: #c6ac9d;
  --night: #120911;
  --panel: #24101a;
  --lime: #f2b84b;
  --violet: #8f2f35;
  --coral: #ef5a35;
}

body::before {
  background:
    radial-gradient(circle at 78% 12%, rgba(175, 43, 29, .18), transparent 27rem),
    radial-gradient(circle at 8% 55%, rgba(242, 184, 75, .07), transparent 24rem),
    var(--night);
}

.brand { display: inline-flex; align-items: center; gap: .75rem; text-transform: none; }
.brand-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(242,184,75,.8);
  border-radius: 50%;
  color: #fff1d0;
  box-shadow: inset 0 0 0 3px rgba(18,9,17,.45), 0 0 1.5rem rgba(239,90,53,.16);
}
.brand-symbol img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.brand-symbol::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 22%;
  height: 1px;
  background: #f2b84b;
  box-shadow: 0 4px 0 rgba(242,184,75,.65), 0 8px 0 rgba(242,184,75,.35);
}
.brand-sun {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(#ffdc72, #ef5a35);
  opacity: .82;
}
.brand-symbol b {
  position: relative;
  z-index: 2;
  margin-top: -.08rem;
  font-family: Georgia, serif;
  font-size: .82rem;
  font-style: italic;
  letter-spacing: -.08em;
  text-shadow: 0 1px 4px #120911;
}
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 500; letter-spacing: .02em; }
.brand-name small { margin-top: .25rem; color: var(--lime); font-size: .48rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }

.hero {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 0;
  background-image: url("hero-mallorca.png");
  background-size: cover;
  background-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(14,5,13,.96) 0%, rgba(18,7,13,.78) 34%, rgba(18,7,13,.24) 65%, rgba(8,4,8,.15) 100%),
    linear-gradient(0deg, rgba(8,4,8,.78), transparent 42%);
}
.hero-copy { width: min(51rem, 68vw); padding-top: 2rem; }
.hero h1 span {
  display: block;
  color: #fff0d0;
  font-family: Georgia, serif;
  font-size: .56em;
  font-weight: 400;
  letter-spacing: -.04em;
  text-transform: none;
  text-shadow: 0 3px 24px rgba(0,0,0,.55);
}
.hero h1 em {
  display: block;
  color: #fff0d0;
  font-size: 1.08em;
  font-weight: 400;
  text-shadow: 0 3px 30px rgba(0,0,0,.7);
}
.hero-claim { margin-top: 1.6rem; color: #f5dcae; }
.hero-genres { color: var(--lime); font-family: Georgia, serif; font-size: clamp(.72rem, 1.3vw, .95rem); letter-spacing: .11em; text-transform: uppercase; }
.hero-genres i { margin: 0 .25rem; color: #ef5a35; font-style: normal; }
.catalogue-badge { display: inline-flex; align-items: center; gap: .85rem; margin-top: 1.15rem; padding: .55rem 1rem .55rem .65rem; border: 1px solid rgba(242,184,75,.48); border-radius: 999px; background: rgba(16,7,12,.62); color: #fff0d0; backdrop-filter: blur(10px); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.catalogue-badge:hover, .catalogue-badge:focus-visible { border-color: var(--lime); background: rgba(31,12,18,.9); transform: translateY(-2px); }
.catalogue-badge strong { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--lime); color: #25100e; font-family: Georgia, serif; font-size: 1.35rem; }
.catalogue-badge span { color: #f3ddc1; font-size: .7rem; line-height: 1.35; }
.catalogue-badge b { color: var(--lime); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-emblem {
  position: relative;
  display: grid;
  place-items: center;
  width: 5.2rem;
  height: 5.2rem;
  margin-bottom: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(242,184,75,.72);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(13,6,10,.32), 0 0 2rem rgba(239,90,53,.14);
}
.hero-emblem img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.hero-emblem span { position: absolute; top: .55rem; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: linear-gradient(#ffdc72, #ec4c2c); }
.hero-emblem b { position: relative; z-index: 2; font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; font-weight: 500; text-shadow: 0 2px 5px #120911; }
.hero-emblem i { position: absolute; left: .8rem; right: .8rem; bottom: 1rem; height: 1px; background: var(--lime); box-shadow: 0 5px 0 rgba(242,184,75,.62), 0 10px 0 rgba(242,184,75,.28); }

/* New Mallorca palm and sea emblem */
.brand-symbol { width: 3.2rem; border: 0; box-shadow: 0 0 1.5rem rgba(239,90,53,.14); }
.brand-symbol::after, .brand-symbol .brand-sun { display: none; }
.brand-symbol b { position: absolute; z-index: 3; top: 42%; right: 14%; margin: 0; color: #fff3d6; font-size: .68rem; text-shadow: 0 1px 4px #120911, 0 0 5px #120911; }
.hero-emblem { width: 6.2rem; height: 6.2rem; border: 0; box-shadow: 0 0 2rem rgba(239,90,53,.16); }
.hero-emblem span, .hero-emblem i { display: none; }
.hero-emblem b { position: absolute; z-index: 3; top: 42%; right: 14%; color: #fff3d6; font-size: 1.2rem; text-shadow: 0 2px 6px #120911, 0 0 8px #120911; }

.cover-one { background: linear-gradient(135deg, #6f1b23, #1e0c15 48%, #db4a24); }
.cover-two { background: linear-gradient(140deg, #3a1912, #a15923); }
.cover-three { background: linear-gradient(145deg, #1e0d1d, #76262b); }
.video-placeholder { background: radial-gradient(circle at center, #7a2728, #2b1019 48%, #130a10); }
.contact { background: #1a0b12; }
.section-action { display: flex; justify-content: center; margin-top: 3rem; }

/* Dedicated music catalogue */
.music-page { background: #12090f; }
.site-nav a.active { color: var(--lime); }
.catalogue-hero { position: relative; min-height: 32rem; display: flex; align-items: flex-end; overflow: hidden; padding: 10rem max(1.4rem, calc((100vw - var(--max)) / 2)) 4.5rem; background-image: url("hero-mallorca.png"); background-size: cover; background-position: center 67%; }
.catalogue-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,5,13,.96), rgba(18,7,13,.68) 52%, rgba(10,5,9,.18)), linear-gradient(0deg, #12090f 0%, rgba(18,9,15,.2) 55%); }
.catalogue-hero-content { position: relative; z-index: 1; max-width: 54rem; }
.back-home { display: inline-block; margin-bottom: 2.25rem; color: #f5dcae; font-size: .65rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-hero h1 { margin: .5rem 0 1rem; color: #fff0d0; font-family: Georgia, serif; font-size: clamp(3.6rem, 9vw, 8rem); font-weight: 400; line-height: .88; letter-spacing: -.06em; }
.catalogue-hero h1 strong { color: var(--lime); font-weight: 400; }
.catalogue-hero h1 em { font-weight: 400; }
.catalogue-hero-content > p:last-child { max-width: 43rem; color: #f3ddc1; font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.65; }
.releases-hero { background-position: center 60%; }
.catalogue-library { padding-top: clamp(4rem, 7vw, 7rem); }
.compact-heading { margin-bottom: 2.5rem; }
.compact-heading h2 { font-size: clamp(3rem, 7vw, 6rem); }
.top-ten-section { max-width: var(--max); padding-bottom: clamp(4rem, 8vw, 8rem); }
.ranking-date { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.ranking-date strong { color: var(--lime); }
.top-ten-list { display: grid; gap: .45rem; }
.ranking-item { display: grid; grid-template-columns: 4.5rem 8rem minmax(0, 1fr) 6rem 3rem; align-items: center; gap: 1.25rem; min-height: 6.4rem; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.022); color: var(--ink); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.ranking-item:hover, .ranking-item:focus-visible { z-index: 1; border-color: rgba(242,184,75,.55); background: rgba(242,184,75,.055); transform: translateX(.35rem); }
.ranking-item.rank-1 { border-color: rgba(242,184,75,.55); background: linear-gradient(90deg, rgba(242,184,75,.12), rgba(255,255,255,.025)); }
.ranking-number { color: rgba(255,240,208,.5); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; text-align: center; }
.rank-1 .ranking-number, .rank-2 .ranking-number, .rank-3 .ranking-number { color: var(--lime); }
.ranking-item img { display: block; width: 8rem; aspect-ratio: 16 / 9; object-fit: cover; }
.ranking-details { min-width: 0; }
.ranking-details h3 { margin: 0 0 .7rem; overflow: hidden; color: #fff0d0; font-size: clamp(1rem, 2vw, 1.35rem); text-overflow: ellipsis; white-space: nowrap; }
.ranking-meter { display: block; width: 100%; max-width: 30rem; height: 3px; overflow: hidden; background: rgba(255,255,255,.09); }
.ranking-meter i { display: block; height: 100%; background: linear-gradient(90deg, #ef5a35, var(--lime)); }
.ranking-views { display: flex; flex-direction: column; align-items: flex-end; }
.ranking-views strong { color: #fff0d0; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.ranking-views small { color: var(--muted); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
.ranking-play { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--lime); color: #25100e; font-size: .8rem; }
.ranking-note { max-width: 48rem; margin: 1.2rem 0 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }

@media (max-width: 800px) {
  .hero { padding-top: 8.5rem; background-position: 62% center; }
  .hero-copy { width: min(38rem, 86vw); }
}

@media (max-width: 560px) {
  .site-header .brand-name { display: none; }
  .hero { min-height: 760px; background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(14,5,13,.93), rgba(18,7,13,.46)), linear-gradient(0deg, rgba(8,4,8,.78), transparent 55%); }
  .hero-copy { width: 100%; }
  .hero-genres { max-width: 19rem; line-height: 1.9; }
  .catalogue-badge { margin-top: .7rem; }
  .catalogue-hero { min-height: 29rem; padding-top: 8rem; padding-bottom: 3rem; background-position: 62% center; }
}

/* Artist portrait in the first viewport and extended song library */
.hero-person { position: absolute; z-index: 3; right: max(.9rem, calc((100vw - var(--max)) / 2)); top: clamp(7.5rem, 17vh, 11rem); display: flex; align-items: center; gap: 1rem; padding: .7rem 1.1rem .7rem .7rem; border: 1px solid rgba(255,255,255,.18); background: rgba(16,7,12,.76); backdrop-filter: blur(12px); box-shadow: 0 1rem 4rem rgba(0,0,0,.3); }
.hero-person img { display: block; width: clamp(8rem, 14vw, 12rem); aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(242,184,75,.55); }
.hero-person div { display: flex; flex-direction: column; max-width: 10rem; }
.hero-person strong { color: #fff0d0; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.1; }
.hero-person span { margin-top: .45rem; color: var(--lime); font-size: .52rem; font-weight: 800; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.video-placeholder iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.load-more-button { display: block; margin: 2rem auto 0; padding: .9rem 1.3rem; border: 1px solid var(--lime); border-radius: 999px; background: transparent; color: var(--lime); cursor: pointer; font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.load-more-button:hover, .load-more-button:focus-visible { background: var(--lime); color: #1b1010; }

@media (max-width: 800px) {
  .hero { flex-direction: column; align-items: flex-start; justify-content: center; }
  .hero-person { position: relative; right: auto; top: auto; align-self: flex-end; margin-top: 1.25rem; }
  .hero-person img { width: 5.5rem; }
  .ranking-item { grid-template-columns: 3rem 7rem minmax(0, 1fr) 5rem; gap: .8rem; }
  .ranking-item img { width: 7rem; }
  .ranking-play { display: none; }
}

@media (max-width: 560px) {
  .hero-person { width: auto; max-width: 100%; padding: .5rem .8rem .5rem .5rem; }
  .hero-person img { width: 4.5rem; }
  .hero-person strong { font-size: 1rem; }
  .ranking-date { align-items: flex-start; flex-direction: column; }
  .ranking-item { grid-template-columns: 2.5rem 5.5rem minmax(0, 1fr); min-height: 5rem; padding: .55rem; }
  .ranking-item img { width: 5.5rem; }
  .ranking-views { grid-column: 3; align-items: flex-start; flex-direction: row; gap: .35rem; margin-top: -.45rem; }
  .ranking-views strong { font-size: 1rem; }
  .ranking-details h3 { margin-bottom: .45rem; }
}
