﻿.legal-page {
  background: #fffdf9;
}

.legal-main .section {
  min-height: 100vh;
  align-items: start;
  padding-top: clamp(3rem, 7vw, 5rem);
}

.legal-shell {
  position: relative;
  z-index: 1;
  max-width: 58rem;
  display: grid;
  gap: 1rem;
}

.legal-shell .pitch-back {
  color: #174955;
}

.legal-shell h1 {
  max-width: 14ch;
  color: #171513;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 650;
  letter-spacing: 0.075em;
  line-height: 1.1;
  text-transform: uppercase;
}

.legal-note,
.legal-block p {
  max-width: 48rem;
  color: #464039;
  font-size: 0.96rem;
  line-height: 1.75;
}

.legal-note {
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--color-primary);
  background: rgba(236, 220, 195, 0.34);
}

.legal-block {
  display: grid;
  gap: 0.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(23, 21, 19, 0.1);
}

.legal-block h2 {
  color: #1e1a16;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

