.hab-nm {
  --hab-nm-green: #176b46;
  --hab-nm-green-dark: #0f5135;
  --hab-nm-ink: #18231d;
  --hab-nm-muted: #657169;
  --hab-nm-line: #dce5df;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 80px;
  color: var(--hab-nm-ink);
}
.hab-nm *, .hab-nm *::before, .hab-nm *::after { box-sizing: border-box; }
.hab-nm a { text-underline-offset: 3px; }
.hab-nm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--hab-nm-line);
  border-radius: 26px;
  background: linear-gradient(135deg, #edf8f1 0%, #fff8e9 100%);
}
.hab-nm-hero h1 { margin: 0; font-size: clamp(2.45rem, 6vw, 5.1rem); line-height: .98; letter-spacing: -.055em; }
.hab-nm-hero > p:last-child { max-width: 580px; margin: 0; color: var(--hab-nm-muted); font-size: 1.07rem; line-height: 1.7; }
.hab-nm-eyebrow { margin: 0 0 10px !important; color: var(--hab-nm-green) !important; font-size: .74rem !important; font-weight: 800 !important; letter-spacing: .13em; text-transform: uppercase; }
.hab-nm-form { padding: clamp(20px, 3vw, 30px); border: 1px solid var(--hab-nm-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 42px rgba(22, 65, 43, .07); }
.hab-nm-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hab-nm-field { display: flex; flex-direction: column; gap: 7px; }
.hab-nm-field > span, .hab-nm-fieldset legend { font-size: .91rem; font-weight: 750; }
.hab-nm select { width: 100%; min-height: 48px; padding: 8px 38px 8px 12px; border: 1px solid #bcc9c1; border-radius: 11px; color: var(--hab-nm-ink); background: #fff; font: inherit; }
.hab-nm select:focus-visible, .hab-nm button:focus-visible, .hab-nm a:focus-visible, .hab-nm-pills input:focus-visible + span { outline: 3px solid rgba(23, 107, 70, .28); outline-offset: 2px; }
.hab-nm-fieldset { margin: 24px 0 0; padding: 0; border: 0; }
.hab-nm-fieldset legend { margin-bottom: 11px; }
.hab-nm-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.hab-nm-pills label { position: relative; margin: 0; }
.hab-nm-pills input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.hab-nm-pills span { display: inline-flex; min-height: 40px; align-items: center; padding: 8px 14px; border: 1px solid #c8d4cd; border-radius: 999px; color: var(--hab-nm-ink); background: #fff; cursor: pointer; font-size: .9rem; font-weight: 650; transition: .18s ease; }
.hab-nm-pills span:hover { border-color: var(--hab-nm-green); }
.hab-nm-pills input:checked + span { border-color: var(--hab-nm-green); color: #fff; background: var(--hab-nm-green); }
.hab-nm-field-help { margin: 9px 0 0; color: var(--hab-nm-muted); font-size: .83rem; }
.hab-nm-actions { display: flex; align-items: center; gap: 16px; margin-top: 26px; }
.hab-nm-actions button, .hab-nm-card__button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 0; border-radius: 11px; color: #fff !important; background: var(--hab-nm-green); font-weight: 750; text-decoration: none; }
.hab-nm-actions button { padding: 10px 24px; cursor: pointer; font: inherit; }
.hab-nm-actions button:hover, .hab-nm-card__button:hover { background: var(--hab-nm-green-dark); }
.hab-nm-actions > a { color: var(--hab-nm-green-dark); font-weight: 700; }
.hab-nm-results { scroll-margin-top: 110px; }
.hab-nm-results__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); align-items: end; gap: 34px; margin: 54px 0 18px; }
.hab-nm-results__heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.045em; }
.hab-nm-results__heading > p:last-child { margin: 0; color: var(--hab-nm-muted); line-height: 1.65; }
.hab-nm-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hab-nm-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--hab-nm-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 32px rgba(22, 65, 43, .07); }
.hab-nm-card__image { display: flex; aspect-ratio: 16 / 10; align-items: center; justify-content: center; overflow: hidden; color: var(--hab-nm-muted); background: #e8efe9; text-decoration: none; }
.hab-nm-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.hab-nm-card:hover .hab-nm-card__image img { transform: scale(1.025); }
.hab-nm-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.hab-nm-card__label { align-self: flex-start; margin-bottom: 10px; padding: 5px 9px; border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hab-nm-card__label--reviewed { color: #285243; background: #edf4ef; }
.hab-nm-card__label--exact { color: #145c3c; background: #dff3e7; }
.hab-nm-card__label--close { color: #7a5100; background: #fff0cf; }
.hab-nm-card h3 { margin: 0 0 13px; font-size: 1.2rem; line-height: 1.28; }
.hab-nm-card h3 a { color: var(--hab-nm-ink); text-decoration: none; }
.hab-nm-card h3 a:hover { color: var(--hab-nm-green); }
.hab-nm-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 10px; padding: 12px 0; border-top: 1px solid #edf1ee; border-bottom: 1px solid #edf1ee; color: var(--hab-nm-muted); font-size: .83rem; }
.hab-nm-metrics strong { color: var(--hab-nm-ink); }
.hab-nm-card__excerpt { margin: 14px 0; color: var(--hab-nm-muted); font-size: .91rem; line-height: 1.55; }
.hab-nm-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 15px; }
.hab-nm-chips span { padding: 5px 8px; border-radius: 999px; background: #f7f4ec; font-size: .73rem; font-weight: 700; }
.hab-nm-difference { margin: 0 0 15px; padding: 11px; border-radius: 10px; color: #684b12; background: #fff8e8; font-size: .81rem; line-height: 1.5; }
.hab-nm-card__button { margin-top: auto; padding: 9px 15px; }
.hab-nm-pagination { margin: 48px 0 0; }
.hab-nm-pagination ul.page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hab-nm-pagination ul.page-numbers li { margin: 0; padding: 0; }
.hab-nm-pagination a.page-numbers, .hab-nm-pagination span.page-numbers { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid var(--hab-nm-line); border-radius: 12px; color: var(--hab-nm-ink); background: #fff; font-size: .9rem; font-weight: 750; line-height: 1; text-decoration: none; }
.hab-nm-pagination a.page-numbers:hover { border-color: var(--hab-nm-green); color: #fff; background: var(--hab-nm-green); }
.hab-nm-pagination span.page-numbers.current { border-color: var(--hab-nm-green); color: #fff; background: var(--hab-nm-green); }
.hab-nm-pagination span.page-numbers.dots { min-width: 30px; padding-inline: 4px; border-color: transparent; color: var(--hab-nm-muted); background: transparent; }
.hab-nm-note { margin: 24px 0 0; color: var(--hab-nm-muted); font-size: .78rem; line-height: 1.55; }
.hab-nm-about { margin-top: 34px; padding: clamp(23px, 4vw, 36px); border: 1px solid var(--hab-nm-line); border-radius: 20px; background: #f8fbf9; }
.hab-nm-about h2 { margin: 0 0 14px; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.035em; }
.hab-nm-about > p:not(.hab-nm-eyebrow) { max-width: 920px; margin: 0 0 12px; color: var(--hab-nm-muted); line-height: 1.72; }
.hab-nm-about > p:last-child { margin-bottom: 0; }
.hab-nm-message { width: min(900px, calc(100% - 40px)); margin: 50px auto; padding: 22px; border: 1px solid #ead9ad; border-radius: 14px; color: #634a13; background: #fff8e8; }
@media (max-width: 980px) {
  .hab-nm-hero, .hab-nm-results__heading { grid-template-columns: 1fr; gap: 18px; }
  .hab-nm-grid, .hab-nm-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .hab-nm { width: min(100% - 26px, 1180px); padding: 28px 0 58px; }
  .hab-nm-hero { padding: 26px 19px; border-radius: 20px; }
  .hab-nm-form { padding: 18px; }
  .hab-nm-grid, .hab-nm-cards { grid-template-columns: 1fr; }
  .hab-nm-actions { align-items: stretch; flex-direction: column; }
  .hab-nm-actions button { width: 100%; }
  .hab-nm-results__heading { margin-top: 42px; }
	.hab-nm-pagination a.page-numbers, .hab-nm-pagination span.page-numbers { min-width: 40px; height: 40px; padding-inline: 10px; }
}
