/* Quiet, date-led announcements. Reuse the site's frame, keep the content light. */
.news-list{list-style:none;margin:0;padding:0;min-width:0}
.news-row{display:grid;grid-template-columns:100px 110px minmax(0,1fr) 24px;align-items:center;gap:24px;padding:38px 0;color:#555;transition:color .2s}
.news-row time,.news-article-meta time{font-size:13px;font-variant-numeric:tabular-nums;letter-spacing:.025em;color:#767676;white-space:nowrap}
.news-label{font-size:12px;font-weight:400;line-height:1.6;color:#666;white-space:nowrap}
.news-row-title{font-size:16px;font-weight:400;line-height:1.9;min-width:0;overflow-wrap:anywhere}
.news-arrow{width:24px;height:24px;flex-shrink:0;transition:transform .2s}
.news-row:hover,.news-row:focus-visible,.news-article-back a:hover{color:var(--accent)}
.news-row:hover .news-arrow,.news-row:focus-visible .news-arrow{transform:translateX(3px)}
.news-row:focus-visible,.news-article-back a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
.home-news{background:#fff;border-bottom:1px solid #eee;scroll-margin-top:100px}
.home-news-inner{max-width:1000px}
.home-news .news-row{padding:27px 0;grid-template-columns:auto auto minmax(0,1fr) 22px;gap:28px}
.home-news .news-row-title{font-size:14px;color:inherit}
.home-news .news-label{font-size:12px}
.home-news .news-arrow{width:22px;height:22px}
.news-index-header{padding-top:145px;padding-bottom:60px;max-width:1040px}
.news-index-header .breadcrumb{margin:0 0 28px}
.news-index-header h1{font-size:clamp(44px,4.5vw,64px);line-height:1.15;letter-spacing:-.035em}
.news-index-header>p{font-size:14px;line-height:1.8;margin-top:14px;color:#666}
.news-index{max-width:1040px;padding-bottom:120px}
.news-index .news-list{border-top:1px solid #ddd}
.news-index .news-list>li{border-bottom:1px solid #ddd}
.news-empty{padding:45px 0;font-size:16px;color:#666}
.news-article{max-width:840px;padding-top:135px;padding-bottom:100px}
.news-article>.breadcrumb{margin:0 0 54px}
.news-article-header{margin-bottom:40px}
.news-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-bottom:20px}
.news-article-header h1{font-size:clamp(25px,2.4vw,32px);line-height:1.7;overflow-wrap:anywhere}
.news-article-body{font-size:16px;line-height:2.2;color:#444}
.news-article-body>p+p{margin-top:24px}
.news-article-body>.news-signature{font-size:14px;color:#767676;margin-top:35px}
.news-schedule{margin:36px 0;padding:0;border-top:1px solid #ddd}
.news-schedule>div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:25px;padding:22px 0;border-bottom:1px solid #ddd}
.news-schedule dt{font-size:14px;font-weight:500}.news-schedule dd{margin:0;font-size:16px;overflow-wrap:anywhere}
.news-context-link{margin-top:36px;font-size:15px;max-width:440px}
.news-article-back{margin-top:60px;border-top:1px solid #ddd;padding-top:28px}
.news-article-back>a{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;font-size:14px;color:#666}
@media(min-width:801px) and (max-width:1100px){.header .brand{width:150px;flex-shrink:0}.nav>a,.nav>div>button,.nav>.search-toggle{padding-inline:7px}.nav .contact-nav{padding-inline:15px;margin-left:4px}.news-row{grid-template-columns:90px 92px minmax(0,1fr) 24px;gap:20px}}
@media(max-width:800px){
 .news-row,.home-news .news-row{grid-template-columns:auto 1fr 22px;column-gap:18px;row-gap:10px;padding:27px 0}
 .news-row-title{grid-column:1/3;grid-row:2;font-size:16px;line-height:1.9}
 .news-row>.news-arrow{grid-column:3;grid-row:1/3;width:22px;height:22px}
 .home-news .news-row{padding:21px 0;row-gap:8px}
 .home-news .news-row-title{font-size:14px;line-height:1.8}
 .news-index-header{padding-top:115px;padding-bottom:42px}.news-index-header .breadcrumb{margin-bottom:25px}.news-index-header h1{font-size:44px}.news-index-header>p{margin-top:10px}
 .news-index{padding-bottom:75px}
 .news-article{padding-top:110px;padding-bottom:65px}.news-article>.breadcrumb{margin-bottom:34px}
 .news-article-header{margin-bottom:30px}.news-article-header h1{font-size:25px;line-height:1.8}.news-article-meta{gap:20px;margin-bottom:15px}
 .news-article-body{font-size:16px;line-height:2.1}.news-article-body>p+p{margin-top:23px}
 .news-article-back{margin-top:45px;padding-top:22px}
 .news-schedule{margin:30px 0}.news-schedule>div{display:block;padding:20px 0}.news-schedule dd{margin-top:7px}
}
@media(prefers-reduced-motion:reduce){.news-row,.news-arrow{transition:none}}

/* Sample article: two equal, quiet routes; stack on phones. */
.news-sample-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:36px}
.news-sample-actions .news-context-link{width:100%;max-width:none;margin-top:0;min-width:0;gap:16px;font-size:14px}
.news-sample-actions .arrow{flex-shrink:0}
@media(max-width:800px){.news-sample-actions{grid-template-columns:1fr;gap:20px}}
