:root {
  --black: #090909;
  --white: #f7f7f4;
  --grey: #b8b8b2;
  --line: rgba(255,255,255,.16);
  --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 1rem; top: -4rem; background: #fff; color: #000; padding: .8rem 1rem; z-index: 99; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem clamp(1.25rem, 4vw, 4rem);
  background: linear-gradient(to bottom, rgba(9,9,9,.96), rgba(9,9,9,.4), transparent);
}
.brand { width: 180px; background: #fff; padding: .45rem .7rem; border-radius: 2px; }
.site-header nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
.site-header nav a { text-decoration: none; text-transform: uppercase; font-size: .72rem; letter-spacing: .16em; }
.hero {
  min-height: 100svh; position: relative; overflow: hidden;
  display: grid; align-items: end; padding: 9rem clamp(1.25rem, 6vw, 6rem) clamp(3rem, 8vw, 7rem);
  isolation: isolate;
}
.hero-art {
  position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(90deg, rgba(9,9,9,.98) 0%, rgba(9,9,9,.76) 45%, rgba(9,9,9,.2) 100%), url('assets/189-story-minimal.png') center / cover no-repeat;
  filter: grayscale(1) contrast(1.08);
}
.hero::after { content:""; position:absolute; inset:0; z-index:-1; background: radial-gradient(circle at 75% 40%, transparent, rgba(0,0,0,.35) 58%, #090909 110%); }
.hero-copy { max-width: 900px; }
.eyebrow, .section-number { text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; font-weight: 700; }
.eyebrow { color: var(--grey); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.2rem, 8vw, 8.5rem); line-height: .88; letter-spacing: -.065em; margin-bottom: 2rem; }
h2 { font-size: clamp(2.6rem, 6vw, 6.2rem); line-height: .93; letter-spacing: -.055em; margin-bottom: 0; }
.lead { max-width: 680px; font-size: clamp(1.05rem, 1.7vw, 1.35rem); color: #d7d7d2; }
.hero-actions { display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2rem; }
.button { display:inline-block; padding: .9rem 1.15rem; text-decoration:none; border:1px solid #fff; font-weight:700; font-size:.82rem; text-transform:uppercase; letter-spacing:.08em; }
.button.primary { background:#fff; color:#000; }
.button.secondary { background:rgba(0,0,0,.25); }
.manifesto, .listen-section, .chart-section, .closing, footer { max-width: var(--max); margin: 0 auto; padding-left: clamp(1.25rem, 6vw, 6rem); padding-right: clamp(1.25rem, 6vw, 6rem); }
.manifesto { display:grid; grid-template-columns: .9fr 1.1fr; gap:4rem; padding-top:8rem; padding-bottom:8rem; }
.manifesto-copy { font-size:clamp(1.1rem,1.7vw,1.5rem); color:#d1d1cc; }
.manifesto-copy p + p { margin-top:2rem; }
.sound-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.sound-grid article { min-height:280px; padding:2rem; border-right:1px solid var(--line); display:flex; flex-direction:column; justify-content:flex-end; }
.sound-grid article:last-child { border-right:0; }
.sound-grid span { margin-bottom:auto; color:#888; font-size:.75rem; }
.sound-grid h3 { font-size:clamp(2rem,3vw,3.4rem); letter-spacing:-.04em; margin-bottom:.4rem; }
.sound-grid p { color:#aaa; margin:0; }
.listen-section, .chart-section { padding-top:8rem; padding-bottom:8rem; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:2rem; margin-bottom:3rem; }
.text-link { text-underline-offset:.35em; }
.player-shell { background:#fff; border-radius:12px; padding:.5rem; overflow:hidden; }
.player-shell iframe { display:block; border-radius:8px; }
.latest-title { margin:1rem 0 0; font-size:1rem; color:#aaa; }
.chart-section { border-top:1px solid var(--line); }
.chart-heading { align-items:start; }
.chart-note { max-width:410px; color:#aaa; }
.chart-list { list-style:none; padding:0; margin:0; counter-reset:chart; border-top:1px solid var(--line); }
.chart-item { display:grid; grid-template-columns:70px 1fr 1fr auto; gap:1.5rem; align-items:center; padding:1.2rem 0; border-bottom:1px solid var(--line); }
.chart-rank { font-size:.8rem; color:#888; }
.chart-artist { font-size:clamp(1rem,1.4vw,1.2rem); font-weight:700; }
.chart-title { color:#c9c9c4; }
.chart-tag { font-size:.65rem; letter-spacing:.12em; text-transform:uppercase; border:1px solid #555; padding:.3rem .55rem; border-radius:999px; }
.closing { min-height:70svh; display:grid; grid-template-columns:.8fr 1.2fr; gap:4rem; align-items:center; padding-top:7rem; padding-bottom:7rem; }
.closing img { background:#fff; border-radius:50%; }
footer { border-top:1px solid var(--line); padding-top:2rem; padding-bottom:3rem; display:grid; grid-template-columns:1fr 1fr auto; align-items:center; gap:2rem; color:#999; font-size:.8rem; }
footer img { width:150px; background:#fff; padding:.35rem .55rem; }
footer p { margin:0; }
@media (max-width: 800px) {
  .brand { width:145px; }
  .site-header nav a:not(:last-child) { display:none; }
  .manifesto, .closing { grid-template-columns:1fr; gap:2.5rem; }
  .sound-grid { grid-template-columns:1fr 1fr; }
  .sound-grid article:nth-child(2) { border-right:0; }
  .sound-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .section-heading { align-items:flex-start; flex-direction:column; }
  .chart-item { grid-template-columns:45px 1fr auto; gap:.8rem; }
  .chart-title { grid-column:2 / 4; }
  footer { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } }

/* Instagram */
.instagram-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 8rem clamp(1.25rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
}
.instagram-heading { align-items: start; }
.instagram-intro { max-width: 410px; color: #aaa; }
.instagram-intro p { margin-bottom: 1.2rem; }
.instagram-follow { color: var(--white); }
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
.instagram-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #111;
}
.instagram-card iframe {
  display: block;
  width: 100%;
  min-width: 0 !important;
  height: 650px;
  border: 0;
  background: #fff;
}
.instagram-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
  color: #aaa;
  padding: 2rem;
}
.instagram-empty strong { color: var(--white); }
.footer-links { display: flex; justify-content: flex-end; gap: 1.2rem; }

@media (max-width: 980px) {
  .instagram-grid { grid-template-columns: 1fr 1fr; }
  .instagram-card:last-child { grid-column: 1 / -1; max-width: calc(50% - .5rem); }
}
@media (max-width: 800px) {
  .instagram-grid { grid-template-columns: 1fr; }
  .instagram-card:last-child { grid-column: auto; max-width: none; }
  .instagram-card { min-height: 600px; }
  .instagram-card iframe { height: 680px; }
  .footer-links { justify-content: flex-start; }
}
.instagram-empty { gap: 1rem; }
.instagram-empty p { margin: 0; }
