/* The Deafening Colors. Single stylesheet, no build step.
   Palette (2026-09-04): near-black ground, slate cards, old-gold callouts inherited from the Wix header.
   Rule: an accent only ever sits on a surface of a different hue. Gold text on ground or slate, black text on gold. */
:root {
  --ground: #101318;
  --ground-2: #161b23;
  --slate: #1d2836;
  --slate-2: #27364a;
  --slate-line: #34465e;
  --gold: #b8952f;
  --gold-hover: #d1ac3c;
  --gold-text: #e6c76a;
  --on-gold: #14120a;
  --ink: #f4f1e8;
  --ink-soft: #d9d3c2;
  --serif: 'Libre Caslon Text', 'Times New Roman', Times, serif;
  --sans: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --max: 68rem;
  --text-max: 44rem;
  --radius: 6px;
}
* { box-sizing: border-box; }
html { background: var(--ground); color-scheme: dark; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--ground); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.6; text-wrap: pretty; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-text); text-decoration: none; }
a:hover { color: #fff; }
h1, h2, h3, h4 { font-family: var(--sans); font-weight: 500; line-height: 1.15; margin: 0 0 .5em; text-wrap: balance; letter-spacing: .01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 300; letter-spacing: .02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--on-gold); padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; }

/* Header */
.site-head { border-top: 4px solid var(--gold); padding: 1.6rem 1rem 1.1rem; text-align: center; background: var(--ground); }
.wordmark { display: inline-block; font-family: var(--serif); color: #fff; font-size: clamp(1.45rem, 4.2vw, 2.4rem); letter-spacing: .28em; text-transform: none; padding-left: .28em; line-height: 1.2; }
.wordmark:hover { color: var(--gold-text); }
.site-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .1rem 1.6rem; margin: 1rem auto .9rem; max-width: var(--max); }
.site-nav a { color: var(--ink); font-weight: 500; font-size: 1.02rem; letter-spacing: .06em; text-transform: uppercase; padding: .25rem 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold-text); border-bottom-color: var(--gold); }
.icon-row { list-style: none; margin: 0 auto; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem; }
.icon-row a { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--slate); color: var(--ink); }
.icon-row a:hover { background: var(--gold); color: var(--on-gold); }
.ico { width: 1.2rem; height: 1.2rem; }

/* Layout */
main { max-width: var(--max); margin: 0 auto; padding: 0 1rem 3rem; }
.section { margin: 3rem 0 0; }
.section-title { text-transform: uppercase; letter-spacing: .12em; font-size: 1rem; font-weight: 600; color: var(--gold-text); margin-bottom: 1rem; }
.section-lede, .lede { font-size: 1.15rem; max-width: var(--text-max); }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; font-weight: 600; color: var(--gold-text); margin-bottom: .4rem; }
.page-head { padding: 2.2rem 0 .4rem; max-width: var(--text-max); }
.page-head h1 { margin-bottom: .4rem; }
.more { margin-top: 1.2rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; font-size: .9rem; }
.card { background: var(--slate); border: 1px solid var(--slate-line); border-radius: var(--radius); padding: 1.4rem; }
.big { font-size: 1.3rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .55rem; background: var(--slate-2); color: var(--ink); border: 1px solid var(--slate-line); border-radius: var(--radius); padding: .62rem 1.05rem; font-weight: 600; letter-spacing: .03em; line-height: 1.2; cursor: pointer; font-family: var(--sans); font-size: 1rem; }
.btn:hover { background: var(--slate-line); color: #fff; }
.btn .ico { width: 1.05rem; height: 1.05rem; }
.btn-primary { background: var(--gold); color: var(--on-gold); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-hover); color: var(--on-gold); }
.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--ground); }
.btn-lg { padding: .85rem 1.35rem; font-size: 1.08rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0 1.2rem; }

