/* ─── PRESS SECTION ───────────────────────────────────────────
   Used by /press and /press/<slug>. Built by build-press.py.   */

.press-index h1, .press-entry h1 { margin-bottom: .4em; }
.press-entry .eyebrow a { color: inherit; text-decoration: none; }
.press-entry .eyebrow a:hover { text-decoration: underline; }

/* index: compact one-line header */
.press-index { padding-top: clamp(96px, 12vh, 130px); max-width: 1180px; }
.press-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap;
  margin: 0 0 1.4rem; padding-bottom: .9rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.press-index h1 { font-size: clamp(16px, 1.6vw, 24px); letter-spacing: .12em; text-transform: uppercase; line-height: 1.2;
  margin: 0; white-space: nowrap; text-shadow: 0 0 16px rgba(255,255,255,.14); }
.press-head-lead { margin: 0; font-family: 'IBM Plex Mono', monospace; font-size: .68rem; letter-spacing: .1em;
  text-transform: uppercase; opacity: .55; white-space: nowrap; }
.press-head-lead a { color: inherit; }

/* index: card grid */
.press-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
.press-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.09); overflow: hidden;
  transition: transform .22s cubic-bezier(.25,.8,.25,1), border-color .22s ease, box-shadow .22s ease; }
.press-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.28); box-shadow: 0 16px 40px rgba(0,0,0,.6); }
.press-card-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: #0a0a0a; }
.press-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.9);
  transition: transform .5s ease; }
.press-card:hover .press-card-media img { transform: scale(1.04); }
.press-card-media--text { display: grid; place-items: center; padding: 0 1rem; text-align: center;
  background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(0,0,0,.2)); }
.press-card-media--text span { font-family: 'Jersey 25', 'Pixelify Sans', monospace; font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: .03em; line-height: 1; opacity: .85; text-shadow: 0 0 18px rgba(255,255,255,.18); }
.press-card-body { display: flex; flex-direction: column; gap: .3rem; padding: .8rem .85rem .95rem; }
.press-card .press-date { margin: 0; }
.press-card .press-title { font-size: .95rem; line-height: 1.3; }
.press-card-cov { font-family: 'IBM Plex Mono', monospace; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase;
  opacity: .45; margin-top: .15rem; }

/* entry page: publication favicons on coverage links */
.press-links a { display: grid; grid-template-columns: 16px 1fr; column-gap: .7rem; align-items: start; }
.press-favicon { width: 16px; height: 16px; margin-top: .2rem; border-radius: 3px; opacity: .85; grid-row: 1 / span 2; }
.press-links .press-pub, .press-links .press-headline { grid-column: 2; }

/* feed list (legacy list layout) */
.press-feed { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.press-item { border-top: 1px solid rgba(255,255,255,.13); }
.press-item:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.press-item a {
  display: block; padding: 1.15rem 0; text-decoration: none; color: inherit;
  transition: opacity .15s ease;
}
.press-item a:hover { opacity: .72; }
.press-date {
  display: block; font-family: 'IBM Plex Mono', monospace; font-size: .68rem;
  letter-spacing: .13em; text-transform: uppercase; opacity: .5; margin-bottom: .3rem;
}
.press-title { display: block; font-size: 1.1rem; line-height: 1.32; font-weight: 600; }
.press-client { font-weight: 400; opacity: .68; }
.press-role {
  display: block; font-size: .82rem; opacity: .6; margin-top: .22rem;
  font-family: 'IBM Plex Mono', monospace;
}

/* entry page */
.press-h2 {
  font-family: 'IBM Plex Mono', monospace; font-size: .7rem; letter-spacing: .16em;
  text-transform: uppercase; opacity: .55; margin: 2.6rem 0 .9rem; font-weight: 600;
}
.press-credits {
  margin: 1.8rem 0; padding: 1.1rem 0;
  border-top: 1px solid rgba(255,255,255,.13);
  border-bottom: 1px solid rgba(255,255,255,.13);
  font-size: .9rem;
}
.press-cred { display: flex; gap: .9rem; padding: .16rem 0; }
.press-cred dt { min-width: 9.5rem; flex-shrink: 0; opacity: .55;
  font-family: 'IBM Plex Mono', monospace; font-size: .78rem; }
.press-cred dd { margin: 0; }
.press-body p { margin: 1rem 0; }

.press-quote {
  margin: .9rem 0; padding: .95rem 1.1rem;
  background: rgba(255,255,255,.045);
  border-left: 2px solid rgba(255,255,255,.4);
}
.press-quote blockquote { margin: 0 0 .5rem; font-size: .95rem; }
.press-quote blockquote::before { content: '\201C'; }
.press-quote blockquote::after  { content: '\201D'; }
.press-quote figcaption {
  font-family: 'IBM Plex Mono', monospace; font-size: .68rem;
  letter-spacing: .12em; text-transform: uppercase; opacity: .55;
}
.press-quote figcaption a { color: inherit; }

.press-links { list-style: none; margin: 0; padding: 0; }
.press-links li { border-bottom: 1px solid rgba(255,255,255,.11); }
.press-links a { display: block; padding: .6rem 0; text-decoration: none; color: inherit; }
.press-links a:hover .press-headline { text-decoration: underline; }
.press-pub {
  display: block; font-family: 'IBM Plex Mono', monospace; font-size: .65rem;
  letter-spacing: .13em; text-transform: uppercase; opacity: .5;
}
.press-headline { display: block; font-size: .95rem; }

.press-tags {
  margin-top: 2.4rem; padding-top: 1.1rem;
  border-top: 1px solid rgba(255,255,255,.09); font-family: 'IBM Plex Mono', monospace; font-size: .68rem;
  letter-spacing: .12em; text-transform: uppercase; opacity: .45;
}
.press-enquiry {
  margin-top: 3.5rem; padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,.13); font-size: .92rem;
}
.press-enquiry p { opacity: .78; }

