@charset "UTF-8";

.hero {
  background: radial-gradient(circle at 0% 0%, #fffdf7 0%, #f4e7d7 30%, #f7f3ea 70%);
}

.hero-title {
  max-width: 26rem;
}

.hero-lead {
  max-width: 30rem;
}

.section--alt {
  background: radial-gradient(circle at 10% 0%, #fffaf1 0%, #f3e3cf 40%, #e2c79f 100%);
}

.gallery-strip {
  scrollbar-width: thin;
  scrollbar-color: #cbbba6 transparent;
}

.gallery-strip::-webkit-scrollbar {
  height: 6px;
}

.gallery-strip::-webkit-scrollbar-track {
  background: transparent;
}

.gallery-strip::-webkit-scrollbar-thumb {
  background-color: #cbbba6;
  border-radius: 999px;
}

.card--subtle {
  backdrop-filter: blur(8px);
}

@media (max-width: 768px) {
  .hero-meta {
    font-size: 0.8rem;
  }

  .hero-actions {
    justify-content: flex-start;
  }
}
