/* Publications — Land Legacy marketing */

.pub-hero {
    background:
        linear-gradient(135deg, rgba(15, 35, 70, 0.94), rgba(30, 60, 114, 0.88)),
        radial-gradient(ellipse at 20% 20%, rgba(255, 215, 0, 0.12), transparent 50%);
    color: #fff;
    padding: 7rem 0 4.5rem;
}

.pub-hero-inner {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 3rem;
    align-items: center;
}

.pub-kicker {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    opacity: 0.85;
    margin-bottom: 0.75rem;
}

.pub-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.1;
    margin-bottom: 0.75rem;
    color: #fff;
}

.pub-subtitle {
    font-size: 1.25rem;
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.pub-author {
    opacity: 0.9;
    margin-bottom: 1.25rem;
}

.pub-blurb {
    font-size: 1.1rem;
    max-width: 38rem;
    opacity: 0.95;
}

.pub-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.pub-hero .btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    background: transparent;
}

.pub-hero .btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.pub-cover-placeholder {
    aspect-ratio: 2 / 3;
    max-width: 260px;
    margin-left: auto;
    padding: 2rem 1.5rem;
    background: linear-gradient(160deg, #0b1f3a 0%, #1e3c72 55%, #2a5298 100%);
    border: 1px solid rgba(255, 215, 0, 0.35);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: pub-cover-rise 0.9s ease-out both;
}

.pub-cover-mark {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffd700;
}

.pub-cover-name {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.pub-cover-sub {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 0.75rem;
}

.pub-cover-by {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
}

@keyframes pub-cover-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.pub-audiences .section-lead,
.section-lead {
    max-width: 40rem;
    margin: -0.5rem auto 2rem;
    text-align: center;
    color: #555;
}

.pub-audience-grid,
.pub-excerpt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.pub-excerpt-grid {
    grid-template-columns: repeat(2, 1fr);
}

.pub-audience h3,
.pub-excerpt-teaser h3 {
    font-size: 1.2rem;
    color: #1e3c72;
    margin-bottom: 0.5rem;
}

.pub-audience,
.pub-excerpt-teaser {
    padding-top: 0.25rem;
    border-top: 2px solid #ffd700;
}

.pub-chapter-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: #2a5298;
    margin-bottom: 0.35rem;
}

.pub-read-link {
    font-weight: 600;
    color: #1e3c72;
}

.pub-services-bridge {
    text-align: center;
}

.pub-services-bridge .pub-cta-row {
    justify-content: center;
}

.pub-waitlist {
    background: linear-gradient(180deg, #f4f7fb 0%, #e8eef7 100%);
}

.pub-waitlist-inner {
    max-width: 640px;
    text-align: center;
}

.pub-waitlist-form {
    display: flex;
    gap: 0.75rem;
    margin: 1.5rem auto 0.75rem;
    max-width: 480px;
}

.pub-waitlist-form input[type="email"] {
    flex: 1;
    padding: 0.85rem 1rem;
    border: 1px solid #c5d0e0;
    border-radius: 4px;
    font-size: 1rem;
}

.pub-waitlist-note {
    min-height: 1.5rem;
    font-size: 0.95rem;
    color: #1e3c72;
}

.pub-waitlist-note.is-error {
    color: #8a1f1f;
}

.pub-waitlist-alt {
    font-size: 0.95rem;
    color: #666;
}

.pub-excerpt-hero {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #fff;
    padding: 6.5rem 0 3rem;
}

.pub-excerpt-hero h1 {
    color: #fff;
    max-width: 40rem;
}

.pub-excerpt-hero .pub-author {
    color: rgba(255, 255, 255, 0.9);
}

.pub-excerpt-hero .pub-chapter-label {
    color: #ffd700;
}

.pub-breadcrumb {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.pub-breadcrumb a {
    color: #ffd700;
}

.pub-excerpt-body {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 20px 1rem;
    font-size: 1.08rem;
    line-height: 1.75;
}

.pub-excerpt-body h2 {
    margin-top: 2rem;
    color: #1e3c72;
}

.pub-excerpt-body h3 {
    margin-top: 1.5rem;
    color: #2a5298;
}

.bible-quote {
    margin: 0 0 1.75rem;
    padding: 1.25rem 1.5rem;
    border-left: 3px solid #ffd700;
    background: #f7f9fc;
    font-style: italic;
}

.bible-quote cite {
    display: block;
    margin-top: 0.75rem;
    font-style: normal;
    font-size: 0.95rem;
    color: #1e3c72;
}

.excerpt-close {
    margin-top: 2rem;
    color: #555;
}

.pub-excerpt-break {
    margin: 2.5rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #d7deea;
    border-bottom: 1px solid #d7deea;
}

.pub-attribution {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2rem;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 900px) {
    .pub-hero-inner {
        grid-template-columns: 1fr;
    }

    .pub-cover-placeholder {
        margin: 0 auto;
        max-width: 220px;
    }

    .pub-audience-grid,
    .pub-excerpt-grid {
        grid-template-columns: 1fr;
    }

    .pub-waitlist-form {
        flex-direction: column;
    }
}
