:root {
  --brand-hero-image: url("../brand/current/hero.webp");
  --brand-bottom-bokeh: url("../brand/current/bottom-bokeh.webp");
  --brand-background-top: url("../brand/current/background_top.webp");
  --brand-background-bottom: url("../brand/current/background_bottom.webp");
}

/* Checkout loading state (kept minimal for rebranding) */
.btn.is-loading { opacity: 0.85; cursor: wait; }
