/* Only the call to action inside the existing home portfolio section. */
body.n6d-front-page #main-content .n6d-real-projects .n6d-section-heading--projects > a.n6d-arrow-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    padding: 17px 25px !important;
    min-height: 56px !important;
    box-sizing: border-box !important;
    background: #243c31 !important;
    color: #fff !important;
    border: 1px solid #243c31 !important;
    border-radius: 5px !important;
    box-shadow: 0 5px 15px rgba(36,60,49,.13);
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: normal !important;
    transition: background .2s, box-shadow .2s;
}
body.n6d-front-page #main-content .n6d-real-projects .n6d-section-heading--projects > a.n6d-arrow-link:hover {
    background: #172c23 !important;
    box-shadow: 0 7px 20px rgba(36,60,49,.22);
}
body.n6d-front-page #main-content .n6d-real-projects .n6d-section-heading--projects > a.n6d-arrow-link:focus-visible {
    outline: 3px solid #8b632a !important;
    outline-offset: 4px !important;
}
body.n6d-front-page #main-content .n6d-real-projects .n6d-section-heading--projects > a.n6d-arrow-link span {
    font-size: 21px !important;
    color: #edd4a0 !important;
}
@media (max-width: 680px) {
    body.n6d-front-page #main-content .n6d-real-projects .n6d-section-heading--projects {
        display: grid !important;
        grid-template-columns: minmax(0,1fr) !important;
        gap: 22px !important;
    }
    body.n6d-front-page #main-content .n6d-real-projects .n6d-section-heading--projects > a.n6d-arrow-link {
        width: 100% !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    body.n6d-front-page #main-content .n6d-real-projects .n6d-section-heading--projects > a.n6d-arrow-link { transition: none; }
}
