.pastorPage__hero {
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff9ef 0%, #ffffff 55%, #f6efe2 100%);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

.pastorPage__hero-media {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 24px;
    background: radial-gradient(circle at top, rgba(212, 171, 68, 0.18), rgba(255, 255, 255, 0.96));
}

.pastorPage__hero-media img {
    width: min(100%, 360px);
    height: auto;
    display: block;
}

.pastorPage__eyebrow {
    display: inline-block;
    margin-bottom: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    color: #a57a16;
}

.pastorPage__hero-content h2 {
    margin-bottom: 1rem;
}

.pastorPage__lede {
    font-size: 1.15rem;
    color: #2b2b2b;
}

.pastorPage__quote {
    margin: 1.75rem 0;
    padding: 1.5rem 1.75rem;
    border-left: 4px solid #d4ab44;
    background: rgba(255, 255, 255, 0.7);
}

.pastorPage__quote p {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #111111;
}

.pastorPage__quote span {
    display: inline-block;
    color: #7b5b12;
    font-weight: 700;
}

.pastorPage__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.pastorPage__snapshot {
    margin-bottom: 3rem;
}

.pastorPage__stat,
.pastorPage__panel {
    height: 100%;
    padding: 1.75rem;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(17, 17, 17, 0.08);
}

.pastorPage__stat {
    text-align: center;
}

.pastorPage__stat h5 {
    margin-bottom: 0.75rem;
    color: #b68817;
    white-space: nowrap;
}

.pastorPage__body p:last-child,
.pastorPage__timeline-item p:last-child {
    margin-bottom: 0;
}

.pastorPage__timeline {
    display: grid;
    gap: 1rem;
}

.pastorPage__timeline-item {
    padding: 1.1rem 1.25rem;
    border-radius: 18px;
    background: #fbf7ee;
    border: 1px solid rgba(212, 171, 68, 0.18);
}

.pastorPage__timeline-item h6 {
    margin-bottom: 0.45rem;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pastorPage__sidebar-panel + .pastorPage__sidebar-panel {
    margin-top: 1.5rem;
}

.pastorPage__sidebar-btn {
    width: 100%;
    text-align: center;
    margin: 1rem 0 1.25rem;
}

.pastorPage__info-list li {
    align-items: flex-start;
}

.pastorPage__location-copy {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #2b2b2b;
}

@media (max-width: 991px) {
    .pastorPage__hero {
        padding: 1.5rem;
    }

    .pastorPage__hero-media {
        padding: 1.5rem;
    }
}

@media (max-width: 575px) {
    .pastorPage__actions {
        flex-direction: column;
    }

    .pastorPage__actions .default-btn {
        width: 100%;
        text-align: center;
    }

    .pastorPage__quote {
        padding: 1.2rem;
    }
}
