:root {
  --bg: #05070c;
  --bg2: #0b1422;
  --panel: rgba(10, 18, 32, 0.9);
  --panel-2: rgba(12, 20, 34, 0.96);
  --line: rgba(130, 180, 240, 0.2);
  --line-strong: rgba(130, 180, 240, 0.4);
  --text: #dce8ff;
  --muted: #9eb5d8;
  --blue: #74baff;
  --blue-strong: #3792ff;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --radius-lg: 28px;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  background:
    radial-gradient(circle at top, rgba(85, 145, 255, 0.14), transparent 25%),
    linear-gradient(180deg, #03050a 0%, #09111c 45%, #04070d 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.editorial-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(5, 10, 18, 0.94), rgba(7, 12, 22, 0.82));
  border-bottom: 1px solid rgba(130, 180, 240, 0.22);
  backdrop-filter: blur(10px);
}

.editorial-nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.editorial-brand {
  display: flex;
  align-items: center;
}

.editorial-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.editorial-nav a {
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: #d7e4fb;
  text-transform: uppercase;
}

.editorial-nav a:hover,
.editorial-nav a.active {
  color: #fff;
  text-shadow: 0 0 10px rgba(116, 186, 255, 0.35);
}

@media (max-width: 720px) {
  .editorial-nav-wrap {
    flex-direction: column;
    padding: 14px 0;
  }

  .editorial-nav {
    justify-content: center;
  }
}

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(5, 10, 18, 0.92), rgba(7, 12, 22, 0.72));
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-logo {
  height: 62px;
  width: auto;
  filter: drop-shadow(0 0 14px rgba(116, 186, 255, 0.2));
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.nav a {
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: #d7e4fb;
}

.nav a:hover,
.nav a.active {
  color: #fff;
  text-shadow: 0 0 10px rgba(116, 186, 255, 0.2);
}

.hero {
  min-height: auto !important;
  display: block !important;
  padding: 74px 0 56px !important;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(130, 180, 240, 0.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(5, 10, 18, 0.28), rgba(5, 10, 18, 0.86)),
    url("../images/feature-hero.jpg") center/cover no-repeat;
  opacity: 0.45;
  transform: scale(1.03);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: end;
}

.comment-count {
  margin-left: 8px;
  font-size: 0.9rem;
  color: var(--blue);
  opacity: 0.85;
}

.comment-count::before {
  content: "";
}

.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.hero-title {
  margin: 0 0 14px;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(116, 186, 255, 0.12);
}

.hero-dek {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.meta-pill {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 18, 32, 0.7);
  color: #dce8ff;
  font-size: 0.95rem;
}

.section-divider {
  border: 0;
  height: 1px;
  margin: 32px 0 24px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(130,180,240,0.25),
    transparent
  );
}

.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  margin: 24px 0;
  border: 1px solid rgba(130,180,240,0.18);
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

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

.hero-side {
  background: linear-gradient(180deg, rgba(12, 20, 33, 0.92), rgba(8, 14, 24, 0.98));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 22px;
}

.hero-side h3,
.panel-title,
.section-title,
.card-title,
.content-block h3 {
  font-family: "Cinzel", serif;
}

.hero-side h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.hero-side ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.page {
  padding: 40px 0 72px;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: start;
}

.main-col,
.side-col {
  display: grid;
  gap: 22px;
}

.panel,
.card,
.content-block {
  background: linear-gradient(180deg, rgba(12, 20, 33, 0.94), rgba(8, 14, 24, 0.98));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.panel,
.content-block {
  padding: 24px;
}

.panel-title,
.section-title {
  margin: 0 0 16px;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.feature-image,
.release-cover,
.poster-image {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(130, 180, 240, 0.14);
  margin-bottom: 18px;
}

.article-body p,
.content-block p {
  margin: 0 0 16px;
  color: #d6e3fa;
  line-height: 1.75;
  font-size: 1.04rem;
}

.content-block h3 {
  margin: 28px 0 12px;
  font-size: 1.15rem;
  color: #eef5ff;
  text-transform: uppercase;
}

.quote-box {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--blue);
  background: rgba(116, 186, 255, 0.08);
  color: #eef5ff;
  font-size: 1.05rem;
  line-height: 1.7;
}

.archive-list,
.card-list,
.qa-list,
.release-list,
.tour-list {
  display: grid;
  gap: 14px;
}

.archive-item,
.mini-item,
.release-item,
.tour-item,
.qa-item {
  border: 1px solid rgba(130, 180, 240, 0.12);
  border-radius: 14px;
  background: rgba(9, 15, 26, 0.76);
}

.archive-item,
.release-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
}

