:root {
  --ink: #0b0a08;
  --ink-soft: #15120e;
  --cream: #efe3cf;
  --cream-dim: #c9b99f;
  --gold: #d3b47f;
  --line: rgba(239, 227, 207, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --script: "Parisienne", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--cream); background: var(--ink); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--cream); color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 96px; padding: 18px clamp(24px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, min-height .3s; }
.site-header.scrolled { min-height: 74px; background: rgba(11,10,8,.92); border-color: var(--line); backdrop-filter: blur(12px); }
.wordmark { font-family: var(--script); font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: .9; color: var(--cream); text-decoration: none; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 36px); }
.site-nav a { position: relative; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .69rem; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; color: var(--cream); background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .25s, opacity .25s; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; background: #080808 url("assets/hero.webp") center 35% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,3,.88) 0%, rgba(4,4,3,.42) 48%, rgba(4,4,3,.1) 72%), linear-gradient(0deg, rgba(4,4,3,.76) 0%, transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(720px, calc(100% - 48px)); margin: 0 0 clamp(90px, 12vh, 140px) clamp(24px, 8vw, 140px); }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .25em; font-size: .7rem; font-weight: 600; }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .93; letter-spacing: -.03em; }
.hero h1 { max-width: 690px; font-size: clamp(4rem, 9vw, 8.5rem); }
.hero-intro { max-width: 520px; margin: 24px 0 30px; color: rgba(239,227,207,.82); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 1px solid var(--cream); text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .69rem; font-weight: 600; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--gold); border-color: var(--gold); }
.button-ghost { background: transparent; color: var(--cream); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--cream); color: var(--ink); }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 36px; width: 36px; height: 58px; border: 1px solid rgba(239,227,207,.5); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 12px; width: 3px; height: 9px; border-radius: 2px; background: var(--cream); transform: translateX(-50%); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,18px); } }

