:root {
  --st-bg: #f7f2e9;
  --st-card: #fbf8f2;
  --st-card-hover: #fffdf9;
  --st-text: #443127;
  --st-text-soft: #76685f;
  --st-green: #234d43;
  --st-gold: #b89955;
  --st-border: rgba(74, 52, 40, .075);
  --st-radius: 18px;
  --st-shadow: 0 8px 26px rgba(49, 34, 24, .055);
  --st-shadow-hover: 0 18px 42px rgba(49, 34, 24, .105);
  --st-gap: 24px;
  --st-card-pad-x: 24px;
  --st-card-pad-y: 28px;
  --st-transition: 260ms cubic-bezier(.2, .7, .2, 1);
  --st-bag-width: 60%;
  --st-bag-max-height: 235px;
  --st-image-stage-height: 242px;
  --st-image-shadow: 0 16px 18px rgba(35, 25, 20, .13);
  --st-image-glow: rgba(255, 253, 249, .92);
  --st-duration-fast: 160ms;
  --st-duration-base: 260ms;
  --st-duration-slow: 520ms;
  --st-ease-standard: cubic-bezier(.2, .7, .2, 1);
  --st-ease-emphasis: cubic-bezier(.16, 1, .3, 1);
  --st-focus-ring: 0 0 0 3px rgba(184, 153, 85, .22);
  --st-tooltip-bg: #2f241e;
  --st-tooltip-text: #fffdf9;
}
