:root {
  color: #29150d;
  background: #fff8f2;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 90% 0, rgba(255, 178, 116, 0.38), transparent 30rem),
    #fff8f2;
}

a { color: #a23d16; }

.legal-shell {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
  padding: 34px 0 64px;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 34px;
  font-size: 0.9rem;
}

.legal-nav a { min-height: 44px; display: inline-flex; align-items: center; }

.brand {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 14px;
  background: #e85b22;
  color: white;
  font-size: 1.7rem;
  font-weight: 900;
}

h1 { margin: 0 0 10px; font-size: clamp(2rem, 8vw, 3.4rem); letter-spacing: -0.045em; }
h2 { margin: 34px 0 10px; font-size: 1.2rem; }
p, li { line-height: 1.7; }
.lede, .updated { color: #765347; }
.updated { margin-bottom: 32px; font-size: 0.88rem; }

.notice,
.steps {
  border: 1px solid rgba(117, 54, 28, 0.14);
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(119, 61, 33, 0.06);
}

.notice strong { color: #9a3814; }
.steps { padding-left: 42px; }
.button-link {
  display: inline-flex;
  min-height: 46px;
  margin-top: 10px;
  align-items: center;
  border-radius: 13px;
  padding: 11px 16px;
  background: #e85b22;
  color: white;
  font-weight: 800;
  text-decoration: none;
}

footer { margin-top: 48px; border-top: 1px solid rgba(117, 54, 28, 0.14); padding-top: 18px; color: #765347; font-size: 0.85rem; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
