/* ==========================================================================
   legal.css — Privacy & Terms styling for Boundary Line Bison
   Uses the site's existing CSS variables (from styles.css) so it matches the
   rustic theme natively. Only adds spacing/readability for long-form legal text
   and the small footer legal-links row.
   ========================================================================== */

/* ----- Legal body content ----- */
.legal-body {
    font-family: 'Lora', Georgia, serif;
}

.legal-body p,
.legal-body li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--ink);
}

.legal-body p {
    margin: 0 0 1.2rem;
}

.legal-updated {
    color: var(--rust-dark);
    padding-bottom: 1.2rem;
    margin-bottom: 1.8rem !important;
    border-bottom: 1px solid var(--line);
    font-size: 0.98rem !important;
}

.legal-body h2 {
    font-family: 'Oldenburg', 'Georgia', serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--bison);
    margin: 2.4rem 0 0.8rem;
    padding-top: 0.4rem;
}

.legal-body h3 {
    font-family: 'Bebas Neue', 'Impact', sans-serif;
    letter-spacing: 0.04em;
    font-size: 1.25rem;
    color: var(--rust);
    margin: 1.6rem 0 0.5rem;
}

.legal-body ul {
    margin: 0 0 1.4rem;
    padding-left: 1.4rem;
}

.legal-body li {
    margin-bottom: 0.7rem;
}

.legal-body li::marker {
    color: var(--rust);
}

.legal-body strong {
    color: var(--bison);
}

.legal-body a {
    color: var(--rust-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.legal-body a:hover {
    color: var(--bison);
}

/* ----- Contact block ----- */
.legal-contact {
    background: rgba(160, 82, 45, 0.06);
    border-left: 3px solid var(--rust);
    padding: 1rem 1.25rem;
    line-height: 1.8 !important;
}

/* ----- Disclaimer ----- */
.legal-disclaimer {
    margin-top: 2.4rem !important;
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
    font-style: italic;
    color: var(--rust-dark) !important;
    font-size: 0.95rem !important;
}

/* ----- Footer legal links row (sits inside .footer-bottom) ----- */
.footer-legal {
    margin-top: 0.6rem;
}

.footer-legal a {
    color: var(--bone-2);
    text-decoration: none;
}

.footer-legal a:hover {
    color: var(--gold);
    text-decoration: underline;
}

.footer-legal span {
    margin: 0 0.5rem;
    color: var(--bone-2);
}
