
.story-text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.85rem;
  line-height: 1.55;
  text-align: center;
  max-width: 640px;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
}
.layout-quote .story-text { font-style: italic; font-size: 2.15rem; color: #ffe3ea; }
.layout-quote .story-text::before,
.layout-quote .story-text::after { content: none; }

.photo-caption {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  margin: 0 0 2.4rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.85);
  text-align: center;
  letter-spacing: 0.01em;
}

.handwritten {
  font-family: var(--font-hand);
  color: #3a2418;
  font-size: 2rem;
  line-height: 1.9;
  text-align: left;
}

.kicker {
  display: block;
  font-family: var(--font-ui);
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.72rem;
  color: var(--accent-gold);
  opacity: 0.85;
  margin-bottom: 0.9rem;
  text-align: center;
  max-width: 90vw;
}

.fade-rise {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeRiseIn 1s var(--ease-silk) forwards;
}
