.nh-contact {
    overflow: hidden;
    background: #fff;
    color: var(--nh-ink);
}

.nh-contact :where(h1, h2, h3, p, li, label, summary, a, span) {
    overflow-wrap: anywhere;
}

.nh-contact-hero {
    position: relative;
    min-height: 690px;
    display: grid;
    align-items: end;
    isolation: isolate;
    background: var(--nh-primary-deep);
}

.nh-contact-hero__media,
.nh-contact-hero__overlay {
    position: absolute;
    inset: 0;
}

.nh-contact-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nh-contact-hero__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 42, 27, .96) 0%, rgba(0, 42, 27, .88) 43%, rgba(0, 42, 27, .38) 74%, rgba(0, 42, 27, .16) 100%),
        linear-gradient(0deg, rgba(0, 35, 23, .64), transparent 55%);
}

.nh-contact-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .58fr);
    gap: clamp(50px, 8vw, 130px);
    align-items: end;
    padding-block: 150px 88px;
}

.nh-contact-hero__copy {
    max-width: 760px;
}

.nh-contact-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 24px;
    color: var(--nh-lime);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nh-contact-hero h1 {
    margin: 0;
    max-width: 800px;
    color: #fff !important;
    font-size: clamp(3.1rem, 6.2vw, 6.7rem);
    line-height: .93;
    letter-spacing: -.065em;
}

.nh-contact-hero__copy > p {
    max-width: 660px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .82) !important;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.75;
}

.nh-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
}

.nh-contact-hero__link {
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
}

.nh-contact-hero__promise {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 28px;
    background: rgba(0, 74, 45, .58);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.nh-contact-hero__promise span {
    color: var(--nh-lime) !important;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nh-contact-hero__promise strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.15;
}

.nh-contact-hero__promise p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .76) !important;
    line-height: 1.6;
}

.nh-contact-quick {
    position: relative;
    z-index: 4;
    margin-top: -34px;
}

.nh-contact-quick__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--nh-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--nh-shadow);
    overflow: hidden;
}

.nh-contact-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 28px 24px;
    min-width: 0;
}

.nh-contact-card + .nh-contact-card {
    border-left: 1px solid var(--nh-border);
}

.nh-contact-card__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--nh-soft-2);
    color: var(--nh-primary-dark) !important;
    font-size: 1.25rem;
    font-weight: 900;
}

.nh-contact-card div > span {
    color: var(--nh-primary) !important;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nh-contact-card h2 {
    margin: 4px 0 10px;
    color: var(--nh-ink) !important;
    font-size: 1.08rem;
}

.nh-contact-card a,
.nh-contact-card p {
    display: block;
    margin: 2px 0;
    color: var(--nh-body) !important;
    font-size: .91rem;
    line-height: 1.55;
    text-decoration: none;
}

.nh-contact-card a:hover {
    color: var(--nh-primary) !important;
}

.nh-contact-main {
    padding: clamp(90px, 10vw, 150px) 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(200, 242, 122, .18), transparent 28%),
        var(--nh-soft);
}

.nh-contact-main__grid {
    display: grid;
    grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: start;
}

.nh-contact-main__intro > h2 {
    max-width: 590px;
    margin: 0;
    color: var(--nh-ink) !important;
    font-size: clamp(2.5rem, 4.7vw, 4.9rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.nh-contact-main__intro > p {
    margin: 24px 0 0;
    color: var(--nh-body) !important;
    font-size: 1.04rem;
    line-height: 1.8;
}

.nh-contact-main__image {
    position: relative;
    margin-top: 34px;
    border-radius: 28px;
    overflow: hidden;
    min-height: 430px;
    box-shadow: var(--nh-shadow-soft);
}

.nh-contact-main__image img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.nh-contact-main__image-caption {
    position: absolute;
    inset: auto 18px 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(0, 48, 31, .92);
}

.nh-contact-main__image-caption strong,
.nh-contact-main__image-caption span {
    display: block;
    color: #fff !important;
}

.nh-contact-main__image-caption strong {
    font-size: 1.05rem;
}

.nh-contact-main__image-caption span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .75) !important;
    font-size: .86rem;
}

.nh-contact-process {
    margin-top: 28px;
    padding: 26px;
    border: 1px solid var(--nh-border);
    border-radius: 24px;
    background: #fff;
}

