
/* Approved Rickey Jay photography and biography update — 2026-08-05 */
.artist-introduction .image-stack img:first-child { object-position: center 28%; }
.artist-introduction .image-stack img:nth-child(2) { object-position: center 45%; }
.story-copy.prose .bio-lead {
  margin: 0 0 28px;
  color: var(--ink);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}
.story-copy.prose p + p { margin-top: 20px; }
.story-stat { width: min(260px, 72%); }
.story-stat span { font-size: 10px; line-height: 1.65; }
.philosophy-visual { display: grid; gap: 0; }
.philosophy-visual blockquote {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
}
body[data-rickey-patch='ready'] { opacity: 1; }
@media (max-width: 720px) {
  .artist-introduction .image-stack img:first-child { object-position: center 22%; }
  .story-copy.prose .bio-lead { font-size: 35px; }
  .story-stat { right: 12px; bottom: 18px; width: min(230px, 76%); padding: 22px; }
}
