:root,
.theme-light,
.theme-plum-glass,
.theme-dark,
[data-theme="light"],
[data-theme="plum_glass"],
[data-theme="dark"] {
  --purple: #7b2fbe;
  --purple-mid: #9354ca;
  --purple-light: #b286d9;
  --red-accent: #e8314a;
  --btn-bg: #7b2fbe;
  --eyebrow-color: #7b2fbe;
  --brand-logo-size: 82px;
  --brand-logo-width: 82px;
  --brand-logo-height: 82px;
  --header-logo-inset: 0px;
}

/*
 * Header logo — Brand slider drives height in px.
 * Max = full --header-h. !important beats stale shell / shared rules.
 * width:auto + object-fit:contain = no crop, no stretch.
 */
.site-header .logo-link {
  height: 100%;
  display: inline-flex !important;
  align-items: center !important;
  overflow: visible !important;
}
.site-header .logo-link img,
.site-header .header-logo-img,
.header-logo-img,
.logo-link img {
  height: 82px !important;
  width: auto !important;
  max-height: 82px !important;
  max-width: none !important;
  margin-block: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  flex-shrink: 0 !important;
}
