:root{
  --bg:#07080b;
  --ink:#e9e9ea;
  --muted:#a6a7ad;
  --line:rgba(255,255,255,.10);
  --red:#b3001b;
  --redGlow:rgba(179,0,27,.45);
  --shadow:rgba(0,0,0,.65);
}

*{ box-sizing:border-box; }
html,body{ height:100%; scroll-behavior:smooth; }
body{
  margin:0;
  color:var(--ink);
  background: radial-gradient(1200px 800px at 30% 10%, #11131a 0%, var(--bg) 60%, #040407 100%);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  overflow-x:hidden;
}

.bg{
  position:fixed; inset:0;
  background:
    radial-gradient(900px 600px at 70% 20%, rgba(179,0,27,.10), transparent 55%),
    radial-gradient(800px 600px at 20% 80%, rgba(179,0,27,.08), transparent 60%);
  pointer-events:none;
  z-index:0;
}

.vignette{
  position:fixed; inset:0;
  background: radial-gradient(closest-side, transparent 55%, rgba(0,0,0,.65) 100%);
  pointer-events:none;
  z-index:1;
}

.grain{
  position:fixed; inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
  opacity:.25;
  pointer-events:none;
  z-index:2;
}

.wrap{
  position:relative;
  z-index:3;
  max-width:980px;
  margin:0 auto;
  padding:28px 18px 40px;
}

.hero{
  position:relative;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 18px 60px var(--shadow);
  background: rgba(10,10,12,.55);
}

.hero-vault{
  min-height: 50vh;
  max-height: 450px;
  width: 100%;
  background: url("images/vault-hero.jpg") center center/cover no-repeat;
  position: relative;
}

.hero-vault::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 50% 50%, rgba(0,0,0,0.15), rgba(0,0,0,0.6));
  border-radius: 18px;
  pointer-events: none;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hero-title{
  margin: 0;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 6vw, 56px);
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #ff6666 30%, #b3001b 60%, #8b0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.95)) drop-shadow(0 0 20px rgba(139,0,0,0.8)) drop-shadow(0 0 40px rgba(179,0,27,0.6));
  padding: 16px 24px;
}

.panel{
  margin-top:16px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  background: rgba(10,10,12,.55);
  box-shadow: 0 18px 60px var(--shadow);
  text-align: center;
}

.panel h2{
  margin:0 0 12px 0;
  font-family: "Cinzel", sans-serif; font-weight: 400;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
  font-size:14px;
  color: rgba(255,255,255,.82);
}

.buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content: center;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  color:var(--ink);
  text-decoration:none;
  background: rgba(255,255,255,.04);
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
  min-width: 160px;
}

.btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
}

