/* koria.art — permanent white header strip and restrained hero (v5) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  min-height: 76px;
  padding: 20px 3.2vw;
  background: #ffffff;
  color: #151512;
  mix-blend-mode: normal;
  border-bottom: 1px solid rgba(21, 21, 18, 0.12);
}

.site-header a,
.site-header button {
  color: inherit;
}

@media (min-width: 761px) {
  .hero h1 {
    font-size: 64px;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 66px;
    padding: 18px 20px;
  }
}
