/* ===================================================================
   Press single — first-party PROOF PAGE. Outlet + role + year masthead,
   archived screenshot (Featured Image), notes, outbound link to source.
   Shared chrome (.dochead/.typebar/.type-pill/.commentary/.link-foot) is
   re-declared here per the theme's per-template CSS convention.
   =================================================================== */

.dochead {
  padding: var(--s-7) var(--gutter) var(--s-6);
  border-bottom: 1px solid var(--ink);
  max-width: 1000px;
  margin: 0 auto;
}
.typebar {
  display: flex; align-items: center; gap: var(--s-3);
  margin-bottom: var(--s-5);
  font-family: var(--font-mono);
  font-size: var(--t-tag);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  flex-wrap: wrap;
}
.type-pill {
  background: var(--purple); color: #fff;
  padding: 4px 10px; letter-spacing: 0.22em;
}

/* ----- Citation masthead: logo / outlet, role + year, headline ----- */
.press-cite { display: block; }
.press-cite__outlet {
  display: flex; align-items: center;
  min-height: 44px;
  margin-bottom: var(--s-4);
}
.press-cite__name {
  font-family: var(--font-sans);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1;
}
.outlet-logo { display: inline-flex; align-items: center; color: var(--ink); }
.outlet-logo svg {
  height: 44px; width: auto; max-width: 320px;
  fill: currentColor;
  display: block;
}
.press-cite__meta {
  display: flex; gap: var(--s-4);
  font-family: var(--font-mono);
  font-size: var(--t-tag);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: var(--s-4);
}
.press-cite h1 {
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--ink);
}

/* ----- Archived screenshot (the proof / link-rot backup) ----- */
.press-proof {
  max-width: 1000px; margin: 0 auto;
  padding: var(--s-7) var(--gutter) var(--s-5);
}
.press-proof__label {
  font-family: var(--font-mono);
  font-size: var(--t-tag);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: var(--s-3);
}
.press-proof figure { margin: 0; }
.press-proof img {
  display: block;
  width: 100%; height: auto;
  border: 2px solid var(--ink);
  background: var(--paper);
}
.press-proof figcaption {
  margin-top: var(--s-3);
  font-family: var(--font-mono);
  font-size: var(--t-micro);
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--muted);
}

/* ----- Notes (body content) ----- */
.commentary {
  max-width: 64ch;
  margin: 0 auto;
  padding: var(--s-6) var(--gutter) var(--s-7);
  font-family: var(--font-serif);
  font-size: var(--t-body-lg);
  line-height: 1.6;
  color: #1a1a1a;
}
.commentary .head {
  font-family: var(--font-mono);
  font-size: var(--t-tag);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: var(--s-3);
  padding-top: var(--s-5);
  border-top: 2px solid var(--ink);
}
.commentary p { margin: 0 0 1em; }
.commentary a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }

/* ----- Outbound link to the source ----- */
.press-out {
  max-width: 1000px; margin: 0 auto;
  padding: 0 var(--gutter) var(--s-7);
  display: flex; align-items: center; gap: var(--s-4); flex-wrap: wrap;
}
.press-out__btn {
  background: var(--purple); color: #fff;
  text-decoration: none;
  padding: var(--s-4) var(--s-5);
  font-family: var(--font-mono);
  font-size: var(--t-tag);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 2px solid var(--purple);
}
.press-out__btn:hover { background: var(--ink); border-color: var(--ink); }
.press-out__url {
  font-family: var(--font-mono);
  font-size: var(--t-micro);
  letter-spacing: 0.04em;
  color: var(--muted);
  word-break: break-all;
}

/* ----- Footer ----- */
.link-foot {
  max-width: 1000px; margin: 0 auto;
  padding: var(--s-6) var(--gutter) var(--s-7);
  border-top: 2px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-5);
  font-family: var(--font-mono);
  font-size: var(--t-micro);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.link-foot b { color: var(--ink); display: block; margin-bottom: 4px; }
.link-foot a { color: var(--purple); text-decoration: none; margin-right: 8px; }

@media (max-width: 720px) {
  .link-foot { grid-template-columns: 1fr; }
  .outlet-logo svg { height: 36px; }
}
