/* v0.2.24: post hero, favicon, and footer brand correction */
.single-post-hero {
  background-size: cover !important;
  background-position: center !important;
}

.single-post-hero::before {
  background: linear-gradient(90deg, rgba(8, 29, 45, .18), rgba(8, 29, 45, .06));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.single-post-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(300px, 42vw, 460px);
  position: relative;
  z-index: 1;
}

.single-post-hero .breadcrumbs {
  margin-bottom: auto;
}

.single-post-hero .post-date {
  color: rgba(255, 255, 255, .82);
  margin-bottom: 12px;
}

.single-post-hero h1 {
  max-width: 980px;
  text-shadow: 0 3px 16px rgba(0, 20, 38, .28);
}

.footer-brand-text {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.45;
  max-width: 460px;
}

.footer-brand-text:hover {
  color: #fff;
}

.footer-brand-text__tagline {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.92rem, 1.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: .04em;
}

.footer-brand-text__name {
  color: #fff;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: .06em;
}

.footer-brand-text__en {
  color: rgba(255, 255, 255, .78);
  font-family: Arial, sans-serif;
  font-size: clamp(.86rem, 1.1vw, 1rem);
  letter-spacing: .04em;
}

@media (max-width: 768px) {
  .single-post-hero__inner {
    min-height: 320px;
    padding-block: 34px 46px;
  }

  .single-post-hero .breadcrumbs {
    margin-bottom: 72px;
  }

  .single-post-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.7rem);
    line-height: 1.45;
  }

  .footer-brand-text {
    gap: 4px;
  }
}