.home #news{padding:64px 0}
.home #news>.wrap>.lead{margin-bottom:26px}
.home #newsGrid.home-news-marquee{display:block;width:100%;max-width:none;margin:0;overflow:hidden;padding:8px 0 12px}
.home-news-track{display:flex;width:max-content;animation:home-news-flow var(--news-duration,32s) linear infinite;will-change:transform}
.home-news-group{display:flex;flex:none;width:max-content;gap:18px;padding-right:18px}
.home #newsGrid .news-card{flex:0 0 248px;width:248px;height:294px;border-radius:12px}
.home #newsGrid .news-card:hover{transform:translateY(-3px)}
.home #newsGrid .news-thumb{height:140px;aspect-ratio:auto;flex:none}
.home #newsGrid .news-body{padding:12px 14px;gap:7px}
.home #newsGrid .news-meta{gap:8px;flex-wrap:wrap}
.home #newsGrid .news-category{font-size:10px;padding:3px 6px}
.home #newsGrid .news-date{font-size:10px;letter-spacing:0;white-space:nowrap}
.home #newsGrid .news-title{font-size:15px;font-weight:700;line-height:1.45;text-align:left;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43.5px;text-shadow:none}
.home #newsGrid .news-sum{font-size:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}
.home #newsGrid.is-offscreen .home-news-track{animation-play-state:paused}
.home #newsGrid.is-browsing .home-news-viewport{overflow-x:auto}
.home #newsGrid.is-browsing .home-news-track{animation:none;transform:none}
.home #newsGrid.is-browsing .home-news-copy{display:none}
@keyframes home-news-flow{to{transform:translateX(calc(-1 * var(--news-distance,0px)))}}
@media(max-width:640px){.home #news{padding:48px 0}.home #newsGrid .news-card{flex-basis:220px;width:220px;height:280px}.home #newsGrid .news-thumb{height:126px}.home-news-group{gap:14px;padding-right:14px}}
/* Continuous flow requested explicitly, including the OS reduced-motion setting.
   Keyboard browsing and offscreen suspension remain available. */
@media(prefers-reduced-motion:reduce){
 .home #newsGrid .home-news-track{animation:home-news-flow var(--news-duration,32s) linear infinite!important}
 .home #newsGrid.is-offscreen .home-news-track{animation-play-state:paused!important}
 .home #newsGrid.is-browsing .home-news-track{animation:none!important;transform:none}
}

.home-news-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}
.home-news-layout.has-featured{grid-template-columns:248px minmax(0,1fr)}
.home-news-featured,.home-news-latest{min-width:0}
.home #newsGrid .home-news-label{font-size:12px;font-weight:700;line-height:1.5;letter-spacing:.04em;color:var(--theme-muted,#b7c8dc);margin:0 0 10px}
.home #newsGrid .featured-label{color:var(--theme-accent,#ff9a4d)}
.home-news-viewport{overflow:hidden;width:100%;padding:4px 0 8px}
.home #newsGrid .home-news-featured .news-card{width:100%;margin-top:4px;border-color:#ff9a4d80;box-shadow:0 0 0 1px #ff9a4d16}
.home #newsGrid .home-news-featured .news-card:hover{transform:none;border-color:#ff9a4d}
@media(max-width:760px){.home-news-layout.has-featured{grid-template-columns:minmax(0,1fr)}.home-news-layout{gap:20px}.home #newsGrid .home-news-featured .news-card{width:100%;max-width:380px}.home #newsGrid .home-news-featured .news-thumb{object-position:center 40%}}

.home-news-layout.has-two-featured{grid-template-columns:512px minmax(0,1fr)}
.home-news-featured-cards{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}
.has-two-featured .home-news-featured-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:1000px){.home-news-layout.has-two-featured{grid-template-columns:minmax(0,1fr)}.has-two-featured .home-news-featured-cards{grid-template-columns:repeat(2,minmax(0,248px))}}
@media(max-width:560px){.has-two-featured .home-news-featured-cards{gap:12px}.home #newsGrid .has-two-featured .home-news-featured .news-body{padding:10px}.home #newsGrid .has-two-featured .home-news-featured .news-title{font-size:13px;min-height:38px}.home #newsGrid .has-two-featured .home-news-featured .news-thumb{height:110px}.home #newsGrid .has-two-featured .home-news-featured .news-card{height:280px}}