.btnRed{
  border-color: rgba(179,0,27,.45);
  box-shadow: 0 0 0 1px rgba(179,0,27,.10) inset, 0 0 22px rgba(179,0,27,.18);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.merch-desc {
  max-width: 700px;
  margin: 20px auto 0;
  text-align: center;
  color: #9a9a9a;
  line-height: 1.6;
  font-size: 15px;
}

.merch-tagline {
  font-family: 'Cinzel', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 4px;
  color: #b3001b;
  text-align: center;
  margin: 12px 0 0;
  text-shadow: 0 0 20px rgba(179,0,27,0.4);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 700px;
  margin: 30px auto 0;
}

.product-card {
  background: rgba(30, 30, 30, 0.7);
  border: 1px solid rgba(179, 0, 27, 0.3);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(179, 0, 27, 0.7);
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
}

.product-info {
  padding: 15px;
  text-align: center;
}

.product-name {
  display: block;
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  color: #cfcfcf;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.product-price {
  display: block;
  color: #b3001b;
  font-weight: 600;
  font-size: 16px;
}

.bio {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.bio h3 {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  letter-spacing: 3px;
  margin-top: 30px;
  color: #cfcfcf;
}

.bio p {
  color: #9a9a9a;
  line-height: 1.6;
  margin-top: 10px;
}

.foot {
  text-align: center;
  padding: 40px 20px;
  background: #000;
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto 24px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.footer-social a:hover .social-icon {
  transform: scale(1.15);
}

.footer-social a[data-testid="link-youtube"] .social-icon {
  color: #FF0000;
}

.footer-social a[data-testid="link-instagram"] .social-icon {
  color: #E4405F;
}

.footer-social a[data-testid="link-soundcloud"] .social-icon {
  color: #FF5500;
}

.footer-social a[data-testid="link-facebook"] .social-icon {
  color: #1877F2;
}

.footer-social a[data-testid="link-threads"] .social-icon {
  color: #fff;
}

.footer-social a[data-testid="link-tiktok"] .social-icon {
  color: #fff;
}

.footer-center {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-btn,
.shop-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #DC143C;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: 12px;
  border: none;
  transition: 0.3s ease;
}

.contact-btn:hover,
.shop-btn:hover {
  background: #e63a5c;
}

.footer-faq {
  max-width: 600px;
  margin: 0 auto 32px;
  text-align: left;
}

.footer-faq__title {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.faq-item summary {
  padding: 14px 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 18px;
  color: var(--red);
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item summary:hover {
  color: #fff;
}

.faq-item p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  padding: 0 0 14px;
  margin: 0;
}

.faq-item p a {
  color: var(--red);
  text-decoration: none;
}

.faq-item p a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 11px;
  color: rgba(255,255,255,.4);
}

.footer-bottom a {
  color: rgba(255,255,255,.4);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: rgba(255,255,255,.7);
}

.legal-divider {
  color: rgba(255,255,255,.25);
}

.copyright {
  color: rgba(255,255,255,.4);
}

.legal-page {
  max-width: 700px;
  margin: 60px auto;
  padding: 30px;
  background: rgba(10,10,12,.85);
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  line-height: 1.8;
}

.legal-page h1 {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.legal-page p,
.legal-page li {
  color: rgba(255,255,255,.75);
  margin-bottom: 12px;
}

.intro-panel {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.grvez-break {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 700px;
  overflow: hidden;
}

.grvez-break__logo {
  width: 220px;
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 20px rgba(179,0,27,0.4)) drop-shadow(0 0 60px rgba(179,0,27,0.15));
  animation: logoPulse 4s ease-in-out infinite;
}

.grvez-break__glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179,0,27,0.25) 0%, transparent 70%);
  z-index: 0;
  animation: glowPulse 4s ease-in-out infinite;
}

.grvez-break__line {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 35%;
  background: linear-gradient(90deg, transparent, rgba(179,0,27,0.3), transparent);
}

.grvez-break__line--left {
  left: 0;
}

.grvez-break__line--right {
  right: 0;
}

@keyframes logoPulse {
  0%, 100% { filter: drop-shadow(0 0 20px rgba(179,0,27,0.4)) drop-shadow(0 0 60px rgba(179,0,27,0.15)); }
  50% { filter: drop-shadow(0 0 30px rgba(179,0,27,0.6)) drop-shadow(0 0 80px rgba(179,0,27,0.25)); }
}

@keyframes glowPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.3); opacity: 1; }
}

.intro-text {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.album-panel {
  text-align: center;
}

.album-desc {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto 20px;
}

.merch-panel {
  text-align: center;
}

.vaultline-link {
  display: inline-block;
  transition: transform 0.3s ease;
}

.vaultline-link:hover {
  transform: scale(1.02);
}

.vaultline-logo {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}

.album-card {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.album-card:hover {
  transform: scale(1.02);
}

.album-art {
  width: auto;
  height: 400px;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5), 0 0 40px rgba(179,0,27,0.2);
  border: 1px solid rgba(179,0,27,0.3);
  object-fit: cover;
}

.album-info {
  margin-top: 16px;
}

.album-title {
  display: block;
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

.album-artist {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 1px;
}

.listen-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 220px;
  margin: 0 auto;
}

.listen-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: none;
  color: var(--ink);
  text-decoration: none;
  background: transparent;
  transition: transform .12s ease, opacity .12s ease;
  text-align: center;
}

.platform-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.listen-btn[data-testid="link-spotify"] .platform-icon {
  color: #1DB954;
}

.listen-btn[data-testid="link-apple-music"] .platform-icon {
  color: #FA243C;
}

.listen-btn[data-testid="link-youtube-music"] .platform-icon {
  color: #FF0000;
}

.listen-btn:hover {
  transform: translateY(-1px);
  opacity: 0.8;
}

/* About Section */
.about-section {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 40px 24px;
  background: rgba(10,10,12,.55);
  box-shadow: 0 18px 60px var(--shadow);
}

.about__wrap {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.about__kicker {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--red);
  margin-bottom: 12px;
  text-shadow: 0 0 20px var(--redGlow);
}

