.site-footer{position:relative;overflow:hidden;margin-top:auto;background:var(--white);height:100vh;min-height:720px}.site-footer__bg{position:absolute;inset:0;width:100%;height:100%;top:80px}.site-footer__bg .shave-sort{width:100%;height:100%;display:block}.site-footer__inner{position:relative;z-index:1;color:var(--black);padding:80px 20px 0}.site-footer__header{display:flex;flex-direction:column;gap:var(--p-5)}.site-footer__container{margin:0 auto;max-width:560px;display:flex;flex-direction:column;gap:60px}.site-footer__heading{font-family:var(--font-display);font-size:clamp(26px,4vw,32px);font-weight:500;letter-spacing:-.025em;line-height:1.05;color:var(--black);margin:0}.site-footer__ctas{display:flex;flex-wrap:wrap;gap:12px}.site-footer__nav{display:flex;flex-direction:column;justify-content:space-between;gap:40px;align-items:flex-start}.site-footer__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px;line-height:1rem}.site-footer__nav-list a{font-family:var(--font-berkeley);font-size:14px;font-weight:700;letter-spacing:-.28px;text-transform:uppercase;color:var(--black);text-decoration:underline;text-decoration-color:var(--black);text-decoration-thickness:auto;text-underline-offset:auto;white-space:nowrap;cursor:pointer;transition:color .4s cubic-bezier(.44,0,.56,1),text-decoration-color .4s cubic-bezier(.44,0,.56,1),text-decoration-thickness .4s cubic-bezier(.44,0,.56,1),text-underline-offset .4s cubic-bezier(.44,0,.56,1)}.site-footer__nav-list a:hover{text-decoration-color:transparent}@media(max-width:600px){.site-footer__ctas{flex-direction:column;align-items:flex-start}.site-footer__nav{flex-direction:column;gap:20px}}