/* Shared editorial footer used by the premium storefront pages. */
.site-footer{margin-top:104px;padding:72px 0 24px;background:#161716;color:#fff}
.site-footer .footer-grid{width:min(1200px,calc(100% - 48px));margin-inline:auto;display:grid;grid-template-columns:1.6fr 1fr 1fr .8fr;gap:48px}
.site-footer .footer-brand img{width:170px;height:auto;filter:grayscale(1) brightness(0) invert(1)}
.site-footer .footer-brand p{max-width:175px;margin-top:25px;color:rgba(255,255,255,.55);font-size:12px;line-height:1.5}
.site-footer .socials{display:flex;gap:7px;margin-top:25px}
.site-footer .socials a{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;color:rgba(255,255,255,.7);font-size:14px;font-weight:800}
.site-footer .footer-grid>div:not(.footer-brand):not(.footer-note){display:block}
.site-footer .footer-label{margin:0 0 17px;color:#18f000;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.site-footer .footer-grid>div:not(.footer-brand):not(.footer-note) a{display:block;margin-bottom:12px;color:rgba(255,255,255,.64);font-size:12px}
.site-footer .footer-grid a:hover{color:#fff}
.site-footer .footer-note{justify-self:end;text-align:right}
.site-footer .footer-mark{display:block;margin-bottom:22px;color:#18f000;font-size:30px;line-height:1}
.site-footer .footer-note p{color:rgba(255,255,255,.64);font-family:'Barlow Condensed',Impact,sans-serif;font-size:27px;line-height:.92;text-transform:uppercase}
.site-footer .footer-bottom{width:min(1200px,calc(100% - 48px));margin:70px auto 0;padding-top:17px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.42);font-size:10px}
.site-footer .footer-bottom i{padding:0 5px;color:#18f000;font-style:normal}
@media(max-width:780px){.site-footer{margin-top:80px;padding-top:54px}.site-footer .footer-grid{width:calc(100% - 32px);grid-template-columns:1fr 1fr;gap:32px 20px}.site-footer .footer-brand{grid-column:1 / -1;padding-bottom:14px}.site-footer .footer-brand img{width:148px}.site-footer .footer-note{display:none}.site-footer .footer-bottom{width:calc(100% - 32px);margin-top:50px;flex-direction:column;gap:8px;line-height:1.5}}
