.home-shell {
  display: grid;
  align-content: center;
  gap: 32px;
  min-height: 100vh;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}

.intro {
  max-width: 760px;
}

.kicker {
  margin: 0 0 16px;
  color: var(--jph-accent-dark);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--jph-muted);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
}

.contact p {
  margin: 0;
  color: var(--jph-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.contact a {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 3px;
  align-items: center;
  color: var(--jph-accent-dark);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact a:hover {
  color: var(--jph-accent);
}

.contact svg {
  width: 0.9em;
  height: 0.9em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

@media (max-width: 640px) {
  .home-shell {
    width: min(100% - 28px, 1120px);
    padding: 40px 0;
  }
}
