/* Project-level refinements kept outside the installed theme package. */
.first-screen-container {
  height: 72vh;
  min-height: 520px;
  position: relative;
}

.first-screen-container::before {
  background: linear-gradient(180deg, rgba(18, 16, 14, 0.12), rgba(18, 16, 14, 0.28));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.first-screen-container > * {
  position: relative;
  z-index: 1;
}

.first-screen-container .description {
  max-width: 760px;
  padding: 0 24px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.article-content-container .article-content {
  font-size: 16px;
  line-height: 1.85;
}

@media (max-width: 500px) {
  .first-screen-container {
    height: 52vh;
    min-height: 440px;
  }

  .first-screen-container .description {
    font-size: 1.55rem;
    line-height: 1.55;
  }
}
