body {
  justify-content: flex-start;
  align-items: flex-start;
  background-image: radial-gradient(circle, #ddd5bc 1px, transparent 1px);
  background-size: 28px 28px;
}

.legal-wrap {
  position: relative;
  z-index: 2;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
  flex: 1;
}

footer { position: static; padding-bottom: 1.5rem; }

@media (pointer: coarse) {
  html, body { height: auto; overflow: auto; }
}

.back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a6f5a;
  text-decoration: none;
  margin-bottom: 3rem;
  transition: color 0.2s;
}

.back:hover { color: #3a2a10; }

.back svg { transition: transform 0.2s; }
.back:hover svg { transform: translateX(-4px); }

h1 {
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 500;
  color: #1a1510;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c0654a;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

a {
  color: #4a3f2e;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover { color: #3a2a10; }
footer a:hover { color: #888888; }
footer a::after { background: #c0654a; }

p, address {
  font-size: 0.88rem;
  color: #4a3f2e;
  line-height: 1.75;
  font-style: normal;
  margin-bottom: 0.35rem;
}

ul {
  margin: 0 0 0.75rem 1.25rem;
  padding: 0;
}

ul li {
  font-size: 0.88rem;
  color: #4a3f2e;
  line-height: 1.75;
  margin-bottom: 0.25rem;
}
