footer{position:relative;width:100vw;height:auto;min-height:100vh;min-height:100svh;overflow:hidden;background-color:var(--base-300);color:var(--base-100);padding:5.5rem 0 2.25rem}footer .container{display:flex;flex-direction:column;justify-content:flex-end;gap:1rem}footer .container>div{display:flex;gap:1.5rem}footer .container .footer-col,footer .container .footer-sub-col{flex:1}footer .footer-top{display:flex;gap:1.5rem}footer .footer-top .footer-col:nth-child(1){display:flex;flex-direction:column;gap:1rem}footer .footer-top .footer-col:nth-child(1) p.mono{color:var(--base-secondary-dark)}footer .footer-email-row{width:75%;display:flex;gap:1rem;padding:.5rem 0}footer .footer-email-container{width:100%}footer .footer-email-row input{flex:1;width:100%;font-family:Host Grotesk;font-weight:900;font-size:clamp(2.25rem,4vw,2.9rem);color:var(--base-100)}footer .footer-email-row input::placeholder{color:var(--base-secondary-dark);opacity:.75}footer .footer-email-row button{outline:none;border:none;color:var(--base-100);background-color:#ffffff1a;width:3.6rem;height:3.6rem;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}footer .footer-email-row button img{width:.75rem;object-fit:contain}footer .footer-email-row input{border:none;outline:none;background:none}footer .footer-email-row button:focus-visible,footer .footer-email-row input:focus-visible{outline:1px solid var(--base-100);outline-offset:4px}footer .footer-email-feedback{min-height:1rem;color:var(--base-secondary-dark);opacity:0;transition:opacity .2s ease}footer .footer-email-feedback.is-visible{opacity:1}footer .footer-email-feedback.is-error{color:#ffb8b8}footer .footer-email-feedback.is-success{color:#98dfbc}footer .footer-bottom{padding:2.5rem 0 5rem;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-bottom .footer-col:nth-child(2) p.mono{margin-bottom:1.25rem;opacity:.25}footer .footer-copyright{display:flex;gap:1.5rem}footer .footer-copyright .footer-col{display:flex;gap:1.5rem}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:4.5rem 0 2rem}footer .container .footer-top .footer-col:nth-child(2){display:none}footer .footer-email-row{width:100%}footer .footer-email-row input{font-size:1.65rem}footer .footer-email-row button{width:2.75rem;height:2.75rem}footer .footer-email-row button img{width:.5rem}footer .container>div{flex-direction:column;gap:2.5rem}footer .footer-bottom{padding:2rem 0 3rem}footer .footer-bottom .footer-col:nth-child(2){flex-direction:column;gap:2.5rem}footer .footer-copyright .footer-col:nth-child(1){display:none}footer .footer-copyright .footer-col:nth-child(2){width:100%;flex-direction:column-reverse;gap:.25rem}}
