/* 最新消息區塊 — 參照 LATEST NEWS 版型 */
.yayi-home .news-section{background:#fff;padding:72px 6%}
.yayi-home .news-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;flex-wrap:wrap}
.yayi-home .news-head .sub{color:var(--gold);font-size:14px;letter-spacing:.18em;margin-bottom:6px}
.yayi-home .news-head h2{font-family:"Noto Serif TC",serif;font-size:42px;color:var(--deep);letter-spacing:.12em;font-weight:500;margin:0;line-height:1.2}
.yayi-home .news-breadcrumb{font-size:13px;color:#9a948a;letter-spacing:.06em;padding-top:12px}
.yayi-home .news-breadcrumb a{color:#9a948a}
.yayi-home .news-breadcrumb a:hover{color:var(--gold)}
.yayi-home .news-filter{display:flex;flex-wrap:wrap;gap:0;align-items:center;margin-bottom:36px;font-size:15px}
.yayi-home .news-filter a{color:var(--gold);padding:4px 0;letter-spacing:.08em;font-weight:400;transition:color .2s}
.yayi-home .news-filter a:hover{color:var(--deep)}
.yayi-home .news-filter a.active{color:var(--gold);font-weight:400}
.yayi-home .news-filter .sep{color:#d8d0c4;margin:0 14px}
.yayi-home .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 28px}
.yayi-home .news-card{display:block;background:#fff;transition:transform .2s}
.yayi-home .news-card:hover{transform:translateY(-3px)}
.yayi-home .news-card .thumb{margin-bottom:16px;aspect-ratio:491/485;width:100%;line-height:0;overflow:hidden;background:transparent}
.yayi-home .news-card .thumb img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center}
.yayi-home .news-card .cat{font-size:13px;color:var(--gold);letter-spacing:.12em;margin-bottom:10px}
.yayi-home .news-card h3{font-size:20px;color:var(--deep);font-weight:700;line-height:1.45;margin:0 0 10px;letter-spacing:.04em}
.yayi-home .news-card .excerpt{font-size:14px;color:#6d675e;line-height:1.75;margin-bottom:14px}
.yayi-home .news-card .meta{font-size:14px;color:#9a948a;line-height:1.9}
.yayi-home .news-card .meta .meta-label{color:var(--gold);font-size:14px;font-weight:400;padding:0;background:none;line-height:inherit}
.yayi-home .news-empty{grid-column:1/-1;text-align:center;padding:48px 0;color:#9a948a;font-size:16px}
.yayi-home .news-pager{display:none;justify-content:center;align-items:center;gap:8px;margin-top:40px;flex-wrap:wrap}
.yayi-home .news-pager.is-visible{display:flex}
.yayi-home .news-pager .news-page-btn{min-width:38px;height:38px;padding:0 12px;border:1px solid #e0d5c5;border-radius:8px;background:#fff;color:#3f4b3b;font-size:14px;line-height:1;cursor:pointer;transition:border-color .15s,color .15s,background .15s}
.yayi-home .news-pager .news-page-btn:hover:not(:disabled):not(.active){border-color:#b99b62;color:#b99b62}
.yayi-home .news-pager .news-page-btn.active{background:#3f4b3b;border-color:#3f4b3b;color:#fff;cursor:default}
.yayi-home .news-pager .news-page-btn:disabled{opacity:.35;cursor:default}
.yayi-home .news-pager .news-page-info{font-size:13px;color:#9a948a;margin:0 6px;letter-spacing:.04em}
@media(max-width:991px){
.yayi-home .news-grid{grid-template-columns:repeat(2,1fr)}
.yayi-home .news-head h2{font-size:34px}
}
@media(max-width:767px){
.yayi-home .news-grid{grid-template-columns:1fr}
.yayi-home .news-head h2{font-size:28px}
.yayi-home .news-filter{font-size:14px}
.yayi-home .news-filter .sep{margin:0 8px}
}