.about__title {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.about__body {
  text-align: left;
}

.about__body p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 16px;
}

.about__body p:last-child {
  margin-bottom: 0;
  color: #fff;
  font-style: italic;
}

/* Origin Section */
.origin {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 40px 20px;
  background: rgba(10,10,12,.55);
  box-shadow: 0 18px 60px var(--shadow);
}

.origin__wrap {
  max-width: 900px;
  margin: 0 auto;
}

.origin__head {
  text-align: center;
  margin-bottom: 40px;
}

.origin__kicker {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--red);
  margin-bottom: 12px;
  text-shadow: 0 0 20px var(--redGlow);
}

.origin__title {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.origin__sub {
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
  margin: 0;
}

.origin__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}

.origin__grid .originCard {
  width: 100%;
  max-width: 560px;
}

.originCard {
  position: relative;
  background: rgba(20, 20, 24, 0.8);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 28px 24px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.originCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 60% at 30% 40%, rgba(255,255,255,0.03) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 70% 60%, rgba(255,255,255,0.02) 0%, transparent 40%),
    linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.015) 45%, transparent 50%),
    linear-gradient(225deg, transparent 40%, rgba(255,255,255,0.015) 45%, transparent 50%),
    linear-gradient(315deg, transparent 40%, rgba(255,255,255,0.015) 45%, transparent 50%),
    linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.015) 45%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.originCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(127deg, transparent 30%, rgba(179,0,27,0.04) 50%, transparent 70%),
    linear-gradient(217deg, transparent 30%, rgba(179,0,27,0.03) 50%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Portrait card variant */
.originCard--withPortrait {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: auto;
}

.originCard__portrait {
  position: relative;
  width: 100%;
  height: 320px;
  flex-shrink: 0;
  overflow: hidden;
}

.originCard__portraitImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.85) contrast(1.1);
  transition: transform 0.5s ease, filter 0.3s ease;
}

.originCard--withPortrait:hover .originCard__portraitImg {
  transform: scale(1.05);
  filter: saturate(1) contrast(1.1);
}

.originCard__portraitFade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20,20,24,0.95) 100%),
              linear-gradient(0deg, transparent 70%, rgba(20,20,24,0.5) 100%);
  pointer-events: none;
}

