/* 
 * LC Category Typography - Frontend Styles 
 * Editorial, minimal, typography-focused.
 */

.lc-category-header {
    text-align: center;
    margin-bottom: 0rem;
    padding: 2rem 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Fallback & Rendering Logic: Never render empty elements or reserve spacing */
.lc-headline:empty,
.lc-subheadline:empty,
.lc-description:empty {
    display: none !important;
}

.lc-headline {
    font-family: "Libre Baskerville", "Times New Roman", serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #222;
}

.lc-subheadline {
    font-family: "Inter", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
}

.lc-description {
    font-family: "Inter", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .lc-headline {
        font-size: 2rem;
    }
    .lc-subheadline {
        font-size: 1.1rem;
    }
    .lc-category-header {
        margin-bottom: 0rem;
    }
}
