/* =========================================================================
   rozacija.lv — portal extension over the rz26 design system (site.css).
   site.css is carried verbatim from persistent-one/rz26; everything the
   approved-content build needs beyond it lives here.
   ========================================================================= */

/* Short-answer block in the page head: the frozen "Īsā atbilde"/«Коротко»
   section renders as the lede — its h2 becomes the kicker eyebrow. */
.page-head .eyebrow { display: inline-block; margin-bottom: .25rem; }
.page-head .lede + .lede { margin-top: .95rem; }

/* References at the end of an article */
.refs-block { margin-top: 3.2rem; }
.refs-block h2 { margin-bottom: .5rem; }

/* Author display line (approved wording, styled as a note) */
.author-note {
  margin-top: 2.6rem;
  font-family: var(--sans);
  font-size: .85rem;
  line-height: 1.6;
  color: var(--ink-2);
  border-top: 2px solid var(--accent);
  padding-top: .85rem;
  max-width: 46rem;
}

/* Homepage */
.home-hero .wrap { padding-block: clamp(2.6rem, 6.5vw, 4.6rem) clamp(1.6rem, 4vw, 2.6rem); }
.home-hero h1 {
  margin-top: 1.1rem;
  max-width: 22ch;
}
.home-articles { padding-bottom: clamp(3.5rem, 8vw, 6rem); }
.home-articles .grid { margin-top: 1.5rem; }

/* Simple footer while no owner-approved footer copy exists */
.footer .wordmark { margin-bottom: .4rem; display: inline-flex; }
