.cms-product-content{display:grid;gap:clamp(32px,6vw,84px);padding:clamp(32px,5vw,72px) 0}
.cms-content-block{box-sizing:border-box}
.cms-content-text{max-width:820px;text-align:center}
.cms-content-text h2,.cms-content-split h2,.cms-content-gallery h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,4rem);line-height:1.02;margin:.2em 0}
.cms-content-text>p:last-child,.cms-content-split div>p:last-child,.cms-content-gallery header>p:last-child{color:#666;line-height:1.7;font-size:1.05rem}
.cms-content-image img{display:block;width:100%;max-height:720px;object-fit:cover}
.cms-content-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:center;gap:clamp(28px,6vw,90px)}
.cms-content-split.image-right img{order:2}
.cms-content-split img{width:100%;max-height:640px;object-fit:cover}
.cms-content-gallery header{max-width:760px;margin-bottom:28px}
.cms-content-gallery>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.cms-content-gallery img{width:100%;height:min(36vw,460px);object-fit:cover}
@media(max-width:720px){.cms-content-split{grid-template-columns:1fr}.cms-content-split.image-right img{order:0}.cms-content-gallery>div{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-content-gallery img{height:62vw}}
