/* ============================================================
   BMI Innovation — redesign v4 "Paper & Graphite"
   Neutral-forward system: paper/graphite surfaces carry the page,
   the house crimson stays a measured accent (rules, numerals,
   marks) instead of a field colour. Oversized display headings,
   hairline grid motifs, photographic bands with duotone lift.
   Light + dark themes with an in-header toggle. One stylesheet.
   ============================================================ */
:root {
  --brand: #9f2d24;
  --brand-hot: #c1362c;
  --ink: #14161a;
  --ink-2: #4b5158;
  --ink-3: #858a91;
  --line: #e3e1db;
  --bg: #faf9f6;
  --bg-alt: #f1f0ec;
  --card: #ffffff;
  --panel: #1b1e23;
  --panel-ink: #f2f1ee;
  --tint: color-mix(in srgb, var(--brand) 7%, transparent);
  --shadow: 0 18px 44px -18px rgba(20, 22, 26, .26);
  --shadow-sm: 0 6px 18px -8px rgba(20, 22, 26, .2);
  color-scheme: light dark;
}
html[data-theme="dark"] {
  --brand: #e0745f;
  --brand-hot: #f08c78;
  --ink: #f2f1ee;
  --ink-2: #bcbfc2;
  --ink-3: #888d94;
  --line: #32353b;
  --bg: #0f1013;
  --bg-alt: #16181c;
  --card: #1b1e23;
  --panel: #1b1e23;
  --panel-ink: #f2f1ee;
  --tint: color-mix(in srgb, var(--brand) 13%, transparent);
  --shadow: 0 22px 50px -20px rgba(0, 0, 0, .72);
  --shadow-sm: 0 8px 22px -10px rgba(0, 0, 0, .6);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; display: flex; flex-direction: column; min-height: 100vh; background: var(--bg); color: var(--ink); line-height: 1.64; font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang HK", "PingFang SC", "Noto Sans HK", "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased; letter-spacing: -0.004em; }
