/* ===== CRAFTS PAGE ===== */

.crafts-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('https://wallpaperaccess.com/full/414641.jpg') center/cover no-repeat fixed;
  padding-top: 60px;
}

.crafts-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(43, 64, 84, 0.55);
}

.crafts-hero-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

.crafts-hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.crafts-hero-content p {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto;
}

.crafts-intro {
  text-align: center;
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
