/* Every corporate page begins on the same horizontal and vertical guide. */
body.site-layout{--site-hero-top:72px;--site-hero-bottom:64px}
body.site-layout .site-hero{padding-top:var(--site-hero-top);padding-bottom:var(--site-hero-bottom)}
body.site-layout :is(.v-hero.site-hero,.b-hero.site-hero){align-items:start}
body.site-layout .site-hero .d-page-label{display:block;font-family:var(--type-sans);font-size:11px;font-weight:600;line-height:1.6;letter-spacing:.19em;color:#806039;margin:0 0 24px;padding:0;border:0;background:none}
body.site-layout .site-hero-dark .d-page-label{color:#d5be96}
body.site-layout .site-hero-error{box-sizing:border-box;width:100%;max-width:var(--site-content-width);margin:0 auto;padding-left:var(--site-content-gutter);padding-right:var(--site-content-gutter)}
body.site-layout .site-hero-error>p:not(.d-page-label){max-width:760px}
@media(max-width:700px){body.site-layout{--site-hero-top:40px;--site-hero-bottom:48px}body.site-layout .site-hero .d-page-label{font-size:10px}}
