.brand,
footer .brand.small {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", "Avenir Next", Avenir, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.46em;
  white-space: nowrap;
}

footer .brand.small {
  font-size: 0.72rem;
  letter-spacing: 0.42em;
}

@media (max-width: 800px) {
  .brand,
  footer .brand.small {
    font-size: 0.68rem;
    letter-spacing: 0.3em;
  }
}

.hero-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #06111c;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-poster {
  z-index: -1;
}

.footer-streaming {
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 48rem;
}

.footer-streaming a:hover {
  color: #d9aa5b;
}

.inner-page {
  min-height: 100vh;
  padding: 10rem 8vw 7rem;
  background: linear-gradient(145deg, rgba(6,17,28,.95), rgba(16,43,66,.9)), url("summer-nights.png") center/cover fixed;
}

.inner-intro {
  max-width: 62rem;
  margin-bottom: 4rem;
}

.inner-intro h1 {
  margin: .4rem 0 1.2rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 500;
  line-height: 1;
}

.inner-intro p:last-child {
  max-width: 42rem;
  color: #b9c8d0;
}

.discography-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.release-card {
  padding: 1rem;
  background: rgba(6,17,28,.76);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
}

.release-card img {
  aspect-ratio: 1;
  object-fit: cover;
}

.release-card h2 {
  margin: 1.1rem 0 .15rem;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.release-card p {
  margin: 0 0 1rem;
  color: #93a6b1;
  font-size: .82rem;
}

.card-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.card-links a {
  padding: .45rem .65rem;
  border: 1px solid rgba(255,255,255,.18);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.coming-soon {
  display: grid;
  min-height: calc(100vh - 12rem);
  place-items: center;
  text-align: center;
}

.coming-soon h1 {
  margin: .5rem 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 500;
}

@media (max-width: 800px) {
  .hero-video video { transform: translate(-50%, -50%); }
  footer .footer-streaming { justify-content: flex-start; }
  .inner-page { padding: 8rem 6vw 5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero-poster { z-index: 0; }
}
