/* APSHINFO Project Display Models — safe production variants.
   Layout choices may style content, but must never hide donation/support or create oversized heroes. */
.s360-project-page[class*="layout-"] .s360-project-shell{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important}
.s360-project-page[class*="layout-"] .s360-support{order:initial!important;position:sticky!important;top:105px!important}
.s360-project-page.layout-balanced .s360-project-card:first-child{border-top:4px solid #166534}
.s360-project-page.layout-editorial .s360-project-card:first-child{border-left:5px solid #d97706}
.s360-project-page.layout-photo-led .s360-project-hero,.s360-project-page.layout-hero-gallery .s360-project-hero{height:clamp(260px,27vw,340px)!important;min-height:0!important;max-height:340px!important}
.s360-project-page.layout-modern-bento .s360-project-card{border-radius:22px}
.s360-project-page.layout-hero-gallery .s360-thumb-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr))}
.s360-project-page.layout-hero-gallery .s360-photo-thumb{height:125px}
.s360-project-page.layout-minimal-stack .s360-project-main{max-width:none}
.s360-project-page.layout-transparency .s360-support-card{border-color:#b7d9ce;background:linear-gradient(155deg,#fff,#eef8f4)}
@media(max-width:960px){.s360-project-page[class*="layout-"] .s360-project-shell{grid-template-columns:1fr!important}.s360-project-page[class*="layout-"] .s360-support{order:-1!important;position:static!important}.s360-project-page.layout-photo-led .s360-project-hero,.s360-project-page.layout-hero-gallery .s360-project-hero{height:300px!important;max-height:300px!important}}
@media(max-width:640px){.s360-project-page.layout-photo-led .s360-project-hero,.s360-project-page.layout-hero-gallery .s360-project-hero{height:250px!important;max-height:250px!important}}
