
.page-irina .brand { letter-spacing: 0.32em; }
.page-irina .ai-pill { border-color: rgba(180,180,190,0.45); }

.stage-media--irina {
  background: radial-gradient(ellipse at 50% 30%, #2a2430 0%, #0b0b0b 70%);
}
.irina-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  gap: 1rem;
  text-align: center;
}
.irina-letter {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 20vw, 12rem);
  line-height: 1;
  color: rgba(244,241,234,0.2);
}
.irina-note {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244,241,234,0.45);
}