main#main { flex: 1 0 auto; }
.site-footer { flex-shrink: 0; }
img, video { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -0.032em; line-height: 1.08; }
p { text-wrap: pretty; }
.wrap { max-width: 1200px; margin-inline: auto; padding-inline: clamp(20px, 5vw, 52px); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { position: fixed; top: 10px; left: 10px; z-index: 99; background: var(--brand); color: #fff; padding: 8px 14px; border-radius: 6px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(14px) saturate(1.3); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 76px; }
.brand { display: flex; align-items: baseline; gap: 8px; margin-right: auto; text-decoration: none; }
.brand b { color: var(--brand); font-size: 22px; letter-spacing: -.01em; }
.brand span { color: var(--ink); font-weight: 600; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.main-nav { display: flex; gap: 4px; flex-wrap: wrap; }
.main-nav a { position: relative; text-decoration: none; color: var(--ink-2); font-size: 14px; font-weight: 600; padding: 8px 11px; }
.main-nav a::after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 3px; height: 2px; border-radius: 2px; background: var(--brand-hot); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.main-nav a:hover { color: var(--brand); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav a[aria-current="page"] { color: var(--brand); }
.lang-switch { display: flex; align-items: center; gap: 10px; padding-left: 18px; border-left: 1px solid var(--line); }
.lang-switch button { border: 0; background: none; font: inherit; font-size: 12.5px; font-weight: 600; color: var(--ink-3); padding: 5px 12px; border-radius: 999px; cursor: pointer; transition: .15s ease; }
.lang-switch button:hover { color: var(--brand); background: var(--tint); }
.lang-switch button.on { background: var(--brand); color: #fff; }
.tgl { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--ink-2); font-size: 15px; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: .15s ease; }
.tgl:hover { border-color: var(--brand); color: var(--brand); transform: rotate(-18deg); }

/* service strip under header */
.sub-nav { border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.sub-nav ul { list-style: none; display: flex; gap: clamp(18px, 3vw, 34px); margin: 0; padding: 13px 0; overflow-x: auto; scrollbar-width: thin; }
.sub-nav a { position: relative; text-decoration: none; white-space: nowrap; font-size: 13px; font-weight: 600; letter-spacing: .01em; color: var(--ink-3); }
.sub-nav a:hover { color: var(--brand); }
.sub-nav a.current { color: var(--brand); font-weight: 700; }
.sub-nav a.current::after { content: ""; display: block; height: 3px; border-radius: 2px; margin-top: 9px; background: var(--brand); }

/* ---------- hero ---------- */
.hero { padding: clamp(46px, 7vw, 92px) 0 clamp(40px, 6vw, 76px); position: relative; }
.hero::before { content: ""; position: absolute; inset: auto auto 0 0; width: 42vw; height: 42vw; max-width: 520px; max-height: 520px; background: radial-gradient(circle at 22% 78%, var(--tint), transparent 68%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(30px, 4.5vw, 62px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--brand); font-size: 11.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 3px; border-radius: 2px; background: var(--brand-hot); flex: none; }
.hero h1 { font-size: clamp(32px, 5.2vw, 60px); max-width: 14ch; }
.hero h1::after { content: ""; display: block; width: 62px; height: 4px; border-radius: 3px; margin-top: 22px; background: currentColor; opacity: .85; }
.lede { margin: 18px 0 0; color: var(--ink-2); font-size: clamp(15px, 1.6vw, 17.5px); max-width: 52ch; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 700; font-size: 14px; letter-spacing: .01em; padding: 13px 23px; border-radius: 9px; transition: .16s ease; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow); filter: brightness(1.08); }
.btn-ghost { border: 1.5px solid color-mix(in srgb, var(--brand) 55%, var(--line)); color: var(--brand); }
.btn-ghost:hover { background: var(--tint); border-color: var(--brand); }
.hero-art { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: var(--card); align-self: stretch; }
.hero-art img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.hero-art::after { content: ""; position: absolute; inset: 0; border-radius: 18px; box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand) 22%, transparent); pointer-events: none; }
.hero-art figcaption { position: absolute; inset: auto 0 0 0; padding: 34px 18px 14px; color: #fff; font-size: 12.5px; line-height: 1.45; letter-spacing: .01em; background: linear-gradient(transparent, rgba(10, 10, 12, .82)); }
.stat-row { display: flex; gap: clamp(20px, 4vw, 46px); margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.stat { flex: 1 1 130px; }
.stat b { display: block; font-size: clamp(30px, 3.8vw, 46px); letter-spacing: -.035em; color: var(--ink); line-height: 1.05; }
.stat span { display: block; margin-top: 3px; font-size: 12.5px; line-height: 1.4; color: var(--ink-3); }

/* ---------- sections ---------- */
.section { padding: clamp(42px, 6.5vw, 82px) 0; }
.section.alt { background: var(--bg-alt); border-block: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 4fr); gap: clamp(30px, 4.5vw, 58px); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(22px, 2.8vw, 32px); letter-spacing: -.03em; }
.section-head h2::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 2px; background: var(--brand); margin-right: 11px; transform: translateY(-2px); }
.more { color: var(--brand); font-weight: 700; font-size: 13.5px; text-decoration: none; white-space: nowrap; }
.more:hover { text-decoration: underline; }
.prose { color: var(--ink-2); font-size: 15.5px; line-height: 1.8; max-width: 66ch; }
.prose p + p { margin-top: 14px; }

/* news */
.news-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.news-item { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.news-item:last-child { border-bottom: 0; padding-bottom: 0; }
.news-date { font-size: 12px; font-weight: 700; letter-spacing: .04em; color: var(--brand); padding-top: 3px; }
.news-title { font-size: 15.5px; font-weight: 700; color: var(--ink); text-decoration: none; }
.news-title::after { content: " »"; color: var(--brand); font-weight: 400; }
.news-title:hover { color: var(--brand); }
.news-excerpt { margin: 5px 0 0; font-size: 13px; line-height: 1.6; color: var(--ink-3); }

/* service cards */
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.svc-card { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; text-decoration: none; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.svc-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--brand) 30%, var(--line)); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(1.02) contrast(1.05); transition: transform .5s ease; }
.svc-card:hover img { transform: scale(1.04); }
.svc-card h3 { font-size: 17px; letter-spacing: -.02em; }
.svc-card p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--ink-3); }
.svc-body { padding: 15px 17px 18px; display: flex; flex-direction: column; gap: 7px; }
.svc-num { position: absolute; top: 11px; left: 11px; font-size: 12px; font-weight: 800; letter-spacing: .12em; color: #fff; background: rgba(14, 14, 16, .66); backdrop-filter: blur(5px); padding: 4px 11px; border-radius: 999px; }
.svc-more { position: absolute; right: 15px; bottom: 13px; color: var(--brand); font-size: 15px; opacity: 0; transform: translateX(-5px); transition: .16s ease; }
.svc-card:hover .svc-more { opacity: 1; transform: none; }

/* clients */
.client-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.client { display: flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 13px 16px; text-decoration: none; font-size: 14.5px; font-weight: 600; transition: .16s ease; }
.client:hover { border-color: var(--brand); color: var(--brand); transform: translateX(3px); }
.client-mono { flex: none; width: 27px; height: 27px; border-radius: 8px; background: var(--tint); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; font-size: 12.5px; font-weight: 800; }

/* awards */
.awards { display: flex; gap: 12px; flex-wrap: wrap; }
.badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: var(--card); border-radius: 999px; padding: 9px 17px; font-size: 13px; font-weight: 600; color: var(--ink-2); box-shadow: var(--shadow-sm); }
.badge::before { content: "✦"; color: var(--brand-hot); }