.nh-contact-process h3 {
    margin: 0 0 18px;
    color: var(--nh-ink) !important;
    font-size: 1.2rem;
}

.nh-contact-process ol {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nh-contact-process li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    color: var(--nh-body) !important;
    line-height: 1.55;
}

.nh-contact-process li span {
    color: var(--nh-primary) !important;
    font-weight: 900;
}

.nh-contact-form-shell {
    padding: clamp(26px, 4vw, 50px);
    border: 1px solid var(--nh-border);
    border-radius: 32px;
    background: #fff;
    box-shadow: var(--nh-shadow);
}

.nh-contact-notice {
    margin-bottom: 26px;
    padding: 17px 19px;
    border-radius: 16px;
    font-weight: 750;
    line-height: 1.55;
}

.nh-contact-notice--success {
    border: 1px solid #a9d7b4;
    background: #e9f8ed;
    color: #145b2a;
}

.nh-contact-notice--warning {
    border: 1px solid #e5c878;
    background: #fff7d9;
    color: #705400;
}

.nh-contact-notice--error {
    border: 1px solid #efaaaa;
    background: #fff0f0;
    color: #8b1e1e;
}

.nh-contact-form {
    display: grid;
    gap: 22px;
}

.nh-contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.nh-field {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.nh-field label,
.nh-field__label-row label {
    color: var(--nh-ink) !important;
    font-size: .91rem;
    font-weight: 850;
}

.nh-field label span,
.nh-contact-consent strong {
    color: #b42318 !important;
}

.nh-field__label-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.nh-field__label-row > span {
    color: var(--nh-muted) !important;
    font-size: .78rem;
}

.nh-field :where(input, select, textarea) {
    width: 100%;
    min-height: 54px;
    margin: 0;
    border: 1px solid #cddfd1;
    border-radius: 15px;
    background: #fbfdfb;
    color: var(--nh-ink) !important;
    font: inherit;
    line-height: 1.4;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.nh-field input,
.nh-field select {
    padding: 0 16px;
}

.nh-field textarea {
    min-height: 190px;
    padding: 15px 16px;
    resize: vertical;
}

.nh-field :where(input, select, textarea):focus {
    border-color: var(--nh-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 128, 0, .11);
}

.nh-contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.nh-contact-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    color: var(--nh-body) !important;
    font-size: .87rem;
    line-height: 1.55;
    cursor: pointer;
}

.nh-contact-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--nh-primary);
}

.nh-contact-form__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    padding-top: 4px;
}

.nh-contact-form__footer p {
    max-width: 360px;
    margin: 0;
    color: var(--nh-muted) !important;
    font-size: .78rem;
    line-height: 1.55;
}

.nh-contact-form button[disabled] {
    opacity: .72;
    cursor: wait;
}

.nh-contact-location {
    padding: clamp(85px, 9vw, 135px) 0;
    background: #fff;
}

.nh-contact-location__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
}

