:root {
  --nh-primary: #06466f;
  --nh-primary-strong: #073451;
  --nh-secondary: #00b7b3;
  --nh-secondary-dark: #008b89;
  --nh-background: #f4f8fb;
  --nh-surface: #ffffff;
  --nh-text: #142d46;
  --nh-text-muted: #607286;
  --nh-border: #e2eaf0;
  --nh-success: #1f9d55;
  --nh-success-bg: rgba(31, 157, 85, 0.13);
  --nh-danger: #b5475b;
  --nh-danger-bg: rgba(181, 71, 91, 0.12);
  --nh-accent: #ffb547;
  --nh-accent-soft: #fff3df;
  --nh-shell-max: 1328px;
  --nh-shell-pad: clamp(16px, 2.2vw, 28px);
  --nh-radius: 16px;
  --nh-radius-sm: 12px;
  --nh-shadow: 0 12px 28px rgba(6, 70, 111, 0.08);
  --nh-shadow-lg: 0 24px 48px rgba(7, 52, 81, 0.14);
}

body {
  background: var(--nh-background);
}

body.is-landing {
  --topbar-h: 82px;
  scroll-padding-top: calc(var(--topbar-h) + 20px);
}

body.drawer-open {
  overflow: hidden;
}

body.is-landing main.container.main,
body.is-landing .main {
  padding-top: 0;
}

body.is-landing .main > .nh-home:first-child {
  margin-top: 0;
}

.nh-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nh-home {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--nh-text);
  background: var(--nh-background);
}

.nh-home a {
  text-decoration: none;
}

.nh-home section[id] {
  scroll-margin-top: calc(var(--topbar-h) + 20px);
}

.nh-shell {
  width: min(calc(100% - (var(--nh-shell-pad) * 2)), var(--nh-shell-max));
  margin: 0 auto;
}

.nh-home [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.nh-home [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nh-home :where(a, button, input, select):focus-visible {
  outline: 3px solid rgba(0, 183, 179, 0.28);
  outline-offset: 2px;
}

.nh-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(6, 70, 111, 0.08);
  box-shadow: 0 10px 28px rgba(7, 52, 81, 0.08);
}

.nh-topbar__inner {
  min-height: var(--topbar-h);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
  width: min(calc(100% - (var(--nh-shell-pad) * 2)), var(--nh-shell-max));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.nh-topbar__brand,
.nh-topbar__logo-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0;
}

.nh-topbar__logo-wrap::before {
  content: none;
}

.nh-topbar__logo,
body.is-landing .nh-topbar .brand__logo.nh-topbar__logo {
  display: block;
  width: clamp(196px, 15vw, 226px) !important;
  max-width: clamp(196px, 15vw, 226px) !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 14px rgba(7, 52, 81, 0.12));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.nh-topbar__brand:hover .nh-topbar__logo,
.nh-topbar__brand:focus-visible .nh-topbar__logo {
  transform: scale(1.03);
  filter: drop-shadow(0 12px 18px rgba(7, 52, 81, 0.16));
}

.nh-topbar__nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.nh-topbar__nav-link {
  position: relative;
  color: var(--nh-text);
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
  text-decoration: none;
}

.nh-topbar__nav-link::after {
  content: none;
}

.nh-topbar__nav-link:hover,
.nh-topbar__nav-link:visited,
.nh-topbar__nav-link:focus-visible {
  color: var(--nh-secondary-dark);
  text-decoration: none;
}

.nh-topbar__nav-link.is-active {
  color: var(--nh-secondary-dark);
  font-weight: 800;
  text-decoration: none;
}

.nh-topbar__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nh-text);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nh-topbar__meta-icon {
  color: var(--nh-secondary);
}

.nh-topbar__meta svg,
.nh-topbar__icon svg {
  width: 18px;
  height: 18px;
}

.nh-topbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nh-topbar__install[hidden] {
  display: none !important;
}

.nh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
  cursor: pointer;
}

.nh-btn:hover {
  transform: translateY(-1px);
}

.nh-btn--primary,
.nh-topbar__cta {
  color: #ffffff;
  background: var(--nh-secondary);
  border-color: var(--nh-secondary);
  box-shadow: 0 12px 24px rgba(0, 183, 179, 0.24);
}

.nh-btn--primary:hover,
.nh-topbar__cta:hover {
  color: #ffffff;
  background: var(--nh-secondary-dark);
  border-color: var(--nh-secondary-dark);
}

.nh-btn--ghost {
  color: var(--nh-primary);
  background: transparent;
  border-color: rgba(6, 70, 111, 0.2);
}

.nh-btn--ghost:hover {
  color: var(--nh-primary);
  background: rgba(6, 70, 111, 0.05);
}

.nh-topbar .nh-btn--ghost {
  color: var(--nh-text);
  border-color: rgba(6, 70, 111, 0.16);
  background: #ffffff;
}

