/* REBNJB INC - Legal pages stylesheet (loaded ONLY by /css/legal.css) */
/* Legal pages do NOT load style.css; this sheet stands alone and matches the
   summit-pine dark theme with strong plain-text color contrast. */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.75;
  background-color: #101813;
  color: #b4c6b4;
  overflow-x: hidden;
}

/* Legal content is scoped; section internals never add their own background. */
.legal-page .legal-content section {
  background-color: transparent !important;
}

.legal-page a {
  color: #8fae73;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page a:hover {
  color: #c98f3e;
}

/* ---------------- LEGAL HEADER ---------------- */
.legal-header {
  background-color: #0b110c;
  padding: 46px 0 40px;
  border-bottom: 4px solid #6f9455;
}
.legal-header-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px;
}
.legal-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #c98f3e;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.legal-header h1 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 40px;
  color: #eef3ed;
  line-height: 1.15;
}
.legal-header p {
  margin-top: 12px;
  color: #b4c6b4;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
}
.legal-header a {
  color: #eef3ed;
  font-weight: bold;
}

/* ---------------- LEGAL LAYOUT ---------------- */
.legal-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 44px;
  align-items: start;
  padding-top: 36px;
}

.legal-toc {
  background-color: #1e2a20;
  border: 1px solid #26332a;
  border-left: 4px solid #6f9455;
  padding: 22px;
  position: sticky;
  top: 20px;
}
.legal-toc h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #eef3ed;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  margin-bottom: 14px;
}
.legal-toc ol {
  list-style: none;
  counter-reset: toc;
  padding: 0;
}
.legal-toc ol li {
  counter-increment: toc;
  margin-bottom: 8px;
}
.legal-toc ol li::before {
  content: counter(toc, decimal-leading-zero) "  ";
  color: #c98f3e;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
}
.legal-toc a {
  color: #b4c6b4;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.legal-toc a:hover {
  color: #eef3ed;
}

.legal-content {
  min-width: 0;
}
.legal-content section {
  padding: 20px 0 34px;
  border-bottom: 1px solid #26332a;
}
.legal-content section:last-child {
  border-bottom: none;
}
.legal-content h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #6f9455;
  font-size: 26px;
  margin-bottom: 16px;
  scroll-margin-top: 24px;
}
.legal-content h3 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #c98f3e;
  font-size: 18px;
  margin: 20px 0 10px;
}
.legal-content p {
  color: #b4c6b4;
  margin-bottom: 14px;
}
.legal-content ul,
.legal-content ol {
  margin: 0 0 14px 22px;
  color: #b4c6b4;
}
.legal-content li {
  margin-bottom: 8px;
}
.legal-content strong {
  color: #eef3ed;
}

/* ---------------- CLEAN-END (no wasted bottom padding) ---------------- */
.legal-footnote {
  padding: 20px 0 6px;
  color: #b4c6b4;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
}

/* ---------------- LEGAL FOOTER ---------------- */
.legal-footer {
  background-color: #070d08;
  margin-top: 10px;
}
.legal-footer-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  border-top: 1px solid #26332a;
}
.legal-footer .lf-brand {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #f6faf5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 12px;
}
.legal-footer p {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #b4c6b4;
  font-size: 13px;
  line-height: 1.9;
}
.legal-footer a {
  color: #8fae73;
}
.legal-footer a:hover {
  color: #c98f3e;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 780px) {
  .legal-wrap {
    grid-template-columns: 1fr;
  }
  .legal-toc {
    position: static;
  }
  .legal-header h1 {
    font-size: 30px;
  }
}
