body {
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.navbar {
  font-weight: 600;
}

.quarto-title-block {
  display: none;
}

#quarto-content .content,
main.content,
.page-columns,
.page-layout-article {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hero-banner {
  width: 100%;
  margin-bottom: 2rem;
}

.hero-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.profile-pic {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.contact-carousel {
  max-width: 1100px;
  margin: 1.5rem auto 0 auto;
}

.carousel-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}