<section class="hero" aria-label="Главный блок">
  <div class="hero__bg" aria-hidden="true"></div>

  <div class="hero__inner">
    <div class="hero__content">
      <p class="hero__kicker">Underground • Reviews • Interviews</p>

      <h1 class="hero__title">
        TRVEFRYKT <span class="hero__title-accent">ZINE</span>
      </h1>

      <p class="hero__lead">
        Neue Reviews, Kolumnen und Interviews — schnell, klar und ohne лишний шум.
      </p>

      <div class="hero__actions">
        <a class="btn btn--primary" href="/newsfeed">Zum Newsfeed</a>
        <a class="btn btn--ghost" href="/reviews">Reviews ansehen</a>
      </div>

      <div class="hero__meta">
        <span class="hero__pill">Black Metal</span>
        <span class="hero__pill">Hardcore</span>
        <span class="hero__pill">Grindcore</span>
        <span class="hero__pill">Doom</span>
      </div>
    </div>

    <aside class="hero__side" aria-label="Дополнительный блок">
      <div class="hero-card">
        <p class="hero-card__title">Featured</p>
        <a class="hero-card__item" href="/latest">Последний материал →</a>
        <a class="hero-card__item" href="/interviews">Свежие интервью →</a>
        <a class="hero-card__item" href="/kolumnen">Колумны недели →</a>
      </div>
    </aside>
  </div>
</section>