.nh-topbar .nh-btn--ghost:hover {
  background: rgba(0, 183, 179, 0.08);
  color: var(--nh-secondary-dark);
}

.nh-btn--accent {
  color: #7d4a00;
  background: var(--nh-accent);
  border-color: var(--nh-accent);
  box-shadow: 0 10px 20px rgba(255, 181, 71, 0.2);
}

.nh-btn--accent:hover {
  color: #7d4a00;
  background: #f3ab39;
  border-color: #f3ab39;
}

.nh-topbar__icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(6, 70, 111, 0.14);
  border-radius: 12px;
  background: #ffffff;
  color: var(--nh-primary);
}

.nh-topbar__icon:hover {
  background: rgba(0, 183, 179, 0.08);
}

.nh-hero {
  position: relative;
  padding-top: calc(var(--topbar-h) + 28px);
  padding-bottom: 34px;
  background:
    radial-gradient(circle at left top, rgba(0, 183, 179, 0.16), transparent 22%),
    radial-gradient(circle at right 10%, rgba(0, 183, 179, 0.1), transparent 16%),
    linear-gradient(135deg, #073451 0%, #06466f 50%, #0a577f 100%);
}

.nh-hero__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  align-items: center;
  min-height: 360px;
}

.nh-hero__copy {
  color: #ffffff;
  padding: 8px 0;
}

.nh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.nh-eyebrow--light {
  color: rgba(255, 255, 255, 0.8);
}

.nh-hero__title {
  max-width: 11.5ch;
  margin: 14px 0 12px;
  font-size: clamp(38px, 3.5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.nh-hero__subtitle {
  max-width: 640px;
  margin: 0 0 22px;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
}

.nh-search-hero {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: min(100%, 700px);
  min-height: 54px;
  padding: 10px 10px 10px 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 32px rgba(7, 52, 81, 0.18);
}

.nh-search-hero__icon,
.nh-field__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-text-muted);
}

.nh-search-hero__icon svg,
.nh-field__icon svg {
  width: 20px;
  height: 20px;
}

.nh-search-hero__input,
.nh-field__input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--nh-text);
  font-size: 16px;
  line-height: 1.35;
}

.nh-search-hero__input::placeholder,
.nh-field__input::placeholder {
  color: #7b8b9b;
}

.nh-search-hero__button {
  min-width: 122px;
}

.nh-hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.nh-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nh-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(0, 183, 179, 0.14);
  color: var(--nh-secondary);
}

.nh-benefit__icon svg {
  width: 18px;
  height: 18px;
}

.nh-benefit strong,
.nh-benefit span {
  display: block;
}

.nh-benefit strong {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}

.nh-benefit span {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.nh-hero__visual {
  position: relative;
}

.nh-hero__art-wrap {
  position: relative;
}

.nh-hero__art {
  position: relative;
  min-height: 0;
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.nh-hero__art-image {
  display: block;
  width: 100%;
  height: auto;
}

.nh-section {
  padding: 32px 0;
}

.nh-section__head {
  margin-bottom: 18px;
}

.nh-section__head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.nh-section__title {
  margin: 0;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.12;
  color: var(--nh-text);
}

.nh-section__titleline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}

.nh-section__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 183, 179, 0.12);
  color: var(--nh-secondary-dark);
  font-size: 12px;
  font-weight: 800;
}

.nh-section__text {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--nh-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.nh-section__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nh-secondary-dark);
  font-size: 14px;
  font-weight: 800;
}

.nh-section__link::after {
  content: "→";
}

.nh-section--categories {
  padding-top: 26px;
}

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

.nh-category-card {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  min-height: 132px;
  padding: 18px 14px;
  border: 1px solid var(--nh-border);
  border-radius: 16px;
  background: var(--nh-surface);
  box-shadow: var(--nh-shadow);
  color: var(--nh-text);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}

.nh-category-card:hover,
.nh-category-card.is-active {
  border-color: rgba(0, 183, 179, 0.45);
  box-shadow: 0 16px 30px rgba(6, 70, 111, 0.12);
  transform: translateY(-2px);
}

.nh-category-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(0, 183, 179, 0.1);
  color: var(--nh-secondary-dark);
}

.nh-category-card__icon svg {
  width: 24px;
  height: 24px;
}

.nh-category-card__name {
  font-size: 15px;
  font-weight: 800;
}

.nh-category-card__count {
  font-size: 13px;
  color: var(--nh-text-muted);
}

.nh-store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.nh-store-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--nh-border);
  border-radius: var(--nh-radius);
  background: var(--nh-surface);
  box-shadow: var(--nh-shadow);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.nh-store-card:hover,
.nh-store-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(6, 70, 111, 0.16);
  box-shadow: 0 18px 34px rgba(7, 52, 81, 0.12);
}

