.site-header .cart-launcher {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-left: auto;
  margin-right: clamp(1rem, 2.2vw, 2rem);
  padding: .62rem .8rem;
  border: 1px solid #d1aa60;
  background: rgba(21,18,14,.8);
  color: #f5ead6;
  box-shadow: none;
  font-size: .68rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-header .cart-launcher::before { content: '▱'; color: #d1aa60; font-size: 1.05rem; }
.site-header .cart-launcher b { margin-left: 0; font-size: .72rem; letter-spacing: 0; }
.site-header .cart-launcher:hover { background: #d1aa60; color: #15120e; }
.site-header .cart-launcher:hover::before { color: #15120e; }
@media (max-width: 700px) {
  .site-header { width: 100%; max-width: 100vw; padding-inline: .85rem; gap: .35rem; overflow: visible; }
  .site-header .brand { min-width: 0; flex: 0 1 auto; }
  .site-header .wordmark { white-space: nowrap; }
  .site-header .cart-launcher { position: static; flex: 0 0 auto; margin-left: auto; margin-right: 0; padding: .55rem .62rem; font-size: 0; }
  .site-header .cart-launcher::before { font-size: 1.05rem; }
  .site-header .cart-launcher b { font-size: .7rem; }
  .site-header .menu-toggle { flex: 0 0 42px; color: #f5ead6; }
}
@media (max-width: 390px) {
  .site-header { padding-inline: .65rem; }
  .site-header .monogram { width: 38px; height: 38px; }
  .site-header .brand { gap: .55rem; }
  .site-header .wordmark { font-size: .9rem; }
  .site-header .wordmark small { font-size: .42rem; letter-spacing: .3em; }
  .site-header .cart-launcher { padding: .48rem .52rem; }
}
