footer .footer-logo-link {
  display: block;
  width: 330px;
  max-width: 80vw;
}
footer .footer-logo-link .footer-logo-copy {
  display: block;
  width: 100%;
  height: auto;
}

footer .footer-wordmark {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 13px;
  color: #d7ccc3;
}
footer .footer-wordmark .footer-logo-image {
  display: block;
  width: 255px;
  max-width: 78vw;
  height: auto;
  object-fit: contain;
}
footer .footer-wordmark .monogram-box {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 7px;
  border: 1px solid currentColor;
}
footer .footer-wordmark .monogram-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
footer .footer-wordmark .wordmark-copy {
  display: flex;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font: inherit;
}
footer .footer-wordmark b {
  font-size: .78rem;
  line-height: 1;
  letter-spacing: .2em;
  color: inherit;
}
footer .footer-wordmark small {
  font-size: .47rem;
  line-height: 1;
  letter-spacing: .32em;
  opacity: .75;
}
@media (max-width: 560px) {
  footer .footer-wordmark .monogram-box { width: 46px; height: 46px; }
  footer .footer-wordmark b { font-size: .7rem; }
}

.shop-page .topbar .shop-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.shop-page .topbar .shop-wordmark .monogram-box {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 5px 7px;
  border: 1px solid currentColor;
}

.shop-page .topbar .shop-wordmark .monogram-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}

.shop-page .topbar .shop-wordmark .wordmark-copy {
  display: flex;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font: inherit;
  white-space: nowrap;
}

.shop-page .topbar .shop-wordmark b {
  font-size: .7rem;
  line-height: 1;
  letter-spacing: .19em;
}

.shop-page .topbar .shop-wordmark small {
  font-size: .43rem;
  line-height: 1;
  letter-spacing: .3em;
  opacity: .82;
}

.shop-page .shop-hero {
  min-height: 100svh;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(24, 18, 14, .9) 0%, rgba(24, 18, 14, .55) 42%, rgba(24, 18, 14, .12) 78%),
    linear-gradient(0deg, rgba(20, 15, 12, .8) 0%, transparent 58%),
    url("assets/webshop-luxury-hero.png") 64% center / cover no-repeat;
}

.shop-page .shop-hero::after {
  content: none;
}

.shop-page .shop-hero > div,
.shop-page .shop-hero > p {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .28);
}

.shop-page .shop-hero > p {
  color: rgba(255, 255, 255, .78);
  font-size: 1rem;
}

@media (max-width: 900px) {
  .shop-page .shop-hero {
    min-height: 100svh;
    background-position: 62% center;
    background:
      linear-gradient(0deg, rgba(23, 17, 13, .9) 0%, rgba(23, 17, 13, .35) 62%, rgba(23, 17, 13, .12) 100%),
      url("assets/webshop-luxury-hero.png") 64% center / cover no-repeat;
  }

  .shop-page .shop-hero > p {
    max-width: 420px;
  }
}

@media (max-width: 560px) {
  .shop-page .topbar .shop-wordmark { gap: 13px; }
  .shop-page .topbar .shop-wordmark .monogram-box { width: 40px; height: 40px; padding: 5px 7px; }
  .shop-page .topbar .shop-wordmark b { font-size: .7rem; }
  .shop-page .topbar .shop-wordmark small { font-size: .43rem; }
  .shop-page .shop-hero {
    min-height: 100svh;
    background:
      linear-gradient(0deg, rgba(23, 17, 13, .92) 0%, rgba(23, 17, 13, .42) 58%, rgba(23, 17, 13, .08) 100%),
      url("assets/webshop-luxury-hero.png") center / cover no-repeat;
  }
}
footer .footer-header-logo {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 13px;
  color: #d7ccc3;
}
footer .footer-header-logo .footer-header-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 5px 7px;
  border: 1px solid currentColor;
}
footer .footer-header-logo .footer-header-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
footer .footer-header-logo .footer-header-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}
footer .footer-header-logo b {
  font-size: .7rem;
  line-height: 1;
  letter-spacing: .19em;
}
footer .footer-header-logo small {
  font-size: .43rem;
  line-height: 1;
  letter-spacing: .3em;
  opacity: .82;
}
