:root{
  --bg:#030713;
  --panel:rgba(255,255,255,.075);
  --panel-strong:rgba(255,255,255,.12);
  --text:#f5f7fb;
  --muted:#aab2c5;
  --line:rgba(255,255,255,.16);
  --gold:#ffd85a;
  --red:#ff3b30;
  --blue:#5ac8fa;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:radial-gradient(circle at 25% 0%,rgba(90,200,250,.18),transparent 34%),radial-gradient(circle at 80% 12%,rgba(255,216,90,.18),transparent 30%),linear-gradient(180deg,#02040b 0%,var(--bg) 48%,#010208 100%);color:var(--text);min-height:100vh;overflow-x:hidden}
a{color:inherit;text-decoration:none}.grain{position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E");mix-blend-mode:soft-light}.nav{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:18px clamp(20px,5vw,72px);backdrop-filter:blur(22px);background:rgba(3,7,19,.62);border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center;font-weight:700;letter-spacing:.02em}.mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--gold),#fff2ad);color:#111;box-shadow:0 12px 40px rgba(255,216,90,.25)}nav{display:flex;gap:22px;align-items:center;color:var(--muted);font-size:14px}.pill{padding:10px 16px;border:1px solid var(--line);border-radius:999px;color:var(--text);background:var(--panel)}main{padding:0 clamp(20px,5vw,72px)}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;min-height:calc(100vh - 84px);padding:52px 0}.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.18em;color:var(--blue);font-weight:700;font-size:12px}.hero h1{margin:0;font-size:clamp(58px,10vw,136px);line-height:.86;letter-spacing:-.08em}.lead{max-width:680px;color:var(--muted);font-size:clamp(20px,2.4vw,32px);line-height:1.22;margin:28px 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:var(--text);color:#05070d;font-weight:700;box-shadow:0 18px 55px rgba(255,255,255,.12)}.button.ghost{background:var(--panel);color:var(--text);border:1px solid var(--line);box-shadow:none}.button.small{padding:11px 16px;font-size:14px}.hero-card{position:relative;border-radius:40px;overflow:hidden;background:var(--panel);border:1px solid var(--line);box-shadow:0 35px 120px rgba(0,0,0,.5);transform:rotate(2deg)}.hero-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.section{padding:74px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section h2{margin:0;font-size:clamp(38px,6vw,84px);letter-spacing:-.055em}.release-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.release-card{overflow:hidden;border-radius:34px;background:linear-gradient(180deg,var(--panel-strong),rgba(255,255,255,.045));border:1px solid var(--line);box-shadow:0 22px 80px rgba(0,0,0,.28);transition:transform .25s ease, border-color .25s ease}.release-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.28)}.release-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.release-info{padding:28px;display:flex;flex-direction:column;justify-content:center;min-height:270px}.tag{color:var(--gold);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.release-info h3{font-size:clamp(32px,4vw,72px);line-height:.94;letter-spacing:-.055em;margin:8px 0 18px}.meta{color:var(--muted);line-height:1.65;margin-bottom:26px}.stream-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto}.stream-button{display:flex;align-items:center;gap:10px;min-height:46px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.15);color:var(--text);font-size:14px;font-weight:750;letter-spacing:-.01em;transition:transform .2s ease,background .2s ease,border-color .2s ease}.stream-button:hover{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.28)}.icon{position:relative;display:inline-grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:9px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.13)}.icon.music:before{content:"♪";font-size:17px;line-height:1}.icon.play:before{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid var(--text);margin-left:2px}.icon.waves:before{content:"≋";font-size:20px;line-height:1;transform:rotate(-8deg)}.icon.smile:before{content:"⌣";font-size:22px;line-height:1;transform:translateY(-4px)}
.label-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;margin-bottom:34px;padding:42px;border:1px solid var(--line);border-radius:38px;background:linear-gradient(135deg,rgba(255,216,90,.11),rgba(90,200,250,.08),rgba(255,255,255,.04))}.label-panel p:last-child{color:var(--muted);font-size:22px;line-height:1.45;margin:0}.imprint-panel{margin-bottom:58px;padding:42px;border:1px solid var(--line);border-radius:38px;background:rgba(255,255,255,.045)}.imprint-panel h2{margin-bottom:28px}.imprint-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;color:var(--muted);line-height:1.65}.imprint-grid h3{color:var(--text);margin:0 0 10px}.imprint-grid p{margin:0 0 22px}.source-note{font-size:13px;color:rgba(170,178,197,.72)}footer{padding:34px clamp(20px,5vw,72px);color:var(--muted);border-top:1px solid var(--line)}
.platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto}.platform-link{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 12px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.065);color:var(--text);font-weight:750;font-size:14px;letter-spacing:-.01em;transition:transform .2s ease,background .2s ease,border-color .2s ease}.platform-link:hover{transform:translateY(-2px);background:rgba(255,255,255,.105);border-color:rgba(255,255,255,.28)}.platform-mark{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:9px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.68));color:#05070d;font-size:11px;font-weight:900;text-transform:uppercase}.platform-link:nth-child(3) .platform-mark,.platform-link:nth-child(4) .platform-mark{font-size:12px}
@media (max-width:900px){.hero,.release-grid,.label-panel,.imprint-grid{grid-template-columns:1fr}.hero{min-height:auto;padding-top:40px}.hero-card{transform:none}.nav{align-items:flex-start}nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.section{padding:48px 0}}
@media (max-width:700px){.stream-links{grid-template-columns:1fr}}
@media (max-width:560px){.platforms{grid-template-columns:1fr}.nav{padding:14px 18px}.brand span:last-child{display:none}main{padding:0 18px}.hero h1{font-size:58px}.lead{font-size:20px}.release-info{padding:24px}.stream-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto}.stream-button{display:flex;align-items:center;gap:10px;min-height:46px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.15);color:var(--text);font-size:14px;font-weight:750;letter-spacing:-.01em;transition:transform .2s ease,background .2s ease,border-color .2s ease}.stream-button:hover{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.28)}.icon{position:relative;display:inline-grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:9px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.13)}.icon.music:before{content:"♪";font-size:17px;line-height:1}.icon.play:before{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid var(--text);margin-left:2px}.icon.waves:before{content:"≋";font-size:20px;line-height:1;transform:rotate(-8deg)}.icon.smile:before{content:"⌣";font-size:22px;line-height:1;transform:translateY(-4px)}
.label-panel{padding:26px}.label-panel p:last-child{font-size:18px}nav a:not(.pill){display:none}}


