.founder-quote {
  position: relative;
  margin: 1.5rem 0 2rem;
  padding: 1.4rem 1.5rem 1.4rem 1.75rem;
  border-left: 3px solid #d4af37;
  border-radius: 0 12px 12px 0;
  background: rgba(212, 175, 55, 0.08);
  color: #1f3a5f;
  font-family: "Lora", Georgia, serif;
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.75;
}

/* Custom-domain replacement for the original Higgsfield scroll reveal. */
.reveal-up.is-revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms ease !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 640px) {
  .founder-quote {
    padding: 1.15rem 1.15rem 1.15rem 1.35rem;
    font-size: 1rem;
  }
}
