/* Rounded-corners variant — softens the right-angle boxes from style.css.
   Loaded after style.css so these overrides win. */

.hero-image-wrap {
  border-radius: 18px;
  overflow: hidden;
}

.hero-image {
  border-radius: 10px;
}

.hero-tagline {
  border-radius: 6px;
}

.about-image {
  border-radius: 18px;
  overflow: hidden;
}

.quote-image {
  border-radius: 18px;
  overflow: hidden;
}

.quote-image img {
  border-radius: 18px;
}

.btn {
  border-radius: 999px;
}

.newsletter-form input {
  border-radius: 8px;
}

.newsletter-form button {
  border-radius: 999px;
}

.portfolio-item {
  border-radius: 12px;
}

.lightbox-image {
  border-radius: 12px;
}
