.nm-contact { padding-bottom: 60px; }
.nm-contact *,
.nm-contact *::before,
.nm-contact *::after { box-sizing: border-box; }
.nm-contact__breadcrumb { background: transparent; border-radius: 0; font-size: 12px; margin: 0; padding: 16px 0 13px; }

.nm-contact__hero {
  background: #1c231f;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  min-height: 440px;
  overflow: hidden;
  position: relative;
}
.nm-contact__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: clamp(48px, 7vw, 84px);
  position: relative;
  z-index: 1;
}
.nm-contact__number {
  color: rgba(255,255,255,.035);
  font-size: clamp(260px, 31vw, 440px);
  font-weight: 850;
  line-height: .8;
  position: absolute;
  right: -18px;
  top: -35px;
  z-index: -1;
}
.nm-contact__eyebrow,
.nm-contact__section-head > span {
  align-items: center;
  color: #a6b9ab;
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  gap: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nm-contact__eyebrow::before,
.nm-contact__section-head > span::before { background: currentColor; content: ""; height: 2px; width: 22px; }
.nm-contact__hero h1 {
  color: #fff;
  font-size: clamp(44px, 5.7vw, 72px);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: .99;
  margin: 20px 0;
  max-width: 760px;
}
.nm-contact__hero-copy > p {
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  max-width: 620px;
}
.nm-contact__hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.nm-contact__hero-actions a {
  align-items: center;
  background: var(--cta);
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 12px;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 48px;
  padding: 0 22px;
  text-transform: uppercase;
}
.nm-contact__hero-actions a:hover { background: #657b6c; color: #fff; }
.nm-contact__hero-actions a.is-quiet { background: transparent; border: 1px solid rgba(255,255,255,.2); }
.nm-contact__hero-actions a.is-quiet:hover { border-color: #a6b9ab; }
.nm-contact__hero-actions svg { fill: none; height: 15px; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; width: 15px; }

.nm-contact__hero-aside {
  align-content: center;
  background: rgba(255,255,255,.035);
  border-left: 1px solid rgba(255,255,255,.09);
  display: grid;
  padding: 40px;
}
.nm-contact__promise { align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.1); display: grid; gap: 18px; grid-template-columns: 30px 1fr; padding: 22px 0; }
.nm-contact__promise:last-child { border-bottom: 0; }
.nm-contact__promise > span { color: #a6b9ab; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.nm-contact__promise strong { color: #fff; display: block; font-size: 15px; margin-bottom: 6px; }
.nm-contact__promise p { color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.6; margin: 0; }

.nm-contact__body {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 66px);
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  padding-top: 54px;
}
.nm-contact__section-head { margin-bottom: 24px; }
.nm-contact__section-head > span { color: var(--cta); }
.nm-contact__section-head h2 {
  color: var(--anthracite);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 650;
  letter-spacing: -.045em;
  margin: 12px 0 8px;
}
.nm-contact__section-head p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; max-width: 540px; }

.nm-contact__info-list { border-top: 1px solid var(--line); }
.nm-contact__info-card {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--anthracite);
  display: grid;
  gap: 13px;
  grid-template-columns: 38px minmax(0, 1fr) 16px;
  min-height: 78px;
  padding: 12px 4px;
}
.nm-contact__info-card:hover { color: var(--cta); }
.nm-contact__info-icon {
  align-items: center;
  background: var(--cta-tint);
  color: var(--cta);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.nm-contact__info-icon svg,
.nm-contact__arrow {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}
.nm-contact__info-icon svg { height: 16px; width: 16px; }
.nm-contact__arrow { height: 14px; width: 14px; }
.nm-contact__info-card small,
.nm-contact__info-card strong { display: block; }
.nm-contact__info-card small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; margin-bottom: 4px; text-transform: uppercase; }
.nm-contact__info-card strong { color: inherit; font-size: 15px; font-weight: 750; overflow-wrap: anywhere; }

.nm-contact__note {
  background: var(--gray-50);
  border-left: 2px solid var(--cta);
  margin-top: 24px;
  padding: 19px 20px;
}
.nm-contact__note > span { color: var(--muted); display: block; font-size: 11px; font-weight: 850; letter-spacing: .1em; margin-bottom: 6px; text-transform: uppercase; }
.nm-contact__note strong { color: var(--anthracite); display: block; font-size: 15px; }
.nm-contact__note p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 6px 0 10px; }
.nm-contact__note a { color: var(--cta); font-size: 13px; font-weight: 750; }

