/* big centered title banner */
#mainTitle {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
  color: #f4efe6;
  text-align: center;
  text-shadow: 0 3px 16px rgba(0,0,0,0.6);
}
#subtitle {
  font-size: 1rem;
  font-style: italic;
  color: var(--muted);
  margin-top: 4px;
  text-align: center;
}
.title-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0 8px;
  position: relative;
}