.originCard__content {
  position: relative;
  z-index: 1;
  padding: 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

@media (max-width: 600px) {
  .originCard__portrait {
    height: 260px;
  }
  
  .originCard__content {
    margin-top: -40px;
  }
}

.originCard:hover {
  transform: translateY(-4px);
  border-color: rgba(179,0,27,0.4);
}

.originCard__sigil {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  opacity: 0.06;
  background: radial-gradient(circle, var(--red) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.originCard__sigil--omega {
  background: radial-gradient(circle, var(--red) 0%, transparent 70%);
}

.originCard__top {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.originCard__text {
  position: relative;
  z-index: 1;
}

.originCard__tags {
  position: relative;
  z-index: 1;
}

.originCard__label {
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--red);
  margin-bottom: 6px;
  font-weight: 600;
  text-align: center;
}

.originCard--dmonix .originCard__label {
  color: var(--red);
}

.originCard__name {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  text-align: center;
}

.originCard__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 20px;
  text-align: center;
}

.originCard__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(179,0,27,0.15);
  border: 1px solid rgba(179,0,27,0.3);
  border-radius: 4px;
  color: rgba(255,255,255,0.7);
}

.originCard--dmonix .tag {
  background: rgba(179,0,27,0.15);
  border-color: rgba(179,0,27,0.3);
}

.originCard--gravesblack {
  max-width: 560px;
  margin: 24px auto 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.originCard--gravesblack .originCard__bgImage {
  position: absolute;
  inset: 0;
  background: url('images/gravesblack-sigil.png') center center / cover no-repeat;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.originCard--gravesblack .originCard__label {
  color: rgba(255,255,255,0.45);
  letter-spacing: 5px;
}

.originCard--gravesblack .originCard__name {
  letter-spacing: 6px;
}

.originCard--gravesblack .originCard__text {
  white-space: pre-line;
  font-style: italic;
  color: rgba(255,255,255,0.55);
}

.originCard__text--cryptic {
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red) !important;
  font-style: normal !important;
  opacity: 0.7;
}

/* Listen Card */
.listenCard {
  margin-top: 16px;
  padding: 28px 18px;
}

.listenCard__inner {
  max-width: 680px;
  margin: 0 auto;
  border-radius: 22px;
  padding: 26px 18px;
  background:
    radial-gradient(900px 380px at 50% 0%, rgba(179, 0, 27, 0.10), transparent 55%),
    rgba(10, 10, 12, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
}

.listenCard__head {
  text-align: center;
  padding-bottom: 14px;
}

.listenCard__title {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  letter-spacing: 0.35em;
  font-size: 14px;
  opacity: 0.85;
  margin: 0;
}

.listenCard__line {
  width: 120px;
  height: 1px;
  margin: 12px auto 10px;
  background: linear-gradient(90deg, transparent, rgba(179,0,27,0.85), transparent);
  box-shadow: 0 0 14px rgba(179,0,27,0.35);
}

.listenCard__sub {
  margin: 0;
  font-size: 13px;
  opacity: 0.55;
}

.listenList {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.listenBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 14px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: rgba(0,0,0,0.30);
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.listenBtn__left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.listenBtn__icon {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 0 10px rgba(179,0,27,0.15));
}

.listenBtn__icon--spotify {
  color: #1DB954;
}

.listenBtn__icon--apple {
  color: #FA243C;
}

.listenBtn__icon--youtube {
  color: #FF0000;
}

.listenBtn__name {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.listenBtn__arrow {
  font-size: 22px;
  opacity: 0.55;
  transform: translateY(-1px);
}

.listenBtn:hover,
.listenBtn:active {
  transform: translateY(-2px);
  border-color: rgba(179,0,27,0.28);
  box-shadow: 0 16px 40px rgba(0,0,0,0.55), 0 0 24px rgba(179,0,27,0.16);
}

/* ── Music Player ── */
.player-panel {
  text-align: center;
}

.player-desc {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 28px;
}

.player-list {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.player-track {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  transition: background 0.25s, border-color 0.25s;
  position: relative;
  overflow: hidden;
}

.player-track:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(179,0,27,0.18);
}

.player-track.playing {
  background: rgba(179,0,27,0.08);
  border-color: rgba(179,0,27,0.25);
}

.player-play-btn {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--red);
  background: rgba(179,0,27,0.15);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.player-play-btn:hover {
  background: rgba(179,0,27,0.3);
  transform: scale(1.08);
}

.player-play-btn:active {
  transform: scale(0.95);
}

.play-icon,
.pause-icon {
  width: 18px;
  height: 18px;
}

.play-icon {
  margin-left: 2px;
}

.player-info {
  flex: 1;
  text-align: left;
  min-width: 0;
}

.player-title {
  display: block;
  color: var(--ink);
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s;
}

.player-title:hover {
  color: var(--red);
}

.player-artist {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 2px;
  letter-spacing: 0.03em;
}

.player-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,0.05);
}

.player-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--red), rgba(179,0,27,0.6));
  border-radius: 0 2px 2px 0;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px var(--redGlow);
}

.sc-embed-container {
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 600px) {
  .player-track {
    padding: 12px 14px;
    gap: 10px;
  }
  .player-play-btn {
    width: 38px;
    height: 38px;
  }
  .player-title {
    font-size: 0.88rem;
  }
}

.listenBtn:hover .listenBtn__arrow,
.listenBtn:active .listenBtn__arrow {
  opacity: 0.9;
}

/* Site Navigation */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10,10,12,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 0 20px;
}

.site-nav__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 0 8px;
}

.site-logo-top {
  flex-shrink: 0;
}

.site-logo-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(179,0,27,0.3));
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-tab {
  font-family: 'Cinzel', sans-serif; font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-tab:hover {
  color: #fff;
  background: rgba(179,0,27,0.15);
}

@media (max-width: 500px) {
  .nav-tab {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px 10px;
  }
  .site-logo-img {
    width: 32px;
    height: 32px;
  }
}

/* Footer Logo */
.footer-logo {
  text-align: center;
  margin-bottom: 20px;
}

.footer-logo-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  opacity: 0.85;
  filter: drop-shadow(0 0 10px rgba(179,0,27,0.25));
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(179,0,27,0.5);
  background: rgba(10,10,12,0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease, border-color 0.2s ease;
  z-index: 9999;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: rgba(179,0,27,0.3);
  border-color: var(--red);
}

.back-to-top:active {
  transform: scale(0.92);
}
