.hero-home {
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.hero-home h1 {
  max-width: 760px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-home .eyebrow {
  margin-bottom: 0.9rem;
}

.hero-home .intro {
  max-width: 720px;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-proof {
  max-width: 720px;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-proof a {
  color: var(--accent);
  text-underline-offset: 0.2em;
}

.home-positioning {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  border-block: 1px solid var(--line);
}

.home-positioning-intro {
  max-width: 790px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.home-positioning-intro h2,
.work-list-heading h2,
.home-fit h2 {
  max-width: 760px;
  margin-bottom: 1rem;
}

.home-positioning-intro p:last-child,
.work-list-heading p:last-child,
.home-fit-copy p {
  max-width: 760px;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
}

.principle {
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.principle h3 {
  margin-bottom: 0.7rem;
}

.principle p {
  margin-bottom: 0;
  color: var(--muted);
}

.home-fit {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background: #fff7e6;
}

.home-fit-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: start;
}

.home-fit-copy p:first-child {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.home-fit-copy .button {
  margin-top: 0.75rem;
}

.work-list {
  padding-top: clamp(4rem, 8vw, 6.5rem);
}

.work-list-heading {
  max-width: 790px;
  margin-bottom: 0.5rem;
}

.work-list-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

@media (max-width: 820px) {
  .principles-grid,
  .home-fit-inner {
    grid-template-columns: 1fr;
  }

  .principles-grid {
    gap: 2rem;
  }
}

@media (max-width: 620px) {
  .hero-home {
    padding-bottom: 3.75rem;
  }

  .hero-home h1 {
    max-width: 18ch;
    font-size: clamp(2.15rem, 10vw, 2.8rem);
    line-height: 1.14;
  }

  .home-positioning,
  .home-fit,
  .work-list {
    padding-top: 3.75rem;
  }

  .home-positioning,
  .home-fit {
    padding-bottom: 3.75rem;
  }
}
