/* One content frame for the corporate site; independent of the shared header. */
body.site-layout{--site-content-width:1200px;--site-content-gutter:60px}
body.site-layout :is(.wrap,.section-container,.v-wrap,.v-hero,.v-subnav){box-sizing:border-box;width:100%;max-width:var(--site-content-width);margin-left:auto;margin-right:auto;padding-left:var(--site-content-gutter);padding-right:var(--site-content-gutter)}
/* Let the two hero columns fit the same frame as the story and business pages. */
body.site-layout .v-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
@media(max-width:768px){body.site-layout{--site-content-gutter:20px}}
@media(max-width:700px){body.site-layout .v-hero{grid-template-columns:minmax(0,1fr)}body.site-layout .v-subnav{gap:12px}}
