/* NOIR — true black, warm tungsten, bone; no other color anywhere */
:root {
  --bg: #060606;
  --ink: #EDE7DA;
  --accent: #E8C28A;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Archivo", "Helvetica Neue", sans-serif;
}

/* NOIR letters found by the beam */
.noir-word span {
  opacity: 0; transition: opacity 1.4s ease;
  text-shadow: 0 0 60px rgba(232, 194, 138, 0.25);
}
.noir-word span.visible { opacity: 1; }
body.ready .hero-copy .display { animation: none; } /* letters run their own reveal */
