.site-footer,
.site-footer * {
    box-sizing: border-box;
}

.site-footer {
    background: #fbfaf4;
    color: #323723;
    padding: 56px 0 34px;
    font-family: "HvDTrial Brandon Grotesque", Arial, sans-serif;
}

.site-footer > .container {
    width: min(100% - 48px, 1440px);
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.site-footer a {
    color: inherit;
}

.site-footer--grid {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.site-footer--ctas,
.site-footer--navs {
    min-width: 0;
}

.site-footer--ctas {
    max-width: 420px;
    font-family: "Cormorant Garamond", Georgia, serif;
}

.footer-title {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9dacb;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-family: "HvDTrial Brandon Grotesque", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.site-footer--ctas-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    margin-top: 20px;
}

.site-footer--ctas .footer-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.site-footer .footer-cta-title,
.site-footer .footer-cta-copy {
    font-family: "Cormorant Garamond", Georgia, serif !important;
}

.site-footer--cta {
    min-height: 0;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
}

.site-footer--cta > svg {
    width: 24px;
    height: 24px;
    margin: 0 0 14px;
    flex: 0 0 auto;
}

.site-footer--cta .h4 {
    display: block;
    max-width: 420px;
    margin: 0 0 33px;
    color: #323723;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 23px;
    line-height: 1.28;
    font-weight: 400;
}

.site-footer .theme-button {
    min-height: 46px;
    margin-top: auto;
    padding: 10px 30px;
    border: 1px solid #475e41;
    border-radius: 7px;
    background: #475e41;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "HvDTrial Brandon Grotesque", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.site-footer .theme-button:hover,
.site-footer .theme-button:focus-visible {
    background: transparent;
    color: #475e41;
}

.site-footer .large-para {
    margin: 26px 0 0;
    font-size: 19px;
    line-height: 1.4;
}

.site-footer .large-para a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.site-footer .large-para svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.site-footer--navs-grid {
    display: grid;
    grid-template-columns: minmax(430px, 2.05fr) minmax(220px, 1fr);
    column-gap: 30px;
}

.footer-nav .menu {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 58px;
}

.footer-nav + .footer-nav .menu {
    columns: 1;
}

.footer-nav li {
    margin: 0 0 12px;
    break-inside: avoid;
    font-size: 18px;
    line-height: 1.45;
}

.footer-nav a {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer--lower {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end;
    margin-top: 73px;
    padding: 0;
    border: 0;
}

.site-footer--widgets,
.site-footer--widgets--grid {
    margin: 0;
}

.site-footer--widget {
    width: 100%;
    max-width: 510px;
}

.site-footer--carehomeuk {
    min-height: 67px;
}

.site-footer--carehomeuk .tg-review-widget-container {
    font-family: Arial, sans-serif !important;
}

.site-footer .tiny {
    margin: 0 0 2px;
    color: #616358;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    white-space: nowrap;
    text-align: right;
}

.site-footer--meta-left {
    text-align: left;
    margin-right: auto;
}

.site-footer--meta-right {
    text-align: right;
    margin-left: 40px;
}

.site-footer .tiny a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer button {
    font: inherit;
}

@media (max-width: 1350px) {
    .site-footer--grid {
        grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
        gap: 40px;
    }

    .site-footer--navs-grid {
        grid-template-columns: 1.65fr 1fr;
    }

    .site-footer--lower {
        display: flex;
        justify-content: space-between;
    }

    .site-footer .tiny {
        white-space: normal;
    }
}

@media (max-width: 1050px) {
    .site-footer > .container {
        width: min(100% - 40px, 1440px);
    }

    .site-footer--grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .site-footer--ctas {
        max-width: 100%;
    }

    .site-footer--navs-grid {
        grid-template-columns: 2fr 1fr;
    }

    .site-footer--lower {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        align-items: start;
        margin-top: 55px;
    }

    .site-footer .tiny {
        text-align: left;
    }

    .site-footer--meta-right {
        justify-self: start;
    }
}

@media (max-width: 700px) {
    .site-footer {
        padding: 40px 0 28px;
    }

    .site-footer > .container {
        width: min(100% - 28px, 1440px);
    }

    .site-footer--ctas-grid,
    .site-footer--navs-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .site-footer--cta {
        min-height: 0;
    }

    .site-footer--cta .h4 {
        margin-bottom: 22px;
    }

    .site-footer .theme-button {
        margin-top: 0;
    }

    .footer-nav .menu {
        columns: 1;
    }

    .site-footer--lower {
        margin-top: 42px;
    }

    .site-footer .tiny {
        font-size: 15px;
    }
}