/* ---------- inner pages ---------- */
.crumb { padding: 20px 0 0; font-size: 12.5px; color: var(--ink-3); }
.crumb a { color: var(--ink-3); text-decoration: none; }
.crumb a:hover { color: var(--brand); }
.page-head { padding: 14px 0 10px; }
.page-head h1 { font-size: clamp(28px, 4.4vw, 48px); letter-spacing: -.036em; }
.page-head .tag { margin: 12px 0 0; font-style: italic; color: var(--ink-2); font-size: clamp(15px, 1.7vw, 18px); max-width: 62ch; }
.lede-img { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); margin: 14px 0 4px; }
.lede-img img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; filter: saturate(1.02) contrast(1.04); }
.page-body { padding: 28px 0 66px; }
.block-title { display: flex; align-items: center; gap: 11px; margin: 36px 0 15px; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--brand); font-weight: 800; }
.block-title::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--brand-hot); flex: none; }
.block-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* gallery */
.gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 18px; }
.gal figure { margin: 0; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.gal figure:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gal img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(1.02) contrast(1.04); }
.gal figcaption { flex: 1; padding: 10px 13px 12px; font-size: 12.5px; line-height: 1.45; color: var(--ink-2); }

/* offices / form */
.office-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 17px; }
.office { background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: 12px; padding: 19px 21px; box-shadow: var(--shadow-sm); transition: .18s ease; }
.office:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.office h3 { font-size: 16.5px; margin-bottom: 7px; letter-spacing: -.02em; }
.office dl { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.office dt { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-top: 10px; }
.office dd { margin: 1px 0 0; }
.form-panel { background: var(--card); border: 1px solid var(--line); border-radius: 13px; padding: 24px; box-shadow: var(--shadow-sm); max-width: 660px; }
.form-panel label { display: block; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin: 13px 0 5px; }
.form-panel input, .form-panel textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; background: var(--bg); color: var(--ink); font: inherit; font-size: 14.5px; transition: .15s ease; }
.form-panel input:focus, .form-panel textarea:focus { outline: 2px solid color-mix(in srgb, var(--brand) 45%, transparent); border-color: var(--brand); }
.form-panel .btn { margin-top: 18px; }
.form-thanks { display: none; margin-top: 14px; padding: 12px 15px; border-radius: 9px; background: var(--tint); color: var(--brand); font-size: 14px; font-weight: 700; }

/* partners */
.partners { columns: 2; column-gap: 44px; list-style: none; margin: 0; padding: 0; }
.partners li { position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid var(--line); break-inside: avoid; font-size: 15px; font-weight: 500; line-height: 1.5; }
.partners li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 7px; height: 7px; border-radius: 2px; background: var(--brand); opacity: .5; }
.partners a { color: var(--ink); text-decoration: none; }
.partners a:hover { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.partners .plain { color: var(--ink-3); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-alt); margin-top: 26px; padding: 34px 0 38px; }
.footer-inner { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; align-items: flex-start; }
.footer-brand { position: relative; font-size: 12.5px; line-height: 1.7; color: var(--ink-3); padding-top: 14px; }
.footer-brand::before { content: ""; position: absolute; top: 0; left: 0; width: 46px; height: 3px; border-radius: 2px; background: var(--brand); }
.footer-brand b { color: var(--ink); font-size: 14px; letter-spacing: .06em; }
.footer-links { display: flex; gap: 18px; font-size: 13px; }
.footer-links a { color: var(--ink-3); text-decoration: none; }
.footer-links a:hover { color: var(--brand); }

