.legal-page {
  background-color: #14110D;
  color: #EDE8E0;
}

.legal-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.legal-page body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #14110D;
  color: #EDE8E0;
}

.legal-page a {
  color: #A99F94;
  text-decoration: none;
}

.legal-page a:hover {
  color: #EDE8E0;
}

/* ============ LEGAL HEADER ============ */
.legal-header {
  background-color: #1E1A15;
  border-bottom: 1px solid #2E2923;
}

.legal-header__bar {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.legal-header__brand {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #EDE8E0;
}

.legal-header__home {
  font-size: 14px;
  font-weight: 600;
  color: #A99F94;
}

.legal-header__home:hover {
  color: #EDE8E0;
}

.legal-header__title {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 24px;
}

.legal-header__title .legal-eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C2703D;
  margin-bottom: 12px;
}

.legal-header__title h1 {
  font-size: clamp(30px, 4vw, 44px);
  color: #EDE8E0;
  margin-bottom: 14px;
}

.legal-header__title p {
  color: #A99F94;
  font-size: 16px;
}

/* ============ LEGAL CONTENT ============ */
.legal-content .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-content {
  padding: 48px 0 72px;
}

.legal-intro {
  font-size: 17px;
  color: #A99F94;
  margin-bottom: 40px;
  line-height: 1.8;
}

.legal-content .toc {
  background-color: #1E1A15;
  border: 1px solid #2E2923;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 48px;
}

.legal-content .toc h2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C2703D;
  margin-bottom: 14px;
}

.legal-content .toc ol {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}

.legal-content .toc a {
  font-size: 15px;
  color: #A99F94;
}

.legal-content .toc a:hover {
  color: #EDE8E0;
}

.legal-content section {
  background-color: transparent !important;
  margin-bottom: 44px;
}

.legal-content section h2 {
  font-size: 24px;
  color: #EDE8E0;
  margin-bottom: 16px;
  padding-top: 8px;
}

.legal-content section h3 {
  font-size: 18px;
  color: #A99F94;
  margin: 20px 0 10px;
}

.legal-content section p {
  color: #A99F94;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 1.8;
}

.legal-content section ul {
  margin: 0 0 16px 22px;
  color: #A99F94;
}

.legal-content section ul li {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.7;
}

.legal-content section a {
  color: #EDE8E0;
  text-decoration: underline;
}

.legal-content section a:hover {
  color: #C2703D;
}

/* ============ LEGAL FOOTER ============ */
.legal-footer {
  border-top: 3px solid #C2703D;
  background-color: #14110D;
}

.legal-footer__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.legal-footer__brand {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #EDE8E0;
}

.legal-footer__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.legal-footer__links a {
  font-size: 14px;
  color: #A99F94;
}

.legal-footer__links a:hover {
  color: #EDE8E0;
}

.legal-footer__copy {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #A99F94;
  padding-top: 16px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 640px) {
  .legal-content .toc ol {
    grid-template-columns: 1fr;
  }
}
