/* New Jersey 2026 content polish. */
html, body { overflow-x: hidden; }
body.newark-faithful { background: #fff; color: #111; }
body.newark-faithful .hero-actions { margin-top: clamp(2.4rem, 3vw, 4.2rem); padding-bottom: clamp(2.4rem, 4vw, 5.6rem); }
body.newark-faithful .mast-copy-slider .copy p,
body.newark-faithful .page-mast .copy p { max-width: 74rem; }

.nj-condition-intro { background: #fff; padding: clamp(7rem, 9vw, 13rem) 0; }
.nj-condition-intro .contain { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 6vw, 8rem); align-items: center; }
.nj-condition-intro .intro-image { min-height: clamp(36rem, 48vw, 58rem); position: relative; overflow: hidden; border-radius: 1.2rem; box-shadow: 0 3rem 8rem rgba(0,0,0,.18); }
.nj-condition-intro .copy { max-width: 76rem; }
.nj-condition-intro .eyebrow,
.nj-roof-paths .eyebrow,
.nj-footer .eyebrow { --wght: var(--wght-black); color: var(--red); font-size: var(--sm); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.8rem; }
.nj-condition-intro h2 { --wght: var(--wght-black); font-size: clamp(4rem, 6vw, 8rem); letter-spacing: -.06em; line-height: .92; max-width: 74rem; margin-bottom: 3rem; }
.nj-condition-intro p:not(.eyebrow) { color: #30353a; font-size: clamp(1.8rem, 1.6vw, 2.3rem); line-height: 1.55; margin-bottom: 2.2rem; }
.nj-inline-actions { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 3rem; }

.nj-planning-section { background: #f4f4f4; }
.nj-planning-section .contain { align-items: stretch; }
.nj-planning-section .copy { background: #fff; border-left: .8rem solid var(--red); padding: clamp(4rem, 6vw, 8rem); }
.nj-planning-section .copy .overline { color: var(--red); }
.nj-planning-section .img-contain { min-height: 48rem; }

.nj-roof-paths { background: #141414; color: #fff; padding: clamp(7rem, 9vw, 12rem) 0; }
.nj-roof-paths .path-heading { display: flex; gap: 3rem; align-items: end; justify-content: space-between; margin-bottom: clamp(3rem, 5vw, 6rem); }
.nj-roof-paths h2 { --wght: var(--wght-black); font-size: clamp(4.2rem, 7vw, 9rem); letter-spacing: -.07em; line-height: .88; max-width: 86rem; }
.nj-roof-paths .path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.nj-roof-paths .path-grid a { min-height: 25rem; padding: clamp(2.4rem, 3vw, 4rem); border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.nj-roof-paths .path-grid a span { --wght: var(--wght-black); color: var(--red); font-size: clamp(2.6rem, 3.2vw, 4.4rem); line-height: .9; text-transform: uppercase; }
.nj-roof-paths .path-grid a strong { --wght: var(--wght-semibold); color: rgba(255,255,255,.88); font-size: clamp(1.8rem, 1.8vw, 2.4rem); line-height: 1.25; }
.nj-roof-paths .path-grid a::after { content: "\2192"; --wght: var(--wght-black); color: var(--yellow); font-size: 3rem; margin-top: 2rem; }
.nj-roof-paths .path-grid a:hover { background: var(--red); transform: translateY(-.6rem); }
.nj-roof-paths .path-grid a:hover span,
.nj-roof-paths .path-grid a:hover strong,
.nj-roof-paths .path-grid a:hover::after { color: #fff; }

.nj-detail-section { background: #f7f7f4; padding: clamp(6rem, 8vw, 11rem) 0; }
.nj-detail-section .contain { align-items: start; }
.nj-detail-section .copy { background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 2rem 6rem rgba(0,0,0,.08); padding: clamp(3.5rem, 5vw, 7rem); }
.nj-detail-section .copy .overline { color: var(--red); font-size: var(--sm); letter-spacing: .12em; margin-bottom: 1.6rem; }
.nj-detail-section .copy h2 { font-size: clamp(3.6rem, 5vw, 7.2rem); line-height: .95; letter-spacing: -.06em; margin-bottom: 3rem; }
.nj-detail-copy { max-width: 82rem; }
.nj-detail-copy p { color: #30353a; font-size: clamp(1.75rem, 1.45vw, 2.15rem); line-height: 1.72; margin-bottom: 2.1rem; text-wrap: pretty; }
.nj-detail-copy p:first-child { color: #111; font-size: clamp(2rem, 1.8vw, 2.7rem); line-height: 1.45; }
.nj-detail-section .fadeup:has(.btn) { margin-top: 3.2rem; padding-bottom: 1.2rem; }

/* Rich authored taxonomy prose injected from each page's JSON html field. */
.nj-detail-copy.rich-detail { max-width: 84rem; }
.nj-detail-copy.rich-detail h2 { font-size: clamp(2.4rem, 2.6vw, 3.4rem); line-height: 1.12; letter-spacing: -.03em; color: #1a1d21; margin: 4rem 0 1.6rem; }
.nj-detail-copy.rich-detail h3 { font-size: clamp(1.9rem, 1.7vw, 2.4rem); line-height: 1.2; color: #1a1d21; margin: 3rem 0 1.2rem; }
.nj-detail-copy.rich-detail h2:first-child, .nj-detail-copy.rich-detail h3:first-child { margin-top: 0; }
.nj-detail-copy.rich-detail ul, .nj-detail-copy.rich-detail ol { color: #30353a; font-size: clamp(1.7rem, 1.4vw, 2.05rem); line-height: 1.65; margin: 0 0 2.1rem; padding-left: 2.4rem; }
.nj-detail-copy.rich-detail li { margin-bottom: 1rem; }
.nj-detail-copy.rich-detail strong { color: #1a1d21; }
.nj-detail-copy.rich-detail a { color: var(--red); border-bottom: 1px solid currentColor; }
.nj-detail-copy.rich-detail img { max-width: 100%; height: auto; border-radius: .6rem; margin: 1.6rem 0; }
.nj-detail-copy.rich-detail table { width: 100%; border-collapse: collapse; margin: 0 0 2.4rem; font-size: clamp(1.5rem, 1.3vw, 1.85rem); }
.nj-detail-copy.rich-detail th, .nj-detail-copy.rich-detail td { border: 1px solid rgba(0,0,0,.12); padding: 1rem 1.2rem; text-align: left; vertical-align: top; }

.nj-detail-single {
  background: #f7f7f4;
  padding: clamp(6rem, 8vw, 11rem) 0;
}
.nj-detail-single .container-md {
  width: min(118rem, calc(100% - 6rem));
}
.nj-detail-single .copy {
  max-width: 96rem;
  margin: 0 auto;
  padding: clamp(4rem, 5vw, 7rem);
  border-top: .8rem solid var(--red);
  background: #fff;
  box-shadow: 0 2rem 7rem rgba(0,0,0,.08);
}
.nj-detail-single .copy .overline {
  color: var(--red);
  font-size: var(--sm);
  letter-spacing: .12em;
  margin-bottom: 1.6rem;
}
.nj-detail-single .copy h2 {
  max-width: 82rem;
  font-size: clamp(3.8rem, 5.6vw, 7.8rem);
  line-height: .92;
  letter-spacing: -.06em;
  margin-bottom: clamp(2.4rem, 4vw, 4rem);
}
.nj-detail-single .nj-detail-copy {
  max-width: 78rem;
}
.nj-detail-single .nj-detail-copy img,
.nj-detail-single .nj-detail-copy picture,
.nj-detail-single .nj-detail-copy figure,
.nj-detail-single .nj-detail-copy iframe,
.nj-detail-single .nj-detail-copy video {
  display: none !important;
}

.nj-related-text {
  background: #101010;
  color: #fff;
  padding: clamp(5rem, 7vw, 9rem) 0;
}
.nj-related-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 4vw, 6rem);
  align-items: end;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.nj-related-head .eyebrow {
  --wght: var(--wght-black);
  color: var(--yellow);
  font-size: var(--sm);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nj-related-head h2 {
  --wght: var(--wght-black);
  max-width: 76rem;
  font-size: clamp(3.8rem, 5.5vw, 7.6rem);
  line-height: .9;
  letter-spacing: -.06em;
}
.nj-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.16);
  border-left: 1px solid rgba(255,255,255,.16);
}
.nj-related-link {
  min-height: 24rem;
  padding: clamp(2.4rem, 3vw, 3.6rem);
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.015));
}
.nj-related-link span {
  display: block;
  color: var(--yellow);
  --wght: var(--wght-black);
  font-size: 1.35rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.nj-related-link strong {
  display: block;
  color: #fff;
  --wght: var(--wght-black);
  font-size: clamp(2.4rem, 2.4vw, 3.6rem);
  line-height: .95;
  letter-spacing: -.04em;
  margin-bottom: 1.6rem;
}
.nj-related-link p {
  color: rgba(255,255,255,.72);
  font-size: clamp(1.55rem, 1.2vw, 1.85rem);
  line-height: 1.5;
}
.nj-related-link:hover {
  background: var(--red);
  transform: translateY(-.4rem);
}
.nj-related-link:hover span,
.nj-related-link:hover strong,
.nj-related-link:hover p {
  color: #fff;
}

.nj-contact-section { background: #f7f7f4; padding: clamp(7rem, 9vw, 12rem) 0; }
.nj-contact-section .contain { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 6vw, 8rem); align-items: start; }
.nj-contact-section .contact-copy { background: #101010; color: #fff; padding: clamp(4rem, 6vw, 7rem); border-left: .8rem solid var(--red); position: sticky; top: 12rem; }
.nj-contact-section .eyebrow { --wght: var(--wght-black); color: var(--yellow); font-size: var(--sm); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.8rem; }
.nj-contact-section h2 { --wght: var(--wght-black); font-size: clamp(4rem, 6vw, 7.8rem); line-height: .9; letter-spacing: -.06em; margin-bottom: 2.4rem; }
.nj-contact-section p { color: rgba(255,255,255,.78); font-size: clamp(1.8rem, 1.45vw, 2.2rem); line-height: 1.55; }
.nj-contact-section .contact-lines { display: grid; gap: 1.3rem; margin-top: 3.5rem; }
.nj-contact-section .contact-lines a,
.nj-contact-section .contact-lines span { color: #fff; font-size: clamp(1.7rem, 1.35vw, 2.1rem); overflow-wrap: anywhere; }
.nj-contact-section .contact-card { background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 2rem 6rem rgba(0,0,0,.08); padding: clamp(3rem, 5vw, 5rem); }
.nj-contact-section .nj-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; }
.nj-contact-section .nj-form label { display: grid; gap: .8rem; color: #111; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.nj-contact-section .nj-form .field-wide,
.nj-contact-section .nj-form button { grid-column: 1 / -1; }
.nj-contact-section .nj-form input,
.nj-contact-section .nj-form select,
.nj-contact-section .nj-form textarea { width: 100%; min-height: 5.6rem; border: 1px solid rgba(0,0,0,.24); background: #fff; color: #111; padding: 1.4rem 1.6rem; font: inherit; }
.nj-contact-section .nj-form textarea { min-height: 14rem; resize: vertical; }
.nj-contact-section .nj-form .nj-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.nj-footer { background: #101010; color: #fff; overflow: hidden; }
.nj-footer-cta { width: min(1440px, 90%); margin: 0 auto; padding: clamp(5rem, 7vw, 9rem) 0 clamp(3rem, 5vw, 6rem); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(3rem, 5vw, 7rem); align-items: end; border-bottom: 1px solid rgba(255,255,255,.2); }
.nj-footer-cta h2 { --wght: var(--wght-black); font-size: clamp(4rem, 6vw, 8rem); letter-spacing: -.07em; line-height: .9; max-width: 88rem; margin-bottom: 2rem; }
.nj-footer-cta p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: clamp(1.7rem, 1.4vw, 2.1rem); line-height: 1.55; max-width: 82rem; }
.nj-footer .groups { padding-top: clamp(4rem, 6vw, 8rem); }
.nj-footer .groups .group-contain { border-color: rgba(255,255,255,.16); }
.nj-footer footer .heading,
.nj-footer .heading { color: var(--yellow); }
.nj-footer .groups .group-contain .group a { color: rgba(255,255,255,.82); font-size: clamp(1.6rem, 1.2vw, 2rem); line-height: 1.2; }
.nj-footer .groups .group-contain .group a:hover,
.nj-footer .contact-socials .contact .group-contain .group a:hover { color: var(--yellow); }
.nj-footer .contact-socials { border-color: rgba(255,255,255,.16); }
.nj-footer .contact-socials .contact { width: 100%; border-right: 0; padding-left: 0; padding-right: 0; }
.nj-footer .contact-socials .contact .group-contain .group a,
.nj-footer .contact-socials .contact .group-contain .group address { color: rgba(255,255,255,.9); overflow-wrap: anywhere; }

@media (max-width: 1100px) {
  .nj-condition-intro .contain,
  .nj-contact-section .contain,
  .nj-footer-cta { grid-template-columns: 1fr; }
  .nj-contact-section .contact-copy { position: static; }
  .nj-roof-paths .path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nj-related-head,
  .nj-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body.newark-faithful .hero-actions { padding-bottom: 3.2rem; }
  .nj-condition-intro .intro-image { min-height: 30rem; }
  .nj-condition-intro h2,
  .nj-roof-paths h2,
  .nj-footer-cta h2 { letter-spacing: -.04em; }
  .nj-roof-paths .path-heading { display: block; }
  .nj-roof-paths .path-grid { grid-template-columns: 1fr; }
  .nj-roof-paths .path-grid a { min-height: 18rem; }
  .nj-planning-section .copy,
  .nj-detail-section .copy { padding: 3rem 2.4rem; }
  .nj-detail-single .container-md { width: calc(100% - 4rem); }
  .nj-related-link { min-height: 18rem; }
  .nj-contact-section .nj-form { grid-template-columns: 1fr; }
  .nj-contact-section .contact-copy,
  .nj-contact-section .contact-card { padding: 3rem 2.4rem; }
  .nj-footer-cta { width: calc(100% - 4rem); }
}

/* nj-brand-logo — header brand badge (replaces the .nj-wordmark text logo).
   "asis" colored badge: red skyline + black buildings read on white; its white
   wordmark text reads on the dark hero/drawer. The drop-shadow gives that white
   text a faint dark edge so it also stays legible on the WHITE scrolled header. */
nav .logo { display: flex; align-items: center; text-decoration: none; }
.brand-logo {
  height: 54px; width: auto; display: block; max-width: 320px;
  filter: drop-shadow(0 0 1px rgba(0,0,0,.6)) drop-shadow(0 1px 2px rgba(0,0,0,.28));
}
@media (max-width: 900px) { .brand-logo { height: 44px; } }

@media (max-width: 980px) {
  body.newark-faithful nav {
    min-height: 7.4rem;
  }
  body.newark-faithful nav .topnav {
    display: none !important;
  }
  body.newark-faithful nav.scrolled {
    min-height: 7.4rem;
  }
  body.newark-faithful nav > .container-md.contain {
    min-height: 7.4rem;
    padding-right: 7.6rem !important;
    display: flex;
    align-items: center;
  }
  body.newark-faithful nav .burger-contain {
    top: 1.4rem !important;
    right: 2rem !important;
    width: 4.6rem !important;
    height: 4.6rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: none !important;
  }
  body.newark-faithful nav.scrolled .burger-contain {
    top: 1.4rem !important;
  }
  body.newark-faithful nav .burger-contain #burger {
    width: 3.2rem !important;
    height: 2.4rem !important;
  }
}

/* Logo, footer, maps, and contact form cleanup. */
body.newark-faithful nav .contain .logo.nj-logo {
  width: auto;
  max-width: clamp(15rem, 14vw, 24rem);
  min-width: 12rem;
  display: flex;
  align-items: center;
}
body.newark-faithful nav .contain .logo.nj-logo .brand-logo {
  width: min(22rem, 18vw);
  height: auto;
  max-width: 100%;
}
body.newark-faithful nav .contain .logo.nj-logo .logo-triangle,
body.newark-faithful nav .contain .logo.nj-logo .nj-wordmark { display: none !important; }

.captured-route.contact-us .page-mast {
  min-height: clamp(46rem, 58vh, 68rem);
}

.nj-map-embed,
.nj-contact-map {
  width: 100%;
  min-height: 26rem;
  overflow: hidden;
  border-radius: .8rem;
  border: 1px solid rgba(255,255,255,.18);
  background: #0b0b0b;
}
.nj-map-embed iframe,
.nj-contact-map iframe {
  display: block;
  width: 100%;
  min-height: inherit;
  height: 100%;
  border: 0;
}

.nj-contact-section .contain {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
}
.nj-contact-section .contact-copy {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  box-shadow: 0 2rem 6rem rgba(0,0,0,.16);
}
.nj-contact-section .contact-lines a {
  display: flex;
  align-items: center;
  min-height: 5.6rem;
  padding: 1.3rem 1.6rem;
  border: 1px solid rgba(255,255,255,.18);
  border-left: .5rem solid var(--yellow);
  border-radius: .4rem;
  background: rgba(255,255,255,.08);
  --wght: var(--wght-bold);
}
.nj-contact-section .nj-contact-map {
  margin-top: 3rem;
  min-height: clamp(24rem, 26vw, 36rem);
}
.nj-contact-section .contact-card {
  align-self: stretch;
}
.nj-contact-section .nj-form label {
  position: static !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}
.nj-contact-section .nj-form input,
.nj-contact-section .nj-form select,
.nj-contact-section .nj-form textarea {
  display: block;
  max-width: 100%;
}
.nj-contact-section .nj-form button.btn {
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  border-color: var(--red);
  background: var(--red);
  color: #fff !important;
}
.nj-contact-section .nj-form button.btn .text + .text {
  display: none;
}
.nj-contact-section .nj-form button.btn .text span {
  color: #fff !important;
}
.nj-contact-section .form-status {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 2.4rem;
  color: #1f6a34;
  font-size: 1.5rem;
  line-height: 1.45;
}
.nj-contact-section .form-status:empty {
  display: none;
}
.nj-contact-section .form-status.is-error {
  color: #9b1d1d;
}

.nj-footer-cta {
  align-items: center;
}
.nj-footer-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.8rem;
  padding: 0 2.6rem;
  border-radius: .4rem;
  background: var(--red);
  color: #fff;
  --wght: var(--wght-black);
  font-size: clamp(1.4rem, 1vw, 1.7rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 1.4rem 3rem rgba(222,0,24,.26);
}
.nj-footer-request:hover {
  background: var(--yellow);
  color: #101010;
  transform: translateY(-.2rem);
}
.nj-footer .contact-socials .contact.nj-footer-contact {
  display: grid;
  grid-template-columns: minmax(25rem, 1.25fr) minmax(16rem, .65fr) minmax(23rem, .9fr) minmax(26rem, 1fr);
  gap: clamp(1.6rem, 2.5vw, 3rem);
  align-items: stretch;
  width: 100%;
  padding: clamp(2.5rem, 4vw, 4.5rem) 0;
}
.nj-footer .contact-socials .contact.nj-footer-contact .group-contain {
  width: auto;
  padding: 0;
}
.nj-footer .contact-socials .contact.nj-footer-contact .group {
  height: 100%;
  margin: 0;
  padding: clamp(2rem, 2.4vw, 3rem);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: .6rem;
  background: rgba(255,255,255,.045);
}
.nj-footer .contact-socials .contact.nj-footer-contact .nj-map-group {
  padding: 1.4rem;
}
.nj-footer .nj-footer-map {
  min-height: clamp(22rem, 18vw, 30rem);
  border-color: rgba(255,255,255,.16);
}
.nj-footer .nj-core-pages .nj-core-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
.nj-footer .contact-socials .contact .nj-core-pages .group .nj-core-page-links a {
  display: inline-flex;
  align-items: center;
  min-height: 3.8rem;
  padding: .8rem 1.1rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: .4rem;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.9);
  font-size: 1.45rem;
  line-height: 1;
}
.nj-footer .contact-socials .contact .nj-core-pages .group .nj-core-page-links a:hover {
  border-color: var(--yellow);
  background: rgba(255,202,9,.12);
}

@media (max-width: 1180px) {
  .nj-contact-section .contain {
    grid-template-columns: 1fr;
  }
  .nj-footer .contact-socials .contact.nj-footer-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.newark-faithful nav .contain .logo.nj-logo {
    max-width: 16rem;
    min-width: 11rem;
  }
  body.newark-faithful nav .contain .logo.nj-logo .brand-logo {
    width: min(15rem, 44vw);
  }
}

@media (max-width: 700px) {
  .captured-route.contact-us .page-mast {
    min-height: 50rem;
  }
  .captured-route.contact-us .page-mast .copy-contain {
    padding-top: 10rem !important;
  }
  .captured-route.contact-us .page-mast h1 {
    font-size: 5.2rem !important;
    line-height: .92 !important;
    letter-spacing: 0 !important;
  }
  .captured-route.detail-page .page-mast .copy-contain {
    max-width: calc(100vw - 3.6rem) !important;
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .captured-route.detail-page .page-mast .copy {
    max-width: 100% !important;
  }
  .captured-route.detail-page .page-mast h1 {
    max-width: 100% !important;
    font-size: clamp(3.7rem, 10.5vw, 4.35rem) !important;
    line-height: .92 !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
  .nj-contact-section .contain {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .nj-contact-section .contact-copy {
    min-height: auto;
  }
  .nj-contact-section .nj-contact-map,
  .nj-footer .nj-footer-map {
    min-height: 23rem;
  }
  .nj-contact-section .nj-form button.btn,
  .nj-footer-request {
    width: 100%;
  }
  .nj-footer .contact-socials .contact.nj-footer-contact {
    grid-template-columns: 1fr;
    padding: 2rem 0 3rem;
  }
  .nj-footer .contact-socials .contact.nj-footer-contact .group {
    padding: 2rem;
  }
}
