/* News page (lane: news, 09-Sep-2026). Loaded only on page-news.php.
   Everything is prefixed nw- so no other lane can collide with it. */

.nw-vh{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}

/* header: typographic, the belt carries the picture */
.nw-head{padding-top:clamp(124px,14vh,160px);padding-bottom:0}
.nw-head .crumb{font-size:12.5px;color:var(--ink-faint);line-height:1;margin:0}
.nw-head .crumb a{color:var(--indigo);font-weight:600}
.nw-head h1{font-weight:700;font-size:clamp(2.75rem,5vw,4.75rem);line-height:1;letter-spacing:-.04em;color:var(--ink);max-width:15ch;text-wrap:balance;margin-top:clamp(30px,4.4vh,48px)}
.nw-head .dek{font-size:clamp(1.05rem,1.3vw,1.22rem);line-height:1.55;color:var(--ink-dim);max-width:46ch;margin-top:22px;text-wrap:pretty}

.nw-belt-wrap{margin-top:clamp(40px,6vh,66px)}
.nw-belt{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(22px,3.4vw,48px);margin-top:20px}
.nw-mark{display:inline-flex;align-items:center}
.nw-mark img{max-width:100%;height:auto;display:block;filter:grayscale(1) brightness(0);opacity:.5;transition:filter .35s var(--ease),opacity .35s var(--ease)}
/* badge marks keep their knocked-out white type, so they grey without brightness(0) */
.nw-mark--solid img{filter:grayscale(1);opacity:.62}
.nw-belt .nw-mark:hover img{filter:none;opacity:1}

/* chapter 01: the press ledger */
.nw-list{margin-top:clamp(20px,3vh,32px);border-top:1px solid var(--rule)}
.nw-row{position:relative;display:grid;grid-template-columns:148px minmax(0,1fr) auto 18px;gap:clamp(14px,2.4vw,36px);align-items:start;padding:20px 0;border-bottom:1px solid var(--rule)}
.nw-cell-mark{display:flex;align-items:center;min-height:1.62em}
.nw-label{font-size:12.5px;font-weight:600;line-height:1.3;color:var(--ink-dim);max-width:15ch;transition:color .2s var(--ease)}
.nw-h{font-size:1.08rem;line-height:1.5;font-weight:500;letter-spacing:-.008em;color:var(--ink);text-wrap:pretty;max-width:52ch}
.nw-h a{transition:color .2s var(--ease)}
.nw-h a::after{content:"";position:absolute;inset:0}
.nw-cell-date{padding-top:.22em;white-space:nowrap}
.nw-date{font-size:12.5px;color:var(--ink-faint);font-variant-numeric:tabular-nums}
.nw-fmt{display:inline-block;margin-left:8px;font-size:9.5px;font-weight:700;letter-spacing:.12em;color:var(--ink-faint);border:1px solid var(--rule);border-radius:3px;padding:2px 5px;vertical-align:1px}
.nw-go{font-style:normal;color:var(--indigo);font-size:15px;line-height:1.5;opacity:0;transition:opacity .25s var(--ease),transform .25s var(--ease)}
.nw-row:hover .nw-h a,.nw-row:focus-within .nw-h a{color:var(--indigo)}
.nw-row:hover .nw-label,.nw-row:focus-within .nw-label{color:var(--indigo)}
.nw-row:hover .nw-mark img,.nw-row:focus-within .nw-mark img{filter:none;opacity:1}
.nw-row:hover .nw-go,.nw-row:focus-within .nw-go{opacity:1;transform:translateX(3px)}

@media(max-width:719px){
  .nw-row{grid-template-columns:minmax(0,1fr) auto;gap:9px 16px;padding:18px 0}
  .nw-cell-mark{grid-column:1/-1;min-height:0}
  .nw-h{grid-column:1/-1;font-size:1.02rem}
  .nw-cell-date{grid-column:1;justify-self:start;padding-top:0}
  .nw-cell-go{grid-column:2;justify-self:end}
  .nw-go{opacity:1}
}

/* chapter 02: on film, click to play */
.nw-films{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,3vw,44px);margin-top:30px}
.nw-film{margin:0}
.nw-shot{position:relative;display:block;width:100%;aspect-ratio:16/9;padding:0;border:0;overflow:hidden;cursor:pointer;background:var(--indigo-deep)}
.nw-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s var(--ease)}
.nw-shot::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(18,16,58,.4),rgba(18,16,58,.02) 62%);pointer-events:none}
.nw-shot:hover img{transform:scale(1.03)}
.nw-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:66px;height:66px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 12px 32px rgba(23,20,73,.3);transition:transform .3s var(--ease)}
.nw-shot:hover .nw-play{transform:translate(-50%,-50%) scale(1.07)}
.nw-play svg{display:block;width:19px;height:22px;margin-left:3px;fill:var(--indigo)}
.nw-film iframe{display:block;width:100%;aspect-ratio:16/9;border:0;background:#000}
.nw-cap{margin-top:15px}
.nw-cap .lbl{display:block}
.nw-film-t{font-size:1.04rem;line-height:1.45;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin-top:9px;max-width:36ch;text-wrap:pretty}
@media(max-width:899px){
  .nw-films{grid-template-columns:1fr}
  .nw-play{width:56px;height:56px}
  .nw-play svg{width:17px;height:19px}
}

/* the invitation reuses .invite; the address is the action */
.nw-mail{font-variant-numeric:normal;letter-spacing:-.005em}

@media(prefers-reduced-motion:reduce){
  .nw-mark img,.nw-shot img,.nw-play,.nw-h a,.nw-go,.nw-label{transition:none}
  .nw-shot:hover img{transform:none}
  .nw-shot:hover .nw-play{transform:translate(-50%,-50%)}
  .nw-row:hover .nw-go,.nw-row:focus-within .nw-go{transform:none}
}