/* v5: Streaming logo placeholders with rounded glass containers */
.logo-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:auto;
}
.logo-button{
  width:64px;
  height:64px;
  min-height:64px;
  padding:0;
  justify-content:center;
  align-items:center;
  border-radius:18px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 10px 30px rgba(0,0,0,.18);
  overflow:hidden;
  backdrop-filter:blur(14px);
}
.logo-button img{
  display:block;
  width:auto;
  height:auto;
  max-width:42px;
  max-height:42px;
  object-fit:contain;
  border-radius:10px;
}
.logo-button:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.30);
}
@media (max-width:700px){
  .logo-links{display:flex;gap:10px;}
  .logo-button{width:58px;height:58px;min-height:58px;border-radius:16px;}
  .logo-button img{max-width:38px;max-height:38px;border-radius:9px;}
}
@media (max-width:380px){
  .logo-button{width:54px;height:54px;min-height:54px;border-radius:15px;}
  .logo-button img{max-width:35px;max-height:35px;}
}


/* v6: long streaming buttons with original logos + labels */
.logo-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:auto;
}
.logo-button{
  width:auto;
  height:auto;
  min-height:54px;
  padding:10px 14px;
  justify-content:flex-start;
  align-items:center;
  gap:12px;
  border-radius:18px;
  background:rgba(255,255,255,.085);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 10px 30px rgba(0,0,0,.16);
  overflow:hidden;
  backdrop-filter:blur(14px);
}
.logo-button img{
  display:block;
  flex:0 0 34px;
  width:34px;
  height:34px;
  max-width:34px;
  max-height:34px;
  object-fit:contain;
  border-radius:10px;
}
.logo-button span{
  display:block;
  color:var(--text);
  font-size:14px;
  font-weight:750;
  letter-spacing:-.01em;
  line-height:1.1;
  white-space:nowrap;
}
.logo-button:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.30);
}
@media (max-width:700px){
  .logo-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .logo-button{min-height:52px;padding:10px 12px;border-radius:17px;gap:10px;}
  .logo-button img{flex-basis:32px;width:32px;height:32px;max-width:32px;max-height:32px;border-radius:9px;}
  .logo-button span{font-size:13px;}
}
@media (max-width:380px){
  .logo-links{grid-template-columns:1fr;}
}

