.site-logo {
  display: flex;
  align-items: center;
  width: 176px;
  min-width: 132px;
}

.site-logo img {
  width: 100%;
  height: auto;
}

.origin-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #4b5047;
}

.origin-photo img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 57%;
  filter: saturate(.88) contrast(.94);
}

.origin-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 16px;
  background: rgba(32, 35, 29, .82);
  color: #d9d9d2;
  font-size: .72rem;
  letter-spacing: .05em;
}

.about-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 620px;
  overflow: hidden;
  background: #252c25;
  color: #fffdf7;
}

.about-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 24, 20, .82) 0%, rgba(20, 24, 20, .52) 48%, rgba(20, 24, 20, .12) 100%);
  content: '';
}

.about-hero-photo {
  position: absolute;
  inset: 0;
  background-image: url('../images/sillyon-hakkimizda-hero.jpeg');
  background-position: center 56%;
  background-size: cover;
  filter: saturate(.78) contrast(.96);
}

.about-hero-copy {
  position: relative;
  width: min(100% - 48px, 1180px);
  padding: 92px 0 76px;
}

.about-hero .eyebrow {
  color: #d9ba9f;
}

.about-hero h1 {
  max-width: 720px;
  margin: 14px 0 20px;
  color: inherit;
  font-size: clamp(4rem, 9vw, 8.25rem);
  line-height: .88;
}

.about-hero p {
  max-width: 570px;
  margin: 0;
  color: #f1eee5;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.45;
}

.about-story {
  padding-top: 84px;
  padding-bottom: 96px;
}

.about-story .prose > :first-child {
  margin-top: 0;
}

@media (max-width: 820px) {
  .origin-photo {
    max-width: 560px;
  }

  .origin-photo img {
    min-height: 420px;
  }

  .about-hero {
    min-height: 540px;
  }

  .about-hero-copy {
    width: min(100% - 36px, 1180px);
    padding: 72px 0 52px;
  }
}

@media (max-width: 540px) {
  .site-logo {
    width: 142px;
  }
}
