/* Orphans Gate homepage — compact editorial news callout. */
body.orphan-site-shell .orphan-news-cta {
    position: relative;
    padding: clamp(62px, 7vw, 96px) 0 !important;
    background: #fff !important;
    background-image: none !important;
    color: #111715 !important;
    overflow: hidden;
}

body.orphan-site-shell .orphan-news-cta .container {
    position: relative;
    z-index: 1;
}

body.orphan-site-shell .orphan-news-cta__inner {
    width: min(100%, 980px);
    text-align: start;
}

body.orphan-site-shell .orphan-news-cta__inner h2 {
    max-width: 900px;
    margin: 0 0 28px;
    color: var(--ogs-accent, #087f83) !important;
    font-family: "bold", "OrphanBold", Arial, sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.02em;
}

body.orphan-site-shell .orphan-news-cta__inner p {
    max-width: 940px;
    margin: 0 0 38px;
    color: var(--ogs-ink, #173841) !important;
    font-size: clamp(16px, 1.7vw, 21px);
    font-weight: 400;
    line-height: 1.85;
}

body.orphan-site-shell .orphan-news-cta__button {
    min-width: 150px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding: 13px 24px;
    border: 1px solid var(--ogs-accent) !important;
    border-radius: var(--ogs-button-radius, 10px) !important;
    background: var(--ogs-accent) !important;
    color: #fff !important;
    font-family: "bold", "OrphanBold", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(var(--ogs-primary-rgb), .18);
    transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.orphan-site-shell .orphan-news-cta__button:hover {
    border-color: var(--ogs-accent-dark) !important;
    background: var(--ogs-accent-dark) !important;
    color: #fff !important;
    box-shadow: 0 16px 32px rgba(var(--ogs-primary-rgb), .23);
    transform: translateY(-2px);
}

body.orphan-site-shell .orphan-news-cta__button i {
    color: inherit !important;
    font-size: 14px;
    transition: transform .2s ease;
}

body.orphan-site-shell .orphan-news-cta__button:hover i {
    transform: translateX(-3px);
}

html[dir="ltr"] body.orphan-site-shell .orphan-news-cta__button:hover i {
    transform: translateX(3px);
}

@media (max-width: 767.98px) {
    body.orphan-site-shell .orphan-news-cta {
        padding: 48px 0 !important;
    }

    body.orphan-site-shell .orphan-news-cta__inner h2 {
        margin-bottom: 19px;
        font-size: 30px;
    }

    body.orphan-site-shell .orphan-news-cta__inner p {
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.8;
    }

    body.orphan-site-shell .orphan-news-cta__button {
        min-height: 50px;
        padding-inline: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.orphan-site-shell .orphan-news-cta__button,
    body.orphan-site-shell .orphan-news-cta__button i {
        transition: none !important;
    }
}