.nh-store-card__media {
  position: relative;
}

.nh-store-card__cover {
  display: block;
  aspect-ratio: 16 / 7.5;
  overflow: hidden;
  background: linear-gradient(180deg, #eef4f8, #dce8ef);
}

.nh-store-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #e6edf3;
  transition: transform 0.28s ease;
}

.nh-store-card:hover .nh-store-card__cover img {
  transform: scale(1.02);
}

.nh-store-card__brand {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 6px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(226, 234, 240, 0.9);
  box-shadow: 0 12px 24px rgba(7, 52, 81, 0.14);
  overflow: hidden;
}

.nh-store-card__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nh-store-card__logo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 100%;
  padding: 4px;
  background: linear-gradient(135deg, rgba(6, 70, 111, 0.08), rgba(0, 183, 179, 0.12));
  color: var(--nh-primary);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.nh-store-card__logo-placeholder svg,
.nh-store-card__logo-placeholder-icon svg {
  width: 16px;
  height: 16px;
}

.nh-store-card__status {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.nh-store-card__status--open {
  color: var(--nh-success);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(31, 157, 85, 0.12);
}

.nh-store-card__status--closed {
  color: var(--nh-danger);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(181, 71, 91, 0.1);
}

.nh-store-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 16px;
}

.nh-store-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.22;
  color: var(--nh-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nh-store-card__title a {
  color: inherit;
}

.nh-store-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  font-size: 13px;
  color: var(--nh-text-muted);
}

.nh-store-card__meta-chip,
.nh-store-card__meta-location {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
}

.nh-store-card__meta-chip {
  padding: 0 10px;
  background: rgba(6, 70, 111, 0.06);
  color: var(--nh-primary);
  font-weight: 700;
}

.nh-store-card__meta-location {
  gap: 6px;
  color: var(--nh-text-muted);
}

.nh-store-card__meta-location::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(0, 183, 179, 0.52);
}

.nh-store-card__text {
  margin: 0;
  color: var(--nh-text-muted);
  font-size: 14px;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nh-store-card__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.nh-store-card__cta {
  min-width: 144px;
  padding-inline: 18px;
}

.nh-offers-strip {
  padding: 8px 0 0;
}

.nh-offers-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 18px;
  background: var(--nh-accent-soft);
  border: 1px solid rgba(255, 181, 71, 0.35);
}

.nh-offers-strip__content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nh-offers-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #9a6500;
  background: rgba(255, 181, 71, 0.22);
}

.nh-offers-strip__icon svg {
  width: 22px;
  height: 22px;
}

.nh-offers-strip__title {
  margin: 0;
  font-size: 16px;
  color: #6d4700;
}

.nh-offers-strip__text {
  margin: 4px 0 0;
  color: #8b6a2a;
  font-size: 14px;
}

.nh-directory__count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 183, 179, 0.1);
  color: var(--nh-secondary-dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.nh-directory__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(210px, 1fr) minmax(190px, 1fr) auto;
  gap: 14px;
  align-items: end;
  padding: 18px;
  margin-bottom: 14px;
  border: 1px solid var(--nh-border);
  border-radius: 18px;
  background: var(--nh-surface);
  box-shadow: var(--nh-shadow);
}

.nh-field {
  display: grid;
  gap: 8px;
}

.nh-field__label {
  font-size: 13px;
  font-weight: 800;
  color: var(--nh-primary);
}

.nh-field__control {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--nh-border);
  border-radius: 14px;
  background: #ffffff;
}

.nh-field > .nh-field__input {
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--nh-border);
  border-radius: 14px;
  background: #ffffff;
}

.nh-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--nh-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--nh-primary);
  font-size: 14px;
  font-weight: 700;
}

.nh-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--nh-secondary);
}

.nh-directory__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.nh-directory__active {
  color: var(--nh-text-muted);
  font-size: 14px;
  line-height: 1.45;
}

.nh-directory__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(6, 70, 111, 0.14);
  background: #ffffff;
  color: var(--nh-primary);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.nh-directory__clear:hover {
  background: rgba(6, 70, 111, 0.05);
}

.nh-empty-state {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 220px;
  padding: 32px 24px;
  border: 1px dashed rgba(6, 70, 111, 0.18);
  border-radius: var(--nh-radius);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: var(--nh-text-muted);
}

.nh-empty-state strong {
  font-size: 18px;
  color: var(--nh-text);
}

.nh-empty-state .nh-btn {
  margin-top: 4px;
}

.nh-cta-business {
  padding: 6px 0 34px;
}

.nh-cta-business__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at left top, rgba(0, 183, 179, 0.24), transparent 24%),
    linear-gradient(135deg, var(--nh-primary-strong), var(--nh-primary));
  box-shadow: var(--nh-shadow-lg);
}

