body {
  min-height: 100vh;
}

.navbar-brand {
  letter-spacing: 0.14em;
  font-weight: 700;
}

.hero {
  padding: 7rem 0 5rem;
}

.hero-display {
  max-width: 760px;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hero-copy {
  max-width: 600px;
  font-size: 1.15rem;
}

.feature-card {
  min-height: 100%;
}

.feature-number {
  color: var(--darkrm-accent);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

:focus-visible {
  outline: 3px solid var(--darkrm-accent);
  outline-offset: 3px;
}

