/* ── Design tokens (shared with home) ── */
:root {
  --cork:         #e8dec4;
  --cork-2:       #ddd0b0;
  --ink:          #1a1812;
  --ink-2:        #2e2a22;
  --muted:        #6b6354;
  --rule:         #b7aa88;
  --riso-blue:    #1f4c7a;
  --riso-yellow:  #e8b84a;
  --riso-red:     #b84435;
  --riso-green:   #3c7a5a;
  --serif:        'Fraunces', Georgia, serif;
  --sans:         'Space Grotesk', system-ui, sans-serif;
  --mono:         'JetBrains Mono', ui-monospace, monospace;
  --slab:         'Rubik Mono One', Impact, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--cork); }
body {
  margin: 0; padding: 0;
  background: var(--cork); color: var(--ink);
  font-family: var(--sans); font-size: 15px; line-height: 1.55;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(60,40,10,.08) 1.2px, transparent 1.8px),
    radial-gradient(circle at 70% 60%, rgba(60,40,10,.06) 1px, transparent 1.6px);
  background-size: 62px 62px, 78px 78px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

/* ── Top bar ── */
.top {
  background: var(--ink); color: var(--cork);
  border-bottom: 5px solid var(--riso-yellow); position: relative;
}
.top::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 5px;
  background: var(--riso-yellow);
  clip-path: polygon(0 0,100% 0,100% 100%,97% 60%,94% 100%,90% 50%,86% 100%,82% 70%,78% 100%,74% 55%,70% 100%,66% 65%,62% 100%,58% 60%,54% 100%,50% 70%,46% 100%,42% 60%,38% 100%,34% 55%,30% 100%,26% 70%,22% 100%,18% 65%,14% 100%,10% 55%,6% 100%,3% 70%,0 100%);
}
.top .top-row {
  max-width: 1200px; margin: 0 auto; padding: 10px 28px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(250,244,228,.75);
}
.top .top-row a { color: inherit; }
.top .crumbs { text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.top .crumbs b { color: var(--riso-yellow); }

/* ── Condensed masthead ── */
.mast {
  max-width: 1200px; margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; gap: 14px;
  border-bottom: 3px double var(--ink);
}
.mast .tower { width: 44px; height: 58px; flex-shrink: 0; }
.mast h1 {
  font-family: var(--serif); font-weight: 900; font-style: italic;
  font-size: 42px; letter-spacing: -0.04em; margin: 0; line-height: .85;
}
.mast h1 .dot  { color: var(--riso-yellow); font-style: normal; }
.mast a { display: flex; align-items: center; gap: 14px; }
.mast .issue {
  margin-left: auto; font-family: var(--mono); font-size: 10px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted); line-height: 1.7; text-align: right;
}
.mast .issue b { color: var(--ink); font-weight: 700; }

/* ── Stale notice ── */
.stale-notice {
  max-width: 1200px; margin: 18px auto 0; padding: 12px 28px;
  background: rgba(184,68,53,.08); border-left: 4px solid var(--riso-red);
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--riso-red); font-weight: 700;
}

/* ── Main 2-col grid ── */
main {
  max-width: 1200px; margin: 0 auto; padding: 28px 28px 60px;
  display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start;
}

/* ── Article ── */
.article { position: relative; }
.back {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 8px;
  display: flex; gap: 16px;
}
.back a { border-bottom: 1px dashed var(--rule); padding-bottom: 1px; }
.back a:hover { color: var(--ink); border-color: var(--ink); }
.kicker {
  font-family: var(--mono); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--riso-red); font-weight: 700;
  margin: 18px 0 0; display: flex; gap: 10px; align-items: center;
}
.kicker::before { content: ""; width: 20px; height: 3px; background: var(--riso-red); }
.article h1 {
  font-family: var(--serif); font-weight: 900; font-style: italic;
  font-size: clamp(40px, 6vw, 84px); line-height: .92; letter-spacing: -0.03em;
  margin: 8px 0 10px; max-width: 14ch; overflow-wrap: anywhere; hyphens: auto;
}
.lede {
  font-family: var(--serif); font-style: italic; font-size: 22px;
  line-height: 1.35; max-width: 56ch; margin: 0 0 24px; color: var(--ink-2);
}

