/* /news/ — the 2026 competition desk.

   Built to the client's desktop (1024px) and phone (390px) designs of
   2026-09-12. Top to bottom: hero on the globe plate · four-cell edition bar ·
   pinned notice on the eye plate · ALL UPDATES with its search, chips and rail
   · the dark record band · subscribe with three shortcuts. Both screens were
   drawn, so the phone rules below are the design's, not a fold of my own. */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F, U+0300-0309, U+0323, U+1E00-1EFF, U+2000-206F, U+20AB, U+2122, U+2190-2194;
}
@font-face {
  font-family: "WLSC Serif TC";
  src: url("/assets/fonts/noto-serif-tc-history.woff2") format("woff2");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+3000-303F, U+4E00-9FFF, U+F900-FAFF, U+FF00-FFEF;
}

body.is-news {
  --nw-black: #0a0807;
  --nw-gold: #d8b479;
  --nw-gold-2: #f0d6a4;
  --nw-gold-dim: rgba(216, 180, 121, .55);
  --nw-line: rgba(216, 180, 121, .3);
  --nw-cream: #f2e7d6;
  --nw-dim: rgba(242, 231, 214, .66);

  --nw-paper: #f5f2ed;
  --nw-paper-2: #faf8f4;
  --nw-ink: #241a12;
  --nw-ink-2: #5a4c40;
  --nw-ink-line: rgba(36, 26, 18, .14);
  --nw-bronze: #9a6a33;
  --nw-live: #4f9b6a;
  --nw-amber: #cf9a3f;
  --nw-grey: #9d938a;
  --nw-tag: #e8d3b0;

  --nw-pad: clamp(16px, 2.6vw, 40px);
  --nw-serif: "Cormorant Garamond", "WLSC Serif TC", var(--font-display);
  --nw-latin: "Cormorant Garamond", Georgia, serif;
  background: var(--nw-paper);
}
body.is-news .hd {
  position: sticky; top: 0;
  background: var(--nw-black);
  border-bottom: 1px solid var(--nw-line);
  backdrop-filter: none;
}

.nw { overflow-x: clip; }
.nw-wrap { width: min(100%, 1180px); margin-inline: auto; padding-inline: var(--nw-pad); }
.nw-i { width: 1.4em; height: 1.4em; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.nw-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

.nw-kick {
  margin: 0;
  display: flex; align-items: center; gap: .55rem;
  font-family: var(--nw-latin);
  font-size: clamp(.72rem, 1vw, .85rem); font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--nw-gold);
}
.nw-kick i { font-style: normal; opacity: .5; letter-spacing: 0; }
.nw-kick--ink { color: var(--nw-ink); letter-spacing: .2em; }
.nw-kick--ink i { color: var(--nw-ink-2); }

.nw-words {
  margin: 0;
  font-family: var(--font-body);
  font-size: .58rem; font-weight: 600; line-height: 1.9;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--nw-ink-2);
}

.nw-arw {
  display: grid; place-items: center; flex: none;
  width: 1.35rem; height: 1.35rem;
  color: var(--nw-ink-2);
}
.nw-arw svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.nw-btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .7rem clamp(1.1rem, 2.4vw, 1.9rem);
  border-radius: 999px; border: 0;
  background: linear-gradient(100deg, #c79a58 0%, #f0d6a4 42%, #d8b479 74%, #b98d4e 100%);
  color: #2a1b0b; text-decoration: none;
  font: inherit; font-size: clamp(.85rem, 1.15vw, .96rem); font-weight: 600; letter-spacing: .05em;
  cursor: pointer;
}
.nw-btn:hover { filter: brightness(1.05); }
.nw-btn--line {
  background: none; border: 1px solid var(--nw-gold-dim); color: var(--nw-cream);
  font-weight: 500;
}
.nw-btn--line:hover { border-color: var(--nw-gold-2); background: rgba(216, 180, 121, .12); filter: none; }

/* ---------------------------------------------------------------- 1 hero */

