/* Manureva Records - site styles
   paper #F2EFE9 · ink #0B0B0B · blue #1E39C8 · orange #D96E2A · lilac #DDA7F0 */

:root {
  --paper: #F2EFE9;
  --ink: #0B0B0B;
  --blue: #1E39C8;
  --orange: #D96E2A;
  --lilac: #DDA7F0;
  --grey: #6F6A61;
  --body: #3E3A34;
  --g: clamp(20px, 4.5vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
[id] { scroll-margin-top: 72px; }

.eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--grey);
}
.eyebrow.light { color: #B9C3F5; }
.section-head {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline;
  gap: 12px 24px; padding: clamp(40px, 6vw, 64px) var(--g) 20px;
}
.section-head .eyebrow { white-space: nowrap; }

/* ---------- header ---------- */
.bar {
  position: sticky; top: 0; z-index: 20;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px 24px; padding: 14px var(--g);
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.bar .brand img { height: 40px; width: auto; display: block; }
.bar nav { display: flex; gap: clamp(16px, 3vw, 32px); }
.bar nav a { padding: 6px 0; }
.bar nav a:hover { color: var(--blue); }
.bar nav .on { box-shadow: inset 0 -1px 0 var(--ink); }
.bar .loc { color: var(--grey); text-align: right; white-space: nowrap; }

/* ---------- hero ---------- */
.hero-wrap { position: relative; }
.bar-over {
  position: absolute; top: 0; left: 0; right: 0;
  background: transparent; border-bottom: none; color: var(--paper);
}
.bar-over a:hover { color: var(--lilac); }
.bar-over .loc { color: #B9C3F5; }
.bar-over nav .on { box-shadow: inset 0 -1px 0 currentColor; }
.hero-wrap .hero { padding-top: clamp(96px, 11vw, 148px); }

.hero {
  background: var(--blue); color: var(--paper);
  padding: clamp(56px, 10vw, 112px) var(--g) clamp(44px, 7vw, 88px);
  display: flex; flex-direction: column; gap: clamp(16px, 2.2vw, 26px);
}
.hero h1 {
  margin: 0;
  font-family: Lora, serif; font-weight: 500;
  font-size: clamp(40px, 8.4vw, 116px);
  line-height: 0.92; letter-spacing: -0.035em;
  max-width: 15ch; text-wrap: pretty;
}
.hero p {
  margin: 0; font-size: clamp(14px, 1.4vw, 17px); line-height: 1.6;
  color: #B9C3F5; max-width: 46ch;
}

/* ---------- orange strip ---------- */
.strip {
  background: var(--orange); color: #2A1102;
  padding: 16px var(--g);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 10px 24px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.strip strong { font-weight: 600; }

/* ---------- releases ---------- */
.rel-item { border-top: 1px solid var(--ink); }
.rel-item:last-of-type { border-bottom: 1px solid var(--ink); }
.rel-item[open] { background: var(--paper); }
.rel::-webkit-details-marker { display: none; }
.rel {
  list-style: none; cursor: pointer;
  display: grid;
  grid-template-columns: clamp(64px, 8vw, 96px) minmax(0, 1fr) auto 24px;
  gap: clamp(16px, 2.5vw, 32px);
  align-items: center;
  padding: clamp(18px, 2.4vw, 28px) var(--g);
  transition: background 0.15s;
}
.rel:hover { background: var(--lilac); color: var(--ink); }
.rel:hover .cat, .rel:hover .kind, .rel:hover .kind em { color: var(--ink); }
.cover {
  width: 100%; aspect-ratio: 1; object-fit: cover; display: block;
  background: rgba(11,11,11,0.06);
}
.cover-tbc {
  border: 1px solid rgba(11,11,11,0.3);
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: none;
}
.cover-tbc span {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--grey); line-height: 1.5;
}
.rel .main { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.rel .cat { font-size: 11px; letter-spacing: 0.2em; color: var(--blue); }
.rel .title {
  font-family: Lora, serif; font-weight: 500;
  font-size: clamp(26px, 3.6vw, 46px); line-height: 1.02; letter-spacing: -0.025em;
}
.rel-big .title { font-size: clamp(30px, 4.4vw, 58px); }
.rel .by { font-family: Lora, serif; font-style: italic; font-size: clamp(15px, 1.5vw, 19px); }
.rel .kind {
  display: flex; flex-direction: column; align-items: flex-end; gap: 7px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--grey); text-align: right; white-space: nowrap;
}
.rel .kind em { font-style: normal; letter-spacing: 0.14em; }
.rel-big .kind { color: var(--ink); }

.rel-static { cursor: default; }
.rel-static:hover { background: none; }
.soon {
  justify-self: end; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--grey); writing-mode: vertical-rl; white-space: nowrap;
}
.plus { position: relative; width: 18px; height: 18px; justify-self: end; }
.plus::before, .plus::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: var(--ink);
}
.plus::before { width: 18px; height: 1px; }
.plus::after { width: 1px; height: 18px; transition: transform 0.18s; }
.rel-item[open] .plus::after { transform: scaleY(0); }

/* expanded panel */
.rel-body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(28px, 4vw, 64px);
  padding: 4px var(--g) clamp(36px, 5vw, 56px);
  background: var(--paper);
  animation: relIn 0.22s ease;
}
@keyframes relIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.rel-copy { display: flex; flex-direction: column; gap: 18px; max-width: 62ch; }
.rel-copy p { margin: 0; font-size: 16px; line-height: 1.75; color: var(--body); }
.rel-copy blockquote {
  margin: 0; padding-left: clamp(16px, 2vw, 24px);
  border-left: 3px solid var(--blue);
  display: flex; flex-direction: column; gap: 14px;
}
.rel-copy blockquote p { font-family: Lora, serif; font-size: 17px; line-height: 1.6; color: var(--ink); }
.rel-side { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.listen {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--blue); color: var(--paper);
  padding: 15px 32px; min-height: 48px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.listen:hover { background: var(--ink); color: var(--paper); }
.more {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey);
  box-shadow: inset 0 -1px 0 currentColor; white-space: nowrap;
}
.rel-side .credits { width: 100%; }

