.theme-workshop {
  --accent: #944515;
  --accent-2: #74300e;
  --accent-soft: #f1dfd1;
  --on-accent: #ffffff;
  --hero-bg: #eadfd2;
  --hero-fg: #1c120d;
  --hero-muted: #665249;
  --header-bg: rgba(234, 223, 210, .92);
  --header-fg: #1c120d;
}
.theme-workshop .universe-hero::before { inset: 0; opacity: .38; background: repeating-linear-gradient(112deg, transparent 0 3.8rem, rgba(92,49,25,.11) 3.8rem 3.88rem); }
.theme-workshop .universe-hero::after { right: -12%; bottom: -38%; width: 47rem; aspect-ratio: 1; border: 1px solid rgba(92,49,25,.2); transform: rotate(24deg); }
.theme-workshop .hero-signal { border-color: rgba(28,18,13,.24); }