.nw-hero {
  position: relative; isolation: isolate;
  background: var(--nw-black);
  display: grid; grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: clamp(240px, 26vw, 400px);
}
.nw-hero picture { position: absolute; inset: 0; z-index: -2; display: block; }
.nw-hero__img, .nw-hero picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
/* The globe is on the right; the type sits on the left, so only the left is
   darkened and the artwork is untouched. */
.nw-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(10, 8, 7, .93) 0%, rgba(10, 8, 7, .7) 36%, rgba(10, 8, 7, 0) 66%);
}
.nw-hero__copy {
  grid-area: 1 / 1;
  padding: clamp(2rem, 4vw, 3.4rem) var(--nw-pad);
  padding-left: clamp(2.4rem, 8vw, 7rem);
  color: var(--nw-cream);
}
.nw-hero h1 {
  margin: .5rem 0 0;
  font-family: var(--nw-serif);
  font-size: clamp(2.3rem, 5.2vw, 4rem); font-weight: 600;
  line-height: 1.05; letter-spacing: .12em;
  color: #fff;
}
.nw-hero__sub {
  margin: .9rem 0 0; max-width: 24ch;
  font-family: var(--nw-serif);
  font-size: clamp(1.05rem, 1.9vw, 1.55rem); font-weight: 500; line-height: 1.45;
  color: #fff;
}
.nw-hero__lede {
  position: relative;
  margin: 1.1rem 0 0; padding-top: 1rem; max-width: 34ch;
  font-size: clamp(.82rem, 1.15vw, .95rem); line-height: 1.7;
  color: rgba(255, 255, 255, .82);
}
.nw-hero__lede::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 2.2rem; height: 1px; background: var(--nw-gold-dim);
}
/* CURRENT ● UPDATED — the desk's own state mark. */
.nw-state {
  grid-area: 1 / 1; justify-self: end; align-self: start;
  margin: 0; padding: clamp(1.4rem, 2.6vw, 2.2rem) var(--nw-pad) 0 0;
  display: flex; align-items: center; gap: .6rem;
  font-family: var(--nw-latin);
  font-size: clamp(.6rem, .85vw, .72rem); font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--nw-dim);
}
.nw-state i { width: .5rem; height: .5rem; border-radius: 50%; background: var(--nw-gold); box-shadow: 0 0 8px var(--nw-gold); }

/* ---------------------------------------------------------------- 2 bar */

.nw-bar {
  background: var(--nw-paper-2);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  padding: clamp(1rem, 2vw, 1.5rem) var(--nw-pad);
  color: var(--nw-ink);
}
.nw-fact {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem;
  padding-inline: clamp(.4rem, 1.6vw, 1.4rem);
  text-align: center;
}
.nw-fact + .nw-fact { border-left: 1px solid var(--nw-ink-line); }
.nw-fact b {
  font-family: var(--nw-serif);
  font-size: clamp(.9rem, 1.35vw, 1.12rem); font-weight: 600; letter-spacing: .1em;
}
.nw-fact span {
  font-family: var(--nw-latin);
  font-size: clamp(.6rem, .88vw, .74rem); letter-spacing: .2em; text-transform: uppercase;
  color: var(--nw-ink-2);
}
.nw-fact--date b { font-family: var(--nw-latin); letter-spacing: .14em; }

/* ---------------------------------------------------------------- 3 pinned */

.nw-pin {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--nw-paper);
  color: var(--nw-ink);
  padding: clamp(1.4rem, 3vw, 2.4rem) var(--nw-pad);
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  grid-template-areas: "kick kick kick" "date body words";
  align-items: center;
  column-gap: clamp(1rem, 2.6vw, 2.4rem);
  row-gap: clamp(.8rem, 1.6vw, 1.3rem);
}
/* The eye is the right half of the band, fading into the paper. */
.nw-pin__img {
  position: absolute; z-index: -1; right: 0; top: 0;
  width: 54%; height: 100%; object-fit: cover; object-position: 62% center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
}
.nw-pin__kick { grid-area: kick; }
.nw-pin__kick { display: flex; align-items: center; gap: .55rem; margin: 0;
  font-family: var(--nw-latin); font-size: clamp(.66rem, .95vw, .8rem); font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--nw-ink-2); }