.nh-cta-business__copy {
  color: #ffffff;
}

.nh-cta-business__title {
  margin: 12px 0 10px;
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.1;
}

.nh-cta-business__text {
  max-width: 620px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}

.nh-cta-business__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.nh-cta-business__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nh-cta-business__item {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.nh-cta-business__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(0, 183, 179, 0.18);
  color: #ffffff;
}

.nh-cta-business__item-icon svg {
  width: 20px;
  height: 20px;
}

.nh-cta-business__item strong {
  font-size: 16px;
}

.nh-cta-business__item span {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
}

.nh-footer {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: var(--nh-primary-strong);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.8);
  padding: 34px 0 20px;
}

.nh-footer__shell {
  width: min(calc(100% - (var(--nh-shell-pad) * 2)), var(--nh-shell-max));
  margin: 0 auto;
}

.nh-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(150px, 1fr));
  gap: 22px 34px;
  align-items: start;
}

.nh-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nh-footer__logo {
  display: block;
  width: min(250px, 100%);
  max-width: 250px;
  height: auto;
  object-fit: contain;
}

.nh-footer__text {
  max-width: 34ch;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.nh-footer__heading {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
}

.nh-footer__col {
  min-width: 0;
}

.nh-footer__links {
  display: grid;
  gap: 10px;
}

.nh-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
  transition: color 0.18s ease, transform 0.18s ease;
}

.nh-footer__link:hover {
  color: var(--nh-secondary);
  transform: translateX(4px);
}

.nh-footer__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.nh-footer__link-icon svg {
  width: 18px;
  height: 18px;
}

.nh-footer__whatsapp {
  padding: 8px 12px;
  border-radius: 10px;
}

.nh-footer__whatsapp .nh-footer__link-icon {
  width: 24px;
  height: 24px;
  color: #25d366;
}

.nh-footer__whatsapp .nh-footer__link-icon svg {
  width: 24px;
  height: 24px;
}

.nh-footer__whatsapp:hover {
  color: #ffffff;
  background: rgba(37, 211, 102, 0.12);
  transform: none;
}

.nh-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.nh-footer__signature {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.nh-footer__drc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.nh-footer__drc:hover {
  color: #ffffff;
}

.nh-footer__drc-text {
  font-size: 13px;
}

.nh-footer__drc img {
  display: block;
  height: 30px;
  width: auto;
  object-fit: contain;
}

.nh-drawer .drawer__title {
  color: var(--nh-primary);
  font-weight: 900;
}

.nh-drawer .drawer__link--cta {
  justify-content: center;
  color: #ffffff;
  background: var(--nh-secondary);
  border-color: transparent;
}

.nh-drawer .drawer__link,
.nh-drawer .drawer__link:visited,
.nh-drawer .drawer__link:hover,
.nh-drawer .drawer__link:focus-visible,
.nh-drawer .drawer__link:active {
  text-decoration: none;
}

body.is-landing .fab {
  width: 58px;
  height: 58px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.28);
}

body.is-landing .fab:hover {
  transform: translateY(-2px);
  background: #25d366;
}

body.is-landing .fab__icon {
  width: 28px;
  height: 28px;
}

