/* Brand extras only — colors stay Noir Verre original (black + #55ff51) */

/* Logo wordmark (readable) */
.brand-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  text-decoration: none !important;
  line-height: 1;
  color: #55ff51;
}

.brand-logo__mark {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 600;
  font-style: italic;
  font-size: 1.9rem !important;
  letter-spacing: 0.05em;
  color: #55ff51 !important;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}

.brand-logo__sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.nav-logo a.brand-logo {
  font-family: inherit !important;
  font-size: inherit !important;
  color: #55ff51 !important;
}

.footer-title.brand-logo .brand-logo__mark {
  color: #55ff51 !important;
}

/* Cart bag icon */
.nav-cart {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none !important;
}

.nav-cart__icon {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  color: #55ff51;
}

.nav-cart__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-cart__glow {
  display: none !important;
}

.nav-cart__label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-cart:hover .nav-cart__icon {
  color: #7dff7a;
}