.nw-pin__kick i { font-style: normal; opacity: .5; letter-spacing: 0; }
.nw-pin__date {
  grid-area: date; margin: 0;
  padding-right: clamp(1rem, 2.4vw, 2rem);
  border-right: 1px solid var(--nw-ink-line);
  text-align: center; font-family: var(--nw-latin); color: var(--nw-ink);
}
.nw-pin__date b { display: block; font-size: clamp(3rem, 6vw, 4.6rem); font-weight: 500; line-height: .9; }
.nw-pin__date span { display: block; margin-top: .3rem; font-size: clamp(1rem, 1.8vw, 1.4rem); letter-spacing: .1em; }
.nw-pin__body { grid-area: body; }
.nw-badge {
  display: inline-block; margin: 0 0 .55rem;
  padding: .28rem .85rem; border-radius: 999px;
  background: var(--nw-tag);
  font-size: clamp(.68rem, .95vw, .78rem); font-weight: 600; letter-spacing: .06em;
  color: #5b3f1c;
}
.nw-pin h2 {
  margin: 0;
  font-family: var(--nw-serif);
  font-size: clamp(1.3rem, 2.6vw, 2rem); font-weight: 600; line-height: 1.25; letter-spacing: .05em;
  color: #17110c;
}
.nw-pin__lead { margin: .5rem 0 1rem; font-size: clamp(.82rem, 1.1vw, .95rem); line-height: 1.7; color: var(--nw-ink-2); }
.nw-pin__words { grid-area: words; justify-self: end; align-self: end; text-align: right; }

/* ---------------------------------------------------------------- 4 rail */

.nw-all { background: var(--nw-paper); padding-block: clamp(1.6rem, 3vw, 2.6rem) clamp(2rem, 4vw, 3.4rem); }
.nw-all__h {
  display: grid;
  grid-template-columns: auto minmax(1.5rem, 1fr) auto auto;
  align-items: center;
  column-gap: clamp(.7rem, 1.8vw, 1.4rem);
  row-gap: .8rem;
}
.nw-all__line { height: 1px; background: var(--nw-ink-line); }

.nw-search { position: relative; display: block; width: clamp(180px, 20vw, 260px); }
.nw-search__i { position: absolute; left: .95rem; top: 50%; transform: translateY(-50%); width: 1rem; height: 1rem; color: var(--nw-ink-2); pointer-events: none; }
.nw-search input {
  width: 100%;
  font: inherit; font-size: clamp(.78rem, 1vw, .88rem); color: var(--nw-ink);
  background: var(--nw-paper-2);
  border: 1px solid var(--nw-ink-line); border-radius: 999px;
  padding: .62rem 1rem .62rem 2.4rem;
  appearance: none;
}
.nw-search input::-webkit-search-cancel-button { -webkit-appearance: none; }

