.site-footer{position:relative;background-color:var(--ink-deep);padding:var(--space-10) var(--space-8) var(--space-6)}.site-footer__inner{max-width:var(--container-max);margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-8)}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start}.site-footer__logo{display:block;font-family:var(--font-display);font-style:italic;font-weight:300;font-size:clamp(2.25rem,3.5vw,3rem);line-height:1;letter-spacing:-.02em;color:var(--ivory-card);transition:color .25s ease}.site-footer__logo:hover{color:var(--caramel-light)}.site-footer__logo-dot{color:var(--caramel)}.site-footer__tagline{margin-top:var(--space-2);font-family:var(--font-body);font-size:var(--text-md);font-weight:400;color:var(--text-on-ink-strong)}.site-footer__brand .section-title-rule{margin-top:var(--space-3)}.site-footer__newsletter{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.site-footer__newsletter-title{font-family:var(--font-body);font-size:var(--text-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--caramel-light)}.site-footer__newsletter-desc{margin-top:var(--space-1-5);font-family:var(--font-body);font-size:var(--text-md);font-weight:400;color:var(--text-on-ink-strong)}.site-footer__newsletter-form{display:flex;align-items:center;margin-top:var(--space-4);width:100%;max-width:280px;border:1px solid var(--border-on-ink-soft);border-radius:var(--radius-sm);background:rgba(var(--ivory-rgb),var(--alpha-10));transition:border-color .25s ease}.site-footer__newsletter-form:focus-within{border-color:var(--caramel)}.site-footer__newsletter-input{flex:1;min-width:0;padding:var(--space-2-5) var(--space-4);background:transparent;border:none;font-family:var(--font-body);font-size:var(--text-base);color:var(--ivory-card)}.site-footer__newsletter-input::placeholder{color:var(--text-on-ink-mid)}.site-footer__newsletter-input:focus{outline:none}.site-footer__newsletter-input:-webkit-autofill,.site-footer__newsletter-input:-webkit-autofill:hover,.site-footer__newsletter-input:-webkit-autofill:focus,.site-footer__newsletter-input:-webkit-autofill:active{-webkit-text-fill-color:var(--ivory-card);caret-color:var(--ivory-card);transition:background-color 0s 600000s,color 0s 600000s;box-shadow:0 0 0 1000px rgba(var(--ivory-rgb),var(--alpha-10)) inset}.site-footer__newsletter-input:autofill{-webkit-text-fill-color:var(--ivory-card);caret-color:var(--ivory-card);box-shadow:0 0 0 1000px rgba(var(--ivory-rgb),var(--alpha-10)) inset}.site-footer__newsletter-submit{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;margin:3px;border:none;border-radius:var(--radius-sm);background:var(--caramel);color:var(--ink-deep);cursor:pointer;transition:background .25s ease,transform .1s ease}.site-footer__newsletter-submit:hover{background:var(--caramel-light)}.site-footer__newsletter-submit:active{transform:scale(.92)}.site-footer__newsletter-submit:disabled{opacity:.6;cursor:default}.site-footer__newsletter-submit svg{width:15px;height:15px}.site-footer__newsletter-status{margin-top:var(--space-2);font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-on-ink-strong)}.site-footer__newsletter-status--error{color:var(--caramel-light)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer__socials{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}.site-footer__social-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--border-on-ink-soft);border-radius:var(--radius-sm);color:var(--text-on-ink-strong);transition:background .25s ease,border-color .25s ease,color .25s ease,transform .1s ease}.site-footer__social-link:hover{background:var(--ivory-card);border-color:var(--ivory-card);color:var(--ink-deep)}.site-footer__social-link:active{transform:scale(.92)}.site-footer__social-link svg{width:17px;height:17px}.site-footer__copyright{max-width:var(--container-max);margin:var(--space-10) auto 0;padding-top:var(--space-6);border-top:1px solid var(--border-on-ink-soft);font-family:var(--font-body);font-size:var(--text-sm);font-weight:400;letter-spacing:.02em;color:var(--text-on-ink-mid);text-align:center}@media (max-width: 768px){.site-footer{padding:var(--space-10) var(--space-6) var(--space-6)}.site-footer__inner{flex-direction:column;align-items:center;text-align:center;gap:var(--space-6)}.site-footer__brand,.site-footer__newsletter{align-items:center}.site-footer__newsletter-form{max-width:320px}}@media (max-width: 480px){.site-footer__socials{gap:var(--space-2)}}
