/* One site footer on every page: every service, the studio, and the company links. Self-contained so it renders the same on agency and older page templates. */
.site-footer{--sf-ink:#26222F;--sf-muted:#6B6178;--sf-line:#E2DCEB;--sf-accent:#5B45D6;background:#FAFAF7;border-top:1px solid var(--sf-line);color:var(--sf-ink);font-family:Inter,Arial,sans-serif}
.site-footer .sf-wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto;padding:64px 0 28px}
.site-footer .sf-top{display:grid;grid-template-columns:minmax(0,1.3fr) repeat(4,minmax(0,1fr));gap:40px;padding-bottom:52px}
.site-footer .sf-brand .brand-lockup{display:inline-flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:20px}
.site-footer .sf-brand .brand-symbol{width:36px;height:36px}
.site-footer .sf-brand .brand-wordmark{width:140px;height:auto}
.site-footer .sf-brand p{margin:0 0 22px;font-size:14px;line-height:1.7;color:var(--sf-muted);max-width:30ch}
.site-footer .sf-cta{display:inline-flex;align-items:center;min-height:44px;padding:0 20px;border-radius:999px;background:#7160F5;color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s}
.site-footer .sf-cta:hover{background:#5B45D6}
.site-footer .sf-mail{display:block;margin-top:14px;font-size:14px;color:var(--sf-ink);text-decoration:none}
.site-footer .sf-mail:hover{color:var(--sf-accent)}
.site-footer nav{display:flex;flex-direction:column;gap:10px;min-width:0}
.site-footer nav>span{font:500 11px/1.4 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#7B6F89;margin-bottom:6px}
.site-footer nav a{font-size:14px;line-height:1.45;color:var(--sf-ink);text-decoration:none;width:fit-content}
.site-footer nav a:hover,.site-footer nav a[aria-current=page]{color:var(--sf-accent)}
.site-footer a:focus-visible{outline:2px solid var(--sf-accent);outline-offset:3px;border-radius:4px}
.site-footer .sf-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 24px;padding-top:22px;border-top:1px solid var(--sf-line);font-size:12px;color:#756680}
.site-footer .sf-bottom span:last-child{display:flex;gap:18px}
.site-footer .sf-bottom a{color:inherit;text-decoration:none}
.site-footer .sf-bottom a:hover{color:var(--sf-accent)}
@media(max-width:1100px){.site-footer .sf-top{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer .sf-brand{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.site-footer .sf-brand p{margin:0}}
@media(max-width:1023px){.site-footer .sf-wrap{width:calc(100% - 64px)}}
@media(max-width:767px){
 .site-footer .sf-wrap{width:calc(100% - 40px);padding:48px 0 24px}
 .site-footer .sf-top{grid-template-columns:1fr 1fr;gap:34px 20px;padding-bottom:36px}
 .site-footer .sf-brand{display:block}
 .site-footer .sf-brand p{margin:0 0 18px}
 .site-footer nav{gap:0}
 .site-footer nav>span{margin-bottom:4px}
 .site-footer nav a{display:flex;align-items:center;min-height:44px}
 .site-footer .sf-bottom{flex-direction:column}
 .site-footer .sf-bottom a{display:inline-flex;align-items:center;min-height:44px}
}
