/* v1.3.3 final layout override - loaded last */
:root{--max:800px!important;--body-bg:#fff!important;--header-bg:#fff!important;}
html,body{background:#fff!important;}
.site-header{background:#fff!important;border-bottom:1px solid #eadfce!important;}
.header-inner,.site-main,.footer-inner{width:100%!important;max-width:800px!important;margin-left:auto!important;margin-right:auto!important;}
.header-inner{padding-left:0!important;padding-right:0!important;min-height:78px!important;}
.site-main{padding:24px 0 60px!important;}
.footer-inner{padding:24px 0!important;}
.brand-image{display:inline-flex!important;align-items:center!important;overflow:visible!important;flex:0 0 auto!important;}
.brand-image img{display:block!important;width:auto!important;height:38px!important;max-width:160px!important;object-fit:contain!important;margin:0!important;padding:0!important;}
.page-home .home-hero{display:block!important;width:100%!important;min-height:0!important;height:auto!important;margin:0 0 28px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important;}
.page-home .home-hero-banner{display:block!important;width:100%!important;max-width:800px!important;min-height:0!important;height:auto!important;margin:0!important;padding:0!important;border:1px solid #eadfce!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 24px rgba(85,60,38,.07)!important;}
.page-home .home-hero-banner img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;object-fit:contain!important;}
.page-home .home-section{width:100%!important;max-width:800px!important;margin:0 auto 28px!important;}
.page-home .home-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;}
.page-home .home-post-thumb{height:150px!important;}
.page-home .home-post-card h3{font-size:1.12rem!important;}
.page-home .home-post-card p{font-size:.92rem!important;}
.page-home .home-series-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
.page-home .home-series-card{grid-template-columns:150px 1fr!important;}
.page-home .home-series-thumb{height:150px!important;}
.page-home .home-quick-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;}
.page-home .home-quick-card{min-height:96px!important;padding:12px 8px!important;}
@media(max-width:840px){
  .header-inner,.site-main,.footer-inner{max-width:100%!important;padding-left:14px!important;padding-right:14px!important;}
  .page-home .home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .page-home .home-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  .brand-image img{height:34px!important;max-width:145px!important;}
  .page-home .home-card-grid,.page-home .home-series-grid,.page-home .home-quick-grid{grid-template-columns:1fr!important;}
  .page-home .home-series-card{grid-template-columns:1fr!important;}
  .page-home .home-post-thumb,.page-home .home-series-thumb{height:200px!important;}
  .page-home .home-hero-banner{border-radius:12px!important;}
}
