:root{
  --frame-border: rgba(200,161,43,.22);
  --frame-border-strong: rgba(200,161,43,.34);
  --panel-border: rgba(200,161,43,.20);

  --border: rgba(200,161,43,.38) !important;
  --hairline: rgba(200,161,43,.28) !important;

  --panel-line: rgba(255,255,255,.12);
  --panel-line-soft: rgba(255,255,255,.06);
  --panel-gold-hair: rgba(200,161,43,.18);
  --panel-glow: rgba(200,161,43,.10);

  --hero-content-max: 780px;
  --hero-gutter: 18px;
  --hero-gutter-mobile: 14px;

  --frame: #2B2F34 !important;
  --frame-2: #1E1C19 !important;
  --frame-3: #141311 !important;

  --pe-brand-1: #7a5a2a;
  --pe-brand-2: #4a3417;
  --pe-brand-border: rgba(255,210,140,.26);
  --pe-brand-glow: rgba(255,200,120,.10);

  --pe-frame: rgba(255,210,140,.62);
  --pe-frame-soft: rgba(255,210,140,.18);
  --pe-frame-inset: 10px;
  --pe-frame-radius: 14px;

  --terms-rail: min(980px, 92%);
}