:root {
  --bg: #110f0c;
  --bg-soft: #1a1713;
  --bg-card: #211d18;
  --ink: #f6f0e6;
  --muted: #b8aea0;
  --line: rgba(246, 240, 230, 0.12);
  --accent: #d4a45a;
  --accent-soft: #e8c48a;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --header: 4.5rem;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.nav-open {
  overflow: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(212, 164, 90, 0.12), transparent 50%),
    radial-gradient(900px 500px at 110% 10%, rgba(143, 110, 64, 0.16), transparent 45%),
    var(--bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--accent-soft);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.6rem 1rem;
  background: var(--accent);
  color: #1a140c;
}

.skip:focus {
  top: 1rem;
}

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  backdrop-filter: blur(16px);
  background: rgba(17, 15, 12, 0.78);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: var(--header);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.nav {
  display: flex;
  align-items: center;
  gap: 0.2rem 1.15rem;
}

.nav a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--muted);
  white-space: nowrap;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
}

.nav a.ext::after {
  content: "↗";
  font-size: 0.7em;
  margin-left: 0.25em;
  opacity: 0.7;
}

.hero-stage {
  position: relative;
  min-height: min(92vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  margin-top: calc(-1 * var(--header));
}

.hero-stage-photo {
  position: absolute;
  inset: 0;
}

.hero-stage-photo picture,
.hero-stage-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 60%;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: auto;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 15, 12, 0.88) 0%, rgba(17, 15, 12, 0.55) 42%, rgba(17, 15, 12, 0.18) 100%),
    linear-gradient(to top, rgba(17, 15, 12, 0.92) 0%, rgba(17, 15, 12, 0.15) 42%, transparent 70%);
  pointer-events: none;
}

.hero-stage-copy {
  position: relative;
  z-index: 1;
  padding: calc(var(--header) + 3.2rem) 0 3.2rem;
  max-width: 40rem;
}

.spotify-embed {
  display: block;
  width: min(100%, 28rem);
  margin-top: 1.5rem;
  border: 0;
  border-radius: 14px;
  background: #000;
}

.hero-stage-copy .actions {
  margin-top: 1.2rem;
}

.spotify-fallback {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
}

.spotify-fallback a {
  color: var(--muted);
}

.hero-stage-copy .btn-ghost {
  background: rgba(17, 15, 12, 0.35);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
  padding: 4.5rem 0 3.5rem;
}

.kicker {
  display: inline-block;
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
}

h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.lede {
  max-width: 38rem;
  font-size: 1.16rem;
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.8rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.btn-primary {
  background: var(--accent);
  color: #1b140c;
}

.btn-primary:hover {
  color: #1b140c;
  filter: brightness(1.05);
}

.btn-ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.hero-photo {
  position: relative;
}

.hero-photo img {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow);
  object-fit: cover;
  aspect-ratio: 1;
}

.section {
  padding: 3.5rem 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.muted {
  color: var(--muted);
}

.featured {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  padding: 1.4rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 28px;
  align-items: center;
}

.featured img {
  width: 100%;
  border-radius: 16px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.card {
  display: block;
  padding: 1.4rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  min-height: 10rem;
}

.card p {
  color: var(--muted);
  margin: 0.4rem 0 0;
}

.bands {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.albums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.album {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
}

.album img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.album-body {
  padding: 1rem 1.1rem 1.15rem;
}

.album-body h2 {
  font-size: 1.35rem;
  margin-bottom: 0.15rem;
}

.year {
  color: var(--muted);
  font-size: 0.92rem;
}

.album-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: 0.82rem;
  color: var(--ink);
}

.chip:hover {
  border-color: var(--accent);
  color: var(--accent-soft);
}

.page-hero {
  padding: 3.2rem 0 1.2rem;
}

.page-hero p {
  max-width: 42rem;
  color: var(--muted);
}

.specs {
  display: grid;
  grid-template-columns: minmax(9rem, auto) 1fr;
  gap: 0.55rem 1.4rem;
  align-items: baseline;
  margin: 0 0 1.8rem;
  padding: 1.2rem 1.3rem;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.specs dt {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.specs dd {
  margin: 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}

.gallery a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}

.gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery a:hover img {
  transform: scale(1.04);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-card {
  padding: 1.5rem;
  background: var(--bg-card);
  border-radius: 22px;
  border: 1px solid var(--line);
}

.contact-card a {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-decoration: none;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.quiet-note {
  margin: 1.8rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.quiet-note a {
  color: var(--muted);
}

.site-footer {
  margin-top: 3rem;
  padding: 2rem 0 2.4rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-inner a {
  color: var(--muted);
  text-decoration: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(8, 7, 6, 0.92);
  z-index: 80;
  padding: 1.5rem;
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox img {
  max-width: min(92vw, 1200px);
  max-height: 88vh;
  border-radius: 12px;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--bg-card);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.4rem;
}

.album:hover {
  border-color: rgba(212, 164, 90, 0.35);
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    z-index: 50;
    padding: 0.8rem 1rem 1.2rem;
    background: rgba(17, 15, 12, 0.98);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
  }

  .nav a {
    padding: 0.55rem 0;
    width: 100%;
  }

  body.nav-open .nav {
    display: flex;
  }

  .hero-stage {
    min-height: auto;
  }

  .hero-stage-copy {
    padding: calc(var(--header) + 2.4rem) 0 2.2rem;
    max-width: none;
  }

  .hero,
  .featured,
  .cards,
  .bands,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .albums,
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    gap: 1.6rem;
    padding-top: 2.4rem;
  }

  .specs {
    grid-template-columns: 1fr;
    gap: 0.15rem 0;
  }

  .specs dd {
    margin-bottom: 0.7rem;
  }
}

@media (max-width: 560px) {
  .albums,
  .gallery {
    grid-template-columns: 1fr;
  }

  .brand-text span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery img { transition: none; }
}