/* ---------- footers ---------- */
.foot-dark {
  background: var(--orange); color: #2A1102;
  padding: clamp(28px, 4vw, 40px) var(--g);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 16px 24px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.foot-dark a:hover { color: var(--paper); }
.foot-dark .mail {
  color: #2A1102; font-family: Lora, serif;
  font-size: clamp(15px, 1.8vw, 19px); letter-spacing: 0.02em; text-transform: none;
}
.foot-links { display: flex; flex-wrap: wrap; gap: 20px; }


/* ---------- contact page ---------- */
.contact-only {
  background: var(--paper); color: var(--ink);
  min-height: calc(100vh - 140px);
  padding: clamp(56px, 10vw, 120px) var(--g);
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start; gap: clamp(20px, 3vw, 32px);
  border-bottom: 1px solid var(--ink);
}
.contact-only .eyebrow { color: var(--grey); }
.big-mail {
  font-family: Lora, serif; font-weight: 500;
  font-size: clamp(30px, 6.4vw, 92px); line-height: 1.02; letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  box-shadow: inset 0 -4px 0 var(--ink);
}
.big-mail:hover { color: var(--orange); box-shadow: inset 0 -4px 0 var(--orange); }
.copy {
  font: inherit; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink); background: none; border: 1px solid var(--ink);
  padding: 14px 26px; min-height: 46px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  width: fit-content; white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.copy:hover { background: var(--ink); color: var(--paper); }

/* ---------- roster ---------- */
.roster {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: 0; background: var(--paper);
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.roster > * { border-right: 1px solid var(--ink); }
.artist-item { background: var(--paper); }
.artist-item[open] { grid-column: 1 / -1; }
.artist-card::-webkit-details-marker { display: none; }
.artist-card::marker { content: ""; }
.artist-card {
  background: var(--paper); list-style: none; cursor: pointer;
  display: flex; flex-direction: column; gap: 18px;
  padding: clamp(20px, 2.4vw, 28px);
  transition: background 0.18s, color 0.18s;
}
.artist-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; display: block; }
.ac-meta { display: flex; flex-direction: column; gap: 10px; }
.ac-name {
  font-family: Lora, serif; font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.08; letter-spacing: -0.025em;
}
.artist-card:hover, .artist-card:focus-visible {
  background: var(--blue); color: var(--paper); outline: none;
}
.artist-card:hover .eyebrow, .artist-card:focus-visible .eyebrow { color: #B9C3F5; }
.artist-item[open] .artist-card {
  display: grid; grid-template-columns: 96px minmax(0,1fr) 18px;
  align-items: center; gap: 20px;
  background: var(--blue); color: var(--paper);
  border-bottom: 1px solid var(--ink);
}
.artist-item[open] .artist-card img { aspect-ratio: 1; }
.artist-item[open] .artist-card .eyebrow { color: #B9C3F5; }
.artist-item[open] .plus::before, .artist-item[open] .plus::after { background: var(--paper); }
.artist-item[open] .plus::after { transform: scaleY(0); }
.artist-detail { animation: relIn 0.24s ease; }
.artist-detail .artist-top { padding-top: 0; }
.artist-detail .name { font-size: clamp(40px, 6vw, 72px); }
.artist-card.empty {
  justify-content: space-between; align-items: flex-start;
  color: var(--grey); cursor: default;
}
.artist-card.empty:hover { background: var(--paper); color: var(--grey); }
.artist-card.empty .ac-name { color: var(--ink); }

/* ---------- artist page ---------- */
.artist-top {
  background: var(--paper); color: var(--ink);
  display: grid; grid-template-columns: minmax(0, 1fr) clamp(220px, 26vw, 340px);
  gap: clamp(24px, 4vw, 56px); align-items: end;
  padding: 0 var(--g);
  border-bottom: 1px solid var(--ink);
}
.artist-intro {
  display: flex; flex-direction: column; gap: clamp(24px, 3.4vw, 40px);
  padding: clamp(40px, 6vw, 76px) 0 clamp(40px, 6vw, 76px);
}
.stack { display: flex; flex-direction: column; gap: clamp(16px, 2vw, 24px); }
.name {
  margin: 0; font-family: Lora, serif; font-weight: 500;
  font-size: clamp(44px, 7.4vw, 86px); line-height: 0.9; letter-spacing: -0.035em;
}
.rule { height: 6px; width: 160px; background: var(--blue); }
.pull {
  margin: 0; font-family: Lora, serif; font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2; max-width: 22ch;
}
.portrait {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  display: block; align-self: stretch;
}

.bio {
  padding: clamp(44px, 6vw, 80px) var(--g);
  display: grid; grid-template-columns: 180px minmax(0,1fr) minmax(0,1fr);
  gap: clamp(24px, 4vw, 56px);
  border-bottom: 1px solid var(--ink);
}
.bio .col { display: flex; flex-direction: column; gap: 20px; }
.bio p { margin: 0; font-size: 16px; line-height: 1.75; color: var(--body); }
.credits { margin: 8px 0 0; display: flex; flex-direction: column; gap: 10px; }
.credits > div {
  display: grid; grid-template-columns: minmax(0, 12ch) minmax(0, 1fr); gap: 6px 20px;
  border-top: 1px solid rgba(11,11,11,0.18); padding-top: 12px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; line-height: 1.5;
}
.credits dt { color: var(--grey); }
.credits dd { margin: 0; text-align: right; overflow-wrap: break-word; }

/* ---------- photo reel ---------- */
.reel-wrap { border-bottom: 1px solid var(--ink); }
.reel {
  display: flex; gap: 1px; background: var(--ink);
  overflow-x: auto; scroll-snap-type: x mandatory;
  border-top: 1px solid var(--ink);
  -webkit-overflow-scrolling: touch;
}
.reel figure {
  margin: 0; flex: 0 0 auto; background: var(--paper);
  scroll-snap-align: start; display: flex;
}
.reel img { height: clamp(240px, 38vw, 460px); width: auto; display: block; }

/* ---------- blue panel ---------- */
.panel-blue {
  background: var(--blue); color: var(--paper);
  padding: clamp(48px, 8vw, 96px) var(--g);
  display: grid; grid-template-columns: minmax(0,1fr) auto;
  gap: clamp(32px, 5vw, 64px); align-items: end;
}
.statement {
  font-family: Lora, serif; font-size: clamp(24px, 4vw, 54px);
  line-height: 1.12; letter-spacing: -0.02em;
}
.links { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.links a {
  font-family: Lora, serif; font-size: clamp(24px, 3vw, 34px);
  box-shadow: inset 0 -2px 0 var(--paper);
}
.links a:hover { color: var(--lilac); box-shadow: inset 0 -2px 0 var(--lilac); }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .bar .loc { display: none; }
}

@media (max-width: 900px) {

  .rel-body { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
  .credits > div { grid-template-columns: 1fr; }
  .credits dd { text-align: left; }
}

@media (max-width: 1000px) {
  .bio { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .bio .eyebrow { grid-column: 1 / -1; }
  .panel-blue { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 760px) {
  .artist-item[open] .artist-card { grid-template-columns: 64px minmax(0,1fr) 18px; gap: 14px; }

  .hero-wrap .hero { padding-top: 148px; }
  .hero h1 { font-size: clamp(34px, 9.5vw, 46px); overflow-wrap: break-word; }
  .bar-over { padding-top: 16px; }
  .credits > div { flex-direction: column; gap: 4px; }
  .credits dd { text-align: left; }
  .rel-copy blockquote { padding-left: 14px; }
  .section-head { padding-bottom: 14px; }

  .bar { flex-wrap: wrap; row-gap: 12px; padding: 12px var(--g); }
  .bar .brand img { height: 32px; }
  .bar .loc { display: none; }
  .bar nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; }

  .rel {
    grid-template-columns: 72px minmax(0,1fr) 18px;
    grid-template-areas: "cover main toggle" "cover kind kind";
    column-gap: 14px; row-gap: 8px; align-items: start;
    padding: 18px var(--g);
  }
  .cover { grid-area: cover; align-self: start; }
  .rel .main { grid-area: main; gap: 4px; }
  .rel .title { font-size: 26px; overflow-wrap: anywhere; }
  .rel-big .title { font-size: 28px; }
  .rel .by { font-size: 15px; }
  .rel .kind {
    grid-area: kind; align-items: flex-start; text-align: left;
    flex-direction: row; flex-wrap: wrap; gap: 4px 12px; margin: 0;
    white-space: normal;
  }
  .rel .kind em { color: var(--grey); }
  .plus, .soon { grid-area: toggle; align-self: start; margin-top: 4px; }
  .soon { writing-mode: horizontal-tb; font-size: 9px; letter-spacing: 0.12em; }
  .rel-body { grid-template-columns: 1fr; }
  .listen { width: 100%; }

  .artist-top { grid-template-columns: 1fr; padding: 0 var(--g) 0; gap: 24px; }
  .artist-intro { padding: 32px 0 4px; }
  .portrait { width: 220px; height: auto; }

  .bio { grid-template-columns: 1fr; }
  .foot-dark, .strip { flex-direction: column; align-items: flex-start; }
}
