.inu-shared-footer {
  --sf-bg: #050505;
  --sf-fg: #f4f2eb;
  --sf-line: rgba(255, 255, 255, 0.35);
  position: relative;
  z-index: 3;
  display: block !important;
  grid-template-columns: none !important;
  justify-content: initial !important;
  align-items: initial !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--sf-bg) !important;
  color: var(--sf-fg) !important;
  border-top: 1px solid var(--sf-fg) !important;
  font-family: Plex, PlexC, PlexCond, system-ui, sans-serif !important;
  text-align: left !important;
}
body.shared-footer-enabled > footer:not(.inu-shared-footer) {
  display: none !important;
}
body.shared-footer-enabled > .inu-shared-footer {
  display: block !important;
  grid-template-columns: none !important;
  justify-content: initial !important;
  align-items: initial !important;
  gap: 0 !important;
}
.inu-shared-footer a {
  color: inherit !important;
  text-decoration: none !important;
}
.inu-shared-footer__top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  border-bottom: 1px solid var(--sf-line);
}
.inu-shared-footer__cell {
  min-height: 300px;
  padding: clamp(30px, 4vw, 64px);
  border-right: 1px solid var(--sf-line);
}
.inu-shared-footer__cell:last-child {
  border-right: 0;
}
.inu-shared-footer__eyebrow {
  margin: 0 0 28px !important;
  color: #888 !important;
  font:
    600 10px/1 PlexC,
    PlexCond,
    sans-serif !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}
.inu-shared-footer__brand img {
  width: min(260px, 80%) !important;
  filter: none !important;
}
.inu-shared-footer__brand p {
  max-width: 390px;
  margin: 35px 0 0 !important;
  color: #aaa !important;
  font:
    15px/1.7 Plex,
    sans-serif !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.inu-shared-footer__nav {
  display: grid !important;
  gap: 0 !important;
}
.inu-shared-footer__nav a {
  display: flex !important;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid var(--sf-line);
  font:
    300 clamp(24px, 2.4vw, 38px) / 1 PlexC,
    PlexCond,
    sans-serif !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}
.inu-shared-footer__nav small {
  color: #777;
  font:
    10px PlexC,
    PlexCond,
    sans-serif;
}
.inu-shared-footer__contact {
  display: grid;
  align-content: start;
  gap: 11px;
}
.inu-shared-footer__contact a,
.inu-shared-footer__contact address {
  font:
    14px/1.55 Plex,
    sans-serif !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.inu-shared-footer__social {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin-top: 26px;
}
.inu-shared-footer__social a {
  padding: 9px 12px;
  border: 1px solid var(--sf-line);
  border-radius: 99px;
  font:
    10px PlexC,
    PlexCond,
    sans-serif !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}
.inu-shared-footer__themes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  border: 1px solid var(--sf-line);
}
.inu-shared-footer__themes button {
  min-height: 42px;
  border: 0;
  border-right: 1px solid var(--sf-line);
  background: transparent;
  color: inherit;
  font:
    10px PlexC,
    PlexCond,
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.inu-shared-footer__themes button:last-child {
  border: 0;
}
.inu-shared-footer__themes button[aria-pressed="true"] {
  background: var(--sf-fg);
  color: var(--sf-bg);
}
.inu-shared-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px clamp(22px, 4vw, 64px);
  font:
    10px PlexC,
    PlexCond,
    sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.inu-shared-footer__credit {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 24px clamp(22px, 4vw, 64px) 30px;
  border-top: 1px solid var(--sf-line);
  color: var(--sf-fg);
  text-align: center;
}
.inu-shared-footer__credit svg {
  display: block;
  width: 150px;
  height: auto;
  color: var(--sf-fg);
}
.inu-shared-footer__credit-link {
  display: block;
  color: inherit;
  transition: opacity 0.2s, transform 0.2s;
}
.inu-shared-footer__credit-link:hover {
  opacity: 0.72;
  transform: translateY(-2px);
}
.inu-shared-footer__credit svg text {
  text-transform: none !important;
}
.inu-shared-footer__credit p {
  margin: 0 !important;
  color: var(--sf-fg) !important;
  opacity: 0.5;
  font: 10px/1.4 PlexC, PlexCond, monospace !important;
  letter-spacing: 0.14em !important;
  text-transform: none !important;
}
html[data-site-theme="mono-light"] .inu-shared-footer {
  --sf-bg: #f4f2eb;
  --sf-fg: #050505;
  --sf-line: rgba(0, 0, 0, 0.35);
}
html[data-site-theme="mono-light"] .inu-shared-footer__brand img {
  filter: brightness(0) !important;
}
html[data-site-theme="chromatic"] .inu-shared-footer {
  --sf-bg: #7a1f42;
  --sf-fg: #fff;
  --sf-line: rgba(255, 255, 255, 0.48);
  background-image: radial-gradient(
      circle at 10% 20%,
      rgba(247, 120, 59, 0.65),
      transparent 30%
    ),
    radial-gradient(circle at 90% 80%, rgba(220, 0, 104, 0.7), transparent 34%) !important;
}
@media (max-width: 780px) {
  .inu-shared-footer__top {
    grid-template-columns: 1fr;
  }
  .inu-shared-footer__cell {
    min-height: 0;
    padding: 42px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--sf-line);
  }
  .inu-shared-footer__cell:last-child {
    border-bottom: 0;
  }
  .inu-shared-footer__brand img {
    width: 190px !important;
  }
  .inu-shared-footer__nav a {
    font-size: 31px !important;
  }
  .inu-shared-footer__bottom {
    display: grid;
    padding: 20px 22px;
    line-height: 1.6;
  }
  .inu-shared-footer__credit {
    padding: 26px 20px 32px;
  }
  .inu-shared-footer__credit svg {
    width: 132px;
  }
}
.inu-shared-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.28)}.inu-shared-footer__legal a{font-size:10px!important;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.inu-shared-footer__legal a:hover{text-decoration:underline}
