/* News & Topics — isolated page styles. Shared menu: styles.css / script.js. */
.news-page { --color-paper: #fbfaf8; --nt-rule: #d9d7d2; --nt-muted: #65645e; background: var(--color-paper); }
.news-page [hidden] { display: none !important; }
.news-page :is(main, section, article)[id] { scroll-margin-top: 120px; }
.news-page :focus-visible { outline: 2px solid var(--color-accent); outline-offset: 6px; }
.news-page .site-header, .news-page .site-header.is-contextual { padding: 20px clamp(20px, 4.7vw, 72px); color: var(--color-ink); background: var(--color-paper); align-items: center; }
.news-page .site-header .site-name, .news-page .site-header.is-contextual .site-name { width: 150px; transform: none; }
.news-page .site-header .site-logo { filter: brightness(0); }
.news-page .hero-nav { display: none; }
.news-page .header-actions { display: flex; visibility: visible; opacity: 1; transform: none; min-height: 44px; height: auto; overflow: visible; }
.news-page .header-cta, .news-page .menu-toggle { padding-block: 12px; }
.news-page.menu-open .site-header { background: transparent; }
.news-page [aria-current="page"]:is(a) { text-decoration: underline; text-underline-offset: .25em; }
.nt-width { width: min(calc(100% - 144px), 1280px); margin-inline: auto; }
.nt-breadcrumb { display: flex; flex-wrap: wrap; gap: 14px; color: var(--nt-muted); font: 12px/1.6 var(--font-copy-en); }
.nt-breadcrumb a:hover { color: var(--color-accent); }
.nt-hero { padding-top: 137px; padding-bottom: 64px; }
.nt-hero__layout { margin-top: 48px; }
.nt-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; font: 11px/1.4 var(--font-copy-en); letter-spacing: .14em; }
.nt-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--color-accent); }
.nt-hero h1 { margin: 0 0 -.025em; font: 700 clamp(92px, 10.5vw, 160px)/.88 "helvetica-neue-lt-pro-cond", var(--font-copy-en); letter-spacing: -.035em; }
.nt-hero h1 > span { color: var(--color-accent); }
.nt-section-label { display: flex; gap: 20px; align-items: baseline; margin-bottom: 20px; }
.nt-section-label h2 { margin: 0; font: 700 12px/1.5 var(--font-copy-en); letter-spacing: .1em; }
.nt-section-label > span { color: var(--nt-muted); font-size: 11px; }
.nt-feature__link { display: grid; grid-template-columns: 1.08fr 1fr; background: #f0efea; }
.nt-feature__image { position: relative; overflow: hidden; min-height: 340px; }
.nt-feature__image img { width: 100%; height: 100%; aspect-ratio: 1.75; object-fit: cover; transition: transform .8s var(--ease-out); }
.nt-feature__index { position: absolute; left: 20px; bottom: 16px; color: white; font: 10px/1.5 var(--font-copy-en); letter-spacing: .12em; text-shadow: 0 1px 4px #000; }
.nt-feature__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(28px, 3.2vw, 48px); }
.nt-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font: 12px/1.6 var(--font-copy-en); }
.nt-meta time { letter-spacing: .035em; }
.nt-tag { display: inline-block; padding: 3px 12px; border: 1px solid #b9b7af; border-radius: 2px; font: 10px/1.5 var(--font-ja); }
.nt-feature h2 { margin: 23px 0 14px; max-width: 17em; font-size: clamp(23px, 2.15vw, 32px); line-height: 1.65; letter-spacing: .025em; }
.nt-feature__body > p { margin: 0; max-width: 30em; color: var(--nt-muted); font-size: 12px; line-height: 1.9; }
.nt-read { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 28px; font: 12px/1.4 var(--font-copy-en); }
.nt-arrow { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid #b9b7af; border-radius: 50%; font: 18px/1 var(--font-copy-en); transition: background .25s, color .25s, border-color .25s; }
.nt-feature__link:is(:hover,:focus-visible) .nt-arrow, .nt-row__link:is(:hover,:focus-visible) .nt-arrow { color: #fff; background: var(--color-accent); border-color: var(--color-accent); }
.nt-feature__link:is(:hover,:focus-visible) img { transform: scale(1.035); }
.nt-demo { display: flex; align-items: baseline; gap: 9px; margin: 18px 0 0; color: var(--nt-muted); font-size: 10px; line-height: 1.8; }
.nt-demo > span { flex-shrink: 0; font: 9px/1.4 var(--font-copy-en); letter-spacing: .08em; border: 1px solid #aaa8a1; padding: 2px 5px; }
.nt-archive { padding-block: 100px 72px; }
.nt-archive__heading { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; padding-bottom: 30px; border-bottom: 1px solid var(--nt-rule); }
.nt-archive__heading h2 { margin: 0; font: 700 clamp(32px, 3vw, 46px)/1.2 "helvetica-neue-lt-pro-cond", var(--font-copy-en); letter-spacing: -.025em; }
.nt-archive__heading h2 > span { display: inline-block; margin-left: 24px; font: 12px/1.6 var(--font-ja); letter-spacing: .025em; }
.nt-count { margin: 0; color: var(--nt-muted); font-size: 11px; white-space: nowrap; }
.nt-archive__layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 64px; padding-top: 36px; }
.nt-filter { align-self: start; position: sticky; top: 130px; }
.nt-filter__label { display: block; margin: 0 0 15px; font: 10px/1.5 var(--font-copy-en); letter-spacing: .1em; color: var(--nt-muted); }
.nt-categories { display: flex; flex-direction: column; }
.nt-categories button { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; position: relative; width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--nt-rule); background: transparent; font: 18px/1.5 var(--font-copy-en); text-align: left; cursor: pointer; }
.nt-categories button > span { font: 10px/1.6 var(--font-ja); }
.nt-categories button[aria-pressed="true"] { color: #c52d22; border-bottom-color: var(--color-accent); }
.nt-categories button[aria-pressed="true"]::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--color-accent); position: absolute; top: 25px; left: -13px; }
.nt-categories button:hover { color: #c52d22; }
.nt-year-label { margin-top: 38px; }
.nt-select { position: relative; }
.nt-select select { width: 100%; min-height: 48px; padding: 12px 32px 12px 12px; border: 1px solid var(--nt-rule); border-radius: 0; background: transparent; font: 12px/1.5 var(--font-ja); color: inherit; appearance: none; cursor: pointer; }
.nt-select > span { position: absolute; right: 14px; top: 10px; pointer-events: none; }
.nt-reset { display: flex; justify-content: space-between; width: 100%; min-height: 44px; align-items: center; margin-top: 8px; border: 0; background: transparent; font-size: 10px; color: var(--nt-muted); cursor: pointer; padding-inline: 0; }
.nt-reset:hover { color: var(--color-ink); }
.nt-results { min-width: 0; }
.nt-list { list-style: none; padding: 0; margin: 0; }
.nt-row { border-bottom: 1px solid var(--nt-rule); }
.nt-row:first-child { margin-top: -24px; }
.nt-row__link { display: grid; grid-template-columns: 136px minmax(0, 1fr) 38px; align-items: center; gap: 28px; padding-block: 26px; }
.nt-row__image { overflow: hidden; width: 100%; aspect-ratio: 1.4; background: #e8e7df; }
.nt-row__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.nt-row__link:hover img { transform: scale(1.06); }
.nt-row__body h3 { margin: 13px 0 0; font-size: 15px; font-weight: 500; line-height: 1.85; }
.nt-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: #85847b; gap: 3px; }
.nt-placeholder > span:first-child { font: 700 24px/1 "helvetica-neue-lt-pro-cond", var(--font-copy-en); letter-spacing: -.035em; }
.nt-placeholder > span:last-child { font: 6px/1.4 var(--font-copy-en); letter-spacing: .13em; }
.nt-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; padding-top: 44px; }
.nt-pagination button { min-width: 44px; min-height: 44px; padding: 8px; border: 1px solid var(--nt-rule); border-radius: 50%; background: transparent; font: 12px/1.5 var(--font-copy-en); cursor: pointer; }
.nt-pagination button[aria-current="page"] { background: var(--color-ink); color: #fff; border-color: var(--color-ink); }
.nt-pagination button:disabled { opacity: .3; cursor: default; }
.nt-pagination button:not(:disabled):hover { border-color: var(--color-accent); }
.nt-empty { padding: 50px 20px 70px; text-align: center; }
.nt-empty h3 { font-size: 18px; font-weight: 500; }
.nt-empty p { color: var(--nt-muted); font-size: 13px; }
.nt-empty-reset { border: 0; padding: 14px; background: transparent; text-decoration: underline; text-underline-offset: 6px; cursor: pointer; font-size: 13px; }
.news-page .contact { padding-block: 72px; }
.news-page .contact__link { width: min(calc(100% - 144px), 1100px); gap: 30px; }
.news-page .contact__link .display-title { font-size: clamp(72px, 13vw, 180px); transform: none; }
.news-page .contact__link small { transform: none; font-size: 16px; }
.news-page .contact__link > i { width: 100px; }
.nt-detail { padding-top: 137px; padding-bottom: 100px; }
.nt-detail__inner { max-width: 860px; margin: 55px auto 0; }
.nt-detail__back { display: inline-block; margin-bottom: 45px; font-size: 12px; }
.nt-detail h1 { margin: 28px 0 20px; font-size: clamp(28px, 3.1vw, 46px); line-height: 1.65; letter-spacing: .025em; }
.nt-detail__summary { margin: 0; color: var(--nt-muted); font-size: 15px; }
.nt-detail__image { margin: 44px 0; }
.nt-detail__image img { width: 100%; height: auto; max-height: 530px; object-fit: cover; }
.nt-detail__image figcaption { margin-top: 8px; color: var(--nt-muted); font-size: 10px; }
.nt-detail__copy { max-width: 720px; margin: 55px auto 0; }
.nt-detail__copy h2 { margin: 0 0 30px; font-size: 24px; line-height: 1.8; }
.nt-detail__copy p { margin: 24px 0; font-size: 15px; line-height: 2.2; }
.nt-related-link { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 0; border-bottom: 1px solid var(--nt-rule); margin-top: 45px; font-size: 14px; }
.nt-related-link > span { color: var(--color-accent); font-size: 24px; }
.nt-detail__nav { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; padding-top: 32px; border-top: 1px solid var(--nt-rule); margin-top: 75px; font-size: 12px; }
.nt-detail__nav a:nth-child(2) { text-align: center; }
.nt-detail__nav a:last-child { text-align: right; }
@media (max-width: 1100px) {
  .nt-width { width: calc(100% - 80px); }
  .nt-archive__layout { grid-template-columns: 160px minmax(0, 1fr); gap: 36px; }
  .nt-row__link { grid-template-columns: 105px minmax(0, 1fr) 32px; gap: 20px; }
  .nt-row .nt-arrow { width: 32px; height: 32px; }
  .news-page .contact__link { width: calc(100% - 80px); }
}
@media (max-width: 760px) {
  .nt-width { width: calc(100% - 40px); }
  .news-page .site-header, .news-page .site-header.is-contextual { padding: 16px 20px; }
  .news-page .site-header .site-name, .news-page .site-header.is-contextual .site-name { width: 100px; }
  .news-page .site-header .header-actions { width: 160px; }
  body.news-page.menu-open .site-header .header-actions { width: 46px; }
  .news-page .header-cta, .news-page .menu-toggle { padding-block: 10px; }
  .nt-hero { padding-top: 110px; padding-bottom: 44px; }
  .nt-breadcrumb { font-size: 10px; gap: 10px; }
  .nt-hero__layout { margin-top: 36px; }
  .nt-eyebrow { font-size: 9px; margin-bottom: 20px; }
  .nt-hero h1 { font-size: clamp(82px, 22vw, 152px); }
  .nt-section-label { margin-bottom: 12px; }
  .nt-section-label h2 { font-size: 11px; }
  .nt-feature__link { grid-template-columns: 1fr; }
  .nt-feature__image { min-height: 0; }
  .nt-feature__image img { aspect-ratio: 1.5; height: auto; }
  .nt-feature__body { padding: 26px 24px; }
  .nt-feature h2 { margin-top: 20px; font-size: 24px; }
  .nt-feature__body > p { font-size: 12px; }
  .nt-read { margin-top: 22px; }
  .nt-demo { font-size: 9px; }
  .nt-archive { padding-block: 64px 54px; }
  .nt-archive__heading { align-items: flex-end; padding-bottom: 20px; }
  .nt-archive__heading h2 { font-size: 36px; }
  .nt-archive__heading h2 > span { display: block; margin: 8px 0 0; font-size: 11px; }
  .nt-count { font-size: 10px; }
  .nt-archive__layout { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
  .nt-filter { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; }
  .nt-filter > .nt-filter__label:first-child { grid-column: 1 / -1; margin-bottom: 10px; }
  .nt-categories { flex-direction: row; gap: 8px; flex-wrap: wrap; grid-column: 1 / -1; }
  .nt-categories button { width: auto; min-height: 44px; justify-content: center; padding: 9px 15px; font-size: 13px; border: 1px solid var(--nt-rule); border-radius: 30px; gap: 0; }
  .nt-categories button span { display: none; }
  .nt-categories button[aria-pressed="true"] { background: var(--color-ink); border-color: var(--color-ink); color: #fff; }
  .nt-categories button[aria-pressed="true"]::before { display: none; }
  .nt-year-label { margin: 24px 0 8px; grid-column: 1 / -1; }
  .nt-reset { margin: 0; }
  .nt-row:first-child { margin-top: 0; border-top: 1px solid var(--nt-rule); }
  .nt-row__link { grid-template-columns: 80px minmax(0, 1fr) 22px; padding-block: 22px; gap: 15px; }
  .nt-row__image { aspect-ratio: 1; }
  .nt-row .nt-meta { gap: 8px; font-size: 10px; }
  .nt-row .nt-tag { padding: 2px 6px; font-size: 9px; }
  .nt-row__body h3 { font-size: 13px; margin-top: 9px; line-height: 1.8; }
  .nt-row .nt-arrow { width: 28px; height: 28px; font-size: 14px; }
  .nt-placeholder > span:first-child { font-size: 20px; }
  .nt-placeholder > span:last-child { font-size: 5px; }
  .nt-pagination { padding-top: 30px; }
  .news-page .contact { padding-block: 48px; }
  .news-page .contact__link { width: calc(100% - 40px); gap: 16px; }
  .news-page .contact__link .display-title { font-size: clamp(48px, 14.6vw, 100px); }
  .news-page .contact__link small { font-size: 12px; }
  .news-page .contact__link > i { width: 48px; font-size: 30px; border-width: 1px; }
  .nt-detail { padding-top: 110px; padding-bottom: 64px; }
  .nt-detail__inner { margin-top: 35px; }
  .nt-detail__back { margin-bottom: 30px; font-size: 11px; }
  .nt-detail h1 { font-size: 26px; margin-top: 22px; }
  .nt-detail__summary { font-size: 13px; }
  .nt-detail__image { margin-block: 28px; }
  .nt-detail__copy { margin-top: 36px; }
  .nt-detail__copy h2 { font-size: 20px; }
  .nt-detail__copy p { font-size: 14px; }
  .nt-detail__nav { gap: 10px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .news-page .nt-feature__link img, .news-page .nt-row__link img { transform: none; transition: none; }
}
/* Keep the complete archive readable when enhancement is unavailable. */
.nt-filter[hidden] + .nt-results { grid-column: 1 / -1; }
@media (max-width: 760px) {
  .nt-archive__heading { flex-wrap: wrap; row-gap: 16px; }
  .nt-count { width: 100%; white-space: normal; }
}
