.md-content__inner.md-typeset > h1:first-child + .chikuma-hero,
.chikuma-hero {
  margin-top: -1.2rem;
}

.chikuma-hero h1 {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.chikuma-hero h2 {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--md-primary-fg-color);
  margin-top: 0.2rem;
}

.chikuma-hero p {
  font-size: 1.3rem;
  line-height: 1.5;
  max-width: 32rem;
  color: var(--md-default-fg-color--light);
}

.chikuma-hero .md-button {
  margin-right: 0.6rem;
  margin-top: 0.6rem;
}

.chikuma-shots {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2.5rem 0 3rem;
}

.chikuma-shots img {
  width: 220px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--md-default-fg-color--lightest);
}

.chikuma-section {
  max-width: 42rem;
  margin: 3.5rem auto;
  text-align: center;
}

.chikuma-section p {
  text-align: left;
}

.chikuma-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin: 2.5rem 0;
}

.chikuma-card {
  padding: 1.4rem 1.6rem;
  border-radius: 14px;
  background: var(--md-code-bg-color);
}

.chikuma-card h3 {
  margin-top: 0;
}

.chikuma-name {
  border-top: 1px solid var(--md-default-fg-color--lightest);
  padding-top: 2.5rem;
}

@media screen and (max-width: 44.9375em) {
  .chikuma-hero h1 {
    font-size: 2.2rem;
  }

  .chikuma-grid {
    grid-template-columns: 1fr;
  }
}
