.legal-hero {
    position: relative;
    padding: clamp(80px, 10vw, 140px) 0 clamp(60px, 8vw, 105px);
    overflow: hidden;
    border-bottom: 1px solid rgba(40, 72, 61, 0.18);
    background:
        radial-gradient(circle at 85% 20%, rgba(184,95,66,.16) 0 13%, transparent 13.5%),
        radial-gradient(circle at 75% 80%, rgba(129,158,170,.18) 0 18%, transparent 18.5%),
        #ebe4d5;
}
.legal-hero::after { position: absolute; right: -120px; bottom: -200px; width: 520px; height: 520px; border: 1px solid rgba(40,72,61,.14); border-radius: 50%; content: ""; }
.legal-hero__inner { position: relative; z-index: 1; max-width: 900px; }
.legal-hero h1 { max-width: 850px; margin: 12px 0 18px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2.3rem, 4.4vw, 4rem); font-weight: 400; line-height: .92; letter-spacing: -.03em; }
.legal-hero p { max-width: 720px; margin: 0; color: #6c716b; font-size: 1.05rem; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 780px); gap: clamp(38px, 7vw, 90px); justify-content: center; align-items: start; }
.legal-toc { position: sticky; top: calc(84px + 25px); padding: 22px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: #fffdf8; box-shadow: 0 14px 38px rgba(50, 58, 48, 0.1); }
.legal-toc__toggle { display: none; width: 100%; align-items: center; justify-content: space-between; gap: 15px; padding: 0; border: 0; background: transparent; color: #28483d; font-weight: 850; text-align: left; }
.legal-toc h2 { margin: 0 0 15px; color: #28483d; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.legal-toc a { color: #6c716b; font-size: .82rem; text-decoration: none; }
.legal-toc a:hover { color: #b85f42; }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: calc(84px + 30px); padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid rgba(40, 72, 61, 0.18); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin: 0 0 17px; color: #28483d; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(1.62rem, 2.6vw, 2.25rem); font-weight: 400; line-height: 1.08; }
.legal-content h3 { margin: 26px 0 10px; color: #28483d; font-size: 1.02rem; }
.legal-content p, .legal-content li { color: #505650; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.legal-callout { margin: 24px 0; padding: 22px; border-left: 4px solid #b85f42; border-radius: 0 12px 12px 0; background: rgba(184,95,66,.08); }
.legal-callout--strong { border-left-color: #28483d; background: rgba(111,137,117,.12); }
.legal-callout p { margin: 0; }
.legal-contact-card { display: grid; gap: 8px; padding: 24px; border: 1px solid rgba(40, 72, 61, 0.18); border-radius: 22px; background: #fffdf8; }
.legal-contact-card a { color: #b85f42; font-weight: 800; }
.legal-home-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: #28483d; font-weight: 850; }

@media (max-width: 960px) {
    .legal-toc { top: 99px; }
    .legal-content section { scroll-margin-top: 104px; }
}

@media (max-width: 900px) {
    .legal-layout { grid-template-columns: 1fr; }
    .legal-toc { position: relative; top: auto; }
    .legal-toc h2 { display: none; }
    .legal-toc__toggle { display: flex; }
    .legal-toc ol { max-height: 0; overflow: hidden; transition: max-height 260ms ease, margin-top 260ms ease; }
    .legal-toc.is-open ol { max-height: 800px; margin-top: 18px; }
}

@media (max-width: 680px) {
    .legal-hero { padding: 64px 0 52px; }
    .legal-hero h1 { font-size: clamp(2.1rem, 9.5vw, 2.9rem); line-height: 1; }
    .legal-content h2 { font-size: clamp(1.5rem, 7vw, 1.95rem); }
}
