.fwo-hero .fwk-hero__media::after {
    background: linear-gradient(90deg, rgba(7, 12, 13, .96) 0%, rgba(7, 12, 13, .86) 43%, rgba(7, 12, 13, .24) 78%, rgba(7, 12, 13, .08) 100%);
}

.fwo-hero .fwk-hero__media img {
    object-position: 62% 55%;
}

.fwo-hero .fwk-hero__copy {
    max-width: 880px;
}

.fwo-reference-links {
    display: grid;
    gap: 6px;
}

.fwo-reference-links a {
    display: inline-block;
}

.fwo-dark-intro {
    max-width: 820px;
    margin-top: 18px !important;
    color: #c9c5bf;
}

.fwo-process a {
    color: #171717;
}

.fwo-buyer-checklist {
    border: 1px solid rgba(255, 255, 255, .12);
    background: #252525;
}

.fwo-contact-lines {
    margin-top: 22px !important;
    font-weight: 700;
}

.fwo-contact-lines a {
    color: #fff;
}

.fwo-form-kicker {
    color: #a95e10;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fwo-form-note {
    margin: 8px 0 22px !important;
    color: #66645f;
    font-size: .9rem;
}

.fwo-mobile-cta {
    display: none;
}

.fwo-social-rail {
    position: fixed;
    z-index: 45;
    top: 50%;
    right: 0;
    display: none;
    transform: translateY(-50%);
}

.fwo-social-rail__inner {
    max-height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 12px;
    border: 1px solid #eee7de;
    border-right: 0;
    border-radius: 14px 0 0 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(20, 20, 20, .16);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d8c8b6 transparent;
}

.fwo-social-rail__link {
    position: relative;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #b86612;
    background: #fff4e8;
    font-size: 18px;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.fwo-social-rail__link:hover,
.fwo-social-rail__link:focus-visible {
    color: #fff;
    background: #ce791c;
    transform: translateX(-3px);
}

.fwo-social-rail__link::before {
    content: attr(data-label);
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    padding: 6px 9px;
    border-radius: 6px;
    color: #fff;
    background: #202020;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(5px, -50%);
    transition: opacity .2s ease, transform .2s ease;
}

.fwo-social-rail__link:hover::before,
.fwo-social-rail__link:focus-visible::before {
    opacity: 1;
    transform: translate(0, -50%);
}

.fwo-social-rail__divider {
    width: 100%;
    height: 1px;
    background: #e8e1d8;
}

@media (min-width: 768px) {
    .fwo-social-rail {
        display: block;
    }
}

@media (max-width: 767px) {
    .fwo-hero .fwk-hero__media::after {
        background: linear-gradient(180deg, rgba(7, 12, 13, .58), rgba(7, 12, 13, .97) 65%);
    }

    .fwo-hero .fwk-hero__media img {
        object-position: 58% center;
    }

    .fwo-kitchen {
        padding-bottom: 126px;
    }

    .fwo-social-rail {
        top: auto;
        right: 12px;
        bottom: 72px;
        left: 12px;
        display: block;
        transform: none;
    }

    .fwo-social-rail__inner {
        max-height: none;
        max-width: 100%;
        flex-direction: row;
        gap: 8px;
        padding: 8px;
        border: 1px solid #eee7de;
        border-radius: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
    }

    .fwo-social-rail__link {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .fwo-social-rail__link:hover,
    .fwo-social-rail__link:focus-visible {
        transform: none;
    }

    .fwo-social-rail__link::before {
        display: none;
    }

    .fwo-social-rail__divider {
        width: 1px;
        height: 32px;
        flex: 0 0 1px;
        align-self: center;
    }

    .fwo-mobile-cta {
        position: fixed;
        z-index: 999;
        right: 14px;
        bottom: 12px;
        left: 14px;
        display: flex;
        min-height: 50px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #fff;
        background: #ce791c;
        box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
        font-weight: 800;
        text-decoration: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fwo-mobile-cta,
    .fwo-social-rail__link,
    .fwo-social-rail__link::before {
        scroll-behavior: auto;
        transition: none;
    }
}
