.sampler-main {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.sampler{grid-template-columns:minmax(360px,38%) minmax(0,1fr);overflow:hidden}
.sampler-main{padding-left:clamp(42px,4vw,64px);background:#05101c}
.album-tabs,.track-tabs{justify-items:center}
.album-tabs button,.track-tabs button{justify-content:center;text-align:center}
.track-tabs{justify-items:stretch}
.track-tabs button{justify-content:flex-start;text-align:left}
.sampler-foot{justify-items:center;text-align:center}
.listen{padding-top:158px}
.listen h2{line-height:1;padding-top:.12em;margin-bottom:34px}
.hero-copy,.about,.listen,.closing,.worlds-top{text-align:left}
.hero-copy,.closing-copy,.about>div:first-child,.listen>div:first-child{align-items:flex-start;text-align:left}
.hero-copy p,.closing-copy p,.about .body-copy,.listen p{ text-align:left }
.world-panels .panel-label{display:none!important}
.sampler{border:0!important}
.album-tabs,.track-tabs{border:0!important}
.worlds{min-height:760px}
.worlds{display:none!important}
.world-panels{height:600px}
.world-panel{background-image:url('assets/images/worlds-concept-clean.png');background-size:300% 100%;background-repeat:no-repeat}
.world-panel:nth-child(1){background-position:left center}
.world-panel:nth-child(2){background-position:center center}
.world-panel:nth-child(3){background-position:right center}
.world-panel>img{opacity:0}

.sampler-art .player-controls {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 22px);
  pointer-events: none;
}

.sampler-art .player-controls button {
  position: static;
  left: auto;
  bottom: auto;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(2, 6, 13, .42);
  color: rgba(246, 249, 255, .94);
  font: 500 16px/1 Arial, sans-serif;
  cursor: pointer;
  pointer-events: auto;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.sampler-art .player-controls button:hover,
.sampler-art .player-controls button:focus-visible {
  background: rgba(74, 94, 210, .82);
  color: #fff;
  transform: scale(1.08);
  outline: none;
}

.sampler-art .player-controls #main-play {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(205, 220, 255, .9);
  background: rgba(45, 74, 164, .78);
  box-shadow: 0 0 24px rgba(106, 139, 255, .66);
  font-size: 22px;
}

.sampler-art .player-controls button[aria-pressed="true"] {
  color: #b6c4ff;
  background: rgba(80, 97, 204, .78);
}

@media (max-width: 760px) {
  .sampler-art .player-controls {
    gap: 11px;
  }

  .sampler-art .player-controls button {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .sampler-art .player-controls #main-play {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

/* The artist gallery is a consistent-height, touch-friendly photo rail. */
.artist-gallery{position:relative;min-width:0}
.artist-gallery{margin-right:clamp(-110px,-7vw,-28px)}
.artist-gallery::before,.artist-gallery::after{content:"";position:absolute;z-index:5;top:0;bottom:0;width:clamp(64px,10vw,150px);pointer-events:none}
.artist-gallery::before{left:0;background:linear-gradient(90deg,#030914 0%,#030914d9 32%,#03091455 72%,transparent 100%)}
.artist-gallery::after{right:0;background:linear-gradient(270deg,#030914 0%,#030914d9 32%,#03091455 72%,transparent 100%)}
.artist-triptych{display:flex;align-items:stretch;gap:0;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding:0}
.artist-triptych::-webkit-scrollbar{display:none}
.artist-triptych figure,.artist-triptych figure:nth-child(2){flex:0 0 clamp(336px,38.4vw,516px);height:744px!important;margin:0;overflow:hidden;scroll-snap-align:start}
.artist-triptych img{width:100%;height:100%;object-fit:cover}
.afterglow-word{display:inline-block;transition:filter .35s ease,text-shadow .35s ease;cursor:default}
.afterglow-word.is-glowing{filter:drop-shadow(0 0 5px #9d86ff) drop-shadow(0 0 13px #6b83ff);text-shadow:0 0 5px #9d86ff,0 0 12px #6b83ff}
/* Keep every album cover in the player on one stable stage. */
.sampler-art{height:auto;min-height:425px;aspect-ratio:330 / 425;align-self:stretch}
.sampler-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
footer{justify-content:center;text-align:center}
footer span{letter-spacing:.22em!important}
@media (max-width:760px){
  .listen{padding-top:112px}
  .worlds{min-height:0}
  .artist-gallery{margin-inline:-22px}
  .artist-gallery{margin-right:-56px}
  .artist-triptych{gap:0;padding-inline:0}
  .artist-triptych figure,.artist-triptych figure:nth-child(2){flex-basis:94vw;height:552px!important}
  .sampler{grid-template-columns:1fr}
  .sampler-main{padding-left:17px}
  .sampler-art{height:auto;min-height:330px;aspect-ratio:1 / 1}
}

.hero h1 em {
  display: inline-block;
  transition: color 180ms ease, text-shadow 240ms ease, transform 240ms ease;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    ellipse 30% 48% at 67% 46%,
    rgba(156, 130, 255, .36) 0%,
    rgba(112, 76, 255, .15) 42%,
    transparent 74%
  );
  mix-blend-mode: screen;
  filter: blur(12px);
  transition: opacity 280ms ease;
}

.hero-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-fade {
  background:
    linear-gradient(90deg, #02060d 0%, #02060db8 34%, transparent 64%),
    linear-gradient(0deg, #02060d 0%, transparent 30%);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-image img {
    transform-origin: 54% 34%;
    animation: aria-portrait-drift 11s ease-in-out infinite alternate;
  }

}

.cursor-particles {
  position: fixed;
  z-index: 20;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@keyframes aria-portrait-drift {
  0% { transform: translate3d(-.25%, .15%, 0) scale(1.012); }
  52% { transform: translate3d(.3%, -.35%, 0) scale(1.026); }
  100% { transform: translate3d(-.1%, -.12%, 0) scale(1.018); }
}

.scroll-note {
  left: 50%;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 0;
  border: 0;
  color: rgba(220, 227, 255, .82);
  font-size: 9px;
  letter-spacing: .19em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-note::before,
.scroll-note::after {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(165, 182, 255, .9));
}

.scroll-note::after {
  transform: scaleX(-1);
}

@media (hover: hover) and (pointer: fine) {
  .hero h1 em:hover {
    color: #a896ff;
    text-shadow:
      0 0 8px rgba(164, 141, 255, .92),
      0 0 22px rgba(119, 82, 255, .72),
      0 0 42px rgba(83, 62, 214, .42);
    transform: scale(1.015);
  }

  .hero:has(h1 em:hover) .hero-image::after {
    opacity: 1;
  }

  .hero:has(h1 em:hover) .hero-image img {
    filter: saturate(.95) contrast(1.08) brightness(1.04);
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .site-header {
    padding: 20px 22px;
  }

  .site-header .wordmark {
    transform: translateX(26px);
  }

  .site-header nav {
    display: flex;
    gap: 12px;
  }

  .site-header nav a {
    font-size: 10px;
    letter-spacing: .02em;
  }

  .hero {
    min-height: max(700px, 100svh);
  }

  .hero-image img {
    object-position: 50% 27%;
  }

  .hero-fade {
    background: linear-gradient(0deg, #02060d 5%, transparent 76%);
  }

  .sampler-art img {
    object-position: center;
  }

  .album-tabs,
  .track-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px;
    overflow: visible;
  }

  .album-tabs {
    padding-bottom: 10px;
  }

  .album-tabs button,
  .track-tabs button {
    min-width: 0;
    justify-content: flex-start;
    white-space: normal;
  }

  .album-tabs button {
    min-height: 34px;
    padding: 7px 8px;
  }

  .track-tabs button {
    min-height: 48px;
    padding: 7px 3px 9px;
    line-height: 1.2;
  }

  .sampler-foot {
    gap: 12px;
  }

  .listen {
    padding-bottom: 28px;
  }

  .scroll-note {
    bottom: 25px;
  }

  /* Shared title spine: line up every section heading with the hero title. */
  .hero-copy h1,
  .listen h2,
  .about h2,
  .closing h2 {
    transform: translateX(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image img {
    animation: none;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding-inline: 20px;
  }

  .site-header nav {
    gap: 9px;
  }

  .site-header nav a {
    font-size: 9px;
  }

  .listen h2 {
    font-size: 44px;
  }
}

/* Keep the three bolder editorial looks at the front of the lifestyle rail. */
.artist-triptych figure:nth-child(12){order:-3}
.artist-triptych figure:nth-child(7){order:-2}
.artist-triptych figure:nth-child(9){order:-1}
