/* HowfenConnect – News listing */
.newsp{padding:40px 0 96px;background:linear-gradient(180deg,#fff 0%,#F5F5F6 100%);color:#000}
.newsp a{color:inherit;text-decoration:none}
.newsp .sec-head{text-align:center;max-width:720px;margin:0 auto 52px;padding:0 20px}
.newsp .sec-head h1{font-size:clamp(2rem,4.2vw,3.25rem);font-weight:700;letter-spacing:-.03em;margin:0 0 14px;color:#000}
.newsp .sec-sub{margin:0;font-size:1.05rem}
  .post{position:relative;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.04);display:flex;overflow:hidden}
  .post-media{background:#DDE1EA;flex:none;position:relative}
  .post-media img{width:100%;height:100%;object-fit:cover;display:block}
  .post-save{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:50%;background:#fff;color:#000;display:grid;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:2}
  .post-save svg{width:16px;height:16px}
  .post-body{padding:26px 26px 22px;display:flex;flex-direction:column;flex:1;min-width:0}
  .post-meta{display:flex;align-items:center;gap:14px;font-size:.9rem;color:#000;margin:0 0 14px}
  .post-meta .sep{width:1px;height:16px;background:var(--line)}
  .post-meta .pill{font-size:.78rem;font-weight:700;letter-spacing:.04em;padding:5px 10px;border-radius:4px;background:var(--accent);color:#000}
  .post h3{margin:0 0 auto;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;color:#000}
  .post h3 a::after{content:"";position:absolute;inset:0}
  .post-foot{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:12px;font-size:.9rem;color:#000}
  .post-foot .avatar{width:44px;height:44px;border-radius:50%;background:var(--accent);color:#000;display:grid;place-items:center;font-weight:800;font-size:.85rem;flex:none}
  .post-foot b{font-weight:600}
  .post-foot small{display:block;font-size:.85rem}
  /* featured */
  .post.featured{flex-direction:column}
  .post.featured .post-media{flex:1;min-height:300px}   /* fills whatever height the side column sets, so both columns match */
  .post.featured h3{font-size:clamp(1.5rem,2.2vw,1.9rem)}
  /* side */
  .post.side .post-media{width:38%;min-height:240px}
  .post.side .post-body{justify-content:center}
  .side-col{display:grid;grid-template-rows:1fr 1fr;gap:28px}

.post-media{position:relative;overflow:hidden}
.post-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.post-excerpt{margin:12px 0 0;font-size:.95rem;line-height:1.55}
/* featured full width */
.post.featured{flex-direction:row;margin-bottom:28px}
.post.featured .post-media{width:52%;min-height:380px;flex:none}
.post.featured .post-body{padding:34px 36px;justify-content:center}
.post.featured h3{font-size:clamp(1.5rem,2.4vw,2.1rem)}
/* rest: 2 columns of side cards */
.news-list{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.post.side .post-media{width:38%;min-height:220px;flex:none}
.post.side .post-body{justify-content:center}
.pagination-wrap{margin-top:48px;display:flex;justify-content:center}
.pagination-wrap nav>div:first-child{display:none}
.pagination-wrap nav>div{display:flex!important;align-items:center;justify-content:center;gap:8px;width:100%}
.pagination-wrap nav p{display:none}
.pagination-wrap span[aria-disabled],.pagination-wrap span[aria-current] span,.pagination-wrap a{min-width:44px;height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem;color:#000;background:#fff}
.pagination-wrap span[aria-current] span{background:var(--accent);border-color:var(--accent)}
.pagination-wrap span[aria-disabled]{opacity:.35}
.pagination-wrap a:hover{background:var(--accent);border-color:var(--accent)}
.pagination-wrap svg{width:16px;height:16px}
.empty{text-align:center;padding:64px 20px}
.empty h3{margin:0 0 8px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}
.newsp + .band-wrap{padding-top:0}
@media (max-width:900px){
  .newsp{padding:24px 0 64px}
  .post.featured{flex-direction:column}
  .post.featured .post-media,.post.side .post-media{width:100%;aspect-ratio:16/10;min-height:0}
  .post.featured .post-body{padding:24px 22px}
  .news-list{grid-template-columns:1fr;gap:20px}
  .post.side{flex-direction:column}
}
.art-body{font-size:1.05rem;line-height:1.65}
.art-body p{margin:0 0 14px!important}
.art-body p:empty,.art-body p:has(> br:only-child){display:none}
.art-body br+br{display:none}
.art-share{margin-top:36px}
.article .art-head{max-width:1100px;margin-left:auto;margin-right:auto}
.article .art-head h1{max-width:900px}
.article .art-cover{max-width:1100px;margin:0 auto 44px}
.article .art-cover img{width:100%;border-radius:20px}
.art-body{margin-left:auto;margin-right:auto}
.art-share{margin-left:auto;margin-right:auto}
.article .art-head,.article .art-cover,.art-body,.art-share{max-width:none}
.art-body{font-size:1.05rem;line-height:1.65}
.article .art-head h1{max-width:none}
.art-share{max-width:none;margin-left:0;margin-right:0}
.more-news .sec-head,.more-news h2{text-align:center}
.more-news a{color:#000;text-decoration:none}
.more-news a:hover h3{color:var(--accent-dark)}
.news-grid a{color:#000;text-decoration:none}
.more-news h2{font-size:clamp(2rem,4.2vw,3.25rem);font-weight:700;letter-spacing:-.03em;margin:0 0 14px}
/* news listing: vertical cards, 3-across like events */
.news-list{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:stretch}
.news-list .post.side{display:flex;flex-direction:column;height:100%}
.news-list .post.side .post-media{width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:16px 16px 0 0}
.news-list .post.side .post-media img{width:100%;height:100%;object-fit:cover;display:block}
.news-list .post.side .post-body{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column}
.news-list .post.side .post-foot{margin-top:auto}
@media (max-width:1000px){.news-list{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.news-list{grid-template-columns:1fr}}
.news-list .post.side{overflow:hidden;border-radius:16px}
.news-list .post.side .post-media{border-radius:0}
