/* Header identity */
/* Header identity (override Quark navbar styles) */
.navbar-section.logo.custom-header {
  display: flex;
  align-items: center;
  gap: 1rem; /* space between photo and text */
}

/* Force round avatar */
.navbar-section.logo.custom-header .header-avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;      /* prevents flex shrink */
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
}

/* Name styling */
.navbar-section.logo.custom-header .header-name {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .header-name {
    font-size: 1rem;
  }
}
/* Home contact social links */
.contact-social {
  margin-top: 0.5rem;
}

.contact-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-right: 1.2rem;
  font-size: 1.05rem;
}

.contact-social i {
  font-size: 1.3rem;
}

#icecream-map {
  height: 500px;
  width: 100%;
  border-radius: 8px;
  margin-top: 1rem;
}
