/* DESKTOP */
@media (min-width: 768px) {
    #hodor-landing .as-hero-inner {
        flex-direction: row-reverse; align-items: flex-start; min-height: 90vh;
    }
    #hodor-landing .as-hero-image-wrap {
        width: 42%; position: relative; align-self: stretch;
    }
    #hodor-landing .as-hero-image-wrap img {
        width: 100%; height: auto;
    }
    #hodor-landing .as-hero-image-wrap::after {
        content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 60%; height: 100%;
        background: linear-gradient(to right, transparent, #05271f);
        pointer-events: none;
    }
    #hodor-landing .as-hero-content {
        flex: 1; padding: 72px 48px 72px 0; display: flex;
        flex-direction: column; justify-content: center; align-self: center;
    }
    #hodor-landing .as-outcomes-grid { grid-template-columns: 1fr 1fr; }
}