/* v7: responsive fix for long streaming buttons on iPhone/iPad */
.release-card,
.release-info,
.logo-links,
.logo-button{
  min-width:0;
}
.logo-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(180px,1fr));
  gap:10px;
}
.logo-button{
  width:100%;
  min-height:54px;
  padding:10px 12px;
  gap:10px;
  overflow:visible;
}
.logo-button img{
  flex:0 0 clamp(28px,3vw,34px);
  width:clamp(28px,3vw,34px);
  height:clamp(28px,3vw,34px);
  max-width:34px;
  max-height:34px;
  object-fit:contain;
}
.logo-button span{
  min-width:0;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  font-size:clamp(12px,1.35vw,14px);
  line-height:1.1;
}
@media (min-width:901px) and (max-width:1180px){
  .logo-links{grid-template-columns:1fr;}
  .logo-button{min-height:52px;}
}
@media (max-width:700px){
  .logo-links{grid-template-columns:1fr;}
  .logo-button{min-height:52px;padding:10px 12px;}
  .logo-button img{flex-basis:30px;width:30px;height:30px;max-width:30px;max-height:30px;}
  .logo-button span{font-size:13px;}
}
@media (max-width:380px){
  .logo-links{grid-template-columns:1fr;}
  .logo-button{min-height:50px;padding:9px 11px;gap:9px;}
  .logo-button img{flex-basis:28px;width:28px;height:28px;max-width:28px;max-height:28px;}
  .logo-button span{font-size:12.5px;}
}

/* v9: HUY logo in navigation + favicon support */
.mark{
  overflow:hidden;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(90,200,250,.35);
  box-shadow:0 0 24px rgba(90,200,250,.18), inset 0 1px 0 rgba(255,255,255,.10);
}
.mark img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
}
@media (max-width:560px){
  .mark{width:42px;height:42px;border-radius:14px;}
}