@media (max-width: 1240px) {
  .nh-topbar__inner {
    grid-template-columns: auto 1fr auto;
  }

  .nh-topbar__meta {
    display: none;
  }

  .nh-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nh-store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  body.is-landing {
    --topbar-h: 76px;
  }

  .nh-topbar__nav,
  .nh-topbar__cta {
    display: none;
  }

  .nh-topbar__inner {
    grid-template-columns: auto 1fr auto;
  }

  .nh-topbar__icon {
    display: inline-flex;
  }

  .nh-topbar__logo,
  body.is-landing .nh-topbar .brand__logo.nh-topbar__logo {
    width: 206px !important;
    max-width: 206px !important;
    max-height: 58px !important;
  }

  .nh-hero__shell,
  .nh-cta-business__shell {
    grid-template-columns: 1fr;
  }

  .nh-hero__title {
    max-width: 13ch;
  }

  .nh-hero__visual {
    order: 2;
  }

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

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

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

  .nh-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  body.is-landing {
    --topbar-h: 68px;
  }

  .nh-topbar__inner {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .nh-topbar__logo,
  body.is-landing .nh-topbar .brand__logo.nh-topbar__logo {
    width: 188px !important;
    max-width: 188px !important;
    max-height: 52px !important;
  }

  .nh-topbar__actions {
    gap: 8px;
  }

  .nh-hero {
    padding-top: calc(var(--topbar-h) + 20px);
    padding-bottom: 26px;
  }

  .nh-hero__shell {
    gap: 20px;
    min-height: 0;
  }

  .nh-hero__title {
    max-width: none;
    font-size: clamp(30px, 8vw, 36px);
  }

  .nh-search-hero {
    grid-template-columns: auto 1fr;
  }

  .nh-search-hero__button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .nh-hero__benefits {
    grid-template-columns: 1fr;
  }

  .nh-hero__art {
    min-height: 270px;
    border-radius: 20px;
  }

  .nh-section {
    padding: 28px 0;
  }

  .nh-section__head--split,
  .nh-offers-strip__inner,
  .nh-directory__status {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nh-directory__toolbar,
  .nh-cta-business__benefits {
    grid-template-columns: 1fr;
  }

  .nh-store-card__brand {
    width: 58px;
    height: 58px;
  }

  .nh-store-card__footer {
    justify-content: stretch;
  }

  .nh-store-card__cta {
    width: 100%;
  }

  .nh-footer__grid {
    grid-template-columns: 1fr;
  }

  .nh-footer__brand,
  .nh-footer__col {
    text-align: center;
  }

  .nh-footer__links {
    justify-items: center;
  }

  .nh-footer__logo {
    width: min(220px, 100%);
    max-width: 220px;
    margin: 0 auto;
  }

  body.is-landing .fab {
    width: 54px;
    height: 54px;
    right: 16px;
    bottom: 18px;
  }

  body.is-landing .fab__icon {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 640px) {
  .nh-store-grid {
    grid-template-columns: 1fr;
  }

  .nh-store-card__cover {
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 420px) {
  .nh-hero__title {
    font-size: 30px;
  }

  .nh-hero__subtitle {
    font-size: 15px;
  }

  .nh-category-card {
    min-height: 122px;
    padding: 14px 10px;
  }

  .nh-store-card__body {
    padding: 16px 15px 15px;
  }

  .nh-store-card__title {
    font-size: 17px;
  }
}

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

  .nh-home [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .nh-store-card:hover,
  .nh-store-card:focus-within,
  .nh-btn:hover,
  .nh-category-card:hover,
  body.is-landing .fab:hover {
    transform: none;
  }
}

/* Landing directory shield against legacy app.css */
body.is-landing.landing-directory {
  --topbar-h: 80px;
}

body.is-landing.landing-directory main.container.main,
body.is-landing.landing-directory .main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

body.is-landing.landing-directory .footer {
  margin-top: 0;
}

body.is-landing.landing-directory .nh-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(7, 52, 81, 0.08);
  box-shadow: 0 8px 20px rgba(7, 52, 81, 0.06);
  backdrop-filter: blur(12px);
}

body.is-landing.landing-directory .nh-topbar__inner {
  grid-template-columns: auto 1fr auto auto;
  min-height: var(--topbar-h);
  gap: 18px;
  width: min(calc(100% - (var(--nh-shell-pad) * 2)), var(--nh-shell-max));
  padding: 0;
}

body.is-landing.landing-directory .nh-topbar__logo,
body.is-landing.landing-directory .nh-topbar .brand__logo.nh-topbar__logo {
  width: clamp(190px, 14vw, 220px) !important;
  max-width: clamp(190px, 14vw, 220px) !important;
  max-height: 60px !important;
  height: auto !important;
  transform: none;
  filter: drop-shadow(0 6px 12px rgba(7, 52, 81, 0.1));
}

body.is-landing.landing-directory .nh-topbar__brand:hover .nh-topbar__logo,
body.is-landing.landing-directory .nh-topbar__brand:focus-visible .nh-topbar__logo {
  transform: scale(1.02);
}

body.is-landing.landing-directory .nh-topbar__nav-link,
body.is-landing.landing-directory .nh-topbar__meta,
body.is-landing.landing-directory .nh-topbar .nh-btn--ghost {
  color: #073451;
}

body.is-landing.landing-directory .nh-topbar__nav-link,
body.is-landing.landing-directory .nh-topbar__nav-link:visited,
body.is-landing.landing-directory .nh-topbar__nav-link:hover,
body.is-landing.landing-directory .nh-topbar__nav-link:focus-visible,
body.is-landing.landing-directory .nh-drawer .drawer__link,
body.is-landing.landing-directory .nh-drawer .drawer__link:visited,
body.is-landing.landing-directory .nh-drawer .drawer__link:hover,
body.is-landing.landing-directory .nh-drawer .drawer__link:focus-visible {
  text-decoration: none;
}

body.is-landing.landing-directory .nh-topbar__nav-link:hover,
body.is-landing.landing-directory .nh-topbar__nav-link.is-active,
body.is-landing.landing-directory .nh-topbar__meta-icon {
  color: #008b89;
}

body.is-landing.landing-directory .nh-topbar__nav-link::after {
  content: none;
}

body.is-landing.landing-directory .nh-topbar__nav-link.is-active::after {
  content: none;
}

body.is-landing.landing-directory .nh-topbar .nh-btn--ghost,
body.is-landing.landing-directory .nh-topbar__install {
  background: transparent;
  border-color: rgba(0, 139, 137, 0.42);
  color: #007f7d;
  box-shadow: none;
}

body.is-landing.landing-directory .nh-topbar .nh-btn--ghost:hover,
body.is-landing.landing-directory .nh-topbar__install:hover {
  background: rgba(0, 139, 137, 0.08);
  border-color: rgba(0, 139, 137, 0.55);
  color: #007f7d;
}

body.is-landing.landing-directory .nh-topbar__cta,
body.is-landing.landing-directory .nh-topbar .nh-btn--primary {
  background: #008b89;
  border-color: #008b89;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(0, 139, 137, 0.18);
}

body.is-landing.landing-directory .nh-topbar__cta:hover,
body.is-landing.landing-directory .nh-topbar .nh-btn--primary:hover {
  background: #007f7d;
  border-color: #007f7d;
  color: #ffffff;
}

body.is-landing.landing-directory .nh-topbar__icon {
  background: #ffffff;
  color: #073451;
  border-color: rgba(7, 52, 81, 0.14);
}

body.is-landing.landing-directory .nh-topbar__icon:hover {
  background: rgba(0, 139, 137, 0.08);
  color: #008b89;
}

body.is-landing.landing-directory .nh-hero {
  padding-top: calc(var(--topbar-h) + 26px);
  padding-bottom: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 11% 12%, rgba(0, 183, 179, 0.12), transparent 20%),
    radial-gradient(circle at 86% 28%, rgba(0, 183, 179, 0.08), transparent 18%),
    linear-gradient(135deg, #073451 0%, #0a4a72 56%, #0b527c 100%);
}

body.is-landing.landing-directory .nh-hero__shell {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 18px;
  min-height: 0;
  align-items: center;
}

body.is-landing.landing-directory .nh-hero__copy {
  position: relative;
  z-index: 2;
  padding: 10px 30px 10px 0;
}

body.is-landing.landing-directory .nh-hero__title {
  max-width: none;
  width: auto;
  margin: 12px 0 10px;
  font-size: clamp(38px, 3.2vw, 44px);
  line-height: 1.1;
}

body.is-landing.landing-directory .nh-hero__subtitle {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(16px, 1.45vw, 18px);
  color: rgba(255, 255, 255, 0.86);
}

body.is-landing.landing-directory .nh-search-hero {
  width: min(100%, 650px);
  min-height: 52px;
  padding: 8px 8px 8px 16px;
}

body.is-landing.landing-directory .nh-search-hero__button {
  min-width: 116px;
  min-height: 44px;
}

body.is-landing.landing-directory .nh-hero__benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

body.is-landing.landing-directory .nh-benefit {
  padding: 0;
  background: transparent;
  border: 0;
  gap: 10px;
}

body.is-landing.landing-directory .nh-benefit__icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: transparent;
  color: #18d0c8;
}

body.is-landing.landing-directory .nh-benefit__icon svg {
  width: 18px;
  height: 18px;
}

body.is-landing.landing-directory .nh-benefit strong {
  font-size: 13px;
}

body.is-landing.landing-directory .nh-benefit span {
  margin-top: 2px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.72);
}

body.is-landing.landing-directory .nh-hero__visual {
  min-width: 0;
  position: relative;
  padding-left: 10px;
  overflow: visible;
  align-self: center;
}

body.is-landing.landing-directory .nh-hero__visual::before,
body.is-landing.landing-directory .nh-hero__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.is-landing.landing-directory .nh-hero__visual::before {
  inset: 12% -3% 10% 22%;
  z-index: 0;
  background: radial-gradient(circle at 56% 50%, rgba(0, 183, 179, 0.09), rgba(0, 183, 179, 0.03) 28%, rgba(0, 183, 179, 0) 64%);
  filter: blur(14px);
}

body.is-landing.landing-directory .nh-hero__visual::after {
  inset: 4% -2% 6% 18%;
  z-index: 0;
  background: radial-gradient(68% 62% at 66% 20%, rgba(0, 183, 179, 0.03), rgba(0, 183, 179, 0) 70%);
}

body.is-landing.landing-directory .nh-hero__art-wrap {
  position: relative;
  width: 100%;
}

body.is-landing.landing-directory .nh-hero__art-wrap::before,
body.is-landing.landing-directory .nh-hero__art-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.is-landing.landing-directory .nh-hero__art-wrap::before {
  inset: 0;
  z-index: 0;
  background:
    var(--nh-hero-bg) center center / 100% auto no-repeat,
    linear-gradient(180deg, rgba(7, 52, 81, 0.08), rgba(7, 52, 81, 0.12));
  opacity: 0.32;
  transform: scale(1.035);
  filter: blur(24px) saturate(0.92);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 90%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 10%, #000 76%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 90%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 10%, #000 76%, transparent 100%);
  mask-composite: intersect;
}

body.is-landing.landing-directory .nh-hero__art-wrap::after {
  inset: 12% 10% 16% 18%;
  z-index: 0;
  background: radial-gradient(56% 52% at 50% 52%, rgba(0, 183, 179, 0.08), rgba(0, 183, 179, 0.02) 32%, rgba(0, 183, 179, 0) 72%);
}

body.is-landing.landing-directory .nh-hero__art {
  position: relative;
  z-index: 1;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 2.5%, rgba(0, 0, 0, 0.82) 5.5%, #000 8.5%, #000 91%, rgba(0, 0, 0, 0.9) 94.5%, rgba(0, 0, 0, 0.38) 97.2%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.92) 3.4%, #000 6.2%, #000 84.8%, rgba(0, 0, 0, 0.74) 90.5%, rgba(0, 0, 0, 0.24) 95.5%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 2.5%, rgba(0, 0, 0, 0.82) 5.5%, #000 8.5%, #000 91%, rgba(0, 0, 0, 0.9) 94.5%, rgba(0, 0, 0, 0.38) 97.2%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.92) 3.4%, #000 6.2%, #000 84.8%, rgba(0, 0, 0, 0.74) 90.5%, rgba(0, 0, 0, 0.24) 95.5%, transparent 100%);
  mask-composite: intersect;
}

body.is-landing.landing-directory .nh-hero__art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 52, 81, 0.04) 0%, rgba(7, 52, 81, 0.015) 8%, rgba(7, 52, 81, 0) 18%);
  pointer-events: none;
}

