:root {
  --ink: #1d1d1f;
  --muted: #6b6b6b;
  --green: #087c5c;
  --line: #e8e8e8;
  --page-pad: clamp(20px, 4vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; scrollbar-gutter: stable; }
body { margin: 0; background: #fff; color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "DM Sans", "Noto Sans SC", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, summary { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
button { border: 0; }
[hidden] { display: none !important; }
::selection { background: var(--green); color: #fff; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 200; padding: 12px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 10px; }
.wrap { width: min(1200px, calc(100% - 2 * var(--page-pad))); margin-inline: auto; }
.brand { display: inline-flex; align-items: center; font-size: 21px; white-space: nowrap; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 0 22px; border-radius: 99px; background: #000; color: white; font-size: 14px; }
.button:hover { background: #333; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; padding-top: 28px; color: var(--muted); font-size: 12px; }
.breadcrumb a { display: inline-flex; align-items: center; min-height: 32px; }
.breadcrumb a:hover { color: var(--ink); }
.news-intro { padding: 62px 20px 76px; text-align: center; }
h1 { margin: 0; font-size: clamp(44px, 5vw, 64px); font-weight: 500; line-height: 1.2; letter-spacing: -.04em; text-wrap: balance; }
.news-intro > p { max-width: 660px; margin: 26px auto 0; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.8; text-wrap: balance; }
.feature { display: block; }
.feature-art { position: relative; display: flex; align-items: center; aspect-ratio: 2.5; padding: 8%; overflow: hidden; background: #eaf0e7; border-radius: 5px; }
.feature-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.feature-art .art-copy { position: relative; z-index: 1; display: grid; gap: 24px; }
.art-copy > span { font-size: 13px; }
.art-copy strong { font-size: clamp(28px, 3.5vw, 48px); font-weight: 400; line-height: 1.55; letter-spacing: -.03em; }
.feature:hover .feature-art > img { transform: scale(1.025); }
.feature-caption { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-top: 24px; }
.eyebrow { margin: 0 0 12px; font-size: 12px; color: var(--muted); }
.feature-caption h2 { margin: 0; font-size: 27px; line-height: 1.5; font-weight: 400; letter-spacing: -.025em; }
.feature-caption > span { display: flex; align-items: center; min-height: 44px; gap: 18px; font-size: 14px; white-space: nowrap; }
.feature:hover h2, .news-card:hover h3 { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.latest { padding-top: 100px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: 29px; font-weight: 400; letter-spacing: -.035em; }
.filters { display: flex; flex-wrap: wrap; gap: 6px; }
.filters button { min-height: 40px; padding: 0 18px; border-radius: 99px; background: transparent; color: var(--muted); font-size: 14px; }
.filters button[aria-pressed="true"] { background: #f1f1f1; color: var(--ink); }
.filters button:hover { color: var(--ink); background: #f5f5f5; }
.search-form { display: flex; align-items: center; gap: 14px; max-width: 540px; margin: 0 0 30px auto; padding: 0 16px; border: 1px solid #d4d4d4; border-radius: 99px; }
.search-form input { min-width: 0; width: 100%; min-height: 48px; border: 0; background: none; font-size: 16px; }
.search-form button { flex-shrink: 0; min-height: 44px; padding: 0 8px; background: none; font-size: 13px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 46px 24px; }
.news-card { min-width: 0; }
.card-art { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1.5; overflow: hidden; border-radius: 5px; margin-bottom: 22px; transition: filter .2s; }
.news-card:hover .card-art { filter: brightness(.97); }
.card-art .art-label { position: absolute; top: 20px; left: 22px; font-size: 12px; }
.art-work { background: #071019 url('/starfield.svg') center / cover; color: #fff; }
.art-work .work-composer { display: flex; justify-content: space-between; align-items: center; gap: 30px; width: 78%; min-height: 68px; padding: 16px 14px 16px 20px; color: var(--ink); background: #fff; border-radius: 18px; font-size: clamp(11px, 1vw, 14px); }
.work-composer > span { display: grid; place-items: center; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: #111; color: #fff; font-size: 19px; }
.art-rankings { background: #eeeae3; }
.ranking-bars { display: flex; align-items: flex-end; gap: 16px; height: 112px; }
.ranking-bars i { width: 38px; height: 58%; background: #b9b5aa; border-radius: 2px; }
.ranking-bars i:nth-child(2) { height: 100%; background: #555b50; }
.ranking-bars i:nth-child(3) { height: 78%; background: #8d9385; }
.art-signals { background: #e8eeeb; }
.art-signals svg { width: 100%; height: 100%; }
.art-brand { background: #eaf0e7; }
.art-brand .brand { font-size: 48px; }
.news-card h3 { margin: 0 0 12px; font-size: 21px; font-weight: 400; line-height: 1.55; letter-spacing: -.02em; }
.news-card .card-summary { margin: 0; font-size: 14px; line-height: 1.8; color: var(--muted); }
.news-card .eyebrow { margin-bottom: 10px; }
.empty-state { padding: 70px 20px; text-align: center; background: #f6f6f6; border-radius: 5px; }
.empty-state h3 { font-size: 24px; font-weight: 400; }
.empty-state p { color: var(--muted); font-size: 14px; }
.empty-state button { margin-top: 12px; }
.closing { text-align: center; margin-block: 110px 80px; padding: 80px 24px; border-radius: 5px; background: #f5f5f5; }
.closing h2 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 40px); font-weight: 400; line-height: 1.5; letter-spacing: -.03em; text-wrap: balance; }
.closing p { margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.site-footer { border-top: 1px solid var(--line); padding-block: 32px; }
.footer-inner { display: flex; align-items: center; gap: 28px; }
.footer-inner > span { font-size: 12px; color: var(--muted); }
.footer-inner nav { display: flex; gap: 28px; margin-left: auto; font-size: 12px; }
.footer-inner nav a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-inner nav a:hover { color: var(--green); }
.article-intro { max-width: 820px; margin-inline: auto; padding: 66px 0 48px; text-align: center; }
.article-intro .eyebrow { margin-bottom: 24px; }
.article-intro h1 { font-size: clamp(34px, 4vw, 54px); line-height: 1.4; }
.article-intro .article-deck { max-width: 660px; margin: 24px auto 0; font-size: 18px; line-height: 1.8; color: var(--muted); }
.article-cover { max-width: 900px; margin: 0 auto 60px; }
.article-cover .card-art { aspect-ratio: 2.2; margin: 0; }
.article-cover .art-label { left: 32px; top: 28px; font-size: 16px; }
.article-cover .ranking-bars { height: 160px; gap: 24px; }
.article-cover .ranking-bars i { width: 56px; }
.article-cover .work-composer { max-width: 580px; min-height: 90px; font-size: 20px; padding-inline: 28px; }
.article-cover .art-brand .brand { font-size: clamp(55px, 8vw, 100px); }
.article-body { max-width: 680px; margin: 0 auto 90px; }
.article-body h2 { font-size: 26px; font-weight: 500; line-height: 1.5; margin: 44px 0 18px; letter-spacing: -.025em; }
.article-body p { font-size: 16px; line-height: 2; margin: 0 0 22px; }
.article-body .article-action { margin-top: 38px; }
.article-back { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; margin-top: 36px; }
.article-back:hover { text-decoration: underline; text-underline-offset: 5px; }
@media (min-width: 1101px) {
  .brand { min-height: 44px; line-height: 1; }
}
@media (max-width: 1100px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html { scroll-padding-top: 130px; }
}
@media (max-width: 760px) {
  .news-intro { padding: 48px 0 55px; }
  .news-intro > p { max-width: 420px; }
  .feature-art { aspect-ratio: 1.65; padding: 7%; }
  .art-copy { max-width: 80%; }
  .art-copy > span { font-size: 11px; }
  .art-copy strong { font-size: 30px; }
  .feature-caption h2 { font-size: 23px; }
  .feature-caption > span { font-size: 12px; gap: 8px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .latest { padding-top: 66px; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 20px; }
  .news-card h3 { font-size: 19px; }
  .filters button { padding-inline: 15px; }
  .closing { margin-block: 76px 55px; padding: 60px 24px; }
  .footer-inner { flex-wrap: wrap; gap: 15px 22px; }
  .footer-inner nav { margin-left: 0; width: 100%; }
  .article-intro { padding-block: 48px 36px; }
  .article-intro .article-deck { font-size: 16px; }
}
@media (max-width: 680px) {
  .breadcrumb { padding-top: 18px; }
}
@media (max-width: 540px) {
  .news-intro > p { font-size: 16px; max-width: 290px; }
  .feature-art { aspect-ratio: 1.2; align-items: flex-start; padding: 30px 24px; }
  .feature-art > img { object-position: 68% center; opacity: .6; }
  .feature-art .art-copy { gap: 24px; }
  .art-copy strong { font-size: 31px; }
  .feature-caption { flex-direction: column; gap: 6px; padding-top: 20px; }
  .feature-caption h2 { font-size: 23px; }
  .news-grid { grid-template-columns: 1fr; gap: 36px; }
  .news-card h3 { font-size: 23px; }
  .card-art { aspect-ratio: 1.65; margin-bottom: 20px; }
  .art-work .work-composer { font-size: 13px; }
  .filters { gap: 2px; }
  .filters button { padding-inline: 13px; font-size: 13px; }
  .article-cover { margin-bottom: 36px; }
  .article-cover .card-art { aspect-ratio: 1.5; }
  .article-cover .art-label { top: 20px; left: 22px; font-size: 12px; }
  .article-cover .work-composer { font-size: 13px; min-height: 68px; padding-inline: 16px; }
  .article-cover .ranking-bars { height: 112px; gap: 16px; }
  .article-cover .ranking-bars i { width: 38px; }
  .article-body h2 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.news-search-toggle { display: flex; align-items: center; gap: 10px; margin: 0 0 16px auto; min-height: 44px; padding: 0 16px; background: #f5f5f5; border-radius: 999px; font-size: 13px; }
.news-search-toggle:hover { background: #ebebeb; }