/* v11: Hero Slider / Carousel */
.hero-slider{
  position:relative;
  border-radius:40px;
  overflow:hidden;
  background:var(--panel);
  border:1px solid var(--line);
  box-shadow:0 35px 120px rgba(0,0,0,.5);
  transform:rotate(2deg);
  touch-action:pan-y;
  isolation:isolate;
}
.hero-slider-viewport{
  overflow:hidden;
  width:100%;
}
.hero-slider-track{
  display:flex;
  transition:transform .48s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.hero-slide{
  flex:0 0 100%;
  margin:0;
  aspect-ratio:1/1;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.hero-slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
.hero-arrow{
  position:absolute;
  top:50%;
  z-index:3;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  transform:translateY(-50%);
  background:rgba(5,8,17,.48);
  color:var(--text);
  font-size:34px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  backdrop-filter:blur(16px);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.hero-arrow:hover{
  background:rgba(255,255,255,.15);
  border-color:rgba(255,255,255,.32);
}
.hero-arrow-prev{left:16px;}
.hero-arrow-next{right:16px;}
.hero-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  z-index:4;
  display:flex;
  gap:8px;
  transform:translateX(-50%);
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}
.hero-dot{
  width:24px;
  height:5px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.38);
  padding:0;
  cursor:pointer;
  transition:width .2s ease,background .2s ease,opacity .2s ease;
}
.hero-dot.is-active{
  width:38px;
  background:linear-gradient(90deg,var(--gold),#fff1a8);
}
@media (max-width:900px){
  .hero-slider{transform:none;border-radius:34px;}
  .hero-arrow{display:none;}
  .hero-dots{bottom:14px;}
  .hero-dot{width:22px;height:5px;}
  .hero-dot.is-active{width:34px;}
}
@media (max-width:560px){
  .hero-slider{border-radius:28px;}
  .hero-dots{bottom:12px;gap:7px;padding:7px 9px;}
  .hero-dot{width:20px;height:4px;}
  .hero-dot.is-active{width:30px;}
}
@media (prefers-reduced-motion:reduce){
  .hero-slider-track{transition:none;}
}

/* v13: Instagram / artist strip */
.artists-section{
  padding-top:48px;
}
.artist-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,420px));
  gap:18px;
}
.artist-card{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:18px;
  max-width:420px;
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,216,90,.11),rgba(255,255,255,.055),rgba(255,45,146,.07));
  box-shadow:0 18px 60px rgba(0,0,0,.20);
}
.artist-avatar{
  width:96px;
  height:96px;
  border-radius:22px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 14px 42px rgba(0,0,0,.24);
}
.artist-info h3{
  margin:4px 0 8px;
  font-size:clamp(28px,2.8vw,40px);
  line-height:.98;
  letter-spacing:-.045em;
}
.artist-info .meta{
  max-width:520px;
  margin-bottom:14px;
}
.social-button,
.social-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.085);
  color:var(--text);
  border-radius:999px;
  font-weight:750;
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.social-button{
  padding:11px 16px;
}
.social-pill{
  padding:12px 16px;
  flex:0 0 auto;
}
.social-button:hover,
.social-pill:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.30);
}
.social-button img,
.social-pill img{
  width:24px;
  height:24px;
  border-radius:9px;
  object-fit:cover;
  flex:0 0 auto;
}
.label-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
}
.label-copy p{
  color:var(--muted);
  font-size:22px;
  line-height:1.45;
  margin:0;
}
.label-social{
  margin-top:2px;
}
@media (max-width:900px){
  .artist-grid{grid-template-columns:minmax(0,1fr);}
  .artist-card{grid-template-columns:96px minmax(0,1fr);max-width:none;border-radius:30px;}
}
@media (max-width:560px){
  .artists-section{padding-top:42px;}
  .artists-head{display:block;}
  .artist-card{grid-template-columns:1fr;padding:20px;border-radius:28px;}
  .artist-avatar{width:96px;height:96px;border-radius:22px;}
  .social-button{width:100%;}
  .imprint-panel{padding:26px 20px;margin-left:-2px;margin-right:-2px;border-radius:28px;}
  .imprint-grid{gap:20px;}
  .imprint-grid p{overflow-wrap:anywhere;}
}


