@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;1,700&family=DM+Sans:wght@400;600;700&display=swap');

:root {
  --ink: #120d0b;
  --paper: #e4d2ae;
  --cream: #f4ead5;
  --rust: #a33422;
  --gold: #bc8640;
  --line: rgba(228, 210, 174, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font: 16px/1.6 "DM Sans", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 74px; padding: 0 4vw; background: rgba(18,13,11,.91); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.wordmark { text-decoration: none; text-transform: uppercase; letter-spacing: .06em; font: 700 26px/1 "Barlow Condensed", sans-serif; }
.wordmark span { color: var(--gold); font: 12px/1 "DM Sans", sans-serif; }
nav { display: flex; gap: clamp(.8rem, 2.5vw, 2.4rem); }
nav a { color: var(--paper); text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
nav a:hover { color: #fff; }
.hero { min-height: calc(100vh - 74px); display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.hero > img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 48% center; filter: contrast(1.05) saturate(.85); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 8rem); background: radial-gradient(circle at 20% 10%, #4a1d14, transparent 55%), var(--ink); }
.eyebrow { margin: 0 0 1rem; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
h1, h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-weight: 700; line-height: .94; letter-spacing: -.015em; text-transform: uppercase; text-wrap: balance; }
h1 { font-size: clamp(3.3rem, 7vw, 7rem); }
h1 em { color: var(--rust); font-style: normal; }
h2 { font-size: clamp(2.7rem, 5vw, 5.4rem); }
h3 { margin: 0; font: 700 clamp(1.7rem, 3vw, 2.6rem)/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.dek { max-width: 32rem; margin: 2rem 0; color: var(--paper); font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-block; padding: .9rem 1.25rem; color: #fff; background: var(--rust); border: 1px solid #cc604c; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.button:hover { background: #c3442d; }
.text-link { color: var(--paper); text-underline-offset: 5px; }
.quote-band { padding: 5rem 6vw; color: var(--ink); background: var(--paper); text-align: center; }
.quote-band blockquote { max-width: 1100px; margin: auto; font: 700 clamp(2.4rem, 5.3vw, 5.6rem)/.98 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.quote-band p { margin: 1.8rem 0 0; text-transform: uppercase; letter-spacing: .17em; font-weight: 700; font-size: 12px; }
.section { padding: clamp(5rem, 9vw, 9rem) 6vw; }
.section-heading { max-width: 820px; margin-bottom: 4rem; }
.section-heading > p:last-child { max-width: 600px; color: #bda989; font-size: 1.1rem; }
.listen { background: #18110e; }
.spotify-panel { max-width: 900px; padding: 1rem; background: #090706; border: 1px solid var(--line); }
.spotify-panel iframe { display: block; border: 0; border-radius: 4px; }
.spotify-link { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding: 1rem 1.2rem; color: #fff; background: #1db954; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.spotify-link:hover { background: #20c85a; }
.look { background: #090706; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.8rem, 2vw, 1.5rem); max-width: 1080px; margin: 0 auto; }
.card-grid figure { margin: 0; overflow: hidden; background: #000; border: 1px solid var(--line); }
.card-grid img { width: 100%; height: auto; aspect-ratio: 325 / 550; object-fit: cover; transition: filter .3s, transform .5s; }
.card-grid figure:hover img { filter: contrast(1.08); transform: scale(1.015); }
.credit { color: #806f61; text-align: right; font-size: 12px; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; color: var(--ink); background: var(--paper); }
.lineup { margin: 3rem 0 0; padding: 0; border-top: 1px solid rgba(18,13,11,.25); list-style: none; }
.lineup li { padding: .65rem 0; border-bottom: 1px solid rgba(18,13,11,.25); font-weight: 700; }
.lineup span { display: inline-block; width: 7rem; color: var(--rust); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.story { padding-top: 3.2rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.story .aside { margin-top: 3rem; padding: 1.5rem; border: 2px solid var(--rust); font-family: "Barlow Condensed", sans-serif; font-size: 1.4rem; font-weight: 700; text-transform: uppercase; transform: rotate(-1deg); }
.press { background: #241713; }
.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.clipping { display: grid; grid-template-rows: 330px auto; min-width: 0; padding: 0; overflow: hidden; color: var(--cream); background: #130d0b; border: 1px solid var(--line); text-align: left; cursor: zoom-in; }
.clipping img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: sepia(.2); transition: transform .35s, filter .35s; }
.clipping:hover img, .clipping:focus-visible img { transform: scale(1.025); filter: none; }
.clipping:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.clipping span { display: flex; flex-direction: column; min-height: 150px; padding: 1.4rem; }
.clipping small { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.clipping strong { margin-top: .4rem; font: 700 1.6rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.clipping em { margin-top: auto; padding-top: 1.5rem; color: #bda989; font-style: normal; text-decoration: underline; text-underline-offset: 4px; }
.lightbox { width: min(1100px, 95vw); height: 94vh; max-width: none; max-height: none; padding: 0; color: var(--cream); background: #0e0a08; border: 1px solid var(--gold); }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(5px); }
.lightbox-bar { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; background: rgba(14,10,8,.96); border-bottom: 1px solid var(--line); }
.lightbox-bar p { margin: 0; font-weight: 700; }
.lightbox-bar > div { display: flex; align-items: center; gap: 1rem; }
.open-original { color: var(--gold); font-size: 12px; }
.lightbox-close { width: 40px; height: 40px; padding: 0; color: #fff; background: transparent; border: 1px solid var(--line); font-size: 28px; line-height: 1; cursor: pointer; }
.lightbox > img { width: auto; max-width: 100%; height: auto; margin: 1.5rem auto 4rem; }
.closing { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; color: var(--ink); background: #bda985; }
.closing img { width: 100%; height: 100%; object-fit: cover; }
.closing div { align-self: center; padding: 6vw; }
.closing h2 { margin-bottom: 1.5rem; }
.closing div > p:not(.eyebrow) { max-width: 35rem; margin-bottom: 2rem; font-size: 1.15rem; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem 4vw; color: #89776a; border-top: 1px solid var(--line); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }

@media (max-width: 850px) {
  .site-header { align-items: flex-start; min-height: 92px; padding-top: 1rem; }
  nav { max-width: 280px; justify-content: flex-end; flex-wrap: wrap; gap: .4rem 1rem; }
  .hero, .about, .closing { grid-template-columns: 1fr; }
  .hero > img { min-height: 55vh; }
  .hero-copy { min-height: 70vh; }
  .press-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .closing img { max-height: 70vh; }
}

@media (max-width: 560px) {
  .wordmark { font-size: 17px; }
  nav a { font-size: 10px; }
  .section { padding-inline: 1.2rem; }
  .hero-copy { padding-inline: 1.2rem; }
  .quote-band { padding-inline: 1.2rem; }
  .card-grid { gap: .7rem; }
  .press-grid { grid-template-columns: 1fr; }
  .lightbox-bar { align-items: flex-start; }
  .lightbox-bar p { font-size: 12px; }
  .open-original { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .photo-grid img { transition: none; }
}