/* ── Hero flyer ── */
.hero-flyer {
  position: relative; background: #fffdf5; padding: 16px 16px 18px;
  border: 1px solid rgba(0,0,0,.15); box-shadow: 6px 6px 0 var(--ink);
  transform: rotate(-.5deg); margin: 20px 0 28px; max-width: 620px;
  container-type: inline-size;
}
.hero-flyer::before {
  content: ""; position: absolute; top: -12px; left: 32px; width: 90px; height: 20px;
  background: rgba(232,184,74,.75); transform: rotate(-3deg);
  border-left: 1px dashed rgba(0,0,0,.2); border-right: 1px dashed rgba(0,0,0,.2);
}
.hero-flyer::after {
  content: ""; position: absolute; top: -10px; right: 32px; width: 90px; height: 18px;
  background: rgba(45,110,168,.55); transform: rotate(4deg);
  border-left: 1px dashed rgba(0,0,0,.2); border-right: 1px dashed rgba(0,0,0,.2);
}
/* Real image frame */
.hero-flyer .img-frame {
  aspect-ratio: 4/5; background: var(--cork-2); display: flex; align-items: center;
  justify-content: center; overflow: hidden; border: 1px solid rgba(26,24,18,.12);
  background-image: radial-gradient(circle at 25% 35%, rgba(26,24,18,.07) 1px, transparent 1.5px),
    radial-gradient(circle at 75% 65%, rgba(26,24,18,.05) 1px, transparent 1.5px);
  background-size: 36px 36px, 52px 52px;
}
.hero-flyer .img-frame img {
  display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
}
.hero-flyer.stale .img-frame img { filter: grayscale(40%) opacity(0.75); }
/* Poster template (no image) */
.hero-flyer .poster {
  aspect-ratio: 4/5; padding: 32px;
  display: flex; flex-direction: column; justify-content: space-between;
  background: #fffdf5;
  background-image: repeating-linear-gradient(-4deg, transparent 0 18px, rgba(31,76,122,.1) 18px 19px);
  color: var(--ink); border: 2px solid var(--ink); position: relative;
}
.hero-flyer .poster .mono {
  font-family: var(--mono); font-size: clamp(10px, 3cqw, 12px);
  letter-spacing: .2em; text-transform: uppercase; color: var(--riso-red); font-weight: 700;
}
.hero-flyer .poster .big {
  font-family: var(--slab); font-size: clamp(32px, 18cqw, 104px);
  line-height: .82; letter-spacing: -0.02em; color: var(--riso-blue);
  margin: 14px 0 0; overflow-wrap: anywhere; word-break: break-word; hyphens: auto;
}
.hero-flyer .poster .sub {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(16px, 5cqw, 24px); line-height: 1.15; color: var(--ink-2);
  max-width: 18ch; margin-top: 14px;
}
.hero-flyer .poster .foot {
  display: flex; justify-content: space-between; align-items: flex-end;
  font-family: var(--mono); font-size: clamp(9px, 3cqw, 12px); letter-spacing: .16em;
  text-transform: uppercase; gap: 12px; line-height: 1.5;
}

/* ── Facts strip ── */
.facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin: 0 0 28px; border: 2px solid var(--ink); background: var(--ink);
}
.facts div { background: #fffdf5; padding: 14px 16px; border-right: 2px solid var(--ink); min-width: 0; }
.facts div:last-child { border-right: 0; }
.facts dt {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 4px; font-weight: 700;
}
.facts dd {
  margin: 0; font-family: var(--serif); font-weight: 900; font-style: italic;
  font-size: clamp(18px, 2vw, 24px); letter-spacing: -0.02em; line-height: 1;
}
.facts dd.s {
  font-family: var(--sans); font-size: clamp(12px, 1.2vw, 14px);
  font-style: normal; font-weight: 700; letter-spacing: 0; line-height: 1.25;
}

/* ── Body copy ── */
.body p {
  max-width: 60ch; font-size: 16.5px; line-height: 1.7; margin: 0 0 14px; color: var(--ink-2);
}
.body p:first-of-type::first-letter {
  font-family: var(--serif); font-style: italic; font-weight: 900;
  font-size: 68px; line-height: .8; float: left; padding: 4px 10px 0 0; color: var(--riso-red);
}

/* ── Tags ── */
.tags { display: flex; gap: 6px; flex-wrap: wrap; margin: 22px 0 0; }
.tags span {
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); padding: 3px 10px; background: #fffdf5;
  border: 1px solid rgba(0,0,0,.15); box-shadow: 1px 1px 0 rgba(0,0,0,.1);
}