body.is-landing.landing-directory .nh-hero__art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(7, 52, 81, 0.01));
  pointer-events: none;
}

body.is-landing.landing-directory .nh-hero__art-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1774 / 887;
  object-fit: contain;
  object-position: center;
}

body.is-landing.landing-directory .nh-cta-business {
  padding-top: 2px;
  padding-bottom: 24px;
}

body.is-landing.landing-directory .nh-cta-business__shell {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  align-items: center;
  gap: 20px;
  padding: 24px 24px 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at left top, rgba(0, 183, 179, 0.18), transparent 22%),
    linear-gradient(135deg, #073451 0%, #06466f 100%);
  box-shadow: 0 18px 36px rgba(7, 52, 81, 0.12);
}

body.is-landing.landing-directory .nh-cta-business__title {
  font-size: clamp(28px, 2.3vw, 32px);
}

body.is-landing.landing-directory .nh-cta-business__text {
  max-width: 560px;
}

body.is-landing.landing-directory .nh-cta-business__actions {
  margin-top: 18px;
}

body.is-landing.landing-directory .nh-cta-business__benefits {
  gap: 12px;
}

body.is-landing.landing-directory .nh-cta-business__item {
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
}

body.is-landing.landing-directory .nh-cta-business__item strong {
  font-size: 15px;
}

