.footer{border-top:1px solid var(--border);background:var(--surface-sunken);padding-block:2.5rem 1.5rem;margin-top:2rem}@media (min-width:768px){.footer{padding-block:4rem 2rem}}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}.footer-brand{max-width:22rem;grid-column:1/-1}.footer-logo{display:inline-flex;align-items:baseline}.footer-wordmark{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.footer-wordmark-x{color:var(--accent)}.footer-description{margin-top:1rem;font-size:.875rem;line-height:1.6;color:var(--text-secondary)}.footer-email{display:inline-block;margin-top:.75rem;padding-block:.25rem;font-size:.875rem;font-weight:500;color:var(--accent)}.footer-socials{display:flex;align-items:center;gap:.25rem;margin-top:1rem}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;color:var(--text-secondary);transition:color .15s ease,background-color .15s ease}.footer-social:hover{color:var(--accent);background:var(--accent-soft)}.footer-group-title{font-family:var(--font-geist-mono),ui-monospace,"SF Mono",Menlo,monospace;font-size:.6875rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.footer-group-list{margin-top:1rem;display:flex;flex-direction:column;gap:0;padding:0;list-style:none}.footer-link{display:inline-block;padding-block:.3125rem;font-size:.9375rem;color:var(--text-secondary);transition:color .15s ease}.footer-link:hover{color:var(--accent)}.footer-locations{margin-top:1.5rem;font-size:.875rem;line-height:1.6;color:var(--text-muted);font-style:normal}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border)}@media (min-width:768px){.footer-bottom{margin-top:3.5rem;padding-top:1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-brand{grid-column:auto}}@media (pointer:coarse){.footer-link{padding-block:.6875rem}.footer-email,.footer-logo{display:inline-block;padding-block:.5rem}}