.page-hero {
  background: var(--surface-subtle);
}

.page-hero__inner,
.page-section__inner {
  padding-block: clamp(68px, 9vw, 112px);
}

.page-hero__inner {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-hero--home .page-hero__inner {
  align-items: flex-start;
}

.page-hero__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 36px;
}

.page-eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.page-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--site-text);
  font-size: clamp(2.7rem, 5.5vw, 3.875rem);
  font-weight: 650;
  line-height: 1.18;
}

.page-hero__support {
  max-width: 700px;
  margin: 32px 0 0;
  font-size: 18px;
  line-height: 1.85;
}

.page-section__inner {
  min-height: 280px;
}

.page-section--knowledge .page-section__inner {
  padding-top: 0;
}

.page-section--tinted {
  background: var(--surface-subtle);
  border-block: 1px solid var(--site-border);
}

.page-section h2 {
  margin: 0 0 24px;
  color: var(--site-text);
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 650;
}

.page-section p:last-child {
  margin-bottom: 0;
}

.page-section__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 128px);
}

.page-section__layout h2 {
  margin-bottom: 0;
}

.page-prose {
  max-width: 760px;
}

.page-prose p + p {
  margin-top: 1.6em;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 48px;
  max-width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-list li {
  padding-block: 18px;
  border-top: 1px solid var(--site-border);
  color: var(--site-text);
  font-weight: 650;
}

.page-entry {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: var(--brand);
  font-weight: 700;
}

.page-entry:hover {
  text-decoration-thickness: 2px;
}

.about-hero .page-hero__inner {
  min-height: 340px;
}

.pull-quote {
  padding-left: 20px;
  border-left: 3px solid var(--brand);
  font-weight: 650;
}

@media (max-width: 760px) {
  .page-hero__inner,
  .page-section__inner {
    padding-block: 68px;
  }

  .page-hero__inner {
    min-height: 0;
  }

  .page-hero__icon {
    width: 68px;
    height: 68px;
    margin-bottom: 32px;
  }

  .page-hero h1 {
    font-size: 43px;
  }

  .page-hero--home h1 {
    font-size: clamp(28px, 7.5vw, 34px);
  }

  .page-hero__support {
    margin-top: 28px;
  }

  .page-section__layout {
    display: block;
  }

  .page-section__layout h2 {
    margin-bottom: 30px;
  }

  .page-section h2 {
    font-size: clamp(24px, 6.5vw, 28.8px);
  }

  .project-list {
    grid-template-columns: 1fr;
  }

  .about-hero .page-hero__inner {
    min-height: 0;
  }
}