body.is-landing.landing-directory .nh-cta-business__item span {
  font-size: 13px;
  line-height: 1.45;
}

body.is-landing.landing-directory .footer {
  padding: 0;
  border-top: 0;
  background: #073451;
}

body.is-landing.landing-directory .footer__inner--landing {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.is-landing.landing-directory .footer__panel--landing {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.is-landing.landing-directory .nh-footer {
  width: 100%;
  margin: 0;
  padding: 34px 0 18px;
  border-radius: 0;
  background: #073451;
  box-shadow: none;
}

body.is-landing.landing-directory .nh-footer__shell {
  width: min(calc(100% - (var(--nh-shell-pad) * 2)), var(--nh-shell-max));
}

body.is-landing.landing-directory .nh-footer__grid {
  grid-template-columns: minmax(270px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 22px 34px;
}

body.is-landing.landing-directory .nh-footer__logo {
  width: min(220px, 100%);
  max-width: 220px;
}

body.is-landing.landing-directory .nh-footer__text {
  max-width: 34ch;
}

body.is-landing.landing-directory .nh-footer__link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  text-underline-offset: 3px;
}

body.is-landing.landing-directory .nh-footer__link:hover,
body.is-landing.landing-directory .nh-footer__link:focus-visible {
  color: #19c5c0;
  text-decoration: underline;
  transform: none;
}

body.is-landing.landing-directory .nh-footer__bottom {
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
}

body.is-landing.landing-directory .nh-footer__signature {
  text-align: center;
}

body.is-landing.landing-directory .nh-footer__drc-block {
  display: grid;
  justify-items: center;
  gap: 6px;
}

body.is-landing.landing-directory .nh-footer__drc-kicker {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
  text-align: center;
}

body.is-landing.landing-directory .nh-footer__drc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.is-landing.landing-directory .nh-footer__drc-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
}

body.is-landing.landing-directory .nh-footer__drc img {
  width: clamp(160px, 13vw, 180px);
  height: auto;
}

@media (max-width: 1024px) {
  body.is-landing.landing-directory {
    --topbar-h: 74px;
  }

  body.is-landing.landing-directory .nh-topbar__inner {
    grid-template-columns: auto 1fr auto;
  }

  body.is-landing.landing-directory .nh-topbar__nav,
  body.is-landing.landing-directory .nh-topbar__cta {
    display: none;
  }

  body.is-landing.landing-directory .nh-topbar__icon {
    display: inline-flex;
  }

  body.is-landing.landing-directory .nh-hero__shell,
  body.is-landing.landing-directory .nh-cta-business__shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.is-landing.landing-directory .nh-hero__copy {
    padding-right: 0;
  }

  body.is-landing.landing-directory .nh-hero__visual {
    padding-left: 0;
  }

  body.is-landing.landing-directory .nh-hero__art-wrap::before {
    transform: scale(1.028);
    filter: blur(20px) saturate(0.94);
  }

  body.is-landing.landing-directory .nh-hero__art {
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 2%, rgba(0, 0, 0, 0.85) 4.8%, #000 7.2%, #000 92.4%, rgba(0, 0, 0, 0.88) 95%, rgba(0, 0, 0, 0.32) 97.6%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.88) 2.8%, #000 5.4%, #000 87.2%, rgba(0, 0, 0, 0.6) 92.6%, rgba(0, 0, 0, 0.22) 96.8%, transparent 100%);
    mask-image:
      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 2%, rgba(0, 0, 0, 0.85) 4.8%, #000 7.2%, #000 92.4%, rgba(0, 0, 0, 0.88) 95%, rgba(0, 0, 0, 0.32) 97.6%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.88) 2.8%, #000 5.4%, #000 87.2%, rgba(0, 0, 0, 0.6) 92.6%, rgba(0, 0, 0, 0.22) 96.8%, transparent 100%);
  }
}

@media (max-width: 768px) {
  body.is-landing.landing-directory {
    --topbar-h: 68px;
  }

  body.is-landing.landing-directory .nh-topbar__inner {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  body.is-landing.landing-directory .nh-topbar__logo,
  body.is-landing.landing-directory .nh-topbar .brand__logo.nh-topbar__logo {
    width: 188px !important;
    max-width: 188px !important;
    max-height: 52px !important;
  }

  body.is-landing.landing-directory .nh-hero {
    padding-top: calc(var(--topbar-h) + 18px);
    padding-bottom: 22px;
  }

  body.is-landing.landing-directory .nh-hero__title {
    font-size: clamp(31px, 7.8vw, 36px);
  }

  body.is-landing.landing-directory .nh-search-hero {
    grid-template-columns: auto 1fr;
  }

  body.is-landing.landing-directory .nh-search-hero__button {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.is-landing.landing-directory .nh-hero__benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.is-landing.landing-directory .nh-hero__art {
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.46) 1.8%, rgba(0, 0, 0, 0.9) 4.4%, #000 6.6%, #000 93.4%, rgba(0, 0, 0, 0.86) 95.8%, rgba(0, 0, 0, 0.28) 98.2%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.84) 2.4%, #000 4.8%, #000 88.8%, rgba(0, 0, 0, 0.5) 94.2%, rgba(0, 0, 0, 0.18) 97.8%, transparent 100%);
    mask-image:
      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.46) 1.8%, rgba(0, 0, 0, 0.9) 4.4%, #000 6.6%, #000 93.4%, rgba(0, 0, 0, 0.86) 95.8%, rgba(0, 0, 0, 0.28) 98.2%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.84) 2.4%, #000 4.8%, #000 88.8%, rgba(0, 0, 0, 0.5) 94.2%, rgba(0, 0, 0, 0.18) 97.8%, transparent 100%);
  }

  body.is-landing.landing-directory .nh-hero__art::before {
    background: linear-gradient(90deg, rgba(7, 52, 81, 0.06) 0%, rgba(7, 52, 81, 0) 18%);
  }

  body.is-landing.landing-directory .nh-hero__visual::before,
  body.is-landing.landing-directory .nh-hero__visual::after,
  body.is-landing.landing-directory .nh-hero__art-wrap::before,
  body.is-landing.landing-directory .nh-hero__art-wrap::after {
    filter: none;
  }

  body.is-landing.landing-directory .nh-footer__grid {
    grid-template-columns: 1fr;
  }

  body.is-landing.landing-directory .nh-footer__brand,
  body.is-landing.landing-directory .nh-footer__col {
    text-align: center;
  }

  body.is-landing.landing-directory .nh-footer__links {
    justify-items: center;
  }
}
