/* blowhimaway.com — bold, high-contrast, brazen confidence */
:root {
  --pl-bg: #050505;
  --pl-surface: #111111;
  --pl-ink: #ffffff;
  --pl-muted: #c7c7c7;
  --pl-accent: #ff2d2d;
  --pl-accent-2: #ffffff;
  --pl-line: rgba(255, 255, 255, 0.14);
  --pl-cta-bg: #ff2d2d;
  --pl-cta-ink: #ffffff;
  --pl-glow: rgba(255, 45, 45, 0.22);
  --pl-display: Georgia, "Times New Roman", Times, serif;
  --pl-hero-size: clamp(2.8rem, 12vw, 5.8rem);
}

body.skin-blowhimaway .pl-hero h1 {
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

body.skin-blowhimaway .pl-btn {
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}


.pl-lead {
  margin: 18px 0 0;
  max-width: 28ch;
  color: var(--pl-muted);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.4;
}

.pl-q {
  margin: 16px 0 0;
  padding: 0 0 0 1.1em;
  color: var(--pl-ink);
}

.pl-q li {
  margin: 0 0 8px;
  color: color-mix(in srgb, var(--pl-ink) 88%, var(--pl-muted));
}
