footer{position:relative;width:100vw;height:max-content;overflow:hidden;background-color:var(--base-300);color:var(--base-100);padding:4rem 0 2rem}footer .container{display:flex;flex-direction:column;justify-content:flex-end;gap:1.5rem}footer .container>div{display:flex;gap:2rem}footer .container .footer-col,footer .container .footer-sub-col{flex:1}footer .footer-bottom{padding:2rem 0;border-top:1px dashed var(--base-secondary-fade)}footer .footer-bottom .footer-col:nth-child(2){display:flex}footer .footer-logo{width:60px}footer .footer-copyright .footer-col:nth-child(1){display:flex;align-items:flex-end}footer .footer-branding h2{font-family:Montserrat,sans-serif;font-size:3.15rem;font-weight:700;text-transform:uppercase;color:var(--base-100);line-height:1;letter-spacing:-.02em;text-align:center}footer .footer-branding p{font-family:DM Mono,monospace;font-size:1.1rem;font-weight:500;text-transform:uppercase;color:var(--base-100);letter-spacing:.35rem;margin-top:.5rem;text-align:center}footer .footer-bottom .footer-col:nth-child(2) p.mono{margin-bottom:2rem;opacity:.25}footer .footer-copyright{align-items:flex-end}footer .footer-copyright .footer-col:nth-child(2){display:flex;align-items:flex-end}footer .footer-links,footer .footer-copy{display:flex;flex-direction:column;gap:.25rem}footer a{color:var(--base-100)}@media(max-width:1000px){footer{height:max-content;padding-top:8rem}footer .container>div{flex-direction:column;gap:4rem}footer .footer-bottom .footer-col:nth-child(2){flex-direction:column;gap:4rem}footer .footer-branding h2{font-size:2rem}footer .footer-branding p{font-size:.7rem}footer .footer-copyright .footer-col:nth-child(2){width:100%;flex-direction:column-reverse;gap:.25rem}}
