body{background:var(--hwp-bg);color:var(--hwp-fg);font-family:var(--hwp-font-sans);margin:0;line-height:1.65}
.hwp-container{max-width:var(--hwp-maxw);margin:0 auto;padding:0 var(--hwp-gap)}
.hwp-main{min-height:50vh}
.hwp-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--hwp-gap);padding:2rem 0}
.hwp-section{padding:3rem 0;border-bottom:1px solid var(--hwp-line)}
img{max-width:100%;height:auto}