/* v15: stable desktop artist strip + rounded Instagram icons */
.artists-section{
  padding-top:52px !important;
}
.artist-grid{
  display:block !important;
  width:100% !important;
}
.artist-card,
.artist-card.featured-artist{
  width:100% !important;
  max-width:none !important;
  display:grid !important;
  grid-template-columns:104px minmax(0,1fr) !important;
  align-items:center !important;
  gap:22px !important;
  padding:20px 22px !important;
  border-radius:32px !important;
  box-sizing:border-box !important;
}
.artist-card > img.artist-avatar,
img.artist-avatar{
  width:104px !important;
  height:104px !important;
  max-width:104px !important;
  max-height:104px !important;
  min-width:104px !important;
  min-height:104px !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
  border-radius:24px !important;
  display:block !important;
}
.artist-info h3{
  font-size:clamp(32px,3.2vw,52px) !important;
  line-height:.96 !important;
  margin:4px 0 10px !important;
}
.artist-info .meta{
  margin-bottom:14px !important;
  max-width:760px !important;
}
.social-button img,
.social-pill img,
.label-social img{
  width:24px !important;
  height:24px !important;
  max-width:24px !important;
  max-height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  object-fit:cover !important;
  border-radius:8px !important;
  overflow:hidden !important;
  display:block !important;
}
.label-social{
  width:auto !important;
}
@media (min-width:901px){
  .artists-section .section-head{margin-bottom:18px !important;}
  .artist-card,
  .artist-card.featured-artist{
    min-height:148px !important;
  }
}
@media (max-width:900px){
  .artist-card,
  .artist-card.featured-artist{
    grid-template-columns:96px minmax(0,1fr) !important;
    gap:18px !important;
    padding:18px !important;
  }
  .artist-card > img.artist-avatar,
  img.artist-avatar{
    width:96px !important;
    height:96px !important;
    max-width:96px !important;
    max-height:96px !important;
    min-width:96px !important;
    min-height:96px !important;
    border-radius:22px !important;
  }
}
@media (max-width:560px){
  .artist-card,
  .artist-card.featured-artist{
    grid-template-columns:76px minmax(0,1fr) !important;
    gap:14px !important;
    padding:16px !important;
    border-radius:26px !important;
  }
  .artist-card > img.artist-avatar,
  img.artist-avatar{
    width:76px !important;
    height:76px !important;
    max-width:76px !important;
    max-height:76px !important;
    min-width:76px !important;
    min-height:76px !important;
    border-radius:18px !important;
  }
  .artist-info h3{
    font-size:clamp(28px,9vw,36px) !important;
  }
  .artist-info .meta{
    display:none !important;
  }
  .social-button{
    width:auto !important;
    padding:10px 13px !important;
  }
}

/* v18: 3-release grid + bottom-aligned streaming buttons */
@media (min-width: 1180px){
  .release-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    align-items:stretch !important;
  }
}
.release-card{
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
}
.release-card > img{
  flex:0 0 auto !important;
}
.release-info{
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
}
.release-info .stream-links,
.release-info .logo-links{
  margin-top:auto !important;
}
.logo-button.is-disabled,
.stream-button.is-disabled{
  opacity:.56 !important;
  cursor:not-allowed !important;
  filter:saturate(.65) grayscale(.1) !important;
}
.logo-button.is-disabled:hover,
.stream-button.is-disabled:hover{
  transform:none !important;
  background:rgba(255,255,255,.085) !important;
  border-color:rgba(255,255,255,.15) !important;
}
.logo-button small{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:11px;
  line-height:1.05;
  font-weight:700;
}


/* v19: release text alignment + hero autoplay support */
@media (min-width:1180px){
  .release-info h3{
    min-height:2.05em !important;
    display:flex !important;
    align-items:flex-start !important;
  }
  .release-info .meta{
    min-height:3.35em !important;
    margin-bottom:26px !important;
  }
}
@media (min-width:1180px) and (max-width:1320px){
  .release-info h3{
    font-size:clamp(32px,3.45vw,58px) !important;
  }
}


/* v20: iPad portrait/iPhone landscape panel padding + iPad landscape streaming button fit */
@media (max-width:900px){
  .section.label-panel,
  .section.imprint-panel{
    padding:clamp(26px,5vw,42px) !important;
    margin-left:0 !important;
    margin-right:0 !important;
    width:100% !important;
  }
  .label-panel h2,
  .imprint-panel h2,
  .label-copy p,
  .imprint-grid p{
    overflow-wrap:anywhere !important;
  }
}
@media (max-width:560px){
  .section.label-panel,
  .section.imprint-panel{
    padding:26px 20px !important;
    border-radius:28px !important;
  }
}
@media (min-width:1180px) and (max-width:1400px){
  .release-info{
    padding:24px !important;
  }
  .release-info .logo-links{
    grid-template-columns:1fr !important;
    gap:9px !important;
  }
  .release-info .logo-button{
    min-height:50px !important;
    padding:9px 12px !important;
  }
  .release-info .logo-button img{
    flex-basis:30px !important;
    width:30px !important;
    height:30px !important;
    max-width:30px !important;
    max-height:30px !important;
  }
  .release-info .logo-button span{
    font-size:13.5px !important;
  }
}


