.footer-stage{background:#000;color:var(--grey-640)}.footer{width:100%;box-sizing:border-box}.footer--default{padding:0 var(--workbench-pad-x) 0;color:var(--grey-640)}.footer--default .footer__divider{width:100%;height:1px;background:var(--grey-320);margin:0}.footer--default .footer__row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-24);flex-wrap:wrap}.footer--default .footer__credit{margin:0;color:inherit;text-align:left}.footer--default .footer__links{list-style:none;margin:0;padding:0;display:flex;align-items:stretch}.footer--default .footer__link-item{display:inline-flex;border-right:1px solid var(--grey-320)}.footer--default .footer__link-item:first-child{border-left:1px solid var(--grey-320)}.footer--default .footer__link{display:inline-flex;align-items:center;padding:var(--space-24) var(--space-12);color:inherit;text-decoration:none;background-color:transparent;transition:background-color var(--dur-fast) var(--ease-snap),color var(--dur-fast) var(--ease-snap)}.footer--default .footer__link-label{color:inherit}.footer--default .footer__link:focus-visible,.footer--default .footer__link:hover{background-color:var(--hover-color,rgba(255,255,255,.08));color:var(--grey-960);outline:none}.footer--default .footer__link:active{background-color:var(--active-color,rgba(0,0,0,.4));transform:translateY(1px);transition:background-color var(--dur-instant) var(--ease-snap),color var(--dur-instant) var(--ease-snap),transform var(--dur-instant) var(--ease-snap)}.footer--default .footer__link:focus-visible .footer__link-label,.footer--default .footer__link:hover .footer__link-label{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.footer--default .footer__link:focus-visible .footer__link-label:after,.footer--default .footer__link:hover .footer__link-label:after{opacity:1}.footer--caption{position:fixed;bottom:0;left:50%;translate:-50% 100%;z-index:20;width:-moz-fit-content;width:fit-content;max-width:calc(100vw - 32px);padding:var(--space-16) var(--space-24) var(--space-12);box-sizing:border-box;background:var(--surface-bg);color:#c96f42;font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:-.12px;line-height:1.35;transition:translate var(--dur-slide) var(--ease-paper)}.footer--caption.is-revealed{translate:-50% 0}.footer--caption .footer__row{display:flex;align-items:baseline;gap:var(--space-64);flex-wrap:wrap}.footer--caption .footer__credit{margin:0;color:inherit}.footer--caption .footer__links{list-style:none;margin:0;padding:0;display:flex;align-items:baseline;gap:var(--space-20)}.footer--caption .footer__link-item{display:inline-flex}.footer--caption .footer__link{color:inherit;text-decoration:none;display:inline-flex;align-items:baseline}.footer--caption .footer__link-label{color:inherit}.footer--caption .footer__link:focus-visible .footer__link-label,.footer--caption .footer__link:hover .footer__link-label{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.footer--caption .footer__link:focus-visible .footer__link-label:after,.footer--caption .footer__link:hover .footer__link-label:after{opacity:1}@media (prefers-reduced-motion:reduce){.footer--caption{transition:translate 0s linear}}.footer--default .footer__divider--mid{display:none}@media (max-height:500px),(max-width:767px){.footer--default .footer__row{flex-direction:column;align-items:stretch;gap:0}.footer--default .footer__credit{text-align:center;padding:var(--space-20) 0}.footer--default .footer__divider--mid{display:block;width:100%;height:1px;background:var(--grey-320)}.footer--default .footer__links{justify-content:center}.footer--default .footer__link{padding:var(--space-16) var(--space-12)}.footer--caption .footer__row{gap:var(--space-8)}}