/* One continuous ending, including the canvas exposed by overscroll. */
html{background:var(--edge-canvas,var(--page-edge,#f3eddf));background-attachment:fixed}
.mast{background:var(--paper,#f3eddf)}
@media(hover:hover) and (pointer:fine){
 html{scrollbar-color:#938773 var(--page-edge,#f3eddf)}
 @supports selector(::-webkit-scrollbar){
  html{scrollbar-color:auto}
  html::-webkit-scrollbar{width:14px;height:14px}
  html::-webkit-scrollbar-track{background:var(--edge-canvas,var(--page-edge,#f3eddf))}
  html::-webkit-scrollbar-thumb{background:#938773;border:4px solid transparent;background-clip:padding-box;border-radius:8px}
  html::-webkit-scrollbar-corner{background:var(--page-edge,#f3eddf)}
 }
}
main>.craft-proof:last-child,main>.faq:last-child{padding-bottom:48px}
footer.site-ending{position:relative;isolation:isolate;display:block;margin:0;padding:48px var(--gutter,clamp(24px,5.5vw,100px)) max(18px,env(safe-area-inset-bottom,0px));overflow:hidden;background:#25231e;color:#f2ecdf;font:13px/1.5 Office,sans-serif}
.site-ending:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background:linear-gradient(90deg,#25231ef2 30%,#25231e90),url('/brand/assets/architecture.png') right 46%/cover;opacity:.3}
.ending-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:end;padding-bottom:32px}
.ending-invitation h2{font:400 clamp(40px,5.4vw,78px)/1.04 Editorial,Georgia,serif;letter-spacing:-.035em;margin:0}
.ending-invitation h2 em{color:#e6bd5a;font-weight:400}
.site-ending .ending-invitation .button{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;margin-top:27px;min-width:205px;min-height:55px;padding:18px 26px;border:0;border-radius:0;background:#f2ecdf;color:#25231e;font:14px/1.4 Office,Arial,sans-serif}
.site-ending nav.ending-company{display:flex;flex-direction:column;gap:0;margin:0;padding:0;align-items:flex-start;flex:none;min-width:178px}
.site-ending nav.ending-company a{display:flex;align-items:center;min-height:34px;color:#e3dccd;font-size:13px}
.site-ending nav.ending-company a[href^="mailto:"]{margin-top:13px;color:#c5bba8}
.ending-base{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:40px;row-gap:19px;align-items:center;border-top:1px solid #a18f6d4a;padding-top:20px}
.ending-brand{display:block;width:94px;min-height:44px;align-content:center}.ending-brand img{width:94px;height:auto;filter:brightness(0) invert(94%) sepia(9%) saturate(550%)}
.site-ending nav.ending-industries{display:flex;flex-direction:row;justify-content:flex-end;flex-wrap:wrap;gap:5px 24px;margin:0;padding:0;flex:none;font-size:11px;color:#c5bba8}
.site-ending .ending-industries a{display:flex;align-items:center;min-height:34px}
.ending-sectors{min-width:0}.ending-sectors>summary{display:none}.ending-sectors:not([open])>nav{display:none}
.site-ending .ending-secondary{display:flex;align-items:center;width:fit-content;min-height:44px;margin-top:5px;font-size:12px;color:#c5bba8}
.ending-legal{grid-column:1/-1;display:flex;align-items:center;gap:25px;font-size:10px;color:#bfb5a3}
.ending-legal a{min-height:34px;display:flex;align-items:center}.ending-legal a:last-child{margin-left:auto}
.site-ending a:focus-visible{outline:2px solid #e6bd5a;outline-offset:5px}
@media(max-width:760px){
 main>.craft-proof:last-child,main>.faq:last-child{padding-bottom:30px}
 footer.site-ending{padding:28px 22px max(10px,env(safe-area-inset-bottom,0px))}
 .ending-main{display:block;padding-bottom:12px}
 .ending-invitation h2{font-size:clamp(26px,7.8vw,32px);line-height:1.07}
 .site-ending .ending-invitation .button{margin-top:18px;font-size:13px;min-height:48px;min-width:195px;padding:15px 20px;gap:32px;max-width:100%}
 .site-ending nav.ending-company{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:0;margin-top:16px;min-width:0;width:100%}
 .site-ending nav.ending-company a{min-height:44px;font-size:13px}
 .site-ending nav.ending-company a[href^="mailto:"]{grid-column:1/-1;min-height:44px;margin:0}
 .ending-base{grid-template-columns:1fr;gap:0;padding-top:6px}
 .site-ending .ending-brand,.site-ending .ending-sectors,.site-ending .ending-secondary{display:none}
 .ending-legal{gap:17px;font-size:11px;margin-top:0}
 .ending-legal a{min-height:44px}
}