.archive-item img,
.release-item img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 10px;
}

.archive-item h4,
.release-item h4,
.tour-item h4,
.qa-item h4,
.mini-item h4 {
  margin: 0 0 4px;
  font-family: "Cinzel", serif;
  font-size: 1rem;
}

.archive-item p,
.release-item p,
.mini-item p,
.tour-item p,
.qa-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.qa-item {
  padding: 16px;
}

.qa-item h4 {
  color: var(--blue);
  margin-bottom: 10px;
}

.score-box,
.info-box,
.release-box {
  display: grid;
  gap: 12px;
}

.score-value {
  font-family: "Cinzel", serif;
  font-size: 2.5rem;
  color: #eef5ff;
  text-shadow: 0 0 16px rgba(116, 186, 255, 0.18);
}

.info-line {
  padding: 10px 0;
  border-top: 1px solid rgba(130, 180, 240, 0.12);
  color: var(--muted);
}

.info-line:first-child {
  border-top: 0;
  padding-top: 0;
}

.tracklist {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.tour-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.tour-date {
  text-align: center;
  border-right: 1px solid rgba(130, 180, 240, 0.12);
  padding-right: 10px;
}

.tour-date .day {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  color: #eef5ff;
}

.tour-date .month {
  display: block;
  color: var(--blue);
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}

.metal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  min-width: 150px;
  border-radius: 12px;
  border: 1px solid rgba(130, 180, 240, 0.42);
  background: linear-gradient(180deg, rgba(23, 44, 78, 0.95), rgba(7, 15, 28, 0.96));
  color: #eef5ff;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.metal-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(116, 186, 255, 0.18);
}

.metal-btn.alt {
  background: linear-gradient(180deg, rgba(16, 28, 46, 0.96), rgba(6, 11, 20, 0.98));
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0 34px;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.comments-panel {
  padding: 28px;
  background: linear-gradient(180deg, rgba(12, 20, 33, 0.94), rgba(8, 14, 24, 0.98));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.comments-panel .panel-title {
  margin-bottom: 14px;
}

.comments-intro {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

/* Cusdis submit button → match metal buttons */
#cusdis_thread button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  padding: 12px 18px !important;
  border-radius: 12px !important;

  border: 1px solid rgba(130, 180, 240, 0.42) !important;

  background: linear-gradient(
    180deg,
    rgba(23, 44, 78, 0.95),
    rgba(7, 15, 28, 0.96)
  ) !important;

  color: #eef5ff !important;

  font-family: "Cinzel", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;

  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

/* Hover effect */
#cusdis_thread button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(116, 186, 255, 0.2);
}

#cusdis_thread {
  margin-top: 12px;
  padding: 22px;
  background: linear-gradient(
    180deg,
    rgba(48, 68, 104, 0.98),
    rgba(34, 52, 84, 0.98)
  );
  border: 1px solid rgba(130, 180, 240, 0.22);
  border-radius: 14px;
  box-shadow:
    inset 0 0 24px rgba(116, 186, 255, 0.06),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1000px) {
  .hero-inner,
  .page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .panel,
  .content-block {
    padding: 18px;
  }

  .archive-item,
  .release-item,
  .tour-item {
    grid-template-columns: 1fr;
  }

  .tour-date {
    border-right: 0;
    border-bottom: 1px solid rgba(130, 180, 240, 0.12);
    padding-right: 0;
    padding-bottom: 10px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}