/* =============================================================
   TK-PRESS — V38 Stage K trust-kit. "Seen in" band. Real outlet
   names rendered as styled text-logotype lockups (grayscale,
   consistent height) — NOT fetched/embedded real logo image files.
   HARD LAUNCH GATE per HIGH-CONVERTING-PAGE-PLAN.md Decision #5:
   cannot ship without genuine coverage. See TRUST-PLACEHOLDERS.md.
   ============================================================= */
.tk-press {
  padding: 28px 24px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.tk-press-inner {
  max-width: 1000px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: clamp(24px, 4vw, 56px);
}
.tk-press-eyebrow {
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--mute);
  margin-right: 8px;
}
.tk-press-mark {
  height: 26px; display: flex; align-items: center;
  color: #8A9AA5; filter: grayscale(1);
  opacity: .85; transition: opacity .15s ease, color .15s ease;
  white-space: nowrap;
}
.tk-press-mark:hover { opacity: 1; color: var(--ink); }

.tk-press-mark--forbes {
  font-family: 'Fraunces', Georgia, serif; font-weight: 800; font-size: 21px;
  letter-spacing: -.01em;
}
.tk-press-mark--fortune {
  font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-style: italic;
  font-size: 21px; letter-spacing: -.005em;
}
.tk-press-mark--yahoo {
  font-family: 'Inter', sans-serif; font-weight: 800; font-size: 16px;
  letter-spacing: -.01em; display: flex; align-items: baseline; gap: 4px;
}
.tk-press-mark--yahoo .tk-press-yahoo-sub {
  font-family: 'Inter', sans-serif; font-weight: 500; font-size: 12px; opacity: .8;
}
.tk-press-mark--kff {
  font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 15px;
  letter-spacing: .04em; display: flex; align-items: baseline; gap: 6px;
}
.tk-press-mark--kff .tk-press-kff-sub {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 12px;
  letter-spacing: 0; text-transform: uppercase;
}

@media (max-width: 620px) {
  .tk-press-inner { gap: 20px 28px; }
  .tk-press-eyebrow { width: 100%; text-align: center; margin: 0 0 4px; }
}