.nh-contact-location h2 {
    margin: 0;
    color: var(--nh-ink) !important;
    font-size: clamp(2.4rem, 4.5vw, 4.6rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.nh-contact-location p {
    margin: 24px 0 30px;
    color: var(--nh-body) !important;
    font-size: 1.02rem;
    line-height: 1.8;
}

.nh-contact-location__map {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
    padding: 48px;
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 15% 20%, rgba(200, 242, 122, .2), transparent 25%),
        linear-gradient(135deg, #00482d, #002d1d);
    overflow: hidden;
}

.nh-contact-location__map::before,
.nh-contact-location__map::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(200, 242, 122, .22);
    border-radius: 50%;
}

.nh-contact-location__map::before {
    width: 460px;
    height: 460px;
    right: -200px;
    top: -190px;
}

.nh-contact-location__map::after {
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: -120px;
}

.nh-contact-location__map > div:not(.nh-contact-location__pin) {
    position: relative;
    z-index: 2;
    text-align: center;
}

.nh-contact-location__pin {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: var(--nh-lime);
    color: var(--nh-primary-ink) !important;
    font-size: 2rem;
}

.nh-contact-location__map span,
.nh-contact-location__map strong,
.nh-contact-location__map p {
    color: #fff !important;
}

.nh-contact-location__map span {
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nh-contact-location__map strong {
    display: block;
    margin-top: 12px;
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    line-height: 1.02;
}

.nh-contact-location__map p {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, .72) !important;
}

.nh-contact-faq {
    padding: clamp(85px, 9vw, 130px) 0;
    background: var(--nh-soft);
}

.nh-contact-faq__heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.nh-contact-faq h2 {
    margin: 0;
    color: var(--nh-ink) !important;
    font-size: clamp(2.4rem, 4.3vw, 4.4rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.nh-contact-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.nh-contact-faq details {
    padding: 22px 24px;
    border: 1px solid var(--nh-border);
    border-radius: 20px;
    background: #fff;
}

.nh-contact-faq summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--nh-ink) !important;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.nh-contact-faq summary::-webkit-details-marker {
    display: none;
}

.nh-contact-faq summary::after {
    content: '+';
    color: var(--nh-primary);
    font-size: 1.2rem;
}

.nh-contact-faq details[open] summary::after {
    content: '−';
}

.nh-contact-faq details p {
    margin: 15px 0 0;
    color: var(--nh-body) !important;
    line-height: 1.7;
}

@media (max-width: 1080px) {
    .nh-contact-hero__content,
    .nh-contact-main__grid,
    .nh-contact-location__grid {
        grid-template-columns: 1fr;
    }

    .nh-contact-hero__promise {
        max-width: 520px;
    }

    .nh-contact-quick__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nh-contact-card:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--nh-border);
    }

    .nh-contact-card:nth-child(4) {
        border-top: 1px solid var(--nh-border);
    }

    .nh-contact-main__intro {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
        gap: 30px;
        align-items: start;
    }

    .nh-contact-main__intro > .nh-eyebrow,
    .nh-contact-main__intro > h2,
    .nh-contact-main__intro > p,
    .nh-contact-process {
        grid-column: 1;
    }

    .nh-contact-main__image {
        grid-column: 2;
        grid-row: 1 / span 4;
        margin-top: 0;
    }
}

@media (max-width: 760px) {
    .nh-contact-hero {
        min-height: 680px;
    }

    .nh-contact-hero__overlay {
        background: linear-gradient(0deg, rgba(0, 42, 27, .97) 0%, rgba(0, 42, 27, .84) 65%, rgba(0, 42, 27, .45) 100%);
    }

    .nh-contact-hero__content {
        padding-block: 120px 60px;
    }

    .nh-contact-hero h1 {
        font-size: clamp(3rem, 14vw, 4.8rem);
    }

    .nh-contact-quick {
        margin-top: 0;
        padding-top: 20px;
    }

    .nh-contact-quick__grid,
    .nh-contact-form__row,
    .nh-contact-faq__grid,
    .nh-contact-main__intro {
        grid-template-columns: 1fr;
    }

    .nh-contact-card + .nh-contact-card,
    .nh-contact-card:nth-child(3),
    .nh-contact-card:nth-child(4) {
        border-left: 0;
        border-top: 1px solid var(--nh-border);
    }

    .nh-contact-main__intro > *,
    .nh-contact-main__image {
        grid-column: auto;
        grid-row: auto;
    }

    .nh-contact-main__image {
        margin-top: 20px;
        min-height: 340px;
    }

    .nh-contact-main__image img {
        min-height: 340px;
    }

    .nh-contact-form-shell {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .nh-contact-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .nh-contact-form__footer .nh-button {
        width: 100%;
        justify-content: center;
    }

    .nh-contact-location__map {
        min-height: 360px;
        padding: 34px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nh-contact * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}

.nh-contact .nh-button--lime {
    border-color: var(--nh-lime);
    background: var(--nh-lime);
    color: var(--nh-primary-ink) !important;
}

.nh-contact .nh-button--lime:hover,
.nh-contact .nh-button--lime:focus-visible {
    color: var(--nh-primary-ink) !important;
    box-shadow: 0 15px 34px rgba(200, 242, 122, .24);
}

.nh-contact .nh-button--outline {
    border-color: var(--nh-primary);
    background: transparent;
    color: var(--nh-primary-dark) !important;
}

.nh-contact .nh-button--outline:hover,
.nh-contact .nh-button--outline:focus-visible {
    background: var(--nh-primary);
    color: #fff !important;
}