.nm-contact__form-panel {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 28px 58px -50px rgba(20,28,22,.7);
  padding: clamp(28px, 4vw, 48px);
  scroll-margin-top: 20px;
}
.nm-contact__order-note {
  align-items: center;
  background: var(--cta-tint);
  border-left: 2px solid var(--cta);
  color: var(--gray-700);
  display: flex;
  font-size: 13px;
  gap: 10px;
  margin-bottom: 20px;
  padding: 12px 14px;
}
.nm-contact__order-note svg { fill: none; height: 15px; stroke: var(--cta); stroke-width: 1.6; width: 15px; }
.nm-contact__form { margin: 0; }
.nm-contact__fields { display: grid; gap: 17px 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nm-contact__field { display: flex; flex-direction: column; gap: 7px; margin: 0; min-width: 0; }
.nm-contact__field.is-full { grid-column: 1 / -1; }
.nm-contact__field > span {
  color: var(--anthracite);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nm-contact__field input,
.nm-contact__field select,
.nm-contact__field textarea {
  appearance: none;
  background: var(--gray-50);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--anthracite);
  font: 14px var(--font);
  min-height: 50px;
  outline: 0;
  padding: 12px 14px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}
.nm-contact__field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--gray-500) 50%), linear-gradient(135deg, var(--gray-500) 50%, transparent 50%);
  background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 34px;
}
.nm-contact__field textarea { min-height: 132px; resize: vertical; }
.nm-contact__field input::placeholder,
.nm-contact__field textarea::placeholder { color: var(--gray-400); }
.nm-contact__field input:focus,
.nm-contact__field select:focus,
.nm-contact__field textarea:focus { background: #fff; border-color: var(--cta); box-shadow: 0 0 0 3px var(--cta-tint); }
.nm-contact__field .is-locked { color: var(--gray-500); cursor: not-allowed; }
.nm-contact__form-foot { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 20px; justify-content: space-between; margin-top: 22px; padding-top: 20px; }
.nm-contact__form-foot p { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 7px; line-height: 1.5; margin: 0; max-width: 340px; }
.nm-contact__form-foot p svg { fill: none; flex: 0 0 14px; height: 14px; stroke: var(--cta); stroke-width: 1.6; width: 14px; }
.nm-contact__form-foot button {
  align-items: center;
  background: var(--cta);
  border: 1px solid var(--cta);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 850 12px/1 var(--font);
  gap: 11px;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 50px;
  padding: 0 22px;
  text-transform: uppercase;
}
.nm-contact__form-foot button:hover { background: #3f5045; border-color: #3f5045; }
.nm-contact__form-foot button svg { fill: none; height: 15px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 15px; }

@media (max-width: 960px) {
  .nm-contact__hero { grid-template-columns: 1fr; }
  .nm-contact__hero-aside { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); grid-template-columns: repeat(3, 1fr); padding: 18px 30px; }
  .nm-contact__promise { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.1); display: block; padding: 18px; }
  .nm-contact__promise:last-child { border-right: 0; }
  .nm-contact__promise > span { display: block; margin-bottom: 8px; }
  .nm-contact__body { grid-template-columns: 1fr; }
  .nm-contact__info { display: grid; gap: 20px; grid-template-columns: .8fr 1.2fr; }
  .nm-contact__info .nm-contact__section-head { grid-column: 1 / -1; margin-bottom: 0; }
  .nm-contact__note { margin-top: 0; }
}

@media (max-width: 640px) {
  .nm-contact { padding-bottom: 36px; }
  .nm-contact__breadcrumb { overflow-x: auto; white-space: nowrap; }
  .nm-contact__hero-copy { min-height: 390px; padding: 38px 23px; }
  .nm-contact__hero h1 { font-size: 40px; }
  .nm-contact__hero-aside { grid-template-columns: 1fr; padding: 12px 22px; }
  .nm-contact__promise { border-bottom: 1px solid rgba(255,255,255,.1); border-right: 0; display: grid; padding: 17px 0; }
  .nm-contact__body { padding-top: 36px; }
  .nm-contact__info { display: block; }
  .nm-contact__info-list { margin-top: 22px; }
  .nm-contact__note { margin-top: 20px; }
  .nm-contact__form-panel { padding: 25px 20px; }
  .nm-contact__fields { grid-template-columns: 1fr; }
  .nm-contact__field.is-full { grid-column: auto; }
  .nm-contact__form-foot { align-items: stretch; flex-direction: column; }
  .nm-contact__form-foot button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .nm-contact__field input,
  .nm-contact__field select,
  .nm-contact__field textarea { transition: none; }
}
