.ssp-demo-hero .ssp-demo-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(2rem,5vw,4rem);align-items:center;max-width:1180px;margin-inline:auto}
.ssp-demo-hero-media{margin:0}
.ssp-demo-hero-media img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:18px}
.ssp-demo-hero-copy{max-width:none!important}
.ssp-demo-author-photo{margin:0}
.ssp-demo-author-photo img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:18px}
@media (max-width:780px){.ssp-demo-hero .ssp-demo-hero-grid{grid-template-columns:1fr}.ssp-demo-author-grid{grid-template-columns:1fr!important}.ssp-demo-author-photo{max-width:240px}}

.ssp-demo-latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,2rem);margin-top:1.5rem}
.ssp-demo-latest-card{min-width:0}
.ssp-demo-latest-image{display:block;margin-bottom:1rem}
.ssp-demo-latest-image img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:14px}
.ssp-demo-latest-card-body{display:flex;flex-direction:column;gap:.55rem}
.ssp-demo-latest-category{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2f5fd7}
.ssp-demo-latest-title{font-size:clamp(1.15rem,1.6vw,1.45rem);line-height:1.15;margin:0}
.ssp-demo-latest-title a{text-decoration:none;color:inherit}
.ssp-demo-latest-title a:hover{text-decoration:underline}
.ssp-demo-latest-excerpt{margin:0;color:#656b73;line-height:1.55}
.ssp-demo-latest-date{font-size:.86rem;color:#777e86}
.ssp-demo-empty{color:#656b73}
@media (max-width:960px){.ssp-demo-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){.ssp-demo-latest-grid{grid-template-columns:1fr}}
