@import "base/variables.css";
@import "components/site-footer.css";

* { box-sizing: border-box; }

body.legal-body {
  margin: 0;
  min-height: 100dvh;
  overflow: auto;
  background:
    radial-gradient(ellipse 80% 42% at 50% 100%, var(--horizon) 0%, transparent 68%),
    var(--bg-void);
  color: var(--cream-soft);
  font-family: var(--font-family);
  line-height: 1.5;
}

.legal-wrap {
  width: min(40rem, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 48px;
}

.legal-wrap a.back {
  color: var(--text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.legal-wrap a.back:hover { color: var(--cream); }

.legal-wrap h1 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.03em;
  margin: 18px 0 8px;
}

.legal-wrap .lede,
.legal-wrap time {
  color: var(--text-muted);
  font-size: 0.86rem;
}

.legal-wrap .prose {
  margin-top: 22px;
  font-size: 0.98rem;
  line-height: 1.6;
}

.legal-wrap .prose h2 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--cream);
  margin: 1.4em 0 0.4em;
}

.legal-wrap .prose p,
.legal-wrap .prose ul { margin: 0 0 1em; }

.legal-wrap .prose ul { padding-left: 1.2em; }

.legal-wrap .prose a { color: var(--rose-hot); }

#siteFooterHost { width: min(40rem, calc(100% - 40px)); margin: 0 auto; }

#siteFooterHost .site-footer { max-width: none; opacity: 0.45; padding-bottom: 36px; }
#siteFooterHost .site-footer-spacer { display: none; }
