/* Legal pages - scholarly monograph */
.legal-monograph-area {
    background: #F4F1EA;
}

.legal-monograph-container {
    max-width: 48rem;
    margin: 0 auto;
    padding: 3rem 1.5rem 5.8rem;
}

.legal-entry-header {
    margin-bottom: 1.45rem;
}

.legal-back-link {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1.2rem;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #2D2D2D;
    text-decoration: none;
    border-bottom: 1px solid rgba(45, 45, 45, 0.34);
    padding-bottom: 0.14rem;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.legal-back-link:hover {
    color: #4F6354;
    border-color: rgba(79, 99, 84, 0.72);
}

.legal-entry-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.25rem, 5vw, 3.8rem);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.02;
    color: #2D2D2D;
}

.legal-entry-thumbnail {
    margin: 0 0 1.6rem;
    border: 0.5px solid rgba(45, 45, 45, 0.26);
    overflow: hidden;
}

.legal-entry-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.legal-entry-content {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #3A362E;
}

.legal-entry-content p {
    margin: 0 0 1.05rem;
}

.legal-entry-content > p:first-of-type::first-letter {
    float: left;
    margin-right: 0.45rem;
    margin-top: 0.3rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.3rem, 3.5vw, 3.4rem);
    line-height: 0.86;
    font-weight: 500;
    color: #2D2D2D;
}

.legal-entry-content h2,
.legal-entry-content h3,
.legal-entry-content h4 {
    margin: 2.05rem 0 0.8rem;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    line-height: 1.5;
    color: #6A675F;
}

.legal-entry-content ul,
.legal-entry-content ol {
    list-style: none;
    margin: 1.1rem 0;
    padding-left: 0;
}

.legal-entry-content li {
    position: relative;
    margin: 0.62rem 0;
    padding-left: 1.15rem;
}

.legal-entry-content li::before {
    content: "\2014";
    position: absolute;
    left: 0;
    top: 0;
    color: #6A675F;
    font-weight: 600;
}

.legal-entry-content a {
    color: #2D2D2D;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.legal-entry-content a:hover {
    color: #4F6354;
}

@media (max-width: 720px) {
    .legal-monograph-container {
        padding: 2.2rem 1.1rem 4.6rem;
    }
}
