.site-foot {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 84px) 0 28px;
  border-top: 1px solid var(--line);
}
.site-foot {
  line-height: 1.55;
}
.sf-in {
  display: grid;
  gap: clamp(32px, 4vw, 64px);
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 2fr);
  align-items: start;
}
.sf-logo {
  height: 26px;
  width: auto;
}
.sf-blurb {
  margin: 18px 0 0;
  max-width: 42ch;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}
.sf-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 20px 0 0 -13px;
}
.sf-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--muted);
  transition:
    color 0.16s,
    transform 0.16s var(--ease-out-expo);
}
.sf-socials a svg {
  width: 18px;
  height: 18px;
  display: block;
}
.sf-socials a:hover {
  color: var(--accent-text);
  transform: translateY(-2px);
}
.sf-cols {
  display: grid;
  gap: 28px 24px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.sf-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.sf-h {
  margin: 0 0 4px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
}
@media (max-width: 559.98px) {
  .sf-h {
    font-size: 0.8rem;
  }
}
.sf-col a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.3;
  transition: color 0.18s ease;
}
.sf-col a:hover,
.sf-col a:focus-visible {
  color: var(--accent-text);
}
.sf-col a[aria-current="page"] {
  color: var(--ink);
}
.sf-mark {
  justify-self: center;
  display: inline-flex;
  align-items: center;
}
.sf-mark img {
  height: 56px;
  width: auto;
}
@media (max-width: 640px) {
  .sf-mark img {
    height: 44px;
  }
}
.sf-mark .dark-only {
  display: none;
}
.sf-mark .light-only {
  display: block;
}
[data-theme="dark"] .sf-mark .dark-only {
  display: block;
}
[data-theme="dark"] .sf-mark .light-only {
  display: none;
}
@media (prefers-reduced-motion: no-preference) {
  .egg-live {
    animation:
      sf-egg-swell 10s linear infinite,
      sf-egg-shake 10s linear infinite;
  }
  @keyframes sf-egg-swell {
    0%,
    40% {
      scale: 1;
      animation-timing-function: cubic-bezier(0.4, 0, 0.9, 0.35);
    }
    41% {
      scale: 0.94;
      animation-timing-function: cubic-bezier(0.18, 0.85, 0.32, 1);
    }
    42.4% {
      scale: 1.13;
      animation-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
    }
    43.9% {
      scale: 0.965;
      animation-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
    }
    45.1% {
      scale: 1.028;
      animation-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
    }
    46% {
      scale: 0.994;
      animation-timing-function: cubic-bezier(0.33, 0, 0.25, 1);
    }
    46.6%,
    100% {
      scale: 1;
    }
  }
  @keyframes sf-egg-shake {
    0%,
    41% {
      rotate: 0deg;
      translate: 0 0;
      animation-timing-function: cubic-bezier(0.3, 0, 0.2, 1);
    }
    42% {
      rotate: -6deg;
      translate: 1.5px 0;
      animation-timing-function: ease-in-out;
    }
    43% {
      rotate: 4.4deg;
      translate: -1.3px 0;
      animation-timing-function: ease-in-out;
    }
    44% {
      rotate: -2.9deg;
      translate: 0.9px 0;
      animation-timing-function: ease-in-out;
    }
    44.9% {
      rotate: 1.7deg;
      translate: -0.55px 0;
      animation-timing-function: ease-in-out;
    }
    45.7% {
      rotate: -0.8deg;
      translate: 0.25px 0;
      animation-timing-function: ease-in-out;
    }
    46.3% {
      rotate: 0.3deg;
      translate: 0 0;
      animation-timing-function: ease-out;
    }
    46.6%,
    100% {
      rotate: 0deg;
      translate: 0 0;
    }
  }
}
.sf-base {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px 20px;
  align-items: center;
  margin-top: clamp(36px, 5vw, 64px);
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
}
.sf-base a {
  color: var(--muted);
  text-decoration: none;
}
.sf-base a:hover {
  color: var(--accent-text);
}
.sf-base p {
  margin: 0;
}
.sf-copy {
  justify-self: start;
}
.sf-base a.sf-mail {
  justify-self: end;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent-text);
  text-decoration: none;
}
.sf-mail svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}
.sf-base a.sf-mail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.sf-base a.sf-mail:hover::after,
.sf-base a.sf-mail:focus-visible::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .sf-base a.sf-mail::after {
    transition: none;
  }
}
@media (max-width: 720px) {
  .sf-base {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
  }
  .sf-mark {
    order: -1;
  }
  .sf-copy,
  .sf-base a.sf-mail {
    justify-self: center;
  }
  .sf-base a.sf-mail {
    padding-block: 12px;
  }
  .sf-col {
    gap: 0;
  }
  .sf-col a {
    padding-block: 12px;
  }
}
@media (max-width: 860px) {
  .sf-in {
    grid-template-columns: minmax(0, 1fr);
  }
}
