.tsp-preview-shell .hero-byline a,
.tsp-preview-shell .jr-byline a,
.tsp-preview-shell .ev-byline a,
.tsp-preview-shell .im-byline a,
.tsp-preview-shell .byline a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tsp-latest-feed { padding-block: clamp(52px, 7vw, 88px); }
.tsp-latest-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 5px double var(--ink); }
.tsp-latest-heading span { color: var(--rust); font-family: var(--cond); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.tsp-latest-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 6vw, 68px); font-weight: 400; line-height: .92; text-transform: uppercase; }
.tsp-latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.tsp-latest-grid article { min-width: 0; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper); }
.tsp-latest-image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.tsp-latest-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.tsp-latest-image:hover img { transform: scale(1.025); }
.tsp-latest-credit { position: absolute; right: 8px; bottom: 8px; padding: 4px 6px; color: rgba(255,255,255,.9); background: rgba(0,0,0,.66); font-family: var(--sans); font-size: 7px; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; }
.tsp-latest-grid article > div { padding: 24px; }
.tsp-latest-grid small { color: var(--rust); font-family: var(--cond); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.tsp-latest-grid h3 { margin: 10px 0 9px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(23px, 2.7vw, 34px); line-height: 1.04; }
.tsp-latest-grid h3 a { color: inherit; text-decoration: none; }
.tsp-latest-grid p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 14px; line-height: 1.55; }
@media (max-width: 860px) { .tsp-latest-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .tsp-latest-heading { display: block; } .tsp-latest-heading span { display: block; margin-bottom: 9px; } .tsp-latest-grid { grid-template-columns: 1fr; } }
