/* Listing-page-only styles (e.g. taste-wenzhou.html) */

/* card tweaks for vertical listing */
.card .body h3{font-size:19px}
.card .body p{margin-top:8px}
.card .meta{display:flex;align-items:center;gap:8px;margin-top:14px;font-family:var(--sans);font-size:13px;color:var(--muted)}
.card .meta .date{font-weight:600;color:var(--accent)}
.card .body .cat{display:inline-block;align-self:flex-start;font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:rgba(29,115,186,.10);padding:4px 11px;border-radius:999px;margin-bottom:10px}

/* PAGE HERO - listing banner */
.page-hero{position:relative;padding:300px 0 134px;background:linear-gradient(180deg,#0a5b50 0%,#13414a 100%);color:#fff;overflow:hidden}
.page-hero::before{content:"";position:absolute;inset:0;background:var(--hero-img,url('../images/page-hero-Ouflavor.jpg')) no-repeat center / cover;opacity:.45;z-index:0}
.page-hero .wrap{position:relative;z-index:1;text-align:center}
.page-hero h1{font-size:clamp(34px,4.6vw,56px);font-weight:700;line-height:1.1;margin:8px 0 14px;text-shadow:0 2px 18px rgba(0,0,0,.25)}
/* HERO IMAGE per channel â€? class derived from  (set on <section class="page-hero hero-">). Keywords field now equals the first-level column directory name (Ouflavor/Figures/Heritage/Learning/Explore/Events). Image files keep old names to avoid server asset churn. */
.hero-Ouflavor{--hero-img:url('/images/page-hero-Ouflavor.jpg')}
.hero-Figures{--hero-img:url('/images/page-hero-Figures.jpg')}
.hero-Heritage{--hero-img:url('/images/page-hero-Heritage.jpg')}
.hero-Learning{--hero-img:url('/images/page-hero-Learning.jpg')}
.hero-Explore{--hero-img:url('/images/page-hero-Explore.jpg')}
.hero-Events{--hero-img:url('/images/page-hero-Events.jpg')}

/* BREADCRUMB (inside listing section, light background) */
.sec.alt .breadcrumb{font-family:var(--sans);font-size:13px;letter-spacing:.06em;color:var(--muted);margin-bottom:34px}
.sec.alt .breadcrumb a{color:var(--accent);text-decoration:none}
.sec.alt .breadcrumb a:hover{text-decoration:underline}

/* LIST - vertical, one article per row */
.list{display:flex;flex-direction:column;gap:18px}
.list .card{flex-direction:row;align-items:stretch}
.list .card .thumb{flex:0 0 280px;height:auto;min-height:176px}
.list .card .body{flex:1;display:flex;flex-direction:column;justify-content:center;padding:22px 26px}

/* PAGER */
.pager{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:46px}
.pager a,.pager span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border-radius:10px;border:1px solid var(--line);font-family:var(--sans);font-size:14px;font-weight:600;color:var(--muted);transition:.2s}
.pager a:hover{border-color:var(--accent);color:var(--accent)}
.pager a.active{background:var(--accent);border-color:var(--accent);color:#fff}
.pager a.disabled{opacity:.4;pointer-events:none}

/* listing responsive */
@media(max-width:920px){
  .list .card{flex-direction:column}
  .list .card .thumb{flex:0 0 auto;width:100%;height:200px}
}
@media(max-width:560px){
  .list .card .body{padding:16px 18px}
}