/* v23: DJ HUY artist/release additions */
.artist-card + .artist-card{
  margin-top:18px !important;
}
@media (min-width:1180px){
  .release-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}
@media (min-width:1180px) and (max-width:1500px){
  .release-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}


/* v25: clickable hero slides + video modal */
.hero-slide-link{
  display:block;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  border:0;
  color:inherit;
  background:transparent;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  font:inherit;
  text-align:inherit;
}
.hero-slide-link img{
  transition:transform .35s ease, filter .35s ease;
}
.hero-slide-link:hover img,
.hero-slide-link:focus-visible img{
  transform:scale(1.025);
  filter:brightness(.92);
}
.hero-slide-overlay{
  position:absolute;
  left:50%;
  bottom:64px;
  z-index:2;
  transform:translateX(-50%) translateY(6px);
  padding:10px 15px;
  border-radius:999px;
  background:rgba(3,7,19,.62);
  border:1px solid rgba(255,255,255,.18);
  color:var(--text);
  font-weight:800;
  font-size:13px;
  letter-spacing:.01em;
  opacity:0;
  pointer-events:none;
  backdrop-filter:blur(16px);
  transition:opacity .22s ease, transform .22s ease;
  white-space:nowrap;
}
.hero-slide-link:hover .hero-slide-overlay,
.hero-slide-link:focus-visible .hero-slide-overlay{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.video-modal{
  position:fixed;
  inset:0;
  z-index:50;
  display:none;
  place-items:center;
  padding:clamp(18px,4vw,52px);
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(14px);
}
.video-modal.is-open{
  display:grid;
}
.video-modal-inner{
  position:relative;
  width:min(1100px,100%);
}
.video-frame-wrap{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:28px;
  background:#000;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 35px 120px rgba(0,0,0,.65);
}
.video-frame-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.video-modal-close{
  position:absolute;
  right:-14px;
  top:-14px;
  z-index:2;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(8,11,22,.88);
  color:var(--text);
  font-size:30px;
  line-height:1;
  cursor:pointer;
  display:grid;
  place-items:center;
  box-shadow:0 18px 55px rgba(0,0,0,.4);
}
body.video-modal-open{
  overflow:hidden;
}
@media (max-width:900px){
  .hero-slide-overlay{display:none;}
  .video-modal{padding:16px;}
  .video-frame-wrap{border-radius:18px;}
  .video-modal-close{right:8px;top:-56px;}
}

/* v26: Datenschutzfreundlicher YouTube-Start mit lokalem Thumbnail */
.video-consent{
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(145deg, rgba(15,18,28,.95), rgba(3,7,19,.96));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 35px 120px rgba(0,0,0,.65);
}
.video-consent[hidden],
.video-frame-wrap[hidden]{
  display:none !important;
}
.video-consent-thumb{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  background:#000;
}
.video-consent-copy{
  padding:clamp(18px,3vw,32px);
}
.video-consent-copy h2{
  margin:4px 0 10px;
  font-size:clamp(28px,4vw,48px);
}
.video-consent-copy p{
  max-width:720px;
  color:var(--muted);
  line-height:1.55;
}
.video-consent-check{
  display:flex;
  align-items:center;
  gap:10px;
  margin:18px 0 22px;
  color:var(--muted);
  font-weight:700;
  cursor:pointer;
}
.video-consent-check input{
  width:18px;
  height:18px;
  accent-color:var(--accent);
}
.video-consent-load{
  border:0;
  cursor:pointer;
}
@media (max-width:900px){
  .video-consent{border-radius:18px;}
  .video-consent-copy{padding:18px;}
  .video-consent-check{align-items:flex-start;}
}
