.brand { min-height: 44px; display: inline-flex; align-items: center; }
.approach h2,
.practice h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.approach { grid-template-columns: 5rem 1.3fr .8fr; }
.hero-copy > p:first-child { background: rgba(0, 0, 0, .7); padding: .35rem .5rem; width: max-content; }
.closing-cta { background: var(--rust); color: #fff; }
.closing-cta h2 { max-width: 12ch; }
.closing-cta p { max-width: 42rem; line-height: 1.6; }
.closing-action { min-height: 48px; margin-top: 1.5rem; padding: .9rem 1.35rem; border: 1px solid #fff; border-radius: 99px; background: #fff; color: var(--black); font: inherit; }

@media (max-width: 800px) {
  .approach { grid-template-columns: 1fr; }
  .approach h2,
  .practice h2 { font-size: clamp(2.8rem, 10vw, 4.6rem); }
}