@media (max-width: 1080px) { .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 860px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .hero-art img { min-height: 240px; max-height: 320px; }
  .hero h1 { max-width: 18ch; }
  .header-inner { min-height: 0; padding: 12px 0; flex-wrap: wrap; gap: 10px; }
  .lang-switch { border-left: 0; padding-left: 0; }
}
@media (max-width: 560px) {
  .svc-grid, .client-grid { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 1fr; gap: 3px; }
  .partners { columns: 1; }
  .stat { flex-basis: 46%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}

/* news detail hero: authentic archive photo, blur-backdrop panel */
.news-hero { position: relative; overflow: hidden; border-radius: 16px; background: var(--panel); box-shadow: var(--shadow); aspect-ratio: 21 / 8; }
.news-hero .nh-bg { position: absolute; inset: -32px; width: calc(100% + 64px); height: calc(100% + 64px); object-fit: cover; filter: blur(30px) brightness(.66) saturate(1.15); }
.news-hero .nh-fg { position: relative; height: 100%; width: auto; max-width: 100%; margin-inline: auto; object-fit: contain; border-radius: 2px; box-shadow: 0 8px 30px -8px rgba(0,0,0,.55); }

/* legal pages: intentional panel instead of bare whitespace */
.legal-panel { max-width: 780px; background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: 14px; padding: clamp(24px, 4vw, 44px); box-shadow: var(--shadow-sm); }

/* sitemap: three-column link grids avoid orphan cells */
.client-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* publication covers: portrait book-cover cards */
.gal-covers { grid-template-columns: repeat(auto-fill, minmax(190px, 240px)); }
.gal-covers img { aspect-ratio: 3 / 4; }
@media (max-width: 860px) { .client-grid.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .client-grid.cols-3 { grid-template-columns: 1fr; } }

/* publication books */
.book-card { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 22px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 20px; box-shadow: var(--shadow-sm); margin-bottom: 18px; }
.book-card img { width: 100%; border-radius: 8px; box-shadow: var(--shadow-sm); }
.book-info h3 { font-size: 17px; margin-bottom: 10px; letter-spacing: -.02em; }
.book-info table { width: 100%; border-collapse: collapse; font-size: 13px; line-height: 1.55; }
.book-info th { text-align: left; vertical-align: top; white-space: nowrap; color: var(--brand); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px 5px 0; }
.book-info td { color: var(--ink-2); padding: 5px 0; border-top: 1px solid var(--line); }
.book-info tr:first-child td { border-top: 0; }
.book-mini { margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.book-mini img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.book-mini figcaption { padding: 10px 13px 12px; font-size: 12.5px; line-height: 1.45; color: var(--ink-2); }

/* e-card how-it-works + catalog */
.how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 18px; margin-bottom: 18px; }
.how-card { background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: 12px; padding: 20px 22px; box-shadow: var(--shadow-sm); }
.how-card h3 { font-size: 15.5px; margin-bottom: 10px; letter-spacing: -.01em; }
.how-card ol { margin: 0; padding-left: 20px; font-size: 13.5px; line-height: 1.75; color: var(--ink-2); }
.how-card li::marker { color: var(--brand); font-weight: 700; }
.gal-ecards { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
.gal-ecards img { aspect-ratio: 3 / 4; object-fit: cover; }
.gal-ecards figcaption b { color: var(--brand); letter-spacing: .04em; }

@media (max-width: 560px) { .book-card { grid-template-columns: 1fr; } .book-card img { max-width: 240px; } }

/* news year accordion (zero-JS details/summary) */
.news-year { border-top: 1px solid var(--line); margin-top: 10px; }
.news-year summary { display: flex; align-items: baseline; gap: 14px; margin: 26px 0 15px; cursor: pointer; list-style: none; user-select: none; }
.news-year summary::-webkit-details-marker { display: none; }
.news-year summary::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--brand-hot); flex: none; transform: translateY(-4px); }
.news-year summary::after { content: "+"; margin-left: auto; color: var(--brand); font-size: 18px; font-weight: 700; width: 26px; height: 26px; line-height: 24px; text-align: center; border: 1px solid var(--line); border-radius: 7px; background: var(--card); transition: .16s ease; }
.news-year[open] summary::after { content: "–"; background: var(--brand); border-color: var(--brand); color: #fff; }
.news-year summary:hover::after { border-color: var(--brand); color: var(--brand); }
.news-year[open] summary:hover::after { color: #fff; filter: brightness(1.08); }
.ny-year { font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--brand); font-weight: 800; }
.ny-meta { font-size: 11.5px; color: var(--ink-3); letter-spacing: .06em; }
.news-year .news-list { padding-bottom: 6px; }
