/* Shared legal stylesheet — Bulldog Realty */
.legal-page {
  margin: 0;
  background-color: #EDE6D0;
}
.legal-page body {
  background-color: #EDE6D0;
}
.legal-body {
  background-color: #EDE6D0;
}
.legal-page body,
.legal-body {
  background-color: #EDE6D0;
  margin: 0;
}

.legal-body {
  font-family: 'Georgia', 'Times New Roman', serif;
  background-color: #EDE6D0;
  color: #2E2A1C;
  font-size: 16px;
  line-height: 1.8;
}
.legal-body a { color: #5A6650; text-decoration: none; }
.legal-body a:hover { color: #2E2A1C; text-decoration: underline; }

/* strata top */
.legal-strata { height: 20px; width: 100%; display: flex; background-color: #35301F; }
.legal-strata span { flex: 1; }
.legal-strata .ls1 { background-color: #35301F; }
.legal-strata .ls2 { background-color: #94865F; }
.legal-strata .ls3 { background-color: #2E2A1C; }
.legal-strata .ls4 { background-color: #E3DCC5; }

.legal-header,
.legal-header,
header.legal-header {
  background-color: #F6F1DE;
  border-bottom: 1px solid #6B6642;
  padding: 22px 0;
  position: sticky;
  top: 0;
  z-index: 40;
}
.legal-header .legal-brand {
  width: 100%;
}
.legal-header-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.legal-brand-name {
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
  font-size: 18px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #2E2A1C;
}
.legal-back {
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #5A6650;
}

.legal-page-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.legal-h1-wrap {
  text-align: center;
  padding: 40px 24px 8px;
}
.legal-title {
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #35301F;
  margin: 0 0 10px;
  line-height: 1.2;
}
.legal-org {
  color: #5A6650;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
}
.legal-updated {
  color: #94865F;
  font-size: 14px;
  font-style: italic;
  margin-top: 6px;
}
.legal-rule {
  border: none;
  border-top: 1px solid #94865F;
  max-width: 900px;
  margin: 24px auto;
}
.legal-content {
  background-color: #EDE6D0;
  padding: 0 24px 30px;
  max-width: 900px;
  margin: 0 auto;
}
.legal-page .legal-content section {
  background-color: transparent !important;
}
.legal-content section {
  background-color: transparent;
  border-left: 4px solid #5A6650;
  border-radius: 0 6px 6px 0;
  padding: 24px 8px;
  margin: 26px 0;
}
.legal-content h2 {
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #35301F;
  margin: 0 0 12px;
  line-height: 1.3;
}
.legal-content h3 {
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
  font-size: 18px;
  color: #35301F;
  margin: 16px 0 8px;
}
.legal-content p {
  color: #2E2A1C;
  font-size: 16px;
  margin: 0 0 13px;
}
.legal-content li {
  color: #2E2A1C;
  font-size: 16px;
  margin: 0 0 8px;
  list-style: disc;
}
.legal-content p strong,
.legal-content li strong {
  color: #35301F;
}
.legal-toc-box {
  background-color: #E3DCC5;
  border: 1px solid #6B6642;
  border-radius: 6px;
  padding: 22px 26px;
  margin: 20px 0;
}
.legal-toc-box h2 {
  border-left: none;
  margin-top: 0;
  padding: 0 0 6px;
}
.legal-toc-box ol { padding-left: 22px; }
.legal-toc-box li {
  color: #5A6650;
  font-weight: 700;
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
  list-style: decimal;
}
.legal-toc-box li a { color: #35301F; }
.legal-toc-box li a:hover { color: #5A6650; }

.legal-footer {
  background-color: #35301F;
  color: #EDE6D0;
  margin-top: 40px;
}
.legal-footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 26px 24px;
  color: #94865F;
  text-align: center;
  font-size: 14px;
}
.legal-footer-inner a {
  color: #EDE6D0;
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
.legal-footer-inner a:hover { color: #5A6650; }
.legal-footer-line {
  margin-top: 10px;
  color: #94865F;
  font-size: 13px;
  font-family: 'Trebuchet MS', 'Arial', sans-serif;
}
.legal-top-of { padding: 26px 0 0; }

@media (max-width: 640px) {
  .legal-title { font-size: 30px; }
  .legal-content h2 { font-size: 20px; }
  .legal-content section { padding: 16px 18px; }
  .legal-header-inner { flex-direction: column; text-align: center; }
}
