/* ============================================================
   VBFA NORTH LOGAN, LLC — shared legal stylesheet
   Loaded ONLY by privacy.html and terms-of-service.html
   ============================================================ */

:root {
  --roast-dark: #251B15;
  --bean-cream: #F6EFD9;
  --cardamom-tin: #7A9A64;
  --sack-burlap: #8C7A54;
  --well-deep: #16100C;
  --patch-leather: #5C4632;
  --log-paper: #EFE7D2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: #A9C48F;
}

a:hover,
a:focus {
  color: #F6EFD9;
}

.legal-header {
  background-color: #16100C;
  border-bottom: 6px solid #5C4632;
  padding: 34px 0 30px 0;
}

.legal-header-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F6EFD9;
  font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.legal-bean {
  width: 15px;
  height: 21px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background-color: #7A9A64;
  border: 2px solid #F6EFD9;
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
}

.legal-header h1 {
  color: #F6EFD9;
  font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
  font-size: 2.1rem;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.legal-header p {
  color: #EFE7D2;
  margin: 0;
  font-size: 1rem;
}

.legal-back {
  display: inline-block;
  margin-top: 16px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #A9C48F;
  text-decoration: underline;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

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

.legal-content h2 {
  color: #A9C48F;
  font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
  font-size: 1.42rem;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 3px solid #5C4632;
  line-height: 1.25;
}

.legal-content h3 {
  color: #F6EFD9;
  font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
  font-size: 1.1rem;
  margin: 20px 0 8px 0;
}

.legal-content p {
  color: #F6EFD9;
  margin: 0 0 14px 0;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}

.legal-content li {
  color: #F6EFD9;
  margin-bottom: 8px;
}

.legal-intro {
  background-color: #16100C;
  border: 3px solid #5C4632;
  border-left: 8px solid #7A9A64;
  border-radius: 6px;
  padding: 22px 24px;
  margin: 34px 0 34px 0;
}

.legal-intro p {
  color: #EFE7D2;
  margin: 0 0 12px 0;
}

.legal-intro p:last-child { margin-bottom: 0; }

.toc {
  background-color: #EFE7D2;
  color: #251B15;
  border: 4px solid #5C4632;
  border-radius: 6px;
  padding: 24px 26px;
  margin: 34px 0;
}

.toc h2 {
  color: #251B15;
  border-bottom: 3px solid #5C4632;
  font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
  font-size: 1.2rem;
  margin: 0 0 14px 0;
  padding-bottom: 8px;
}

.toc ol {
  margin: 0;
  padding-left: 22px;
  columns: 2;
  column-gap: 30px;
}

.toc li {
  color: #251B15;
  margin-bottom: 7px;
  break-inside: avoid;
}

.toc a {
  color: #4A6B37;
  text-decoration: none;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.toc a:hover,
.toc a:focus {
  color: #16100C;
  text-decoration: underline;
}

.legal-note {
  background-color: #8C7A54;
  color: #16100C;
  border: 3px solid #5C4632;
  border-radius: 6px;
  padding: 18px 20px;
  margin: 26px 0;
}

.legal-note p {
  color: #16100C;
  margin: 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.92rem;
}

.legal-footer {
  background-color: #16100C;
  border-top: 6px solid #5C4632;
  padding: 30px 0;
  margin-top: 40px;
}

.legal-footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  color: #EFE7D2;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.86rem;
}

.legal-footer-inner p {
  color: #EFE7D2;
  margin: 0 0 8px 0;
}

.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 10px;
}

.legal-footer-links a {
  color: #A9C48F;
  text-decoration: underline;
}

.legal-footer-links a:hover,
.legal-footer-links a:focus {
  color: #F6EFD9;
}

@media (max-width: 720px) {
  .toc ol { columns: 1; }
  .legal-header h1 { font-size: 1.6rem; }
  .legal-content h2 { font-size: 1.22rem; }
}