.section { position: relative; padding: clamp(88px, 12vw, 160px) 0; scroll-margin-top: 72px; }
.release { background: var(--cream); color: var(--ink); }
.release-grid { display: grid; grid-template-columns: minmax(280px, 470px) 1fr; align-items: center; gap: clamp(48px, 9vw, 130px); }
.album-art { position: relative; padding: 18px; background: white; box-shadow: 0 30px 70px rgba(0,0,0,.18); transform: rotate(-1.5deg); }
.album-art::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(11,10,8,.12); pointer-events: none; }
.release .eyebrow { color: #765b31; }
.release h2, .section-heading h2, .bio-copy h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.release-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0; color: #4c4438; font-family: var(--serif); font-size: 1.3rem; }
.store-links { border-top: 1px solid rgba(11,10,8,.2); }
.store-links a { display: flex; justify-content: space-between; padding: 16px 2px; border-bottom: 1px solid rgba(11,10,8,.2); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.store-links a:hover span { transform: translate(3px,-3px); }
.store-links span { transition: transform .2s; }

.gallery-section { background: #11100e; overflow: hidden; }
.section-heading { margin-bottom: clamp(44px, 7vw, 80px); }
.section-heading > p:not(.eyebrow) { max-width: 560px; color: var(--cream-dim); font-family: var(--serif); font-size: 1.25rem; }
.gallery { width: min(1420px, calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; border: 0; padding: 0; background: #070706; cursor: zoom-in; overflow: hidden; aspect-ratio: 3 / 4; }
.gallery-item:nth-child(5n+2), .gallery-item:nth-child(7n+4) { aspect-ratio: 4 / 5; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .65s ease, filter .4s; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.gallery-item.is-hidden { display: none; }
.gallery-actions { display: flex; justify-content: center; margin-top: 40px; }

.music-section { background: #090908; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 5vw, 64px); }
.video-card:nth-child(even) { margin-top: 90px; }
.video-frame { position: relative; aspect-ratio: 16/9; background: #000; overflow: hidden; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card h3 { margin: 20px 0 2px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.video-card p { margin: 0; color: var(--cream-dim); text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; }

.biography { min-height: 840px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); color: var(--ink); }
.bio-image { min-height: 760px; background: url("assets/bio.webp") center / cover no-repeat; }
.bio-copy { align-self: center; padding: clamp(70px, 9vw, 140px); }
.bio-copy .eyebrow { color: #765b31; }
.bio-copy blockquote { margin: 34px 0; padding-left: 24px; border-left: 1px solid #8a7658; font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.45; }
.bio-copy p { color: #4b4337; }
.bio-copy .pull-quote { margin-top: 36px; color: var(--ink); font-family: var(--serif); font-size: 1.25rem; }
.pull-quote span { display: block; color: #765b31; font-family: var(--sans); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }

.shows-section { min-height: 720px; display: flex; align-items: center; background: linear-gradient(rgba(6,6,5,.72), rgba(6,6,5,.83)), url("assets/shows.webp") center / cover fixed; }
.shows-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: end; }
.shows-section .section-heading { margin: 0; }
.archive { border-top: 1px solid var(--line); }
.archive summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); cursor: pointer; font-family: var(--serif); font-size: 1.5rem; }
.archive summary::-webkit-details-marker { display: none; }
.archive summary span { font-family: var(--sans); font-weight: 300; transition: transform .2s; }
.archive[open] summary span { transform: rotate(45deg); }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; max-height: 370px; overflow: auto; padding-right: 12px; }
.archive-grid div { display: flex; flex-direction: column; padding: 15px 0; border-bottom: 1px solid var(--line); }
.archive-grid strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.archive-grid span { color: var(--cream-dim); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

.purchase-section { background: var(--cream); color: var(--ink); }
.purchase-section .eyebrow { color: #765b31; }
.purchase-section .section-heading > p:not(.eyebrow) { color: #4b4337; }
.purchase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { display: grid; grid-template-columns: minmax(180px, .8fr) 1.2fr; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.product-card > img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.product-body { padding: clamp(28px, 4vw, 50px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.product-body h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.08; font-weight: 500; }
.price { margin: 22px 0; font-size: 1.2rem; }
.price span { display: block; color: #675f54; font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.product-body .button { border-color: var(--ink); }
.contact-card { margin-top: 72px; padding: 52px; border: 1px solid rgba(11,10,8,.2); text-align: center; }
.contact-card p { margin: 0; color: #675f54; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; }
.contact-card > a { display: block; margin: 12px 0 18px; font-family: var(--serif); font-size: clamp(1.7rem, 4vw, 3.4rem); text-decoration-thickness: 1px; text-underline-offset: 6px; }
.contact-card small { color: #675f54; }

.site-footer { min-height: 260px; padding: 64px clamp(24px, 5vw, 80px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; background: #070706; border-top: 1px solid var(--line); }
.site-footer .wordmark { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.social-links { display: flex; gap: 26px; }
.social-links a { color: var(--cream-dim); text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; }
.social-links a:hover { color: var(--cream); }
.site-footer p { grid-column: 1 / -1; margin: 0; color: #7e7465; font-size: .7rem; }

.lightbox { width: 100%; height: 100%; max-width: none; max-height: none; border: 0; padding: 36px; background: rgba(3,3,3,.96); color: white; }
.lightbox::backdrop { background: rgba(0,0,0,.92); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox img { max-width: min(100%, 1080px); max-height: calc(100vh - 72px); object-fit: contain; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 2; border: 0; background: transparent; color: white; cursor: pointer; }
.lightbox-close { top: 18px; right: 24px; font-size: 2.2rem; }
.lightbox-nav { top: 50%; transform: translateY(-50%); font-size: 4rem; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; position: relative; z-index: 60; }
  .site-nav { position: fixed; inset: 0; z-index: 55; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(8,7,6,.98); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .site-nav.open { opacity: 1; visibility: visible; }
  .site-nav a { font-family: var(--serif); font-size: 2.1rem; text-transform: none; letter-spacing: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .release-grid { grid-template-columns: minmax(250px, .8fr) 1fr; gap: 50px; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .biography { grid-template-columns: .85fr 1.15fr; }
  .bio-copy { padding: 70px 48px; }
  .shows-inner { grid-template-columns: 1fr; align-items: start; }
  .purchase-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 300px 1fr; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 32px, 1120px); }
  .site-header { min-height: 72px; padding: 15px 18px; }
  .site-header .wordmark { font-size: 2.25rem; }
  .hero { background-position: 62% center; align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,4,3,.95) 0%, rgba(4,4,3,.45) 55%, rgba(4,4,3,.2) 100%); }
  .hero-content { width: calc(100% - 32px); margin: 0 16px 64px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.6rem); }
  .hero-intro { margin: 16px 0 24px; }
  .hero-actions .button { flex: 1 1 150px; }
  .scroll-cue { display: none; }
  .section { padding: 82px 0; }
  .release-grid { grid-template-columns: 1fr; gap: 52px; }
  .album-art { width: min(92%, 460px); margin-inline: auto; }
  .release h2, .section-heading h2, .bio-copy h2 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .gallery { width: calc(100% - 20px); grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery-item:nth-child(n) { aspect-ratio: 3 / 4; }
  .video-grid { grid-template-columns: 1fr; gap: 44px; }
  .video-card:nth-child(even) { margin-top: 0; }
  .biography { display: block; }
  .bio-image { min-height: 72vh; background-position: 50% 28%; }
  .bio-copy { padding: 78px 20px; }
  .shows-section { background-attachment: scroll; }
  .archive-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; }
  .product-card > img { aspect-ratio: 1 / 1; min-height: 0; }
  .contact-card { padding: 42px 18px; }
  .contact-card > a { overflow-wrap: anywhere; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .social-links { justify-content: center; flex-wrap: wrap; }
  .lightbox { padding: 20px; }
  .lightbox-nav { font-size: 2.7rem; }
  .lightbox-prev { left: 4px; }
  .lightbox-next { right: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
