.bespoke-potolochnik {
  background: #161713;
  color: #f4f5ec;
}

.potolochnik-hero {
  min-height: min(920px, 90vh);
  display: grid;
  align-items: center;
  padding: 90px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(214, 242, 75, 0.2), transparent 30%),
    #161713;
}

.potolochnik-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 8vw;
  align-items: center;
}

.potolochnik-hero h1 {
  max-width: 780px;
  font-size: clamp(3.4rem, 7vw, 7.8rem);
}

.potolochnik-hero p {
  max-width: 600px;
  color: #c7cabd;
  font-size: 1.15rem;
}

.potolochnik-story {
  padding: 140px 0;
  background: #d6f24b;
  color: #151713;
}

.potolochnik-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(21, 23, 19, 0.2);
}

.potolochnik-story article {
  min-height: 420px;
  padding: 36px;
  background: #d6f24b;
}

.potolochnik-story article > span {
  display: block;
  margin-bottom: 120px;
  font-weight: 800;
}

.potolochnik-legacy {
  padding: 120px 0;
}

@media (max-width: 800px) {
  .potolochnik-hero-grid,
  .potolochnik-story-grid {
    grid-template-columns: 1fr;
  }

  .potolochnik-story article {
    min-height: 280px;
  }

  .potolochnik-story article > span {
    margin-bottom: 60px;
  }
}
