/* General polish */
:root {
  scroll-behavior: smooth;
}

body {
  line-height: 1.62;
}

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

/* About card image */
.quarto-about-trestles .about-image img {
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(15, 47, 79, 0.18);
}

.about-link {
  border-radius: 12px;
}

/* Project cards */
.card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 47, 79, 0.08);
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
  transition: all 0.16s ease-in-out;
}

.listing-title {
  font-weight: 750;
}

/* Project images */
main img {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 47, 79, 0.12);
}

/* Callouts and buttons */
.callout {
  border-radius: 16px;
}

.btn {
  border-radius: 12px;
  font-weight: 650;
}

/* Footer spacing */
.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