.nw-chips { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; }
.nw-chip {
  padding: .55rem 1rem;
  border: 1px solid var(--nw-ink-line); border-radius: 999px;
  background: var(--nw-paper-2); color: var(--nw-ink);
  font: inherit; font-size: clamp(.74rem, .98vw, .86rem); letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.nw-chip:hover { border-color: var(--nw-bronze); }
.nw-chip.is-on { background: #2b1d11; border-color: #2b1d11; color: var(--nw-cream); }
.nw-sel { position: relative; display: inline-block; }
.nw-sel select {
  font: inherit; font-size: clamp(.74rem, .98vw, .86rem); color: var(--nw-ink);
  background: var(--nw-paper-2);
  border: 1px solid var(--nw-ink-line); border-radius: 999px;
  padding: .55rem 2.1rem .55rem 1rem;
  appearance: none; -webkit-appearance: none;
}
.nw-chev { position: absolute; right: .8rem; top: 50%; transform: translateY(-50%); width: .9rem; height: .9rem; fill: none; stroke: var(--nw-ink-2); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.nw-chip:focus-visible, .nw-sel select:focus-visible, .nw-search input:focus-visible { outline: 2px solid var(--nw-bronze); outline-offset: 2px; }

/* The rail: one gold hairline down the left, a dot per row. */
.nw-rail { margin: clamp(1.2rem, 2.4vw, 2rem) 0 0; padding: 0 0 0 clamp(.9rem, 2vw, 1.4rem); list-style: none; position: relative; }
.nw-rail::before {
  content: ""; position: absolute; left: 0; top: .6rem; bottom: .6rem;
  width: 1px; background: var(--nw-ink-line);
}
.nw-row[hidden] { display: none; }
.nw-row + .nw-row { border-top: 1px solid var(--nw-ink-line); }
.nw-row > a {
  display: grid;
  grid-template-columns: auto minmax(7rem, .22fr) auto minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: clamp(.6rem, 1.6vw, 1.4rem);
  padding: clamp(.9rem, 1.8vw, 1.3rem) 0;
  color: inherit; text-decoration: none;
}
.nw-row > a:hover .nw-row__t b { color: var(--nw-bronze); }
.nw-dot {
  width: .55rem; height: .55rem; border-radius: 50%;
  background: var(--nw-gold); box-shadow: 0 0 0 3px var(--nw-paper);
  margin-left: calc(-1 * clamp(.9rem, 2vw, 1.4rem) - .27rem);
}
.nw-row__k {
  font-family: var(--nw-latin);
  font-size: clamp(.76rem, 1.02vw, .9rem); letter-spacing: .1em;
  color: var(--nw-ink-2);
}
.nw-tag {
  justify-self: start;
  padding: .26rem .7rem; border-radius: 999px;
  background: var(--nw-tag);
  font-size: clamp(.66rem, .9vw, .76rem); font-weight: 600; letter-spacing: .04em;
  color: #5b3f1c; white-space: nowrap;
}
.nw-row__t { min-width: 0; }
.nw-row__t b {
  display: block;
  font-family: var(--nw-serif);
  font-size: clamp(.95rem, 1.35vw, 1.15rem); font-weight: 600; letter-spacing: .04em;
  color: #17110c;
  transition: color .2s ease;
}
.nw-row__t span { display: block; margin-top: .25rem; font-size: clamp(.74rem, 1vw, .85rem); line-height: 1.6; color: var(--nw-ink-2); }
.nw-row__s {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: clamp(.76rem, 1vw, .88rem); letter-spacing: .04em; color: var(--nw-ink-2);
  white-space: nowrap;
}
.nw-row__s i { width: .55rem; height: .55rem; border-radius: 50%; }
.nw-row__s--published i { background: var(--nw-live); }
.nw-row__s--soon i { background: var(--nw-amber); }
.nw-row__s--pending i { background: var(--nw-grey); }
.nw-row__s--link { text-decoration: underline; text-underline-offset: .3em; text-decoration-color: var(--nw-ink-line); }

.nw-empty { margin: 2.2rem 0 0; text-align: center; font-size: .95rem; color: var(--nw-ink-2); }

/* ---------------------------------------------------------------- 5 band */

.nw-band {
  position: relative; isolation: isolate; overflow: hidden;
  background: #120d0a; color: var(--nw-cream);
  padding: clamp(1.6rem, 3vw, 2.4rem) var(--nw-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: clamp(1.2rem, 3vw, 3rem);
}
.nw-band__bg { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.nw-band__t h2 {
  margin: 0;
  font-family: var(--nw-serif);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 600; line-height: 1.3; letter-spacing: .05em;
  color: #fff;
}
.nw-band__t p { margin: .5rem 0 0; font-size: clamp(.8rem, 1.1vw, .92rem); line-height: 1.7; color: var(--nw-dim); }
.nw-marks {
  margin: 0; padding: 0; list-style: none;
  display: flex; align-items: center;
}
.nw-marks li {
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  padding-inline: clamp(.9rem, 2.4vw, 2rem);
  font-size: clamp(.76rem, 1vw, .88rem); letter-spacing: .06em;
}
.nw-marks li + li { border-left: 1px solid var(--nw-line); }
.nw-marks__i { width: 1.5rem; height: 1.5rem; color: var(--nw-gold-2); stroke-width: 1.2; }

/* ---------------------------------------------------------------- 6 sub */

.nw-sub { background: var(--nw-paper); padding-block: clamp(1.8rem, 3.4vw, 3rem); color: var(--nw-ink); }
.nw-sub__in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(1.4rem, 3vw, 3rem);
  row-gap: 1.2rem;
}
.nw-sub__t h2 {
  margin: .45rem 0 0;
  font-family: var(--nw-serif);
  font-size: clamp(1.5rem, 3vw, 2.3rem); font-weight: 600; line-height: 1.25; letter-spacing: .05em;
  color: #17110c;
}
.nw-sub__lead { margin: .55rem 0 0; font-size: clamp(.8rem, 1.1vw, .92rem); line-height: 1.7; color: var(--nw-ink-2); }
.nw-form { display: flex; align-items: stretch; gap: 0; border: 1px solid var(--nw-ink-line); border-radius: 999px; background: var(--nw-paper-2); overflow: hidden; }
.nw-form__box { flex: 1; min-width: 0; display: flex; align-items: center; gap: .6rem; padding-left: 1.1rem; color: var(--nw-ink-2); }
.nw-form input[type="email"] {
  flex: 1; min-width: 0;
  border: 0; background: none; outline: none;
  font: inherit; font-size: clamp(.8rem, 1.05vw, .92rem); color: var(--nw-ink);
  padding: .85rem .6rem;
}
.nw-form .nw-btn { border-radius: 999px; }
.nw-form:focus-within { outline: 2px solid var(--nw-bronze); outline-offset: 2px; }
.nw-shortcuts { margin: 0; padding: 0; list-style: none; min-width: clamp(150px, 16vw, 210px); }
.nw-shortcuts a {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: .5rem 0;
  color: var(--nw-ink); text-decoration: none;
  font-family: var(--nw-serif); font-size: clamp(.9rem, 1.2vw, 1.05rem); letter-spacing: .05em;
}
.nw-shortcuts a:hover { color: var(--nw-bronze); }
.nw-shortcuts span { color: var(--nw-ink-2); }

/* ------------------------------------------------------- phone (≤ 760px)

   The client's phone design: hero band with the state mark at its foot, the
   edition bar as 2 × 2, the pinned notice over a full-width strip of the eye,
   the chips on one scrolling line, the rail stacked, the record band as an
   inset card, and the shortcuts as full-width rows. */

@media (max-width: 760px) {
  .nw-hero { min-height: clamp(190px, 46vw, 260px); }
  .nw-hero__copy { padding: clamp(1.2rem, 5vw, 1.8rem) var(--nw-pad) clamp(2.4rem, 9vw, 3rem); }
  .nw-hero::after { background: linear-gradient(90deg, rgba(10, 8, 7, .94) 0%, rgba(10, 8, 7, .74) 44%, rgba(10, 8, 7, .1) 92%); }
  .nw-hero h1 { font-size: clamp(1.8rem, 9vw, 2.6rem); letter-spacing: .16em; }
  .nw-hero__sub { font-size: clamp(.95rem, 4.4vw, 1.2rem); max-width: 14ch; }
  .nw-hero__lede { font-size: clamp(.72rem, 3.4vw, .88rem); max-width: 18ch; padding-top: .8rem; margin-top: .8rem; }
  .nw-state { justify-self: start; align-self: end; padding: 0 0 clamp(.9rem, 4vw, 1.3rem) var(--nw-pad); font-size: clamp(.55rem, 2.6vw, .66rem); }

  .nw-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: clamp(.8rem, 3vw, 1.1rem); padding-inline: calc(var(--nw-pad) / 2); }
  .nw-fact:nth-child(3) { border-left: 0; }
  .nw-fact:nth-child(n + 3) { border-top: 1px solid var(--nw-ink-line); padding-top: clamp(.8rem, 3vw, 1.1rem); }
  .nw-fact b { font-size: clamp(.85rem, 3.8vw, 1rem); }
  .nw-fact span { font-size: clamp(.52rem, 2.4vw, .64rem); letter-spacing: .14em; }

  /* The eye becomes a strip under the notice rather than a half. */
  .nw-pin {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "kick kick" "date body" "img img";
    padding-bottom: 0; row-gap: clamp(.7rem, 3vw, 1rem);
  }
  .nw-pin__img {
    grid-area: img; position: static; z-index: 0;
    width: calc(100% + var(--nw-pad) * 2); margin-inline: calc(-1 * var(--nw-pad));
    height: clamp(48px, 16vw, 78px); object-position: 70% center;
    -webkit-mask-image: none; mask-image: none;
  }
  .nw-pin__words { display: none; }
  .nw-pin__date b { font-size: clamp(2.6rem, 15vw, 3.6rem); }
  .nw-pin__date span { font-size: clamp(.95rem, 5vw, 1.25rem); }
  .nw-pin h2 { font-size: clamp(1.05rem, 5.2vw, 1.4rem); }
  .nw-pin__lead { font-size: clamp(.74rem, 3.4vw, .86rem); }

  .nw-all__h { grid-template-columns: minmax(0, 1fr); }
  .nw-all__line { display: none; }
  .nw-search { width: 100%; }
  /* One scrolling line, as drawn — the chips are not stacked. */
  .nw-chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; padding-bottom: .2rem; }
  .nw-chips::-webkit-scrollbar { display: none; }
  .nw-chip, .nw-sel select { flex: none; white-space: nowrap; }

  .nw-row > a {
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    grid-template-areas: "dot key tag . ." "dot title title state arrow";
    row-gap: .45rem; column-gap: .6rem;
  }
  .nw-dot { grid-area: dot; align-self: start; margin-top: .35rem; }
  .nw-row__k { grid-area: key; font-size: clamp(.66rem, 3vw, .78rem); }
  .nw-tag { grid-area: tag; font-size: clamp(.58rem, 2.7vw, .68rem); padding: .2rem .55rem; }
  .nw-row__t { grid-area: title; }
  .nw-row__t b { font-size: clamp(.85rem, 4vw, 1rem); }
  .nw-row__t span { font-size: clamp(.68rem, 3.1vw, .78rem); }
  .nw-row__s { grid-area: state; font-size: clamp(.66rem, 3vw, .78rem); }
  .nw-arw { grid-area: arrow; width: 1.1rem; height: 1.1rem; }

  /* An inset card on the phone, full bleed on the desktop. */
  .nw-band {
    grid-template-columns: minmax(0, 1fr); row-gap: 1rem; justify-items: center; text-align: center;
    margin: clamp(1rem, 4vw, 1.6rem) var(--nw-pad); border-radius: 6px;
    padding: clamp(1.2rem, 5vw, 1.8rem) clamp(.8rem, 4vw, 1.4rem);
  }
  .nw-marks li { padding-inline: clamp(.7rem, 4vw, 1.4rem); font-size: clamp(.66rem, 3vw, .78rem); }
  .nw-marks__i { width: 1.3rem; height: 1.3rem; }

  .nw-sub__in { grid-template-columns: minmax(0, 1fr); row-gap: 1rem; }
  .nw-shortcuts { min-width: 0; }
  .nw-shortcuts li + li { border-top: 1px solid var(--nw-ink-line); }
  .nw-shortcuts a { padding: .75rem 0; font-size: clamp(.85rem, 4vw, 1rem); }
}

@media (prefers-reduced-motion: reduce) {
  .nw-chip, .nw-row__t b { transition: none; }
}