/* ── Performers ── */
.performers { display: flex; flex-direction: column; gap: 6px; margin: 20px 0 0; }
.performer { display: flex; align-items: baseline; gap: 10px; }
.perf-role {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; white-space: nowrap;
}
.perf-name {
  font-family: var(--serif); font-weight: 700; font-style: italic;
  font-size: 20px; letter-spacing: -0.01em; color: var(--riso-blue); line-height: 1;
}

/* ── Actions ── */
.actions { display: flex; gap: 10px; margin: 28px 0 0; flex-wrap: wrap; }
.btn {
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  padding: 12px 20px; border: 2px solid var(--ink); background: #fffdf5; color: var(--ink);
  cursor: pointer; font-weight: 700; box-shadow: 3px 3px 0 var(--ink); transition: transform .12s, box-shadow .12s;
}
.btn.primary { background: var(--riso-blue); color: #fff; border-color: var(--ink); }
.btn.y { background: var(--riso-yellow); color: var(--ink); }
.btn:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }

/* ── Source block ── */
.source {
  padding: 18px 22px; background: var(--ink); color: var(--cork);
  margin-top: 28px; font-family: var(--mono); font-size: 11.5px; line-height: 1.7;
  letter-spacing: .03em; border-left: 6px solid var(--riso-yellow); max-width: 620px;
}
.source b { display: block; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--riso-yellow); margin-bottom: 6px; font-weight: 700; }
.source a { color: var(--riso-yellow); border-bottom: 1px solid currentColor; }

