.clouds, .farm, .animals {
    width: 100%;

    img {
        width: 100%;
        display: block;
    }
}
.clouds {
    position: relative;
    z-index: 1;
    margin-top: var(--spacing-sm);

    @media screen and (max-width: 768px) {
        margin-top: var(--spacing-xl);
    }
    @media screen and (max-width: 576px) {
        margin-top: 0;
    }
}
.farm {
    mix-blend-mode: multiply;
    position: relative;
    z-index: 2;
    margin-top: -8%;

    @media screen and (max-width: 768px) {
        margin-top: -4%;
    }
    @media screen and (max-width: 576px) {
        margin-top: -15%;
    }
}
.animals {
    position: relative;
    z-index: 3;
    margin-top: -28%;

    @media screen and (max-width: 1200px) {
        margin-top: -25%;
        margin-bottom: 20px;
    }
    @media screen and (max-width: 991px) {
        margin-top: -23%;
    }
    @media screen and (max-width: 768px) {
        margin-top: -30%;
    }
    @media screen and (max-width: 576px) {
        margin-top: -65%;
    }
}
.site-footer {
    background-color: var(--color-scda-brown);
    color: var(--color-white);
    padding: 0px 0 110px;
    position: relative;
    z-index: 4;

    /* Preserve button colors - don't let footer color override */
    .btn {
        &.btn-solid-white {
            color: var(--color-scda-blue);
            
            &:hover, &:focus-visible {
                background-color: var(--color-scda-midnight);
                color: var(--color-white);
            }
        }
        &.btn-solid-blue {
            color: var(--color-white);
            
            &:hover, &:focus-visible {
                background-color: var(--color-scda-midnight);
            }
        }
        &.btn-outline-blue {
            color: var(--color-scda-blue);
            
            &:hover, &:focus-visible {
                background-color: var(--color-white);
                border: 2px solid var(--color-white);
                box-shadow: 0 0 4px 0 rgba(81, 83, 74, 0.25);
            }
        }
        &.btn-outline-white {
            color: var(--color-white);
            
            &:hover, &:focus-visible {
                background-color: var(--color-white);
                color: var(--color-scda-blue);
            }
        }
    }

    /* Responsive visibility helpers */
    .desktop-only {
        @media screen and (max-width: 1200px) {
            display: none !important;
        }
    }
    .mobile-only {
        display: none !important;

        @media screen and (max-width: 1200px) {
            display: block !important;
        }
    }

    /* 2-column layout with gap */
    > .container {
        > .row {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            gap: 100px;
            
            @media screen and (max-width: 1400px) {
                gap: 60px;
            }
            
            @media screen and (max-width: 1200px) {
                flex-wrap: wrap;
                gap: 0;
            }
        }
    }
    
    .footer-col {
        @media screen and (max-width: 1200px) {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    .footer-col-about {
        max-width: 692px;
        flex: 1 1 auto;
        min-width: 0;
        
        @media screen and (max-width: 1200px) {
            text-align: center;
            max-width: none;
            flex: 0 0 100%;
        }
    }
    .footer-col-nav {
        flex: 0 0 360px;
        min-width: 360px;
        
        @media screen and (max-width: 1400px) {
            flex: 0 0 280px;
            min-width: 280px;
        }
        
        @media screen and (max-width: 1200px) {
            text-align: center;
            margin-top: 0;
            flex: 0 0 100%;
            min-width: 0;
        }
    }
    .footer-col-mobile-extras {
        text-align: center;
        margin-top: 0px;
        flex: 0 0 100%;
    }

    .footer-logo {
        max-width: 400px;
        margin-bottom: 24px;

        @media screen and (max-width: 1200px) {
            margin: 0px auto 24px;
        }
        a {
            display: block;
        }
        img {
            width: 100%;
        }
    }
    .footer-info {
        margin-bottom: 24px;

        @media screen and (max-width: 1200px) {
            margin-bottom: 60px;
        }
        p {
            max-width: 615px;
            margin: 0;

            @media screen and (max-width: 1200px) {
                max-width: none;
                text-align: center;
            }
        }
    }
    .footer-nav-primary, .footer-nav-secondary {
        ul {
            margin: 0;
            padding: 0;

            li {
                list-style-type: none;
                width: 100%;
                text-align: left;
                margin-left: 0;
                margin-bottom: 24px;

                @media screen and (max-width: 1200px) {
                    text-align: center;
                    margin-bottom: 20px;
                }
                &:last-of-type {
                    margin-bottom: 0;
                }
                a {
                    letter-spacing: 1.8px;
                    line-height: 1.3;
                    position: relative;
                    font-weight: 500;
                    text-transform: uppercase;
                    color: var(--color-scda-white);
                    text-decoration: none;
                    padding-right: 21px;
                    transition: text-shadow .2s ease-in-out, color .2s ease-in-out;

                    @media screen and (max-width: 768px) {
                        font-size: 1rem;
                        letter-spacing: 1.6px;
                    }
                    &:hover, &:focus-visible {
                        &:before {
                            opacity: 1;
                        }
                        &:after {
                            right: -5px;
                        }
                    }
                    &:before {
                        content: '';
                        display: block;
                        width: calc(100% - 21px);
                        height: 2px;
                        background-color: var(--color-white);
                        position: absolute;
                        left: 0px;
                        bottom: 0px;
                        opacity: 0;
                        transition: .2s ease-in-out;
                    }
                    &:after {
                        content: '';
                        display: block;
                        width: 13px;
                        height: 11px;
                        background-image: url('../../../assets/svg/menu-right-arrow-white.svg');
                        background-repeat: no-repeat;
                        background-size: cover;
                        position: absolute;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                        transition: .2s ease-in-out;
                    }
                }
            }
        }
    }
    .footer-social {
        margin: 0;
        padding: 0;

        @media screen and (max-width: 1200px) {
            margin-top: 60px;
        }
        @media screen and (max-width: 768px) {
            text-align: center;
        }
        li {
            list-style-type: none;
            display: inline-block;
            margin-right: 20px;

            &:last-of-type {
                margin-right: 0;
            }
            a {
                display: block;
                color: var(--color-white);
                transition: .2s ease-in-out;

                &:hover, &:focus-visible {
                    color: var(--color-scda-beige);
                    transform: scale(1.1);
                }
            }
        }
    }
    .footer-nav-primary {
        margin-top: 45px;

        @media screen and (max-width: 1200px) {
            margin-top: 0;
        }
    }

    /* Newsletter / Mailchimp Form Styles */
    .footer-newsletter {
        margin-bottom: 24px;
        
        @media screen and (max-width: 1200px) {
            margin-bottom: 60px;
        }
        
        #mc_embed_signup {
            max-width: 100%;

            @media screen and (max-width: 1200px) {
                margin: 0 auto;
            }
            h3 {
                color: #FAF0E7;
                font-family: var(--font-primary);
                font-size: 1.125rem;
                font-weight: 700;
                line-height: normal;
                margin: 0 0 8px;
                text-transform: none;
                letter-spacing: 0.135px;
            }
            p {
                color: #DED2CE;
                font-family: var(--font-primary);
                font-size: 0.875rem;
                font-weight: 700;
                line-height: normal;
                margin: 0 0 8px;
                letter-spacing: 0.105px;
            }
            .indicates-required {
                font-size: .85rem;
                line-height: 1.2;
                color: rgba(255, 255, 255, 0.7);
                margin-bottom: 20px;

                .asterisk {
                    color: var(--color-scda-tomato);
                }
            }
            #mc_embed_signup_scroll {
                display: flex;
                gap: 10px;
                align-items: flex-end;
                
                @media screen and (max-width: 1200px) {
                    flex-direction: column;
                    align-items: stretch;
                }
            }
            .mc-field-group {
                margin-bottom: 0;
                flex: 0 0 224px;
                
                @media screen and (max-width: 1200px) {
                    flex: 1 1 auto;
                    margin-bottom: 16px;
                }

                label {
                    display: none;
                }
                input[type="text"],
                input[type="email"] {
                    width: 100%;
                    background-color: #FCF7F3;
                    border: 1px solid #FCF7F3;
                    border-radius: var(--border-radius);
                    box-shadow: 0 2px 4px 0 rgba(74, 74, 104, 0.10) inset;
                    font-family: var(--font-primary);
                    font-size: 1rem;
                    font-weight: 500;
                    line-height: 1.4;
                    color: var(--color-scda-black);
                    padding: 13px 16px;
                    height: auto;
                    transition: .2s ease-in-out;

                    &:focus {
                        border: 1px solid var(--color-scda-blue);
                        outline: none;
                    }
                    &::placeholder {
                        color: #7C7E77;
                    }
                }
            }
            input[type="submit"].button {
                background-color: transparent;
                border: 2px solid var(--color-white);
                color: var(--color-white);
                border-radius: var(--border-radius);
                padding: 12px 20px;
                font-family: var(--font-primary);
                font-size: 1rem;
                line-height: 1.2;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: .8px;
                cursor: pointer;
                transition: .2s ease-in-out;
                white-space: nowrap;
                align-self: stretch;
                
                @media screen and (max-width: 1200px) {
                    width: 100%;
                    margin-top: 4px;
                }

                &:hover, &:focus-visible {
                    background-color: var(--color-white);
                    color: var(--color-scda-blue);
                }
                &:focus {
                    outline: none;
                }
            }
            #mce-responses {
                .response {
                    font-size: .9rem;
                    line-height: 1.4;
                    padding: 12px 16px;
                    border-radius: var(--border-radius);
                    margin-top: 16px;
                }
                #mce-error-response {
                    background-color: var(--color-scda-tomato);
                    color: var(--color-white);
                }
                #mce-success-response {
                    background-color: var(--color-scda-grass);
                    color: var(--color-white);
                }
            }
        }
    }
}
.back-to-top {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    background-color: var(--color-scda-beige);
    color: var(--color-scda-blue);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .2s ease-in-out;

    &:hover, &:focus-visible {
        background-color: var(--color-white);
        transform: scale(1.1);
    }
}