/*
 * Landing-page refinements.
 * Loaded after style.css so these declarations only override the requested
 * header and logo presentation.
 */

.announcement,
.site-header {
  background-color: #fff8f8;
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff8f8;
  aspect-ratio: 1;
}

.site-header .brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

/* The header and hero are intentionally one uninterrupted surface. */
html body .site-header + main,
html body main,
html body .hero {
  background-color: #f2eaed;
}

html body .hero {
  margin-top: 0;
  background: var(--kon-gradient);
  border-top: 0;
}
