:root {
  --kubb-max: 1200px;
}

.navbar-brand {
  font-weight: 850;
  letter-spacing: .05em;
}

.hero {
  padding: clamp(3rem, 8vw, 7rem) max(1.5rem, calc((100vw - var(--kubb-max))/2));
  margin: 0 calc(50% - 50vw) 3rem;
  background: #161a20;
  color: white;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(2.7rem, 7vw, 5.5rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.035em;
}

.hero p {
  max-width: 760px;
  font-size: 1.25rem;
}
