/* Homepage-only News / Insight bridge retained from v61. Does not style /ko/news or /jp/news pages. */
.home-news{padding-top:32px;padding-bottom:32px}
.home-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.home-news-card{display:block;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--soft-shadow);transition:.2s ease}
.home-news-card:hover{transform:translateY(-3px);border-color:rgba(223,94,135,.25)}
.home-news-card small{color:var(--pink);font-size:11px;font-weight:700}
.home-news-card h3{margin:12px 0 0;font-size:18px;line-height:1.5;font-weight:650;letter-spacing:-.03em}
.home-news-card p{margin:9px 0 0;color:var(--sub);font-size:13px;line-height:1.7}
.home-news-more{display:flex;justify-content:center;margin-top:20px}
@media(max-width:760px){.home-news-grid{grid-template-columns:1fr}.home-news{padding-top:22px;padding-bottom:22px}}
