

#decoy {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: radial-gradient(ellipse at top, #0e0e10 0%, #000000 70%);
  color: #ece7dc;
  font-family: 'Cormorant Garamond', 'Manrope', 'Segoe UI', system-ui, sans-serif;
  z-index: 1;
}

#decoy .decoy-hero {
  max-width: 56ch;
  text-align: center;
}

#decoy .decoy-pill {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: rgba(178, 34, 34, 0.18);
  color: #d68b6e;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

#decoy .decoy-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.18;
  color: #ece7dc;
}

#decoy .decoy-lede {
  margin: 0;
  max-width: 56ch;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(236, 231, 220, 0.72);
}

#decoy .decoy-seo { display: none; }