/* Hero */
.hero { position: relative; margin: 0 -1rem; padding: clamp(3.5rem, 10vw, 7.5rem) 1rem; background: #0b0d12 url('/img/hero-dusk.jpg') center 38% / cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,19,24,.55) 0%, rgba(16,19,24,.7) 60%, var(--ground) 100%); }
.hero-inner { position: relative; max-width: var(--max); margin: 0 auto; }
.hero h1 { color: #fff; max-width: 14ch; text-shadow: 0 2px 18px rgba(0,0,0,.6); }
.hero .lede { max-width: 36rem; color: var(--ink); text-shadow: 0 1px 10px rgba(0,0,0,.7); font-size: 1.2rem; }
.hero .eyebrow { color: var(--gold-text); }

/* Releases */
.release { display: grid; grid-template-columns: minmax(0, 18rem) minmax(0, 1fr); gap: 1.6rem; margin-top: 1.4rem; }
.release-art img { border-radius: var(--radius); width: 100%; }
.release-title { margin-bottom: .3rem; }
.release-about { max-width: var(--text-max); }
.tracks { margin: .4rem 0 1rem; padding: 0; list-style: none; counter-reset: track; max-width: 34rem; }
.tracks li { counter-increment: track; display: flex; gap: .8rem; padding: .3rem 0; border-bottom: 1px solid var(--slate-line); }
.tracks li::before { content: counter(track); color: var(--gold-text); min-width: 1.6rem; font-variant-numeric: tabular-nums; font-weight: 600; }
.tracks .t { flex: 1; }
.tracks .d { color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.credits { margin: .4rem 0 1.2rem; max-width: var(--text-max); }
.credits summary { cursor: pointer; color: var(--gold-text); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: .85rem; }
.credits p { margin: .7rem 0 0; white-space: pre-line; }
.personnel { margin: .6rem 0 0; padding-left: 1.1rem; }
.bc-player { border: 0; width: 100%; max-width: 40rem; display: block; border-radius: var(--radius); background: var(--slate); }
.featured .release-body { display: flex; flex-direction: column; }
.jump { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin: .8rem 0 0; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; }

/* Tile rows: flex-wrap plus grow, so a last-row tile stretches instead of stranding. */
.tile-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.tile { flex: 1 1 10rem; display: flex; align-items: center; justify-content: center; gap: .6rem; background: var(--slate); border: 1px solid var(--slate-line); border-radius: var(--radius); padding: 1.1rem 1rem; color: var(--ink); font-weight: 600; letter-spacing: .04em; }
.tile .ico { width: 1.4rem; height: 1.4rem; }
.tile:hover { background: var(--slate-2); color: #fff; }
.tile-primary { background: var(--gold); color: var(--on-gold); border-color: var(--gold); }
.tile-primary:hover { background: var(--gold-hover); color: var(--on-gold); }
.cover-tile { flex: 1 1 13rem; max-width: 100%; }
.cover-tile img { border-radius: var(--radius); width: 100%; aspect-ratio: 1; object-fit: cover; }
.cover-caption { display: flex; justify-content: space-between; gap: .5rem; padding: .55rem .1rem 0; color: var(--ink); }
.cover-caption em { font-style: normal; color: var(--ink-soft); }
.cover-tile:hover .cover-caption strong { color: var(--gold-text); }
.single { flex: 1 1 18rem; padding: 0; overflow: hidden; }
.single img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.single-body { padding: 1.1rem 1.2rem 1.3rem; }
.single-body .bc-player { margin-bottom: .9rem; }

/* Pull quote band: gold surface, black type. */
.band-gold { background: var(--gold); color: var(--on-gold); margin: 3rem -1rem 0; padding: clamp(2rem, 5vw, 3.5rem) 1rem; }
.band-gold blockquote { max-width: var(--max); margin: 0 auto; }
.band-gold p { font-family: var(--serif); font-size: clamp(1.25rem, 2.6vw, 1.75rem); line-height: 1.4; max-width: 30em; margin: 0 0 .8rem; }
.band-gold footer { font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: .85rem; }

/* Video */
.video-wrap { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: var(--radius); overflow: hidden; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-list { display: grid; gap: 1.4rem; margin-top: 1.4rem; }
.video.card { padding: 0; overflow: hidden; }
.video .video-wrap { border-radius: 0; }
.video-body { padding: 1.1rem 1.4rem 1.2rem; }
.video-body h2 { margin-bottom: .2rem; font-size: 1.4rem; }
.video-body p:last-child { margin-bottom: 0; }

/* Shows */
.show-list { list-style: none; margin: 1rem 0 0; padding: 0; }
.show { display: grid; grid-template-columns: 8rem minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--slate-line); }
.show time { font-weight: 600; color: var(--gold-text); font-variant-numeric: tabular-nums; }
.show-body { display: flex; flex-direction: column; gap: .1rem; }
.show-body strong { font-size: 1.15rem; }
.show-body span { color: var(--ink-soft); }
.empty { max-width: var(--text-max); }
.empty p:last-child { margin: 0; }
.poster-row { margin-top: 1.6rem; }
.poster { flex: 1 1 16rem; max-width: 24rem; margin: 0; }
.poster img { border-radius: var(--radius); }
.poster figcaption { color: var(--ink-soft); font-size: .95rem; padding-top: .5rem; }

/* Press */
.quote-list { display: grid; gap: 1.2rem; }
.quote { margin: 0; }
.quote p { font-family: var(--serif); font-size: 1.15rem; line-height: 1.55; }
.quote footer { display: flex; flex-wrap: wrap; gap: .3rem 1rem; align-items: baseline; }
.quote .who { font-weight: 600; letter-spacing: .04em; }
.quote .outlet { color: var(--ink-soft); }
.quote footer a { text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; font-weight: 600; }

/* Prose (about, news posts) */
.prose { max-width: var(--text-max); font-size: 1.1rem; }
.prose figure { margin: 1.6rem 0; }
.prose img { border-radius: var(--radius); max-height: 40rem; width: auto; }
.prose h2, .prose h3 { margin-top: 1.6em; }
.band-photo { margin: 1.4rem 0 1.8rem; }
.band-photo img { border-radius: var(--radius); }

/* News list */
.post-list { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 1rem; }
.post-item time { color: var(--gold-text); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; font-size: .82rem; }
.post-item h2 { font-size: 1.35rem; margin: .3rem 0 .4rem; }
.post-item h2 a { color: var(--ink); }
.post-item h2 a:hover { color: var(--gold-text); }
.post-item p { margin: 0; color: var(--ink-soft); }
.post .page-head { max-width: var(--text-max); }

/* Forms (Netlify) */
.list-form { display: flex; flex-wrap: wrap; gap: .8rem; align-items: flex-end; margin-top: .6rem; }
.field { display: flex; flex-direction: column; gap: .3rem; flex: 1 1 14rem; font-weight: 600; letter-spacing: .04em; font-size: .9rem; text-transform: uppercase; }
.field input { font: inherit; font-size: 1.05rem; text-transform: none; letter-spacing: 0; font-weight: 400; padding: .65rem .8rem; border-radius: var(--radius); border: 1px solid var(--slate-line); background: var(--ground); color: var(--ink); }
.field input:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.hp { position: absolute; left: -9999px; }
.list-card { max-width: var(--text-max); }
.contact-grid { display: grid; gap: 1.2rem; margin-top: 1.2rem; }
.contact-grid h2 { font-size: 1.3rem; }

/* Footer */
.site-foot { border-top: 1px solid var(--slate-line); margin-top: 2rem; padding: 2rem 1rem 2.6rem; text-align: center; }
.site-foot p { margin: .6rem 0 0; }
.foot-links { text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; font-weight: 600; }
.foot-links span { color: var(--ink-soft); margin: 0 .3rem; }
.foot-copy { color: var(--ink-soft); font-size: .9rem; }

@media (min-width: 46rem) {
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 46rem) {
  .release { grid-template-columns: 1fr; }
  .release-art { max-width: 22rem; }
  .show { grid-template-columns: 1fr; gap: .3rem; }
  .hero h1 { max-width: none; }
  .site-nav { gap: .1rem 1rem; }
  .site-nav a { font-size: .95rem; }
}
