body:not(.archive-page) {
  background: #fbf8f2;
  color: #171412;
}

body:not(.archive-page) .footer {
  background: transparent;
}

.footer {
  padding: 48px 20px 36px;
  text-align: center;
}

.footer-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 44px;
}

.footer-mark {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
}

.footer-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-divider {
  width: 100%;
  max-width: 1180px;
  height: 1px;
  background: #d9d9d9;
  margin: 0 auto 24px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}

.footer-meta {
  margin: 0;
  font-size: 12px;
}

.brand a,
.site-brand a,
.mobile-nav-brand a,
.site-mobile-brand a {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.site-brand-mark {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  transform: translateY(0) scale(1);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.brand a:hover .site-brand-mark,
.brand a:focus-visible .site-brand-mark,
.site-brand a:hover .site-brand-mark,
.site-brand a:focus-visible .site-brand-mark,
.mobile-nav-brand a:hover .site-brand-mark,
.mobile-nav-brand a:focus-visible .site-brand-mark,
.site-mobile-brand a:hover .site-brand-mark,
.site-mobile-brand a:focus-visible .site-brand-mark {
  opacity: 0.82;
  transform: translateY(-1px) scale(1.04);
}

.mobile-nav-brand .site-brand-mark,
.site-mobile-brand .site-brand-mark {
  width: 36px;
  height: 36px;
}

.desktop-nav,
.site-desktop-nav,
.header-nav {
  gap: 20px;
}

.desktop-nav a,
.site-desktop-nav a,
.header-nav a,
body.home-editorial .header-nav a,
body:not(.archive-page) .desktop-nav a,
body:not(.archive-page) .site-desktop-nav a,
body:not(.archive-page) .header-nav a {
  position: relative;
  padding: 0 0 3px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.desktop-nav a::after,
.site-desktop-nav a::after,
.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.site-desktop-nav a:hover,
.site-desktop-nav a:focus-visible,
.header-nav a:hover,
.header-nav a:focus-visible,
body.home-editorial .header-nav a:hover,
body.home-editorial .header-nav a:focus-visible,
body:not(.archive-page) .desktop-nav a:hover,
body:not(.archive-page) .desktop-nav a:focus-visible,
body:not(.archive-page) .site-desktop-nav a:hover,
body:not(.archive-page) .site-desktop-nav a:focus-visible,
body:not(.archive-page) .header-nav a:hover,
body:not(.archive-page) .header-nav a:focus-visible {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.site-desktop-nav a:hover::after,
.site-desktop-nav a:focus-visible::after,
.header-nav a:hover::after,
.header-nav a:focus-visible::after {
  opacity: 0.42;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .footer-mark {
    top: 0;
  }

  .header,
  .site-header {
    margin-top: 6px;
  }

  .header {
    padding-top: max(4px, env(safe-area-inset-top));
  }

  .menu-trigger,
  .site-menu-trigger {
    width: 34px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 0;
    line-height: 1;
  }

  .menu-trigger span,
  .site-menu-trigger span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    display: block;
    flex: 0 0 auto;
  }

  .mobile-nav-overlay,
  .site-mobile-nav {
    background: #fbf8f2;
    color: #171412;
  }

  .mobile-nav-inner,
  .site-mobile-nav-inner {
    min-height: 100vh;
    margin-top: 0;
    padding: 18px 20px 28px;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
  }

  .mobile-nav-brand a,
  .site-mobile-brand a,
  .menu-close,
  .site-menu-close,
  .mobile-nav-links a,
  .site-mobile-links a {
    color: #171412;
  }

  .mobile-nav-links a,
  .site-mobile-links a {
    font-size: clamp(2rem, 11vw, 2.8rem);
    line-height: 1.06;
    letter-spacing: 0;
  }

  .mobile-nav-links a + a,
  .site-mobile-links a + a {
    margin-top: 10px;
  }
}
