.ss-custom-footer {
    width: 100%;
    background: #74070e;
    color: #ffffff;
    margin-top: 0;
}

.ss-footer-newsletter {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    padding: 42px 6%;
    background: repeating-linear-gradient(
        90deg,
        #ffeda8 0 4px,
        #ffffff 4px 5.5px
    );
    color: #74070e;
}

.ss-newsletter-copy {
    max-width: 100%;
}

.ss-footer-eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ss-newsletter-copy h2 {
    margin: 0 0 14px;
    color: #74070e;
    font-size: clamp(33px, 3.4vw, 53px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -1px;
}

.ss-newsletter-copy p {
    max-width: 100%;
    margin: 0;
    color: rgba(116, 7, 14, 0.78);
    font-size: 13px;
    line-height: 1.65;
}

.ss-newsletter-form {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    background: #ffffff;
    border: 1px solid rgba(116, 7, 14, 0.18);
    overflow: hidden;
}

.ss-newsletter-form input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 58px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
}

.ss-newsletter-form input::placeholder {
    color: #8a8a8a;
}

.ss-newsletter-form button {
    flex: 0 0 auto;
    height: 58px;
    padding: 0 34px;
    border: 0;
    border-radius: 0;
    background: #74070e;
    color: #ffeda8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.ss-newsletter-form button:hover {
    background: #d2e8ff;
    color: #74070e;
}

.ss-footer-main {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 65px;
    padding: 62px 6% 50px;
}

.ss-footer-brand h3 {
    margin: 0 0 20px;
    color: #ffeda8;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ss-footer-brand p {
    max-width: 100%;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.8;
}

.ss-footer-column h4 {
    margin: 0 0 22px;
    color: #ffeda8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ss-footer-column a {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.ss-footer-column a:hover {
    color: #ffeda8;
    transform: translateX(3px);
}

.ss-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ss-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    color: #ffeda8;
    border: 1px solid rgba(255, 237, 168, 0.32);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ss-footer-socials a:hover {
    background: #ffeda8;
    color: #74070e;
    border-color: #ffeda8;
}

.ss-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 6%;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    letter-spacing: 0.3px;
}

.ss-footer-bottom p {
    margin: 0;
}

@media (max-width: 991px) {
    .ss-footer-newsletter {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ss-newsletter-form {
        max-width: none;
        margin-left: 0;
    }

    .ss-footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
    }
}

@media (max-width: 767px) {
    .ss-footer-newsletter {
        padding: 36px 24px;
        gap: 24px;
    }

    .ss-newsletter-copy h2 {
        font-size: 35px;
    }

    .ss-newsletter-form {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        background: #ffffff;
        border: 1px solid rgba(116, 7, 14, 0.18);
        overflow: hidden;
    }

    .ss-newsletter-form input {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 52px;
        padding: 0 16px;
        font-size: 16px;
        border: 0;
        border-bottom: 1px solid rgba(116, 7, 14, 0.12);
        background: #ffffff;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        box-shadow: none;
    }

    .ss-newsletter-form button {
        width: 100%;
        height: 52px;
        margin-top: 0;
        padding: 0 16px;
        border-radius: 0;
        -webkit-appearance: none;
        appearance: none;
    }

    .ss-footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 48px 24px;
    }

    .ss-footer-brand p {
        max-width: none;
    }

    .ss-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 18px 24px;
    }
}
