/* Focused excerpt reading layout, aligned with the Joanna Michaels presentation. */
.excerpt-page {
    padding: 0 5%;
}

.excerpt-hero {
    max-width: 980px;
    margin: 0 auto;
    padding: 5rem 0 2.5rem;
    text-align: center;
}

.excerpt-hero h1 {
    max-width: 820px;
    margin: 0 auto 1rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.75rem, 6vw, 5rem);
    line-height: 1;
}

.excerpt-tagline {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.65;
}

.excerpt-reading-panel {
    max-width: 860px;
    margin: 0 auto 5rem;
    padding: 3.5rem 5%;
    background: #ffffff;
    border: 1px solid #d9d1c1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.prose {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.9;
}

.prose p {
    margin: 0 0 1.35rem;
    text-indent: 1.8em;
}

.prose p:first-of-type,
.prose .scene-break + p {
    text-indent: 0;
}

.scene-break {
    margin: 3rem 0;
    color: #ae0000;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    letter-spacing: 0.65em;
    text-align: center;
}

.continue-reading-section {
    max-width: 980px;
    margin: 0 auto 5rem;
    padding: 3rem 5%;
    background: #f2eee4;
    border: 1px solid #d9d1c1;
    text-align: center;
}

.continue-reading-section p {
    max-width: 680px;
    margin: 0 auto 1.75rem;
    color: #555;
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    line-height: 1.5;
}

.continue-reading-section em {
    color: #1a1a1a;
}

.excerpt-error {
    padding: 1.25rem 1.5rem;
    background: #f2eee4;
    border: 1px solid #d9d1c1;
}

@media (max-width: 700px) {
    .excerpt-page { padding: 0 20px; }
    .excerpt-hero { padding-top: 3.5rem; }
    .excerpt-reading-panel { padding: 2.25rem 1.5rem; }
    .prose { font-size: 1rem; line-height: 1.8; }
    .prose p { text-indent: 1.2em; }
}
