/* Shared outer content bounds. Keep text measures and card padding local. */
:root{--site-content-width:85%}
html body :is(.container.container,.site-container,.journey-intro-inner){box-sizing:border-box;width:var(--site-content-width);max-width:none;margin-inline:auto;min-width:0}
html body .about-feature-shell{max-width:100%}
@media(max-width:768px){:root{--site-content-width:95%}}
