.pc-container{width:var(--pc-container);margin-inline:auto}
.pc-section{padding:clamp(3.4rem,7vw,5rem) 0}
.pc-section--white{background:var(--pc-surface)}
.pc-section--soft{background:var(--pc-surface-soft)}
.pc-section-head{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.5rem}
.pc-section-head p{max-width:65ch;color:var(--pc-muted);margin-bottom:0}
.pc-page-shell{max-width:860px}
.pc-product-grid{display:grid;gap:1rem}
@media(min-width:700px){.pc-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.pc-product-grid{grid-template-columns:repeat(3,1fr)}}

/* v5.0.0 · Pages: full width, no automatic title wrapper. */
body.page:not(.home) .pc-page-canvas,
body.page:not(.home) .pc-page-content{width:100%;max-width:none;margin:0;padding:0}
body.page:not(.home) .pc-page-content> :first-child{margin-top:0}
