body {
  margin: 0;
  background: #f5f2ea;
  color: #061321;
  font-family: 'Manrope', Tahoma, sans-serif;
}

.legal {
  box-sizing: border-box;
  width: min(640px, 100%);
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 48px clamp(1.25rem, 5vw, 72px) 72px;
}

.legal__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  margin: 0 0 2.5rem;
  text-decoration: none;
  color: inherit;
}

.legal__wordmark {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.legal__subtitle {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #f0c24b;
}

.legal h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.legal p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6d7178;
}

.legal a {
  color: #061321;
}

.legal__back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.legal__back:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
