.news-page {
  --news-green: #2fb14a;
  --news-ink: #111827;
  --news-muted: #6b7280;
  --news-surface: #f6f7f8;
  --news-border: rgba(17, 24, 39, 0.1);
  background: #fff;
  color: var(--news-ink);
  padding-top: 76px;
}

.news-page *, .news-page *::before, .news-page *::after { box-sizing: border-box; }
.news-page a { color: inherit; text-decoration: none; }
.news-container { width: min(1240px, 100%); margin: 0 auto; padding: 10px 20px 72px; }
.news-breadcrumbs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; color: var(--news-muted); font-size: 13px; }
.news-breadcrumbs a:hover { color: var(--news-green); }
.news-hero, .news-detail-header { margin-bottom: 32px; max-width: 850px; }
.news-eyebrow { margin: 0 0 8px; color: var(--news-green); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.news-hero h1, .news-detail-header h1 { margin: 0; color: var(--news-ink); font-size: clamp(32px, 5vw, 52px); line-height: 1.05; }
.news-hero > p:last-child { margin: 14px 0 0; color: var(--news-muted); font-size: 18px; line-height: 1.6; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.news-card { overflow: hidden; border: 1px solid var(--news-border); border-radius: 16px; background: #fff; box-shadow: 0 1px 2px rgba(17, 24, 39, .04); transition: transform .18s ease, box-shadow .18s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(17, 24, 39, .1); }
.news-card-link { display: flex; flex-direction: column; height: 100%; }
.news-card-media { overflow: hidden; aspect-ratio: 16 / 10; background: var(--news-surface); }
.news-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.news-card:hover .news-card-media img { transform: scale(1.025); }
.news-card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px; }
.news-card time { color: var(--news-muted); font-size: 13px; text-transform: capitalize; }
.news-card h2 { margin: 10px 0 22px; color: var(--news-ink); font-size: 22px; line-height: 1.25; }
.news-card-cta { margin-top: auto; color: var(--news-green); font-size: 14px; font-weight: 700; }
.news-empty { padding: 32px; border: 1px dashed var(--news-border); border-radius: 16px; color: var(--news-muted); text-align: center; background: var(--news-surface); }
.news-detail-card { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr); gap: 36px; padding: 28px; border: 1px solid var(--news-border); border-radius: 18px; background: var(--news-surface); }
.news-detail-media { min-width: 0; }
.news-detail-media > img, .news-detail-media .item img { display: block; width: 100%; max-height: 520px; border-radius: 12px; object-fit: contain; background: #fff; }
.news-detail-media .owl-carousel { overflow: hidden; border-radius: 12px; }
.news-rich-text { min-width: 0; color: var(--news-ink); font-size: 17px; line-height: 1.7; }
.news-rich-text p,
.news-rich-text h1,
.news-rich-text h2,
.news-rich-text h3,
.news-rich-text h4,
.news-rich-text h5,
.news-rich-text h6,
.news-rich-text li,
.news-rich-text span,
.news-rich-text strong,
.news-rich-text em { color: var(--news-ink) !important; }
.news-rich-text > :first-child { margin-top: 0; }
.news-rich-text > :last-child { margin-bottom: 0; }
.news-rich-text img { max-width: 100%; height: auto; }
.news-rich-text a { color: var(--news-green) !important; text-decoration: underline; }
.news-rich-text ul, .news-rich-text ol { padding-left: 24px; }
.news-videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.news-video { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 16px; background: #111; }
.news-video iframe, .news-video video { width: 100%; height: 100%; border: 0; object-fit: contain; }
.news-shops { margin-top: 56px; }
.news-shops > header { margin-bottom: 20px; }
.news-shops h2 { margin: 0; color: var(--news-ink); font-size: 30px; }
.news-shop-map { overflow: hidden; height: 420px; margin-bottom: 24px; border: 1px solid var(--news-border); border-radius: 16px; }
.news-shop-map #map { width: 100%; height: 100%; }
.news-shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.news-shop-card { padding: 20px; border: 1px solid var(--news-border); border-radius: 16px; background: var(--news-surface); }
.news-shop-card h3 { margin: 0 0 12px; color: var(--news-ink); font-size: 18px; }
.news-shop-card p { margin: 6px 0; color: var(--news-muted); }
.news-shop-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.news-shop-actions a { padding: 9px 12px; border: 1px solid var(--news-green); border-radius: 9px; color: var(--news-green); font-size: 13px; font-weight: 700; }

@media (max-width: 900px) {
  .news-grid, .news-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-detail-card { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .news-container { padding: 8px 16px 56px; }
  .news-grid, .news-shop-grid, .news-videos { grid-template-columns: 1fr; }
  .news-detail-card { gap: 24px; padding: 16px; }
  .news-shop-map { height: 320px; }
}
