footer{position:relative;width:100vw;height:max-content;overflow:hidden;background-color:var(--base-300);color:var(--base-100);padding:8rem 0 4rem}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-top{display:flex;gap:2rem}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)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}footer .footer-email-container{display:flex;flex-direction:column;gap:1rem}footer .footer-email-row{width:75%;display:flex;gap:1rem;padding:1rem 0}footer .footer-email-row input{flex:1;width:100%;font-family:Host Grotesk;font-weight:900;font-size:3rem;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:4rem;height:4rem;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;position:relative}footer .footer-email-row button:hover:not(:disabled){background-color:#fff3;transform:scale(1.05)}footer .footer-email-row button:active:not(:disabled){transform:scale(.95)}footer .footer-email-row button:disabled{cursor:not-allowed;opacity:.5}footer .footer-email-row button.loading img{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}footer .footer-email-row button img{width:.75rem;object-fit:contain;transition:transform .3s ease}footer .footer-email-row input{border:none;outline:none;background:none}footer .footer-email-row input:focus{outline:none}footer .footer-email-row input:disabled{opacity:.5;cursor:not-allowed}footer .footer-email-helper{font-size:.9rem;color:var(--base-secondary-dark);opacity:.75;line-height:1.5}footer .footer-contact-button{background:none;border:none;color:#0f0;font-family:Host Grotesk;font-size:.9rem;font-weight:500;cursor:pointer;transition:opacity .3s ease;padding:0;text-decoration:none}footer .footer-contact-button:hover{opacity:.7;text-decoration:underline}footer .footer-email-feedback{font-size:.9rem;padding:.5rem 0;opacity:0;min-height:1.5rem}footer .footer-email-feedback.success{color:#0f0}footer .footer-email-feedback.error{color:#f44}footer .footer-bottom{padding:4rem 0 10rem;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:2rem;opacity:.25}footer .footer-copyright{display:flex;gap:2rem}footer .footer-copyright .footer-col{display:flex;gap:2rem}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 .footer-top .footer-col:nth-child(2){display:none}footer .footer-email-row{width:100%}footer .footer-email-row input{font-size:2rem}footer .footer-email-row button{width:3rem;height:3rem}footer .footer-email-row button img{width:.5rem}footer .footer-email-helper{font-size:.8rem}footer .container>div{flex-direction:column;gap:4rem}footer .footer-bottom .footer-col:nth-child(2){flex-direction:column;gap:4rem}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}}