/* ── Aside ── */
aside { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 20px; }
.card {
  background: #fffdf5; border: 1px solid var(--ink); padding: 18px 20px;
  box-shadow: 4px 4px 0 var(--ink); position: relative;
}
.card.rotl { transform: rotate(-.4deg); }
.card.rotr { transform: rotate(.5deg); }
.card::before {
  content: ""; position: absolute; top: -10px; left: 24px; width: 70px; height: 18px;
  background: rgba(232,184,74,.65); transform: rotate(-3deg);
  border-left: 1px dashed rgba(0,0,0,.18); border-right: 1px dashed rgba(0,0,0,.18);
}
.card.blue-tape::before { background: rgba(45,110,168,.55); }
.card.ad { padding: 0; transform: rotate(.4deg); }
.card.ad::before { background: rgba(45,110,168,.55); left: auto; right: 28px; transform: rotate(3deg); }
.card h4 {
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 10px; font-weight: 700;
}
.venue-name { font-family: var(--serif); font-weight: 900; font-style: italic; font-size: 24px; letter-spacing: -0.015em; margin: 0 0 4px; line-height: 1.1; }
.venue-sub { font-family: var(--mono); font-size: 11px; line-height: 1.7; color: var(--ink-2); letter-spacing: .03em; }
.venue-sub a { color: var(--riso-blue); border-bottom: 1px dashed var(--rule); }
.venue-sub a:hover { border-color: var(--riso-blue); }
.map { margin: 14px 0 0; aspect-ratio: 3/2; background: var(--cork); border: 1px solid var(--ink); position: relative; overflow: hidden; }
.map::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, rgba(26,24,18,.15) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(26,24,18,.15) 0 1px, transparent 1px 32px);
}
.map::after { content: "★"; position: absolute; top: 44%; left: 36%; font-family: var(--serif); font-size: 32px; color: var(--riso-red); font-style: italic; font-weight: 900; line-height: 1; }
.map .pin-label { position: absolute; bottom: 8px; left: 10px; font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; background: #fffdf5; padding: 3px 7px; border: 1px solid var(--ink); color: var(--ink); font-weight: 700; }

/* ── Mini event list ── */
.miniev { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--rule); text-decoration: none; color: inherit; }
.miniev:last-child { border: 0; }
.miniev:hover h5 { color: var(--riso-blue); }
.miniev .dt { font-family: var(--serif); font-weight: 900; font-style: italic; font-size: 22px; line-height: .95; color: var(--riso-blue); text-align: center; }
.miniev .dt small { display: block; font-family: var(--mono); font-weight: 400; font-style: normal; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.miniev h5 { font-family: var(--serif); font-weight: 700; font-size: 15px; line-height: 1.15; margin: 0 0 2px; letter-spacing: -0.005em; }
.miniev span { font-family: var(--mono); font-size: 10px; color: var(--muted); letter-spacing: .06em; }

/* ── Ad slot ── */
.card.ad .ad-tag { font-family: var(--mono); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); padding: 6px 16px; background: var(--cork-2); border-bottom: 1px dashed var(--rule); }
.card.ad .art { aspect-ratio: 1; background: var(--riso-blue); color: #fff; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background-image: radial-gradient(rgba(255,255,255,.7) 1px, transparent 1.3px); background-size: 13px 13px; overflow: hidden; container-type: inline-size; }
.card.ad .art .blurb { font-family: var(--serif); font-weight: 900; font-style: italic; font-size: clamp(20px, 9cqw, 32px); line-height: .95; letter-spacing: -0.02em; max-width: 10ch; }
.card.ad .art .small { font-family: var(--mono); font-size: clamp(9px, 3.3cqw, 11px); letter-spacing: .14em; text-transform: uppercase; background: rgba(26,24,18,.78); color: #fffdf5; padding: 3px 7px; align-self: flex-start; }
.card.ad .art .cta { font-family: var(--slab); font-size: clamp(11px, 4.2cqw, 14px); background: var(--riso-yellow); color: var(--ink); padding: 6px 10px; align-self: flex-start; }

/* ── Footer ── */
footer { background: var(--ink); color: var(--cork); margin-top: 50px; border-top: 5px solid var(--riso-blue); padding: 24px 0; }
footer .inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; display: flex; justify-content: space-between; gap: 20px; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(232,222,196,.7); flex-wrap: wrap; }
footer .inner a { color: var(--riso-yellow); }

/* ── Mobile ── */
@media (max-width: 720px) {
  body { font-size: 14.5px; overflow-x: hidden; overflow-wrap: break-word; }
  .top .top-row { padding: 8px 14px; font-size: 9.5px; grid-template-columns: auto 1fr; padding-top: 38px; }
  .top .crumbs { display: none; }
  .mast { padding: 10px 14px; }
  .mast h1 { font-size: 28px; }
  .mast .tower { width: 32px; height: 42px; }
  .mast .issue { display: none; }
  .stale-notice { padding: 10px 14px; }
  main { grid-template-columns: 1fr; padding: 18px 14px 40px; gap: 24px; }
  aside { position: static; }
  .article h1 { font-size: 38px; max-width: none; }
  .lede { font-size: 17px; }
  .hero-flyer { margin: 14px 0 22px; max-width: 100%; }
  .hero-flyer .poster { padding: 22px; }
  .hero-flyer .poster .big { font-size: clamp(30px, 14vw, 56px); }
  .hero-flyer .poster .sub { font-size: 17px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div:nth-child(odd)  { border-right: 2px solid var(--ink); }
  .facts div:nth-child(even) { border-right: 0; }
  .facts div:nth-child(1), .facts div:nth-child(2) { border-bottom: 2px solid var(--ink); }
  .facts dd { font-size: 18px; }
  .facts dd.s { font-size: 13px; }
  .body p { font-size: 15.5px; max-width: none; }
  .actions { gap: 8px; }
  .btn { padding: 10px 14px; font-size: 10px; }
  footer .inner { flex-direction: column; padding: 0 14px; gap: 8px; }
}
