/* Footer — compact flat layout */
.nt-footer {
    position: relative;
    background-color: var(--nt-forest-deep);
    background-image: linear-gradient(160deg, var(--nt-forest-deep) 0%, var(--nt-forest) 55%, var(--nt-green-deep) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.88);
    overflow: hidden;
}

.nt-footer--has-bg {
    background-image:
        linear-gradient(
            160deg,
            rgba(42, 61, 20, 0.92) 0%,
            rgba(63, 92, 32, 0.88) 55%,
            rgba(42, 61, 20, 0.94) 100%
        ),
        var(--nt-footer-bg);
}

.nt-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 15% 0%, rgba(141, 181, 63, 0.1), transparent 45%);
    pointer-events: none;
    z-index: 0;
}

.nt-footer-overlay { display: none; }

/* Newsletter — compact strip */
.nt-footer-newsletter {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-block: 1.25rem;
    background: rgba(0, 0, 0, 0.18);
}

.nt-footer-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    flex-wrap: wrap;
}

.nt-footer-newsletter-copy h3 {
    margin: 0 0 0.2rem;
    font-family: var(--nt-font-nav);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nt-footer-newsletter-copy h3 i {
    color: var(--nt-brand-bar);
}

.nt-footer-newsletter-copy p {
    margin: 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.65);
}

.nt-footer-newsletter-form {
    flex: 1;
    min-width: 0;
    max-width: 380px;
    width: 100%;
}

.nt-footer-newsletter-field {
    display: flex;
    gap: 0.4rem;
}

.nt-footer-newsletter-field input[type="email"] {
    flex: 1;
    min-width: 0;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: var(--nt-font-body);
    font-size: 0.875rem;
    outline: none;
}

.nt-footer-newsletter-field input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.nt-footer-newsletter-field input[type="email"]:focus {
    border-color: var(--nt-brand-bar);
    background: rgba(255, 255, 255, 0.12);
}

.nt-footer-newsletter-field .nt-btn,
.nt-footer-newsletter-field button {
    border-radius: 0;
    padding-inline: 1.1rem;
    font-family: var(--nt-font-nav);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nt-footer-newsletter-note {
    display: none;
}

/* Main footer row */
.nt-footer-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) minmax(0, 1.2fr);
    gap: 1.75rem 2.5rem;
    align-items: start;
    padding-block: 1.75rem 1.5rem;
}

.nt-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.nt-footer-logo img {
    height: 44px;
    width: auto;
    background: #fff;
    border-radius: 4px;
    padding: 3px;
}

.nt-footer-heading {
    margin: 0 0 0.65rem;
    font-family: var(--nt-font-nav);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--nt-brand-bar);
}

.nt-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.25rem;
    row-gap: 0.35rem;
}

.nt-footer-links a,
.nt-footer-contact a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.4;
    transition: color 0.2s;
}

.nt-footer-links a:hover,
.nt-footer-contact a:hover {
    color: #fff;
}

.nt-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.nt-footer-contact li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.875rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.82);
}

.nt-footer-contact i {
    color: var(--nt-brand-bar);
    margin-top: 0.2rem;
    width: 0.9rem;
    flex-shrink: 0;
    font-size: 0.8rem;
}

/* Social — compact */
.nt-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.nt-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: filter 0.2s, transform 0.2s;
    border: 1px solid transparent;
    font-size: 0.8rem;
}

.nt-social a:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.nt-social a[aria-label="Facebook"] { background: #1877f2; border-color: #1877f2; }
.nt-social a[aria-label="Twitter"] { background: #000; border-color: #000; }
.nt-social a[aria-label="LinkedIn"] { background: #0a66c2; border-color: #0a66c2; }
.nt-social a[aria-label="Instagram"] {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: transparent;
}
.nt-social a[aria-label="YouTube"] { background: #ff0000; border-color: #ff0000; }
.nt-social a[aria-label="TikTok"] { background: #010101; border-color: #25f4ee; }

/* Bottom bar */
.nt-footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 1;
}

.nt-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.35rem 1rem;
    padding-block: 0.85rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
}

.nt-footer-bottom-inner p {
    margin: 0;
}

.nt-logo-card { display: inline-block; }
.nt-logo-card--sm img { height: 40px; }

/* Legacy class hooks (older markup / responsive.css) */
.nt-footer-grid {
    position: relative;
    z-index: 1;
}

.nt-footer-about { display: none; }

@media (max-width: 991px) {
    .nt-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .nt-footer-brand {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem 1.25rem;
    }

    .nt-footer-newsletter-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
    }

    .nt-footer-newsletter-form {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .nt-footer-newsletter {
        padding-block: 1rem;
    }

    .nt-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 1rem;
        padding-block: 1.35rem 1.15rem;
    }

    .nt-footer-brand {
        grid-column: 1 / -1;
    }

    .nt-footer-links {
        column-gap: 0.75rem;
        row-gap: 0.3rem;
    }

    .nt-footer-links a,
    .nt-footer-contact li {
        font-size: 0.8125rem;
    }

    .nt-footer-newsletter-field {
        flex-direction: column;
    }

    .nt-footer-newsletter-field input[type="email"],
    .nt-footer-newsletter-field .nt-btn,
    .nt-footer-newsletter-field button {
        width: 100%;
        box-sizing: border-box;
    }

    .nt-footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-block: 0.75rem;
    }
}

@media (max-width: 480px) {
    .nt-footer-main {
        grid-template-columns: 1fr;
    }

    .nt-footer-nav,
    .nt-footer-contact-block {
        grid-column: 1;
    }
}
