.site-page{min-height:55vh;background:#fbfaf7}.site-page-hero{position:relative;min-height:330px;display:flex;align-items:center;padding:72px max(12vw,36px);overflow:hidden;background:#eee7dc}.site-page-hero:before{content:"";position:absolute;z-index:0;inset:0;background-image:var(--site-page-image);background-position:var(--site-page-image-position-x) var(--site-page-image-position-y);background-size:cover;filter:saturate(.62) sepia(.12)}.site-page-hero:after{content:"";position:absolute;z-index:1;inset:0;background:var(--site-page-overlay-color);opacity:var(--site-page-overlay-opacity);pointer-events:none}.site-page-hero>div{position:relative;z-index:2;width:100%;max-width:850px}.site-page-hero .eyebrow{color:var(--site-page-eyebrow-color)}.site-page-hero h1{margin:10px 0 15px;color:var(--site-page-title-color);font-size:clamp(38px,5vw,66px)}.site-page-hero>div>p:last-child{max-width:720px;margin:0;color:var(--site-page-copy-color);font-size:17px;line-height:1.9}.site-page-body{max-width:860px;margin:0 auto;padding:62px max(6vw,28px) 88px;color:#4f4840;font-size:16px;line-height:2}.site-page-body p{margin:0 0 1.35em}.site-page-body a{color:#9a2f20;text-decoration:underline;text-underline-offset:3px}@media(max-width:720px){.site-page-hero{min-height:285px;padding:58px 25px}.site-page-body{padding:45px 25px 65px}}