/* Minimal compatibility layer for CMS-managed inner pages inside imported HTML themes. */
.cms-theme-slot{width:100%;}
.cms-theme-slot .wrap{width:min(1200px,calc(100% - 40px));margin-inline:auto;}
.cms-theme-slot .page-hero{position:relative;padding:56px 0 34px;overflow:hidden;}
.cms-theme-slot .page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.cms-theme-slot .page-hero>.wrap{position:relative;z-index:1;}
.cms-theme-slot .page-hero h1{margin:.15em 0 0;font:inherit;font-size:clamp(2rem,5vw,4rem);line-height:1.05;}
.cms-theme-slot .kicker{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;opacity:.7;}
.cms-theme-slot .content,.cms-theme-slot .pb-builder-page-content{margin-top:0;margin-bottom:0;}
.cms-theme-slot article.wrap.content{padding-top:48px;padding-bottom:64px;}
.cms-theme-slot .listing{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;padding-top:42px;padding-bottom:64px;}
.cms-theme-slot .listing article img{width:100%;height:auto;display:block;}
.cms-theme-slot .contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:40px;padding-top:48px;padding-bottom:64px;}
.cms-theme-slot .contact input,.cms-theme-slot .contact textarea{width:100%;box-sizing:border-box;margin:0 0 12px;padding:12px;}
.cms-theme-slot .contact textarea{min-height:150px;}
.cms-theme-slot .notfound{text-align:center;padding:90px 20px;}
@media(max-width:760px){.cms-theme-slot .contact{grid-template-columns:1fr;}}
