@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&display=swap');

/* ============================================
   Kent Footer
   ============================================ */

.new-footer {
    width: 100%;
    background-color: #234514;
    color: #fff;
    padding: 80px 0;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
    max-width: 520px;
}

.footer-brand-top {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.footer-logo {
    width: 92px;
    height: auto;
    flex-shrink: 0;
}

.footer-description,
.footer-copyright {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: #fff;
}

.footer-info {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 56px;
    row-gap: 40px;
}

.footer-heading {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px;
}

.footer-text {
    font-style: normal;
    line-height: 1.7;
    margin: 0;
}

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

.footer-phones {
    display: grid;
    grid-template-columns: repeat(3, auto);
}

.new-footer a {
    color: #fff;
    text-decoration: none;
}

.new-footer a:hover {
    opacity: 0.8;
}

.footer-social-icons {
    display: flex;
    gap: 22px;
}

@media (max-width: 1200px) {
    .footer-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .new-footer {
        padding: 56px 0;
    }

    .footer-brand-top {
        flex-direction: column;
        gap: 20px;
    }

    .footer-info {
        grid-template-columns: 1fr;
    }

    .footer-phones {
        grid-template-columns: repeat(2, auto);
    }
}

/* Kent Raw footer proportions and typography. */
.new-footer {
    padding: 46px 24px 47px;
    background: #194a12;
}

.new-footer .footer-grid {
    width: min(820px, 100%);
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.55fr;
    gap: 48px;
}

.new-footer .footer-brand {
    grid-column: 1;
    max-width: none;
    gap: 28px;
}

.new-footer .footer-brand-top {
    gap: 13px;
}

.new-footer .footer-logo {
    width: 46px;
    height: 74px;
    object-fit: contain;
}

.new-footer .footer-description,
.new-footer .footer-copyright,
.new-footer a {
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    line-height: 1.55;
}

.new-footer .footer-info {
    display: contents;
}

.new-footer .footer-block {
    min-width: 0;
}

.new-footer .footer-block:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.new-footer .footer-block:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.new-footer .footer-block:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.new-footer .footer-block:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
}

.new-footer .footer-heading {
    margin: 0 0 9px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.new-footer .footer-text,
.new-footer .footer-list {
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    line-height: 1.55;
}

.new-footer .footer-list {
    gap: 8px 16px;
}

.new-footer .footer-phones {
    display: block;
}

.new-footer .footer-phones li + li {
    margin-top: 2px;
}

.new-footer .footer-social-icons {
    gap: 13px;
}

.new-footer .footer-social-icons svg {
    width: 14px;
    height: 14px;
}

@media (min-width: 1200px) {
    .new-footer {
        padding: 60px 32px 62px;
    }

    .new-footer .footer-grid {
        width: min(1280px, 100%);
        gap: 70px;
    }

    .new-footer .footer-logo {
        width: 60px;
        height: 96px;
    }

    .new-footer .footer-description,
    .new-footer .footer-copyright,
    .new-footer a,
    .new-footer .footer-text,
    .new-footer .footer-list {
        font-size: 15px;
    }

    .new-footer .footer-heading {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .new-footer {
        padding: 36px 22px;
    }

    .new-footer .footer-grid {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .new-footer .footer-brand {
        gap: 28px;
    }

    .new-footer .footer-info {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .new-footer .footer-block:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }

    .new-footer .footer-brand-top {
        flex-direction: row;
    }

    .new-footer .footer-phones {
        display: block;
    }
}

@media (max-width: 480px) {
    .new-footer .footer-brand-top {
        flex-direction: column;
        gap: 20px;
    }
}
