body {
  margin: 0;
  background: #000;
  color: #eee;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* PAGE WIDTH CONTAINER */
.page-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* NAV */
.top-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 1.5rem 0;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}

.top-nav a {
  color: #ddedec;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
}

.top-nav a:hover {
  color: #6df0ff;
}

.nav-highlight {
  color: #6df0ff;
  font-weight: 500;
}

.nav-highlight:hover {
  color: #9af7ff;
}

/* HERO */
.hero {
  padding: 3rem 1rem 0.25rem;
}

.main-img {
  max-width: 420px;
  width: 90%;
  height: auto;
}

.page-title {
  margin: 0;
  color: #6df0ff;
  letter-spacing: 0.02em;
}

.tagline {
  color: #6df0ff;
  font-size: 1.1rem;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  opacity: 0.75;
  margin: 0.25rem 0 1rem;
}

/* FOOTER */
footer {
  margin: 4rem 0 1rem;
  font-size: 0.85rem;
  opacity: 0.6;
}

/* ---------------------------- */
/* HOME: SDO BLOCK + PANELS     */
/* ---------------------------- */
.sdo-block {
  margin: 0 auto 0.25rem;
}

.hero-sdo {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}

.sdo-link {
  display: inline-block;
  margin-top: 0.33rem;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #6df0ff;
  text-decoration: none;
  opacity: 0.8;
}

.sdo-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.panels {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  padding: 0.25rem 0 1rem;
  flex-wrap: wrap;
}

.panel {
  display: flex;
  flex-direction: column;
  border: 1px solid #222;
  padding: 1rem 1.55rem;
  width: 225px;
  height: 200px;
  background: #0b0b0b;
  text-align: left;
}

.panel h2 {
  color: #669999;
  margin: 0 0 0.5rem;
}

.panel p {
  font-size: 0.8rem;
  opacity: 0.7;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background-color: #669999;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  align-self: center;
}

/* ---------------------------- */
/* BIO PAGE                     */
/* ---------------------------- */
.bio-section {
  max-width: 720px;
  margin: 2rem auto;
  padding: 0 1rem;
  text-align: center;
}

.bio-img {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  display: block;
  border-radius: 8px;
}

.bio-text {
  max-width: 600px;
  margin: 0.75rem auto;
  font-size: 0.85rem;
  line-height: 1.55;
  opacity: 0.9;
  text-align: center;
}
.bio-text a {
  color: #3fe0e8; /* ← use the exact color from the blog link */
  text-decoration: none;
}

.bio-text a:hover {
  text-decoration: underline;
}

.bio-signoff {
  margin-top: 1.25rem;
  font-weight: 500;
  opacity: 0.8;
  text-align: center;
}

.bio-blog-link {
  margin-top: 2.5rem;
  opacity: 0.7;
}

.bio-blog-link a {
  color: #3FE0E8;
  text-decoration: none;
}

.bio-blog-link a:hover {
  text-decoration: underline;
}

.shirts-link {
  color: #3fe0e8; /* same SDO link color */
  text-decoration: none;
  font-weight: 600;
}

.shirts-link:hover {
  text-decoration: underline;
}

.divider {
  max-width: 720px;
  margin: 2rem auto;
  border: none;
  border-top: 1px solid #222;
}

/* ---------------------------- */
/* BLOG POSTS (posts/*.html)    */
/* ---------------------------- */
.blog-post {
  max-width: 720px;
  margin: 2.5rem auto;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.02rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #e8e8e8;
}

.blog-title {
  color: #6df0ff;
  margin: 0 0 0.5rem;
}

.blog-date {
  opacity: 0.55;
  font-size: 0.85rem;
  margin: 0 0 1.25rem;
}

/* Default blog images */
.blog-post img {
  width: 100%;
  height: auto;
  max-width: 520px;
  display: block;
  margin: 1.25rem auto;
  border-radius: 10px;
}

