.site-footer{border-block-start:1px solid var(--line);padding-block:clamp(3rem,8vw,7rem) var(--space-4)}.site-footer__top{display:grid;grid-template-columns:minmax(18rem,1.3fr) repeat(2,minmax(10rem,.55fr));gap:var(--space-6)}.site-footer__identity{max-inline-size:35rem}.site-footer__lockup{display:flex;align-items:center;gap:var(--space-3);margin-block-end:var(--space-4)}.site-footer__mark{inline-size:2.4rem}.site-footer__brand{color:var(--fg-100);font-weight:var(--fw-display)}.site-footer__address{display:grid;gap:var(--space-2);margin-block-start:var(--space-5);font-style:normal}.site-footer__socials{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-5) 0 0;padding:0;list-style:none}.social-profile{display:grid;place-items:center;inline-size:2.9rem;aspect-ratio:1;border:1px solid var(--line);color:var(--fg-80);transition:color .25s,border-color .25s,transform .25s}a.social-profile:hover{color:var(--miky-blue);border-color:var(--miky-blue);transform:translateY(-.2rem)}.social-profile[aria-disabled=true]{color:var(--fg-40);cursor:not-allowed}.social-profile svg{inline-size:1.15rem;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.social-icon__fill{fill:currentColor;stroke:none}.site-footer__list{display:grid;gap:var(--space-3);margin:var(--space-4) 0 0;padding:0;list-style:none}.site-footer__list a{color:var(--fg-70)}.site-footer__list a:hover{color:var(--miky-blue)}.site-footer__bottom{justify-content:space-between;margin-block-start:clamp(4rem,10vw,10rem);padding-block-start:var(--space-4);border-block-start:1px solid var(--line);color:var(--fg-40);font-size:var(--step--2)}.site-footer__bottom,.site-footer__legal-links{display:flex;gap:var(--space-4)}@media(max-width:63.99rem){.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__identity{grid-column:1/-1}}@media(max-width:40rem){.site-footer__top{grid-template-columns:1fr}.site-footer__identity{grid-column:auto}.site-footer__bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){.social-profile{transition:none}}