
:root {
  --bg: #11100f;
  --panel: #1c1a18;
  --panel-2: #26231f;
  --text: #f3eee6;
  --muted: #b8afa4;
  --line: rgba(255,255,255,.12);
  --accent: #c99550;
  --accent-2: #f0c37b;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, #2b2118 0, var(--bg) 42rem);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(17,16,15,.82);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo { font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: flex-end; }
.nav a { color: var(--muted); font-size: .95rem; padding: .35rem .65rem; border-radius: 999px; }
.nav a:hover, .nav a.active { color: var(--text); background: rgba(255,255,255,.08); }
main { min-height: 72vh; }
.section { max-width: var(--max); margin: 0 auto; padding: 4.5rem 1.25rem; }
.hero { max-width: var(--max); margin: 0 auto; padding: 3rem 1.25rem 4.5rem; display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center; }
.hero-copy h1, .page-title { margin: 0 0 1rem; font-size: clamp(2.5rem, 7vw, 5.8rem); line-height: .92; letter-spacing: -.05em; }
.kicker { color: var(--accent-2); letter-spacing: .16em; text-transform: uppercase; font-weight: 700; font-size: .78rem; margin-bottom: .8rem; }
.lead { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); max-width: 46rem; }
.hero-image img { border-radius: 1.2rem; box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; object-position: center 30%; }
.cta-row { display: flex; gap: .8rem; margin-top: 1.6rem; flex-wrap: wrap; }
.button, button.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: var(--accent); color: #1b1208; font-weight: 800; padding: .78rem 1rem; border-radius: 999px; cursor: pointer; }
.button.secondary { background: transparent; color: var(--text); }
.grid { display: grid; gap: 1.4rem; }
.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card { background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); border: 1px solid var(--line); border-radius: 1.2rem; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.card-content { padding: 1.25rem; }
.card h2, .card h3, .content h2 { margin: 0 0 .75rem; line-height: 1.15; }
.card p, .content p { color: var(--muted); }
.content { max-width: 860px; }
.content p { margin: 0 0 1rem; }
.album { display: grid; grid-template-columns: minmax(220px, 360px) 1fr; gap: 1.5rem; margin-bottom: 2rem; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 1.4rem; padding: 1rem; }
.album-cover { border-radius: 1rem; overflow: hidden; align-self: start; }
.album-info h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: .25rem 0 0; line-height: 1; }
.album-info .subtitle { color: var(--accent-2); margin: .3rem 0 1rem; }
.tracklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.track { position: relative; overflow: hidden; --progress: 0%; display: grid; grid-template-columns: 2.5rem minmax(150px, 1fr) minmax(270px, 390px) auto; gap: .75rem; align-items: center; padding: .65rem; border: 1px solid var(--line); border-radius: .85rem; background: rgba(0,0,0,.16); }
.track::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--progress); background: linear-gradient(90deg, rgba(201,149,80,.42), rgba(240,195,123,.22)); pointer-events: none; transition: width .12s linear; }
.track > * { position: relative; z-index: 1; }
.track.is-active { border-color: rgba(201,149,80,.78); }
.track-number { color: var(--muted); font-variant-numeric: tabular-nums; }
.track-title { font-weight: 700; }
.lyrics-button { border: 1px solid var(--line); background: rgba(255,255,255,.07); color: var(--text); border-radius: 999px; padding: .45rem .75rem; cursor: pointer; font-weight: 800; font-size: .78rem; letter-spacing: .04em; }
.track-player { display: none; }
.inline-player { display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; align-items: center; gap: .65rem; }
.play-toggle { border: 1px solid rgba(240,195,123,.46); background: rgba(201,149,80,.22); color: var(--text); border-radius: 999px; padding: .42rem .72rem; cursor: pointer; font-weight: 800; font-size: .78rem; min-width: 4.2rem; }
.play-toggle:hover { background: rgba(201,149,80,.34); }
.track-progress { width: 100%; accent-color: var(--accent-2); cursor: pointer; }
.track-time { color: var(--muted); font-variant-numeric: tabular-nums; font-size: .86rem; white-space: nowrap; }
.lyrics-button:hover { background: rgba(255,255,255,.13); }
.now-playing { color: var(--muted); font-size: .9rem; }
audio { width: 100%; }
.video-grid { display: grid; gap: 1.5rem; }
.video-card { background: var(--panel); border: 1px solid var(--line); border-radius: 1.2rem; overflow: hidden; }
.video-frame { aspect-ratio: 16/9; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.caption { color: var(--muted); font-size: .9rem; margin-top: .65rem; }
.gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 2rem; }
.gallery figure { margin: 0; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; }
.gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.gallery figcaption { color: var(--muted); font-size: .9rem; padding: .75rem; }
.studio-gallery img { aspect-ratio: 4/3; }
.lyrics-modal { position: fixed; inset: 0; z-index: 99; display: none; align-items: center; justify-content: center; padding: 1.25rem; background: rgba(0,0,0,.72); }
.lyrics-modal.is-open { display: flex; }
.lyrics-window { width: min(720px, 100%); max-height: min(80vh, 860px); overflow: auto; background: #f5efe5; color: #16120e; border-radius: 1.2rem; padding: 1.5rem; box-shadow: 0 22px 90px rgba(0,0,0,.6); cursor: pointer; }
.lyrics-window h2 { margin: 0 0 1rem; line-height: 1.1; }
.lyrics-window pre { margin: 0; white-space: pre-wrap; font: inherit; line-height: 1.5; }
.lyrics-hint { color: #65594d; font-size: .88rem; margin-bottom: 1rem; }

.story-page { max-width: 980px; }
.story-content { max-width: 780px; margin: 0 auto; }
.story-content .page-title { font-size: clamp(2.4rem, 6vw, 5.2rem); margin-bottom: 2.2rem; }
.story-content h2 { margin: 2.4rem 0 .9rem; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.08; letter-spacing: -.03em; }
.about-intro-row { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 3rem; align-items: start; }
.about-intro-copy h2 { margin-top: 0; }
.about-1991-image { margin: 0; }
.about-1991-image figcaption { text-align: left; margin-top: 1rem; }
.about-1991-image figcaption strong { display: inline-block; margin-bottom: .35rem; color: var(--text); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.story-content p { color: var(--muted); margin: 0 0 1rem; }
.story-content a { color: var(--accent-2); text-decoration: underline; text-underline-offset: .18em; }
.story-content blockquote { margin: 1.2rem 0 2rem; padding: 1rem 1.2rem; border-left: 3px solid var(--accent); color: var(--text); background: rgba(255,255,255,.035); border-radius: .6rem; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.story-figure { margin: 2rem 0; }
.story-figure img { width: 100%; border-radius: 1rem; box-shadow: var(--shadow); }
.story-figure-small { max-width: 620px; margin-left: auto; margin-right: auto; }
.story-figure figcaption, .image-note { color: var(--muted); font-size: .95rem; text-align: center; margin-top: .75rem; }
.story-image-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: start; margin-top: 1.2rem; }
.story-image-pair .story-figure { margin: 0; }

.about-people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; align-items: start; margin: 2rem auto; max-width: 620px; }
.about-person { margin: 0; }
.about-person img { max-width: 100%; }
.contact-block { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }

.site-footer { border-top: 1px solid var(--line); color: var(--muted); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 2rem 1.25rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 820px) {
  .header-inner { grid-template-columns: 1fr; display: grid; }
  .hero, .album, .two, .three { grid-template-columns: 1fr; }
  .gallery, .story-image-pair, .about-intro-row, .about-people { grid-template-columns: 1fr; }
  .about-1991-image figcaption { text-align: center; }
  .track { grid-template-columns: 2rem 1fr; }
  .inline-player { grid-column: 1 / -1; grid-template-columns: auto 1fr; }
  .track-time { grid-column: 2; }
  .track .lyrics-button { grid-column: 1 / -1; justify-self: start; }
  .section { padding: 3.2rem 1rem; }
  .hero { padding: 2rem 1rem 3rem; }
}
