@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Barlow:wght@400;500;600&display=swap");

:root {
  --paper: #fff;
  --ink: #0a0a0a;
  --muted: #7a7a7a;
  --rule: #ececec;
  --sans: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

header.site {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 16px 22px;
  background: #fff;
  color: #0a0a0a;
  border-bottom: 1px solid #ececec;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  font-weight: 500;
  color: #0a0a0a;
}
.burger {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: none;
  border: 0;
  color: #0a0a0a;
  padding: 8px 0;
  cursor: pointer;
}
.menu {
  display: none;
  position: absolute;
  right: 22px;
  top: 56px;
  background: #0a0a0a;
  color: #fff;
  padding: 16px 18px;
  flex-direction: column;
  gap: 12px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.menu.open { display: flex; }
.menu a { color: #fff; }
.issue { display: none; }

.cover {
  position: relative;
  height: calc(100svh - 54px);
  min-height: 560px;
  color: #fff;
}
.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.15) 40%, rgba(0,0,0,.55) 100%);
}
.cover-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 36px;
  z-index: 2;
  max-width: 34rem;
}
.cover .kicker {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #fff;
}
.cover h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(36px, 9vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}
.cover .deck {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 18px;
  max-width: 28rem;
}
.cover .meta, .cover .read {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cover .read { border-bottom: 1px solid #fff; padding-bottom: 3px; }

.bands { padding: 0 0 40px; }
.band {
  display: block;
  position: relative;
  color: #fff;
}
.band img {
  width: 100%;
  height: 62vw;
  min-height: 280px;
  max-height: 520px;
  object-fit: cover;
}
.band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.62) 100%);
}
.band-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}
.band .kicker {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.band h3 {
  font-family: var(--serif);
  font-size: clamp(26px, 6vw, 40px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
}
.band p.excerpt { display: none; }

.page { padding: 88px 22px 72px; }
.article { max-width: 38rem; margin: 0 auto; }
.article h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  margin: 32px 0 12px;
}
.article p { margin: 0 0 18px; }
.story-hero { margin: 0 -22px 28px; }
.story-hero img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.kicker {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
}
h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 8vw, 56px);
  line-height: 1.05;
  font-weight: 500;
  margin: 0 0 14px;
}
.deck { font-size: 20px; margin: 0 0 16px; }
.meta { font-family: var(--sans); font-size: 12px; color: var(--muted); }
.caption { font-family: var(--sans); font-size: 11px; color: var(--muted); margin-top: 8px; }
.pull {
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
  line-height: 1.25;
  margin: 28px 0;
}
.disclosure, .sources, .colophon, .legal {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--muted);
}
.author-box { display: grid; grid-template-columns: 64px 1fr; gap: 14px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--rule); }
.author-box img { width: 64px; height: 64px; object-fit: cover; object-position: top; border-radius: 50%; }
.related { padding: 40px 0 20px; }
.related .grid { display: grid; gap: 0; }
.related .card { position: relative; color: #fff; }
.related .card img { width: 100%; height: 240px; object-fit: cover; }
.related .card h3 {
  position: absolute; left: 18px; right: 18px; bottom: 16px;
  font-family: var(--serif); font-size: 24px; margin: 0; font-weight: 500;
}
.related .card .kicker { position: absolute; left: 18px; bottom: 52px; color: #fff; }

footer.site {
  padding: 28px 22px 40px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid var(--rule);
}
.foot { display: flex; flex-direction: column; gap: 10px; }
.prose { max-width: 40rem; }
.people { display: grid; gap: 28px; margin: 32px 0; }
.person { display: grid; gap: 12px; }
.person img { width: 160px; height: 192px; object-fit: cover; object-position: top; }
.topics { display: grid; gap: 8px; }
form.inquiry { display: grid; gap: 12px; max-width: 28rem; margin-top: 24px; }
form.inquiry input, form.inquiry textarea {
  font: 16px var(--sans); padding: 12px; border: 1px solid #ddd; width: 100%;
}
form.inquiry button {
  font-family: var(--sans); letter-spacing: 0.14em; text-transform: uppercase;
  padding: 14px; border: 0; background: #0a0a0a; color: #fff;
}
.quiet { display: none; }
.wrap { width: min(1180px, 100%); margin: 0 auto; }
.section-title {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 28px 22px 12px;
  color: var(--muted);
}

@media (min-width: 800px) {
  header.site { padding: 28px 40px 0; }
  .cover-copy { left: 48px; bottom: 56px; }
  .band img { height: 70vh; max-height: none; }
  .band-copy { left: 48px; bottom: 40px; max-width: 28rem; }
  .bands { display: block; }
  .page { padding: 120px 48px 90px; }
  .story-hero { margin: 0 -48px 36px; }
  footer.site { padding: 32px 48px 48px; }
  .foot { flex-direction: row; justify-content: space-between; }
  .related .grid { grid-template-columns: 1fr 1fr 1fr; }
  .person { grid-template-columns: 160px 1fr; }
}
@media (min-width: 900px) {
  .burger { display: none; }
  .menu {
    display: flex;
    position: static;
    background: transparent;
    flex-direction: row;
    padding: 0;
    gap: 22px;
  }
}

body:has(.page) header.site,
body:has(.prose) header.site {
  position: sticky;
  mix-blend-mode: normal;
  color: #0a0a0a;
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 16px 22px;
}
body:has(.page) .wordmark,
body:has(.prose) .wordmark,
body:has(.page) .burger,
body:has(.prose) .burger,
body:has(.page) .menu a,
body:has(.prose) .menu a { color: #0a0a0a; }
body:has(.page) .menu,
body:has(.prose) .menu { background: #fff; color: #0a0a0a; border: 1px solid #ececec; }

.cover-mast {
  position: absolute;
  top: 24px;
  left: 22px;
  right: 22px;
  z-index: 3;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.75);
  margin: 0;
}

#cookie-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  background: #0a0a0a;
  color: #fff;
  padding: 16px 22px 20px;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
}
#cookie-bar p { margin: 0; max-width: 36rem; }
#cookie-bar a { color: #fff; text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 14px;
  border: 1px solid #fff;
  background: #fff;
  color: #0a0a0a;
  cursor: pointer;
}
.cookie-actions button[data-c="reject"] {
  background: transparent;
  color: #fff;
}

.langs {
  display: flex;
  gap: 10px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-left: 12px;
}
.langs a { color: inherit; opacity: .55; }
.langs a[aria-current="true"] { opacity: 1; }
.nav .langs { justify-self: start; }
@media (max-width: 639px) {
  .langs { position: absolute; right: 56px; top: 18px; }
}
