/* ===========================================================================
   Press & Media Pack page — styles specific to press.html, layered on top of
   the shared tokens.css / base.css / styles.css component vocabulary.
   =========================================================================== */

.site-nav__links a.is-active { color: var(--gold-300); }

/* ---- Masthead --------------------------------------------------------------- */
.press-masthead { position: relative; overflow: hidden; padding-top: var(--space-9); padding-bottom: var(--space-8); }
.press-masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--vignette);
  pointer-events: none;
}
.press-masthead__inner { position: relative; text-align: center; max-width: 62ch; margin: 0 auto; }
.press-masthead h1 { font-size: clamp(2.5rem, 5.5vw, 4.25rem); margin: 24px 0 12px; }
.press-masthead__tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: var(--taupe-300);
  margin: 0;
}

/* ---- At a glance ------------------------------------------------------------ */
.press-glance .stat__value { font-size: clamp(1.5rem, 2.6vw, 2.25rem); }

/* ---- Biography --------------------------------------------------------------- */
.bio-block { margin-bottom: var(--space-7); }
.bio-block:last-child { margin-bottom: 0; }
.bio-block__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 12px;
}
.bio-block__text {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.75;
  color: var(--taupe-300);
  margin: 0;
}

/* ---- Why book / stat cards --------------------------------------------------- */
.press-statcards { margin-top: var(--space-7); }
.press-statcard { padding: var(--space-7); }
.press-statcard .stat__value { text-align: left; margin-bottom: 14px; }
.press-statcard__title {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--cream);
  margin: 0 0 12px;
}
.press-statcard p {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--taupe-300);
  margin: 0 0 16px;
}
.press-statcard__source {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--taupe-500);
  border-top: 1px solid var(--border-subtle);
  padding-top: 14px;
}

.press-pullquote {
  max-width: 68ch;
  margin: var(--space-8) auto 0;
  text-align: center;
  padding: 0 var(--gutter);
}
.press-pullquote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.55;
  color: var(--cream);
  margin: 0 0 16px;
}
.press-pullquote cite {
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-400);
}

/* ---- Suggested questions ------------------------------------------------------ */
.press-questions {
  list-style: none;
  counter-reset: press-q;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.press-questions li {
  counter-increment: press-q;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.6;
  color: var(--taupe-200);
  padding-left: 44px;
  position: relative;
}
.press-questions li::before {
  content: counter(press-q);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--gold-300);
}

/* ---- Recent media -------------------------------------------------------------- */
.press-media-card { display: block; text-decoration: none; }
.press-media-card__name { font-family: var(--font-display); font-size: 17px; letter-spacing: 0.02em; color: var(--cream); margin-bottom: 10px; }
.press-media-card p { font-family: var(--font-sans); font-size: 14px; line-height: 1.6; color: var(--taupe-300); margin: 0 0 14px; }
.press-media-card__link { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-400); }

/* ---- Selected writing ---------------------------------------------------------- */
.press-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-4); }
.press-links li { font-family: var(--font-serif); font-size: 17px; line-height: 1.5; border-bottom: 1px solid var(--border-subtle); padding-bottom: var(--space-4); }
.press-links li:last-child { border-bottom: none; }
.press-links a { color: var(--taupe-200); }
.press-links a:hover { color: var(--gold-300); }
.press-links__inprogress { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.press-links__inprogress .badge { flex: 0 0 auto; padding: 4px 12px; font-size: 10px; }

/* ---- Downloads ------------------------------------------------------------------ */
.press-download { text-align: center; }
.press-download__preview {
  aspect-ratio: 4/3;
  border-radius: var(--radius-sm);
  margin-bottom: 18px;
  line-height: 1.5;
}
.press-download__title { font-family: var(--font-sans); font-size: 14px; color: var(--cream); margin-bottom: 16px; }
.press-download__btn--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 900px) {
  .press-glance { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 640px) {
  .press-glance { grid-template-columns: repeat(2, 1fr) !important; }
  .press-downloads { grid-template-columns: repeat(2, 1fr) !important; }
}
