:root {
  --wp-bg-primary: #140c0a;
  --wp-bg-secondary: #29110f;
  --wp-bg-black: #080605;
  --wp-panel: rgba(15, 9, 7, .78);
  --wp-maroon: #641c20;
  --wp-crimson: #9a2825;
  --wp-orange: #c85e2f;
  --wp-sandstone: #ba7142;
  --wp-gold: #d6a43a;
  --wp-mustard: #c59332;
  --wp-olive: #68723f;
  --wp-forest: #263f2d;
  --wp-teal: #287a72;
  --wp-teal-dark: #15504b;
  --wp-violet: #6f3b65;
  --wp-magenta: #8b3e68;
  --wp-cream: #efd9ae;
  --wp-paper: #d7b77e;
  --wp-text: #fff4dc;
  --wp-text-muted: #c9aa7e;
  --wp-line: rgba(214, 164, 58, .42);

  --font-display: "Rye", Georgia, serif;
  --font-accent: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-body: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: min(1280px, calc(100% - 2.5rem));
  --header-height: 5.35rem;
  --radius-sm: .35rem;
  --radius-md: .75rem;
  --shadow-deep: 0 30px 90px rgba(0, 0, 0, .62);
  --shadow-poster: 0 16px 42px rgba(0, 0, 0, .44);
  --border-poster: 1px solid rgba(214, 164, 58, .48);

  --ease-smooth: cubic-bezier(.22, 1, .36, 1);
  --ease-soft: cubic-bezier(.33, 1, .68, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --duration-fast: 220ms;
  --duration-normal: 450ms;
  --duration-slow: 800ms;
  --duration-cinematic: 1200ms;

  --parallax-strength: .35;
  --reveal-distance: 24px;
}
