/* Shared styles for tos.html, coc.html, pp.html — direct port of
   artw.ae's policy.css, recolored orange/black. Optimized for
   readability over the site's usual glitchy vibe — no overflow:hidden,
   text stays selectable, plain dark background instead of the cloud
   texture (these are legal/reference pages, not part of the "world"). */

html, body {
  margin: 0;
  min-height: 100%;
  background: #0e0b09;
}

body {
  color: #ddc4b0;
  padding: 32px 20px 64px;
  box-sizing: border-box;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
}

.policy {
  max-width: 720px;
  margin: 0 auto;
}

.brand {
  font-weight: 700;
  font-size: 22px;
  color: #ffe0c2;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  display: inline-block;
}

.brand a, .brand a:visited {
  color: #ffe0c2;
  text-decoration: none;
}

.crumbs {
  font-size: 13px;
  color: #a37c5e;
  margin-bottom: 32px;
}

.crumbs a {
  color: #ffb27a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

h1 {
  font-weight: 800;
  font-size: 36px;
  color: #ffe0c2;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

.subtitle {
  color: #a37c5e;
  font-size: 14px;
  margin: 0 0 32px;
}

h2 {
  font-weight: 700;
  font-size: 20px;
  color: #ffe0c2;
  margin: 32px 0 8px;
}

p {
  margin: 0 0 14px;
}

ul {
  padding-left: 22px;
  margin: 0 0 14px;
}

li {
  margin: 0 0 6px;
}

strong {
  color: #ffe0c2;
}

a {
  color: #ff9a4d;
}

a:hover {
  color: #ffe0c2;
}

.footer {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid #2a1d15;
  font-size: 14px;
  color: #a37c5e;
}

.footer a {
  color: #ffb27a;
}
