.masthead{position:relative;z-index:5;border-bottom:1px solid var(--color-ink)}.masthead-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding-top:20px;padding-bottom:20px}.masthead-brand,.masthead-center,.masthead-link{font-family:var(--font-display);font-weight:700;font-size:16px;letter-spacing:-.01em;color:var(--color-ink);transition:opacity .18s ease}.masthead-brand{justify-self:start}.masthead-center{justify-self:center;font-variant-numeric:tabular-nums}.masthead-right{justify-self:end;display:flex;align-items:center;gap:1.5rem}.masthead-brand:hover,.masthead-link:hover{opacity:.6}.masthead-link.is-active{color:var(--color-blue)}@media (max-width:640px){.masthead-center{display:none}.masthead-row{grid-template-columns:1fr auto;padding-top:16px;padding-bottom:16px}}.site-footer{margin-top:5rem;padding:3.5rem 0 3rem;background:var(--color-bg);border-top:1px solid var(--color-ink)}.site-footer-top{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.site-footer-brand{font-family:var(--font-display);font-weight:700;font-size:1.4rem;letter-spacing:-.02em;color:var(--color-ink);transition:opacity .18s ease}.site-footer-brand:hover{opacity:.6}.site-footer-socials{display:flex;gap:.6rem}.site-footer-social{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-ink);border-radius:10px;color:var(--color-ink);background:var(--color-surface);transition:transform .18s ease,background .18s ease,color .18s ease}.site-footer-social:hover{transform:translateY(-2px);background:var(--color-ink);color:#fff}.site-footer-social svg{width:18px;height:18px}.site-footer-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-top:2.75rem}.site-footer-copy{letter-spacing:.05em;color:var(--color-ink-faint)}.site-footer-copy,.site-footer-links{font-size:.78rem;text-transform:uppercase}.site-footer-links{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;letter-spacing:.09em;color:var(--color-ink-soft)}.site-footer-links a{transition:color .18s ease}.site-footer-links a:hover{color:var(--color-ink)}@media (max-width:640px){.site-footer{padding:2.75rem 0 2.5rem}.site-footer-bottom{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-top:2.25rem}.site-footer-links{flex-direction:row;flex-wrap:wrap;align-items:flex-start;column-gap:1.5rem;row-gap:.45rem}}