@media (max-width: 560px) {
  .press-cred { flex-direction: column; gap: .1rem; }
  .press-cred dt { min-width: 0; }
}

/* cards: no link underline (overrides .service a), portrait IG thumbs crop to the top third */
.service .press-card, .service .press-card * { text-decoration: none; }
.press-card-media img { object-position: center 30%; }

/* ── news-style feed (v4) ── */
.press-index { max-width: 860px; }
.feed { display: flex; flex-direction: column; }
.feed-item { display: grid; grid-template-columns: 168px 1fr; gap: 0 20px; padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.1); align-items: start; }
.feed-item:first-child { border-top: 0; }
.feed-item:not(.feed-item--first) { grid-template-columns: 168px 1fr; }
.feed-item:not(.feed-item--first) .feed-thumb { visibility: hidden; height: 0; }
.feed-item:not(.feed-item--first) { padding-top: 8px; border-top-color: rgba(255,255,255,.05); }
.feed-thumb { display: block; aspect-ratio: 16/9; overflow: hidden; background: #0a0a0a; border: 1px solid rgba(255,255,255,.08); }
.feed-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; filter: saturate(.9); }
.feed-thumb--text { display: grid; place-items: center; text-align: center; padding: 0 .6rem;
  background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(0,0,0,.25)); }
.feed-thumb--text span { font-family: 'Jersey 25', 'Pixelify Sans', monospace; font-size: 22px; line-height: 1; opacity: .85; }
.feed-body { min-width: 0; }
.feed-source { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; margin: 0 0 .3rem;
  font-family: 'IBM Plex Mono', monospace; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.feed-source .press-favicon { margin: 0; grid-row: auto; }
.feed-pub { color: #fff; opacity: .9; }
.feed-host { opacity: .38; letter-spacing: .04em; text-transform: none; }
.feed-date { opacity: .45; margin-left: auto; }
.service .feed-headline { font-family: var(--sans); font-size: clamp(16px, 1.45vw, 21px); line-height: 1.25; margin: 0 0 .35rem;
  letter-spacing: -.01em; text-transform: none; font-weight: 600; }
.service .feed-headline a { text-decoration: none; color: #fff; }
.service .feed-headline a:hover { text-decoration: underline; text-decoration-color: rgba(255,255,255,.5); }
.feed-project { margin: 0; font-size: .8rem; color: rgba(255,255,255,.62); }
.service .feed-project a { text-decoration: none; color: rgba(255,255,255,.85); }
.service .feed-project a:hover { text-decoration: underline; }
.feed-role { opacity: .7; }
@media (max-width: 640px) {
  .feed-item, .feed-item:not(.feed-item--first) { grid-template-columns: 1fr; }
  .feed-thumb { max-width: 260px; margin-bottom: .6rem; }
  .feed-item:not(.feed-item--first) .feed-thumb { display: none; }
  .feed-date { margin-left: 0; }
}
