/* Moban 8-2-29 Responsive */
@media(max-width:1024px){
  .hero-title{font-size:2.6rem}
  .card-grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .footer-widgets{grid-template-columns:repeat(2,1fr)}
  .content-island{max-width:600px}
}
@media(max-width:768px){
  .hero-section{min-height:80vh}
  .hero-title{font-size:2rem}
  .hero-tagline{font-size:1.05rem}
  .hero-island{padding-top:40px}
  .content-island{max-width:100%;padding:0 20px}
  .story-section,.hscroll-section,.games-section,.carousel-section,.cta-section,.posts-section,.single-post-section,.page-section,.related-posts{padding:70px 0}
  .story-block{padding:28px}
  .section-title{font-size:1.4rem;margin-bottom:28px}
  .card-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .game-card{padding:12px}
  .footer-widgets{grid-template-columns:1fr}
  .post-link{flex-direction:column;gap:12px}
  .post-thumb{flex:none;width:100%;height:180px}
  .single-title{font-size:1.6rem}
  .single-content{font-size:1rem}
  .page-content{padding:24px}
  .overlay-menu a{font-size:1.4rem}
  .cta-title{font-size:1.8rem}
  .hscroll-item{flex:0 0 260px}
  .hscroll-item img{width:260px;height:160px}
  .slide-prev,.slide-next{width:36px;height:36px;font-size:1.3rem}
  .btn-lg{padding:13px 30px;font-size:.9rem}
  .archive-hero{padding:80px 0 60px}
}
@media(max-width:480px){
  .hero-title{font-size:1.6rem}
  .hero-tagline{font-size:.95rem}
  .hero-cta{flex-direction:column;align-items:center}
  .card-grid{grid-template-columns:1fr;gap:16px}
  .section-title{font-size:1.2rem;margin-bottom:22px}
  .btn{padding:10px 24px;font-size:.85rem}
  .single-title{font-size:1.3rem}
  .cta-title{font-size:1.5rem}
  .cta-actions{flex-direction:column;align-items:center}
  .header-bar{padding:0 16px}
  .overlay-menu a{font-size:1.2rem}
  .overlay-menu li{margin:14px 0}
  .hscroll-item{flex:0 0 220px}
  .hscroll-item img{width:220px;height:140px}
  .archive-title{font-size:1.3rem}
  .footer-widget h3,.widget-title{font-size:1rem}
  .story-block{padding:20px}
}
