.site-footer-main {
    background: #3D0B20;
}

.site-footer-main .bottom-info {
    padding: 36px 0 32px;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(235px, 1.3fr) minmax(185px, 1fr) minmax(170px, .95fr) minmax(245px, 1.35fr);
    gap: 30px;
    align-items: start;
}

.footer-panel {
    min-width: 0;
}

.footer-heading {
    margin: 5px 0 17px;
    color: #e985ae;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.footer-contact__logo {
    display: block;
    width: 190px;
    max-width: 100%;
    margin-bottom: 17px;
}

.footer-contact__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-contact__detail {
    display: flex;
    align-items: flex-start;
    max-width: 310px;
    margin: 0 0 6px;
    color: #f7edf1;
    font-family: 'ChronicleDisp-R', 'Times New Roman', serif;
    font-size: 18px;
    font-style: normal;
    line-height: 1.3;
}

.site-footer-main .footer-contact__detail,
.site-footer-main .footer-contact__detail > span {
    color: #f7edf1;
}

.site-footer-main .footer-contact__detail > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 18px;
    line-height: 1.3;
}

.footer-contact__icon {
    display: inline-flex;
    flex: 0 0 19px;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 21px;
    margin: 1px 9px 0 0;
}

.footer-contact__icon svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: #e24285;
}

.site-footer-main .footer-contact__link:hover,
.site-footer-main .footer-links a:hover {
    color: #f8a4c6;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 19px 0 0;
    padding: 0;
    list-style: none;
}

.site-footer-main .footer-socials li {
    margin: 0;
}

.site-footer-main .footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    transition: border-color .2s, background-color .2s;
}

.site-footer-main .footer-socials a:hover {
    border-color: #e24285;
    background-color: rgba(226, 66, 133, .18);
}

.footer-socials svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.site-footer-main .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-main .footer-links li + li {
    margin-top: 8px;
}

.site-footer-main .footer-links a {
    color: #f7edf1;
    font-family: 'ChronicleDisp-R', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none;
    transition: color .2s;
}

.footer-panel--newsletter form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: 100%;
    margin: 0;
}

.footer-panel--newsletter input {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
}

.footer-panel--newsletter input::placeholder {
    color: rgba(255, 255, 255, .68);
}

.footer-panel--newsletter .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    height: 44px;
    padding: 0 12px;
    border-radius: 0;
    background: #e24285;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    white-space: nowrap;
}

.footer-panel--newsletter .button:hover {
    background: #ef70a6;
}

.site-footer-main a:focus-visible,
.site-footer-legal a:focus-visible,
.site-footer-main input:focus-visible,
.site-footer-main button:focus-visible {
    outline: 2px solid #f8a4c6;
    outline-offset: 3px;
}

.site-footer-legal {
    padding: 0;
    background: #3D0B20;
}

.footer-legal-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 28px;
    min-height: 58px;
    padding: 14px 0;
    border-top: 1px solid rgba(233, 133, 174, .35);
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 18px;
}

.site-footer-legal p,
.site-footer-legal a {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-family: 'ChronicleDisp-R', 'Times New Roman', serif;
    font-size: 15px;
    line-height: 1.4;
}

.site-footer-legal .footer-legal-credit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-legal-credit img {
    display: block;
    flex: none;
    width: 57px;
    height: 17px;
}

.site-footer-legal a:hover {
    color: #f8a4c6;
}

@media screen and (max-width: 1100px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: 'brand newsletter' 'explore shop';
        gap: 30px 42px;
    }

    .footer-panel--brand { grid-area: brand; }
    .footer-panel--explore { grid-area: explore; }
    .footer-panel--shop { grid-area: shop; }
    .footer-panel--newsletter { grid-area: newsletter; }

    .footer-legal-links {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .site-footer-main .bottom-info {
        padding: 27px 0 25px;
    }

    .footer-grid {
        grid-template-areas: 'brand brand' 'explore shop' 'newsletter newsletter';
        gap: 27px 20px;
    }

    .footer-contact__logo {
        width: 180px;
        margin-bottom: 14px;
    }

    .footer-contact__detail {
        max-width: none;
    }

    .footer-socials {
        margin-top: 15px;
    }

    .footer-heading {
        margin: 0 0 12px;
        font-size: 21px;
    }

    .site-footer-main .footer-links li + li {
        margin-top: 7px;
    }

    .footer-legal-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding: 16px 0 20px;
    }
}
