:root {
  --bg: #05080c;
  --panel: #0a1118;
  --panel-2: #0d151e;
  --text: #f5f8fb;
  --muted: #a9b5c1;
  --blue: #25a9e8;
  --blue-soft: #6ed0ff;
  --line: rgba(255,255,255,.10);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 15%, rgba(26,113,158,.14), transparent 26rem),
    radial-gradient(circle at 88% 55%, rgba(37,169,232,.10), transparent 30rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.page-noise {
  position: fixed;
  inset: 0;
  opacity: .075;
  pointer-events: none;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.energy { position: fixed; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(100px); opacity: .09; pointer-events: none; }
.energy-one { background: var(--blue); top: -15rem; right: -10rem; animation: drift 12s ease-in-out infinite alternate; }
.energy-two { background: #334cff; bottom: -18rem; left: -12rem; animation: drift 15s ease-in-out infinite alternate-reverse; }
@keyframes drift { to { transform: translate(70px, 45px) scale(1.15); } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 14px clamp(20px, 4vw, 64px);
  background: rgba(5,8,12,.72);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}
.brand img { width: 210px; height: 55px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
nav a { text-decoration: none; color: #d6e0e8; font-size: .92rem; font-weight: 700; letter-spacing: .02em; transition: color .2s ease; }
nav a:hover { color: var(--blue-soft); }
.nav-cta { border: 1px solid rgba(110,208,255,.55); border-radius: 999px; padding: 9px 15px; }

.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  position: relative;
  padding: 130px 24px 80px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(5,8,12,.45), rgba(5,8,12,.88)), url('images/xhortation.jpg') center 30% / cover no-repeat;
  opacity: .16;
  transform: scale(1.08);
}
.hero-glow { position: absolute; width: min(70vw, 800px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(37,169,232,.22), transparent 67%); filter: blur(12px); animation: pulse 5s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scale(1.12); opacity: .65; } }
.hero-content { position: relative; z-index: 1; max-width: 920px; }
.hero-logo { width: min(560px, 80vw); margin: 0 auto 30px; filter: drop-shadow(0 0 34px rgba(37,169,232,.16)); }
.kicker { margin: 0 0 13px; color: var(--blue-soft); text-transform: uppercase; font-weight: 900; letter-spacing: .22em; font-size: .75rem; }
.hero h1 { margin: 0; font-size: clamp(3.5rem, 10vw, 8.6rem); line-height: .88; letter-spacing: -.065em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(245,248,251,.8); text-shadow: 0 0 30px rgba(37,169,232,.18); }
.hero-copy { max-width: 700px; margin: 28px auto 0; color: #c1ccd6; font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border-radius: 999px; text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { color: #041019; background: linear-gradient(135deg, var(--blue-soft), var(--blue)); box-shadow: 0 14px 38px rgba(37,169,232,.22); }
.button.primary:hover { box-shadow: 0 18px 48px rgba(37,169,232,.36); }
.button.secondary { border: 1px solid rgba(255,255,255,.20); background: rgba(255,255,255,.035); }
.scroll-cue { position: absolute; bottom: 26px; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; z-index: 2; }
.scroll-cue span { position: absolute; width: 4px; height: 8px; border-radius: 999px; background: var(--blue-soft); left: 50%; top: 9px; transform: translateX(-50%); animation: scroll 1.7s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translate(-50%,0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }

.artists-intro { max-width: var(--max); margin: 0 auto; padding: 110px 24px 72px; }
.section-heading { max-width: 760px; }
.section-heading h2, .catalog-cta h2 { margin: 0; font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: -.05em; line-height: .98; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; line-height: 1.8; max-width: 650px; }

.artist-section { max-width: var(--max); margin: 0 auto; padding: 40px 24px 120px; }
.artist-card { display: grid; grid-template-columns: minmax(280px, .85fr) 1.15fr; gap: clamp(34px, 6vw, 84px); align-items: center; padding: clamp(22px, 4vw, 54px); border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, rgba(15,24,34,.94), rgba(7,12,18,.96)); box-shadow: 0 30px 80px rgba(0,0,0,.30); overflow: hidden; position: relative; }
.artist-card::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(37,169,232,.08); filter: blur(70px); right: -160px; top: -190px; }
.artist-card-reverse .artist-visual { order: 2; }
.artist-card-reverse .artist-copy { order: 1; }
.visual-frame { border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); box-shadow: 0 24px 60px rgba(0,0,0,.42); transition: transform .35s ease, box-shadow .35s ease; }
.artist-card:hover .visual-frame { transform: translateY(-7px) rotate(-.5deg); box-shadow: 0 34px 75px rgba(0,0,0,.55), 0 0 45px rgba(37,169,232,.12); }
.visual-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.artist-copy { position: relative; z-index: 1; }
.artist-copy h2 { margin: 0; font-size: clamp(3.5rem, 8vw, 7.6rem); letter-spacing: -.075em; line-height: .9; }
.artist-description { color: var(--muted); font-size: 1.12rem; line-height: 1.7; max-width: 560px; }
.release-title-row { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.release-title-row span { color: var(--blue-soft); text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 900; }
.release-title-row h3 { margin: 8px 0 5px; font-size: clamp(1.8rem, 4vw, 3.3rem); letter-spacing: -.04em; }
.release-title-row p { margin: 0; color: var(--muted); }
.circle-link { flex: 0 0 auto; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; text-decoration: none; font-size: 1.5rem; background: var(--blue); color: #041019; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.circle-link:hover { transform: rotate(10deg) scale(1.07); box-shadow: 0 0 32px rgba(37,169,232,.35); }

.player-panel { margin-top: 28px; border: 1px solid var(--line); background: rgba(10,17,24,.90); border-radius: 28px; padding: clamp(18px, 3vw, 32px); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.player-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.player-heading h3 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.8rem); }
.player-heading a { color: var(--blue-soft); font-weight: 800; text-decoration: none; }
.player-shell {
  width: min(100%, 760px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background: #111820;
  border: 1px solid rgba(110,208,255,.18);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}
.bandcamp-embed {
  display: block;
  width: 100%;
  height: 120px;
  border: 0;
  background: #111820;
}

.boltbub-section .artist-card::before { left: -160px; right: auto; background: rgba(30,125,255,.10); }
.bolt-frame { box-shadow: 0 24px 60px rgba(0,0,0,.44), 0 0 38px rgba(37,169,232,.08); }

.catalog-cta { max-width: var(--max); margin: 0 auto 100px; padding: clamp(26px, 5vw, 56px); border-radius: 30px; border: 1px solid rgba(110,208,255,.20); background: linear-gradient(125deg, rgba(11,24,35,.96), rgba(6,11,17,.96)); display: grid; grid-template-columns: 180px 1fr auto; gap: 32px; align-items: center; }
.catalog-cta img { width: 180px; }

footer { min-height: 150px; border-top: 1px solid var(--line); padding: 34px clamp(24px, 5vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); }
footer img { width: 170px; }
footer a { color: var(--blue-soft); text-decoration: none; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .site-header { padding: 10px 16px; }
  .brand img { width: 150px; height: 45px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 115px; }
  .artist-card { grid-template-columns: 1fr; }
  .artist-card-reverse .artist-visual, .artist-card-reverse .artist-copy { order: initial; }
  .bandcamp-embed { height: 120px; }
  .catalog-cta { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .catalog-cta img { width: 210px; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5.3rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .artists-intro { padding-top: 85px; }
  .artist-section { padding-bottom: 86px; }
  .artist-card { border-radius: 24px; padding: 18px; }
  .artist-copy h2 { font-size: 3.6rem; }
  .release-title-row { align-items: center; }
  .circle-link { width: 50px; height: 50px; }
  .player-heading { align-items: flex-start; flex-direction: column; }
  .bandcamp-embed { height: 120px; }
}

@media (max-width: 480px) {
  .bandcamp-embed { height: 120px; }
}

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