html, body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen;
  scroll-behavior: smooth;
  background-color: #f9fafb;
}

.hero-img {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(6px);
  transform: scale(1.1);
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen;
  scroll-behavior: smooth;
  background-color: #f9fafb;
}


.author-photo {
  max-height: 400px;
  object-fit: cover;
}


.work-card {
  background-color: white;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
}
.work-card h3 {
  font-size: 1.5rem;
}
.work-card a {
  font-weight: 600;
}


blockquote {
  font-size: 1.125rem;
  border-left: 4px solid #d1d5db;
  padding-left: 1rem;
  color: #374151;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  z-index: 20;
}

.hero-overlay .content {
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 1rem;
  max-width: 90%;
}
