/* ─── Page Hero ─────────────────────────────────────────────────────────────
   Shared layout for service/section pages: about, creative, digital,
   research, learning.
   ─────────────────────────────────────────────────────────────────────────── */

.page-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 112px 48px 48px;
}

.page-hero__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.05;
   color: #090909;
  max-width: 820px;
  margin: 0;
}

.page-hero__aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 440px;
  flex-shrink: 0;
}

.page-hero__desc {
  font-size: 16px;
  font-weight: 300;
  color: #090909;
  line-height: 1.6;
  margin: 0;
}