/* ✅ ACTUAL FIX: blog hero image smaller than regular images */
.blog-post .blog-hero-img {
  max-width: 320px;     /* <- adjust if you want: 280 / 300 / 360 */
}

/* Divider used in blog posts */
.blog-divider {
  border: none;
  border-top: 1px solid #222;
  margin: 2.5rem 0;
}

/* Fan mail block styling */
.fan-mail {
  border-left: 4px solid #6df0ff;
  padding-left: 1.25rem;
  margin: 1.25rem 0;
}

.fan-mail-note {
  opacity: 0.6;
}

/* ---------------------------- */
/* MUSIC PAGE                   */
/* ---------------------------- */
.content-card {
  border: 1px solid #222;
  background: #0b0b0b;
  padding: 1.25rem 1.55rem;
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  margin: 0 0 1rem;
  color: #669999;
  letter-spacing: 0.02em;
}

.latest-wrap {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.latest-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

/* Targets ONLY the featured image box (Punk Song) */
.latest-left .video-image {
  width: 350px;
  height: 190px;
  max-width: 100%;
}

.latest-right {
  max-width: 520px;
  text-align: left;
}

.album-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.album-card {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid #222;
  background: #0a0a0a;
  padding: 1rem;
  flex-wrap: wrap;
}

.album-meta {
  text-align: left;
  max-width: 560px;
}

.mini-title {
  margin: 0 0 0.35rem;
  color: #ddedec;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.body-copy {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.45;
}

.small-note {
  margin: 0;
  font-size: 0.75rem;
  opacity: 0.6;
}

/* Platform links */
.platform-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.platform {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border: 1px solid #222;
  background: #0b0b0b;
  color: #6df0ff;
  text-decoration: none;
  font-size: 0.8rem;
  opacity: 0.85;
  border-radius: 4px;
}

.platform:hover {
  opacity: 1;
  border-color: #6df0ff;
}

/* ---------------------------- */
/* STORE GRID                   */
/* ---------------------------- */
.store-sub {
  opacity: 0.6;
  margin: 0.5rem 0 2rem;
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 1rem;
}

/* Base merch-card */
.merch-card {
  border: none;
  background: #0b0b0b;
  padding: .5rem;
  border-radius: 8px;
  text-align: left;
      margin-bottom: 3.5rem;

}

/* Store-only: center the text under images */
.merch-grid .merch-card {
  text-align: center;
}

.merch-card h3 {
  margin: 0.75rem 0 0.25rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Store-only override */
.merch-grid .merch-card h3 {
  text-transform: none;
  letter-spacing: 0.02em;
}

.merch-card p {
  margin: 0;
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;   /* increase this as needed */

}

.merch-grid .merch-card p {
  text-align: center;
}

/* Merch image frame size consistency (letterbox, no crop) */
.merch-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 3px;
  overflow: hidden;
}

/* ---------------------------- */
/* FRAMED IMAGE (music + store) */
/* ---------------------------- */
.video-image {
  width: 100%;
  height: 100%;
  background: #000;
  border: 1px solid #222;
  border-radius: 6px;
  overflow: hidden;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px;
  box-sizing: border-box;
}

.video-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.video-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 6px;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.35);
}

/* Album art rectangle sizing */
.album-art {
  min-width: 210px;
}

.album-art.cd-rect {
  width: 260px;
  height: 120px;
}

/* Responsive */
@media (min-width: 860px) {
  .album-grid {
    grid-template-columns: 1fr;
  }
}

.jh-media {
  display: flex;
  gap: 1.25rem;
  margin: 2rem 0;
}

.jh-media img {
  width: 50%;
  height: auto;
  border: 1px solid #222;
  border-radius: 6px;
}

/* Mobile: stack vertically */
@media (max-width: 700px) {
  .jh-media {
    flex-direction: column;
  }

  .jh-media img {
    width: 100%;
  }
}
